




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

@import url('/engine/fonts/Open-Sans.css');
@import url('/engine/fonts/Walter-Turncoat.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: #635D48;
}

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

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


h1 {
	font-size: 34px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 26px;
}

header, .sticky {
	background:#FFFFFF;
}


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

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

footer {
	background:#469916;
    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:#469916;
    font-size: 18px;
    font-family: 'Walter Turncoat';
}

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


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

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

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

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

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

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

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

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

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

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

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




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

body {
	font-family: 'Open Sans';
	font-style: normal;
}

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

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

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

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



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

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






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

.row_testimonials .flexslider p {
	color:#635D48;
}

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

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

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

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

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

.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: Open Sans;
    color: #635D48;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Open Sans;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Open Sans;
	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: Open Sans;
	 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-16869 h1 { color: #FFFFFF;}
#section-16869 h2 { color: #FFFFFF;}
#section-16869 h3 { color: #FFFFFF;}
#section-16869 .button, .button a { color: #FFFFFF;}
#section-16869 .button, .button a { background-color: #b7dc23;}
#section-16869 h1{text-shadow: 0 0 10px #000;margin-bottom:20px;}
#section-16869 
h2{text-shadow: 0 0 10px #000;margin-bottom:20px;}
#section-16869 
span{background:#469916;padding:7px;color:white;line-height:36px;}
#section-16869 
.button{font-size:22px;}
#section-16870 {display:none;}
#section-16872 { background-color: #DDDDDD;}
#section-16872 h1 { color: #FFFFFF;}
#section-16872 h2 { color: #FFFFFF;}
#section-16872 h3 { color: #FFFFFF;}
#section-16872 p { color: #195223;}
#section-16872 .fa, #section-16872 .fa-regular,#section-16872 .fa-solid,#section-16872 .fa-light,#section-16872 .fa-thin,#section-16872 .fa-duotone { color: #FFFFFF !important;}
#section-16872 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16872 h2{margin-bottom:40px;}
#section-16874 h2{margin-bottom:50px;}
#section-16874 
{background:linear-gradient(to bottom right,#FFF,#EEE);}
#section-16878 h1 { color: #FFFFFF;}
#section-16878 h2 { color: #FFFFFF;}
#section-16878 h3 { color: #FFFFFF;}
#section-16878 p { color: #FFFFFF;}
#section-16878 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16880 h1 { color: #FFFFFF;}
#section-16880 h2 { color: #FFFFFF;}
#section-16880 h3 { color: #FFFFFF;}
#section-16880 p { color: #FFFFFF;}
#section-16880 { background-image: url(/sites/site0187/media/backgrounds/hd_back-allgemein.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16880 h1{margin-top:200px; margin-bottom:0px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-16884 { background-color: #b7dc23;}
#section-16884 h1 { color: #FFFFFF;}
#section-16884 h2 { color: #FFFFFF;}
#section-16884 h3 { color: #FFFFFF;}
#section-16884 p { color: #FFFFFF;}
#section-16884 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16884 h2{margin-bottom:50px;}
#section-16884 
li{color:white;}
#section-16884 
.fa-solid{color:white;}
#section-16887 h1 { color: #FFFFFF;}
#section-16887 h2 { color: #FFFFFF;}
#section-16887 h3 { color: #FFFFFF;}
#section-16887 p { color: #EEEEEE;}
#section-16887 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16895 { background-color: #EEEEEE;}
#section-16895 h1 { color: #FFFFFF;}
#section-16895 h2 { color: #FFFFFF;}
#section-16895 h3 { color: #FFFFFF;}
#section-16895 p { color: #FFFFFF;}
#section-16895 { background-image: url(/sites/site0187/media/backgrounds/hd_back-mobilheim.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16895 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-16895 
bloghead{font-weight:bold;}
#section-16895 
{padding-top:260px;}
#section-16895 
img{border:1 px solid white;}
#section-16896 h1 { color: #FFFFFF;}
#section-16896 h2 { color: #FFFFFF;}
#section-16896 h3 { color: #FFFFFF;}
#section-16896 p { color: #FFFFFF;}
#section-16896 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16907 { background-image: url(/sites/site0187/media/backgrounds/hd_back-mobilheim.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16907 {background:linear-gradient(to bottom right,#DDD,#FFF);}
#section-16907 
{padding-top:250px;}
#section-16907 
p{font-size:16px;}
#section-16908 { background-color: #000000;}
#section-16908 h1 { color: #FFFFFF;}
#section-16908 h2 { color: #FFFFFF;}
#section-16908 h3 { color: #FFFFFF;}
#section-16908 p { color: #EEEEEE;}
#section-16908 { background-image: url(/sites/site0187/media/backgrounds/hd_back-mobilheim.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16910 { background-color: #EEEEEE;}
#section-16910 h1{margin-top:150px;}
#section-17271 .fa, #section-17271 .fa-regular,#section-17271 .fa-solid,#section-17271 .fa-light,#section-17271 .fa-thin,#section-17271 .fa-duotone { color: #FFFFFF !important;}
#section-17271 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17274 { background-color: #EEEEEE;}
#section-17274 h1 { color: #FFFFFF;}
#section-17274 h2 { color: #FFFFFF;}
#section-17274 h3 { color: #FFFFFF;}
#section-17274 p { color: #FFFFFF;}
#section-17274 { background-image: url(/sites/site0187/media/backgrounds/hd_back-mobilheim.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17274 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-17274 
bloghead{font-weight:bold;}
#section-17274 
{padding-top:260px;}
#section-17274 
img{border:1 px solid white;}
#section-17276 .fa, #section-17276 .fa-regular,#section-17276 .fa-solid,#section-17276 .fa-light,#section-17276 .fa-thin,#section-17276 .fa-duotone { color: #FFFFFF !important;}
#section-17276 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17278 h1 { color: #FFFFFF;}
#section-17278 h2 { color: #FFFFFF;}
#section-17278 h3 { color: #FFFFFF;}
#section-17278 p { color: #FFFFFF;}
#section-17278 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17279 { background-color: #EEEEEE;}
#section-17279 h1 { color: #FFFFFF;}
#section-17279 h2 { color: #FFFFFF;}
#section-17279 h3 { color: #FFFFFF;}
#section-17279 p { color: #FFFFFF;}
#section-17279 { background-image: url(/sites/site0187/media/backgrounds/hd_back-mobilheim.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17279 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-17279 
bloghead{font-weight:bold;}
#section-17279 
{padding-top:260px;}
#section-17279 
img{border:1 px solid white;}
#section-17281 .fa, #section-17281 .fa-regular,#section-17281 .fa-solid,#section-17281 .fa-light,#section-17281 .fa-thin,#section-17281 .fa-duotone { color: #FFFFFF !important;}
#section-17281 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17283 h1 { color: #FFFFFF;}
#section-17283 h2 { color: #FFFFFF;}
#section-17283 h3 { color: #FFFFFF;}
#section-17283 p { color: #FFFFFF;}
#section-17283 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17289 h1 { color: #FFFFFF;}
#section-17289 h2 { color: #FFFFFF;}
#section-17289 h3 { color: #FFFFFF;}
#section-17289 p { color: #FFFFFF;}
#section-17289 { background-image: url(/sites/site0187/media/allgemein/hd_parzellen-mit-see.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17289 h1{margin-top:200px; margin-bottom:0px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-17290 { background-color: #EEEEEE;}
#section-17292 { background-color: #b7dc23;}
#section-17292 h1 { color: #FFFFFF;}
#section-17292 h2 { color: #FFFFFF;}
#section-17292 h3 { color: #FFFFFF;}
#section-17292 p { color: #FFFFFF;}
#section-17292 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17292 h2{margin-bottom:50px;}
#section-17292 
li{color:white;}
#section-17292 
.fa-solid{color:white;}
#section-17293 h1 { color: #FFFFFF;}
#section-17293 h2 { color: #FFFFFF;}
#section-17293 h3 { color: #FFFFFF;}
#section-17293 p { color: #EEEEEE;}
#section-17293 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17294 { background-color: #EEEEEE;}
#section-17294 h1 { color: #FFFFFF;}
#section-17294 h2 { color: #FFFFFF;}
#section-17294 h3 { color: #FFFFFF;}
#section-17294 p { color: #FFFFFF;}
#section-17294 { background-image: url(/sites/site0187/media/backgrounds/hd_back-flaechen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17294 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-17294 
bloghead{font-weight:bold;}
#section-17294 
{padding-top:260px;}
#section-17294 
img{border:1 px solid white;}
#section-17296 .fa, #section-17296 .fa-regular,#section-17296 .fa-solid,#section-17296 .fa-light,#section-17296 .fa-thin,#section-17296 .fa-duotone { color: #FFFFFF !important;}
#section-17296 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17298 h1 { color: #FFFFFF;}
#section-17298 h2 { color: #FFFFFF;}
#section-17298 h3 { color: #FFFFFF;}
#section-17298 p { color: #FFFFFF;}
#section-17298 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17299 { background-color: #EEEEEE;}
#section-17299 h1 { color: #FFFFFF;}
#section-17299 h2 { color: #FFFFFF;}
#section-17299 h3 { color: #FFFFFF;}
#section-17299 p { color: #FFFFFF;}
#section-17299 { background-image: url(/sites/site0187/media/backgrounds/hd_back-flaechen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17299 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-17299 
bloghead{font-weight:bold;}
#section-17299 
{padding-top:260px;}
#section-17299 
img{border:1 px solid white;}
#section-17301 .fa, #section-17301 .fa-regular,#section-17301 .fa-solid,#section-17301 .fa-light,#section-17301 .fa-thin,#section-17301 .fa-duotone { color: #FFFFFF !important;}
#section-17301 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17303 h1 { color: #FFFFFF;}
#section-17303 h2 { color: #FFFFFF;}
#section-17303 h3 { color: #FFFFFF;}
#section-17303 p { color: #FFFFFF;}
#section-17303 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17304 { background-color: #EEEEEE;}
#section-17304 h1 { color: #FFFFFF;}
#section-17304 h2 { color: #FFFFFF;}
#section-17304 h3 { color: #FFFFFF;}
#section-17304 p { color: #FFFFFF;}
#section-17304 { background-image: url(/sites/site0187/media/backgrounds/hd_back-flaechen.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17304 h1{margin-bottom:20px;font-size:60px;line-height:50px;}
#section-17304 
bloghead{font-weight:bold;}
#section-17304 
{padding-top:260px;}
#section-17304 
img{border:1 px solid white;}
#section-17306 .fa, #section-17306 .fa-regular,#section-17306 .fa-solid,#section-17306 .fa-light,#section-17306 .fa-thin,#section-17306 .fa-duotone { color: #FFFFFF !important;}
#section-17306 {background:linear-gradient(to bottom right,#b7dc23,#d1ed60);}
#section-17308 h1 { color: #FFFFFF;}
#section-17308 h2 { color: #FFFFFF;}
#section-17308 h3 { color: #FFFFFF;}
#section-17308 p { color: #FFFFFF;}
#section-17308 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17309 h1 { color: #FFFFFF;}
#section-17309 h2 { color: #FFFFFF;}
#section-17309 h3 { color: #FFFFFF;}
#section-17309 p { color: #FFFFFF;}
#section-17309 { background-image: url(/sites/site0187/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17309 h1{margin-top:200px; margin-bottom:0px;font-size:70px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-17313 h1 { color: #FFFFFF;}
#section-17313 h2 { color: #FFFFFF;}
#section-17313 h3 { color: #FFFFFF;}
#section-17313 p { color: #EEEEEE;}
#section-17313 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17316 h1 { color: #FFFFFF;}
#section-17316 h2 { color: #FFFFFF;}
#section-17316 h3 { color: #FFFFFF;}
#section-17316 p { color: #FFFFFF;}
#section-17316 { background-image: url(/sites/site0187/media/allgemein/hd_auwerk-eingang.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17316 h1{margin-top:200px; margin-bottom:0px;font-size:80px;line-height:70px;text-shadow: 0 0 10px #000;}
#section-17317 { background-color: #EEEEEE;}
#section-17324 { background-color: #DDDDDD;}
#section-17324 h1 { color: #FFFFFF;}
#section-17324 h2 { color: #FFFFFF;}
#section-17324 h3 { color: #FFFFFF;}
#section-17324 p { color: #195223;}
#section-17324 .fa, #section-17324 .fa-regular,#section-17324 .fa-solid,#section-17324 .fa-light,#section-17324 .fa-thin,#section-17324 .fa-duotone { color: #FFFFFF !important;}
#section-17324 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17324 h2{margin-bottom:40px;}
#section-17325 h2{margin-bottom:50px;}
#section-17325 
{background:linear-gradient(to bottom right,#FFF,#EEE);}
#section-17326 h2{margin-bottom:50px;}
#section-17328 h1 { color: #FFFFFF;}
#section-17328 h2 { color: #FFFFFF;}
#section-17328 h3 { color: #FFFFFF;}
#section-17328 p { color: #FFFFFF;}
#section-17328 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17331 h1 { color: #FFFFFF;}
#section-17331 h2 { color: #FFFFFF;}
#section-17331 h3 { color: #FFFFFF;}
#section-17331 p { color: #FFFFFF;}
#section-17331 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17331 h1{margin-top:150px;}
#section-17332 { background-color: #DDDDDD;}
#section-17332 h1{margin-top:250px; margin-bottom:250px;}
#section-17333 h1{text-shadow: 0 0 10px #000;margin-bottom:20px;}
#section-17333 
h2{text-shadow: 0 0 10px #000;margin-bottom:20px;}
#section-17333 
span{background:#469916;padding:7px;color:white;text-shadow:0 0 4px #777;line-height:36px;}
#section-17424 {padding-bottom:30px;}
#section-17425 {padding-top:20px;}
#section-17428 h1 { color: #FFFFFF;}
#section-17428 h2 { color: #FFFFFF;}
#section-17428 h3 { color: #FFFFFF;}
#section-17428 p { color: #FFFFFF;}
#section-17428 { background-image: url(/sites/site0187/media/backgrounds/hd_back-hainfeld.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17428 h1{margin-top:200px; margin-bottom:0px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-17428 
{background-position:top center;}
#section-17429 { background-color: #EEEEEE;}
#section-17431 { background-color: #b7dc23;}
#section-17431 h1 { color: #FFFFFF;}
#section-17431 h2 { color: #FFFFFF;}
#section-17431 h3 { color: #FFFFFF;}
#section-17431 p { color: #FFFFFF;}
#section-17431 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17431 h2{margin-bottom:50px;}
#section-17431 
li{color:white;}
#section-17431 
.fa-solid{color:white;}
#section-17432 h1 { color: #FFFFFF;}
#section-17432 h2 { color: #FFFFFF;}
#section-17432 h3 { color: #FFFFFF;}
#section-17432 p { color: #EEEEEE;}
#section-17432 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-17565 { background-color: #EEEEEE;}
#section-17566 { background-color: #EEEEEE;}
#section-18010 {padding-top:0;}
#section-18012 {padding-top:0;}
#section-29327 h1 { color: #FFFFFF;}
#section-29327 h2 { color: #FFFFFF;}
#section-29327 h3 { color: #FFFFFF;}
#section-29327 p { color: #FFFFFF;}
#section-29327 { background-image: url(/sites/site0187/media/tiny-house1/hd_20200828_151818.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-29327 h1{margin-top:300px; margin-bottom:100px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-29328 {background:linear-gradient(to bottom right,#FFF,#EEE);}
#section-29329 {padding-bottom:30px;}
#section-29330 {padding-top:20px;}
#section-29335 { background-color: #EEEEEE;}
#section-29337 { background-color: #b7dc23;}
#section-29337 h1 { color: #FFFFFF;}
#section-29337 h2 { color: #FFFFFF;}
#section-29337 h3 { color: #FFFFFF;}
#section-29337 p { color: #FFFFFF;}
#section-29337 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-29337 h2{margin-bottom:50px;}
#section-29337 
li{color:white;}
#section-29337 
.fa-solid{color:white;}
#section-29338 h1 { color: #FFFFFF;}
#section-29338 h2 { color: #FFFFFF;}
#section-29338 h3 { color: #FFFFFF;}
#section-29338 p { color: #EEEEEE;}
#section-29338 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35369 h1 { color: #FFFFFF;}
#section-35369 h2 { color: #FFFFFF;}
#section-35369 h3 { color: #FFFFFF;}
#section-35369 p { color: #FFFFFF;}
#section-35369 { background-image: url(/sites/site0187/media/backgrounds/hd_back-allgemein.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35369 h1{margin-top:200px; margin-bottom:0px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-35370 {background:linear-gradient(to bottom right,#FFF,#EEE);}
#section-35378 { background-color: #EEEEEE;}
#section-35380 { background-color: #b7dc23;}
#section-35380 h1 { color: #FFFFFF;}
#section-35380 h2 { color: #FFFFFF;}
#section-35380 h3 { color: #FFFFFF;}
#section-35380 p { color: #FFFFFF;}
#section-35380 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-35380 h2{margin-bottom:50px;}
#section-35380 
li{color:white;}
#section-35380 
.fa-solid{color:white;}
#section-35381 h1 { color: #FFFFFF;}
#section-35381 h2 { color: #FFFFFF;}
#section-35381 h3 { color: #FFFFFF;}
#section-35381 p { color: #EEEEEE;}
#section-35381 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43595 h1 { color: #FFFFFF;}
#section-43595 h2 { color: #FFFFFF;}
#section-43595 h3 { color: #FFFFFF;}
#section-43595 p { color: #FFFFFF;}
#section-43595 { background-image: url(/sites/site0187/media/galerie/hd_0010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43595 h1{margin-top:200px; margin-bottom:0px;font-size:65px;line-height:60px;text-shadow: 0 0 10px #000;}
#section-43596 { background-color: #EEEEEE;}
#section-43601 { background-color: #b7dc23;}
#section-43601 h1 { color: #FFFFFF;}
#section-43601 h2 { color: #FFFFFF;}
#section-43601 h3 { color: #FFFFFF;}
#section-43601 p { color: #FFFFFF;}
#section-43601 { background-image: url(/sites/site0187/media/backgrounds/hd_back-gruen-bach.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43601 h2{margin-bottom:50px;}
#section-43601 
li{color:white;}
#section-43601 
.fa-solid{color:white;}
#section-43602 h1 { color: #FFFFFF;}
#section-43602 h2 { color: #FFFFFF;}
#section-43602 h3 { color: #FFFFFF;}
#section-43602 p { color: #EEEEEE;}
#section-43602 { background-image: url(/sites/site0187/media/backgrounds/hd_form-back.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-43603 {padding-bottom:25px;}
#section-63107 {padding-top:0;}

/* Custom Styles */

h5#logo-center{width:300px !important;height:100px !important;}
header{position:fixed;background:rgba(255,255,255,0.9);}
.top-bar-right {text-transform:uppercase;}
.top-bar-right li:hover {background-color: #b7dc23 !important;border-radius: 2px; }

.button{font-size:16px;border-radius:8px;font-weight:700;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-family:Walter Turncoat;font-size:32px;color:#469916;}
angebot{background:#b7dc23;color:white;font-weight:700;padding:5px;}
preis{background:#195223;color:white;font-weight:700;padding:5px;font-size:30px;}
strong{font-weight:700;}
.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;margin-bottom:20px;}
.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:#B1C677;}

.fenster_telefon{position:fixed;right:0;top:50px;color:#FFF;font-size:16px;z-Index:10000;background:#469916;border-radius:5px 0 0 5px;padding:10px;box-shadow:0 0 5px #666;}
.fenster_telefon span{font-size:26px;line-height:27px;color:#FFF;}
.fenster_telefon a:link{color:#FFF;}

/* FLEXSLIDER */
.flexslider .slides .slide-text h2{
margin: 0;padding: 0;font-size: 70px;
line-height: 70px;color: #FFF;
}

.flexslider .slides .slide-text p{
margin: 0 0 20px 0;padding: 0;
color: #FFF;font-size: 22px;line-height: 27px;
}

.flexslider .slides li .slide-text {
    width: 80%; top: 40%;
}

.flex-direction-nav a:before{ 
color:yellow; 
} 

.flex-control-paging li a{ 
background: yellow; 
} 

.flex-control-paging li a.flex-active{ 
background: yellow; 
} 

.flex-control-paging li a:hover{ 
background: yellow; 
} 

/* MOBILE ANSICHTEN */
#section-14902{display:none;}
#section-17333{display:none;} /* Slider Startseite mobil */
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}

.fenster_telefon{position:relative;width:100%;text-align:center;right:0;top:120px;color:#FFF;font-size:16px;z-Index:10000;background:#b7dc23;border-radius:0;padding:15px;}
.fenster_telefon span{font-size:30px;line-height:27px;color:#FFF;}
.fenster_telefon a:link{color:#FFF;}

/* FLEXSLIDER */
.flexslider .slides .slide-text h2{
margin: 0;padding: 0;font-size: 50px;
line-height: 60px;color: #FFF;
}

.flexslider .slides .slide-text p{
margin: 0 0 20px 0;padding: 0;
color: #FFF;font-size: 22px;line-height: 27px;
}

.flexslider .slides li .slide-text {
    width: 90%; top: 15%;
}



#section-16870{display:block;} /* Öffnungszeiten Startseite mobil */
#section-16869{display:none;} /* Slider Startseite desktop */
#section-17333{display:block;} /* Slider Startseite mobil */
#section-17334{display:block;} /* telefon mobile */
}