/* Add your CSS @import rules after this line */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}html {
  overflow-y: scroll;
}
body {
  font-family: 'Times New Roman', Times, serif;
}
.blue {
  background-color: #086592;
}
.boxenRechts {
  position: relative;
  width: 100%;
  text-align: center;
}
a {
  color: #086592;
}
a.box {
  text-align: center;
  background-color: #e39931;
  background: url(../images/buttons-mobil.png);
  background-position: top;
  display: block;
  width: 157px;
  height: 47px;
  margin: 5px auto;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  padding-top: 15px;
  font-weight: bold;
}
a.box:hover {
  text-decoration: none;
  background-color: #086592;
  background-position: bottom;
}
.container {
  padding: 0;
}
#top {
  min-height: 200px;
  max-height: 1000px;
  height: 100%;
  position: relative;
}
.head {
  position: relative;
  z-index: 999;
  background: #ffffff;
  margin-top: 50px;
}
.headbox {
  position: relative;
  margin: 0;
  background-color: #ffffff;
  height: 100px;
  display: block;
}
.logo-mobil {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.mobilebarmaximenuck {
  display: block;
}
main {
  background-color: #ffffff;
}
.main .col-md-12,
.news .col-md-12 {
  padding: 30px;
}
.content {
  clear: both;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  top: 0px;
  display: block;
  padding: 0px;
}
.nav-tabs {
  border: none;
}
.white {
  background-color: #ffffff;
}
.breadcrumb {
  padding: .75rem 1rem;
  padding-left: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.breadcrumb li {
  float: left;
  margin-right: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #086592;
}
.breadcrumb li a {
  text-decoration: none;
  color: #086592;
}
.news {
  margin-top: 10px;
}
.aktuelles .news {
  display: none;
}
.items-leading>div {
  border-bottom: 1px dotted #000000;
  display: block;
  padding: 30px 0;
  overflow: hidden;
}
.start h2.item-title {
  text-align: center;
  padding-bottom: 10px;
  font-style: italic;
}
.linie {
  border-bottom: 1px solid #000000;
  width: 150px;
  display: block;
  margin: 0 auto 20px auto;
}
.punktlinie {
  display: block;
  border-top: 1px dotted #000000;
  margin: 20px 0;
}
.newsflash-horiz {
  width: 100%;
}
.newsflash-title {
  font-weight: 700;
}
.news .moduletable h3 {
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 800;
  font-style: italic;
}
.readmore .btn,
.content-links-a a,
.newsflash-horiz a.readmore {
  display: block;
  padding: 5px 35px 6px 15px;
  width: 70%;
  color: #ffffff;
  background-color: #e39931;
  font-style: italic;
}
.content-links-a a {
  width: 120px;
}
.readmore .btn {
  float: right;
  width: 180px;
  border-radius: 0;
  text-align: left;
}
.readmore .btn:hover,
.content-links-a a:hover,
.newsflash-horiz a.readmore:hover {
  background-color: #086592;
  text-decoration: none;
}
.gelb {
  background-color: #e9e6cd;
  min-height: 300px;
  position: relative;
  border-top: 10px solid #ffffff;
}
.leder {
  position: relative;
  background: url('../images/leder.jpg');
  background-size: cover;
  height: 300px;
  margin-top: -150px;
  border-top: 10px solid #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% auto;
}
.parallax_section {
  background-size: cover;
  position: relative;
}
footer {
  background-color: #000000;
  border-top: 10px solid #ffffff;
  padding: 40px 15px;
  text-align: center;
}
footer img {
  margin-bottom: 30px;
}
footer p {
  font-size: 1rem;
  color: #ffffff;
}
footer a,
footer a:hover {
  font-size: 1rem;
  color: #ffffff;
}
.form-control {
  background-color: #e7e8e9 !important;
  border-radius: 0 !important;
}
.website {
  display: none;
}
.small {
  display: block;
  clear: both;
  font-size: 10px;
}
button {
  background-color: #e39931;
  float: right;
  padding: 8px;
  color: #ffffff;
  margin-top: 20px;
}
button:hover {
  background-color: #086592;
}
div.col-sm-9.dse {
  padding-left: 35px;
}
.scrollnav {
  display: none;
}
ul.sigFreeClassic {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 400px) {
  ul.sigFreeClassic {
    width: 100%;
    max-width: 605px;
  }
  .logo {
    text-align: center;
    padding: 30px 0 10px 0;
  }
  .logo img {
    margin: 20px auto;
  }
  .container {
    padding: 0 15px;
  }
  .content {
    top: -100px;
  }
  .rslides {
    margin-top: -180px;
  }
  footer {
    padding: 40px 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .content {
    top: -150px;
    padding: 15px;
  }
  .rslides {
    margin-top: -230px;
  }
  .mobilebarmaximenuck {
    display: none;
  }
  .main,
  .news {
    padding: 50px;
    padding-top: 0;
  }
  .newsflash-horiz li {
    float: left;
    display: block;
    padding: 20px;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .scrollnav {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
  }
  .scrollnav .head {
    margin-top: 0px;
  }
  .scrollnav .logo {
    padding-top: 0px;
  }
  .boxenRechts {
    width: 120px;
    right: 0;
    top: 300px;
    position: fixed;
    z-index: 99999;
    text-align: center;
  }
  a.box {
    background-color: #e39931;
    background: url(../images/buttons-desktop.png);
    display: block;
    width: 105px;
    height: 105px;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    padding-top: 35px;
    font-weight: bold;
  }
  a.box.anfahrt {
    float: right;
  }
  a.box.buchung {
    float: right;
  }
}
@media (min-width: 1200px) {
  .content {
    top: -150px;
  }
}
/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
