




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

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



  


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

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

 

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

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

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

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


h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

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: #444444;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #444444, 0 14px 0 #444444; }
    
.menu-icon:hover::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; } 
 
.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: #444444 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:#444444 transparent transparent;
}

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

footer {
	background:#FFFFFF;
    color: #333333;
}

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

footer a {
	color: #333333;
}

footer a:hover {
	color: #333333;
}

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: #424242;
}

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

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


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

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

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

.tabs-title a:hover {
	color: #000000;
	background:#EEEEEE;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #EEEEEE;
color: #000000;
}

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

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

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

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

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

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

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




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

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

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

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

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

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



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

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






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

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

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

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

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

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

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

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

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





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

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

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

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



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

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


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


/* Page Loader Mobile Speed CSS */

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

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


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

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

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

#section-60751 h1 { color: #FFFFFF;}
#section-60751 h2 { color: #FFFFFF;}
#section-60751 h3 { color: #FFFFFF;}
#section-60751 p { color: #EEEEEE;}
#section-60751 {margin-top:0;}
#section-60751 
.scrolldown { opacity: 1; width: 60px; position: absolute; top: 86vh; left: 48vw; -webkit-animation: 0.5s linear 0s infinite alternate move_eye; animation: 0.5s linear 0s infinite alternate move_eye; }
#section-60751 
@-webkit-keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-60751 
@keyframes move_eye { from { top: 86vh; } to { top: 87vh; }  }
#section-60754 {display:none;}
#section-60755 img{height:100px;margin-bottom:30px;}
#section-60755 
h1{line-height:52px;margin-bottom:40px;}
#section-60755 
{padding-bottom:0px;}
#section-60758 {padding-top:0px;}
#section-formular-reservierung { background-color: #FFFFFF;}
#section-formular-reservierung p { color: #111111;}
#section-formular-reservierung { background-image: url(/sites/site0348/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-60765 h1 { color: #FFFFFF;}
#section-60765 h2 { color: #FFFFFF;}
#section-60765 h3 { color: #FFFFFF;}
#section-60765 p { color: #EEEEEE;}
#section-60765 { background-image: url(/sites/site0348/media/partner-begruender/hd_slider-garten_mu-24.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-60765 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-60765 
{background-position:top center;}
#section-60766 img{width:100px;height:100px;margin-bottom:30px;}
#section-60766 
h1{line-height:52px;margin-bottom:40px;}
#section-60767 {padding-top:0;}
#section-60770 { background-color: #333333;}
#section-60770 h1 { color: #FFFFFF;}
#section-60770 h2 { color: #FFFFFF;}
#section-60770 h3 { color: #FFFFFF;}
#section-60770 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-60773 .fa, #section-60773 .fa-regular,#section-60773 .fa-solid,#section-60773 .fa-light,#section-60773 .fa-thin,#section-60773 .fa-duotone { color: #000000 !important;}
#section-60775 { background-color: #EEEEEE;}
#section-60779 {padding-bottom:20px;}
#section-form-partner { background-image: url(/sites/site0348/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61890 {padding-bottom:20px;}
#section-61891 {padding-bottom:20px;}
#section-61891 
{padding-top:20px;}
#section-61892 {padding-bottom:20px;}
#section-61892 
{padding-top:20px;}
#section-SechsFacetten1 { background-color: #efebdc;}
#section-SechsFacetten1 .row{max-width:100% !important;}
#section-SechsFacetten1 
{padding-bottom:0;padding-top:0;}
#section-SechsFacetten1 
h2{margin-bottom:40px;font-size:36px;}
#section-SechsFacetten1 
h3{margin-top:350px;color:#FFFFFF;font-size:30px;text-shadow:0 0 10px #000;}
#section-SechsFacetten1 
.large-3:nth-child(1){background-image:url(/sites/site0348/media/facetten/facetten-begruender-neu.jpg);background-size:140%;background-position:center center;}
#section-SechsFacetten1 
.large-3:nth-child(1):hover{opacity:0.6;background-size:125%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten1 
.large-3:nth-child(2){background-image:url(/sites/site0348/media/facetten/facetten-lavisio-neu.jpg);background-size:140%;background-position:center center;}
#section-SechsFacetten1 
.large-3:nth-child(2):hover{opacity:0.6;background-size:125%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten1 
.large-3:nth-child(3){background-image:url(/sites/site0348/media/facetten/facetten-stone4you-3.jpg);background-size:140%;background-position:center center;}
#section-SechsFacetten1 
.large-3:nth-child(3):hover{opacity:0.6;background-size:125%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten1 
.large-3:nth-child(4){background-image:url(/sites/site0348/media/facetten/facetten-francesconi.jpg);background-size:140%;background-position:center center;}
#section-SechsFacetten1 
.large-3:nth-child(4):hover{opacity:0.6;background-size:125%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten1 
p{font-size:20px;}
#section-SechsFacetten2 { background-color: #efebdc;}
#section-SechsFacetten2 .row{max-width:100% !important;}
#section-SechsFacetten2 
{padding:0;}
#section-SechsFacetten2 
h2{margin-bottom:40px;font-size:36px;}
#section-SechsFacetten2 
h3{margin-top:350px;color:#FFFFFF;font-size:30px;text-shadow:0 0 10px #000;}
#section-SechsFacetten2 
.large-3:nth-child(1){background-image:url(/sites/site0348/media/facetten/7_facetten.jpg);background-size:125%;background-position:center center;}
#section-SechsFacetten2 
.large-3:nth-child(1):hover{opacity:0.6;background-size: 115%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten2 
.large-3:nth-child(2){background-image:url(/sites/site0348/media/facetten/facetten-livingglas-neu.jpg);background-size:120%;background-position:center center;}
#section-SechsFacetten2 
.large-3:nth-child(2):hover{opacity:0.6;background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten2 
.large-3:nth-child(3){background-image:url(/sites/site0348/media/facetten/facetten-wildesmoos-2.jpg);background-size:120%;background-position:center center;}
#section-SechsFacetten2 
.large-3:nth-child(3):hover{opacity:0.6;background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten2 
.large-3:nth-child(4){background-image:url(/sites/site0348/media/facetten/facetten-peckal.jpg);background-size:120%;background-position:center center;}
#section-SechsFacetten2 
.large-3:nth-child(4):hover{opacity:0.6;background-size: 110%; transition: background-size 2s ease-out; -moz-transition: background-size 2s ease-out; -web-kit-transition: background-size 2s ease-out;transition:0.5s;}
#section-SechsFacetten2 
p{font-size:20px;}
#section-61895 {padding-bottom:20px;}
#section-61895 
{padding-top:20px;}
#section-61896 {padding-bottom:20px;}
#section-61896 
{padding-top:20px;}
#section-61897 {padding-top:20px;}
#section-61898 h1 { color: #FFFFFF;}
#section-61898 h2 { color: #FFFFFF;}
#section-61898 h3 { color: #FFFFFF;}
#section-61898 p { color: #EEEEEE;}
#section-61898 { background-image: url(/sites/site0348/media/partner-lavisio/hd_mw_architekturfotografie_schauraum-1.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61898 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-61898 
{background-position:top center;}
#section-61899 img{width:100px;height:100px;margin-bottom:30px;}
#section-61899 
h1{line-height:52px;margin-bottom:40px;}
#section-61900 {padding-top:0;}
#section-61903 { background-color: #333333;}
#section-61903 h1 { color: #FFFFFF;}
#section-61903 h2 { color: #FFFFFF;}
#section-61903 h3 { color: #FFFFFF;}
#section-61903 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-61905 h1 { color: #FFFFFF;}
#section-61905 h2 { color: #FFFFFF;}
#section-61905 h3 { color: #FFFFFF;}
#section-61905 p { color: #EEEEEE;}
#section-61905 { background-image: url(/sites/site0348/media/partner-livinglas/hd_kmw-gallery-livingglas-house-l-zoran-bodrozic-robert-nierderl-iii.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61905 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-61905 
{background-position:top center;}
#section-61906 img{width:100px;height:100px;margin-bottom:30px;}
#section-61906 
h1{line-height:52px;margin-bottom:40px;}
#section-61907 {padding-top:0;}
#section-61910 { background-color: #333333;}
#section-61910 h1 { color: #FFFFFF;}
#section-61910 h2 { color: #FFFFFF;}
#section-61910 h3 { color: #FFFFFF;}
#section-61910 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-61912 h1 { color: #FFFFFF;}
#section-61912 h2 { color: #FFFFFF;}
#section-61912 h3 { color: #FFFFFF;}
#section-61912 p { color: #EEEEEE;}
#section-61912 { background-image: url(/sites/site0348/media/partner-stone4you/hd_a1_terrasse-m_mg_0003.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61912 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-61912 
{background-position:top center;}
#section-61913 img{width:100px;height:100px;margin-bottom:30px;}
#section-61913 
h1{line-height:52px;margin-bottom:40px;}
#section-61914 {padding-top:0;}
#section-61917 { background-color: #333333;}
#section-61917 h1 { color: #FFFFFF;}
#section-61917 h2 { color: #FFFFFF;}
#section-61917 h3 { color: #FFFFFF;}
#section-61917 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-61949 h1 { color: #FFFFFF;}
#section-61949 h2 { color: #FFFFFF;}
#section-61949 h3 { color: #FFFFFF;}
#section-61949 p { color: #EEEEEE;}
#section-61949 { background-image: url(/sites/site0348/media/partner-wildesmoos/hd_wildesmoos_livecube_clemens_schneider.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61949 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-61949 
{background-position:top center;}
#section-61950 img{width:100px;height:100px;margin-bottom:30px;}
#section-61950 
h1{line-height:52px;margin-bottom:40px;}
#section-61951 {padding-top:0;}
#section-61954 { background-color: #333333;}
#section-61954 h1 { color: #FFFFFF;}
#section-61954 h2 { color: #FFFFFF;}
#section-61954 h3 { color: #FFFFFF;}
#section-61954 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-61957 {padding-bottom:30px;}
#section-61958 {padding-bottom:20px;}
#section-61958 
{padding-top:20px;}
#section-61959 {padding-bottom:20px;}
#section-61959 
{padding-top:20px;}
#section-61960 {padding-top:20px;}
#section-61964 {padding-bottom:20px;}
#section-61966 .fa, #section-61966 .fa-regular,#section-61966 .fa-solid,#section-61966 .fa-light,#section-61966 .fa-thin,#section-61966 .fa-duotone { color: #000000 !important;}
#section-61966 {padding-top:20px;}
#section-61967 {padding-top:20px;}
#section-61967 
{padding-bottom:20px;}
#section-61969 {padding-top:20px;}
#section-61969 
{padding-bottom:20px;}
#section-61970 {padding-top:20px;}
#section-61970 
{padding-bottom:20px;}
#section-61971 {padding-top:20px;}
#section-61971 
{padding-bottom:20px;}
#section-61972 {padding-top:20px;}
#section-61972 
{padding-bottom:20px;}
#section-61973 {padding-top:20px;}
#section-61975 {padding-top:20px;}
#section-61976 {padding-bottom:20px;}
#section-62034 .fa, #section-62034 .fa-regular,#section-62034 .fa-solid,#section-62034 .fa-light,#section-62034 .fa-thin,#section-62034 .fa-duotone { color: #000000 !important;}
#section-62034 {padding-top:20px;}
#section-62038 { background-color: #EEEEEE;}
#section-62038 h1 { color: #000000;}
#section-62038 h2 { color: #000000;}
#section-62038 h3 { color: #000000;}
#section-62038 p { color: #000000;}
#section-62038 .button, .button a { color: #FFFFFF;}
#section-62038 .button, .button a { background-color: #000000;}
#section-62139 {padding-bottom:20px;}
#section-62145 {padding-bottom:20px;}
#section-62149 {padding-bottom:20px;}
#section-62155 {padding-bottom:20px;}
#section-62158 h1 { color: #FFFFFF;}
#section-62158 h2 { color: #FFFFFF;}
#section-62158 h3 { color: #FFFFFF;}
#section-62158 p { color: #EEEEEE;}
#section-62158 { background-image: url(/sites/site0348/media/partner_peckal/hd_projekt_restaurant_wrenkh.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62158 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:70px;}
#section-62158 
{background-position:top center;}
#section-62159 img{width:100px;height:100px;margin-bottom:30px;}
#section-62159 
h1{line-height:52px;margin-bottom:40px;}
#section-62160 {padding-top:0;}
#section-62161 { background-color: #333333;}
#section-62161 h1 { color: #FFFFFF;}
#section-62161 h2 { color: #FFFFFF;}
#section-62161 h3 { color: #FFFFFF;}
#section-62161 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-62163 {padding-bottom:20px;}
#section-62182 h1 { color: #FFFFFF;}
#section-62182 h2 { color: #FFFFFF;}
#section-62182 h3 { color: #FFFFFF;}
#section-62182 { background-image: url(/sites/site0348/media/partner_mobile_quad/hd_partner-begruender-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62182 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:70px;}
#section-62183 h1 { color: #FFFFFF;}
#section-62183 h2 { color: #FFFFFF;}
#section-62183 h3 { color: #FFFFFF;}
#section-62183 { background-image: url(/sites/site0348/media/partner_mobile_quad/hd_partner-lavisio-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62183 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:70px;}
#section-62184 h1 { color: #FFFFFF;}
#section-62184 h2 { color: #FFFFFF;}
#section-62184 h3 { color: #FFFFFF;}
#section-62184 { background-image: url(/sites/site0348/media/partner_mobile_quad/hd_partner-livingglas-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62184 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:70px;}
#section-62185 h1 { color: #FFFFFF;}
#section-62185 h2 { color: #FFFFFF;}
#section-62185 h3 { color: #FFFFFF;}
#section-62185 { background-image: url(/sites/site0348/media/partner_mobile_quad/hd_partner-stone4you-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62185 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:70px;}
#section-62186 h1 { color: #FFFFFF;}
#section-62186 h2 { color: #FFFFFF;}
#section-62186 h3 { color: #FFFFFF;}
#section-62186 { background-image: url(/sites/site0348/media/partner_mobile_quad/hd_partner-wildesmoos-mobile.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62186 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:60px;}
#section-62567 { background-image: url(/sites/site0348/media/allgemein/hd_events-schottenring31.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-62567 .large-12:first-child{background-color:rgba(255,255,255,0.7);padding:20px;margin: 0;}
#section-67501 h1 { color: #FFFFFF;}
#section-67501 h2 { color: #FFFFFF;}
#section-67501 h3 { color: #FFFFFF;}
#section-67501 { background-image: url(/sites/site0348/media/partner_francesconi/hd_titelbild.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67501 h1{margin-top:350px;text-shadow: 0 0 10px #000;font-size:60px;}
#section-67502 h1 { color: #FFFFFF;}
#section-67502 h2 { color: #FFFFFF;}
#section-67502 h3 { color: #FFFFFF;}
#section-67502 p { color: #EEEEEE;}
#section-67502 { background-image: url(/sites/site0348/media/partner_francesconi/hd_edelstahlpool_mit_ospa_57.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67502 h1{margin-top:550px;text-shadow: 0 0 10px #000;width:70%;font-size:90px;}
#section-67502 
{background-position:top center;}
#section-67503 img{width:100px;height:100px;margin-bottom:30px;}
#section-67503 
h1{line-height:52px;margin-bottom:40px;}
#section-67504 {padding-top:0;}
#section-67505 { background-color: #333333;}
#section-67505 h1 { color: #FFFFFF;}
#section-67505 h2 { color: #FFFFFF;}
#section-67505 h3 { color: #FFFFFF;}
#section-67505 {background:linear-gradient(to bottom right,#333,#111);border-top:4px solid #000;}
#section-67507 {padding-bottom:20px;}

/* Custom Styles */

h5#logo{width:350px !important;height:100px !important;}
header{padding:0;}
.top-bar .row{min-width:80%;}
.top-bar-right {margin-top:30px;text-transform:uppercase;font-weight:500;}
.button{font-size:14px;border-radius:0px;text-transform:uppercase;font-family:Work Sans;font-weight:500;}
footer p{font-size:15px;}
footer a:link{font-size:15px;}
subhead{font-size:24px;color:#333;font-family:Libre Bodoni;}
subhead2{font-family:DM Serif Display;font-size:38px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
small{font-family:Work Sans;font-size:18px;text-transform:uppercase;font-weight:400;color:#777;}
small2{font-family:Work Sans;font-size:22px;text-transform:uppercase;font-weight:400;color:#777;}
zitat{Font-size:22px;font-style:italic;}
h1,h2,h3{font-weight:300;}
p{font-weight:400;}

.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:18px;color:#B1C677;}

/* Startseite Fullsize BG Image hover effekt */
#section-52669:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

/* Unterseite Fullsize BG Image hover effekt */
#section-60760:hover{background-size: 110%; transition: background-size 1s ease-out; -moz-transition: background-size 1s ease-out; -web-kit-transition: background-size 1s ease-out;}

.tabs-title{float: none !important;display: inline-block; vertical-align: middle;margin-bottom:10px;} 
.tabs{text-align: center;}
.tabs-title { border: 0px; margin-right: 5px;}
.tabs-title a {color: #000000;font-family: Work Sans;text-transform:uppercase;font-size: 15px;background:#FFFFFF;border: 0;padding:10px !important;}
.tabs-title.is-active a:hover {	color: #d1b8a6;	background:#FFFFFF;border: 0;}
.tabs-title a:hover {	color: #d1b8a6;	background:#000000;border: 0;}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {background: #000000;}
.tabs-title.is-active{background:#000000 !important;}     
.tabs > li.is-active > a {background: #000000;color: #d1b8a6;}

.flexslider {overflow: hidden;}

#section-event-detail{background:#EEE;padding-bottom:0;}

/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
h5#logo{width:100%;height:100%;margin: 5px auto;padding-left:50px;}

h1{font-size:30px;}
h2{font-size:25px;}
h3{font-size:22px;}
/* Startseite Fullsize BG NO hover effekt */
#section-52669{background-size:cover !important;}
/* Unterseite Fullsize BG NO hover effekt */
#section-52677{background-size:cover !important;}

#section-52674 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}

}