




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

@import url('/engine/fonts/Bitter.css');
@import url('/engine/fonts/Merriweather.css');



  


/* ---------- If Fullwidth Background Image ---------- */

section, footer {
	max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}	

main section, main article {
	background-color: #FAF5E8;
}
	
.flexslider_bg {
    position: fixed;
    top:0; 
    z-index: -10;
	height: 100%;
	/* overflow: hidden; */
	width: 100%;
}
	


header {
	position: static;
    max-width: 65rem;
    margin: auto;
}


@media screen and (max-width : 1540px)  { 
/* ----- Slider ----- */
	.fullwidth_slider .slides .slide-text {
		width: 60%;
		left: 20%;
	    right: 20%;
		top: 50%;
		margin-top: -70px;
	}
}


 

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

body {
	background:#D0C0A7;
	color: #555555;
}

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

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


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#FAF5E8;
}


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

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

footer {
	background:#B8B68F;
    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:#230007;
    font-size: 18px;
    font-family: 'Merriweather';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#230007;
    font-size: 18px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #230007;
	font-family: 'Merriweather';
	font-size: 18px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #4A4238;
	background:#FEFFEA;
	border: 0;
}

.tabs-title a:hover {
	color: #4A4238;
	background:#FEFFEA;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #FEFFEA;
color: #4A4238;
}

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

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

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

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

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

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




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

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

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

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

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

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



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

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






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

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

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#230007;
    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: #4A4238;
}

.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: Bitterpx;
}

.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: Bitter;
    color: #555555;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Bitter;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Bitter;
	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: Bitter;
	 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-54844 { background-color: #D0C0A7;}
#section-54844 h1 { color: #FFFFFF;}
#section-54844 h2 { color: #FFFFFF;}
#section-54844 h3 { color: #FFFFFF;}
#section-54844 p { color: #FFFFFF;}
#section-54844 h1{font-size:40px;}
#section-54844 
p{font-size:20px;}
#section-54844 
subhead{color:#FFFFFF;}
#section-54848 h2{margin-bottom:40px;}
#section-54848 
img{border-radius:50%;border:2px solid #D0C0A7;width:70%;}
#section-54848 
{border:1px solid #D0C0A7;}
#section-54849 { background-color: #D0C0A7;}
#section-54849 h1 { color: #FFFFFF;}
#section-54849 h2 { color: #FFFFFF;}
#section-54849 h3 { color: #FFFFFF;}
#section-54849 p { color: #4A4238;}
#section-54849 .fa, #section-54849 .fa-regular,#section-54849 .fa-solid,#section-54849 .fa-light,#section-54849 .fa-thin,#section-54849 .fa-duotone { color: #FFFFFF !important;}
#section-54849 h2{margin-bottom:50px;}
#section-54849 
li{color:white;}
#section-54849 
{background-position:top center;}
#section-54852 { background-color: #D0C0A7;}
#section-54852 h1 { color: #ffffff;}
#section-54852 h2 { color: #ffffff;}
#section-54852 h3 { color: #ffffff;}
#section-54852 p { color: #ffffff;}
#section-54852 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54852 
{border-top:3px solid white;}
#section-54852 
h1{font-size:40px;}
#section-54854 { background-color: #D0C0A7;}
#section-54854 h1 { color: #FEFFEA;}
#section-54854 h2 { color: #FEFFEA;}
#section-54854 h3 { color: #FEFFEA;}
#section-54854 p { color: #FEFFEA;}
#section-54854 {background-position:top center;}
#section-54855 {border-top:3px solid #8c9d35;}
#section-54856 h1 { color: #000000;}
#section-54856 h2 { color: #000000;}
#section-54856 h3 { color: #000000;}
#section-54856 p { color: #000000;}
#section-54856 { background-image: url(/sites/site0333/media/backgrounds/hd_holz.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54856 h1{font-size:40px;}
#section-54856 
p{font-size:20px;}
#section-54856 
subhead{color:#000000;}
#section-54857 h1 { color: #FFFFFF;}
#section-54857 h2 { color: #FFFFFF;}
#section-54857 h3 { color: #FFFFFF;}
#section-54857 p { color: #FFFFFF;}
#section-54857 {display:none;background:linear-gradient(to bottom right,#bcd884,#96b753);}
#section-54857 
h1{font-size:40px;}
#section-54857 
p{font-size:20px;}
#section-54857 
subhead{color:#4A4238;}
#section-54858 {display:none;}
#section-54859 {display:none;}
#section-54860 h2{margin-bottom:40px;}
#section-54860 
img{border-radius:50%;border:7px solid #E3E9C2;width:70%;}
#section-54860 
{border:1px solid #8c9d35;}
#section-54861 { background-color: #E3E9C2;}
#section-54861 h1 { color: #FFFFFF;}
#section-54861 h2 { color: #FFFFFF;}
#section-54861 h3 { color: #FFFFFF;}
#section-54861 p { color: #FFFFFF;}
#section-54861 .fa, #section-54861 .fa-regular,#section-54861 .fa-solid,#section-54861 .fa-light,#section-54861 .fa-thin,#section-54861 .fa-duotone { color: #FFFFFF !important;}
#section-54861 { background-image: url(/sites/site0333/media/backgrounds/hd_holz.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54861 h2{margin-bottom:50px;}
#section-54861 
li{color:white;}
#section-54861 
{background-position:top center;}
#section-54864 { background-color: #4A4238;}
#section-54864 h1 { color: #FFFFFF;}
#section-54864 h2 { color: #FFFFFF;}
#section-54864 h3 { color: #FFFFFF;}
#section-54864 p { color: #EEEEEE;}
#section-54864 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54864 
{border-top:3px solid white;}
#section-54865 h3{font-family:Just another hand;font-size:34px;color:#000000;}
#section-54866 { background-color: #DDDDDD;}
#section-54866 h1 { color: #4A4238;}
#section-54866 h2 { color: #4A4238;}
#section-54866 h3 { color: #4A4238;}
#section-54866 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54866 {background-position:top center;}
#section-54867 {border-top:3px solid #8c9d35;}
#section-54868 { background-color: #AB9685;}
#section-54868 h1 { color: #FFFFFF;}
#section-54868 h2 { color: #FFFFFF;}
#section-54868 h3 { color: #FFFFFF;}
#section-54868 p { color: #EEEEEE;}
#section-54868 h1{font-size:50px;}
#section-54868 
{background-position:top center;}
#section-54869 { background-color: #FAF5E8;}
#section-54870 { background-color: #AB9685;}
#section-54870 h1 { color: #ffffff;}
#section-54870 h2 { color: #ffffff;}
#section-54870 h3 { color: #ffffff;}
#section-54870 p { color: #ffffff;}
#section-54870 {padding-top:20;}
#section-54870 
{padding-bottom:20;}
#section-54870 
img{border-radius:50%;border:7px solid #EEE;width:50%;}
#section-54872 { background-color: #FAF5E8;}
#section-54873 { background-color: #AB9685;}
#section-54873 h1 { color: #FFFFFF;}
#section-54873 h2 { color: #FFFFFF;}
#section-54873 h3 { color: #FFFFFF;}
#section-54873 p { color: #FFFFFF;}
#section-54873 .fa, #section-54873 .fa-regular,#section-54873 .fa-solid,#section-54873 .fa-light,#section-54873 .fa-thin,#section-54873 .fa-duotone { color: #FFFFFF !important;}
#section-54873 h2{margin-bottom:50px;}
#section-54873 
li{color:white;}
#section-54873 
{background-position:top center;}
#section-54874 { background-color: #FAF5E8;}
#section-54874 h1 { color: #4a4238;}
#section-54874 h2 { color: #4a4238;}
#section-54874 h3 { color: #4a4238;}
#section-54874 p { color: #4a4238;}
#section-54874 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54874 
{border-top:3px solid white;}
#section-54875 { background-color: #FFFFFF;}
#section-54875 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54876 { background-color: #AB9685;}
#section-54876 h1 { color: #4A4238;}
#section-54876 h2 { color: #4A4238;}
#section-54876 h3 { color: #4A4238;}
#section-54876 {background-position:top center;}
#section-54877 { background-color: #AB9685;}
#section-54877 h1 { color: #FFFFFF;}
#section-54877 h2 { color: #FFFFFF;}
#section-54877 h3 { color: #FFFFFF;}
#section-54877 p { color: #EEEEEE;}
#section-54877 h1{font-size:50px;}
#section-54877 
{background-position:top center;}
#section-54878 { background-color: #FAF5E8;}
#section-54882 { background-color: #AB9685;}
#section-54882 h1 { color: #FFFFFF;}
#section-54882 h2 { color: #FFFFFF;}
#section-54882 h3 { color: #FFFFFF;}
#section-54882 p { color: #EEEEEE;}
#section-54882 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54882 
{border-top:3px solid white;}
#section-54883 { background-color: #FFFFFF;}
#section-54883 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54884 { background-color: #FAF5E8;}
#section-54884 h1 { color: #4A4238;}
#section-54884 h2 { color: #4A4238;}
#section-54884 h3 { color: #4A4238;}
#section-54884 {background-position:top center;}
#section-54885 { background-color: #AB9685;}
#section-54885 h1 { color: #FFFFFF;}
#section-54885 h2 { color: #FFFFFF;}
#section-54885 h3 { color: #FFFFFF;}
#section-54885 p { color: #EEEEEE;}
#section-54885 h1{font-size:50px;}
#section-54885 
{background-position:top center;}
#section-54886 { background-color: #FAF5E8;}
#section-54887 { background-color: #AB9685;}
#section-54887 h1 { color: #FFFFFF;}
#section-54887 h2 { color: #FFFFFF;}
#section-54887 h3 { color: #FFFFFF;}
#section-54887 p { color: #EEEEEE;}
#section-54887 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54887 
{border-top:3px solid white;}
#section-54888 { background-color: #FFFFFF;}
#section-54888 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54889 { background-color: #FAF5E8;}
#section-54889 h1 { color: #4A4238;}
#section-54889 h2 { color: #4A4238;}
#section-54889 h3 { color: #4A4238;}
#section-54889 {background-position:top center;}
#section-54890 { background-color: #AB9685;}
#section-54890 h1 { color: #FFFFFF;}
#section-54890 h2 { color: #FFFFFF;}
#section-54890 h3 { color: #FFFFFF;}
#section-54890 p { color: #EEEEEE;}
#section-54890 h1{font-size:50px;}
#section-54890 
{background-position:top center;}
#section-54891 { background-color: #FAF5E8;}
#section-54895 { background-color: #AB9685;}
#section-54895 h1 { color: #FFFFFF;}
#section-54895 h2 { color: #FFFFFF;}
#section-54895 h3 { color: #FFFFFF;}
#section-54895 p { color: #EEEEEE;}
#section-54895 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54895 
{border-top:3px solid white;}
#section-54896 { background-color: #FFFFFF;}
#section-54896 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54897 { background-color: #FAF5E8;}
#section-54897 h1 { color: #4A4238;}
#section-54897 h2 { color: #4A4238;}
#section-54897 h3 { color: #4A4238;}
#section-54897 {background-position:top center;}
#section-54898 { background-color: #AB9685;}
#section-54898 h1 { color: #FFFFFF;}
#section-54898 h2 { color: #FFFFFF;}
#section-54898 h3 { color: #FFFFFF;}
#section-54898 p { color: #EEEEEE;}
#section-54898 h1{font-size:50px;}
#section-54898 
{background-position:top center;}
#section-54899 { background-color: #FAF5E8;}
#section-54903 { background-color: #AB9685;}
#section-54903 h1 { color: #FFFFFF;}
#section-54903 h2 { color: #FFFFFF;}
#section-54903 h3 { color: #FFFFFF;}
#section-54903 p { color: #EEEEEE;}
#section-54903 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54903 
{border-top:3px solid white;}
#section-54904 { background-color: #FFFFFF;}
#section-54904 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54905 { background-color: #FAF5E8;}
#section-54905 h1 { color: #4A4238;}
#section-54905 h2 { color: #4A4238;}
#section-54905 h3 { color: #4A4238;}
#section-54905 {background-position:top center;}
#section-54906 { background-color: #AB9685;}
#section-54906 h1 { color: #FFFFFF;}
#section-54906 h2 { color: #FFFFFF;}
#section-54906 h3 { color: #FFFFFF;}
#section-54906 p { color: #EEEEEE;}
#section-54906 h1{font-size:50px;}
#section-54906 
{background-position:top center;}
#section-54907 { background-color: #FAF5E8;}
#section-54911 { background-color: #AB9685;}
#section-54911 h1 { color: #FFFFFF;}
#section-54911 h2 { color: #FFFFFF;}
#section-54911 h3 { color: #FFFFFF;}
#section-54911 p { color: #EEEEEE;}
#section-54911 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54911 
{border-top:3px solid white;}
#section-54912 { background-color: #FFFFFF;}
#section-54912 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54913 { background-color: #FAF5E8;}
#section-54913 h1 { color: #4A4238;}
#section-54913 h2 { color: #4A4238;}
#section-54913 h3 { color: #4A4238;}
#section-54913 {background-position:top center;}
#section-54914 { background-color: #AB9685;}
#section-54914 h1 { color: #FFFFFF;}
#section-54914 h2 { color: #FFFFFF;}
#section-54914 h3 { color: #FFFFFF;}
#section-54914 p { color: #EEEEEE;}
#section-54914 h1{font-size:50px;}
#section-54914 
{background-position:top center;}
#section-54915 { background-color: #FAF5E8;}
#section-54916 { background-color: #AB9685;}
#section-54916 h1 { color: #FFFFFF;}
#section-54916 h2 { color: #FFFFFF;}
#section-54916 h3 { color: #FFFFFF;}
#section-54916 p { color: #EEEEEE;}
#section-54916 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54916 
{border-top:3px solid white;}
#section-54917 { background-color: #FFFFFF;}
#section-54917 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54918 { background-color: #FAF5E8;}
#section-54918 h1 { color: #4A4238;}
#section-54918 h2 { color: #4A4238;}
#section-54918 h3 { color: #4A4238;}
#section-54918 {background-position:top center;}
#section-54919 { background-color: #AB9685;}
#section-54919 h1 { color: #FFFFFF;}
#section-54919 h2 { color: #FFFFFF;}
#section-54919 h3 { color: #FFFFFF;}
#section-54919 p { color: #EEEEEE;}
#section-54919 h1{font-size:50px;}
#section-54919 
{background-position:top center;}
#section-54920 { background-color: #FAF5E8;}
#section-54924 { background-color: #AB9685;}
#section-54924 h1 { color: #FFFFFF;}
#section-54924 h2 { color: #FFFFFF;}
#section-54924 h3 { color: #FFFFFF;}
#section-54924 p { color: #EEEEEE;}
#section-54924 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54924 
{border-top:3px solid white;}
#section-54925 { background-color: #FFFFFF;}
#section-54925 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54926 { background-color: #FAF5E8;}
#section-54926 h1 { color: #4A4238;}
#section-54926 h2 { color: #4A4238;}
#section-54926 h3 { color: #4A4238;}
#section-54926 {background-position:top center;}
#section-54927 { background-color: #AB9685;}
#section-54927 h1 { color: #FFFFFF;}
#section-54927 h2 { color: #FFFFFF;}
#section-54927 h3 { color: #FFFFFF;}
#section-54927 p { color: #EEEEEE;}
#section-54927 h1{font-size:50px;}
#section-54927 
{background-position:top center;}
#section-54929 { background-color: #AB9685;}
#section-54929 h1 { color: #FFFFFF;}
#section-54929 h2 { color: #FFFFFF;}
#section-54929 h3 { color: #FFFFFF;}
#section-54929 p { color: #FFFFFF;}
#section-54929 .fa, #section-54929 .fa-regular,#section-54929 .fa-solid,#section-54929 .fa-light,#section-54929 .fa-thin,#section-54929 .fa-duotone { color: #FFFFFF !important;}
#section-54929 h2{margin-bottom:50px;}
#section-54929 
li{color:white;}
#section-54929 
{background-position:top center;}
#section-54930 { background-color: #FAF5E8;}
#section-54930 h1 { color: #4a4238;}
#section-54930 h2 { color: #4a4238;}
#section-54930 h3 { color: #4a4238;}
#section-54930 p { color: #4a4238;}
#section-54930 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54930 
{border-top:3px solid white;}
#section-54931 { background-color: #FFFFFF;}
#section-54931 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54932 { background-color: #FAF5E8;}
#section-54932 h1 { color: #4A4238;}
#section-54932 h2 { color: #4A4238;}
#section-54932 h3 { color: #4A4238;}
#section-54932 {background-position:top center;}
#section-54933 { background-color: #AB9685;}
#section-54933 h1 { color: #FFFFFF;}
#section-54933 h2 { color: #FFFFFF;}
#section-54933 h3 { color: #FFFFFF;}
#section-54933 p { color: #EEEEEE;}
#section-54933 h1{font-size:50px;}
#section-54933 
{background-position:top center;}
#section-54934 { background-color: #FAF5E8;}
#section-54935 { background-color: #AB9685;}
#section-54935 h1 { color: #FFFFFF;}
#section-54935 h2 { color: #FFFFFF;}
#section-54935 h3 { color: #FFFFFF;}
#section-54935 p { color: #FFFFFF;}
#section-54935 .fa, #section-54935 .fa-regular,#section-54935 .fa-solid,#section-54935 .fa-light,#section-54935 .fa-thin,#section-54935 .fa-duotone { color: #FFFFFF !important;}
#section-54935 h2{margin-bottom:50px;}
#section-54935 
li{color:white;}
#section-54935 
{background-position:top center;}
#section-54936 { background-color: #FAF5E8;}
#section-54936 h1 { color: #4a4238;}
#section-54936 h2 { color: #4a4238;}
#section-54936 h3 { color: #4a4238;}
#section-54936 p { color: #4a4238;}
#section-54936 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54936 
{border-top:3px solid white;}
#section-54937 { background-color: #FFFFFF;}
#section-54937 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-54938 { background-color: #FAF5E8;}
#section-54938 h1 { color: #4A4238;}
#section-54938 h2 { color: #4A4238;}
#section-54938 h3 { color: #4A4238;}
#section-54938 {background-position:top center;}
#section-54939 h1 { color: #FFFFFF;}
#section-54939 h2 { color: #FFFFFF;}
#section-54939 h3 { color: #FFFFFF;}
#section-54939 p { color: #EEEEEE;}
#section-54939 { background-image: url(/sites/site0333/media/backgrounds/hd_back-header-sub.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54939 h1{font-size:50px;}
#section-54939 
{background-position:top center;}
#section-54944 { background-color: #4A4238;}
#section-54944 h1 { color: #FFFFFF;}
#section-54944 h2 { color: #FFFFFF;}
#section-54944 h3 { color: #FFFFFF;}
#section-54944 p { color: #EEEEEE;}
#section-54944 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54944 
{border-top:3px solid white;}
#section-54945 {background:linear-gradient(to bottom,#FFF,#DDD);}
#section-54946 { background-color: #DDDDDD;}
#section-54946 h1 { color: #4A4238;}
#section-54946 h2 { color: #4A4238;}
#section-54946 h3 { color: #4A4238;}
#section-54946 { background-image: url(/sites/site0333/media/backgrounds/hd_back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54946 {padding-top:0;background-position:top center;}
#section-54947 h1 { color: #FFFFFF;}
#section-54947 h2 { color: #FFFFFF;}
#section-54947 h3 { color: #FFFFFF;}
#section-54947 p { color: #EEEEEE;}
#section-54947 { background-image: url(/sites/site0333/media/backgrounds/hd_back-header-sub.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54947 h1{font-size:50px;}
#section-54947 
{background-position:top center;}
#section-54952 { background-color: #4A4238;}
#section-54952 h1 { color: #FFFFFF;}
#section-54952 h2 { color: #FFFFFF;}
#section-54952 h3 { color: #FFFFFF;}
#section-54952 p { color: #EEEEEE;}
#section-54952 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54952 
{border-top:3px solid white;}
#section-54953 {background:linear-gradient(to bottom,#FFF,#DDD);}
#section-54954 { background-color: #DDDDDD;}
#section-54954 h1 { color: #4A4238;}
#section-54954 h2 { color: #4A4238;}
#section-54954 h3 { color: #4A4238;}
#section-54954 { background-image: url(/sites/site0333/media/backgrounds/hd_back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54954 {padding-top:0;background-position:top center;}
#section-54955 h1 { color: #FFFFFF;}
#section-54955 h2 { color: #FFFFFF;}
#section-54955 h3 { color: #FFFFFF;}
#section-54955 p { color: #EEEEEE;}
#section-54955 { background-image: url(/sites/site0333/media/backgrounds/hd_back-header-sub.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54955 h1{font-size:50px;}
#section-54955 
{background-position:top center;}
#section-54960 { background-color: #4A4238;}
#section-54960 h1 { color: #FFFFFF;}
#section-54960 h2 { color: #FFFFFF;}
#section-54960 h3 { color: #FFFFFF;}
#section-54960 p { color: #EEEEEE;}
#section-54960 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54960 
{border-top:3px solid white;}
#section-54961 {background:linear-gradient(to bottom,#FFF,#DDD);}
#section-54962 { background-color: #DDDDDD;}
#section-54962 h1 { color: #4A4238;}
#section-54962 h2 { color: #4A4238;}
#section-54962 h3 { color: #4A4238;}
#section-54962 { background-image: url(/sites/site0333/media/backgrounds/hd_back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54962 {padding-top:0;background-position:top center;}
#section-54963 h1 { color: #FFFFFF;}
#section-54963 h2 { color: #FFFFFF;}
#section-54963 h3 { color: #FFFFFF;}
#section-54963 p { color: #EEEEEE;}
#section-54963 { background-image: url(/sites/site0333/media/backgrounds/hd_back-header-sub.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54963 h1{font-size:50px;}
#section-54963 
{background-position:top center;}
#section-54968 { background-color: #4A4238;}
#section-54968 h1 { color: #FFFFFF;}
#section-54968 h2 { color: #FFFFFF;}
#section-54968 h3 { color: #FFFFFF;}
#section-54968 p { color: #EEEEEE;}
#section-54968 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-54968 
{border-top:3px solid white;}
#section-54969 {background:linear-gradient(to bottom,#FFF,#DDD);}
#section-54970 { background-color: #DDDDDD;}
#section-54970 h1 { color: #4A4238;}
#section-54970 h2 { color: #4A4238;}
#section-54970 h3 { color: #4A4238;}
#section-54970 { background-image: url(/sites/site0333/media/backgrounds/hd_back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54970 {padding-top:0;background-position:top center;}
#section-54971 { background-color: #AB9685;}
#section-54971 h1 { color: #ffffff;}
#section-54971 h2 { color: #ffffff;}
#section-54971 h3 { color: #ffffff;}
#section-54971 p { color: #ffffff;}
#section-54971 h1{font-size:50px;}
#section-54972 { background-color: #EEEEEE;}
#section-54972 h1{font-size:30px;}
#section-54972 
h2{font-size:30px;}
#section-54972 
.row{margin-bottom:60px;}
#section-54973 { background-color: #EEEEEE;}
#section-54973 h1{margin-bottom:20px;}
#section-54973 
bloghead{font-weight:bold;}
#section-54974 { background-color: #DDDDDD;}
#section-54974 h1 { color: #4A4238;}
#section-54974 h2 { color: #4A4238;}
#section-54974 h3 { color: #4A4238;}
#section-54974 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54974 {background-position:top center;}
#section-54975 { background-color: #EEEEEE;}
#section-54975 h1{margin-bottom:20px;}
#section-54975 
bloghead{font-weight:bold;}
#section-54976 { background-color: #DDDDDD;}
#section-54976 h1 { color: #4A4238;}
#section-54976 h2 { color: #4A4238;}
#section-54976 h3 { color: #4A4238;}
#section-54976 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54976 {background-position:top center;}
#section-54977 h2{margin-bottom:50px;}
#section-54978 { background-color: #EEEEEE;}
#section-54978 h1{margin-bottom:20px;}
#section-54978 
bloghead{font-weight:bold;}
#section-54979 h2{margin-bottom:50px;}
#section-54980 { background-color: #DDDDDD;}
#section-54980 h1 { color: #4A4238;}
#section-54980 h2 { color: #4A4238;}
#section-54980 h3 { color: #4A4238;}
#section-54980 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54980 {background-position:top center;}
#section-54981 { background-color: #EEEEEE;}
#section-54981 h1{margin-bottom:20px;}
#section-54981 
bloghead{font-weight:bold;}
#section-54982 h2{margin-bottom:50px;}
#section-54983 { background-color: #DDDDDD;}
#section-54983 h1 { color: #4A4238;}
#section-54983 h2 { color: #4A4238;}
#section-54983 h3 { color: #4A4238;}
#section-54983 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54983 {background-position:top center;}
#section-54984 { background-color: #EEEEEE;}
#section-54984 h1{margin-bottom:20px;}
#section-54984 
bloghead{font-weight:bold;}
#section-54985 h2{margin-bottom:50px;}
#section-54986 { background-color: #DDDDDD;}
#section-54986 h1 { color: #4A4238;}
#section-54986 h2 { color: #4A4238;}
#section-54986 h3 { color: #4A4238;}
#section-54986 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54986 {background-position:top center;}
#section-54987 { background-color: #EEEEEE;}
#section-54987 h1{margin-bottom:20px;}
#section-54987 
bloghead{font-weight:bold;}
#section-54988 h1 { color: #FFFFFF;}
#section-54988 h2 { color: #FFFFFF;}
#section-54988 h3 { color: #FFFFFF;}
#section-54988 p { color: #EEEEEE;}
#section-54988 {background:linear-gradient(to bottom right,#333,#666);}
#section-54989 h2{margin-bottom:50px;}
#section-54990 { background-color: #EEEEEE;}
#section-54990 h1{margin-bottom:20px;}
#section-54990 
bloghead{font-weight:bold;}
#section-54991 h1 { color: #FFFFFF;}
#section-54991 h2 { color: #FFFFFF;}
#section-54991 h3 { color: #FFFFFF;}
#section-54991 p { color: #EEEEEE;}
#section-54991 {background:linear-gradient(to bottom right,#333,#666);}
#section-54992 h2{margin-bottom:50px;}
#section-54993 { background-color: #EEEEEE;}
#section-54993 h1{margin-bottom:20px;}
#section-54993 
bloghead{font-weight:bold;}
#section-54994 h1 { color: #FFFFFF;}
#section-54994 h2 { color: #FFFFFF;}
#section-54994 h3 { color: #FFFFFF;}
#section-54994 p { color: #EEEEEE;}
#section-54994 {background:linear-gradient(to bottom right,#333,#666);}
#section-54995 h2{margin-bottom:50px;}
#section-54996 { background-color: #EEEEEE;}
#section-54996 h1{margin-bottom:20px;}
#section-54996 
bloghead{font-weight:bold;}
#section-54997 h1 { color: #FFFFFF;}
#section-54997 h2 { color: #FFFFFF;}
#section-54997 h3 { color: #FFFFFF;}
#section-54997 p { color: #EEEEEE;}
#section-54997 {background:linear-gradient(to bottom right,#333,#666);}
#section-54998 h2{margin-bottom:50px;}
#section-54999 h1 { color: #ffffff;}
#section-54999 h2 { color: #ffffff;}
#section-54999 h3 { color: #ffffff;}
#section-54999 p { color: #ffffff;}
#section-54999 { background-image: url(/sites/site0333/media/slider/hd_slider010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-54999 {background-position:top center;}
#section-54999 
h1{font-size:40px;}
#section-55000 { background-color: #AB9685;}
#section-55000 h1 { color: #ffffff;}
#section-55000 h2 { color: #ffffff;}
#section-55000 h3 { color: #ffffff;}
#section-55000 p { color: #ffffff;}
#section-55001 { background-color: #FAF5E8;}
#section-55001 h1 { color: #4a4238;}
#section-55001 h2 { color: #4a4238;}
#section-55001 h3 { color: #4a4238;}
#section-55001 p { color: #4a4238;}
#section-55002 { background-color: #AB9685;}
#section-55002 h1 { color: #FFFFFF;}
#section-55002 h2 { color: #FFFFFF;}
#section-55002 h3 { color: #FFFFFF;}
#section-55002 p { color: #FFFFFF;}
#section-55002 .fa, #section-55002 .fa-regular,#section-55002 .fa-solid,#section-55002 .fa-light,#section-55002 .fa-thin,#section-55002 .fa-duotone { color: #FFFFFF !important;}
#section-55002 h1{margin-bottom:50px;}
#section-55002 
li{color:white;}
#section-55002 
{background-position:top center;}
#section-55003 { background-color: #FFFFFF;}
#section-55003 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-55004 { background-color: #FAF5E8;}
#section-55004 h1 { color: #4A4238;}
#section-55004 h2 { color: #4A4238;}
#section-55004 h3 { color: #4A4238;}
#section-55004 {background-position:top center;}
#section-55005 { background-color: #AB9685;}
#section-55005 h1 { color: #FFFFFF;}
#section-55005 h2 { color: #FFFFFF;}
#section-55005 h3 { color: #FFFFFF;}
#section-55005 p { color: #EEEEEE;}
#section-55005 h1{font-size:50px;}
#section-55005 
{background-position:top center;}
#section-55007 { background-color: #AB9685;}
#section-55007 h1 { color: #4A4238;}
#section-55007 h2 { color: #4A4238;}
#section-55007 h3 { color: #4A4238;}
#section-55007 {background-position:top center;}
#section-55008 { background-color: #AB9685;}
#section-55008 h1 { color: #ffffff;}
#section-55008 h2 { color: #ffffff;}
#section-55008 h3 { color: #ffffff;}
#section-55008 p { color: #ffffff;}
#section-55010 { background-color: #DDDDDD;}
#section-55010 h1 { color: #4A4238;}
#section-55010 h2 { color: #4A4238;}
#section-55010 h3 { color: #4A4238;}
#section-55010 { background-image: url(/sites/site0333/media/backgrounds/hd_neu_log_rechts-back-form-dddddd.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-55010 {background-position:top center;}
#section-55012 { background-color: #EEEEEE;}
#section-57016 { background-color: #AB9685;}
#section-57016 h1 { color: #ffffff;}
#section-57016 h2 { color: #ffffff;}
#section-57016 h3 { color: #ffffff;}
#section-57016 h1{font-size:50px;}
#section-57016 
{background-position:top center;}
#section-57017 { background-color: #FAF5E8;}
#section-57017 h1 { color: #4A4238;}
#section-57017 h2 { color: #4A4238;}
#section-57017 h3 { color: #4A4238;}
#section-57017 p { color: #4A4238;}
#section-57020 { background-color: #FFFFFF;}
#section-57020 h3{font-family:Just another hand;font-size:20px;color:#000000;}
#section-57021 { background-color: #FAF5E8;}
#section-57021 h1 { color: #4A4238;}
#section-57021 h2 { color: #4A4238;}
#section-57021 h3 { color: #4A4238;}
#section-57021 {background-position:top center;}
#section-57022 { background-color: #FAF5E8;}
#section-57022 h1 { color: #4a4238;}
#section-57022 h2 { color: #4a4238;}
#section-57022 h3 { color: #4a4238;}
#section-57022 p { color: #4a4238;}
#section-57023 { background-color: #AB9685;}
#section-57023 h1 { color: #ffffff;}
#section-57023 h2 { color: #ffffff;}
#section-57023 h3 { color: #ffffff;}
#section-57023 { background-image: url(/sites/site0333/media/background/hd_wald_1_ol.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-57023 h1{font-size:50px;}
#section-57024 { background-color: #AB9685;}
#section-57024 h1 { color: #ffffff;}
#section-57024 h2 { color: #ffffff;}
#section-57024 h3 { color: #ffffff;}
#section-57024 p { color: #ffffff;}
#section-57024 h1{font-size:50px;}
#section-57024 
{background-position:top center;}
#section-57025 { background-color: #FAF5E8;}
#section-57027 { background-color: #D0C0A7;}
#section-57027 h1 { color: #FFFFFF;}
#section-57027 h2 { color: #FFFFFF;}
#section-57027 h3 { color: #FFFFFF;}
#section-57027 p { color: #4A4238;}
#section-57027 .fa, #section-57027 .fa-regular,#section-57027 .fa-solid,#section-57027 .fa-light,#section-57027 .fa-thin,#section-57027 .fa-duotone { color: #FFFFFF !important;}
#section-57027 h2{margin-bottom:50px;}
#section-57027 
li{color:white;}
#section-57027 
{background-position:top center;}
#section-57036 { background-color: #AB9685;}
#section-57036 h1 { color: #ffffff;}
#section-57036 h2 { color: #ffffff;}
#section-57036 h3 { color: #ffffff;}
#section-57036 p { color: #ffffff;}
#section-57195 { background-color: #D0C0A7;}
#section-57195 h1 { color: #FFFFFF;}
#section-57195 h2 { color: #FFFFFF;}
#section-57195 h3 { color: #FFFFFF;}
#section-57195 p { color: #4A4238;}
#section-57195 .fa, #section-57195 .fa-regular,#section-57195 .fa-solid,#section-57195 .fa-light,#section-57195 .fa-thin,#section-57195 .fa-duotone { color: #FFFFFF !important;}
#section-57195 h2{margin-bottom:50px;}
#section-57195 
li{color:white;}
#section-57195 
{background-position:top center;}
#section-58736 { background-color: #FAF5E8;}
#section-58736 h1 { color: #4a4238;}
#section-58736 h2 { color: #4a4238;}
#section-58736 h3 { color: #4a4238;}
#section-58736 p { color: #4a4238;}
#section-58737 h1 { color: #FFFFFF;}
#section-58737 h2 { color: #FFFFFF;}
#section-58737 h3 { color: #FFFFFF;}
#section-58737 { background-image: url(/sites/site0333/media/background/hd_wald_1_ol.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-58738 { background-image: url(/sites/site0333/media/background/hd_wald_1_ol.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-58738 {padding-top:0px;}
#section-59435 h1 { color: #FFFFFF;}
#section-59435 h2 { color: #FFFFFF;}
#section-59435 h3 { color: #FFFFFF;}
#section-59435 { background-image: url(/sites/site0333/media/background/hd_wald_1_ol.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}

/* Custom Styles */

h5#logo-center{width:300px;height:100px;}

header{background:linear-gradient(to bottom,#FAF5E8,#FAF5E8,#FAF5E8);}

.top-bar-right li{font-size:12px !important;}

.button{font-size:18px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
footer{background:linear-gradient(to bottom right,#B8B68F,#B8B68F);}

subhead{font-size:24px;color:#4A4238;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
unterschrift{font-family:Dancing Script;font-size:34px;color:#111;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;}
.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:20px;color:#9BC53D;}

.row_testimonials h3{font-family:Courgette;} 


/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
h5#logo-center{width:80%;margin: 30px 0 40px 0;}
h1{font-size:30px !important;}
h2{font-size:25px !important;}
#section-19778{display:block;} /* Intro Startseite mobile */
#section-19779{display:block;}
#section-19780{display:block;} /* Öffnungszeiten Startseite mobil */
#section-14894{display:none;}
#section-24184{display:none;} /* Slider Start mobile */
}