/* ****Template Name: Neukölln
Description: Berliner Template
Author: Corinna Smidt
Author URI: www.corinnasmidt.de
Version: 1.0*** */


/* ****

CSS INDEX
===================

1. Theme Default CSS / Allgemein
2. Fonts
3. Seitenaufbau Allgemein
4. Header-Area // Logo, Sticky Menue
5. Navigation / Mainmenue-Area  / Footermenue-Area
6. Navigation für responsive Hauptmenue
7. article
8. Über uns
8. Kontakt / Formular
8. Cookie-Info







2. Google font
3. Header-Area
4. Navigation / Mainmenue-Area  / Footermenue-Area
5. Navigation für responsive Hauptmenue
6. Footer-Area
x3. Helper-Class
Button-Style
6. 
7. Vdieo-Box
8. Tabs-list
9. Feature-Box
10.Easy Pie Chart
11. Filter-Controls
12. FIlter-Box
13. Team-Area
14. Price-box
15. Blog-Area
16. Count-Box
17. Footer-Area
18. Preloader
19. Accordion-style
20. Service-Box-Style
21. process-area
22. Testimonials
23. Contact-Area

-----------------------------------------------------------------------------------*/


/* 1. Theme Default CSS / Allgemein  **************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

header, main, article, aside, footer, wrapper, div, nav, section, details, summary, label {
    overflow: hidden;
    display: block;
    border: none;
    outline:none;
    list-style-type: none;
    -webkit-details-marker display: none;
}



html, body {
    color:  #053c59;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'work_sans_lightregular', sans-serif;
    font-size: 100%;
    line-height: 1.6em;
}

body {
    background-color:white;
}

[hidden] {
   display: none;
   }


logo, li, img, .button .button-fixed .button-therapeuten .logo-luebbert, #mehr-erfahren, label  {
    transition: all 300ms; -webkit-transition: all 300ms; -0-transition: all 300ms;}

/* ****** */hr {
    margin-bottom:1em;
    margin-top:1em;
    border:none;
    color:transparent;
    background-color:transparent;
    background-image: url(material/linie.png);
    width: 100%;
    height: 1px;
     
    }

/* ****** */button {
display: inline-block;
height:3em;
width: 100%;
background-color: #043955;
border-radius: 5px;
border:none;
color: #24b4a8;
text-align: center;
margin-top:1.5em;

outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;

}

/* ****** */button:hover {
display: inline-block;
height:3em;
background-color:#aedad5;
outline:none;
border:none;
margin-top:1.5em;
}

/* ****** */label {
display: inline-block;
height:3em;
width: 100%;
background-color: #043955;
border-radius: 5px;
border:none;
color: #24b4a8;
text-align: center;
padding: 0.5em;
margin-top:0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;

}

/* ****** */label:hover {
display: inline-block;
height:3em;
background-color:#aedad5;
margin-top:0.5em;
outline:none;
border:none;
}

/* ****** */.overlay-container {
	position: absolute;
	right: 0;
	top: 1em;
	background-color: rgba(0,0,0,0.5);
	border:none;
	padding: 5em 5em 5em 5em;
	width: 100%;
	height: 100%;
    margin:0 auto;
	overflow: auto;
	display: block;
	opacity: 0;
	z-index: -10;
}

/* ****** */.overlay-container:target {
	opacity: 1;
	z-index: 10;
}

/* ****** */.overlay-text {
    display:flex;
    flex-direction:row;
	position: relative;
	background-color:white;
	border:none;
	padding: 2em 2em 2em 2em;
	overflow: auto;
    min-height: 2em;
    max-width: 90em;
    height: auto;
	margin: 0 auto;
    }

/* ****** */.overlay-text-variante2 {
    display:flex;
    flex-direction:column;
	position: relative;
	background-color:white;
	border:none;
	padding: 2em 2em 2em 2em;
	overflow: auto;
    min-height: 20%;
    max-width: 90em;
    height: auto;
    margin: 0 auto;
    margin-top:2em;
    }

/* ****** */.overlay-spalten-def {
  column-count: 3; 
  column-gap:2em;
  column-width: 270px; 
  background-color:;
  
}

/* ****** */.overlay-spalten-def p {
   text-align: justify; 
   hyphens:auto;
   orphans:3; widows: 3;
   margin-top: 0;
}

.overlay-spalten-def p.text-712, p.text-spezial-normal-hypno, p.text-spezial-normal-hypno-712, p.text-spezial-normal-verhal, p.text-spezial-712-verhal {
   text-align:left; 
   hyphens:auto;
   orphans:3; widows: 3;
   margin-top: 0;
}

/* ****** */.overlay-spalten-def h3 {
  column-span: all;
  }

div, article, li, ul, form, input, lable, table, span, section tr, td, p, summary, details {
	font-family: 'work_sans_lightregular', sans-serif;
	font-style: normal;
	color: #053c59;
	font-weight: normal;
    text-decoration: none;
    border:none;
    outline: none;
    }


img {
  max-width: 100%;
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align:bottom;
  transition: all 300ms; 
    -webkit-transition: all 300ms; 
    -0-transition: all 300ms;
  }

.p-gruen {
  background-color:#e3f1ef;
  padding:1em;
  -webkit-column-break-inside: avoid; 
 }

.p-no-break-inside {
  
  -webkit-column-break-inside: avoid; 
  
  }





  


a { 
    font-family: 'work_sans_lightregular', sans-serif;
    text-decoration: none;
    font-size: 1.1rem;
    margin-bottom: 0.25%;
    line-height: 1.6;
    hyphens:auto;  
    color:#24b4a8;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
    }

a:hover {
    color:#e4f3f1;
	font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
    }

a:visited {
  color: #24b4a8;
  outline:none;
  }

a:active {
  outline: #24b4a8;
  }

a:focus {
  color:  #24b4a8;
  text-decoration: none;
  }

a.kommentar {
  color: hotpink;
  text-decoration: none;
  }

a.schrift-ganz-klein {
   
  font-family: 'work_sans_lightregular', sans-serif;
  text-decoration: none;
  font-size: 0.75rem;
  margin-bottom: 0.25%;
  line-height: 1.5;
  hyphens:auto;
}

/* ****** */p {
  font-family: 'work_sans_lightregular', sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  margin-bottom: 0.25%;
  line-height: 1.6;
  hyphens:auto;
  }

.text-normal {
  display:block;
  }

.text-712 {
  display:none;
  }

.text-970-normal {
  display:block;
}
  
.text-970 {
  
  display:none;
}

/* ****** */p.text-zentriert {
  font-family: 'work_sans_lightregular', sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.25%;
  text-align: center;
  hyphens:auto;
  }

/* ****** */p.ueberschrift {
  font-family: 'work_sans_lightregular', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0.25%;
  color: #053c59;
  font-style: normal;
  font-weight: normal;
  hyphens:auto;
  outline:none;
  }

p.ueberschrift-zentriert {
    font-family: 'work_sans_lightregular', sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.25%;
	color: #053c59;
	font-style: normal;
	font-weight: normal;
    text-align: center;
    hyphens:auto;
    
    }

p.ueberschrift-trans {
    font-family: 'work_sans_lightregular', sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.25%;
	color: transparent;
	font-style: normal;
	font-weight: normal;
    
    }

p.schrift-ganz-klein {
   
  font-family: 'work_sans_lightregular', sans-serif;
  text-decoration: none;
  font-size: 0.75rem;
  margin-bottom: 0.25%;
  line-height: 1.5;
  hyphens:auto;
}



p.hell {
  font-family: 'work_sans_lightregular', sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  margin-bottom: 0.25%;
  line-height: 1.6;
  hyphens:auto;
  color:white;
}

/* ****** */h1,
.h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
}

/* ****** */.h1-zentriert {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  text-align: center;
  hyphens:auto;
}


h2,
.h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
}

/* ****** */.h2-zentriert {
   font-size: 1.8rem;
  line-height: 1.2;
  color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  text-align: center;
  hyphens:auto;
}



b{
	font-family: 'work_sans_mediumregular', sans-serif;
    font-style:normal;
    font-weight: bold;
	color: #053c59;
    text-decoration: none;
    }

h3,
.h3 {
  font-size: 270%;   /* **** Überschr. Ausklapp. Leistung. ***** */
  line-height: 120%;
   color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
  margin-top: 0.5em;
  margin-bottom:1em;
}

h4,
.h4 {
  font-size: 1.8rem;   /* **** Überschr. Fragen ***** */
  line-height: 1.2;
   color: #053c59;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
  margin-bottom:0;
}


p.namen-overlay {
  font-size: 270%;   /* **** Überschr. Overlay Namen. ***** */
  line-height: 120%;
   color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
  
}

p.namen-untertitel-overlay {
  font-size: 140%;   /* **** Überschr. Overlay Namen. ***** */
  line-height: 120%;
   color: #053c59;
  font-family: 'work_sans_mediumregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
  
}

p.ueberschr-top {
  font-size: 150%;   /* **** Überschr. Overlay Namen. ***** */
  line-height: 130%;
  color: #053c59;
  font-family: 'work_sans_mediumregular', sans-serif;
  text-decoration: none;
  hyphens:auto;
  margin-bottom:0;
  
}

p.ueberschr-top-712 {
  display:none;

}



/* ****** */.article-aussen {
	position: relative;
    width:  100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
    overflow: hidden;
    }

.article-aussen-sonderseite {
	position: relative;
    width:  100%;
    height: auto;
    margin: 0 auto;
    background-color:white;
    overflow: hidden;
    }

/* ****** */.inhalt{                 
    position:relative;
    min-height: 2em;
    max-width: 90em;
    height: auto;
	margin: 0 auto;
    overflow: hidden;
    background-color: transparent; 
    padding-left:5em;
    padding-right:5em;
    overflow: hidden;
    border:none;
    }

/* ****** */.flexbox {
    min-height: 1em;
    height: auto;
    display:flex;
    overflow:hidden;
    }




.inhalt-sonderseite{
    position:relative;
    min-height: 2em;
    max-width: 90em;
    height: auto;
	margin: 0 auto;
    overflow: hidden;
    background-color: transparent; 
    padding-left:5em;
    padding-right:5em;
    padding-bottom:0em;
    overflow: hidden;
    margin-top:7em;
    border:none;
    background-color: transparent;
}

/* ****** */.sprungmarke{
    height: 5em;
    width: 100%;
    overflow: hidden;
    background-color:transparent; 
    }

summary:focus {
	outline: none;
}




/* TABLETS ************************* */
/* ********************************* */



@media screen and (max-width:970px) {
 
.br-entf {
   display:none;
  }
  
.br-zuf {
   display:block;
  }

/* ****** */.inhalt{
padding-left:2em;
padding-right:2em;
}
  
/* ****** */p.ueberschrift, p.ueberschrift-zentriert, p.ueberschrift-trans {
  font-size: 4.0rem;
  line-height: 1.3;
  margin-bottom: 0.25%;
  }
  
  
/* ****** */.overlay-container {
padding: 2em 2em 2em 2em;
}
  
/* ****** */.overlay-text, .overlay-text-variante2 {
margin-top:2em;
flex-direction:column;
padding: 2em 2em 2em 2em;
}
  
  
  
.inhalt-sonderseite{
    margin-top:7em;
}
  
  
h3,
.h3 {
  font-size: 250%;   /* **** Überschr. Ausklapp. Leistung. ***** */
  line-height: 110%;
   color: #24b4a8;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  
}
  
p.ueberschr-top {
  font-size: 150%;   /* **** Überschr. Overlay Namen. ***** */
  line-height: 130%;

}

  
.text-970-normal {
  display:none;
}
  
.text-970 {
  display:block;
}
  
  
/* ****** */.sprungmarke{
    height: 5em;
    }
  

  



  
  
}

/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
p {
  font-size: 1rem;
  margin-bottom: 0.22%;
  line-height: 1.5;
}

p.text-zentriert {
  font-size: 1rem;
  margin-bottom: 0.22%;
  line-height: 1.5;
}
  
/* ****** */p.ueberschrift {
    font-size: 3rem;
    line-height:1;
    margin-bottom:0.25em;
    }
  
/* ****** */p.ueberschrift-zentriert, p.ueberschrift-trans {
    font-size: 3rem;
    line-height:1;
    margin-bottom:0.25em;
    }
  
p.ueberschr-top {
  display:none

}
  
p.ueberschr-top-712 {
  display:block;
  font-size: 1.25rem;   /* **** Überschr. Overlay Namen. ***** */
  margin-bottom: 0.22%;
  line-height: 1.5;

}
  


  
/* ****** */.overlay-container {
padding: 1em 1em 1em 1em;
}
  
/* ****** */.overlay-text, .overlay-text-variante2 {
max-width: 100%;
padding: 2em 1em 1em 1em;

}
  
.br-entf-712 {
  display:none;

  }
  
  


.text-normal {
  display:none;
}
  
.text-712 {
  display:block;
}

  
  
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom:0.25em;
}


.h1-zentriert {
  font-size: 1.4rem;
  line-height: 120%;
  margin-bottom:0.25em;
}

  
h2,
.h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  hyphens:auto;
}

h3,
.h3 {
  font-size: 1.8rem;   /* **** Überschr. Ausklapp. Leistung. ***** */
  line-height: 1.2;
  hyphens: auto;
}
  
  
/* ****** */.inhalt{
padding-left:1em;
padding-right:1em;
}
  

  
.inhalt-sonderseite{
    margin-top:1em;
    padding-left:2em;
    padding-right:2em;
}
  
/* ****** */.sprungmarke{
    height: 2em;
    }
  
.overlay-spalten-def {
  column-count: 1; 
  column-gap:2em;
  column-width: 270px; 
  background-color:;
  padding-bottom:1em;
}
  
/* ****** */label {

background-color: transparent;

color: transparent;


}

/* ****** */label:hover {

background-color:transparent;
  color: transparent;

}
  

}




/* 2. fontnts  ************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

@font-face {
    font-family: 'kg_mullallyregular';
    src: url('kgmullally-webfont.eot');
    src: url('kgmullally-webfont.eot?#iefix') format('embedded-opentype'),
         url('kgmullally-webfont.woff2') format('woff2'),
         url('kgmullally-webfont.woff') format('woff'),
         url('kgmullally-webfont.ttf') format('truetype'),
         url('kgmullally-webfont.svg#kg_mullallyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'work_sans_thinregular';
    src: url('work-sans-v3-latin-100-webfont.woff2') format('woff2'),
         url('work-sans-v3-latin-100-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'work_sans_extralightregular';
    src: url('work-sans-v3-latin-200-webfont.woff2') format('woff2'),
         url('work-sans-v3-latin-200-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'work_sans_lightregular';
    src: url('work-sans-v3-latin-300-webfont.woff2') format('woff2'),
         url('work-sans-v3-latin-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'work_sans_mediumregular';
    src: url('work-sans-v3-latin-500-webfont.woff2') format('woff2'),
         url('work-sans-v3-latin-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }


/* 3. Seitenaufbau  Allgemein *********************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */


header {
    top: 0;  
    position: fixed;
    z-index: 10;
	width: 100%;
	 min-height: 7em;
    height: auto;
	background-color:white;
	}

#menue-zeile-oben{
  
  width:  90%;
  max-width: 80em;
  min-height: 7em;
  height: auto;
  background-color:;
  margin: 0 auto;
  }


main {
position: relative;
width:  100%;
height: 100vh;
height: auto;
margin: 0 auto;
background-color: white;

}


 details {
    width: 100%;
    max-width: 80em;
    min-height: 20px;
    height: auto;
	margin: 0 auto;
    overflow: hidden;
    background-color: transparent; 
}



#menue-zeile-unten{
  
  width:  90%;
  max-width: 80em;
  min-height: 7em;
  height: auto;
  background-color:transparent;
  margin: 0 auto;
  }


footer {
    position: relative;
	width: 100%;
	height: 7em;
	background-color:white;
    }


/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {

header{
    min-height: 80px;
    height: auto;
    }
}

/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
header{
    position:sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #e4f3f1;
    }
#menue-zeile-oben{
  
  width:  90%;
  max-width: 80em;
  min-height: 55px;
  height: auto;
  background-color:;
  margin: 0 auto;
  
  }
  
}


/* 4. Header-area *********************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

.logo-luebbert {
    top: 0;
	width: 346px;
	height: 100px;
    background-image:;
    background-repeat: no-repeat;
    background-color:;
    float:left;
    
    }

.logo-luebbert:hover {
    top: 0;
	width: 346px;
	height: 100px;
    background-image:;
    background-repeat: no-repeat;
    background-color: white;
    float:left;
    }

#logo-luebbert-712 {
    position: relative;
    overflow: hidden;
    display:none;
    width: 100%;
    min-height: 2em;
    height: auto;
    background-color: ;
    padding: 1.25em;
    }

.logo-gr712 {
    perspective-origin: relative;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin:0 auto;
    
    }


.notfallbutton {
  position:fixed;
	width: 13.5em;
	height: 10em;
    background-image:;
    background-repeat: no-repeat;
    background-color:hotpink;
    float:right;
    top: 12em;
    right: -10em;
    padding: 0em;
    margin-top:-1.5em;
  
   
    }

.notfallbutton:hover {
   position:fixed;
	width: 13.5em;
	height: 10em;
    background-image:;
    background-repeat: no-repeat;
    background-color:yellow;
    float:right;
    top: 12em;
    right: 0px;
    margin-top:-1.5em;
    }
  
  .not-button-712 {
    display:none;
   
    }

.notf-phone {
    float:left;
   
    }





/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {

#logo-luebbert-712 {
    display:none;
    }
  
.notfallbutton {
    position:inherit;
	width: 3.5em;
	height: 3.5em;
    background-image:;
    background-repeat: no-repeat;
    background-color:transparent;
    float:right;
    margin-top: 2em;
    margin-right: 0.5em;
   
    }

.notfallbutton:hover {
   position:inherit;
	width: 3.5em;
	height: 3.5em;
    background-image:;
    background-repeat: no-repeat;
    background-color:transparent;
    float:right;
    margin-top: 2em;
    margin-right: 0.5em;
    }
  
  .button-not {
    margin:0;
    background-color: transparent;
    color: transparent;
   
    }
  
  .button-not:hover {
    margin:0;
    background-color: transparent;
    color: transparent;
   
    }
  
  .not-button-normal {
    display:none;
   
    }
  
  .not-button-712 {
    display:block;
   
    }
  
  .button-menue {
    margin:0;
   
    }
  
  .button-menue:hover {
    margin:0;
   
    }
  
  .notf-phone {
    display:none;
   
    }
  
  



  
  
}

/* MOBILE ************************** */
/* ********************************* */

@media screen and (max-width:712px) {
  
#logo-luebbert-712 {
    display: block;
    top: 0;
    }

.logo-luebbert {
    display: none;
    }

.logo-luebbert:hover {
    display: none;
    }
  .notfallbutton {
    position:inherit;
	width: 3.5em;
	height: 3.5em;
    
    float:right;
    margin-top: 0.8em;
 
    }

.notfallbutton:hover {
   position:inherit;
	width: 3.5em;
	height: 3.5em;
    background-color:transparent;
    float:right;
    margin-top: 0.8em;
  
    }
  
}




/* Navigation / Mainmenue-Area  / Footermenue-Area  ************* */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

.site-nav {
  width: auto;
  max-width: 80em;
  min-height: 2em;
  height: auto;
  margin-top:2em;
  background-color:white;
  }

nav {
  box-sizing: border-box;
  background-color:transparent;
  width: auto;
  min-height: 2em;
  height:auto;
  }

nav ul li {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  float: right;
  list-style: none;
  background-color:white;
  }

nav ul li:hover {
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  float: right;
  list-style: none;
  background-color:white;
  }

nav ul {
  margin: 0 0 0 0;
  padding: 0;
  }

nav a {
  display: block;
  color: #053c59;
  text-decoration: none;
  font-family: 'work_sans_lightregular', sans-serif;
  font-size: 18px;
  }

nav a:hover {
  display: block;
  color: yellow;
  text-decoration: none;
  font-family: 'work_sans_lightregular', sans-serif;
  font-size: 18px;
  }

nav li a {
  padding: 0px;
  margin: 0px 0 0 0;
  }

.aktuelle-seite {
  background-color: pink;
  color: #aeddd7;
  }

a.normal-link-hauptmenue  {
  background-color:white;
  color: #053c59;
  }
  
a.normal-link-hauptmenue:hover  {
  background-color: white;
  color:#aeddd7;
  }

a.notfall-link-hauptmenue  {
  background-color:white;
  color: #053c59;
  visibility: hidden;

  }
  
a.notfall-link-hauptmenue:hover  {
  background-color: white;
  color:white;
  visibility: hidden;
  }

a.footer-link-hauptmenue  {
  background-color: ;
  color: #053c59;
  }
  
a.footer-link-hauptmenue:hover  {
  background-color: white;
  color: #aeddd7;
  }

#footer-nav {
  width: 100%;
  }

#footer-menue {
  float:right;
  }

#footer-adresse {
  float:left;
  
  }

.menue-bottom {
  margin-top: 40px;
  }




/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {
   
  .site-nav {
  width: 100%;
  max-width: 80em;
  min-height: 2em;
  height: auto;
  margin-top:2em;
  background-color:white;
  }
  
  nav {
  height:auto;
  width: 100%;
  }
  
.menue-top{
  margin: 1em 0 2em 0;
  }
  
 
  
nav li a {
  margin: 0 0 0 0;
  }
  
nav ul {
  margin: 0 0 0 0;
  }

nav ul li {
  padding:  0em  0em  0em  0em;
  }

nav ul li:hover {
  padding: 0em  0em  0em  0em;
  } 
  
#footer-nav ul li {
  padding:  0em  0.5em  0em  0.5em;
  }

#footer-nav ul li:hover {
  padding: 0em  0.5em  0em  0.5em;
  } 
  
.aktuelle-seite {
  background-color: pink;
  color: #aeddd7;
  }

a.normal-link-hauptmenue  {
  background-color:white;
  color: #053c59;
  border-bottom-color: #053c59;
  border-bottom-style:solid;
  border-bottom-width: thin;
  }
  
a.normal-link-hauptmenue:hover  {
  background-color: #e8f5f2;
  color:#aeddd7;
  }
  
a.notfall-link-hauptmenue  {
  background-color:white;
  color: #053c59;
  
  }
  
a.notfall-link-hauptmenue:hover  {
  background-color: white;
  color: #053c59;
  
  }
 
}

/* MOBILE  ************************* */
/* ********************************* */




@media screen and (max-width:712px) {
  
.site-nav {
  width: 100%;
  max-width: 80em;
  min-height: 2em;
  height: auto;
  margin-top:2em;
  background-color:;
  }
   
nav {
  min-height: 2em;
  height:auto;
  }
  
  
#footer-adresse {
  display:none;
  }  
  
#footer-adresse {
  display:none;
  }
  
.aktuelle-seite {
  background-color: pink;
  color: #aeddd7;
  }

a.normal-link-hauptmenue  {
  background-color:white;
  color: #053c59;
  border-bottom-color: #053c59;
  border-bottom-style:solid;
  border-bottom-width: thin;
  }
  
a.normal-link-hauptmenue:hover  {
  background-color: #e8f5f2;
  color:#aeddd7;
  }
  
  a.notfall-link-hauptmenue  {
  background-color:transparent;
  color: #053c59;
  visibility: visible;
  }
  
a.notfall-link-hauptmenue:hover  {
  background-color:#aeddd7;
  color:#aeddd7;
  visibility:visible;
  }
  
}


/* 6. Navigation für responsive Hauptmenue  ********************* */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

input#responsive-nav,
   label.responsive-nav-label  {
   display:none;
   
   
  }

/* TABLETS ************************* */
/* ********************************* */


@media screen and (max-width:970px) {

label.responsive-nav-label  {
    position: relative;
    display: block;
    height: 3.5em;
    width: 3.5em;
    background-image: url(material/button-bar.png);
    background-color: transparent;
    color: transparent;
    float: right;
    cursor: pointer;
    margin: 2em 0 0 0;
    }
  
label.responsive-nav-label:hover  {
    position: relative;
    display: block;
    height: 3.5em;
    width: 3.5em;
    padding:0px;
    float: right;
    
    cursor: pointer;
  
     margin: 2em 0 0 0;
   }
  
label.responsive-nav-label span {
    margin-right: ;
    color:transparent;
  
    }

input#responsive-nav[type=checkbox]:checked ~ nav {
    position: relative;
    top: 0px;
  
    }
  
#hauptmenue {
    position: absolute;
    top: -9999px;
    padding: 0px;
    background-color: white;
  
    }
  
#hauptmenue a:after {
    display: none;
    }
  
#hauptmenue li {
    float: none !important;
    width: 100% !important;
    border-bottom: none !important;
    margin-bottom: 1px;
   
  
    }
   
#hauptmenue a {
    margin-bottom: 1px !important;
    padding: 0.5em !important;
   
  
    }
}


/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
#hauptmenue {
    background-color: #e4f3f1;
  
    }

label.responsive-nav-label  {
    position: relative;
    display: block;
     height: 3.5em;
    width: 3.5em;
    float:right;
    cursor: pointer;
    margin-right:0.8em;
    margin-left:0;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    }

label.responsive-nav-label:hover  {
    position: relative;
    display: block;
     height: 3.5em;
    width: 3.5em;
    float:right;
    cursor: pointer;
    margin-right:0.8em;
    margin-left:0;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    }
  
}



/* x. Intern Links  ********************************************* */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */


a[href^="#"] {
    /* Formatierungen für seiteninterne Verweise */
  }
  a[href^="#"]:before{
    content:' ';
    
    
  }
  a[href^="#top"]:before{
    content:' ';	
    display: inline-block;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);  
    transform:rotate(-90deg);	
  } 







/* 8. Startseite  ************************************************* */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */

/* A. Start Praxisschild  *************************************** */

#wrapper {
position: relative;
width:  100%;
height: auto;
margin: 0 auto;
background-color: white;
background-image:;

}

#startseite-aussen {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
}

#praxisschild{
    width: 100%;
    max-width: 70em;
    min-height: 30%;
    height: auto;
	overflow: hidden;
    background-image:;
    background-color:transparent; 
    padding-left:5em;
    padding-right:5em;
    padding-bottom:4em;
    margin-top:5em;
    margin-left:5em;
    margin-right:5em;
}

/* ***#balken-gruen {
background-color: #e4f3f1;
height: 6em;
width: 100%;
}**** */


/* TABLETS *** Start Praxisschild ** */
/* ********************************* */

@media screen and (max-width:970px) {

  #praxisschild{
    padding-left:2em;
    padding-right:2em;
    padding-bottom:2em;
    margin-top:5em;
    margin-left:2em;
    margin-right:2em;
}
  
}


/* MOBILE  *** Start Praxisschild ** */
/* ********************************* */

@media screen and (max-width:712px) {
  
#wrapper {
background-image: ;
background-position:top;
background-attachment:scroll;
background-size:contain;
}
  
#startseite-aussen {
width: 100%;
height:auto;
}
  
#praxisschild{
display:none;
}

#balken-gruen {
display:none;
}
}




/* C. Leistungen  ************************************************ */

#leistungen-menue {
position:relative;
min-height: 2em;
max-width: 90em;
width:auto; 
height: auto;
display: flex;
flex-direction:row;
margin-top:2em;
height: auto;
margin: 0 auto;
margin-top:3em;
overflow: hidden;
background-color:white;
}

.gesichter{
display: flex;
flex-direction: column;
flex-basis: 48%;
max-width: 50%;
width: 50%;
flex: 0 0 auto;
box-sizing: border-box;
margin: 0 0 0 0;
margin: 0 auto;
height: auto;
overflow:hidden;
}

figure#kids-foto, figure#eltern-foto {
  width: 100%;
  min-height: 2em;
  height:auto;
}

#kids {
padding-right:1.5em;
}

#eltern {
padding-left:1.5em;
}

.bild-kkarte{
width: 100%:
height: auto;
}

.bild-frisur {
  padding-top:1em;
  }

.bild-frisur-712 {
  display:none;
  }



.bild-handy {
  padding-bottom:1em;
  }

.bild-handy-712 {
  padding-bottom:1em;
  display:none;
  }

ul#tabelle-probleme{
padding-left:1em;
   
   -webkit-column-break-inside: avoid;
   
    }

li#tabelle-probleme{
	
   
   
    }

aside.tab-prob{
	
  -webkit-column-break-inside: avoid;
 
   
    }

.container-tab-probleme{
	-webkit-column-break-inside: avoid;
   
    }

.tabelle-712{
	display:none;
   
    }




@media screen and (max-width:1700px) {
  
 
aside.tab-prob{
	
 display:none;
 
   
    }
  
.tabelle-712{
	display:block;
   
    }



}



@media screen and (max-width:1300px) {
  
ul.tabelle-probleme{
	display:none;
   
    }
  
.üründ-kids{
	display:none;
   
    }
 
aside.tab-prob{
	
 display:none;
 
   
    }



}

@media screen and (max-width:1100px) {
  



}








@media screen and (max-width:970px) {
  

#leistungen-menue {
flex-direction:column;
width: 100%;
padding-left:1px;
padding-right:1px;
background-color:white;
margin-top: 0em;
}
  
.gesichter{
flex-direction: column;
flex-basis: 100%;
max-width: 100%;
width: 100%;
margin: 0em 0 0 0;
}
  
#eltern, #kids{
margin-top: 4em;
}
  
#kids {
padding-right:0em;
}

#eltern {
padding-left:0em;
}
  
  

  


}



@media screen and (max-width:712px) {
  


.bild-frisur {
  display:none;
  }
  
.bild-frisur-712 {
  padding-bottom:0em;
  padding-left:4em;
  padding-right:4em;
  display:flex;
  }
  
.bild-handy {
display:none;
  }


.bild-handy-712 {
  padding-bottom:2em;
  padding-left:4em;
  padding-right:4em;
  display:flex;
  }
  
.bild-kkarte{
padding-left:4em;
padding-right: 4em;

}
  

  


 
}



/* C. Therapien  ************************************************ */


#therapien {
background-image:;
background-repeat: no-repeat;
background-size:contain;
background-attachment: fixed;
background-position: right;
background-color: #e4f3f1;
}

.ausklapp-container {
  min-height: 20px;
  height: auto;
  min-width: 100%;
  background-image:;
  background-repeat: no-repeat;
  background-position: right center;
  background-color:;
  background-size: auto;
}

#mehr-verh {
background-color: white;
background-image: ;
background-repeat: no-repeat;
display: inline-block;
height:2em;
height: auto;
width: 70%;
border-radius: 5px;
border:none;
color: #043955;
text-align: left;
padding: 0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
  
background-size: contain;
background-position: left;
text-align-last: left;
padding-right: 2em;
}

#mehr-verh:hover {
  background-color:#aedad5;
  }

#mehr-schema {
background-color: white;
display: inline-block;
min-height:2em;
height: auto;
width: 70%;
border-radius: 5px;
border:none;
color: #043955;
text-align: left;
padding: 0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
  }

#mehr-schema:hover {
  background-color:#aedad5;
  }
  
#mehr-emdr {
background-color: white;
display: inline-block;
min-height:2em;
height: auto;
width: 70%;
border-radius: 5px;
border:none;
color: #043955;
text-align: left;
padding: 0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
  }

#mehr-emdr:hover {
  background-color:#aedad5;
  }

#mehr-hypno {
background-color: white;
display: inline-block;
min-height:2em;
height: auto;
width: 70%;
border-radius: 5px;
border:none;
color: #043955;
text-align: left;
padding: 0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
  }

#mehr-hypno:hover {
  background-color:#aedad5;
  }

.balken-link {
  padding: 0.5em;
  margin: 0.1em;
  font-size: 1.1rem;
  outline: none;
  width: 100%;
  
  }

.balken-link:hover {
  padding: 0.5em;
  margin: 0.1em;
  font-size:1.1rem;
  outline: none;
  background-color:#aedad5;
  width: 100%;
  }


.grid-raster {
  display: grid;
  grid-template-columns: 33% 1fr 33%;
  background-color: white;
  padding:1em;
  margin-top:1em;
  margin-bottom:2em;
  }

.grid-item1-verh {
  background-color: ;
  width: 2fr;
  grid-column: 1 / span 3;
  }

.grid-item1-schema {
  background-color: ;
  width: 2fr;
  grid-column: 1 / span 3;
  }



.grid-item3-verh {
  background-color: white;
  width: 2fr;
  grid-row: span 1;
  grid-column: 1 / span 2;
  }

.grid-item1-emdr {
  background-color: white;
  width: 2fr;
  grid-column: 1 / span 3;
  }


.grid-itemx-emdr {
 display: flex; 
    justify-content: right; 
    align-items: flex-start;
  background-color:white;
  grid-column: span 1;
  padding-top:1em;
  background-color: white;
  padding-left:1em;
  }


.grid-item3-emdr {
  background-color: white;
  width: 1fr;
  padding-left: 1em;
  grid-row: span 1;
  grid-column: 3 / span 1;
  }

.h3-712 {
  display:none;
  }

.text-spezial-712-verhal {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  display:none;
  }

.text-spezial-normal-verhal {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  
  }

.text-spezial-normal-y {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  }

.text-spezial-normal {
  color: #24b4a8;
  font-size: 180%;
  line-height: 125%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  }

.text-spezial-normal-schema {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  padding-top:1em;
  text-justify: none;
  }

.text-spezial-normal-schema-712 {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  padding-top:1em;
  text-justify: none;
  display:none;
  column-span: all;
  }



.text-spezial-normal-hypno {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  padding-top:1em;
  padding-bottom:1em;
  text-justify: none;
  
  }

.text-spezial-normal-hypno-712 {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  padding-top:1em;
  padding-bottom:0em;
  display:none;
  column-span: all;
  text-justify: none;
  
  }


.text-spezial-normal-z {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  padding-top:1em;
  padding-bottom:1em;
  }

.text-spezial-712-z {
  color: #24b4a8;
  font-size: 180%;
  line-height: 110%;
  font-family: 'work_sans_extralightregular', sans-serif;
  display: none;
  }







/* TABLETS *** Therapien ********** */
/* ********************************* */

@media screen and (max-width:1300px) {
 
.grid-item3-verh {
  background-color: white;
  width: 2fr;
  grid-row: span 1;
  grid-column: 1 / span 3;
  }
  
.grid-item3-hypno {
  background-color: white;
  width: 2fr;
  grid-row: span 1;
  grid-column: 1 / span 3;
  display:block;
  }
  
.text-spezial-normal-hypno {
  display: none;
  text-justify: none;
  
  }

.text-spezial-normal-hypno-712 {
  display: flex;
   }
  
   .text-spezial-normal-schema {
display:none;
  }

.text-spezial-normal-schema-712 {
  
  display:flex;
  }
  
  
  
#mehr-verh, #mehr-emdr, #mehr-hypno {
  
  width:100%;
  }

  
  
}



@media screen and (max-width:1100px) {
  
  .grid-raster {
  display: grid;
  grid-template-columns: 50% 0fr 50%;
  background-color: white;
  padding:2em;
  }

  
  .grid-itemx-emdr {
 display: flex; 
    justify-content: right; 
    align-items: flex-start;
  background-color:white;
  grid-column: span 3;
  padding-top:1em;
  padding-left:0em;
  }
  
.h3-712 {
  display:block;
  }
  
.h3-normal {
  display:none;
  }
  
.grid-item3-verh2 {
  background-color: white;
  grid-column:span 3;
  grid-row: 2/span 1;
  }
  
  
  
  .text-spezial-712-verhal {
  display:flex;
  column-span: all;
  padding-top:1em;
  }

.text-spezial-normal-verhal {
  display:none;
  }
  
  
.bild-emdr {
padding-bottom: 2em;

  }
  
  
  
 
  
}




@media screen and (max-width:970px) {
  
.grid-raster {
  display: grid;
  grid-template-columns: 50% 0fr 50%;
  background-color: white;
  padding:2em;
  margin-bottom:2em;
  }
  
.grid-item1-verh {
  background-color:;
  width: 3fr;
  grid-column: 1 / span 3;
  }
  
.grid-item3-verh {
  background-color: white;
  width: 1fr;
  grid-column: 1 / span 3;
  }
  
 
  .grid-item3-emdr {
  background-color: white;
  width: 1fr;
  padding-left: 0em;
  padding-top: 2em;
  grid-row: span 1;
  grid-column: 1 / span 3;
  }
  
  .bild-therapien {
 padding-left:3em;
 padding-right:3em;
  }
  

  

  
  
  
  

}


/* MOBILE *** Therapien ************ */
/* ********************************* */

@media screen and (max-width:712px) {
  
.schema-handp-normal {
  float:right;
  display:none;
  }

.schema-handp-712 {
  float:right;
  display:block;
  }
  
 .text-spezial-normal-y {
  font-size: 145%;
  }
  
.bild-vater {
 padding-left:3em;
 padding-right:3em;
  }


  

  
  
 
}



/* D. Über-uns-area  *************************+****************** */
/* ************************************************************** */

#therapeuten-inhalt {
min-height: 2em;
height: auto;
display: flex;
flex-direction:row;
margin-top:2em;
}

.drei-therapeuten{
display: flex;
flex-direction: column;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
width: 33.33333333%;
flex: 0 0 auto;
box-sizing: border-box;
padding:0 1.5em 0 1.5em;
background-color: white;
}


.overlay-close {
	position: absolute;
	top: 1em;
	right: 1em;
	content: "X";
	color:;
    background-image: url(material/toggle-a-55x55x-close.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: transparent;
	font: bold 1em/150% Georgia, Times, serif;
	border: none;
	display: block;
	text-align: center;
	width: 3em;
	height: 3em;
	padding: 0.2em 0 0 0em;
    border: 0;
	text-shadow: none;
}

.overlay-close:hover {
	position: absolute;
	top: 1em;
	right: 1em;
	content: "X";
	color: white;
	background-image: url(material/toggle-a-55x55x-close-hover.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: transparent;
	font: bold 1em/150% Georgia, Times, serif;
	border: none;
	display: block;
	text-align: center;
	width: 3em;
	height: 3em;
	padding: 0.2em 0 0 0em;
}


figure#karin-foto-overlay, figure#tina-foto-overlay, figure#hund-foto-overlay {
  width: 100%;
  min-height: 300px;
  height: auto;
  background-color:#f9f8f9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

figure#karin-foto-overlay {
  background-image:;
}

figure#tina-foto-overlay {
  background-image:;
}

figure#hund-foto-overlay {
  background-image:;
}


figure#karin-uberschr-overlay, figure#tina-uberschr-overlay, figure#hund-uberschr-overlay {
  width: 100%;
  min-height: 300px;
  height: auto;
  
  background-color:#f9f8f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


figure#karin-uberschr-overlay {
  background-image:;
}

figure#tina-uberschr-overlay {
  background-image:;
}

figure#hund-uberschr-overlay {
  background-image:;  
}



article#karin-overlay-details-links, article#tina-overlay-details-links, article#hund-overlay-details-links {
  width: 100%;
  min-height: 310px;
  height: 100%;
  background-color:#f9f8f9;
  margin-top:1em;
  padding-right:1em;
  padding-left: 1em;
}

article#karin-overlay-details-rechts, article#tina-overlay-details-rechts, article#hund-overlay-details-rechts {
  width: 100%;
  min-height: 310px;
  height: auto;
  background-color:white;
  margin-top:1em;
  padding-right:2em;
  padding-left: 1em;
}


#karin-links, #tina-links, #hund-links {
  background-color:white;
  min-height: 2em;
  height: auto;
  width: 30%;
  padding-right:0.5em;
}

#karin-rechts, #tina-rechts, #hund-rechts {
  background-color:transparent;
  min-height: 2em;
  height: auto;
  width: 70%;
  padding-left:0.5em;
  padding-top:0em;
}

.zahlen-lebenslauf {
   color: #24b4a8;  /* **** Überschr. Zahlen lebenslauf. ***** */
  font-family: 'work_sans_extralightregular', sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  margin-bottom: 0.25%;
  margin-top:1%;
  line-height: 1.5;
  background-color:transparent;
 
}

.kontakt-icons-lebenslauf{
  border: none;
  width: 100%;
}

th,
td  {
   border: none;
   vertical-align:text-top;
}


.spalte1  {
  width: 2em;
}

.name-overlay-712  {
display: none;
}










/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {
  
.drei-therapeuten{
flex-basis: 50%;
max-width: 50%;
width: 50%;
}
  
#hund {
display:none
}
  
#karin-links, #tina-links, #hund-links {
  width: 100%;
   padding-right:0em;
}

#karin-rechts, #tina-rechts, #hund-rechts {
 width: 100%;
padding-left:0em;
padding-top:0em;
}
  
article#karin-overlay-details-rechts, article#tina-overlay-details-rechts, article#hund-overlay-details-rechts {
  padding-right:0em;
  padding-left: 0em;
}
  
article#karin-overlay-details-links, article#tina-overlay-details-links, article#hund-overlay-details-links {
  display:none;
}
  
figure#karin-uberschr-overlay, figure#tina-uberschr-overlay, figure#hund-uberschr-overlay {
  display:none;
}
  
.name-overlay-712  {
display: block;
}
  

  

  
}


/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
#therapeuten-inhalt {
flex-direction:column;

}
  
.drei-therapeuten{
flex-basis: 100%;
max-width: 100%;
width: 100%;
padding:2em 0em 2em 0em;
}
  

  

  

 
  
}



/* E. Praxisarea  ****************************+****************** */
/* ************************************************************** */


#praxis {
background-image:;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-color: #e4f3f1;
}

#praxis-inhalt {
display:flex;
flex-direction: row;
}

#praxis-text {
width: 100%;
padding-right:2em;
background-color: transparent;
flex-direction:column;
align-items:flex-start;
text-align-last:left;
}

#galerie-container {
width: 100%;
min-height: 2em;
height: auto;
display:flex;
flex-direction:column;
justify-content:flex-start;
align-items:flex-start;
text-align-last:center;
padding-left:1em;
background-repeat: no-repeat;
background-color: transparent;
z-index: 9;
}

#galerie-bilder {
  display: grid;
  width: 100%;
  grid-gap: 1rem;
  margin-top:12em;
  grid-template-columns: repeat(1, 1fr);
  background-position: center;
 
 }









/* TABLETS ************************* */
/* ********************************* */


@media screen and (max-width:970px) {
  
#praxis-inhalt {
flex-direction: column;
} 
  
#praxis-text {
padding-right:0em;
}
  
#galerie-container {
padding-left:0em;
}
  
#galerie-bilder {
margin-top:2em;
}
  

}


/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
#notfallbild{
  display:none;
  
}
  
#notfallbild-712{
  display:inline;
  
}
  

  
 
  
}


/* F. Psychotherapiearea  *************************************** */
/* ************************************************************** */


#psychotherapie-menue {
min-height: 2em;
height: auto;
display: flex;
flex-direction:row;
margin-top:2em;
}



.zwei-buttons{
  display: flex;
  flex-direction: column;
 flex-basis: 48%;
    max-width: 48%;
    width: 48%;
    flex: 0 0 auto;
    box-sizing: border-box;
   margin: 0 0.5em 0 0.5em;
  margin: 0 auto;
height: auto;
}




.overlay-text-psycho {
	position: relative;
	background-color:white;
	border:none;
	padding: 2em 2em 2em 2em;
	overflow: auto;
    min-height: 20%;
    max-width: 90em;
    height: auto;
    margin: 0 auto;
	margin-top:2em;
    }




/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {
  
  
.overlay-text-psycho {
	position: relative;
	background-color:whize;
	border:none;
	padding: 2em 2em 2em 2em;
	overflow: auto;
    min-height: 20%;
    height: auto;
    max-width: 90em;
    margin-top:2em;
    }  
  
}

/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
.overlay-text-psycho {
	position: relative;
	background-color:white;
	border:none;
	padding: 2em 2em 2em 2em;
	overflow: auto;
    min-height: 20%;
    height: auto;
    max-width: 100%;
	margin: 0 auto;
    margin-top:2em;
    
}
  
}


/* G. Warteraum/Kontakt  ***********+**************************** */
/* ************************************************************** */

#kontakt-warteraum {
background-image:;
background-repeat: no-repeat;
background-position:center;
background-attachment:fixed;
background-size:cover;
width: 100%;
min-height: 20em; 
height: auto;
align-items: center;

}

.termin-container {
  min-height: 20px;
  height: auto;
  min-width: 100%;
  background-image:;
  background-repeat: no-repeat;
  background-position: right center;
  background-color:;
  background-size: auto;
  
  
}


#termin-text {
    position: relative;
	background-color:#e4f3f1;
	border:none;
    overflow:hidden;
    min-height: 26%;
    height: auto;
    display:block;
    width: 49%;
    text-align:left;
    padding: 2em 2em 2em 2em;
    margin:4em 0em 4em 0em;
    }












#map-info {
position:relativ;
min-width: 10%;
width: auto;
min-height: 5em;
max-height:25em;
height:auto;
margin: 0 auto;
background-color: transparent;
text-align: center;
margin-top:12em;
}

.button-map {
position:relativ;
width:35%;
height:auto;
background-color:hotpink;
padding: 1em 1em 1em 1em;
text-align: center;
margin: 0 auto;
}

.button-map:hover {
position:relativ;
width:35%;
height:auto;
background-color:yellow;
padding: 1em 1em 1em 1em;
text-align: center;
margin: 0 auto;
}




.map-link {
  
  font-family: 'work_sans_lightregular', sans-serif;
    font-weight:400;
    font-size: 120%;
    line-height: 1.8em;
    color:  #053c59;
	
    }

/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:1100px) {
  
  
.button-map {
width:45%;
}

.button-map:hover {
width:45%;
}

  
}


@media screen and (max-width:970px) {
  
#termin-container {
   padding:10em 5em 10em 5em;
   }
  
#termin-text {
   padding: 1em 3em 2em 3em;
   }
  
  
  .button-map {
width:55%;
}

.button-map:hover {
width:55%;
}
  
#termin-text {
    position: relative;
	background-color:#e4f3f1;
	border:none;
    overflow:hidden;
    min-height: 26%;
    height: auto;
    display:block;
    width: 100%;
    text-align:left;
    padding: 2em 2em 2em 2em;
    margin:4em 0em 4em 0em;
    }
  
}

/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
#termin-container {
   padding:10em 1em 10em 1em;
   }
  
#termin-text {
   padding: 1em 2em 2em 2em;
   }
  
  
  .button-map {
width:90%;
}

.button-map:hover {
width:90%;
}
  
}



/* G. 10 fragenarea  ********************************************* */
/* ************************************************************** */

.frag{
display: flex;
flex-direction: row;
flex-basis: 100%;
max-width: 100%;
width: 100%;
flex: 0 0 auto;
box-sizing: border-box;
margin: 0 0 0 0;
margin: 0 auto;
height: auto;
overflow:hidden;
padding-top:1em;

}

.fragen-flex-cont{
display: flex;
flex-direction: column;
flex-basis: 48%;
max-width: 50%;
width: 50%;
flex: 0 0 auto;
box-sizing: border-box;
margin: 0 0 0 0;
margin: 0 auto;
height: auto;
overflow:hidden;

}

#fragen-ausklapp-container-links{
padding-right:1em;

}

#fragen-ausklapp-container-rechts{
padding-left:1em;

}


#frage1-link, #frage2-link, #frage3-link, #frage4-link, #frage5-link, #frage6-link, #frage7-link, #frage8-link, #frage9-link, #frage10-link {
background-color: #e4f3f1;
background-image: ;
background-repeat: no-repeat;
display: inline-block;
height:2em;
height: auto;
width: 100%;
border-radius: 5px;
border:none;
color: #043955;
text-align: left;
padding: 0.5em;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
  
background-size: contain;
background-position: left;
text-align-last: left;
padding-right: 2em;
}

#frage1-link:hover, #frage2-link:hover, #frage3-link:hover, #frage4-link:hover, #frage5-link:hover, #frage6-link:hover, #frage7-link:hover, #frage8-link:hover, #frage9-link:hover, #frage10-link:hover {
  background-color:#aedad5;
  }




/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:1100px) {

.frag{
flex-direction:column;
}
  
.fragen-flex-cont{
display: flex;
flex-direction: column;
flex-basis: 108%;
max-width: 100%;
width: 100%;
flex: 0 0 auto;
box-sizing: border-box;
margin: 0 0 0 0;
margin: 0 auto;
height: auto;
overflow:hidden;

}
  
#fragen-ausklapp-container-links{
padding-right:0em;

}

#fragen-ausklapp-container-rechts{
padding-left:0em;

}
  
}


/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
  
  
}






/* G. Kontaktrarea  ********************************************* */
/* ************************************************************** */

#kontakt {
background-color:#e4f3f1;
width: 100%;
min-height: 20em; 
height: auto;
}

#kontakt-inhalt {
display:flex;
flex-direction: row;
overflow:hidden;
height: auto;
min-height: 20px;
width: 100%;
background-color:transparent;
}

#kontakt-links {
flex-direction:column;
align-items:flex-start;
width: 33.3%;
}

#infoboxes {
width: 100%;
min-height: 2em;
height: auto;
background-color:transparent;
flex-direction:column;
align-items:left;
background-color: transparent;
}

#info-telsprech {
width: 100%;
background-color:transparent;
height: auto;
padding-right: 2em;
}

#info-corona {
min-height: 140px;;
height: auto;
width: 90%;
background-color:transparent;
background-image:;
background-repeat: no-repeat;
background-position: left;
background-size: contain;
height: auto;
overflow: hidden;
margin-top:2em;
margin-left:0;
}

#kontakt-rechts {
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  width: 66.6%;
  min-height: 10em;
  height: auto;
  padding-left:2em;
  background-color:transparent;
  margin-top:10em;
  margin-bottom:5em;
  }

.text-formular {
  display:none;
  }

.kontakt-form {
  width: 100%;
  min-height: 2em;
  height: auto;
  display: grid;
  grid-gap: 1rem;
  margin-top:2em;
  grid-template-columns:auto;
  background-color:transparent;
  }

iframe {
    position:relative;
    width: 100%;
    min-height:26em;
    height: auto;
    overflow: hidden;
    background-color:transparent;
    border: none;
    }



/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:1320px) {
  
  
iframe {
min-height:26em;
background-color:transparent;
}

}


@media screen and (max-width:1208px) {
  
#kontakt-links {
width: 50%;
}
  
.kontakt-form {
  margin-top:0.25em;
}
 

iframe {
min-height:42em;
background-color:transparent;
padding-right:0.1em;
}
   
}

@media screen and (max-width:1100px) {

#kontakt-rechts {
   width: 50%;
  }
}



@media screen and (max-width:970px) {
  
#kontakt-inhalt {
flex-direction: column;
}
  
#kontakt-links {
padding-bottom:0em;
width: 100%;
padding-right:0em;
}
  
#infoboxes {
flex-direction:row;
}
  
#info-corona {
margin-top:0em;
margin-right:0;
}
  
#kontakt-rechts {
padding-bottom:0em;
width: 100%;
padding-left:0em;
margin-top:2em;
}
  
.text-formular {
  display:block;
  }
  
.kontakt-form {
  margin-top:0.5em;
}
  
iframe {
    min-height:26em;
    background-color:transparent;
}
   
}

/* MOBILE  ************************* */
/* ********************************* */


@media screen and (max-width:734px) {
  
#infoboxes {
flex-direction:column;
}

#info-corona {
margin-top:1em;
margin-bottom:0em;
background-position:left;
}
  
#kontakt-rechts {
padding-bottom:0em;
width: 100%;
padding-left:0em;
margin-top:1em;
}

.text-formular {
  display:block;
  margin-top:0;
}
 
iframe {
min-height:42em;
background-color:transparent;
}
  
}



/* G. Downloads-area  ******************************************* */
/* ************************************************************** */

#downloads {
background-color:#aedad5;
width: 100%;
min-height: 3em; 
height: auto;
}

#downloads-inhalt {
display:flex;
flex-direction: row;
position:relative;
min-height: 3em;
width: 100%;
height: auto;
overflow: hidden;
background-color:transparent;
padding-bottom:1em;
}

#downloads-text {
  width: 100%;
  padding:0.5em 1.5em 0.5em 0em;
}

#downloads-objekte-container {
width: 100%;
min-height: 3em;
height: auto;
display:flex;
flex-direction:column;
justify-content:space-around;
background-color:transparent;
}

.downloads-objekte {
width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 1em;
}

#dow1, #dow2 {
}

#dow1:hover, #dow2:hover {
}

#dow1-712, #dow2-712 {
display:none; 
}





/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:1200px) {
  
#dow1, #dow2 {
display:none;
}
  
#dow1-712, #dow2-712 {
display:block; 
}
  
#downloads-objekte-container {
padding-bottom: 0.5em;
}
  
  
}

@media screen and (max-width:970px) {
  
#downloads-inhalt {
  flex-direction: column;
}
  
#dow1, #dow2 {
display:block;
}
  
#dow1-712, #dow2-712 {
display:none;
}
  
    
}

/* MOBILE  ************************* */
/* ********************************* */


@media screen and (max-width:734px) {
  
#dow1, #dow2 {
display:none;
}
  
#dow1-712, #dow2-712 {
display:block; 
}
  

}






/* G. Sonderseiten-area  **************************************** */
/* ************************************************************** */




/* TABLETS ************************* */
/* ********************************* */

@media screen and (max-width:970px) {
  

}

/* MOBILE  ************************* */
/* ********************************* */

@media screen and (max-width:712px) {
 
  }




/* 7. Cookie-Info  ********************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */
/* ************************************************************** */


#cookie {
  color: white;
  text-decoration:none;
}


#cookiedingsbums a {
  
  text-decoration:none;
  color: #24b4a8;
  }

#cookiedingsbums a:hover {
  text-decoration:none;
  color:white;
  }

#cookiedingsbums div {
 padding:2em 5em 2em 0em; 
}

#button-cookie {
 min-width: 8em;
}


#mbmcookie {
position: fixed; 
bottom: 7em; 
left: 0; 
right: 0; 
background: #eee; 
padding-top: 20px;
padding-bottom: 20px;
padding-left:10px;
padding-right:10px;
font-size: 14px; 
font-family: verdana;
}

#mbmcookie a.button {
cursor: pointer; 
background: #ccc; 
padding: 8px 20px; 
margin-left: 10px; 
border-radius: 5px; 
font-weight: bold; 
float: right;
}

#mbmcookie a.button:hover {
background-color: #aaa;
}

#mbmcookie p.cookiemessage {
display: block; 
padding: 0; margin: 0;
}

#cookiedingsbums { 
   text-align:center; 
   background: #053c59;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   min-height:height:20px;
  font-size: 18px;
   line-height:16px;
}

#cookiedingsbumsCloser {
   color:transparent;
   position: absolute;
   right:2em;
   text-decoration:none;
   top:2em;
   height: 55px;
   width: 55px;
   cursor:pointer;
   padding:1em;
   background:transparent;
   background-image:url(material/toggle-a-55x55x-close-ok.png);
   background-repeat: no-repeat;
   background-position: center;
 }

#cookiedingsbumsCloser:hover {
 background-color: transparent;
 background-image:url(material/toggle-a-55x55x-close-ok-hover.png);
 background-repeat: no-repeat;
 background-position: center;
 text-decoration:none;
}




/* ********************************* */









