




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Inter.css');
@import url('/engine/fonts/Libre-Bodoni.css');
@import url('/engine/fonts/Work-Sans.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #777777;
}

p {
	color: #777777;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
}
	


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#;
}


.title-bar {
  background:#;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #;
  padding: 5px;
  }
.menu-icon:hover {
  background: #;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #6e5a39;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #6e5a39, 0 14px 0 #6e5a39; }
    
.menu-icon:hover::after {
    background: #FFFFFF;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #6e5a39 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#6e5a39 transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#FFFFFF transparent transparent;
}

footer {
	background:#20409a;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#6e5a39;
    font-size: 15px;
    font-family: 'Work Sans';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#6e5a39;
    font-size: 15px;
}


a,
.accordion-title,
.speise h3 a {
	color: #20409a;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #20409a;
	font-family: 'Work Sans';
	font-size: 15px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #FFFFFF;
	background:#f2f0e2;
	border: 0;
}

.tabs-title a:hover {
	color: #FFFFFF;
	background:#f2f0e2;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#f2f0e2 !important;
}     

.tabs > li.is-active > a {
background: #f2f0e2;
color: #FFFFFF;
}

header .menu a:hover {
			color: #FFFFFF !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #444444;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#000000;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#6e5a39;
	background:#d9d5bc;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#f2f0e2;color:#6e5a39;}
	
.cd-top {
	background: #d9d5bc url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#f2f0e2;
}
	
section .button, section button {
	background:#d9d5bc;
	color:#6e5a39;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#f2f0e2;
}

label, input, textarea {
	/* color: #777777; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #777777;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Inter';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Bodoni';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Inter';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Inter';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Inter';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Libre Bodoni';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #444444;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #444444;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#444444;
	font-size: 28px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#777777;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0360/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0360/media/logo/logo.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#6e5a39;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #FFFFFF;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 16px;
    font-family: Interpx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Inter;
    color: #777777;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Inter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Inter;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Inter;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-67154 h1 { color: #FFFFFF;}
#section-67154 h2 { color: #FFFFFF;}
#section-67154 h3 { color: #FFFFFF;}
#section-67154 p { color: #EEEEEE;}
#section-67154 {margin-top:0;}
#section-67155 {display:none;}
#section-67157 .fa, #section-67157 .fa-regular,#section-67157 .fa-solid,#section-67157 .fa-light,#section-67157 .fa-thin,#section-67157 .fa-duotone { color: #d9d5bc !important;}
#section-67159 { background-color: #f2f0e2;}
#section-67159 h2{margin-bottom:50px;}
#section-67159 
img{width:70%; border-radius:10px;}
#section-ueber-uns-kurz img{border-radius:50%;border: 8px solid #f2f0e2;}
#section-speisekarte-teaser img{border-radius:50%;border:7px solid #f2f0e2;}
#section-speisekarte-teaser 
{padding-top:30px;}
#section-Tischreservierung h1 { color: #6e5a39;}
#section-Tischreservierung h2 { color: #6e5a39;}
#section-Tischreservierung h3 { color: #6e5a39;}
#section-Tischreservierung p { color: #6e5a39;}
#section-Tischreservierung { background-image: url(/sites/site0360/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67166 { background-image: url(/sites/site0360/media/slider/hd_020.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67166 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67169 { background-color: #f2f0e2;}
#section-67170 {background:linear-gradient(to bottom right,#333,#777);}
#section-67171 { background-color: #FFFFFF;}
#section-67171 h2{margin-bottom:50px;}
#section-67173 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-67174 h1 { color: #FFFFFF;}
#section-67174 h2 { color: #FFFFFF;}
#section-67174 h3 { color: #FFFFFF;}
#section-67174 p { color: #EEEEEE;}
#section-67175 { background-color: #EEEEEE;}
#section-67175 h1{font-size:30px;}
#section-67175 
h2{font-size:30px;}
#section-67175 
.row{margin-bottom:60px;}
#section-67176 { background-color: #EEEEEE;}
#section-67176 h1{margin-bottom:20px;}
#section-67176 
bloghead{font-weight:bold;}
#section-67177 h1 { color: #FFFFFF;}
#section-67177 h2 { color: #FFFFFF;}
#section-67177 h3 { color: #FFFFFF;}
#section-67177 p { color: #EEEEEE;}
#section-67177 {background:linear-gradient(to bottom right,#333,#666);}
#section-67178 h2{margin-bottom:50px;}
#section-67179 { background-color: #EEEEEE;}
#section-67179 h1{margin-bottom:20px;}
#section-67179 
bloghead{font-weight:bold;}
#section-67180 h1 { color: #FFFFFF;}
#section-67180 h2 { color: #FFFFFF;}
#section-67180 h3 { color: #FFFFFF;}
#section-67180 p { color: #EEEEEE;}
#section-67180 {background:linear-gradient(to bottom right,#333,#666);}
#section-67181 h2{margin-bottom:50px;}
#section-67182 { background-color: #EEEEEE;}
#section-67182 h1{margin-bottom:20px;}
#section-67182 
bloghead{font-weight:bold;}
#section-67183 h1 { color: #FFFFFF;}
#section-67183 h2 { color: #FFFFFF;}
#section-67183 h3 { color: #FFFFFF;}
#section-67183 p { color: #EEEEEE;}
#section-67183 {background:linear-gradient(to bottom right,#333,#666);}
#section-67184 h2{margin-bottom:50px;}
#section-67185 { background-color: #EEEEEE;}
#section-67185 h1{margin-bottom:20px;}
#section-67185 
bloghead{font-weight:bold;}
#section-67186 h1 { color: #FFFFFF;}
#section-67186 h2 { color: #FFFFFF;}
#section-67186 h3 { color: #FFFFFF;}
#section-67186 p { color: #EEEEEE;}
#section-67186 {background:linear-gradient(to bottom right,#333,#666);}
#section-67187 h2{margin-bottom:50px;}
#section-67188 { background-color: #EEEEEE;}
#section-67188 h1{margin-bottom:20px;}
#section-67188 
bloghead{font-weight:bold;}
#section-67189 h1 { color: #FFFFFF;}
#section-67189 h2 { color: #FFFFFF;}
#section-67189 h3 { color: #FFFFFF;}
#section-67189 p { color: #EEEEEE;}
#section-67189 {background:linear-gradient(to bottom right,#333,#666);}
#section-67190 h2{margin-bottom:50px;}
#section-67191 { background-color: #EEEEEE;}
#section-67191 h1{margin-bottom:20px;}
#section-67191 
bloghead{font-weight:bold;}
#section-67192 h1 { color: #FFFFFF;}
#section-67192 h2 { color: #FFFFFF;}
#section-67192 h3 { color: #FFFFFF;}
#section-67192 p { color: #EEEEEE;}
#section-67192 {background:linear-gradient(to bottom right,#333,#666);}
#section-67193 h2{margin-bottom:50px;}
#section-67194 { background-color: #f2f0e2;}
#section-67194 .fa-brands{color:#888888;}
#section-67195 h1 { color: #FFFFFF;}
#section-67195 h2 { color: #FFFFFF;}
#section-67195 h3 { color: #FFFFFF;}
#section-67195 p { color: #EEEEEE;}
#section-67197 { background-color: #EEEEEE;}
#section-67247 { background-color: #f2f0e2;}
#section-67247 h2{margin-bottom:50px;}
#section-67247 
{padding-top:0;}
#section-67247 
img{width:70%; border-radius:10px;}
#section-67248 { background-image: url(/sites/site0360/media/slider/hd_020.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67248 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67254 { background-image: url(/sites/site0360/media/backgrounds/hd_seafood.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67254 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67255 {padding-top:10px;}
#section-67256 { background-color: #f2f0e2;}
#section-67258 { background-color: #FFFFFF;}
#section-67258 h2{margin-bottom:50px;}
#section-67259 {background:linear-gradient(to bottom right,#333,#777);}
#section-67260 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-67261 h1 { color: #FFFFFF;}
#section-67261 h2 { color: #FFFFFF;}
#section-67261 h3 { color: #FFFFFF;}
#section-67261 p { color: #EEEEEE;}
#section-67262 { background-image: url(/sites/site0360/media/allgemein/hd_privatparty-quadratisch.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67262 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67267 {background:linear-gradient(to bottom right,#333,#777);}
#section-67268 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-67270 { background-image: url(/sites/site0360/media/allgemein/hd_events-start.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67270 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67275 {background:linear-gradient(to bottom right,#333,#777);}
#section-67276 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-67278 { background-image: url(/sites/site0360/media/allgemein/hd_lobster-quadratisch.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67278 h1{color:white;text-shadow: 0 0 3px #000;font-size:50px;padding-top:100px;padding-bottom:50px;}
#section-67283 {background:linear-gradient(to bottom right,#333,#777);}
#section-67284 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-67285 { background-color: #f2f0e2;}
#section-67285 h1 { color: #6e5a39;}
#section-67285 h2 { color: #6e5a39;}
#section-67285 h3 { color: #6e5a39;}
#section-67285 p { color: #6e5a39;}
#section-67285 { background-image: url(/sites/site0360/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-formular-eventanfrage h1 { color: #6e5a39;}
#section-formular-eventanfrage h2 { color: #6e5a39;}
#section-formular-eventanfrage h3 { color: #6e5a39;}
#section-formular-eventanfrage p { color: #6e5a39;}
#section-formular-eventanfrage { background-image: url(/sites/site0360/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67471 {padding-bottom:0;}
#section-67472 img{border-radius:50%;border: 8px solid #f2f0e2;}
#section-67472 
{padding-top:150px;}
#section-67473 h3{margin-top:50px;color:#555;}

/* Custom Styles */

h5#logo{width:170px !important; height:100px !important;}

header{padding:0;position:fixed;}
.top-bar-right li {background-color: white !important;border-radius: 10px;margin-right:10px;box-shadow: 0 0 2px #000; }
.top-bar-right li:hover {background-color: #20409a !important;}
.top-bar-right li:hover > a {color: #fff;}

h1{font-weight:500;}
h2{font-weight:500;}

small{font-family:Roboto;font-weight:500;text-transform:uppercase;font-size:16px;color:#6e5a39 !important;}
blau{background:#20409a;color:white;font-size:20px;padding:10px;margin-right:10px;margin-left:10px;}
zitat{font-style:italic;font-size:20px;color:#888;}

.top-bar .row{min-width:80%;}
.top-bar-right {text-transform:uppercase;font-weight:600;padding-top:30px;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+3) a {padding: 5px;}

.button{font-size:14px;border-radius:8px;font-weight:bold;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#333;font-family:Libre Bodoni;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:16px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:16px;color:#20409a;}

#section-event-detail{background:#f2f0e2;}
#section-event-detail h1{margin-top:100px;}
#section-event-detail img{margin-top:100px;}


/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
.top-bar-right li {box-shadow:0 0 0;}
header{position:relative;background-color:white;}
#section-67263 img{display:none;}
#section-67271 img{display:none;}
#section-67471 img{display:none;}
#section-67472 img{width:75%;padding-top:0;margin-top:0;}
#section-67472{padding-top:30px;text-align:center;}
}