/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --primaryColor:#B8166B;
  --secondaryColor:#581D70;
  --tertiaryColor:#575756;
  --navActiveColor:#333333;
  --navMobileBackgroundColor:#444444f6;
  --primaryFontFamily:'Manrope', sans-serif;
}
/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;*/
}
html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height:100%;
}
html.nooverflow{
	overflow-y:hidden;
}
body{
	margin: 0;
	color: #222;
	font-family:var(--primaryFontFamily);
	font-size: 22px;
	line-height:1.4em;
	font-style: normal;
	height: 100%;
	min-height: 100vh;
    min-height: -webkit-fill-available;
}
body.sticky{
	padding-top:100px;
}
table, td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe{
	border:0px;
	margin:0px;
	padding:0px;
}
.center{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.center-text{
	max-width:1100px;
}
#container {
	width: 100%;
	position: relative;
	overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header-container{
	position:relative;
	background-color:#fff;
}
.sticky #header-container{
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	z-index:3;
	-webkit-box-shadow: 5px 5px 15px -5px #000;
	-moz-box-shadow: 5px 5px 15px -5px #000;
	box-shadow: 5px 5px 15px -5px #000;
}
.translated-ltr .sticky #header-container{
	top:56px;
}
#header{
	position:relative;
	height:227px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #header,.nooverflow #header{
	height:100px;
}
#header-booking{
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
	font-size:1.3em;
}
.nooverflow #header-booking{
	display:none;
}
.sticky #header-booking{
	font-size:0.8em;
	top:60%;
}
#logo{
	position: absolute;
	left:50%;
	top:50%;
	max-width: 47vw;
	height:72%;
	transform:translate(-50%,-50%);
}
.nooverflow #logo {
	z-index: 4;
    filter: brightness(20);
    left: auto;
    right: 5%;
    transform: translate(0px, -50%);
}
#logo a{
	display: block;
    width: 100%;
    height: 100%;
	text-align: center;
}
#logo img{
	display: block;
	width:max-content;
	max-width: 100%;
    max-height: 100%;
	transition: height 0.3s ease-in-out;
}
#sprachen{
	position:absolute;
	top:0;
	right:1%;
	color:#878787;
}
.nooverflow #sprachen{
	display:none;
}
#sprachen ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sprachen ul li {
	display: inline-block;
}
#sprachen ul li a{
	position:relative;
	display:block;
	font-size:0.8em;
	font-weight:600;
	color:#757575;
	text-decoration:none;
	padding:0 0.4em;
}
#sprachen ul li:hover a,#sprachen ul li.active a{
	color:var(--secondaryColor);
}
#sprachen ul li a:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 2px;
    height: 0.8em;
    background-color: var(--primaryColor);
}
#sprachen ul li:last-child a:after {
    display:none;
}
#header-image{
	display:block;
	height:62vw;
	max-height:660px;
	max-height: calc(100vh - 227px);
	min-height: 47vh;
	position:relative;
	z-index:1;
}
#header-image .backstretch img{
	max-width:100%;
	height:auto;
}
#header-image-text{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	padding:1em;
	color:#fff;
	text-transform:uppercase;
	font-size: 2em;
	line-height:1.2em;
    font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
	opacity:1;
}
#header-image-text.left{
	text-align:left;
}
#header-image-text.right{
	text-align:right;
}
#header-image-bottom{
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:15vw;
	opacity:0.5;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
#header-image-pager {
	position: absolute;
	z-index:999;
	width:100%;
	bottom: 15px;
	text-align:center;
}
#header-image-pager a {
	background: #fff;
	border:2px solid #fff;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	-moz-box-shadow: 1px 1px 5px 0px #333;
	box-shadow: 1px 1px 5px 0px #333;
}
@media(hover:hover){
#header-image-pager a:hover{
	background: #932825;
}
}
#header-image-pager a.active {
	background: #932825;
}
#header-image-prev,#header-image-next{
	position:absolute;
	z-index:2;
	top:50%;
	transform: translate(0, -50%);
	cursor:pointer;
	color:#fff;
	font-size:4em;
	filter:drop-shadow(2px 2px 2px #0006);
	transition: opacity 0.3s ease-in-out;
}
#header-image-prev{
	position:absolute;
	left:3%;
}
#header-image-next{
	position:absolute;
	right:3%;
}
#header-image-down{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translateX(-50%);
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.75);
	font-size:1.5em;
	cursor:pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	animation: 4s ease-in-out 0.5s arrow-down infinite;
}
.sticky #header-image-down{
	opacity:0;
}
@keyframes arrow-down {
    0%   {bottom:30px;}
	25%   {bottom:40px;}
    50%  {bottom:30px;}
	75%   {bottom:40px;}
    100% {bottom:30px;}
}
.zoom{
	animation: 15s linear 0s zoom forwards;
}
@keyframes zoom {
    0%   {transform:scale(1);}
    100% {transform:scale(1.5);}
}
.slide-in-left{
	position:relative;
	left:-100%;
}
.slide-in-left-fast{
	animation-duration:0.5s !important;
}
.slide-in-left-animate{
	animation: 2s ease-in-out 0s slide-in-left forwards;
}
@keyframes slide-in-left {
    0%   {left:-100%;}
    100% {left:0;}
}
.slide-in-right{
	position:relative;
	right:-100%;
}
.slide-in-right-fast{
	animation-duration:0.5s !important;
}
.slide-in-right-animate{
	animation: 2s ease-in-out 0s slide-in-right forwards;
}
@keyframes slide-in-right {
    0%   {right:-100%;}
    100% {right:0;}
}
.fade-in{
	opacity:0;
}
.fade-in-animate{
	animation: 1s ease-in-out 0s fade-in forwards;
}
@keyframes fade-in {
    0%   {opacity:0;}
    100% {opacity:1;}
}
.shift{
	position:relative;
	top:300px;
}
.shift-animate{
	animation: 1s ease-in-out 0s shift forwards;
}
@keyframes shift {
    0%   {top:100px;opacity:0;}
    100% {top:0px;opacity:1;}
}
#nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:0;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	z-index:-1;
	pointer-events:none;
	background:#791148 url(../images/goethe.svg) 95% 90% no-repeat;
	background-size: auto 40%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav.show{
	opacity:1;
	z-index:3;
	height:100dvh;
	padding-top:2em;
	padding-bottom:5em;
	overflow: auto;
	pointer-events:all;
}
#nav > ul {
	top: 100px;
	left:1%;
	position:relative;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
	display: grid;
    grid-template-columns: auto auto;
    column-gap: 4vw;
	row-gap: 4vh;
	width:max-content;
}
#nav > ul > li {
	position: relative;
}
#nav > ul > li > a {
	position: relative;
	font-size:1.6em;
	font-family:var(--secondaryFontFamily);
	font-weight:normal;
	line-height:2em;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
	color: #D3DA3D;
}
@media(hover:hover){
#nav > ul li:hover > a{
	text-decoration:underline;
}
}
#nav > ul > li.active > a{
	text-decoration:underline;
}
#nav > ul > li.active li.active a{
	text-decoration:underline;
}
#nav > ul > li > ul{
	margin: 0px;
	padding-left: 1em;
	list-style-type: disc;
}
#nav > ul > li > ul > li > a{
	position: relative;
	font-family:var(--primaryFontFamily);
	line-height:1.6em;
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 1em;
}
#nav > ul > li > ul > li > a:before{
	height:1px;
	transition: all 0.2s ease-in;
}
@media(hover:hover){
#nav > ul > li > ul > li:hover > a:before{
	height:1px;
	background-color:var(--secondaryColor);
}
}
#nav-sandwich{
	position:absolute;
	z-index:4;
	font-weight:700;
	font-size:1em;
	font-family:var(--primaryFontFamily);
	text-align:center;
	text-decoration:none;
	color:var(--secondaryColor);
	left:2%;
	top:50%;
	transform:translate(0,-50%);
	width: 70px;
    height: 80px;
}
.sticky #nav-sandwich{
	filter:none;
}
#nav.show ~ #nav-sandwich{
	color:#D3DA3D;
}
#nav-sandwich div{
	margin-bottom:0.5em;
}
#nav-sandwich span:nth-child(3){
	display:block;
	width:80%;
	margin-left:10%;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:5px;
	margin-bottom:10px;
	background-color:var(--secondaryColor);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nooverflow #nav-sandwich span:before {
    background-color:#fff;
}
#nav.show ~ #nav-sandwich span:nth-of-type(1):before{
	transform:rotate(45deg) translate(10px,10px);
}
#nav.show ~ #nav-sandwich span:nth-of-type(2):before{
	opacity:0;
}
#nav.show ~ #nav-sandwich span:nth-of-type(3):before{
	transform:rotate(-45deg) translate(10px,-10px);
}
#content{
	display:block;
}
.sticky #content {
    min-height:400px;
}
.content{
	position: relative;
    padding: 5%;
}
.content-narrow{
    padding: 3%;
}
#footer-container{
	background-color:#791148;
}
#footer{
	color: #fff;
    font-size: 0.8em;
    line-height: 1.3em;
}
#footer a{
	text-decoration:none;
}
#footer a.active,#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	display:inline-block;
	text-align:left;
	line-height:1.6em;
}
#footer span{
	white-space:nowrap;
}
.footer-logo {
    filter: brightness(20);
}
#footer-line{
	padding:10px;
	font-size:0.7em;
	text-align:center;
}
#footer-line a{
	color:#666;
	text-decoration:none;
}
#footer-line a.active,#footer-line a:hover{
	text-decoration:underline;
}
.lightbox{
	line-height:10px;
	transition: all 0.3s ease-in-out;
}
.lightbox a,.ql a{
	display:block;
	overflow: hidden;
}
.lightbox img,.ql img{
	display:inline-block;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.lightbox a:not(.lightbox-button) img:hover, .ql a:hover img{
	transform:scale(1.05);
}
}
.lightbox .flex-20:nth-child(n+6) {
    display: none;
}
.lightbox.expanded .flex-20:nth-child(n+6) {
    display: inherit;
}
.lightbox-button:before{
	content:"weitere Bilder >>";
}
.lightbox.expanded .lightbox-button:before{
	content:"<< weinger Bilder";
}
.separator{
	position:relative;
}
.separator img{
	display:block;
	width:100%;
	height:auto;
}
.owl-nav{
	position:absolute;
	top:50%;
	margin-top: -25px;
	width:100%;
}
.owl-nav.disabled{
	/*display:inherit !important;*/
}
.owl-prev:before {
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-size: 3em;
	font-weight:900;
    position: absolute;
    left: -0.65em;
    top: 50%;
    cursor: pointer;
	color:var(--tertiaryColor);
    z-index: 999;
}
.owl-next:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-size: 3em;
	font-weight:900;
    position: absolute;
    right: -0.65em;
    top: 50%;
    cursor: pointer;
	color:var(--tertiaryColor);
    z-index: 999;
}
.owl-carousel .item img{
	height:auto;
	border-radius:0;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.owl-carousel .item a img:hover{
	transform:scale(1.05);
}
}
.owl-counter{
	display: block;
	margin-top: 0.5em;
    color: var(--tertiaryColor);
}
.news{
	font-size:0.9em;
}
.news .owl-stage{
	display: flex;
}
.news img{
	display:block;
}
.news .item{
	height:100%;
}
.news a{
	display:block;
	text-decoration:none;
	color:#000;
	background-color:#fff;
	border-radius:1em;
	height:100%;
}
.news-title{
	color:var(--secondaryColor);
	font-size:1.3em;
	font-weight:500;
	margin-bottom:0.5em;
}
.news-text{
	padding:2em;
	padding-bottom:0;
	max-height: 270px;
    overflow-y: auto;
	hyphens:auto;
}
.news-text::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 11px;
}
.news-text::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white; /* Angleichen mit Hintergrundfarbe-nicht transparent! */
	background-color: rgba(0, 0, 0, .5);
}
.news-link{
	padding:2em;
	font-weight:500;
	font-style:italic;
	color:var(--secondaryColor);
}
/*																				   Grid
======================================================================================= */
.left0{padding-left:0px !important;}
.left5{padding-left:5px;}
.left10{padding-left:10px;}
.left20{padding-left:20px;}
.left40{padding-left:40px;}
.top0{padding-top:0px !important;}
.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top60{padding-top:60px;}
.top80{padding-top:80px;}
.right0{padding-right:0px !important;}
.right5{padding-right:5px;}
.right10{padding-right:10px;}
.right20{padding-right:20px;}
.right40{padding-right:40px;}
.bottom0{padding-bottom:0px !important;}
.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom20{padding-bottom:20px;}
.bottom30{padding-bottom:30px;}
.bottom40{padding-bottom:40px;}
.bottom60{padding-bottom:60px;}
.bottom80{padding-bottom:80px;}
.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;height:auto;}
.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
img[data-lazy]{
	opacity:0;
	transition: opacity 1s ease-in-out;
}
img[data-lazy][src]{
	opacity:1;
}
img.resp{
	max-width:100%;
	height:auto !important;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
.flex-container{
	display: flex;
}
.flex-container img{
	max-width:100%;
	height:auto !important;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-center-x{
	justify-content: center;
}
.flex-center-y{
	align-items: center;
}
.flex-100{
	width:100%;
	max-width:100%;
}
.flex-80{
	width:80%;
	max-width:80%;
}
.flex-75{
	width:75%;
	max-width:75%;
}
.flex-70{
	width:70%;
	max-width:70%;
}
.flex-66{
	width:66.666%;
	max-width:66.666%;
}
.flex-60{
	width:60%;
	max-width:60%;
}
.flex-50{
	width:50%;
	max-width:50%;
}
.flex-40{
	width:40%;
	max-width:40%;
}
.flex-33{
	width:33.333%;
	max-width:33.333%;
}
.flex-30{
	width:30%;
	max-width:30%;
}
.flex-25{
	width:25%;
	max-width:25%;
}
.flex-20{
	width:20%;
	max-width:20%;
}
.sp-show{
	display:none;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4{
	margin-top:0px;
}
h1,p.h1{
	font-size:2.5em;
	line-height:1.2em;
	color:var(--primaryColor);
	font-weight:500;
	text-transform:uppercase;
	margin-bottom: 0.7em;
}
h1.overlay,p.h1.overlay{
	position: relative;
    z-index: 2;
    font-size: 2.5em;
	margin-bottom: 0.3em;
    font-weight: 500;
    line-height:1.2em;
}
h1.overlay-right,p.h1.overlay-right{
	position: relative;
    z-index: 2;
    font-size: 2.5em;
	margin-left: -100%;
	margin-bottom: 0.3em;
    font-weight: 500;
    line-height:1.2em;
    display: inline-block;
    width: fit-content;
	max-width:800px;
}
h1.overlay span,p.h1.overlay span{
    width:max-content;
	display: block;
	background-color: #fffc;
    padding: 0.4em 0.4em 0.4em 0;
}
h1.overlay-right span,p.h1.overlay-right span{
	display: initial;
	white-space:nowrap;
    padding: 0.4em 0 0.4em 0.4em;
}
h2,p.h2{
	font-size:1.8em;
	line-height:1.2em;
	color:var(--primaryColor);
	font-weight:600;
	text-transform:uppercase;
	margin-bottom: 0.7em;
}
h3,p.h3{
	font-size:1.4em;
	line-height:1.2em;
	color:var(--primaryColor);
	font-weight:500;
	text-transform:uppercase;
	margin-bottom: 0.3em;
}
h4,p.h4{
	font-size:1em;
	line-height:1.2em;
	color:var(--primaryColor);
	font-weight:500;
	margin-bottom: 0.3em;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.fa-ul {
    margin-left: 1.7em;
}
ul li::marker {
  color: #D3DA3D;
}
strong{
	font-weight:600;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
	display:inline-block;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
	display:inline-block;
}
.text-center ul,.text-center ol,.sp-text-center ul,.sp-text-center ol{
	text-align:left;
}
ul.list{
	position:relative;
    display: inline-block;
	list-style-type:none;
	padding-left:16px;
}
ul.list li{
	position:relative;
}
ul.list li:before{
	position:absolute;
	content:"•";
	left:-16px;
	font-size:1.1em;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
}
a.link:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
	font-weight:bold;
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}
a:not(.button):not(.noicon)[href*=".pdf"]:before { 
    content:"\f1c1\00a0\00a0";
	font-family:'Font Awesome 5 Free';
	font-weight:bold;
	color:#c42030;
	display:inline-block;
	text-align:center;
}
.blocksatz { 
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.hyphenate{
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.text-klein{
	font-size:0.9em !important;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.8em !important;
	line-height:1.3em;
}
.text-gross{
	font-size:1.1em !important;
	line-height:1.4em;
}
.text-groesser{
	font-size:1.3em !important;
	line-height:1.4em;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-right{
	text-align:right !important;
}
.text-noline{
	text-decoration:none;
}
.text-nowrap{
	white-space:nowrap;
}
.align-center{
	display:flex;
	justify-content: center;
    flex-direction: column;
	height:100%;
}
.rot{
	color:#890f01;
}
.grau{
	color:#575756 !important;
}
.dunkelgrau{
	color:#222 !important;
}
.hellgrau{
	color:#999 !important;
}
.weiss{
	color:#fff !important;
}
.lila{
	color:var(--secondaryColor) !important;
}
.gruen{
	color:#D3DA3D !important;
}
.error{
	font-size:0.8em;
	color:var(--secondaryColor);
	line-height:normal;
}
img.img{
	border:1px solid #ccc;
}
/*																				   Form
======================================================================================= */
form {
	margin: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}
input[type='checkbox'], input[type='radio'] {
   width:20px;
   height:20px;
   min-width:auto;
}
input, textarea, select{
	border: none;
	background-color:#eee;
	font-family:var(--primaryFontFamily);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #2f2f2f;
	width:100%;
}
input, select {
    line-height: 37px;
    height: 37px;
}
#anfrage input, #anfrage select, #gutschein input, #gutschein select{
	font-size: 1.2em;
}
#anfrage textarea, #gutschein textarea{
	font-size: 1em;
}
#anfrage h3, #gutschein h3{
	margin-bottom:5px;
}
textarea{
	height: 182px;
}
input.submit{
	cursor: pointer;
	padding: 0px;
	color: #2F2F2F;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
input.submit:hover{
	border: 1px solid #2F2F2F;
}
label{
	display: inline-block;
    vertical-align: top;
	max-width: calc(100% - 40px);
	margin-bottom: 0.5em;
}
.button_plusminus{
	cursor: pointer;
	background-color: #888888;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5em;
	border: none;
	outline: none;
	line-height: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
.button_plusminus:hover{background-color:#666666;}
.button_minus{position:absolute;top:0px;left:0px;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;}
.button_plus{position:absolute;top:0px;right:0px;-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;}
.plusminus{
	position: relative;
    display: inline-block;
	width:118px;
	height:40px;
}
.plusminus input{
	min-width: inherit;
	font-size: 1.2em;
	position: absolute;
	top: 0px;
	left: 39px;
	height: 40px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.button_klein{
	line-height: 20px;
	width: 30px;
	height: 30px;
}
.plusminus_klein{
	width:98px;
	height:30px;
}
.plusminus_klein input{
	left: 29px;
	height:30px;
	line-height:30px;
}
.tt{
	font-family: 'courier new',courier,monospace;
	font-size: 1.4em;
	color: #A72E29;
	font-weight: normal;
	line-height: 0.5em;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 11px;
	margin-left: -25px;
	cursor: pointer;
	display:inline;
}
.ui-datepicker select{
	height:auto;
	line-height:normal;
}
.date-highlight a{
	background: #FF8080 !important;
}
/*																		       Diverses
======================================================================================= */
a.toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 17px !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: var(--primaryColor) !important;
    border: 1px solid #fff !important;
}
a.toTop:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -8px;
    margin-top: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}
a.toTop.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.table-resp > tbody > tr:nth-child(even) {
	background-color: #efefef;
}
.table-resp > tbody > tr > td,.table-resp > tbody > tr > th{
	padding:4px 7px;
	text-align:left;
	vertical-align:middle;
}
a.button,button.button{
	font-family:var(--primaryFontFamily);
	cursor: pointer;
	font-size: 1em;
	font-weight:600;
	line-height: normal;
	text-decoration: none;
	display: inline-block;
	padding: 0.2em 1.4em;
	color: #fff;
	background: var(--secondaryColor);
	transition: all 0.3s ease-in;
	border: 1px solid var(--secondaryColor);
}
a.button:hover,button.button:hover{
	transform:scale(1.05);
}
a.button-white,button.button-white{
	color: var(--tertiaryColor);
	background: #fff;
	border: 1px solid var(--tertiaryColor);
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	margin-top: 5px;
	background-color: var(--primaryColor);
}
a.button_pager:hover,a.pager:hover{
	color: #fff;
	filter: brightness(1.2) saturate(1.1);
	background-color: var(--primaryColor);
}
.pager{
	color: #ccc;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: var(--primaryColor);
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.trennlinie,hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 2em;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 2em;
}
.datum{
	font-size:0.9em;
	margin-bottom:5px;
}
.aktuelles img{
	max-width:100%;
	height:auto !important;
}
button.accordion{font-family:var(--primaryFontFamily);font-size:1em;font-weight:600;color:var(--primaryColor);border:none;border-bottom:1px solid #ccc;background-color:transparent;cursor:pointer;padding:0.5em 0.5em 0.5em 0;width:100%;text-align:left;text-transform:uppercase;outline:none;transition:.4s;margin-top:0.75em;}
button.accordion:after{content:'+';font-weight:300;color:#57514a;float:right;margin-left:5px;font-size:1.2em;font-family: var(--primaryFontFamily);}
button.accordion.active:after{content:"–";font-weight:300;color:#57514a;font-size:1.2em;font-family: var(--primaryFontFamily);}
div.panel{border-radius:0 0 0.5em 0.5em;max-height:0;overflow:hidden;transition:.6s ease-in-out;opacity:0;background:#f3f0ea;}
div.panel.show{padding:1.5em 1.5em;padding-left:0.75em;opacity:1;max-height:5000px;}
.info-button.active{
	color:#e2003b;
}
div.panel ul{
	font-size:0.9em;
}
/*																				 
======================================================================================= */
@media (min-width:1024px) and (max-width:1500px){
#header-image{
	height:62vh;
	height:62dvh;
	min-height:50vw;
}
}
/*																				 Tablet
======================================================================================= */
@media (min-width:769px) and (max-width:1023px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:40px 20px;
}
h1.overlay span, p.h1.overlay span{
	width:fit-content;
}
#header-booking{
    z-index:2;
	top:auto;
	top:115%;
	transform:none;
}
.sticky #header-booking{
	top:60%;
	transform:translate(0,-50%);
}
#nav > ul {
	top: 100px;
	transform: none;
	grid-template-columns: auto auto;
}
.mb-hide{
	display:none;
}
.sp-show{
	display:none;
}
.left0,.mb-left0{padding-left:0px !important;}
.left5{padding-left:4px;}
.left10{padding-left:7px;}
.left20{padding-left:15px;}
.left40{padding-left:30px;}
.top0,.mb-top0{padding-top:0px !important;}
.top10{padding-top:7px;}
.top20{padding-top:15px;}
.top40{padding-top:30px;}
.top60{padding-top:45px;}
.top80{padding-top:60px;}
.right0,.mb-right0{padding-right:0px !important;}
.right5{padding-right:4px;}
.right10{padding-right:7px;}
.right20{padding-right:15px;}
.right40{padding-right:30px;}
.bottom0,.mb-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:7px;}
.bottom20{padding-bottom:15px;}
.bottom40{padding-bottom:30px;}
.bottom60{padding-bottom:45px;}
.bottom80{padding-bottom:60px;}
}
/*																   Smartphone Landscape
======================================================================================= */
@media (min-width:501px) and (max-width:768px){
.center{
	width: auto;
}
.content,.content-narrow{
	padding:20px;
}
h1.overlay span, p.h1.overlay span{
	width:fit-content;
	padding-left:0;
	white-space:normal;
	background:none;
}
h1.overlay-right,p.h1.overlay-right{
	margin-left:0;
}
#header-booking{
    z-index:2;
	top:auto;
	top:115%;
	transform:none;
}
.sticky #header-booking{
	top:60%;
	transform:translate(0,-50%);
}
#header-image-text{
	padding:0.75em;
	font-size:1.8em;
}
#nav > ul {
	top: 100px;
	transform: none;
	grid-template-columns: auto;
}
.nooverflow #logo{
	right:8%;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none !important;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left !important;
}
.sp-text-center{
	text-align:center !important;
}
.sp-text-right{
	text-align:right !important;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left0,.mb-left0,.sp-left0{padding-left:0px !important;}
.left5{padding-left:3px;}
.left10{padding-left:5px;}
.left20,.sp-left10{padding-left:10px !important;}
.left40,.sp-left20{padding-left:20px !important;}
.top0,.mb-top0,.sp-top0{padding-top:0px !important;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right0,.mb-right0,.sp-right0{padding-right:0px !important;}
.right5{padding-right:3px;}
.right10{padding-right:5px;}
.right20,.sp-right10{padding-right:10px !important;}
.right40,.sp-right20{padding-right:20px !important;}
.bottom0,.mb-bottom0,.sp-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.flex-80,.flex-75,.flex-70,.flex-66,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.lightbox .flex-50{
	width:50% !important;
	max-width:50% !important;
}
.lightbox .flex-25{
	width:50% !important;
	max-width:50% !important;
}
.lightbox .flex-20{
	width:33.333% !important;
	max-width:33.333% !important;
}
.lightbox .flex-20:nth-child(n+4){
	display:none;
}
.lightbox.expanded .flex-20:nth-child(n+4) {
    display: inherit;
}
.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp > tbody > tr > td{
	width:100% !important;
	display: block;
	border:none;
	display: flex;
}
.table-resp > tbody > tr > td:before { 
	content: attr(data-label);
	flex: 0 0 7em;
	font-weight:bold;
	margin-right: 1em;
    margin-bottom: 0.25em;
	white-space: nowrap;
}
.table-resp > tbody > tr > td[data-label=""]:before {
	display:none;
}
.table-resp > tbody > tr:nth-child(1){
 	border:none;
}
.aktuelles table:not(.pager-table){
	width:100% !important;
}
.aktuelles table:not(.pager-table) td{
	width:100% !important;
	display: block;
	border:none;
}
.aktuelles table:not(.pager-table) tr{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
}
/*																	Smartphone Portrait
======================================================================================= */
@media (max-width:500px){
body{
	font-size:18px;
}
.center{
	width: auto;
}
.content,.content-narrow{
	padding:20px;
}
h1.overlay span, p.h1.overlay span{
	width:fit-content;
	padding-left:0;
	white-space:normal;
	background:none;
}
h1.overlay-right,p.h1.overlay-right{
	margin-left:0;
}
#sprachen {
    position: relative;
    top: -1.2em;
	right:0;
    margin-top: 1.2em;
    text-align: center;
}
#header-booking{
    z-index:2;
	top:auto;
	top:115%;
	transform:none;
}
.sticky #header-booking{
	display:none;
}
#header-image-text{
	padding:0.5em;
	font-size:1.6em;
}
#nav > ul {
	top: 100px;
	transform: none;
	grid-template-columns: auto;
}
#header{
	height:100px;
}
#logo{
	left:auto;
	right:5%;
	transform:translate(0,-50%);
}
.nooverflow #logo{
	right:8%;
}
#footer{
	text-align:center;
}
.sp-order-1{
	order:1;
}
.sp-order-2{
	order:2;
}
.sp-hide,.mb-hide{
	display:none !important;
}
.sp-show{
	display:block;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left !important;
}
.sp-text-center{
	text-align:center !important;
}
.sp-text-right{
	text-align:right !important;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left0,.mb-left0,.sp-left0{padding-left:0px !important;}
.left5{padding-left:3px;}
.left10{padding-left:5px;}
.left20,.sp-left10{padding-left:10px !important;}
.left40,.sp-left20{padding-left:20px !important;}
.top0,.mb-top0,.sp-top0{padding-top:0px !important;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right0,.mb-right0,.sp-right0{padding-right:0px !important;}
.right5{padding-right:3px;}
.right10{padding-right:5px;}
.right20,.sp-right10{padding-right:10px !important;}
.right40,.sp-right20{padding-right:20px !important;}
.bottom0,.mb-bottom0,.sp-bottom0{padding-bottom:0px !important;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.flex-80,.flex-75,.flex-70,.flex-66,.flex-60,.flex-50,.flex-40,.flex-33,.flex-30,.flex-25,.flex-20{
	width:100% !important;
	max-width:100% !important;
}
.lightbox .flex-50{
	width:50% !important;
	max-width:50% !important;
}
.lightbox .flex-25{
	width:50% !important;
	max-width:50% !important;
}
.lightbox .flex-20{
	width:33.333% !important;
	max-width:33.333% !important;
}
.lightbox .flex-20:nth-child(n+4){
	display:none;
}
.lightbox.expanded .flex-20:nth-child(n+4) {
    display: inherit;
}
.table-resp{
	width:100%;
}
.table-resp th{
	display:none;
}
.table-resp > tbody > tr > td{
	width:100% !important;
	display: block;
	border:none;
	display: flex;
}
.table-resp > tbody > tr > td:before { 
	content: attr(data-label);
	flex: 0 0 7em;
	font-weight:bold;
	margin-right: 1em;
    margin-bottom: 0.25em;
	white-space: nowrap;
}
.table-resp > tbody > tr > td[data-label=""]:before {
	display:none;
}
.table-resp > tbody > tr:nth-child(1){
 	border:none;
}
.aktuelles table:not(.pager-table){
	width:100% !important;
}
.aktuelles table:not(.pager-table) td{
	width:100% !important;
	display: block;
	border:none;
}
.aktuelles table:not(.pager-table) tr{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
}
