<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* colors
------------------------------------------------*/
:root {
	--color-1: #fff; /* weiß */
	--color-2: #38416d; /* blau Text */
	--color-3: #9bac4a; /* grün Text  #A5BE00 */ 
	--color-4: #05668d; /* Lapis Lazuli / Hintergrund Personen */
	--color-5: #070b17; /* blauschwarz / Hintergrund Kontakt */
	
	--color-7: #6BBF59; /* hellgrün / Mantis (Gottesanbeterin)*/
}

/* --------------------------------------------------- */

/* fonts
--------------------------------------*/
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* --------------------------------------------------- */
html { scroll-behavior: smooth; }

body, html, header, div, ul{margin:0; padding:0;}
img { max-width: 100%; height: auto; } 

body{
	color: var(--color-2);
	font-family: 'Open Sans', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 700;
	font-size: 18px; line-height: 170%;
	background-color: var(--color-1);
}
.link1 {color: var(--color-2);} .link1:hover {color: var(--color-4);}
strong{font-weight: 700;}
.link1, .datenschutz a {color: var(--color-2); text-decoration: none; border-bottom: solid 3px #9d989e;}

/* Text 
--------------------------------------------------- */


/*.text*/
.text11{font-size: 40px; font-weight: bold; opacity: 0.3; color: #272727; }
@media all and (max-width : 640px) {.text11{line-height: 100%;}}
.text12{font-size: 40px; font-weight: bold; opacity: 0.6; color: #fff; }



h1 {font-size: 6vw; color: rgba(255,255,255,0.75); margin:0; padding:60px 20px 40px 20px;}
@media all and (max-width : 1300px) {h1 {font-size: 70px; line-height: 120%; text-align: center; padding:60px 20px 0px 20px;}}
@media all and (max-width : 450px)  {h1 {font-size: 55px;}}	

h2{font-size: 40px; font-weight: bold; opacity: 0.3; color: #272727; line-height: 120%;}
@media all and (max-width : 640px) {h2{line-height: 100%;}}

#Personen h2{ opacity: 1;} /* für img als h2 */

#Kontakt h2 {opacity: 0.6; color: #fff;}


.labelmethod{background:#f7f2f8; color:#736351; color:#151a34; border-bottom: solid 1px #ebe3db; border-radius: 5px 5px 0 0;}


.hero-text-1{ font-size: 2.5vw; line-height: 130%; color: #faebd7; color: #d0d5de; color: #e9edf4; text-align: center; font-weight: bold;}

@media all and (max-width : 1200px) {
	.hero-text-1{font-size: 5vw;}
}
.hero-text-2{ font-size: 56px; line-height: 120%; color: #fff; background-color: rgba(18,21,40,0.5);  text-align: center; font-style: italic; font-weight: bold; padding: 40px; border-radius: 8px;}

@media all and (max-width : 1200px) {
	.hero-text-2{font-size: 5vw;}
}

#endlich strong{color: var(--color-3);}
#Angebote strong{color: var(--color-3);}

#psychotherapie{font-size: 54px; line-height: 100%; color:#7c7d9a;}
@media all and (max-width : 700px) {
	#psychotherapie{font-size: 34px; line-height: 0%;}
}
/* flexbox
--------------------------------------------------- */
.flex-container {
  display: flex;
  flex-direction: row;
	justify-content: space-around;
	max-width: 1700px;
	margin: 0 auto;
}
#flex-navbar{ margin: 0 30px; align-items: center;}	
			
#flex-navbar div:nth-of-type(1) {flex-grow: 1; padding-left: 4%;}
#flex-navbar div:nth-of-type(2) {flex-grow: 3; text-align: right;} 
			
@media all and (max-width : 1100px) {
	#buttonkennenlernen{display: none;}
	#flex-navbar div:nth-of-type(2) {flex-grow: 1; text-align: right;}
}
@media all and (max-width : 650px) {
	#flex-navbar { flex-direction: column; padding-top: 10px;}
	#flex-navbar div:nth-of-type(1) {padding-left: 0%;}
	#flex-navbar div:nth-of-type(2) {padding: 15px 0 25px 0;}
}	
				
#flex-personen &gt; div {
  max-width: 800px;
  margin: 10px;
	width: 50%;
}
			
@media all and (max-width : 900px) {
	#Personen{ padding: 0px 0;}
	#flex-personen { flex-direction: column; padding: 0 15px;}
	#flex-personen &gt; div {
		margin: 0px;
		width: 100%;
	}
}
@media all and (max-width : 500px) {
	label {  padding: 10px 0 10px 10px;}
}


/* blocks
--------------------------------------------------- */

#navbar {
	overflow: hidden;
	background-color: rgba(28,30,36,0.7); /* Seesternewerfer */
	background-color: rgba(5,102,141,0.7);
	color: var(--color-1);
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
 	width: 100%; /* Full width */
	z-index: 20;
}
.nav10{color: var(--color-1); text-decoration: none;}
						
#hero{
	height: 100vh;
	background-image: url('../img/fleger-5.jpg');
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	background-position: center;
	justify-content: center;
	z-index: 10;
}

.schoen{
	max-width: 850px;
	margin: 0px auto 0px auto;
	padding: 80px 20px 50px 20px;
	z-index: 1;
}	

/* Parallax */			
.blank, .other { width: 100%; min-height: 50vh;}
.blank-1{background-image: url(../img/bg-20.jpg); background-repeat: no-repeat;}			
.container {
	/* Paraliax Image Viwport*/
  text-align: center;
  width: 100%;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
	background-repeat: no-repeat;
	/*  this is where the magic happens:  */
  background-attachment: fixed;
}

.second {
  background-image:url(../img/fleger-perspektive.jpg);
  background-attachment: fixed;
}

@media all and (max-width : 1100px) {
	.container {background-size: contain; min-height: 60vh; background-image:url(../img/fleger-perspektive_mittel-2.jpg);}
}
@media all and (max-width : 600px) {
	.container {background-size: contain; min-height: 60vh; background-image:url(../img/fleger-perspektive_klein-3.jpg);}
}

.blank-2{background-image: url(../img/bg-20-b3.jpg); background-repeat: no-repeat; background-color: #fcf8f7;}


/* Personen */
#Personen{ width: 100%; padding: 50px 0; background-color: var(--color-4);  color: var(--color-1);}
#Personen a{ color: var(--color-1);}

/* Footer */	
.kontakt{ width: 100%; background-color: #070b17; line-height: 190%;}
.kontakt a{ color: var(--color-1); text-decoration: none;}
.kontakt-1{
	max-width: 850px;
	margin: 0px auto 0px auto;
	padding: 80px 20px 50px 20px;
	color: #fff;
	z-index: 1;
}


/* navigation */

#down1, #down2, #down3, #down4{ cursor: pointer;}	


/* Acordeon styles
------------------------------------------------------------------------- */
		
.tab {
	position: relative;
	margin-bottom: 12px;
	width: 100%;
	color:#3f3f3f;
	overflow: hidden;
}

input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

label {
	position: relative;
	display: block;
	padding: 10px 0 10px 2em;
	color: #f9ac00;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	color:#151a34; color:#313d77;
	font-weight: bold;
	-webkit-transition: max-height .95s;
	-o-transition: max-height .95s;
	transition: max-height .95s;

}

/* headline */
.label-v2{background-color: rgba(255,249,238,0.74); color:#736351; border-bottom: solid 1px #ebe3db; border-radius: 5px 5px 0 0;}
/* headline - Seite Methoden */
.labelmethod{background:#f7f2f8; color:#736351; color:#151a34; border-bottom: solid 1px #ebe3db; border-radius: 5px 5px 0 0;}

/*content */

.tab-content p { margin-left: 2em; margin-right: 2em; }
.tab-content ul { margin-left: 2.8em; margin-right: 2em; margin-top: 15px;}

/* :checked */

input:checked~ .tab-content { max-height: 300em; }

/* Icon */

label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

input[type=checkbox]+ label::after { content: "+";}
input[type=radio]+ label::after { content: "\25BC";}

input[type=checkbox]:checked+ label::after { transform: rotate(315deg);}
input[type=radio]:checked+ label::after { transform: rotateX(180deg);}

.end { height: 1px; background-color: #ebe3db; margin-top: 25px;}
	
/* End Acordeon styles
------------------------------------------------------------------------- */

/* to top button
------------------------------------------------------------------------- */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9FB800;  
	background-color: #9bac4a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {background-color: #555;}


/* buttons
------------------------------------------------------------------------- */

/* Button Hero __________________________________________________ */			
.buttonClass {
	background: transparent;
	text-decoration: none;
	display: inline-block;
	font-size:22px;
	padding: 20px 50px;
	margin: 0 20px;
	color:rgba(255, 255, 255, 1);
	font-weight:bold;
	border-radius: 6px;
	background:linear-gradient(rgba(161,156,162,0.8), rgba(139,124,142,0.8));
	-webkit-transition: all 2.5s ease-out;
	-moz-transition: all 2.5s ease-out;
	-o-transition: all 2.5s ease-out;
	 transition: all 1.5s ease-out;
}
.buttonClass:hover { background:linear-gradient(rgba(255,255,255,0.8), rgba(139,124,142,0.8)); transform: scale(1.1);}	


/* Button Kontakt __________________________________________________ */				
.custom-btn {
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}		

/* 15 */
.btn-15 {
background:-webkit-linear-gradient(#A5BE00, #5f8700);
background:-o-linear-gradient(#A5BE00, #5f8700);
background:linear-gradient(#A5BE00, #5f8700);
  border: none;
  z-index: 1;
text-decoration: none;
font-size:22px;
padding: 12px 20px;
margin: 10px 0 10px 0px;
color:rgba(255, 255, 255, 1);
font-weight:bold;
border-radius: 10px;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
	border-radius: 10px;
	background:linear-gradient( #05668d, #05668d);
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-15:hover { color: #fff;}
.btn-15:hover:after { left: 0; width: 100%;}
.btn-15:active { top: 2px;}

/* 16 */
.btn-16 {
background:-webkit-linear-gradient(#A5BE00, #5f8700);
background:-o-linear-gradient(#A5BE00, #5f8700);
background:linear-gradient(#f5f5f5, #f1f1f1);
  border: none;
  z-index: 1;
text-decoration: none;
font-size:22px;
padding: 12px 20px;
margin: 10px 0 10px 0px;
color:#05668d;
font-weight:bold;
border-radius: 10px;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
	border-radius: 10px;
	background:linear-gradient( #05668d, #05668d);
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.btn-16:hover { color: #fff;}
.btn-16:hover:after { left: 0; width: 100%;}
.btn-16:active { top: 2px;}			
</pre></body></html>