




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

@import url('/engine/fonts/Fira-Sans.css');
@import url('/engine/fonts/Marcellus-SC.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: #484848;
}

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

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


h1 {
	font-size: 36px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

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

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

footer {
	background:#ffaf56;
    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:#888888;
    font-size: 18px;
    font-family: 'Marcellus SC';
}

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


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: 'Marcellus SC';
	font-size: 18px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #ffaf56;
	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: #ffaf56;
}

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

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

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

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

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




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

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

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

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

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

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



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

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






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

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

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

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

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

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

.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: Fira 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: Fira Sans;
    color: #484848;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Fira Sans;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Fira 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: Fira 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-45386 {display:none;}
#section-45387 .fa, #section-45387 .fa-regular,#section-45387 .fa-solid,#section-45387 .fa-light,#section-45387 .fa-thin,#section-45387 .fa-duotone { color: #F2C3A7 !important;}
#section-leistungsuebersicht1 { background-color: #ffaf56;}
#section-leistungsuebersicht1 h1 { color: #FFFFFF;}
#section-leistungsuebersicht1 h2 { color: #FFFFFF;}
#section-leistungsuebersicht1 h3 { color: #FFFFFF;}
#section-leistungsuebersicht1 p { color: #FFFFFF;}
#section-leistungsuebersicht1 .fa, #section-leistungsuebersicht1 .fa-regular,#section-leistungsuebersicht1 .fa-solid,#section-leistungsuebersicht1 .fa-light,#section-leistungsuebersicht1 .fa-thin,#section-leistungsuebersicht1 .fa-duotone { color: #FFFFFF !important;}
#section-leistungsuebersicht1 h2{margin-bottom:60px;}
#section-leistungsuebersicht1 
.large-4{margin-top:20px;}
#section-team-kurz { background-color: #fef1e6;}
#section-team-kurz img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-team-kurz 
i{font-size:24px;}
#section-45394 h1 { color: #FFFFFF;}
#section-45394 h2 { color: #FFFFFF;}
#section-45394 h3 { color: #FFFFFF;}
#section-45394 p { color: #EEEEEE;}
#section-45396 h1 { color: #FFFFFF;}
#section-45396 h2 { color: #FFFFFF;}
#section-45396 h3 { color: #FFFFFF;}
#section-45396 { background-image: url(/sites/site0282/media/backgrounds/hd_kosmetik.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45396 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45400 h5{margin-top:30px;margin-bottom:50px;}
#section-45400 
{border-top:1px solid #F2C3a7;}
#section-45402 { background-color: #444444;}
#section-45402 h1 { color: #FFFFFF;}
#section-45402 h2 { color: #FFFFFF;}
#section-45402 h3 { color: #FFFFFF;}
#section-45402 p { color: #EEEEEE;}
#section-45402 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45403 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45404 h1 { color: #FFFFFF;}
#section-45404 h2 { color: #FFFFFF;}
#section-45404 h3 { color: #FFFFFF;}
#section-45404 p { color: #EEEEEE;}
#section-45421 { background-color: #FFFFFF;}
#section-45421 h1{margin-bottom:20px;}
#section-45421 
bloghead{font-weight:bold;}
#section-45422 h1 { color: #FFFFFF;}
#section-45422 h2 { color: #FFFFFF;}
#section-45422 h3 { color: #FFFFFF;}
#section-45422 p { color: #EEEEEE;}
#section-45422 {background:linear-gradient(to bottom right,#333,#666);}
#section-45423 h2{margin-bottom:50px;}
#section-formular-terminvereinbarung { background-color: #EEEEEE;}
#section-formular-terminvereinbarung { background-image: url(/sites/site0282/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45427 { background-color: #EEEEEE;}
#section-45577 img{border-radius:50%;border:8px solid #ffaf56;}
#section-leistungsuebersicht2 { background-color: #ffaf56;}
#section-leistungsuebersicht2 h1 { color: #FFFFFF;}
#section-leistungsuebersicht2 h2 { color: #FFFFFF;}
#section-leistungsuebersicht2 h3 { color: #FFFFFF;}
#section-leistungsuebersicht2 p { color: #FFFFFF;}
#section-leistungsuebersicht2 .fa, #section-leistungsuebersicht2 .fa-regular,#section-leistungsuebersicht2 .fa-solid,#section-leistungsuebersicht2 .fa-light,#section-leistungsuebersicht2 .fa-thin,#section-leistungsuebersicht2 .fa-duotone { color: #FFFFFF !important;}
#section-leistungsuebersicht2 h2{margin-bottom:60px;}
#section-leistungsuebersicht2 
{padding-top:0;}
#section-leistungsuebersicht2 
.large-4{margin-top:20px;}
#section-45640 { background-color: #fef1e6;}
#section-45640 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-call-to-action-orange { background-color: #ffaf56;}
#section-call-to-action-orange h1 { color: #FFFFFF;}
#section-call-to-action-orange h2 { color: #FFFFFF;}
#section-call-to-action-orange h3 { color: #FFFFFF;}
#section-call-to-action-orange p { color: #FFFFFF;}
#section-call-to-action-orange .fa, #section-call-to-action-orange .fa-regular,#section-call-to-action-orange .fa-solid,#section-call-to-action-orange .fa-light,#section-call-to-action-orange .fa-thin,#section-call-to-action-orange .fa-duotone { color: #FFFFFF !important;}
#section-call-to-action-orange .button, .button a { color: #ffaf56;}
#section-call-to-action-orange .button, .button a { background-color: #FFFFFF;}
#section-call-to-action-orange h2{margin-bottom:75px;}
#section-formular-rückruf { background-color: #ffaf56;}
#section-formular-rückruf h1 { color: #FFFFFF;}
#section-formular-rückruf h2 { color: #FFFFFF;}
#section-formular-rückruf h3 { color: #FFFFFF;}
#section-formular-rückruf p { color: #EEEEEE;}
#section-formular-rückruf p{color:white;}
#section-45645 .fa, #section-45645 .fa-regular,#section-45645 .fa-solid,#section-45645 .fa-light,#section-45645 .fa-thin,#section-45645 .fa-duotone { color: #F2C3A7 !important;}
#section-45648 { background-color: #F27405;}
#section-45648 h1 { color: #FFFFFF;}
#section-45648 h2 { color: #FFFFFF;}
#section-45648 h3 { color: #FFFFFF;}
#section-45648 { background-image: url(/sites/site0282/media/backgrounds/hd_manikuer2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45648 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45649 .fa, #section-45649 .fa-regular,#section-45649 .fa-solid,#section-45649 .fa-light,#section-45649 .fa-thin,#section-45649 .fa-duotone { color: #F2C3A7 !important;}
#section-45650 { background-color: #fef1e6;}
#section-45650 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-45651 h5{margin-top:30px;margin-bottom:50px;}
#section-45651 
{border-top:1px solid #F2C3a7;}
#section-45652 { background-color: #ffaf56;}
#section-45652 h1 { color: #FFFFFF;}
#section-45652 h2 { color: #FFFFFF;}
#section-45652 h3 { color: #FFFFFF;}
#section-45652 p { color: #FFFFFF;}
#section-45652 .fa, #section-45652 .fa-regular,#section-45652 .fa-solid,#section-45652 .fa-light,#section-45652 .fa-thin,#section-45652 .fa-duotone { color: #FFFFFF !important;}
#section-45652 .button, .button a { color: #ffaf56;}
#section-45652 .button, .button a { background-color: #FFFFFF;}
#section-45652 h2{margin-bottom:75px;}
#section-45653 { background-color: #444444;}
#section-45653 h1 { color: #FFFFFF;}
#section-45653 h2 { color: #FFFFFF;}
#section-45653 h3 { color: #FFFFFF;}
#section-45653 p { color: #EEEEEE;}
#section-45653 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45654 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45655 h1 { color: #FFFFFF;}
#section-45655 h2 { color: #FFFFFF;}
#section-45655 h3 { color: #FFFFFF;}
#section-45655 p { color: #EEEEEE;}
#section-45656 { background-color: #F27405;}
#section-45656 h1 { color: #FFFFFF;}
#section-45656 h2 { color: #FFFFFF;}
#section-45656 h3 { color: #FFFFFF;}
#section-45656 { background-image: url(/sites/site0282/media/backgrounds/hd_fusspflege.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45656 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45657 .fa, #section-45657 .fa-regular,#section-45657 .fa-solid,#section-45657 .fa-light,#section-45657 .fa-thin,#section-45657 .fa-duotone { color: #F2C3A7 !important;}
#section-45658 { background-color: #fef1e6;}
#section-45658 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-45659 h5{margin-top:30px;margin-bottom:50px;}
#section-45659 
{border-top:1px solid #F2C3a7;}
#section-45660 { background-color: #ffaf56;}
#section-45660 h1 { color: #FFFFFF;}
#section-45660 h2 { color: #FFFFFF;}
#section-45660 h3 { color: #FFFFFF;}
#section-45660 p { color: #FFFFFF;}
#section-45660 .fa, #section-45660 .fa-regular,#section-45660 .fa-solid,#section-45660 .fa-light,#section-45660 .fa-thin,#section-45660 .fa-duotone { color: #FFFFFF !important;}
#section-45660 .button, .button a { color: #ffaf56;}
#section-45660 .button, .button a { background-color: #FFFFFF;}
#section-45660 h2{margin-bottom:75px;}
#section-45661 { background-color: #444444;}
#section-45661 h1 { color: #FFFFFF;}
#section-45661 h2 { color: #FFFFFF;}
#section-45661 h3 { color: #FFFFFF;}
#section-45661 p { color: #EEEEEE;}
#section-45661 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45662 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45663 h1 { color: #FFFFFF;}
#section-45663 h2 { color: #FFFFFF;}
#section-45663 h3 { color: #FFFFFF;}
#section-45663 p { color: #EEEEEE;}
#section-45666 { background-color: #F27405;}
#section-45666 h1 { color: #FFFFFF;}
#section-45666 h2 { color: #FFFFFF;}
#section-45666 h3 { color: #FFFFFF;}
#section-45666 { background-image: url(/sites/site0282/media/backgrounds/hd_massage.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45666 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45667 .fa, #section-45667 .fa-regular,#section-45667 .fa-solid,#section-45667 .fa-light,#section-45667 .fa-thin,#section-45667 .fa-duotone { color: #F2C3A7 !important;}
#section-45668 { background-color: #fef1e6;}
#section-45668 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-45669 h5{margin-top:30px;margin-bottom:50px;}
#section-45669 
{border-top:1px solid #F2C3a7;}
#section-45670 { background-color: #ffaf56;}
#section-45670 h1 { color: #FFFFFF;}
#section-45670 h2 { color: #FFFFFF;}
#section-45670 h3 { color: #FFFFFF;}
#section-45670 p { color: #FFFFFF;}
#section-45670 .fa, #section-45670 .fa-regular,#section-45670 .fa-solid,#section-45670 .fa-light,#section-45670 .fa-thin,#section-45670 .fa-duotone { color: #FFFFFF !important;}
#section-45670 .button, .button a { color: #ffaf56;}
#section-45670 .button, .button a { background-color: #FFFFFF;}
#section-45670 h2{margin-bottom:75px;}
#section-45671 { background-color: #444444;}
#section-45671 h1 { color: #FFFFFF;}
#section-45671 h2 { color: #FFFFFF;}
#section-45671 h3 { color: #FFFFFF;}
#section-45671 p { color: #EEEEEE;}
#section-45671 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45672 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45673 h1 { color: #FFFFFF;}
#section-45673 h2 { color: #FFFFFF;}
#section-45673 h3 { color: #FFFFFF;}
#section-45673 p { color: #EEEEEE;}
#section-45674 { background-color: #F27405;}
#section-45674 h1 { color: #FFFFFF;}
#section-45674 h2 { color: #FFFFFF;}
#section-45674 h3 { color: #FFFFFF;}
#section-45674 { background-image: url(/sites/site0282/media/backgrounds/hd_waxing.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45674 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45675 .fa, #section-45675 .fa-regular,#section-45675 .fa-solid,#section-45675 .fa-light,#section-45675 .fa-thin,#section-45675 .fa-duotone { color: #F2C3A7 !important;}
#section-45676 { background-color: #fef1e6;}
#section-45676 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-45677 h5{margin-top:30px;margin-bottom:50px;}
#section-45677 
{border-top:1px solid #F2C3a7;}
#section-45678 { background-color: #ffaf56;}
#section-45678 h1 { color: #FFFFFF;}
#section-45678 h2 { color: #FFFFFF;}
#section-45678 h3 { color: #FFFFFF;}
#section-45678 p { color: #FFFFFF;}
#section-45678 .fa, #section-45678 .fa-regular,#section-45678 .fa-solid,#section-45678 .fa-light,#section-45678 .fa-thin,#section-45678 .fa-duotone { color: #FFFFFF !important;}
#section-45678 .button, .button a { color: #ffaf56;}
#section-45678 .button, .button a { background-color: #FFFFFF;}
#section-45678 h2{margin-bottom:75px;}
#section-45679 { background-color: #444444;}
#section-45679 h1 { color: #FFFFFF;}
#section-45679 h2 { color: #FFFFFF;}
#section-45679 h3 { color: #FFFFFF;}
#section-45679 p { color: #EEEEEE;}
#section-45679 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45680 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45681 h1 { color: #FFFFFF;}
#section-45681 h2 { color: #FFFFFF;}
#section-45681 h3 { color: #FFFFFF;}
#section-45681 p { color: #EEEEEE;}
#section-45682 { background-color: #F27405;}
#section-45682 h1 { color: #FFFFFF;}
#section-45682 h2 { color: #FFFFFF;}
#section-45682 h3 { color: #FFFFFF;}
#section-45682 { background-image: url(/sites/site0282/media/backgrounds/hd_back-kosmetik.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45682 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45683 .fa, #section-45683 .fa-regular,#section-45683 .fa-solid,#section-45683 .fa-light,#section-45683 .fa-thin,#section-45683 .fa-duotone { color: #F2C3A7 !important;}
#section-45684 { background-color: #fef1e6;}
#section-45684 img{border-radius:10px;border:1px solid #F2C3a7;}
#section-45685 h5{margin-top:30px;margin-bottom:50px;}
#section-45685 
{border-top:1px solid #F2C3a7;}
#section-45686 { background-color: #ffaf56;}
#section-45686 h1 { color: #FFFFFF;}
#section-45686 h2 { color: #FFFFFF;}
#section-45686 h3 { color: #FFFFFF;}
#section-45686 p { color: #FFFFFF;}
#section-45686 .fa, #section-45686 .fa-regular,#section-45686 .fa-solid,#section-45686 .fa-light,#section-45686 .fa-thin,#section-45686 .fa-duotone { color: #FFFFFF !important;}
#section-45686 .button, .button a { color: #ffaf56;}
#section-45686 .button, .button a { background-color: #FFFFFF;}
#section-45686 h2{margin-bottom:75px;}
#section-45687 { background-color: #444444;}
#section-45687 h1 { color: #FFFFFF;}
#section-45687 h2 { color: #FFFFFF;}
#section-45687 h3 { color: #FFFFFF;}
#section-45687 p { color: #EEEEEE;}
#section-45687 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45688 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45689 h1 { color: #FFFFFF;}
#section-45689 h2 { color: #FFFFFF;}
#section-45689 h3 { color: #FFFFFF;}
#section-45689 p { color: #EEEEEE;}
#section-45690 { background-image: url(/sites/site0282/media/allgemein/hd_haus.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45690 h3{font-size:40px;}
#section-45690 
.large-6:nth-child(2){background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-45691 img{border-radius:50%;border:8px solid #ffaf56;}
#section-45691 
{border-bottom:1px solid #ffaf56;}
#section-45695 { background-color: #fef1e6;}
#section-45696 {display:none;}
#section-45836 { background-color: #F27405;}
#section-45836 h1 { color: #FFFFFF;}
#section-45836 h2 { color: #FFFFFF;}
#section-45836 h3 { color: #FFFFFF;}
#section-45836 { background-image: url(/sites/site0282/media/backgrounds/hd_massage.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45836 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45839 h5{margin-top:30px;margin-bottom:50px;}
#section-45839 
{border-top:1px solid #F2C3a7;}
#section-45840 { background-color: #ffaf56;}
#section-45840 h1 { color: #FFFFFF;}
#section-45840 h2 { color: #FFFFFF;}
#section-45840 h3 { color: #FFFFFF;}
#section-45840 p { color: #FFFFFF;}
#section-45840 .fa, #section-45840 .fa-regular,#section-45840 .fa-solid,#section-45840 .fa-light,#section-45840 .fa-thin,#section-45840 .fa-duotone { color: #FFFFFF !important;}
#section-45840 .button, .button a { color: #ffaf56;}
#section-45840 .button, .button a { background-color: #FFFFFF;}
#section-45840 h2{margin-bottom:75px;}
#section-45841 { background-color: #444444;}
#section-45841 h1 { color: #FFFFFF;}
#section-45841 h2 { color: #FFFFFF;}
#section-45841 h3 { color: #FFFFFF;}
#section-45841 p { color: #EEEEEE;}
#section-45841 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45842 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45843 h1 { color: #FFFFFF;}
#section-45843 h2 { color: #FFFFFF;}
#section-45843 h3 { color: #FFFFFF;}
#section-45843 p { color: #EEEEEE;}
#section-45844 { background-color: #F27405;}
#section-45844 h1 { color: #FFFFFF;}
#section-45844 h2 { color: #FFFFFF;}
#section-45844 h3 { color: #FFFFFF;}
#section-45844 { background-image: url(/sites/site0282/media/backgrounds/hd_solarium.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-45844 h1{font-size:80px;text-shadow:0 0 4px #484848;}
#section-45847 h5{margin-top:30px;margin-bottom:50px;}
#section-45847 
{border-top:1px solid #F2C3a7;}
#section-45848 { background-color: #ffaf56;}
#section-45848 h1 { color: #FFFFFF;}
#section-45848 h2 { color: #FFFFFF;}
#section-45848 h3 { color: #FFFFFF;}
#section-45848 p { color: #FFFFFF;}
#section-45848 .fa, #section-45848 .fa-regular,#section-45848 .fa-solid,#section-45848 .fa-light,#section-45848 .fa-thin,#section-45848 .fa-duotone { color: #FFFFFF !important;}
#section-45848 .button, .button a { color: #ffaf56;}
#section-45848 .button, .button a { background-color: #FFFFFF;}
#section-45848 h2{margin-bottom:75px;}
#section-45849 { background-color: #444444;}
#section-45849 h1 { color: #FFFFFF;}
#section-45849 h2 { color: #FFFFFF;}
#section-45849 h3 { color: #FFFFFF;}
#section-45849 p { color: #EEEEEE;}
#section-45849 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-45850 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-45851 h1 { color: #FFFFFF;}
#section-45851 h2 { color: #FFFFFF;}
#section-45851 h3 { color: #FFFFFF;}
#section-45851 p { color: #EEEEEE;}
#section-46154 { background-color: #fef1e6;}
#section-46154 {padding-bottom:0;}
#section-46155 {padding-bottom:0;}
#section-46322 { background-color: #ffaf56;}
#section-46322 h1 { color: #FFFFFF;}
#section-46322 h2 { color: #FFFFFF;}
#section-46322 h3 { color: #FFFFFF;}
#section-46322 p { color: #FFFFFF;}
#section-46322 .fa, #section-46322 .fa-regular,#section-46322 .fa-solid,#section-46322 .fa-light,#section-46322 .fa-thin,#section-46322 .fa-duotone { color: #FFFFFF !important;}
#section-46322 .button, .button a { color: #F27405;}
#section-46322 .button, .button a { background-color: #FFFFFF;}
#section-46322 .fa-brands{color:white;}
#section-46322 
h4{color:white;}
#section-52481 { background-color: #FFFFFF;}
#section-52481 h1{margin-bottom:20px;}
#section-52481 
bloghead{font-weight:bold;}
#section-52482 h1 { color: #FFFFFF;}
#section-52482 h2 { color: #FFFFFF;}
#section-52482 h3 { color: #FFFFFF;}
#section-52482 p { color: #EEEEEE;}
#section-52482 {background:linear-gradient(to bottom right,#333,#666);}
#section-52483 h2{margin-bottom:50px;}
#section-52484 { background-color: #FFFFFF;}
#section-52484 h1{margin-bottom:20px;}
#section-52484 
bloghead{font-weight:bold;}
#section-52485 h1 { color: #FFFFFF;}
#section-52485 h2 { color: #FFFFFF;}
#section-52485 h3 { color: #FFFFFF;}
#section-52485 p { color: #EEEEEE;}
#section-52485 {background:linear-gradient(to bottom right,#333,#666);}
#section-52486 h2{margin-bottom:50px;}
#section-52497 { background-color: #FFFFFF;}
#section-52497 h1{margin-bottom:20px;}
#section-52497 
bloghead{font-weight:bold;}
#section-52498 h1 { color: #FFFFFF;}
#section-52498 h2 { color: #FFFFFF;}
#section-52498 h3 { color: #FFFFFF;}
#section-52498 p { color: #EEEEEE;}
#section-52498 {background:linear-gradient(to bottom right,#333,#666);}
#section-52499 h2{margin-bottom:50px;}
#section-52563 { background-color: #FFFFFF;}
#section-52563 h1{margin-bottom:20px;}
#section-52563 
bloghead{font-weight:bold;}
#section-52564 h1 { color: #FFFFFF;}
#section-52564 h2 { color: #FFFFFF;}
#section-52564 h3 { color: #FFFFFF;}
#section-52564 p { color: #EEEEEE;}
#section-52564 {background:linear-gradient(to bottom right,#333,#666);}
#section-52565 h2{margin-bottom:50px;}
#section-52567 {padding-bottom:0px;}
#section-66849 { background-color: #ffaf56;}
#section-66849 h1 { color: #FFFFFF;}
#section-66849 h2 { color: #FFFFFF;}
#section-66849 h3 { color: #FFFFFF;}
#section-66849 p { color: #FFFFFF;}
#section-66849 .fa, #section-66849 .fa-regular,#section-66849 .fa-solid,#section-66849 .fa-light,#section-66849 .fa-thin,#section-66849 .fa-duotone { color: #FFFFFF !important;}
#section-66849 .button, .button a { color: #F27405;}
#section-66849 .button, .button a { background-color: #FFFFFF;}
#section-66849 .fa-brands{color:white;}
#section-66849 
h4{color:white;}
#section-66852 h1 { color: #FFFFFF;}
#section-66852 h2 { color: #FFFFFF;}
#section-66852 h3 { color: #FFFFFF;}
#section-66852 p { color: #FFFFFF;}
#section-66852 .button, .button a { color: #F27405;}
#section-66852 .button, .button a { background-color: #FFFFFF;}
#section-66852 { background-image: url(/sites/site0282/media/backgrounds/hd_back-kosmetik.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66855 { background-image: url(/sites/site0282/media/backgrounds/hd_back-kosmetik.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}

/* Custom Styles */

body a:hover{color:#F27405;}

header{padding:20px 0 0 0;box-shadow: 0 0 4px rgba(0,0,0,0.3);}
.top-bar-right {text-transform:uppercase;}
.button{font-size:18px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:30px;color:#F27405;font-family:Marcellus SC;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}

.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-thin{font-size:20px;color:#F27405;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
h1{font-size:40px !important;}
header{position:relative;background-color:white;}
#section-45577{display:none;} /* video start */
#section-45696{display:block;} /* slider mobile */
#section-15034{display:block;} /* Öffnungszeiten Startseite mobil */
#section-15032{display:none;} /* Slider Startseite desktop */
#section-15033{display:block;} /* Slider Startseite mobil */
}

/* VIDEOBACK */
.cover{background: rgba(255,255,255, 0.4);}
.fullwidth-bg h1{margin: 28px auto; color:#ffffff; font-size:58px; max-width: 100%; padding: 17% 0 0;text-shadow: 0 0 5px #444;}
.fullwidth-bg p{font-size: 23px; max-width: 100%; color:#ffffff;text-shadow: 0 0 3px #444;}

#section-45577{position: relative;}

.fullwidth-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
}