




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

@import url('/engine/fonts/Cormorant-Garamond.css');
@import url('/engine/fonts/Montserrat.css');
@import url('/engine/fonts/Open-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: #555555;
}

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

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


h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #888888;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #888888, 0 14px 0 #888888; }
    
.menu-icon:hover::after {
    background: #124036;
    box-shadow: 0 7px 0 #124036, 0 14px 0 #124036; } 
 
.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:#124036 transparent transparent;
}

footer {
	background:#EEEEEE;
    color: #124036;
}

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

footer a {
	color: #124036;
}

footer a:hover {
	color: #124036;
}

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

header .menu a,
.row_icons {
	color:#888888;
    font-size: 14px;
    font-family: 'Montserrat';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #124036;
	font-family: 'Montserrat';
	font-size: 14px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #124036;
	background:#eaf5ec;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #eaf5ec;
color: #124036;
}

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

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

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

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

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

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




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

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

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Cormorant Garamond';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #124036;
}



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

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






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

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

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

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

h5#logo_footer a  {
	background-image: url(../../sites/site0347/media/logo/logo-neu.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: #124036;
}

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

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

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





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

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

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

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



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

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


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


/* Page Loader Mobile Speed CSS */

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

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


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

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

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

#section-60486 { background-image: url(/sites/site0347/media/backgrounds/hd_slider010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-60486 h1{font-size:40px;}
#section-60486 
{background-position:top center;}
#section-60487 {display:none;}
#section-60488 {display:none;}
#section-60489 h2{margin-bottom:40px;}
#section-60490 h2{margin-bottom:50px;}
#section-60490 
{background:linear-gradient(to bottom right,#DDD,#EEE);}
#section-ueber-dr-heilig h1 { color: #FFFFFF;}
#section-ueber-dr-heilig h2 { color: #FFFFFF;}
#section-ueber-dr-heilig h3 { color: #FFFFFF;}
#section-ueber-dr-heilig p { color: #FFFFFF;}
#section-ueber-dr-heilig .button, .button a { color: #124036;}
#section-ueber-dr-heilig .button, .button a { background-color: #FFFFFF;}
#section-ueber-dr-heilig {background:linear-gradient(to bottom right,#124036,#00514C);}
#section-ueber-dr-heilig 
img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60494 { background-color: #000000;}
#section-60494 { background-image: url(/sites/site0347/media/backgrounds/hd_background_ordination.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-60494 .large-6:nth-child(2){background-color:rgba(255,255,255,0.85);padding:20px;margin: 0;}
#section-kontaktform-allgemein { background-color: #325F55;}
#section-kontaktform-allgemein h1 { color: #FFFFFF;}
#section-kontaktform-allgemein h2 { color: #FFFFFF;}
#section-kontaktform-allgemein h3 { color: #FFFFFF;}
#section-kontaktform-allgemein p { color: #FFFFFF;}
#section-kontaktform-allgemein { background-image: url(/sites/site0347/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-60505 { background-color: #EEEEEE;}
#section-60505 h1{font-size:30px;}
#section-60505 
h2{font-size:30px;}
#section-60505 
.row{margin-bottom:60px;}
#section-60506 { background-color: #EEEEEE;}
#section-60506 h1{margin-bottom:20px;}
#section-60506 
bloghead{font-weight:bold;}
#section-60507 h1 { color: #FFFFFF;}
#section-60507 h2 { color: #FFFFFF;}
#section-60507 h3 { color: #FFFFFF;}
#section-60507 p { color: #EEEEEE;}
#section-60507 {background:linear-gradient(to bottom right,#333,#666);}
#section-60508 h2{margin-bottom:50px;}
#section-60509 { background-color: #EEEEEE;}
#section-60509 h1{margin-bottom:20px;}
#section-60509 
bloghead{font-weight:bold;}
#section-60510 h1 { color: #FFFFFF;}
#section-60510 h2 { color: #FFFFFF;}
#section-60510 h3 { color: #FFFFFF;}
#section-60510 p { color: #EEEEEE;}
#section-60510 {background:linear-gradient(to bottom right,#333,#666);}
#section-60511 h2{margin-bottom:50px;}
#section-60512 { background-color: #EEEEEE;}
#section-60512 h1{margin-bottom:20px;}
#section-60512 
bloghead{font-weight:bold;}
#section-60513 h1 { color: #FFFFFF;}
#section-60513 h2 { color: #FFFFFF;}
#section-60513 h3 { color: #FFFFFF;}
#section-60513 p { color: #EEEEEE;}
#section-60513 {background:linear-gradient(to bottom right,#333,#666);}
#section-60514 h2{margin-bottom:50px;}
#section-60515 { background-color: #EEEEEE;}
#section-60515 h1{margin-bottom:20px;}
#section-60515 
bloghead{font-weight:bold;}
#section-60516 h1 { color: #FFFFFF;}
#section-60516 h2 { color: #FFFFFF;}
#section-60516 h3 { color: #FFFFFF;}
#section-60516 p { color: #EEEEEE;}
#section-60516 {background:linear-gradient(to bottom right,#333,#666);}
#section-60517 h2{margin-bottom:50px;}
#section-60518 { background-color: #EEEEEE;}
#section-60518 h1{margin-bottom:20px;}
#section-60518 
bloghead{font-weight:bold;}
#section-60519 h1 { color: #FFFFFF;}
#section-60519 h2 { color: #FFFFFF;}
#section-60519 h3 { color: #FFFFFF;}
#section-60519 p { color: #EEEEEE;}
#section-60519 {background:linear-gradient(to bottom right,#333,#666);}
#section-60520 h2{margin-bottom:50px;}
#section-60521 { background-color: #EEEEEE;}
#section-60521 h1{margin-bottom:20px;}
#section-60521 
bloghead{font-weight:bold;}
#section-60522 h1 { color: #FFFFFF;}
#section-60522 h2 { color: #FFFFFF;}
#section-60522 h3 { color: #FFFFFF;}
#section-60522 p { color: #EEEEEE;}
#section-60522 {background:linear-gradient(to bottom right,#333,#666);}
#section-60523 h2{margin-bottom:50px;}
#section-60524 {background:linear-gradient(to bottom right,#DDD,#FFF);}
#section-60525 h1 { color: #FFFFFF;}
#section-60525 h2 { color: #FFFFFF;}
#section-60525 h3 { color: #FFFFFF;}
#section-60525 p { color: #EEEEEE;}
#section-60527 { background-color: #EEEEEE;}
#section-60944 h1 { color: #FFFFFF;}
#section-60944 h2 { color: #FFFFFF;}
#section-60944 h3 { color: #FFFFFF;}
#section-60944 p { color: #FFFFFF;}
#section-60944 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60944 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60947 .fa, #section-60947 .fa-regular,#section-60947 .fa-solid,#section-60947 .fa-light,#section-60947 .fa-thin,#section-60947 .fa-duotone { color: #325F55 !important;}
#section-60947 h2{margin-bottom:70px;}
#section-60947 
{padding-top:20px;}
#section-60948 .fa, #section-60948 .fa-regular,#section-60948 .fa-solid,#section-60948 .fa-light,#section-60948 .fa-thin,#section-60948 .fa-duotone { color: #325F55 !important;}
#section-60948 {padding-top:0;}
#section-60949 { background-color: #444444;}
#section-60949 h1 { color: #FFFFFF;}
#section-60949 h2 { color: #FFFFFF;}
#section-60949 h3 { color: #FFFFFF;}
#section-60949 p { color: #EEEEEE;}
#section-60949 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60951 h1 { color: #FFFFFF;}
#section-60951 h2 { color: #FFFFFF;}
#section-60951 h3 { color: #FFFFFF;}
#section-60951 p { color: #EEEEEE;}
#section-60952 .fa, #section-60952 .fa-regular,#section-60952 .fa-solid,#section-60952 .fa-light,#section-60952 .fa-thin,#section-60952 .fa-duotone { color: #AAAAAA !important;}
#section-60952 h2{margin-bottom:70px;}
#section-60952 
{padding-top:20px;}
#section-60954 h1 { color: #FFFFFF;}
#section-60954 h2 { color: #FFFFFF;}
#section-60954 h3 { color: #FFFFFF;}
#section-60954 p { color: #FFFFFF;}
#section-60954 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60954 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60956 .fa, #section-60956 .fa-regular,#section-60956 .fa-solid,#section-60956 .fa-light,#section-60956 .fa-thin,#section-60956 .fa-duotone { color: #325F55 !important;}
#section-60956 h2{margin-bottom:70px;}
#section-60956 
{padding-top:20px;}
#section-60957 .fa, #section-60957 .fa-regular,#section-60957 .fa-solid,#section-60957 .fa-light,#section-60957 .fa-thin,#section-60957 .fa-duotone { color: #325F55 !important;}
#section-60957 {padding-top:0;}
#section-60958 .fa, #section-60958 .fa-regular,#section-60958 .fa-solid,#section-60958 .fa-light,#section-60958 .fa-thin,#section-60958 .fa-duotone { color: #AAAAAA !important;}
#section-60958 h2{margin-bottom:70px;}
#section-60958 
{padding-top:20px;}
#section-60959 { background-color: #444444;}
#section-60959 h1 { color: #FFFFFF;}
#section-60959 h2 { color: #FFFFFF;}
#section-60959 h3 { color: #FFFFFF;}
#section-60959 p { color: #EEEEEE;}
#section-60959 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60961 h1 { color: #FFFFFF;}
#section-60961 h2 { color: #FFFFFF;}
#section-60961 h3 { color: #FFFFFF;}
#section-60961 p { color: #EEEEEE;}
#section-60962 h1 { color: #FFFFFF;}
#section-60962 h2 { color: #FFFFFF;}
#section-60962 h3 { color: #FFFFFF;}
#section-60962 p { color: #FFFFFF;}
#section-60962 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60962 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60964 .fa, #section-60964 .fa-regular,#section-60964 .fa-solid,#section-60964 .fa-light,#section-60964 .fa-thin,#section-60964 .fa-duotone { color: #325F55 !important;}
#section-60964 h2{margin-bottom:70px;}
#section-60964 
{padding-top:20px;}
#section-60965 .fa, #section-60965 .fa-regular,#section-60965 .fa-solid,#section-60965 .fa-light,#section-60965 .fa-thin,#section-60965 .fa-duotone { color: #325F55 !important;}
#section-60965 {padding-top:0;}
#section-60966 .fa, #section-60966 .fa-regular,#section-60966 .fa-solid,#section-60966 .fa-light,#section-60966 .fa-thin,#section-60966 .fa-duotone { color: #AAAAAA !important;}
#section-60966 h2{margin-bottom:70px;}
#section-60966 
{padding-top:20px;}
#section-60967 { background-color: #444444;}
#section-60967 h1 { color: #FFFFFF;}
#section-60967 h2 { color: #FFFFFF;}
#section-60967 h3 { color: #FFFFFF;}
#section-60967 p { color: #EEEEEE;}
#section-60967 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60969 h1 { color: #FFFFFF;}
#section-60969 h2 { color: #FFFFFF;}
#section-60969 h3 { color: #FFFFFF;}
#section-60969 p { color: #EEEEEE;}
#section-60970 h1 { color: #FFFFFF;}
#section-60970 h2 { color: #FFFFFF;}
#section-60970 h3 { color: #FFFFFF;}
#section-60970 p { color: #FFFFFF;}
#section-60970 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60970 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60972 .fa, #section-60972 .fa-regular,#section-60972 .fa-solid,#section-60972 .fa-light,#section-60972 .fa-thin,#section-60972 .fa-duotone { color: #325F55 !important;}
#section-60972 h2{margin-bottom:70px;}
#section-60972 
{padding-top:20px;}
#section-60973 .fa, #section-60973 .fa-regular,#section-60973 .fa-solid,#section-60973 .fa-light,#section-60973 .fa-thin,#section-60973 .fa-duotone { color: #325F55 !important;}
#section-60973 {padding-top:0;}
#section-60974 .fa, #section-60974 .fa-regular,#section-60974 .fa-solid,#section-60974 .fa-light,#section-60974 .fa-thin,#section-60974 .fa-duotone { color: #AAAAAA !important;}
#section-60974 h2{margin-bottom:70px;}
#section-60974 
{padding-top:20px;}
#section-60975 { background-color: #444444;}
#section-60975 h1 { color: #FFFFFF;}
#section-60975 h2 { color: #FFFFFF;}
#section-60975 h3 { color: #FFFFFF;}
#section-60975 p { color: #EEEEEE;}
#section-60975 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60977 h1 { color: #FFFFFF;}
#section-60977 h2 { color: #FFFFFF;}
#section-60977 h3 { color: #FFFFFF;}
#section-60977 p { color: #EEEEEE;}
#section-60978 h1 { color: #FFFFFF;}
#section-60978 h2 { color: #FFFFFF;}
#section-60978 h3 { color: #FFFFFF;}
#section-60978 p { color: #FFFFFF;}
#section-60978 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60978 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60980 .fa, #section-60980 .fa-regular,#section-60980 .fa-solid,#section-60980 .fa-light,#section-60980 .fa-thin,#section-60980 .fa-duotone { color: #325F55 !important;}
#section-60980 h2{margin-bottom:70px;}
#section-60980 
{padding-top:20px;}
#section-60981 .fa, #section-60981 .fa-regular,#section-60981 .fa-solid,#section-60981 .fa-light,#section-60981 .fa-thin,#section-60981 .fa-duotone { color: #325F55 !important;}
#section-60981 {padding-top:0;}
#section-60982 .fa, #section-60982 .fa-regular,#section-60982 .fa-solid,#section-60982 .fa-light,#section-60982 .fa-thin,#section-60982 .fa-duotone { color: #AAAAAA !important;}
#section-60982 h2{margin-bottom:70px;}
#section-60982 
{padding-top:20px;}
#section-60983 { background-color: #444444;}
#section-60983 h1 { color: #FFFFFF;}
#section-60983 h2 { color: #FFFFFF;}
#section-60983 h3 { color: #FFFFFF;}
#section-60983 p { color: #EEEEEE;}
#section-60983 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60985 h1 { color: #FFFFFF;}
#section-60985 h2 { color: #FFFFFF;}
#section-60985 h3 { color: #FFFFFF;}
#section-60985 p { color: #EEEEEE;}
#section-60986 h1 { color: #FFFFFF;}
#section-60986 h2 { color: #FFFFFF;}
#section-60986 h3 { color: #FFFFFF;}
#section-60986 p { color: #FFFFFF;}
#section-60986 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60986 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60988 .fa, #section-60988 .fa-regular,#section-60988 .fa-solid,#section-60988 .fa-light,#section-60988 .fa-thin,#section-60988 .fa-duotone { color: #325F55 !important;}
#section-60988 h2{margin-bottom:70px;}
#section-60988 
{padding-top:20px;}
#section-60989 .fa, #section-60989 .fa-regular,#section-60989 .fa-solid,#section-60989 .fa-light,#section-60989 .fa-thin,#section-60989 .fa-duotone { color: #325F55 !important;}
#section-60989 {padding-top:0;}
#section-60990 .fa, #section-60990 .fa-regular,#section-60990 .fa-solid,#section-60990 .fa-light,#section-60990 .fa-thin,#section-60990 .fa-duotone { color: #AAAAAA !important;}
#section-60990 h2{margin-bottom:70px;}
#section-60990 
{padding-top:20px;}
#section-60991 { background-color: #444444;}
#section-60991 h1 { color: #FFFFFF;}
#section-60991 h2 { color: #FFFFFF;}
#section-60991 h3 { color: #FFFFFF;}
#section-60991 p { color: #EEEEEE;}
#section-60991 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-60993 h1 { color: #FFFFFF;}
#section-60993 h2 { color: #FFFFFF;}
#section-60993 h3 { color: #FFFFFF;}
#section-60993 p { color: #EEEEEE;}
#section-60994 h1 { color: #FFFFFF;}
#section-60994 h2 { color: #FFFFFF;}
#section-60994 h3 { color: #FFFFFF;}
#section-60994 p { color: #FFFFFF;}
#section-60994 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-60994 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-60996 .fa, #section-60996 .fa-regular,#section-60996 .fa-solid,#section-60996 .fa-light,#section-60996 .fa-thin,#section-60996 .fa-duotone { color: #325F55 !important;}
#section-60996 h2{margin-bottom:70px;}
#section-60996 
{padding-top:20px;}
#section-60997 .fa, #section-60997 .fa-regular,#section-60997 .fa-solid,#section-60997 .fa-light,#section-60997 .fa-thin,#section-60997 .fa-duotone { color: #325F55 !important;}
#section-60997 {padding-top:0;}
#section-60998 .fa, #section-60998 .fa-regular,#section-60998 .fa-solid,#section-60998 .fa-light,#section-60998 .fa-thin,#section-60998 .fa-duotone { color: #AAAAAA !important;}
#section-60998 h2{margin-bottom:70px;}
#section-60998 
{padding-top:20px;}
#section-60999 { background-color: #444444;}
#section-60999 h1 { color: #FFFFFF;}
#section-60999 h2 { color: #FFFFFF;}
#section-60999 h3 { color: #FFFFFF;}
#section-60999 p { color: #EEEEEE;}
#section-60999 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61001 h1 { color: #FFFFFF;}
#section-61001 h2 { color: #FFFFFF;}
#section-61001 h3 { color: #FFFFFF;}
#section-61001 p { color: #EEEEEE;}
#section-61002 h1 { color: #FFFFFF;}
#section-61002 h2 { color: #FFFFFF;}
#section-61002 h3 { color: #FFFFFF;}
#section-61002 p { color: #FFFFFF;}
#section-61002 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61002 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61004 .fa, #section-61004 .fa-regular,#section-61004 .fa-solid,#section-61004 .fa-light,#section-61004 .fa-thin,#section-61004 .fa-duotone { color: #325F55 !important;}
#section-61004 h2{margin-bottom:70px;}
#section-61004 
{padding-top:20px;}
#section-61005 .fa, #section-61005 .fa-regular,#section-61005 .fa-solid,#section-61005 .fa-light,#section-61005 .fa-thin,#section-61005 .fa-duotone { color: #325F55 !important;}
#section-61005 {padding-top:0;}
#section-61006 .fa, #section-61006 .fa-regular,#section-61006 .fa-solid,#section-61006 .fa-light,#section-61006 .fa-thin,#section-61006 .fa-duotone { color: #AAAAAA !important;}
#section-61006 h2{margin-bottom:70px;}
#section-61006 
{padding-top:20px;}
#section-61007 { background-color: #444444;}
#section-61007 h1 { color: #FFFFFF;}
#section-61007 h2 { color: #FFFFFF;}
#section-61007 h3 { color: #FFFFFF;}
#section-61007 p { color: #EEEEEE;}
#section-61007 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61009 h1 { color: #FFFFFF;}
#section-61009 h2 { color: #FFFFFF;}
#section-61009 h3 { color: #FFFFFF;}
#section-61009 p { color: #EEEEEE;}
#section-61010 h1 { color: #FFFFFF;}
#section-61010 h2 { color: #FFFFFF;}
#section-61010 h3 { color: #FFFFFF;}
#section-61010 p { color: #FFFFFF;}
#section-61010 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61010 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61012 .fa, #section-61012 .fa-regular,#section-61012 .fa-solid,#section-61012 .fa-light,#section-61012 .fa-thin,#section-61012 .fa-duotone { color: #325F55 !important;}
#section-61012 h2{margin-bottom:70px;}
#section-61012 
{padding-top:20px;}
#section-61013 .fa, #section-61013 .fa-regular,#section-61013 .fa-solid,#section-61013 .fa-light,#section-61013 .fa-thin,#section-61013 .fa-duotone { color: #325F55 !important;}
#section-61013 {padding-top:0;}
#section-61014 .fa, #section-61014 .fa-regular,#section-61014 .fa-solid,#section-61014 .fa-light,#section-61014 .fa-thin,#section-61014 .fa-duotone { color: #AAAAAA !important;}
#section-61014 h2{margin-bottom:70px;}
#section-61014 
{padding-top:20px;}
#section-61015 { background-color: #444444;}
#section-61015 h1 { color: #FFFFFF;}
#section-61015 h2 { color: #FFFFFF;}
#section-61015 h3 { color: #FFFFFF;}
#section-61015 p { color: #EEEEEE;}
#section-61015 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61017 h1 { color: #FFFFFF;}
#section-61017 h2 { color: #FFFFFF;}
#section-61017 h3 { color: #FFFFFF;}
#section-61017 p { color: #EEEEEE;}
#section-61018 h1 { color: #FFFFFF;}
#section-61018 h2 { color: #FFFFFF;}
#section-61018 h3 { color: #FFFFFF;}
#section-61018 p { color: #FFFFFF;}
#section-61018 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61018 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61020 .fa, #section-61020 .fa-regular,#section-61020 .fa-solid,#section-61020 .fa-light,#section-61020 .fa-thin,#section-61020 .fa-duotone { color: #325F55 !important;}
#section-61020 h2{margin-bottom:70px;}
#section-61020 
{padding-top:20px;}
#section-61021 .fa, #section-61021 .fa-regular,#section-61021 .fa-solid,#section-61021 .fa-light,#section-61021 .fa-thin,#section-61021 .fa-duotone { color: #325F55 !important;}
#section-61021 {padding-top:0;}
#section-61022 .fa, #section-61022 .fa-regular,#section-61022 .fa-solid,#section-61022 .fa-light,#section-61022 .fa-thin,#section-61022 .fa-duotone { color: #AAAAAA !important;}
#section-61022 h2{margin-bottom:70px;}
#section-61022 
{padding-top:20px;}
#section-61023 { background-color: #444444;}
#section-61023 h1 { color: #FFFFFF;}
#section-61023 h2 { color: #FFFFFF;}
#section-61023 h3 { color: #FFFFFF;}
#section-61023 p { color: #EEEEEE;}
#section-61023 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61025 h1 { color: #FFFFFF;}
#section-61025 h2 { color: #FFFFFF;}
#section-61025 h3 { color: #FFFFFF;}
#section-61025 p { color: #EEEEEE;}
#section-61026 h1 { color: #FFFFFF;}
#section-61026 h2 { color: #FFFFFF;}
#section-61026 h3 { color: #FFFFFF;}
#section-61026 p { color: #FFFFFF;}
#section-61026 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61026 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61028 .fa, #section-61028 .fa-regular,#section-61028 .fa-solid,#section-61028 .fa-light,#section-61028 .fa-thin,#section-61028 .fa-duotone { color: #325F55 !important;}
#section-61028 h2{margin-bottom:70px;}
#section-61028 
{padding-top:20px;}
#section-61029 .fa, #section-61029 .fa-regular,#section-61029 .fa-solid,#section-61029 .fa-light,#section-61029 .fa-thin,#section-61029 .fa-duotone { color: #325F55 !important;}
#section-61029 {padding-top:0;}
#section-61030 .fa, #section-61030 .fa-regular,#section-61030 .fa-solid,#section-61030 .fa-light,#section-61030 .fa-thin,#section-61030 .fa-duotone { color: #AAAAAA !important;}
#section-61030 h2{margin-bottom:70px;}
#section-61030 
{padding-top:20px;}
#section-61031 { background-color: #444444;}
#section-61031 h1 { color: #FFFFFF;}
#section-61031 h2 { color: #FFFFFF;}
#section-61031 h3 { color: #FFFFFF;}
#section-61031 p { color: #EEEEEE;}
#section-61031 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61033 h1 { color: #FFFFFF;}
#section-61033 h2 { color: #FFFFFF;}
#section-61033 h3 { color: #FFFFFF;}
#section-61033 p { color: #EEEEEE;}
#section-61034 h1 { color: #FFFFFF;}
#section-61034 h2 { color: #FFFFFF;}
#section-61034 h3 { color: #FFFFFF;}
#section-61034 p { color: #FFFFFF;}
#section-61034 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61034 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61036 .fa, #section-61036 .fa-regular,#section-61036 .fa-solid,#section-61036 .fa-light,#section-61036 .fa-thin,#section-61036 .fa-duotone { color: #325F55 !important;}
#section-61036 h2{margin-bottom:70px;}
#section-61036 
{padding-top:20px;}
#section-61037 .fa, #section-61037 .fa-regular,#section-61037 .fa-solid,#section-61037 .fa-light,#section-61037 .fa-thin,#section-61037 .fa-duotone { color: #325F55 !important;}
#section-61037 {padding-top:0;}
#section-61038 .fa, #section-61038 .fa-regular,#section-61038 .fa-solid,#section-61038 .fa-light,#section-61038 .fa-thin,#section-61038 .fa-duotone { color: #AAAAAA !important;}
#section-61038 h2{margin-bottom:70px;}
#section-61038 
{padding-top:20px;}
#section-61039 { background-color: #444444;}
#section-61039 h1 { color: #FFFFFF;}
#section-61039 h2 { color: #FFFFFF;}
#section-61039 h3 { color: #FFFFFF;}
#section-61039 p { color: #EEEEEE;}
#section-61039 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61041 h1 { color: #FFFFFF;}
#section-61041 h2 { color: #FFFFFF;}
#section-61041 h3 { color: #FFFFFF;}
#section-61041 p { color: #EEEEEE;}
#section-61042 h1 { color: #FFFFFF;}
#section-61042 h2 { color: #FFFFFF;}
#section-61042 h3 { color: #FFFFFF;}
#section-61042 p { color: #FFFFFF;}
#section-61042 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61042 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61044 .fa, #section-61044 .fa-regular,#section-61044 .fa-solid,#section-61044 .fa-light,#section-61044 .fa-thin,#section-61044 .fa-duotone { color: #325F55 !important;}
#section-61044 h2{margin-bottom:70px;}
#section-61044 
{padding-top:20px;}
#section-61045 .fa, #section-61045 .fa-regular,#section-61045 .fa-solid,#section-61045 .fa-light,#section-61045 .fa-thin,#section-61045 .fa-duotone { color: #325F55 !important;}
#section-61045 {padding-top:0;}
#section-61046 .fa, #section-61046 .fa-regular,#section-61046 .fa-solid,#section-61046 .fa-light,#section-61046 .fa-thin,#section-61046 .fa-duotone { color: #AAAAAA !important;}
#section-61046 h2{margin-bottom:70px;}
#section-61046 
{padding-top:20px;}
#section-61047 { background-color: #444444;}
#section-61047 h1 { color: #FFFFFF;}
#section-61047 h2 { color: #FFFFFF;}
#section-61047 h3 { color: #FFFFFF;}
#section-61047 p { color: #EEEEEE;}
#section-61047 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61049 h1 { color: #FFFFFF;}
#section-61049 h2 { color: #FFFFFF;}
#section-61049 h3 { color: #FFFFFF;}
#section-61049 p { color: #EEEEEE;}
#section-61050 h1 { color: #FFFFFF;}
#section-61050 h2 { color: #FFFFFF;}
#section-61050 h3 { color: #FFFFFF;}
#section-61050 p { color: #FFFFFF;}
#section-61050 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-61050 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-61052 .fa, #section-61052 .fa-regular,#section-61052 .fa-solid,#section-61052 .fa-light,#section-61052 .fa-thin,#section-61052 .fa-duotone { color: #325F55 !important;}
#section-61052 h2{margin-bottom:70px;}
#section-61052 
{padding-top:20px;}
#section-61053 .fa, #section-61053 .fa-regular,#section-61053 .fa-solid,#section-61053 .fa-light,#section-61053 .fa-thin,#section-61053 .fa-duotone { color: #325F55 !important;}
#section-61053 {padding-top:0;}
#section-61054 .fa, #section-61054 .fa-regular,#section-61054 .fa-solid,#section-61054 .fa-light,#section-61054 .fa-thin,#section-61054 .fa-duotone { color: #AAAAAA !important;}
#section-61054 h2{margin-bottom:70px;}
#section-61054 
{padding-top:20px;}
#section-61055 { background-color: #444444;}
#section-61055 h1 { color: #FFFFFF;}
#section-61055 h2 { color: #FFFFFF;}
#section-61055 h3 { color: #FFFFFF;}
#section-61055 p { color: #EEEEEE;}
#section-61055 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-61057 h1 { color: #FFFFFF;}
#section-61057 h2 { color: #FFFFFF;}
#section-61057 h3 { color: #FFFFFF;}
#section-61057 p { color: #EEEEEE;}
#section-61058 { background-image: url(/sites/site0347/media/backgrounds/hd_slider010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-61058 h1{font-size:40px;}
#section-61058 
zitat{color:#555;}
#section-61058 
{background-position:top center;}
#section-62037 h1 { color: #3c3c3b;}
#section-62037 h2 { color: #3c3c3b;}
#section-62037 h3 { color: #3c3c3b;}
#section-62037 img{width:300px;}
#section-62037 
{text-align:center;}
#section-62623 h1 { color: #FFFFFF;}
#section-62623 h2 { color: #FFFFFF;}
#section-62623 h3 { color: #FFFFFF;}
#section-62623 p { color: #FFFFFF;}
#section-62623 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62623 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62625 .fa, #section-62625 .fa-regular,#section-62625 .fa-solid,#section-62625 .fa-light,#section-62625 .fa-thin,#section-62625 .fa-duotone { color: #325F55 !important;}
#section-62625 h2{margin-bottom:70px;}
#section-62625 
{padding-top:20px;}
#section-62626 .fa, #section-62626 .fa-regular,#section-62626 .fa-solid,#section-62626 .fa-light,#section-62626 .fa-thin,#section-62626 .fa-duotone { color: #325F55 !important;}
#section-62626 {padding-top:0;}
#section-62627 .fa, #section-62627 .fa-regular,#section-62627 .fa-solid,#section-62627 .fa-light,#section-62627 .fa-thin,#section-62627 .fa-duotone { color: #AAAAAA !important;}
#section-62627 h2{margin-bottom:70px;}
#section-62627 
{padding-top:20px;}
#section-62628 { background-color: #444444;}
#section-62628 h1 { color: #FFFFFF;}
#section-62628 h2 { color: #FFFFFF;}
#section-62628 h3 { color: #FFFFFF;}
#section-62628 p { color: #EEEEEE;}
#section-62628 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62630 h1 { color: #FFFFFF;}
#section-62630 h2 { color: #FFFFFF;}
#section-62630 h3 { color: #FFFFFF;}
#section-62630 p { color: #EEEEEE;}
#section-62631 h1 { color: #FFFFFF;}
#section-62631 h2 { color: #FFFFFF;}
#section-62631 h3 { color: #FFFFFF;}
#section-62631 p { color: #FFFFFF;}
#section-62631 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62631 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62633 .fa, #section-62633 .fa-regular,#section-62633 .fa-solid,#section-62633 .fa-light,#section-62633 .fa-thin,#section-62633 .fa-duotone { color: #325F55 !important;}
#section-62633 h2{margin-bottom:70px;}
#section-62633 
{padding-top:20px;}
#section-62634 .fa, #section-62634 .fa-regular,#section-62634 .fa-solid,#section-62634 .fa-light,#section-62634 .fa-thin,#section-62634 .fa-duotone { color: #325F55 !important;}
#section-62634 {padding-top:0;}
#section-62635 .fa, #section-62635 .fa-regular,#section-62635 .fa-solid,#section-62635 .fa-light,#section-62635 .fa-thin,#section-62635 .fa-duotone { color: #AAAAAA !important;}
#section-62635 h2{margin-bottom:70px;}
#section-62635 
{padding-top:20px;}
#section-62636 { background-color: #444444;}
#section-62636 h1 { color: #FFFFFF;}
#section-62636 h2 { color: #FFFFFF;}
#section-62636 h3 { color: #FFFFFF;}
#section-62636 p { color: #EEEEEE;}
#section-62636 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62638 h1 { color: #FFFFFF;}
#section-62638 h2 { color: #FFFFFF;}
#section-62638 h3 { color: #FFFFFF;}
#section-62638 p { color: #EEEEEE;}
#section-62640 h1 { color: #FFFFFF;}
#section-62640 h2 { color: #FFFFFF;}
#section-62640 h3 { color: #FFFFFF;}
#section-62640 p { color: #FFFFFF;}
#section-62640 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62640 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62642 .fa, #section-62642 .fa-regular,#section-62642 .fa-solid,#section-62642 .fa-light,#section-62642 .fa-thin,#section-62642 .fa-duotone { color: #325F55 !important;}
#section-62642 h2{margin-bottom:70px;}
#section-62642 
{padding-top:20px;}
#section-62643 .fa, #section-62643 .fa-regular,#section-62643 .fa-solid,#section-62643 .fa-light,#section-62643 .fa-thin,#section-62643 .fa-duotone { color: #325F55 !important;}
#section-62643 {padding-top:0;}
#section-62644 .fa, #section-62644 .fa-regular,#section-62644 .fa-solid,#section-62644 .fa-light,#section-62644 .fa-thin,#section-62644 .fa-duotone { color: #AAAAAA !important;}
#section-62644 h2{margin-bottom:70px;}
#section-62644 
{padding-top:20px;}
#section-62645 { background-color: #444444;}
#section-62645 h1 { color: #FFFFFF;}
#section-62645 h2 { color: #FFFFFF;}
#section-62645 h3 { color: #FFFFFF;}
#section-62645 p { color: #EEEEEE;}
#section-62645 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62647 h1 { color: #FFFFFF;}
#section-62647 h2 { color: #FFFFFF;}
#section-62647 h3 { color: #FFFFFF;}
#section-62647 p { color: #EEEEEE;}
#section-62648 .fa, #section-62648 .fa-regular,#section-62648 .fa-solid,#section-62648 .fa-light,#section-62648 .fa-thin,#section-62648 .fa-duotone { color: #325F55 !important;}
#section-62648 {padding-top:0;}
#section-62650 {padding-top:20px;}
#section-62651 {padding-top:20px;}
#section-62652 {padding-top:20px;}
#section-62653 {padding-top:20px;}
#section-62654 {padding-top:20px;}
#section-62655 {padding-top:20px;}
#section-62656 {padding-top:20px;}
#section-62657 {padding-top:20px;}
#section-62658 h1 { color: #FFFFFF;}
#section-62658 h2 { color: #FFFFFF;}
#section-62658 h3 { color: #FFFFFF;}
#section-62658 p { color: #FFFFFF;}
#section-62658 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62658 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62660 {padding-top:20px;}
#section-62661 .fa, #section-62661 .fa-regular,#section-62661 .fa-solid,#section-62661 .fa-light,#section-62661 .fa-thin,#section-62661 .fa-duotone { color: #325F55 !important;}
#section-62661 h2{margin-bottom:70px;}
#section-62661 
{padding-top:20px;}
#section-62662 .fa, #section-62662 .fa-regular,#section-62662 .fa-solid,#section-62662 .fa-light,#section-62662 .fa-thin,#section-62662 .fa-duotone { color: #325F55 !important;}
#section-62662 {padding-top:0;}
#section-62663 .fa, #section-62663 .fa-regular,#section-62663 .fa-solid,#section-62663 .fa-light,#section-62663 .fa-thin,#section-62663 .fa-duotone { color: #AAAAAA !important;}
#section-62663 h2{margin-bottom:70px;}
#section-62663 
{padding-top:20px;}
#section-62664 { background-color: #444444;}
#section-62664 h1 { color: #FFFFFF;}
#section-62664 h2 { color: #FFFFFF;}
#section-62664 h3 { color: #FFFFFF;}
#section-62664 p { color: #EEEEEE;}
#section-62664 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62666 h1 { color: #FFFFFF;}
#section-62666 h2 { color: #FFFFFF;}
#section-62666 h3 { color: #FFFFFF;}
#section-62666 p { color: #EEEEEE;}
#section-62672 .fa, #section-62672 .fa-regular,#section-62672 .fa-solid,#section-62672 .fa-light,#section-62672 .fa-thin,#section-62672 .fa-duotone { color: #AAAAAA !important;}
#section-62672 h2{margin-bottom:70px;}
#section-62672 
{padding-top:20px;}
#section-62673 { background-color: #444444;}
#section-62673 h1 { color: #FFFFFF;}
#section-62673 h2 { color: #FFFFFF;}
#section-62673 h3 { color: #FFFFFF;}
#section-62673 p { color: #EEEEEE;}
#section-62673 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-62675 h1 { color: #FFFFFF;}
#section-62675 h2 { color: #FFFFFF;}
#section-62675 h3 { color: #FFFFFF;}
#section-62675 p { color: #EEEEEE;}
#section-62676 h1 { color: #FFFFFF;}
#section-62676 h2 { color: #FFFFFF;}
#section-62676 h3 { color: #FFFFFF;}
#section-62676 p { color: #FFFFFF;}
#section-62676 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62676 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62677 h1 { color: #FFFFFF;}
#section-62677 h2 { color: #FFFFFF;}
#section-62677 h3 { color: #FFFFFF;}
#section-62677 p { color: #FFFFFF;}
#section-62677 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62677 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}
#section-62678 h2{margin-bottom:70px;}
#section-62679 {padding-top:0px;}
#section-62957 h1 { color: #FFFFFF;}
#section-62957 h2 { color: #FFFFFF;}
#section-62957 h3 { color: #FFFFFF;}
#section-62957 p { color: #FFFFFF;}
#section-62957 {background:linear-gradient(to bottom right,#124036,#325F55);}
#section-62957 
.large-12:first-child{background-color:rgba(255,255,255,0.3);padding:20px;margin: 0;}

/* Custom Styles */

h5#logo-center{height:130px;}
header{padding:5px 0 0px 0;}
header .row {max-width: 80% !important;}

.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+1) a {background:#325F55;color:white;border-radius:5px;margin-left:15px;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+1) a:hover{color:white !important;}

body a:hover{color:black;}

.button{font-size:16px;border-radius:8px;border-radius:13px;border:1px solid rgba(255,255,255,0.45);box-shadow: 0 0 4px rgba(255,255,255,0.8);}


.top-bar-right {text-transform:uppercase;font-weight:500;}

.button:hover{border:1px solid rgba(128,169,214,0.8);box-shadow: 0 0 4px rgba(255,255,255,0.8);}

h1,h2,h3{font-style:italic;}

footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:26px;color:#325F55;font-family:Cormorant Garamond;font-style:italic;line-height:30px;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
zitat{font-size:26px;color:#777;font-family:Cormorant Garamond;font-style:italic;line-height:30px;}

.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:20px;color:#00514C;}

.kontakt_mobile_fixed{display:none;}



/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}
#section-60486{background-image:none;} /* Slider Startseite mobil */
#section-61058{background-image:none;} /* Slider Startseite mobil */
.kontakt_mobile_fixed{display:block;position:fixed;bottom:0;width:100%;height:65px;line-height:65px;background:#EEE;text-align:center;font-family:Montserrat;font-size:16px;color:#FFF;box-shadow:2px -5px 3px #BBB;}
.cd-top{bottom:80px !important;}
}