




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

@import url('/engine/fonts/Loved-by-the-King.css');
@import url('/engine/fonts/Roboto.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: #3E505B;
}

 

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

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

p {
	color: #EEEEEE;
    font-size: 18px;
}

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


h1 {
	font-size: 44px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

header, .sticky {
	background:#8AB0AB;
}


.title-bar {
  background:#8AB0AB;
  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: #8AB0AB;
  padding: 5px;
  }
.menu-icon:hover {
  background: #8AB0AB;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #3E505B;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #3E505B, 0 14px 0 #3E505B; }
    
.menu-icon:hover::after {
    background: #26413C;
    box-shadow: 0 7px 0 #26413C, 0 14px 0 #26413C; } 
 
.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: #3E505B 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:#3E505B transparent transparent;
}

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

footer {
	background:#1A1D1A;
    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:#3E505B;
    font-size: 16px;
    font-family: 'Roboto';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#3E505B;
    font-size: 16px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	background:#7caba5;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #26413C;
	background:#60847f;
	border: 0;
}

.tabs-title a:hover {
	color: #26413C;
	background:#60847f;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #60847f;
color: #26413C;
}

header .menu a:hover {
			color: #26413C !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: #FFFFFF;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#b3e4de;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#3E505B;
	background:#FFFFFF;
}

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

.no-touch .cd-top:hover {
	background-color:#8AB0AB;
}
	
section .button, section button {
	background:#FFFFFF;
	color:#3E505B;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#60847f;
}

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

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




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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Loved by the King';
	font-style: normal;
	font-weight: normal;
}

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Loved by the King';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #FFFFFF;
}



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

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






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

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

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#3E505B;
    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: #26413C;
}

.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: 18px;
    font-family: Robotopx;
}

.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: Roboto;
    color: #EEEEEE;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Roboto;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Roboto;
	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: Roboto;
	 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-14707 .button{font-size:20px;font-weight:bold;}
#section-14708 { background-color: #26413C;}
#section-14709 { background-color: #8AB0AB;}
#section-14711 { background-color: #3E505B;}
#section-14711 img{border-radius:50%;border: 8px solid white;}
#section-14712 { background-color: #26413C;}
#section-14713 { background-color: #8AB0AB;}
#section-14714 { background-color: #3E505B;}
#section-14715 { background-color: #26413C;}
#section-14716 { background-color: #000000;}
#section-14717 { background-color: #000000;}
#section-14719 { background-color: #FF6000;}
#section-14719 { background-image: url(/sites/site0171/media/bilder/hd_alm.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14719 {background:linear-gradient(to bottom right,#3E505B,#26413C);}
#section-14721 { background-color: #26413C;}
#section-14722 { background-color: #26413C;}
#section-14722 { background-image: url(/sites/site0171/media/bilder/hd_nordlichter.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14723 { background-color: #FF60F0;}
#section-14724 { background-color: #000000;}
#section-14724 { background-image: url(/sites/site0171/media/backgrounds/hd_kontakt_back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14726 { background-color: #26413C;}
#section-14728 { background-color: #8AB0AB;}
#section-14730 { background-color: #26413C;}
#section-14731 { background-color: #8AB0AB;}
#section-14733 { background-color: #000000;}
#section-14734 { background-color: #666666;}
#section-14734 { background-image: url(/sites/site0171/media/backgrounds/hd_holz.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14735 { background-color: #27a6bf;}
#section-14736 { background-color: #CCCCCC;}
#section-14736 h1 { color: #000000;}
#section-14736 h2 { color: #000000;}
#section-14736 h3 { color: #000000;}
#section-14745 .row{margin-bottom:40px;}
#section-14745 
.button{font-size:14px;}
#section-14747 { background-color: #000000;}
#section-14747 { background-image: url(/sites/site0171/media/backgrounds/hd_kontakt_back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14750 { background-image: url(/sites/site0171/media/backgrounds/hd_furniture1.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14750 .large-6:first-child{background-color:rgba(0,0,0,0.7);padding:20px;margin: 0;}
#section-14751 h1 { color: #444444;}
#section-14751 h2 { color: #444444;}
#section-14751 h3 { color: #444444;}
#section-14751 p { color: #444444;}
#section-14751 { background-image: url(/sites/site0171/media/backgrounds/hd_furniture2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14751 .large-6:nth-child(2){background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-14752 { background-image: url(/sites/site0171/media/backgrounds/hd_furniture3.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14752 .large-12:first-child{background-color:rgba(0,0,0,0.7);padding:20px;margin: 0;}
#section-17079 tr:nth-child(even) {
#section-17079 
   background-color: #FD9D5D;
#section-17079 
}
#section-17079 
tr:nth-child(odd) {
#section-17079 
   background-color: #C0F390;
#section-17079 
}
#section-56552 { background-color: #60847f;}
#section-56552 p { color: #red;}
#section-64438 { background-color: #CCFFFF;}
#section-64438 h1 { color: #000000;}
#section-64438 h2 { color: #000000;}
#section-64438 h3 { color: #000000;}
#section-64438 p { color: #990000;}
#section-64438 .button, .button a { color: #FFFFFF;}
#section-64438 .button, .button a { background-color: #FF0000;}
#section-64439 { background-color: #60847f;}
#section-64440 { background-color: #990000;}
#section-64453 { background-color: #990000;}
#section-64454 { background-color: #FF0000;}
#section-64454 h1 { color: #FFFF00;}
#section-64454 h2 { color: #FFFF00;}
#section-64454 h3 { color: #FFFF00;}
#section-64454 p { color: #FFFFFF;}
#section-64470 .button, .button a { color: #FFFFFF;}
#section-64470 .button, .button a { background-color: #FF0000;}
#section-64470 { background-image: url(/sites/site0171/media/bilder/hd_original_file_home_2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64473 { background-color: #99FF00;}
#section-64473 h1 { color: #FFFFFF;}
#section-64473 h2 { color: #FFFFFF;}
#section-64473 h3 { color: #FFFFFF;}
#section-64473 p { color: #FFFFFF;}
#section-64473 .button, .button a { color: #FFFFFF;}
#section-64473 .button, .button a { background-color: #0000FF;}
#section-64473 { background-image: url(/sites/site0171/media/bilder/hd_original_file_home_2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-64474 { background-color: #C8FE2E;}
#section-64474 h1 { color: #0000FF;}
#section-64474 h2 { color: #0000FF;}
#section-64474 h3 { color: #0000FF;}
#section-64474 p { color: #000000;}
#section-64474 .button, .button a { color: #FFFFFF;}
#section-64474 .button, .button a { background-color: #0000FF;}
#section-66226 { background-color: #3E505B;}

/* Custom Styles */

h5#logo-center{margin:30px 0 30px 0;}
header{border-bottom:1px solid white;}
.button{font-size:16px;font-weight:bold;}
subhead{font-size:30px;font-family:Loved by the King;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}

tbody tr:nth-child(even) {
   background-color: #FD9D5D !important;
}
tbody tr:nth-child(odd) {
   background-color: #C0F390 !important;;
}