




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

@import url('/engine/fonts/Domaine-Display-Bold.css');
@import url('/engine/fonts/Inter.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: #c7dfe0;
}

 

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

body {
	background:#c7dfe0;
	color: #1c1c3e;
}

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

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


h1 {
	font-size: 46px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 26px;
}

header, .sticky {
	background:#c7dfe0;
}


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

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

footer {
	background:#fee1d5;
    color: #1c1c3e;
}

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

footer a {
	color: #1c1c3e;
}

footer a:hover {
	color: #1c1c3e;
}

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

header .menu a,
.row_icons {
	color:#1c1c3e;
    font-size: 13px;
    font-family: 'Inter';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#1c1c3e;
    font-size: 13px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #1c1c3e;
	font-family: 'Inter';
	font-size: 13px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #a17a4c;
	background:#c7dfe0;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #c7dfe0;
color: #a17a4c;
}

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

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

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

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

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

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




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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Domaine Display Bold';
	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: 'Domaine Display Bold';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #1c1c3e;
}



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

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






.row_testimonials .flexslider h2 {
	color:#1c1c3e;
	font-size: 38px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#1c1c3e;
}

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

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

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

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

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

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

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

.panel.show {
    opacity: 1;
    max-height: 10000px;
	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: #1c1c3e;
	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-69434 { background-color: #1c1c3e;}
#section-69434 h1 { color: #FFFFFF;}
#section-69434 h2 { color: #FFFFFF;}
#section-69434 h3 { color: #FFFFFF;}
#section-69434 p { color: #FFFFFF;}
#section-69434 { background-image: url(/sites/site0365/media/hero-bilder/hd_business-event-catering-wien-noe.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-69434 h1{ont-size:80px;width:50%;}
#section-69434 
{background-position:top center;}
#section-69434 
p{font-size:18px;}
#section-69435 img{width:80px;height:80px;margin-bottom:30px;}
#section-69435 
h1{line-height:52px;margin-bottom:40px;}
#section-hannes-meisterlich-pink { background-color: #fee1d5;}
#section-69441 { background-color: #fee1d5;}
#section-69441 .fa, #section-69441 .fa-regular,#section-69441 .fa-solid,#section-69441 .fa-light,#section-69441 .fa-thin,#section-69441 .fa-duotone { color: #FFFFFF !important;}
#section-69444 { background-color: #EEEEEE;}
#section-4-leistungen { background-color: #fee1d5;}
#section-4-leistungen {padding-top:0;}
#section-4-leistungen 
h2{margin-bottom:65px;}
#section-referenzen-neu1 { background-color: #a17a4c;}
#section-referenzen-neu1 h1 { color: #FFFFFF;}
#section-referenzen-neu1 h2 { color: #FFFFFF;}
#section-referenzen-neu1 h3 { color: #FFFFFF;}
#section-referenzen-neu1 p { color: #FFFFFF;}
#section-referenzen-neu2 { background-color: #a17a4c;}
#section-referenzen-neu2 h1 { color: #FFFFFF;}
#section-referenzen-neu2 h2 { color: #FFFFFF;}
#section-referenzen-neu2 h3 { color: #FFFFFF;}
#section-referenzen-neu2 p { color: #FFFFFF;}
#section-referenzen-neu2 .fa-light{color:white;}
#section-referenzen-neu2 
li{color:white;}
#section-referenzen-neu2 
{padding-top:0;}
#section-69459 h1 { color: #c7dfe0;}
#section-69459 h2 { color: #c7dfe0;}
#section-69459 h3 { color: #c7dfe0;}
#section-69459 p { color: #EEEEEE;}
#section-69459 { background-image: url(/sites/site0365/media/slider/hd_slider040.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-69459 h1{margin-top:550px;font-size:140px;}
#section-69459 
{background-position:top center;}
#section-69460 img{width:100px;height:100px;margin-bottom:30px;}
#section-69460 
h1{line-height:52px;margin-bottom:40px;}
#section-69461 {padding-top:20px;}
#section-69462 { background-color: #fee1d5;}
#section-69463 { background-color: #c7dfe0;}
#section-69464 { background-color: #fee1d5;}
#section-69465 { background-color: #c7dfe0;}
#section-69467 { background-color: #c7dfe0;}
#section-69467 .fa, #section-69467 .fa-regular,#section-69467 .fa-solid,#section-69467 .fa-light,#section-69467 .fa-thin,#section-69467 .fa-duotone { color: #a17a4c !important;}
#section-69467 h2{margin-bottom:40px;}
#section-72018 h2{font-size:30px;margin-bottom:65px;}
#section-72018 
{padding-top:0;}
#section-72019 { background-color: #1c1c3e;}
#section-72019 h1 { color: #FFFFFF;}
#section-72019 h2 { color: #FFFFFF;}
#section-72019 h3 { color: #FFFFFF;}
#section-72019 p { color: #FFFFFF;}
#section-72019 { background-image: url(/sites/site0365/media/leistungen-catering-wien-noe/hd_catering-buffet.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72019 h1{ont-size:80px;width:50%;}
#section-72019 
{background-position:top center;}
#section-72019 
p{font-size:18px;}
#section-72019 
.row{width:80% !important;}
#section-72020 h1{line-height:52px;margin-bottom:40px;}
#section-72020 
{padding-bottom:20px;}
#section-72020 
i{color:#666;}
#section-72021 h2{font-size:22px;margin-bottom:65px;}
#section-72021 
{padding-top:30px;}
#section-72021 
i{color:#666;}
#section-72028 { background-color: #fee1d5;}
#section-72028 h2{font-size:30px;margin-bottom:65px;}
#section-72029 { background-color: #c7dfe0;}
#section-72032 { background-color: #1c1c3e;}
#section-72032 h1 { color: #FFFFFF;}
#section-72032 h2 { color: #FFFFFF;}
#section-72032 h3 { color: #FFFFFF;}
#section-72032 p { color: #FFFFFF;}
#section-72032 { background-image: url(/sites/site0365/media/leistungen-catering-wien-noe/hd_catering-wien-gala-diner.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72032 h1{ont-size:80px;width:50%;}
#section-72032 
{background-position:top center;}
#section-72032 
p{font-size:18px;}
#section-72032 
.row{width:80% !important;}
#section-72033 h1{line-height:52px;margin-bottom:40px;}
#section-72033 
{padding-bottom:20px;}
#section-72033 
i{color:#666;}
#section-72034 h2{font-size:22px;margin-bottom:65px;}
#section-72034 
{padding-top:30px;}
#section-72034 
i{color:#666;}
#section-72035 { background-color: #fee1d5;}
#section-72035 h2{font-size:30px;margin-bottom:65px;}
#section-72035 
small{color:#555;font-family: Inter;}
#section-72039 { background-color: #c7dfe0;}
#section-72040 { background-color: #1c1c3e;}
#section-72040 h1 { color: #FFFFFF;}
#section-72040 h2 { color: #FFFFFF;}
#section-72040 h3 { color: #FFFFFF;}
#section-72040 p { color: #FFFFFF;}
#section-72040 { background-image: url(/sites/site0365/media/leistungen-catering-wien-noe/hd_fingerfood-flying-service-catering.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72040 h1{ont-size:80px;width:50%;}
#section-72040 
{background-position:top center;}
#section-72040 
p{font-size:18px;}
#section-72040 
.row{width:80% !important;}
#section-72041 h1{line-height:52px;margin-bottom:40px;}
#section-72041 
{padding-bottom:20px;}
#section-72041 
i{color:#666;}
#section-72042 h2{font-size:22px;margin-bottom:65px;}
#section-72042 
{padding-top:30px;}
#section-72042 
i{color:#666;}
#section-72043 { background-color: #fee1d5;}
#section-72043 h2{font-size:30px;margin-bottom:65px;}
#section-72043 
small{color:#555;font-family: Inter;}
#section-72047 { background-color: #c7dfe0;}
#section-72048 { background-color: #1c1c3e;}
#section-72048 h1 { color: #FFFFFF;}
#section-72048 h2 { color: #FFFFFF;}
#section-72048 h3 { color: #FFFFFF;}
#section-72048 p { color: #FFFFFF;}
#section-72048 { background-image: url(/sites/site0365/media/leistungen-catering-wien-noe/hd_catering-wein-getraenke-service.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72048 h1{ont-size:80px;width:50%;}
#section-72048 
{background-position:top center;}
#section-72048 
p{font-size:18px;}
#section-72048 
.row{width:80% !important;}
#section-72049 h1{line-height:52px;margin-bottom:40px;}
#section-72049 
{padding-bottom:20px;}
#section-72049 
i{color:#666;}
#section-72050 { background-color: #fee1d5;}
#section-72050 h2{font-size:22px;margin-bottom:65px;}
#section-72050 
i{color:#666;}
#section-72055 { background-color: #c7dfe0;}
#section-72056 { background-color: #1c1c3e;}
#section-72056 h1 { color: #FFFFFF;}
#section-72056 h2 { color: #FFFFFF;}
#section-72056 h3 { color: #FFFFFF;}
#section-72056 p { color: #FFFFFF;}
#section-72056 { background-image: url(/sites/site0365/media/hochzeits-catering/hd_hochzeits-catering.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72056 h1{ont-size:80px;width:50%;}
#section-72056 
{background-position:bottom center;}
#section-72056 
p{font-size:18px;}
#section-72056 
.row{width:80% !important;}
#section-72057 h1{line-height:52px;margin-bottom:40px;}
#section-72057 
{padding-bottom:20px;}
#section-72057 
i{color:#666;}
#section-72058 { background-color: #fee1d5;}
#section-72058 h2{font-size:22px;margin-bottom:65px;}
#section-72058 
i{color:#666;}
#section-72059 { background-color: #fee1d5;}
#section-72059 h2{font-size:30px;margin-bottom:65px;}
#section-72064 { background-color: #e0dde4;}
#section-72064 h1 { color: #1c1c3e;}
#section-72064 h2 { color: #1c1c3e;}
#section-72064 h3 { color: #1c1c3e;}
#section-72064 p { color: #1c1c3e;}
#section-72064 { background-image: url(/sites/site0365/media/backgrounds/hd_hannes-knoedl-rechts.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72064 h1{ont-size:80px;width:50%;}
#section-72064 
{background-position:center center;}
#section-72064 
p{font-size:18px;}
#section-72064 
.row{width:80% !important;}
#section-72065 h1{line-height:52px;margin-bottom:40px;}
#section-72065 
{padding-bottom:20px;}
#section-72065 
i{color:#444;}
#section-3-gruende-witzigmann-power-regional h2{font-size:22px;margin-bottom:65px;}
#section-3-gruende-witzigmann-power-regional 
{padding-top:30px;}
#section-3-gruende-witzigmann-power-regional 
i{color:#666;}
#section-72071 { background-color: #c7dfe0;}
#section-72072 { background-color: #fee1d5;}
#section-72072 {padding-bottom:0;}
#section-72072 
img{border-radius:50%;border:7px solid #FFF;}
#section-72072 
i{font-size:20px;}
#section-72073 { background-color: #1c1c3e;}
#section-72073 h1 { color: #FFFFFF;}
#section-72073 h2 { color: #FFFFFF;}
#section-72073 h3 { color: #FFFFFF;}
#section-72073 p { color: #FFFFFF;}
#section-72073 { background-image: url(/sites/site0365/media/hero-bilder/hd_hero-startseite.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72073 h1{ont-size:80px;width:50%;}
#section-72073 
{background-position:center center;}
#section-72073 
p{font-size:18px;}
#section-72074 { background-color: #fee1d5;}
#section-72074 img{width:80px;height:80px;margin-bottom:30px;}
#section-72074 
h1{line-height:52px;margin-bottom:40px;}
#section-72076 { background-color: #fee1d5;}
#section-72077 { background-color: #fee1d5;}
#section-72077 {padding-top:0;}
#section-72077 
h2{margin-bottom:65px;}
#section-72078 { background-color: #a17a4c;}
#section-72078 h1 { color: #FFFFFF;}
#section-72078 h2 { color: #FFFFFF;}
#section-72078 h3 { color: #FFFFFF;}
#section-72078 p { color: #FFFFFF;}
#section-72079 { background-color: #a17a4c;}
#section-72079 h1 { color: #FFFFFF;}
#section-72079 h2 { color: #FFFFFF;}
#section-72079 h3 { color: #FFFFFF;}
#section-72079 p { color: #FFFFFF;}
#section-72079 .fa-light{color:white;}
#section-72079 
li{color:white;}
#section-72079 
{padding-top:0;}
#section-formular-allgemein { background-color: #c7dfe0;}
#section-72084 {padding-top:0;}
#section-72084 
h1{font-size:40px;}
#section-72085 {padding-top:0;}
#section-72085 
h1{font-size:40px;}
#section-72086 {padding-top:0;}
#section-72086 
h1{font-size:35px;}
#section-72087 {padding-top:0;}
#section-72087 
h1{font-size:40px;}
#section-72088 {padding-top:0;}
#section-72088 
h1{font-size:40px;}
#section-72089 {padding-top:0;}
#section-72089 
h1{font-size:40px;}
#section-72090 {padding-top:0;}
#section-72090 
h1{font-size:40px;}
#section-72091 {padding-top:0;}
#section-72091 
h1{font-size:40px;}
#section-rezensionen1-fix { background-color: #cdbea7;}
#section-rezensionen1-fix h1 { color: #1c1c3e;}
#section-rezensionen1-fix h2 { color: #1c1c3e;}
#section-rezensionen1-fix h3 { color: #1c1c3e;}
#section-rezensionen1-fix p { color: #1c1c3e;}
#section-rezensionen1-fix .fa, #section-rezensionen1-fix .fa-regular,#section-rezensionen1-fix .fa-solid,#section-rezensionen1-fix .fa-light,#section-rezensionen1-fix .fa-thin,#section-rezensionen1-fix .fa-duotone { color: #a17a4c !important;}
#section-rezensionen1-fix .fa-light{font-size:30px;}
#section-rezensionen1-fix 
small{color:#a17a4c;}
#section-rezensionen1-fix 
h2{font-size:24px;margin-bottom:60px;}
#section-rezensionen1-fix 
h3{font-size:18px;}
#section-rezensionen1-fix 
p{font-size:14px;font-style:italic;}
#section-rezensionen1-fix 
{padding-bottom:0;}
#section-rezensionen2-zufall { background-color: #cdbea7;}
#section-rezensionen2-zufall h1 { color: #1c1c3e;}
#section-rezensionen2-zufall h2 { color: #1c1c3e;}
#section-rezensionen2-zufall h3 { color: #1c1c3e;}
#section-rezensionen2-zufall p { color: #1c1c3e;}
#section-rezensionen2-zufall .fa, #section-rezensionen2-zufall .fa-regular,#section-rezensionen2-zufall .fa-solid,#section-rezensionen2-zufall .fa-light,#section-rezensionen2-zufall .fa-thin,#section-rezensionen2-zufall .fa-duotone { color: #a17a4c !important;}
#section-rezensionen2-zufall .fa-light{font-size:30px;}
#section-rezensionen2-zufall 
small{color:#a17a4c;}
#section-rezensionen2-zufall 
h2{font-size:24px;margin-bottom:60px;}
#section-rezensionen2-zufall 
h3{font-size:18px;}
#section-rezensionen2-zufall 
p{font-size:14px;font-style:italic;}
#section-72114 {padding-top:0;}
#section-72114 
h1{font-size:40px;}
#section-72115 { background-color: #1c1c3e;}
#section-72115 h1 { color: #FFFFFF;}
#section-72115 h2 { color: #FFFFFF;}
#section-72115 h3 { color: #FFFFFF;}
#section-72115 p { color: #FFFFFF;}
#section-72115 { background-image: url(/sites/site0365/media/hero-bilder/hd_catering-private-feiern.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-72115 h1{ont-size:80px;width:50%;}
#section-72115 
{background-position:top center;}
#section-72115 
p{font-size:18px;}
#section-72115 
.row{width:80% !important;}
#section-72116 h1{line-height:52px;margin-bottom:40px;}
#section-72116 
{padding-bottom:20px;}
#section-72116 
i{color:#666;}
#section-72117 { background-color: #fee1d5;}
#section-72117 h1 { color: #1c1c3e;}
#section-72117 h2 { color: #1c1c3e;}
#section-72117 h3 { color: #1c1c3e;}
#section-72117 p { color: #1c1c3e;}
#section-72117 h2{font-size:22px;margin-bottom:65px;}
#section-72117 
i{color:#666;}
#section-72124 { background-color: #c7dfe0;}
#section-faq-1 {padding-top:10px;padding-bottom:0px;}
#section-faq-headline {padding-bottom:0;}
#section-faq-2 {padding-top:10px;padding-bottom:0px;}
#section-faq-3 {padding-top:10px;padding-bottom:0px;}
#section-faq-4 {padding-top:10px;padding-bottom:0px;}
#section-faq-5 {padding-top:10px;padding-bottom:0px;}
#section-faq-6 {padding-top:10px;padding-bottom:0px;}
#section-faq-7 {padding-top:10px;padding-bottom:0px;}
#section-faq-8 {padding-top:10px;padding-bottom:0px;}
#section-faq-9 {padding-top:10px;padding-bottom:0px;}
#section-faq-10 {padding-top:10px;padding-bottom:0px;}
#section-72149 {padding-top:10px;padding-bottom:0px;}
#section-72150 {padding-top:10px;padding-bottom:0px;}
#section-72151 {padding-top:10px;padding-bottom:0px;}
#section-72164 {padding-top:10px;padding-bottom:0px;}
#section-72165 {padding-top:10px;padding-bottom:0px;}
#section-72166 {padding-top:10px;padding-bottom:0px;}
#section-72178 {padding-top:10px;padding-bottom:0px;}
#section-72179 {padding-top:10px;padding-bottom:0px;}
#section-72180 {padding-top:10px;padding-bottom:0px;}
#section-72181 {padding-top:10px;padding-bottom:0px;}
#section-72182 {padding-top:10px;padding-bottom:0px;}
#section-72183 { background-color: #c7dfe0;}
#section-72226 {padding-top:10px;padding-bottom:0px;}
#section-72227 {padding-top:10px;padding-bottom:0px;}
#section-72228 {padding-top:10px;padding-bottom:0px;}
#section-72229 {padding-top:10px;padding-bottom:0px;}

/* Custom Styles */

h5#logo{width:220px !important;height:100px !important;}
header{padding:0;}
.top-bar .row{min-width:85%;}
.top-bar-right {margin-top:30px;font-weight:500;}

footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-family:Domaine Display Bold;font-size:24px;color:#1c1c3e;}
subhead2{font-family:Domaine Display Bold;font-size:38px;color:#1c1c3e;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
small{font-size:18px;font-weight:400;color:#a17a4c;}
small2{font-size:25px;font-weight:400;color:#a17a4c;}
zitat{Font-size:22px;font-style:italic;}
h1,h2,h3{font-weight:300;}
p{font-weight:400;}
.button{font-family:Inter;text-transform:none;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:16px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-light{font-size:16px;color:#1c1c3e;}

.accor{background:#fee1d5;}
.accor h3,.accor h3 a{color:#1c1c3e !important;text-decoration:none;font-size:20px;}
.accor:hover h3, .accor:hover h3 a {color:#FFF !important;text-decoration:none;}
.accor.active h3, .accor.active h3 a{color:#FFF !important;}

/* Startseite Fullsize BG Image hover effekt */
#section-69429: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-52677: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;}

/* MOBILE ANSICHTEN */

@media screen and (max-width: 899px){
header{position:relative !important;text-align:center;}
h5#logo{width:100%;height:100%;margin: 5px auto;padding-left:50px;}
.top-bar-right {font-size:18px;}
h11{text-size:40px;}
#section-72077 img{width:70%;}
#section-72077 .button{margin-bottom:80px;}
#section-69441{padding-top:80px;}
#section-4-leistungen .button{margin-bottom:80px;}
#section-4-leistungen img{width:70%;}
#section-72072 h1{font-size:35px;}
/* Startseite Fullsize BG NO hover effekt */
#section-69429{background-size:cover !important;}
/* Unterseite Fullsize BG NO hover effekt */
#section-69429{background-size:cover !important;}
#section-52674 h1{margin-top:150px;text-shadow: 0 0 10px #000;font-size:50px;}

}