




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

@import url('/engine/fonts/Ephesis.css');
@import url('/engine/fonts/Gentium-Book-Basic.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: 20px;
}

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


h1 {
	font-size: 60px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

header, .sticky {
	background:#005f6a;
}


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

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

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

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

footer a {
	color: #444444;
}

footer a:hover {
	color: #444444;
}

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

header .menu a,
.row_icons {
	color:#FFFFFF;
    font-size: 20px;
    font-family: 'Gentium Book Basic';
}

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


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #005f6a;
	font-family: 'Gentium Book Basic';
	font-size: 20px;
	background:#007b89;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #f2e9ba;
	background:#005f6a;
	border: 0;
}

.tabs-title a:hover {
	color: #f2e9ba;
	background:#005f6a;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #005f6a;
color: #f2e9ba;
}

header .menu a:hover {
		/* color: #fffff1 !important; */
		color: #fffff1 !important;
	/* color: #fffff1 !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: #005f6a;
}
	
footer a {
	color:#444444;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#007b89;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#005f6a;
}

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

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

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

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




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

body {
	font-family: 'Gentium Book Basic';
	font-style: normal;
}

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

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

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

.flexslider .slides .slide-text h2{
	font-family: 'Ephesis';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #005f6a;
}



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

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






.row_testimonials .flexslider h2 {
	color:#005f6a;
	font-size: 50px;
    margin: 0 0 25px 0;
}

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

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

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

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

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

.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: 20px;
    font-family: Gentium Book Basicpx;
}

.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: Gentium Book Basic;
    color: #444444;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Gentium Book Basic;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Gentium Book Basic;
	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: Gentium Book Basic;
	 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-38654 { background-image: url(/sites/site0273/media/backgrounds/hd_start-neu.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-38654 h1{font-size:65px;}
#section-38654 
p{font-size:20px;}
#section-38654 
subhead{color:white;}
#section-38654 
li{color:#eee;}
#section-38654 
{background-position:top left 30%;border-bottom:1px solid #ddd;}
#section-38656 .fa, #section-38656 .fa-regular,#section-38656 .fa-solid,#section-38656 .fa-light,#section-38656 .fa-thin,#section-38656 .fa-duotone { color: #f2e9ba !important;}
#section-38656 {display:none;}
#section-erwachsene-kinder-senioren h2{margin-bottom:40px;}
#section-erwachsene-kinder-senioren 
img{border-radius:15px;}
#section-ueber-mich-snippet { background-color: #444444;}
#section-ueber-mich-snippet img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-ueber-mich-snippet 
{background:linear-gradient(to bottom right,#f7f0ce,#f2e9ba);}
#section-38661 .fa, #section-38661 .fa-regular,#section-38661 .fa-solid,#section-38661 .fa-light,#section-38661 .fa-thin,#section-38661 .fa-duotone { color: #f2e9ba !important;}
#section-38661 h2{margin-bottom:50px;}
#section-38662 .fa, #section-38662 .fa-regular,#section-38662 .fa-solid,#section-38662 .fa-light,#section-38662 .fa-thin,#section-38662 .fa-duotone { color: #f2e9ba !important;}
#section-38662 h2{margin-bottom:50px;}
#section-38662 
{padding-top:0;}
#section-vorlage-kontaktform-gruen h1 { color: #FFFFFF;}
#section-vorlage-kontaktform-gruen h2 { color: #FFFFFF;}
#section-vorlage-kontaktform-gruen h3 { color: #FFFFFF;}
#section-vorlage-kontaktform-gruen p { color: #EEEEEE;}
#section-vorlage-kontaktform-gruen .button, .button a { color: #005f6a;}
#section-vorlage-kontaktform-gruen .button, .button a { background-color: #FFFFFF;}
#section-vorlage-kontaktform-gruen {background:linear-gradient(to bottom right,#005f6a,#4e8f97);}
#section-vorlage-kontaktform-gruen 
.button{font-size:20px;}
#section-map iframe{width:95%;}
#section-38666 { background-image: url(/sites/site0273/media/backgrounds/hd_back_psychotherapie.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-38666 .large-8:nth-child(1){background-color:rgba(255,255,255,0.8);padding:20px;margin: 0;border-radius:10px;}
#section-38666 
img{border-radius:10px;border:10px solid rgba(255,255,255,0.8);}
#section-38666 
{border-bottom:10px solid white;}
#section-38670 { background-color: #444444;}
#section-38670 h1 { color: #FFFFFF;}
#section-38670 h2 { color: #FFFFFF;}
#section-38670 h3 { color: #FFFFFF;}
#section-38670 p { color: #EEEEEE;}
#section-38670 img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-38672 h1 { color: #FFFFFF;}
#section-38672 h2 { color: #FFFFFF;}
#section-38672 h3 { color: #FFFFFF;}
#section-38672 p { color: #EEEEEE;}
#section-38674 h1{margin-bottom:20px;}
#section-38674 
bloghead{font-weight:bold;}
#section-38674 
img{border-radius:15px;}
#section-38677 h1{margin-bottom:20px;}
#section-38677 
bloghead{font-weight:bold;}
#section-38677 
img{border-radius:15px;}
#section-38692 .fa, #section-38692 .fa-regular,#section-38692 .fa-solid,#section-38692 .fa-light,#section-38692 .fa-thin,#section-38692 .fa-duotone { color: #f2e9ba !important;}
#section-38692 h4{font-size:30px;}
#section-38692 
{padding-top:0;}
#section-38693 h1 { color: #FFFFFF;}
#section-38693 h2 { color: #FFFFFF;}
#section-38693 h3 { color: #FFFFFF;}
#section-38693 p { color: #EEEEEE;}
#section-38695 { background-color: #EEEEEE;}
#section-39379 .fa, #section-39379 .fa-regular,#section-39379 .fa-solid,#section-39379 .fa-light,#section-39379 .fa-thin,#section-39379 .fa-duotone { color: #f2e9ba !important;}
#section-39379 h2{margin-bottom:50px;}
#section-39379 
{padding-top:0;}
#section-39380 .fa, #section-39380 .fa-regular,#section-39380 .fa-solid,#section-39380 .fa-light,#section-39380 .fa-thin,#section-39380 .fa-duotone { color: #f2e9ba !important;}
#section-39380 h2{margin-bottom:50px;}
#section-39380 
{padding-top:0;}
#section-39383 .fa, #section-39383 .fa-regular,#section-39383 .fa-solid,#section-39383 .fa-light,#section-39383 .fa-thin,#section-39383 .fa-duotone { color: #f2e9ba !important;}
#section-39383 h2{margin-bottom:50px;}
#section-39383 
{padding-top:0;}
#section-39384 .fa, #section-39384 .fa-regular,#section-39384 .fa-solid,#section-39384 .fa-light,#section-39384 .fa-thin,#section-39384 .fa-duotone { color: #f2e9ba !important;}
#section-39384 h2{margin-bottom:50px;}
#section-39384 
{padding-top:0;}
#section-39385 .fa, #section-39385 .fa-regular,#section-39385 .fa-solid,#section-39385 .fa-light,#section-39385 .fa-thin,#section-39385 .fa-duotone { color: #f2e9ba !important;}
#section-39385 h2{margin-bottom:50px;}
#section-39385 
{padding-top:0;}
#section-39386 h1{font-size:50px;}
#section-39386 
p{font-size:20px;}
#section-39386 
subhead{color:white;}
#section-39386 
li{color:#444444; font-size:20px;}
#section-39386 
{background-position:top left 30%;}
#section-39386 
img{border-radius:10px;border:10px solid #f2e9ba;}
#section-schwerpunkte1 .fa, #section-schwerpunkte1 .fa-regular,#section-schwerpunkte1 .fa-solid,#section-schwerpunkte1 .fa-light,#section-schwerpunkte1 .fa-thin,#section-schwerpunkte1 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte1 h2{margin-bottom:50px;}
#section-schwerpunkte2 .fa, #section-schwerpunkte2 .fa-regular,#section-schwerpunkte2 .fa-solid,#section-schwerpunkte2 .fa-light,#section-schwerpunkte2 .fa-thin,#section-schwerpunkte2 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte2 h2{margin-bottom:50px;}
#section-schwerpunkte2 
{padding-top:0;}
#section-schwerpunkte3 .fa, #section-schwerpunkte3 .fa-regular,#section-schwerpunkte3 .fa-solid,#section-schwerpunkte3 .fa-light,#section-schwerpunkte3 .fa-thin,#section-schwerpunkte3 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte3 h2{margin-bottom:50px;}
#section-schwerpunkte3 
{padding-top:0;}
#section-schwerpunkte4 .fa, #section-schwerpunkte4 .fa-regular,#section-schwerpunkte4 .fa-solid,#section-schwerpunkte4 .fa-light,#section-schwerpunkte4 .fa-thin,#section-schwerpunkte4 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte4 h2{margin-bottom:50px;}
#section-schwerpunkte4 
{padding-top:0;}
#section-schwerpunkte5 .fa, #section-schwerpunkte5 .fa-regular,#section-schwerpunkte5 .fa-solid,#section-schwerpunkte5 .fa-light,#section-schwerpunkte5 .fa-thin,#section-schwerpunkte5 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte5 h2{margin-bottom:50px;}
#section-schwerpunkte5 
{padding-top:0;}
#section-schwerpunkte6 .fa, #section-schwerpunkte6 .fa-regular,#section-schwerpunkte6 .fa-solid,#section-schwerpunkte6 .fa-light,#section-schwerpunkte6 .fa-thin,#section-schwerpunkte6 .fa-duotone { color: #f2e9ba !important;}
#section-schwerpunkte6 h2{margin-bottom:50px;}
#section-schwerpunkte6 
{padding-top:0;}
#section-39398 h1{margin-bottom:20px;}
#section-39398 
bloghead{font-weight:bold;}
#section-39398 
img{border-radius:15px;}
#section-39402 h1{margin-bottom:20px;}
#section-39402 
bloghead{font-weight:bold;}
#section-39402 
img{border-radius:15px;}
#section-39405 h1{margin-bottom:20px;}
#section-39405 
bloghead{font-weight:bold;}
#section-39405 
img{border-radius:15px;}
#section-39410 h1{margin-bottom:20px;}
#section-39410 
bloghead{font-weight:bold;}
#section-39410 
img{border-radius:15px;}
#section-39413 h1{margin-bottom:20px;}
#section-39413 
bloghead{font-weight:bold;}
#section-39413 
img{border-radius:15px;}
#section-39416 h1{margin-bottom:20px;}
#section-39416 
bloghead{font-weight:bold;}
#section-39416 
img{border-radius:15px;}
#section-39419 h1{margin-bottom:20px;}
#section-39419 
bloghead{font-weight:bold;}
#section-39419 
img{border-radius:15px;}
#section-39422 h1{margin-bottom:20px;}
#section-39422 
bloghead{font-weight:bold;}
#section-39422 
img{border-radius:15px;}
#section-39425 h1{margin-bottom:20px;}
#section-39425 
bloghead{font-weight:bold;}
#section-39425 
img{border-radius:15px;}
#section-39428 h1{margin-bottom:20px;}
#section-39428 
bloghead{font-weight:bold;}
#section-39428 
img{border-radius:15px;}
#section-39431 h1{margin-bottom:20px;}
#section-39431 
bloghead{font-weight:bold;}
#section-39431 
img{border-radius:15px;}
#section-39434 h1{margin-bottom:20px;}
#section-39434 
bloghead{font-weight:bold;}
#section-39434 
img{border-radius:15px;}
#section-39437 h1{margin-bottom:20px;}
#section-39437 
bloghead{font-weight:bold;}
#section-39437 
img{border-radius:15px;}
#section-39440 h1{margin-bottom:20px;}
#section-39440 
bloghead{font-weight:bold;}
#section-39440 
img{border-radius:15px;}
#section-39443 h1{margin-bottom:20px;}
#section-39443 
bloghead{font-weight:bold;}
#section-39443 
img{border-radius:15px;}
#section-39446 h1{margin-bottom:20px;}
#section-39446 
bloghead{font-weight:bold;}
#section-39446 
img{border-radius:15px;}
#section-39449 h1{margin-bottom:20px;}
#section-39449 
bloghead{font-weight:bold;}
#section-39449 
img{border-radius:15px;}
#section-39452 h1{margin-bottom:20px;}
#section-39452 
bloghead{font-weight:bold;}
#section-39452 
img{border-radius:15px;}
#section-39455 h1{margin-bottom:20px;}
#section-39455 
bloghead{font-weight:bold;}
#section-39455 
img{border-radius:15px;}
#section-39458 img{border-radius:50%;border:10px solid #f2e9ba;}
#section-39458 
.fa-solid{font-size:60px;color:#f2e9ba;}
#section-39458 
{padding-bottom:0px;}
#section-39460 img{border-radius:10px;}
#section-39460 
{padding-top:0;}
#section-39462 h2{margin-bottom:50px;}
#section-39462 
{background:linear-gradient(to bottom right,#f7f0ce,#f2e9ba);}
#section-39463 { background-color: #005f6a;}
#section-39463 h1 { color: #FFFFFF;}
#section-39463 h2 { color: #FFFFFF;}
#section-39463 h3 { color: #FFFFFF;}
#section-39463 p { color: #FFFFFF;}
#section-39465 {display:none;}
#section-39717 { background-color: #f2e9ba;}
#section-51362 h1 { color: #ffffff;}
#section-51362 h2 { color: #ffffff;}
#section-51362 h3 { color: #ffffff;}
#section-51362 { background-image: url(/sites/site0273/media/backgrounds/hd_back_psychotherapie.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-59567 h1{margin-bottom:20px;}
#section-59567 
bloghead{font-weight:bold;}
#section-59567 
img{border-radius:15px;}
#section-59570 h1{margin-bottom:20px;}
#section-59570 
bloghead{font-weight:bold;}
#section-59570 
img{border-radius:15px;}
#section-59573 .fa, #section-59573 .fa-regular,#section-59573 .fa-solid,#section-59573 .fa-light,#section-59573 .fa-thin,#section-59573 .fa-duotone { color: #f2e9ba !important;}
#section-59573 h2{margin-bottom:50px;}
#section-59573 
{padding-top:0;}
#section-59574 h1{margin-bottom:20px;}
#section-59574 
bloghead{font-weight:bold;}
#section-59574 
img{border-radius:15px;}
#section-59577 h1{margin-bottom:20px;}
#section-59577 
bloghead{font-weight:bold;}
#section-59577 
img{border-radius:15px;}
#section-59580 h1{margin-bottom:20px;}
#section-59580 
bloghead{font-weight:bold;}
#section-59580 
img{border-radius:15px;}
#section-59583 h1{margin-bottom:20px;}
#section-59583 
bloghead{font-weight:bold;}
#section-59583 
img{border-radius:15px;}
#section-59586 h1{margin-bottom:20px;}
#section-59586 
bloghead{font-weight:bold;}
#section-59586 
img{border-radius:15px;}
#section-59589 h1{margin-bottom:20px;}
#section-59589 
bloghead{font-weight:bold;}
#section-59589 
img{border-radius:15px;}
#section-59592 h1{margin-bottom:20px;}
#section-59592 
bloghead{font-weight:bold;}
#section-59592 
img{border-radius:15px;}
#section-59595 .fa, #section-59595 .fa-regular,#section-59595 .fa-solid,#section-59595 .fa-light,#section-59595 .fa-thin,#section-59595 .fa-duotone { color: #f2e9ba !important;}
#section-59595 h2{margin-bottom:50px;}
#section-59595 
{padding-top:0;}
#section-59596 .fa, #section-59596 .fa-regular,#section-59596 .fa-solid,#section-59596 .fa-light,#section-59596 .fa-thin,#section-59596 .fa-duotone { color: #f2e9ba !important;}
#section-59596 h2{margin-bottom:50px;}
#section-59596 
{padding-top:0;}
#section-59597 .fa, #section-59597 .fa-regular,#section-59597 .fa-solid,#section-59597 .fa-light,#section-59597 .fa-thin,#section-59597 .fa-duotone { color: #f2e9ba !important;}
#section-59597 h2{margin-bottom:50px;}
#section-59597 
{padding-top:0;}
#section-59598 .fa, #section-59598 .fa-regular,#section-59598 .fa-solid,#section-59598 .fa-light,#section-59598 .fa-thin,#section-59598 .fa-duotone { color: #f2e9ba !important;}
#section-59598 h2{margin-bottom:50px;}
#section-59598 
{padding-top:0;}
#section-59605 h1{margin-bottom:20px;}
#section-59605 
bloghead{font-weight:bold;}
#section-59605 
img{border-radius:15px;}
#section-59740 .fa, #section-59740 .fa-regular,#section-59740 .fa-solid,#section-59740 .fa-light,#section-59740 .fa-thin,#section-59740 .fa-duotone { color: #e9d985 !important;}
#section-59790 .fa, #section-59790 .fa-regular,#section-59790 .fa-solid,#section-59790 .fa-light,#section-59790 .fa-thin,#section-59790 .fa-duotone { color: #e9d985 !important;}

/* Custom Styles */

h5#logo-center{height:80px !important;margin: 30px 0 20px 0;}
h5#logo_footer{width:100%;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+2) a {padding: 5px;}

h2{margin-top:0;}

.button{font-size:18px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
footer{border-top:1px solid #998888;}
subhead{font-size:24px;color:#333;}
bloghead{font-size:24px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
.button{font-size:16px;}
zitat{font-size:24px;color:#888;}

small {font-family:Gentium Book Basic;color:#888 !important;font-size:20px;}
.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:20px;color:#B1C677;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){

#section-39465{display:block;} /* Bild Startseite mobil */
#section-38654{background-image:none;}
#section-38656{display:block;} /* kontakt start mobil */
}