body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/*fonts*/
/* marck-script-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/Assets/fonts/marck-script-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../files/Assets/fonts/marck-script-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Assets/fonts/marck-script-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/marck-script-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/marck-script-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Assets/fonts/marck-script-v16-latin-regular.svg#MarckScript') format('svg'); /* Legacy iOS */
}
/* roboto-slab-200 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/Assets/fonts/roboto-slab-v24-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../../files/Assets/fonts/roboto-slab-v24-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Assets/fonts/roboto-slab-v24-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/roboto-slab-v24-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/roboto-slab-v24-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Assets/fonts/roboto-slab-v24-latin-200.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* karma-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Karma';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/Assets/fonts/karma-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../files/Assets/fonts/karma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Assets/fonts/karma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/karma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/karma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Assets/fonts/karma-v16-latin-regular.svg#Karma') format('svg'); /* Legacy iOS */
}
/* karma-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Karma';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/Assets/fonts/karma-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../../files/Assets/fonts/karma-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Assets/fonts/karma-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/karma-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/karma-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Assets/fonts/karma-v16-latin-600.svg#Karma') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  src: url('../../files/Assets/fonts/icons/icons.eot'); /* IE9 Compat Modes */
  src: url('../../files/Assets/fonts/icons/icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/Assets/fonts/icons/icons.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/icons/icons.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/icons/icons.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/Assets/fonts/icons/icons.svg#') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap;
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  src: url('../../files/Assets/fonts/icons/Font Awesome/Font Awesome 6 Pro-Thin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/Assets/fonts/icons/Font Awesome/Font Awesome 6 Pro-Thin-100.woff') format('woff'), /* Modern Browsers */
       url('../../files/Assets/fonts/icons/Font Awesome/Font Awesome 6 Pro-Thin-100.ttf') format('truetype'), /* Safari, Android, iOS */
}
body {
  margin:0;
  padding:0;
  font-family: 'Roboto Slab';
}
a {
	display: block;
}
@media screen and (max-width: 767px) {
.text_only{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top:4rem;
}
}
@media screen and (min-width: 768px) {
.text_only{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top:4rem;
}}

/*Navigation*/
.mod_navigation {
	display: none;
    position: fixed;
    z-index: 1999;
    background-color: rgba(250,250,250,0.9);
    height: 100vH;
    width: 100vw;
}
.mod_navigation .level_1 {
	color: rgba(0,0,0,0);
	text-decoration: none;
    list-style: none;
    font-size: 1.5rem;
    top: 50%;
    position: relative;
    margin-top: -15rem;
    margin-left: 10rem;
    margin-bottom: auto;
}

.mod_navigation .level_2 {
	color: black;
	text-decoration: none;
    list-style: none;
    font-size: 1.5rem;
    padding-top: 2rem;
}
.mod_navigation .level_1 li {
	padding-bottom: 1rem;
	font-size: 1.5rem;
}
.mod_navigation .level_1 a {
	color: black;
	text-decoration:none;
}
.mod_navigation .level_1 .active {
	color: #c44646;
}
.mod_navigation .level_3 {
	color: black;
	text-decoration: none;
    list-style: none;
    font-size: 1.2rem;
    padding-top: 1rem;
}
.mod_navigation .level_3 li {
	font-size: 1.2rem;
}
.mod_navigation .level_3 a {
	color: black;
	text-decoration:none;
}
.mod_navigation .level_3 .active {
	color: #f29626;
}
.submenu .trail
{
	text-decoration:none;
	color:black;
}
/*Headerbild*/
@media screen and (max-width: 949px) {
  header .ce_gallery img {
  	position:relative;
    height: 80vh;
    width:100%;
    filter:brightness(65%);
    object-fit: cover;
    object-position: center;
    animation: zoom 25s forwards linear;
  }
}
 @media screen and (min-width: 950px) {
 header .ce_gallery img {
 	position:relative;
    height: 95vh;
    width:100vw;
    filter:brightness(65%);
    object-fit: cover;
    object-position: center;
    animation: zoom 25s forwards linear;
  }
 }
 @keyframes zoom{
 	100% {
 		transform: scale(1.5);
 	}
 }
/*Logo*/
@media screen and (max-width: 949px) {
  #logo {
    position: relative;
    margin-left: auto;
    margin-right:auto;
    max-width: 11rem;
    max-height: 11rem;
    top: 6rem;
    z-index: 1000;
    margin-bottom:-13rem;
  }
}
@media screen and (min-width: 950px) { 
    #logo {
    position: relative;
    margin-left: auto;
    margin-right:auto;
    max-width: 11rem;
    max-height: 11rem;
    top: 8rem;
    z-index: 1000;
    margin-bottom:-13rem;
  }
 }
/*Headline-Schrift*/
@media screen and (max-width: 949px) {
	#header-headline {
		position: absolute;
		width:100%;
		z-index: 999;
		margin-top:-7rem;
		margin-bottom: 8.5rem;
		display: flex;
		justify-content:center;
		color:white;
		font-family: 'Marck Script';
		font-size:1.8rem;
		line-height:1rem;
		text-transform: none;
		text-align: center;
		animation: FadeIn 3s;
	}
}
@media screen and (min-width: 950px) {
	#header-headline {
		position: absolute;
		width:100%;
		z-index: 999;
		margin-top:-7rem;
		margin-bottom: 8.5rem;
		display: flex;
		justify-content:center;
		color:white;
		font-family: 'Marck Script';
		font-size:2.8rem;
		line-height:1rem;
		text-transform: none;
		text-align: center;
		animation: FadeIn 3s;
	}
}
@keyframes FadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
/*Quicklinks ohne Menü*/
	#quicklinks{
		position: fixed;
		width: 100vw;
		font-size:0.8rem;
		display:flex;
		margin-top: 3.5rem;
		z-index:2000;
	}
#quicklinks ul {
	list-style-type:none;
	display: inline-flex;
	padding-left:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5rem;
	line-height: 1.5rem;
}
#quicklinks .links {
	width:100%;
	justify-content:space-around;
}
#quicklinks a {
	text-decoration:none;
}
#quicklinks .links span {
	color:white;
}
.navigation span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e800';
    display: flex;
    justify-content: center;
    color: white;
	font-size: 1.9rem;
}
.time_open {
	display:none;
}
.time_open span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\58';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
#quicklinks .links .time_open .reservation span {
	color:black !important;
}
.reservation_open {
	display:none;
}
.reservation_open span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\58';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
#quicklinks .links .reservation_open span {
	color:black !important;
}

.time span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e29e';
    display: flex;
    justify-content: center;
    color: white;
	font-size: 1.9rem;
}
.reservation span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e0d2';
    display: flex;
    justify-content: center;
    color: white;
	font-size: 1.9rem;
}
.card span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\f0f5';
    display: flex;
    justify-content: center;
    color: white;
	font-size: 1.9rem;
}
.card_open {
	display:none;
}
.card_open span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\58';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
#quicklinks .links .card_open span {
	color:black !important;
}	
.phone a:before {
	font-family:'Font Awesome 6 Pro';
	content:'\f095';
    display: flex;
    justify-content: center;
    color: white;
	font-size: 1.9rem;
}
/*Quicklinks mit Menü*/
	#quicklinks_menu{
		display:none;
		position: fixed;
		width: 100vw;
		font-size:0.8rem;
		margin-top: 3.5rem;
		z-index:2000;
	}
#quicklinks_menu ul {
	list-style-type:none;
	display: inline-flex;
	padding-left:0;
	margin-left:auto;
	margin-top:1.5rem;
	line-height: 1.5rem;
}
#quicklinks_menu .links_menu {
	width:100%;
	justify-content: space-around;
}
#quicklinks_menu a {
	text-decoration:none;
}
#quicklinks_menu .links_menu a {
	color:black;
}
.navigation_menu span:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e29e';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
.reservation_menu a:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e0d2';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
.phone_menu a:before {
	font-family:'Font Awesome 6 Pro';
	content:'\f095';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
.calender_menu a:before {
	font-family:'Font Awesome 6 Pro';
	content:'\e806';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 1.9rem;
}
/*Öffnungszeiten / Speisekarten*/
@media screen and (max-width: 767px) {
#zeiten{
	display: none;
    padding-top: 12rem;
    position: fixed;
    justify-content: center;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: rgba(238,238,238,0.96);
}
}
@media screen and (min-width: 768px) {
#karte{
	display: none;
    padding-top: 12rem;
    padding-left: 3rem;
    position: fixed;
    justify-content: center;
    z-index: 1001;
    width: 25%;
    margin-left: 50%;
    text-align: left;
    background: rgba(238,238,238,0.96);
}
}
@media screen and (max-width: 767px) {
#karte{
	display: none;
    padding-top: 12rem;
    padding-left: 3rem;
    position: fixed;
    justify-content: center;
    z-index: 1001;
    width: 100%;
    text-align: left;
    background: rgba(238,238,238,0.96);
}
}
@media screen and (min-width: 768px) {
#zeiten{
	display: none;
    padding-top: 12rem;
    position: fixed;
    justify-content: center;
    z-index: 1000;
    width: 25%;
    margin-left: 25%;
    text-align: center;
    background: rgba(238,238,238,0.96);
}
}
@media screen and (min-width: 768px) {
#reservation{
	display: none;
    padding-top: 12rem;
    padding-left: 3rem;
    position: fixed;
    justify-content: center;
    z-index: 1001;
    width: 25%;
    margin-left: 75%;
    text-align: left;
    background: rgba(238,238,238,0.96);
}
}
@media screen and (max-width: 767px) {
#reservation{
	display: none;
    padding-top: 12rem;
    padding-left: 3rem;
    position: fixed;
    justify-content: center;
    z-index: 1001;
    width: 100%;
    text-align: left;
    background: rgba(238,238,238,0.96);
}
}
/*Schriftgrößen*/
h1{
	margin: 0;
	font-family: 'Karma';
	font-weight: 600;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #c44646;
}
h2{
	margin: 0;
	padding-top: 0.7rem;
    padding-bottom: 1rem;
	font-family: 'Karma';
	font-weight: 300;
	font-size: 2rem;
	text-transform: none;
	color: #545454;
	line-height: 2.5rem;
}
h3{
	margin: 0;
	font-family: 'Karma';
	font-weight: 600;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #c44646;
}
p {
	margin: 0;
	font-weight: 300;
	font-size:1rem;
	padding-top: 0.5rem;
    padding-bottom: 1rem;
    line-height:1.7rem; 
}
.cta {
	background-color:transparent;
	border-radius:10px;
	border:1px solid #c44646;
	display:inline-block;
	cursor:pointer;
	color:#c44646;
	padding:10px 20px 12px 20px;
	text-decoration: none;
	margin-bottom:15px;
}
.cta:hover {
	background-color:#c44646;
	color: #ffffff;
	border:1px solid #c44646;
}
.cta:active {
	position:relative;
	top:1px;
}

strong{
	font-weight: 600;
}
#container {
	margin-bottom:0;
	background: rgb(255,255,255);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}
#container .inside {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
/*Bildbox*/
.bildbox{
	padding-top: 3rem;
}
.bildbox img{
	border-radius: 15px;
}
.bildbox .image_container {
	padding-bottom:1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.bildbox .float_above {
		float: left;
		margin-right: 2rem;
		margin-top: 7rem;
    	margin-bottom: 10rem;
		width:45%;
	}
	.bildbox h3 {
		padding-top:3rem;
	}
}
@media screen and (min-width: 1024px) {
	.bildbox .float_above {
		float: left;
		margin-right: 2rem;
		margin-top: 2rem;
    	margin-bottom: 5rem;
		width:45%;
	}
	.bildbox h3 {
		padding-top:3rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.bildbox .float_right {
		float: right;
		margin-left: 2rem;
		margin-top: 7rem;
    	margin-bottom: 10rem;
		width:45%;
	}
	.bildbox h3 {
		padding-top:3rem;
	}
}
@media screen and (min-width: 1024px) {
	.bildbox .float_right {
		float: right;
		margin-left: 2rem;
		margin-top: 2rem;
    	margin-bottom: 5rem;
		width:45%;
	}
	.bildbox h3 {
		padding-top:7rem;
	}
}
/*Themenraster*/
@media screen and (max-width: 767px) {
	.themenraster {
		padding-top: 3rem;
		width:100%;
		text-align:center;
	}
	.themenraster img {
		width:370px;
		height:370px;
	}
}
@media screen and (min-width: 768px) {
	.themenraster {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 1.5rem;
		padding-top: 3rem;
		text-align:center;
	}
}
@media screen and (min-width: 768px) {
	.ce_text {
		
		grid-column: 1 / -1;
	}
}
@media screen and (max-width: 767px) {
	.bilder {
		padding-bottom: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.bilder {
		padding-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.text-themenraster  {
		position: absolute;
		display: flex;
		justify-content: center;
		width: 100%;
		font-family: Roboto;
		color: white;
		text-transform: uppercase;
		font-size: 1.8rem;
		padding-top: 3rem;
		z-index:9;
		text-align:center;
	}
}
@media screen and (min-width: 768px) {
	.text-themenraster  {
		position: absolute;
		display: flex;
		justify-content: center;
		width: 32%;
		font-family: Roboto;
		color: white;
		text-transform: uppercase;
		font-size: 1.8rem;
		padding-top: 5rem;
		z-index:9;
		text-align:center;
	}
}
.themenraster img {
	filter:brightness(80%);
	border-radius: 15px;
}
/*Footer */
#footer{
	margin-top:3rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	text-align:center;
}
#footer h3 {
	text-align: center;
}
#footer a {
	text-decoration:none;
	color: black;
}
#footer ul {
	list-style: none;
	line-height:2rem;
	padding-left:0;
}
.footer-contact {
	display: inline-flex;
    flex-direction: column;
}
#footer .footer-contact li {
		display: inline-flex;
}
#footer .image_container {
	display: flex;
    justify-content: center;
    margin-top: -4.3rem;
    z-index: 1000;
    position: absolute;
    width: 100%;
}
#footer #telephone:before {
	font-family:'Font Awesome 6 Pro';
	content:'\f095';
    color: black;
	font-size: 1rem;
	padding-right:1rem;
}
#footer #email:before {
	font-family:'Font Awesome 6 Pro';
	content:'\f0e0';
    color: black;
	font-size: 1rem;
	padding-right:1rem;
}
#footer .footer-social {
		display: inline-flex;
    	width: 70%;
    	justify-content: space-evenly;
    	padding-top:1.5rem;}

@media screen and (min-width: 768px) {
  	#footer .footer-social {	width: 30%;}}
#footer #Instagram a:before {
	font-family:'Icons';
	content:'\f16d';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 3rem;}
#footer #Facebook a:before {
	font-family:'Icons';
	content:'\f09a';
    display: flex;
    justify-content: center;
    color: black;
	font-size: 3rem;}
#footer .footer-social a {
	color: white;}
	
.bildergalerie img{
	border-radius:15px;
}
@media screen and (min-width: 768px) {
.bildergalerie li{
	width:25%;}}

/*FadeIn*/
.FadeIn{
	animation: FadeIn 1.2s both;
}
@keyframes FadeIn {
	0%{
		opacity: 0;
		transform: translateY(+50px);
	}
	100%{
		opacity:1;
		transform: translateY(0);
		
	}
}
.contao-cookiebar .cc-btn{
	font-family: 'Roboto';
	text-transform: uppercase;
}
.contao-cookiebar .success{
	background: #4e9e3e;
	border: 1px solid #4e9e3e;
	color:white;
}

/* --- Scroll-State: Quicklinks kompakter + Farben umschalten --- */
#quicklinks {
  transition: background 0.2s ease, margin-top 0.2s ease;
}
#quicklinks_menu {
  transition: margin-top 0.2s ease;
}

/* Standard (oben) */
#quicklinks .links span { color: white; }
.phone a:before,
.time span:before,
.card span:before,
.reservation span:before {
  color: white;
  transition: color 0.2s ease;
}

/* Scrolled (ab 70px, wird über JS als Klasse gesetzt) */
#quicklinks.is-scrolled {
  background: rgb(238,238,238);
  margin-top: 2rem;              /* von 3.5rem → 2rem */
}
#quicklinks.is-scrolled .links span { color: black; }

body.is-scrolled .phone a:before,
body.is-scrolled .time span:before,
body.is-scrolled .card span:before,
body.is-scrolled .reservation span:before {
  color: black;
}

/* Wenn das Menü aktiv ist und du ebenfalls schrumpfen willst */
body.is-scrolled #quicklinks_menu { margin-top: 2rem; } /* Standard ist 3.5rem */

