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

Projektstart: 25.01.2025


Farbschema, Fonts:
---------------------------------------------------
 -----   Dorota Hoefler, integrative Lerntherapie:
|
|        Body Font Color: #009cb6; - türkisblau
|        bg:	hellgelb: #fef1d5
|      
|        FONT: font-family: 'Montserrat', sans-serif
|		
|
----------------------------------------------------*/
* {
  line-height: 140%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body {
  background: #fff;
  cursor: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #009cb6; /* Textfarbe: türkis */
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.farbe {
  background-color: #DDFAFF;
}
/**************************/
header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 70px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  z-index: 500;
}
.abstand_header {
  padding-top: 70px;
}
.fluid img {
  width: 100vw;
}
.logo-top {
  position: absolute;
  top: 5px;
  /*left: 15vw;*/
}
#logo_kl {
  max-width: 500px;
  padding: 10px 20px 10px 20px;
}
/************* Hauptmenü *************/
ul#menu {
  display: block;
  list-style-type: none;
  padding-top: 10px;
  margin: 0;
  text-align: left;
  z-index: 1000;
}
ul#menu li {
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 22px;
}
ul#menu li a {
  font-family: 'Montserrat', sans-serif;
  color: #009cb6; /*braun*/
  font-weight: 400;
  font-size: 1.06em;
  margin: 0;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
ul#menu li:last-child {
  border-right: none;
}
ul#menu li a:hover {
  color: #febd31;
}
ul#menu li a#current {
  color: #febd31;
}
ul#sub li {
  margin-top: 10px;
  border-right: none;
}
ul#sub2 li {
  margin-top: 10px;
  border-right: none;
}
/************* LINKs *************/
/*#angebot a {
  color: #febd31;
}*/
section a {
  font-family: 'Montserrat', sans-serif;
  color: #009cb6; /*braun*/
  font-size: 1.06em;
}
section a:hover {
  color: #febd31;
}
section a:visited {
  color: #009cb6;
}
/************BUTTONs**************/
.contentholder {
  position: relative;
}
.but_wunstorf {
  width: 240px;
  position: relative;
  top: -40%;
  left: -50px;
}
.but {
  background-color: transparent;
  border: none;
  color: transparent;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 5px;
  cursor: pointer;
  transform: rotate(75deg)
}
.butround {
  border-radius: 50%;
}
.butonline {
  position: absolute;
  top: 90%; /*620px; */
  right: 6%; /*100px;*/
}
/************TEXTFORMATe**************/
#index h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009cb6;
  font-size: 2.4rem; /*font-size: 3.2rem;*/
  line-height: 120%;
  text-transform: uppercase;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #009cb6;
  font-size: 3.2rem; /*font-size: 3.2rem;*/
  line-height: 120%;
}
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #009cb6;
  font-size: 3.4rem; /*font-size: 3.2rem;*/
  line-height: 120%;
}
h1.impressum {
  font-size: 3.2rem; /* font-size: 3rem;*/
  margin: 35px 10px 3px 10px;
}
h2.zitat {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  color: #009cb6;
  font-weight: 300;
  font-style: normal; /*word-spacing: -8px;*/
}
h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-size: 2rem;
  color: #009cb6;
  font-weight: 400;
  margin: 10px 20px 10px 20px; /*margin: 0px 20px 10px 20px;*/
  line-height: 1.2;
}
h3 {
  font-size: 1.6rem;
  color: #009cb6;
  font-weight: 500;
  margin: 10px 20px 10px 20px; /*margin: 0px 20px 10px 20px;*/
}
.untertitel {  font-size: 1.4rem;
  color: #009cb6;
  font-weight: 500;
  margin: 10px 20px 10px 20px; /*margin: 0px 20px 10px 20px;*/}
h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
.subh1 {
  font-size: 2.6rem;
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
p {
  font-family: 'Montserrat', sans-serif;
  color: #009cb6;
  font-weight: 400;
  font-size: 1rem; /*1.2rem*/
  font-style: normal;
  line-height: 150%;
}
p b {
  font-weight: 500;
  font-size: 100%;
  font-style: normal;
}
strong, b {
  font-weight: 700; /*500*/
  font-size: 100%;
  font-style: normal;
}
.medium {
  font-weight: 600;
}
p a, a:link {
  font-size: 100%;
  color: #009cb6;
}
p a:hover {
  color: #009cb6;
  border-bottom: none;
}
p a, a:link a:visited, p a:active, p a:checked a:focus {
  color: #009cb6;
}
.block p {
  width: 80%;
  display: inline-block;
}
.zitat {
  font-size: 1.6rem;
  color: #009cb6;
  font-weight: 500;
  margin: 10px 20px 10px 20px; /*margin: 0px 20px 10px 20px;*/
}
ul {
  padding: 0 auto;
  display: inline-block;
  list-style: none;
  /*list-style-image: url("../../images/listenpunkt.png");*/
  font-weight: 400;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 150%;
}
li {
  margin: 5px 20px 10px 20px; /*margin: 5px 20px 20px 20px;*/
}
/***********TEXTFORMATe Abstände***************/
h1 {
  margin: 20px 20px 20px 20px;
}
h2 {
  /*  margin: 20px 20px 20px 20px;*/
}
h3 {
  margin: 20px 20px 20px 20px;
}
h4 {
  margin: 20px 20px 20px 20px;
}
h5, h6 {
  margin: 5px 20px 20px 20px;
}
p {
  margin: 5px 20px 20px 20px;
}
ul {
  margin: 5px 0px 5px 0px;
  /*list-style-type: disc;*/
}
/********* Layout-Elemente ************/
.border-left {
  border-left: 1px solid #009cb6;
}
.border-left p {
  margin-left: 40px;
}
.border-left h3 {
  margin-left: 40px;
}
/********* LAYOUT, Sectionen ************/
section {
  padding: 2rem 0 2rem 0;
}
article {
  margin-bottom: 4rem;
}
.teaser img {
  padding-top: 20px;
}
/**ANI einblenden**/
.einblenden {
  animation: einblenden 2s;
  -moz-animation: einblenden 2s; /* Für Firefox */
  -webkit-animation: einblenden 2s; /* Für Safari und Chrome */
  -o-animation: einblenden 2s; /* Für Opera */
}
@keyframes einblenden {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes einblenden { /* Für Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes einblenden { /* Für Safari und Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes einblenden { /* Für Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/****/
/**BG Hintergrundbilder**/
/**BG Startseite**/
section.intro {
  background-image: url("../../images/formen_600-600.png");
  background-size: 24%;
  background-repeat: no-repeat;
  background-position: 112% 28%;
  /*margin-bottom: 5%;*/
}
/*/*section.farbe {
  background-image: url("../../images/Ilustration_Zettel-Stift.png");
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: 8% 34%;
  /*margin-bottom: 5%;*/
/*}*/
.kasten {
  background-color: #DDFAFF;
  padding: 7px;
}
/****/
.rahmen {
  border-right: 2px solid #009cb6;
  border-left: 2px solid #009cb6;
  padding: 0 10px;
}
.kontakt {
  position: fixed;
  right: -2px;
  top: 360px;
  width: 250px;
  height: 105px;
  padding: 15px;
  background-color: #009cb6;
  border: 1px solid white;
  color: #fff;
  font-weight: 600;
}
.kontakt a, a:link a:visited, p a:active, p a:checked a:focus {
  color: #fff;
  font-size: 80%;
  margin-left: 6px;
}
.kontakt img {
  padding-left: 0px;
  margin-left: 0px;
}
.adresse {
  color: #fff;
  font-weight: 600;
  font-size: 80%;
  margin-left: 6px;
  padding-left: 0px;
}
.bild-links {
  margin-top: 80px;
  width: 100%;
}
.bild-rechts {
  margin-top: 100px;
  width: 100%;
}

/*********Section/Band, grün************/
/********* Section Angebot/Teaser************/
section h3 {
  font-size: 1.6rem
}
/***********Banner hell***************/
/**************************/
footer {
  background: #009cb6;
  height: auto;
  padding: 40px 10px 40px 10px;
  /*margin-top: 100px;*/
}
footer p {
  /*font-size: 1.1rem;*/
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  line-height: 190%;
}
footer p {
  margin: 0 20px 0 20px;
}
footer a, footer a:link, footer p a:focus, footer p a:visited {
  font-size: 100%;
  color: #fff;
}
footer p a:hover {
  font-size: 100%;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
address {
  padding-right: 20px;
  padding-left: 20px;
}
/**********************************************/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .hide-for-small {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  section.intro {
    background-image: none;
  }
	
article {
	margin-bottom: 1rem;}	
	
  .bild-links {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
  .bild-rechts {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
	    #logo_kl {
      max-width: 20rem;
      padding: 0px 20px 0px 20px;
    }

	#index h1 {
		font-size: 2em;
}
	
	h2 {
		font-size: 1.6em; font-weight: 300;
}
	
	.but_wunstorf {
  width: 200px;
  position: relative;
  top: -15%;
  left: -30px;
}
	.partner img {max-height: 80px;}
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .bild-links {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
  }
  .bild-rechts {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
	.but_wunstorf {
  width: 200px;
  position: relative;
  top: -45%;
  left: -30px;
}
}

/* between Medium ipad */
@media screen and (min-width: 40em) and (max-width: 83em) {
  section.intro {
    background-image: none;
  }
  .kontakt {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
	  .hide-for-small {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
	.but_wunstorf {
  width: 200px;
  position: relative;
  top: -20%;
  left: -30px;
}
	.partner img {max-height: 100px;}

}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.intro {
    background-image: none;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}