




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

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

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

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


h1 {
	font-size: 55px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

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

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

footer {
	background:#53BCBB;
    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:#666666;
    font-size: 15px;
    font-family: 'Raleway';
}

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


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

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

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

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

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

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

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

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

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




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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway';
	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: 'Raleway';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #53BCBB;
}



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

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






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

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

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

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

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

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

.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: 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: #444444;
	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-65855 { background-color: #53BCBB;}
#section-65855 { background-image: url(/sites/site0357/media/slider/hd_020.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65855 li{color:#53BCBB;}
#section-65855 
.large-6:first-child{background-color:rgba(255,255,255,0.87);padding:20px;margin: 0;}
#section-65855 
h3{font-size:36px;font-family:Raleway;font-weight:400;text-transform:uppercase;}
#section-65855 
p{font-size:19px;}
#section-65855 
{padding-top:200px;padding-bottom:200px;background-position:top center;}
#section-65858 h2{margin-bottom:60px;}
#section-65858 
{padding-top:0;}
#section-65858 
img{width:50%;border-radius:50%;border:3px solid #dcf1f1;filter:grayscale(1);}
#section-65858 
img:hover{filter:grayscale(0);}
#section-ueber-dr-paluch { background-color: #f9f9f9;}
#section-ueber-dr-paluch img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-kundenstimmen img{width:120px !important;border-radius:0;}
#section-65862 h2{margin-bottom:50px;}
#section-form-allgemein { background-image: url(/sites/site0357/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65874 { background-color: #EEEEEE;}
#section-65874 h1{font-size:30px;}
#section-65874 
h2{font-size:30px;}
#section-65874 
.row{margin-bottom:60px;}
#section-65875 { background-color: #EEEEEE;}
#section-65875 h1{margin-bottom:20px;}
#section-65875 
bloghead{font-weight:bold;}
#section-65876 h1 { color: #FFFFFF;}
#section-65876 h2 { color: #FFFFFF;}
#section-65876 h3 { color: #FFFFFF;}
#section-65876 p { color: #EEEEEE;}
#section-65876 {background:linear-gradient(to bottom right,#333,#666);}
#section-65877 h2{margin-bottom:50px;}
#section-65878 { background-color: #EEEEEE;}
#section-65878 h1{margin-bottom:20px;}
#section-65878 
bloghead{font-weight:bold;}
#section-65879 h1 { color: #FFFFFF;}
#section-65879 h2 { color: #FFFFFF;}
#section-65879 h3 { color: #FFFFFF;}
#section-65879 p { color: #EEEEEE;}
#section-65879 {background:linear-gradient(to bottom right,#333,#666);}
#section-65880 h2{margin-bottom:50px;}
#section-65881 { background-color: #EEEEEE;}
#section-65881 h1{margin-bottom:20px;}
#section-65881 
bloghead{font-weight:bold;}
#section-65882 h1 { color: #FFFFFF;}
#section-65882 h2 { color: #FFFFFF;}
#section-65882 h3 { color: #FFFFFF;}
#section-65882 p { color: #EEEEEE;}
#section-65882 {background:linear-gradient(to bottom right,#333,#666);}
#section-65883 h2{margin-bottom:50px;}
#section-65884 { background-color: #EEEEEE;}
#section-65884 h1{margin-bottom:20px;}
#section-65884 
bloghead{font-weight:bold;}
#section-65885 h1 { color: #FFFFFF;}
#section-65885 h2 { color: #FFFFFF;}
#section-65885 h3 { color: #FFFFFF;}
#section-65885 p { color: #EEEEEE;}
#section-65885 {background:linear-gradient(to bottom right,#333,#666);}
#section-65886 h2{margin-bottom:50px;}
#section-65887 { background-color: #EEEEEE;}
#section-65887 h1{margin-bottom:20px;}
#section-65887 
bloghead{font-weight:bold;}
#section-65888 h1 { color: #FFFFFF;}
#section-65888 h2 { color: #FFFFFF;}
#section-65888 h3 { color: #FFFFFF;}
#section-65888 p { color: #EEEEEE;}
#section-65888 {background:linear-gradient(to bottom right,#333,#666);}
#section-65889 h2{margin-bottom:50px;}
#section-65890 { background-color: #EEEEEE;}
#section-65890 h1{margin-bottom:20px;}
#section-65890 
bloghead{font-weight:bold;}
#section-65891 h1 { color: #FFFFFF;}
#section-65891 h2 { color: #FFFFFF;}
#section-65891 h3 { color: #FFFFFF;}
#section-65891 p { color: #EEEEEE;}
#section-65891 {background:linear-gradient(to bottom right,#333,#666);}
#section-65892 h2{margin-bottom:50px;}
#section-65896 { background-color: #EEEEEE;}
#section-65896 h1{font-size:28px;}
#section-65999 img{height:100px;}
#section-65999 
img:nth-child(2){height:150px;}
#section-66000 h2{margin-bottom:60px;}
#section-66000 
{padding-top:0;}
#section-66000 
img{width:50%;border-radius:50%;border:3px solid #dcf1f1;filter:grayscale(1);}
#section-66000 
img:hover{filter:grayscale(0);}
#section-gesundheits-fragebogen { background-color: #FFFFFF;}
#section-gesundheits-fragebogen h1 { color: #FFFFFF;}
#section-gesundheits-fragebogen h2 { color: #FFFFFF;}
#section-gesundheits-fragebogen h3 { color: #FFFFFF;}
#section-gesundheits-fragebogen p { color: #FFFFFF;}
#section-gesundheits-fragebogen {background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-ordi-info-4spaltig { background-color: #009a99;}
#section-ordi-info-4spaltig h1 { color: #FFFFFF;}
#section-ordi-info-4spaltig h2 { color: #FFFFFF;}
#section-ordi-info-4spaltig h3 { color: #FFFFFF;}
#section-ordi-info-4spaltig p { color: #FFFFFF;}
#section-ordi-info-4spaltig .fa, #section-ordi-info-4spaltig .fa-regular,#section-ordi-info-4spaltig .fa-solid,#section-ordi-info-4spaltig .fa-light,#section-ordi-info-4spaltig .fa-thin,#section-ordi-info-4spaltig .fa-duotone { color: #FFFFFF !important;}
#section-ordi-info-4spaltig a:link{color:white;}
#section-ordi-info-4spaltig 
a:visited{color:white;}
#section-ordi-info-4spaltig 
a:hover{text-decoration:underline;}
#section-ordi-info-4spaltig 
h2{margin-bottom:40px;}
#section-ordi-info-4spaltig 
{background:linear-gradient(to bottom,#009a99,#53BCBB);padding-bottom:10px;}
#section-ordi-info-4spaltig 
.fa-thin{margin-top:30px;}
#section-ordi-info-4spaltig 
.button{font-size:18px;}
#section-ordi-info-4spaltig 
.button:hover{color:#009a99;text-decoration:none;}
#section-66092 { background-color: #53BCBB;}
#section-66092 h1 { color: #FFFFFF;}
#section-66092 h2 { color: #FFFFFF;}
#section-66092 h3 { color: #FFFFFF;}
#section-66092 p { color: #FFFFFF;}
#section-66092 .button, .button a { color: #53BCBB;}
#section-66092 .button, .button a { background-color: #FFFFFF;}
#section-66094 img{border-radius:50%;border:7px solid #53BCBB;}
#section-66094 
{background:linear-gradient(to bottom,#EEE,#FFF,#FFF);}
#section-66095 { background-color: #53BCBB;}
#section-66095 { background-image: url(/sites/site0357/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66097 { background-color: #53BCBB;}
#section-66097 h1 { color: #FFFFFF;}
#section-66097 h2 { color: #FFFFFF;}
#section-66097 h3 { color: #FFFFFF;}
#section-66097 p { color: #FFFFFF;}
#section-66097 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66097 p{font-size:20px;font-weight:500;}
#section-66100 { background-color: #f9f9f9;}
#section-66100 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66101 { background-color: #FFFFFF;}
#section-66101 h2{margin-bottom:50px;}
#section-66102 img{height:70px;}
#section-66102 
{padding-bottom:20px;}
#section-66105 {padding-top:0;}
#section-66105 
.button{width:100%;}
#section-66106 h1 { color: #FFFFFF;}
#section-66106 h2 { color: #FFFFFF;}
#section-66106 h3 { color: #FFFFFF;}
#section-66106 p { color: #FFFFFF;}
#section-66106 .fa, #section-66106 .fa-regular,#section-66106 .fa-solid,#section-66106 .fa-light,#section-66106 .fa-thin,#section-66106 .fa-duotone { color: #FFFFFF !important;}
#section-66106 {border-top:1px solid #DDD;padding:40px;}
#section-66106 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66106 
.fa-thin{font-size:75px;}
#section-66107 { background-color: #f9f9f9;}
#section-66135 { background-color: #53BCBB;}
#section-66135 h1 { color: #FFFFFF;}
#section-66135 h2 { color: #FFFFFF;}
#section-66135 h3 { color: #FFFFFF;}
#section-66135 p { color: #FFFFFF;}
#section-66135 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66135 p{font-size:20px;font-weight:500;}
#section-66136 {padding-top:0;}
#section-66136 
.button{width:100%;}
#section-66137 { background-color: #f9f9f9;}
#section-66137 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66138 { background-color: #FFFFFF;}
#section-66138 h2{margin-bottom:50px;}
#section-66139 h1 { color: #FFFFFF;}
#section-66139 h2 { color: #FFFFFF;}
#section-66139 h3 { color: #FFFFFF;}
#section-66139 p { color: #FFFFFF;}
#section-66139 .fa, #section-66139 .fa-regular,#section-66139 .fa-solid,#section-66139 .fa-light,#section-66139 .fa-thin,#section-66139 .fa-duotone { color: #FFFFFF !important;}
#section-66139 {border-top:1px solid #DDD;padding:40px;}
#section-66139 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66139 
.fa-thin{font-size:75px;}
#section-66141 { background-color: #f9f9f9;}
#section-66147 img{height:70px;}
#section-66147 
{padding-bottom:20px;}
#section-66148 { background-color: #53BCBB;}
#section-66148 h1 { color: #FFFFFF;}
#section-66148 h2 { color: #FFFFFF;}
#section-66148 h3 { color: #FFFFFF;}
#section-66148 p { color: #FFFFFF;}
#section-66148 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66148 p{font-size:20px;font-weight:500;}
#section-66149 img{height:70px;}
#section-66149 
{padding-bottom:20px;}
#section-66150 {padding-top:0;}
#section-66150 
.button{width:100%;}
#section-66151 { background-color: #f9f9f9;}
#section-66151 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66152 { background-color: #FFFFFF;}
#section-66152 h2{margin-bottom:50px;}
#section-66153 h1 { color: #FFFFFF;}
#section-66153 h2 { color: #FFFFFF;}
#section-66153 h3 { color: #FFFFFF;}
#section-66153 p { color: #FFFFFF;}
#section-66153 .fa, #section-66153 .fa-regular,#section-66153 .fa-solid,#section-66153 .fa-light,#section-66153 .fa-thin,#section-66153 .fa-duotone { color: #FFFFFF !important;}
#section-66153 {border-top:1px solid #DDD;padding:40px;}
#section-66153 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66153 
.fa-thin{font-size:75px;}
#section-66161 { background-color: #53BCBB;}
#section-66161 h1 { color: #FFFFFF;}
#section-66161 h2 { color: #FFFFFF;}
#section-66161 h3 { color: #FFFFFF;}
#section-66161 p { color: #FFFFFF;}
#section-66161 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66161 p{font-size:20px;font-weight:500;}
#section-66162 img{height:70px;}
#section-66162 
{padding-bottom:20px;}
#section-66163 {padding-top:0;}
#section-66163 
.button{width:100%;}
#section-66164 { background-color: #f9f9f9;}
#section-66164 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66165 { background-color: #FFFFFF;}
#section-66165 h2{margin-bottom:50px;}
#section-66166 h1 { color: #FFFFFF;}
#section-66166 h2 { color: #FFFFFF;}
#section-66166 h3 { color: #FFFFFF;}
#section-66166 p { color: #FFFFFF;}
#section-66166 .fa, #section-66166 .fa-regular,#section-66166 .fa-solid,#section-66166 .fa-light,#section-66166 .fa-thin,#section-66166 .fa-duotone { color: #FFFFFF !important;}
#section-66166 {border-top:1px solid #DDD;padding:40px;}
#section-66166 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66166 
.fa-thin{font-size:75px;}
#section-66174 { background-color: #53BCBB;}
#section-66174 h1 { color: #FFFFFF;}
#section-66174 h2 { color: #FFFFFF;}
#section-66174 h3 { color: #FFFFFF;}
#section-66174 p { color: #FFFFFF;}
#section-66174 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66174 p{font-size:20px;font-weight:500;}
#section-66175 img{height:70px;}
#section-66175 
{padding-bottom:20px;}
#section-66176 {padding-top:0;}
#section-66176 
.button{width:100%;}
#section-66177 { background-color: #f9f9f9;}
#section-66177 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66178 { background-color: #FFFFFF;}
#section-66178 h2{margin-bottom:50px;}
#section-66179 h1 { color: #FFFFFF;}
#section-66179 h2 { color: #FFFFFF;}
#section-66179 h3 { color: #FFFFFF;}
#section-66179 p { color: #FFFFFF;}
#section-66179 .fa, #section-66179 .fa-regular,#section-66179 .fa-solid,#section-66179 .fa-light,#section-66179 .fa-thin,#section-66179 .fa-duotone { color: #FFFFFF !important;}
#section-66179 {border-top:1px solid #DDD;padding:40px;}
#section-66179 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66179 
.fa-thin{font-size:75px;}
#section-66181 { background-color: #f9f9f9;}
#section-66187 { background-color: #53BCBB;}
#section-66187 h1 { color: #FFFFFF;}
#section-66187 h2 { color: #FFFFFF;}
#section-66187 h3 { color: #FFFFFF;}
#section-66187 p { color: #FFFFFF;}
#section-66187 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66187 p{font-size:20px;font-weight:500;}
#section-66188 img{height:70px;}
#section-66188 
{padding-bottom:20px;}
#section-66189 {padding-top:0;}
#section-66189 
.button{width:100%;}
#section-66190 { background-color: #f9f9f9;}
#section-66190 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66191 { background-color: #FFFFFF;}
#section-66191 h2{margin-bottom:50px;}
#section-66192 h1 { color: #FFFFFF;}
#section-66192 h2 { color: #FFFFFF;}
#section-66192 h3 { color: #FFFFFF;}
#section-66192 p { color: #FFFFFF;}
#section-66192 .fa, #section-66192 .fa-regular,#section-66192 .fa-solid,#section-66192 .fa-light,#section-66192 .fa-thin,#section-66192 .fa-duotone { color: #FFFFFF !important;}
#section-66192 {border-top:1px solid #DDD;padding:40px;}
#section-66192 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66192 
.fa-thin{font-size:75px;}
#section-66194 { background-color: #f9f9f9;}
#section-66200 { background-color: #53BCBB;}
#section-66200 h1 { color: #FFFFFF;}
#section-66200 h2 { color: #FFFFFF;}
#section-66200 h3 { color: #FFFFFF;}
#section-66200 p { color: #FFFFFF;}
#section-66200 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66200 p{font-size:20px;font-weight:500;}
#section-66201 img{height:70px;}
#section-66201 
{padding-bottom:20px;}
#section-66202 {padding-top:0;}
#section-66202 
.button{width:100%;}
#section-66203 { background-color: #f9f9f9;}
#section-66203 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66204 { background-color: #FFFFFF;}
#section-66204 h2{margin-bottom:50px;}
#section-66205 h1 { color: #FFFFFF;}
#section-66205 h2 { color: #FFFFFF;}
#section-66205 h3 { color: #FFFFFF;}
#section-66205 p { color: #FFFFFF;}
#section-66205 .fa, #section-66205 .fa-regular,#section-66205 .fa-solid,#section-66205 .fa-light,#section-66205 .fa-thin,#section-66205 .fa-duotone { color: #FFFFFF !important;}
#section-66205 {border-top:1px solid #DDD;padding:40px;}
#section-66205 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66205 
.fa-thin{font-size:75px;}
#section-66207 { background-color: #f9f9f9;}
#section-66213 { background-color: #53BCBB;}
#section-66213 h1 { color: #FFFFFF;}
#section-66213 h2 { color: #FFFFFF;}
#section-66213 h3 { color: #FFFFFF;}
#section-66213 p { color: #FFFFFF;}
#section-66213 { background-image: url(/sites/site0357/media/backgrounds/hd_back-stuhl.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66213 p{font-size:20px;font-weight:500;}
#section-66214 img{height:70px;}
#section-66214 
{padding-bottom:20px;}
#section-66215 {padding-top:0;}
#section-66215 
.button{width:100%;}
#section-66216 { background-color: #f9f9f9;}
#section-66216 small{font-family:Inter;font-size:16px;font-weight:500;color:#888;}
#section-66217 { background-color: #FFFFFF;}
#section-66217 h2{margin-bottom:50px;}
#section-66218 h1 { color: #FFFFFF;}
#section-66218 h2 { color: #FFFFFF;}
#section-66218 h3 { color: #FFFFFF;}
#section-66218 p { color: #FFFFFF;}
#section-66218 .fa, #section-66218 .fa-regular,#section-66218 .fa-solid,#section-66218 .fa-light,#section-66218 .fa-thin,#section-66218 .fa-duotone { color: #FFFFFF !important;}
#section-66218 {border-top:1px solid #DDD;padding:40px;}
#section-66218 
{background:linear-gradient(to bottom right,#53BCBB,#009a99);}
#section-66218 
.fa-thin{font-size:75px;}
#section-66423 {padding-top:0;}
#section-66424 {padding-bottom:0;}
#section-66425 img{width:200px;}
#section-66425 
{padding-bottom:0;}
#section-66426 img{width:200px;}
#section-66426 
{padding-top:30px;padding-botton:30px;}
#section-66427 { background-color: #f9f9f9;}
#section-68519 { background-color: #009a99;}
#section-68519 h1 { color: #FFFFFF;}
#section-68519 h2 { color: #FFFFFF;}
#section-68519 h3 { color: #FFFFFF;}
#section-68519 .button, .button a { color: #009a99;}
#section-68519 .button, .button a { background-color: #FFFFFF;}
#section-68519 .button{font-size:20px;}
#section-68519 
{padding-bottom:0px;}

/* Custom Styles */

header{padding:10px 0 10px 0;}
body a:hover{color:black;}
h5#logo{height:100px !important;width:230px !important;padding:0;margin:0;}
big{font-size:36px;}
.top-bar-right {text-transform:uppercase;font-weight:500;margin-top:30px;}

.button{font-size:14px;border-radius:8px;font-weight:600;}
.button .fa-thin{font-size:48px;color:white;padding-bottom:10px;margin-bottom:0;}
.button:hover .fa-thin{color:#53BCBB;}


h1{text-transform:uppercase;font-weight:400;}
h2{text-transform:uppercase;font-weight:400;}
h3{font-weight:500;font-family:Inter;}

h1 small{color:white;font-family:Inter;font-weight:500;font-size:16px;}

footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:20px;color:#53BCBB;font-weight:500;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
zitat{font-size:24px;font-family:Raleway;color:#777;}

.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-thin{font-size:16px;color:#53BCBB;}

.kontakt_desktop_fixed{font-family:Inter;position:fixed;right:0;top:30px;color:white;font-size:25px;z-Index:10000;background:#53BCBB;border-radius:4px 0 0 4px;padding:20px;}
.kontakt_desktop_fixed a:link{color:white;}
.kontakt_desktop_fixed a:visited{color:white;}

.kontakt_mobile_fixed{display:none;}

/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}
h1{font-size:28px;}
#section-66089 h2{font-size:20px;}
#section-65864 h2{font-size:18px;}
.kontakt_desktop_fixed{display:none;}
.kontakt_mobile_fixed{display:block;position:fixed;bottom:0;width:100%;height:75px;line-height:75px;background:#53BCBB;text-align:center;font-family:Inter;font-size:30px;color:#FFF;border-top:1px solid #CCC;}
.kontakt_mobile_fixed a:link{color:white;}
.kontakt_mobile_fixed a:visited{color:white;}
.kontakt_mobile_fixed .fa-thin{font-size:30px;padding:0 5px 0 5px;}
}