@font-face {
  font-family: Asap; /* bold font */
  src: url("fonts/Asap-Regular.ttf") format("woff");
  font-weight: bold; font-style: normal; }


@font-face {
  font-family: Asap; /* italic font */
  src: url("fonts/Asap-RegularItalic.ttf") format("woff");
  font-weight: normal; font-style: italic; }

@font-face {
  font-family: Asap; /* bolditalic font */
  src: url("fonts/Asap-BoldItalic.ttf") format("woff");
  font-weight: bold; font-style: italic; }

  * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
body {
  font-family: 'Lato', sans-serif;
  max-width: 100% !important;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html{
overflow-x: hidden;

    margin: 0;
    padding: 0;
}

p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: left;
}
.basic-text{
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: left;
}

/*Logo, Top col*/
.flex-control-nav.flex-control-paging {
    z-index: 3;
}
.logo {
  float: left;
  width: 300px;

}
.mt-7 {
  margin-top: 7em;
}
.img-width {
  width: 100%;
}
.asap-italic
{
  font-family: Asap;
  font-style: italic;
  color: #76879f;
  text-align: center;
  font-size: 26pt;
  margin-bottom: 5%!important;
  margin-top: 5%;
}

.img_header {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  max-height: 600px;
  z-index: 1;
}

.header_image {
  margin-left: 5%;
  margin-right: 5%;
  z-index: 1;
  height: 600px;
}
.header {
  margin-left: 5%;
  margin-right: 5%;
  z-index: 1;
  margin-top: 2%;
}

.shadow-box {
  width: 100%;
  box-shadow: 5px 12px 10px -15px #111;
  z-index: 3;
  position: relative;
}
.pink_dot_wrapper {
  z-index: 2;
}

.pinkdot {
  width: 20%;
  z-index: 2;
  position: relative;
  float: right;
  margin-right: 10%;
  margin-top: -25%;
}
.flexsliderhead{
position: relative;

}

.wrapper_header {
  margin-top: 2%;
}

ul    {
          margin-left: 5%;
    }

#demo {
    background: url(../images/frau_entspannt.jpg) no-repeat center center;
    height: 400px;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
#gutschein {
  background: url(../images/gutschein.png) no-repeat center center;
  height: 250px;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;

}
#beratung{
  background: url(../images/beratung.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;
}
#coaching{
  background: url(../images/coaching.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;
}
#achtsamkeit {

  background: url(../images/ZAM-achtsamkeit.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;
}
#meditation {
  background: url(../images/meditation.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;
}
#energiebehandlung{
  background: url(../images/energie.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;
}
#klangzeit {
  background: url(../images/klang.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;

}
#ganzheitlichkeit {
  background: url(../images/ZAM-kf_ganzheitlichkeit.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;

}
#salutogenese {
  background: url(../images/salutogenese.png) no-repeat center center;
  height: 400px;
  width: 100%;
  background-size:contain;
  margin-top: 5%;
  margin-bottom: 5%;

}
footer a {
  color: #000000;
  text-decoration: none;
}

footer a:hover {
    color: #76879f;
}
.wrapper_outer_slider  {
  margin-top: 5%;

}
.col-sm-1 p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #616161;
  font-weight: 400;
  line-height: 20px;
  padding-top: 5%;
}

.col-sm-1 p:hover {
  text-decoration: none;
  cursor: pointer;
}
/* 2.Navigation*/

.navwrapper {
    margin-top: 10%;
    margin-bottom: 2%;
}

.topnav {
    background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.topnav div {
    color: #4A6B7A;;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
	  line-height: 32px;
}

.topnav a:hover {
    background-color: #FFFFFF;
    color: #4A6B7A;;
    text-decoration: none;
}

.topnav a {
    color: #4A6B7A;;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
	  line-height: 32px;
}

.topnav .icon {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    width: auto;
    height: auto;;
    border-bottom: 2px solid transparent;
}

.dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    width: auto;
    color: #4A6B7A;
    height: auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
	  line-height: 32px;
    z-index: 0;
    float: left;
    padding: 5px;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    z-index: 1;
}

.dropdown span {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
	  line-height: 32px;
}

.dropdown:hover {
    border-bottom: 2px solid #4A6B7A;
    cursor: pointer;
    z-index: 2;
}

/*Content*/

.content_wrapper {
  margin-top: 5%;
  margin-bottom: 7%;
  margin-left: 15%;
  margin-right: 15%
}

i {
  font-size: 18px;
  color: #616161;
  padding-left: 1%;
}

.icon_container {
  margin-top: -2.5%;
  float: right;
  width: 100px;
  margin-right: -10%;
}

.content_wrapper h2 {
  margin-bottom: 5%;
  font-weight: 500;
}

h2 {
    margin-top: 15%;
  font-family: Asap, sans-serif;
  font-size: 36pt;
  color: #76879f;
  text-align: center;
  font-weight: 200;
}

.telephone {
  font-family: Asap, sans-serif;
  color: #76879f;
  font-weight:bold;
}
.post-adress{
  font-family: Asap, sans-serif;
  color: #76879f;
  text-decoration: underline;
}
.physical-adress{
  font-family: Asap, sans-serif;
  color: #76879f;

}

.fas
{
color: #76879f;
}
.content_wrapper p {
  font-family: Lato, sans-serif;;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: left;
}

.text-center{
  text-align: center;
}
.text-center p {

  font-family: Lato, sans-serif;;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: center;

}
.mail-link{
  color: #333333;
}
.col_wrapper {
  margin: 5%;
}

.col_wrapper .row .col {
  padding: 3%;
  text-align: left;
  margin-top: 2%;
  font-size: 20px;
}

.col_wrapper .row {
  margin-top: 5%;
}

.col_wrapper p {
  color: #76879f;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  margin-top: 1.5%;
  margin-bottom: 0;
}

.col h3 {
  font-size: 24px;
  font-family: Lato, sans-serif;
  color: #ffffff;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 1px;
}

.kita_header {
  background-color: #dd4365;
  height: 250px;
  text-align: center;
  padding: 4%;
  margin-top: 2%;
  margin-bottom: 1%;
}

.ui-accordion-header-active:after {
    content : url(../images/pfeil_nachoben.png);
}

/* Start Accordion CSS Neues Accordion Bootstrap 4 */
#accordion{
  font-family: 'Lato', sans-sans-serif;
}
#accordion .card {
  border:none!important;
}
#accordion .card-header{
  text-align: center;
  background-color:#fff!important;
  border-bottom: 2.5px solid rgba(236, 240, 242, 0.8)!important;
}
#accordion .card-body{
  background-color: #f7f9f9!important;
  font-family: 'Lato', sans-sans-serif;
}
#accordion .card-header .btn-link{
  color:#648692;
  font-weight: bolder;
  text-decoration: none!important;
}
#accordion .card-header .btn-link:hover{
  color:#648692;

}


#accordionsecond {
  font-family: 'Lato', sans-sans-serif;
}
#accordionsecond .card {
  border:none!important;
}
#accordionsecond .card-header{
  text-align: center;
  background-color:#fff!important;
  border-bottom: 2.5px solid rgba(236, 240, 242, 0.8)!important;
}
#accordionsecond .card-body{
  background-color: #f7f9f9!important;
  font-family: 'Lato', sans-sans-serif;
}
#accordionsecond .card-header .btn-link{
  color:#648692;
  font-weight: bolder;
  text-decoration: none!important;
}
#accordionsecond .card-header .btn-link:hover{
  color:#648692;

}

.greybackground
{
  background-color: #f7f9f9 !important;
}


.kita_content_wrapper {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.kita_info_banner_content ul {
  list-style: none;
  margin-bottom: 10%;
  margin-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

iframe {
  width: 100%;
  height: 350px;
  margin-top: 5%;
}

.map_list_wrapper h2 {
  margin-bottom: 10%;
  font-family: Lato, sans-serif;;
  font-weight: 100;
  font-size: 2rem;
}

.kita_info_banner_content li {
  font-family: Lato, sans-serif;;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 1%;
}

.kita_info_banner {
  border: 1px solid #e7e7e7;
  width: 300px;
}

.kita_info_banner_content i {
  color: #c9d5d9;
  margin-right: 1%;
}

.header_kita_info_banner {
  background-color: #76879f;
  padding: 1%;
}

.header_kita_info_banner p {
  color: #ffffff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  margin-left: 3%;
  margin-top: 4%;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.kita_button_wrapper {
  text-align: center;
}

.kita_button {
  background-color: #b1cf48;
  color: #616161;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 500;
  width: 80%;
  margin-top: 4%;
  margin-bottom: 4%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #b1cf48;
  text-align: center;
}

.kita_header p {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  font-family: Lato, sans-serif;
}

.kita_info_banner_line {
  height: 1px;
  width: 90%;
  background-color: #e7e7e7;
  margin-left: auto;
  margin-right: auto;
}

.kitas_maps_info_button {
  background-color: #b1cf48;
  color: #616161;
  text-align: center;
  width: 50%;
  height: 50px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 20px;
  font-weight: 400;
}

.kita_mini_image {
  float: right;
}

.kitas_list h5 {
  color: #76879f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  font-family: Lato, sans-serif;
}

.kitas_list p {
  color: #616161;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.kitas_maps_info_button:hover {
  color: #ffffff;
  transition: all 1s;
}

.kitas_list .row {
  margin-top: 5%;
}

.kitas_list_line {
  background-color: #eeeeee;
  height: 1px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.box{
  border: #cccccc;
  border-style: solid;
  border-width: medium;
  margin-bottom: 7%;
}
.box p {
padding: 25px;
margin-left: auto;
margin-right: auto;
width: 85%;
}

.slider_content {
  background-color: #ffffff;
  z-index: 1;
}

.slider_content p {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.flexslider {
  margin-top: 2% !important;
  margin-bottom: 10% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80%;
}

.flex-control-paging li a.flex-active {
  background-color: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #4a6b7a;
}

.flex-control-nav li {
  background-color: #4a6b7a !important;
  border: 1px solid #4a6b7a !important;
  border-radius: 50%;
}

.flex-control-paging li a {
  background-color: #4a6b7a !important;
}

.kitas_wrapper {
  margin: 6%;
}

.kitas_wrapper h2 {
  margin-bottom: 10%;
  font-family: Lato, sans-serif;;
  font-weight: 100;
  font-size: 2rem;
}

.wrapper_outer_slider h2 {
  margin-bottom: 10%;
  font-family: Lato, sans-serif;;
  font-weight: 100;
  font-size: 2rem;
}

/*Footer*/

.footer_wave {
  width: 100%;
  z-index: 2;
}

.boat {
  z-index: 3;
}

footer {
  background-color: #ffff;
  z-index: 1;
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}


footer p {
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.wrapper_wide {

  margin-left: 4%;
  margin-right: 4%;
  padding: 2%;
  height:300px;
}

footer i {
  color: #0000;
  padding: 2%;
  font-size: 18px;
}
@media only screen and (min-width:760px) and (max-width: 1000px) {

  .img_header {
      max-height: 450px;
  }

  .flexsliderhead{
  position: relative;
  height:  450px !important;

  }

}

@media only screen and (min-width: 421px) and (max-width: 860px) {

  .img_header {
      max-height: 450px;
  }

  .flexsliderhead{
  position: relative;
  height:  450px !important;

  }
}

@media only screen and (max-width: 420px) {
  .img_header {
      max-height: 400px;
  }

  .flexsliderhead{
  position: relative;
  height:  450px !important;

  }

}
