@font-face {
  font-family: LemonYellowSunBold;
  src: url(../webfonts/Hanoded-LemonYellowSunBold.otf);
}

*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset{
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1em;
}

legend{
  padding-bottom: 1em;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #fff;
}

a:hover, a:active, a.active {
  text-decoration: underline;
}

html, body{
  height: 100%;
}

html, body{
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.75;
  color: #706f6f;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 350px) {
  html, body {
    font-size: 14pt;
  }
}

address{
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: LemonYellowSunBold, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.person-name{
  font-family: LemonYellowSunBold, sans-serif;
  letter-spacing: 0.08em;
  font-size: 2rem;
  z-index: 2;
}

h1{
  font-size: 2.1rem;
  letter-spacing: 0.15em;
}

h2{
  font-size: 2.1rem;
  line-height: 1.1;
}

h3{
  font-size: 1.8rem;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
}

.hortanmeldung {
    width:15vw;
    height:auto;
    position:absolute;
    top:3vh;
    right:19vw;
    transform:rotate(7deg);
    z-index:10;
}

@media only screen and (max-width:1000px) {
    .hortanmeldung {
    width:40vw;
    top:10vh;
    right:19vw;
}
}

.hidden{
  display: none;
}

#wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}

#main-container{
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}

.container{
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0 auto;
}

.container-inner{
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}

@media only screen and (min-width: 350px) {
  .container-inner {
    width: 100%;
    padding: 0 15px;
  }
    
    
}

@media only screen and (min-width: 540px) {
  .container-inner {
    width: 100%;
    padding: 0 25px;
  }
    

}

@media only screen and (min-width: 769px) {
  .container-inner {
    width: 100%;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1000px) {
  .container-inner {
    width: 920px;
    padding: 0;
  }
}

.section-intro{
  background-color: #fff;
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 10px 0;
  padding-top: 100px;
  margin-top: 0;
  text-align: center;
}

.section-intro p.text{
  padding: 40px 0px 120px 0px;
}

.section-intro h2, .section-intro strong{
  color: #eb4fb4;
}

.section-intro::after{
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  position:absolute;
  left: 0px;
  top: -66px;
  background: url(../img/mask_start_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

/* Header and video */
#header{
  width: 100%;
  height: 100%;
  background-color: #f2c295;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

#page-title{
  width: 100%;
  /*color: #e94787;*/
  color: #fff;
  /*text-shadow: 3px 3px #fff;*/
  text-shadow: 3px 3px #000;
  position: fixed;
  bottom: 13%;
  left: 0;
  text-align: center;
  opacity: 0;
  padding: 0 1%;
}

@media only screen and (aspect-ratio: 280/653) {
  #page-title {
    bottom: 8%;
  }
    .hortanmeldung {
    width:40vw;
    top:3vh;
    right:19vw;
}
}

@media only screen and (min-width: 490px) {
  #page-title {
    padding: 0 10%;
  }
 
}

@media only screen and (min-width: 1025px) {
  #page-title {
    /*color: #fff;
    text-shadow: 3px 3px #1e72a8;*/
    padding: 0 10%;
  }
}

button.scroll-down{
  width: 55px;
  height: 50px;
  background: url(../img/icon_arrow_down.svg) center center no-repeat;
  background-size: 100% auto;
  display: block;
  color: #fff;
  position: fixed;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 0 none;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 0 none;
}

video#header-video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#header-img-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: url(../img/header_mobile_bg.jpg) center center no-repeat;
  background-size: cover;
}

#header-img-title{
  width: 90%;
  height: 50%;
  position: relative;
  top: 25%;
  left: 0;
  margin: 0 auto;
  padding: 0;
  background: url(../img/header_mobile_title.png) center center no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 590px) {
  #header-img-title {
    /*background: none;
    background-size: 100% auto;*/
    background-size: contain;
  }
}

@media only screen and (min-width: 890px) {
  #header-img-title {
    /*background: none;
    background-size: 100% auto;*/
    top: 21%;
  }
}

@media only screen and (min-width: 1025px) {
  #header-img-bg {
    background: url(../img/header_desktop.jpg) center center no-repeat;
    background-size: cover;
  }
  #header-img-title {
    /*background: none;
    background-size: 100% auto;*/
  }
}

/* Highlights */
.section-highlights{
  background-color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
}

.section-highlights h2{
  color: #43d5c8;
}
.section-highlights p.text, .section-highlights p.text-end{
  padding: 40px 0px 60px 0px;
}
.section-highlights p.text-end{
  padding-bottom: 90px;
}

.highlight-text{
  font-family: LemonYellowSunBold, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-size: 1.5rem;
}

#highlight-1, 
#highlight-2, 
#highlight-3, 
#highlight-4, 
#highlight-5, 
#highlight-6, 
#highlight-7, 
#highlight-8{
  margin: 15px 0px;
  text-align: center;
}

#highlight-1 .container-inner, 
#highlight-2 .container-inner, 
#highlight-3 .container-inner, 
#highlight-4 .container-inner, 
#highlight-5 .container-inner, 
#highlight-6 .container-inner, 
#highlight-7 .container-inner, 
#highlight-8 .container-inner{
  position: relative;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}

#highlight-1{
  color: #fff;
  width: 100%;
  height: 270px;
  background: #3cb19a url(../img/highlight1_bg.png) 50% 50%;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
}

#highlight-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-1_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-1::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-1_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-1 .highlight-img{
  display: block;
  width: auto;
  height: 223%;
  max-height: 604px;
  position: absolute;
  top: -45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-1 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-2{
  color: #307dab;
  width: 100%;
  height: 270px;
  background: #dfdad7;
  overflow: hidden;
  position: relative;
}

#highlight-2::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-2_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-2::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-2_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-2 .highlight-img{
  display: block;
  width: auto;
  height: 156%;
  max-height: 420px;
  position: absolute;
  top: -24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-2 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-3{
  color: #fff;
  width: 100%;
  height: 228px;
  background: #eea216;
  overflow: hidden;
  position: relative;
}

#highlight-3::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-3_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-3::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-3_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-3 .highlight-img{
  display: block;
  width: auto;
  height: 349%;
  max-height: 796px;
  position: absolute;
  top: -104%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-3 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-4{
  color: #fff;
  width: 100%;
  height: 288px;
  background: #036b9a;
  overflow: hidden;
  position: relative;
}

#highlight-4::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-4_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-4::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-4_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-4 .highlight-img{
  display: block;
  width: auto;
  height: 211.8%;
  max-height: 610px;
  position: absolute;
  top: -19%;
  left: 92%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-4 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-5{
  color: #fff;
  width: 100%;
  height: 270px;
  background: #ea8610;
  overflow: hidden;
  position: relative;
}

#highlight-5::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-5_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-5::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-5_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-5 .highlight-img{
  display: block;
  width: auto;
  height: 199.36%;
  max-height: 665px;
  position: absolute;
  top: -30%;
  left: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-5 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-6{
  color: #fff;
  width: 100%;
  height: 359px;
  background: #fcbfbe;
  overflow: hidden;
  position: relative;
}

#highlight-6::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-6_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-6::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-6_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-6 .highlight-img{
  display: block;
  width: auto;
  height: 181.62%;
  max-height: 652px;
  position: absolute;
  top: -20%;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-6 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-7{
  color: #fff;
  width: 100%;
  height: 270px;
  background: #80abd2;
  overflow: hidden;
  position: relative;
}

#highlight-7::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-7_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-7::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-7_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-7 .highlight-img{
  display: block;
  width: auto;
  height: 174.58%;
  max-height: 515px;
  position: absolute;
  top: -31%;
  left: 46%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-7 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#highlight-8{
  color: #fff;
  width: 100%;
  height: 270px;
  background: #8dcdb3;
  overflow: hidden;
  position: relative;
}

#highlight-8::before{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_highlight-2_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#highlight-8::after{
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_highlight-2_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#highlight-8 .highlight-img{
  display: block;
  width: auto;
  height: 100%;
  max-height: 360px;
  position: absolute;
  top: 0%;
  left: 58%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

#highlight-8 .highlight-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #highlight-1 .highlight-img,
  #highlight-2 .highlight-img,
  #highlight-3 .highlight-img,
  #highlight-4 .highlight-img,
  #highlight-5 .highlight-img,
  #highlight-6 .highlight-img,
  #highlight-7 .highlight-img,
  #highlight-8 .highlight-img{
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 1s;
  }
  
  #highlight-1.show .highlight-img,
  #highlight-3.show .highlight-img,
  #highlight-5.show .highlight-img,
  #highlight-7.show .highlight-img{
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    transform: translateX(150%);
  }
  
  #highlight-2.show .highlight-img,
  #highlight-4.show .highlight-img,
  #highlight-6.show .highlight-img{
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  
  #highlight-8.show .highlight-img{
    -webkit-transform: translateX(-250%);
    -moz-transform: translateX(-250%);
    transform: translateX(-250%);
  }
  
  #highlight-1 .highlight-text, 
  #highlight-2 .highlight-text,
  #highlight-3 .highlight-text,
  #highlight-4 .highlight-text,
  #highlight-5 .highlight-text,
  #highlight-6 .highlight-text,
  #highlight-7 .highlight-text,
  #highlight-8 .highlight-text{
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 1.5s;
  }
  
  #highlight-1.show .highlight-text, 
  #highlight-2.show .highlight-text,
  #highlight-3.show .highlight-text,
  #highlight-4.show .highlight-text,
  #highlight-5.show .highlight-text,
  #highlight-6.show .highlight-text,
  #highlight-7.show .highlight-text,
  #highlight-8.show .highlight-text{
    opacity: 1;
  }
}

@media only screen and (min-width: 320px) {
  #highlight-4 .highlight-img{
    width: auto;
    height: 211%;
    top: -19%;
    left: 78%;
  }
  #highlight-5 .highlight-img{
    width: auto;
    height: 243.36%;
    max-height: 665px;
    top: -42%;
    left: 10%;
  }
}

@media only screen and (min-width: 540px) {
  #highlight-4 .highlight-img{
    width: auto;
    height: 211%;
    top: -19%;
    left: 70%;
  }
  #highlight-5 .highlight-img{
    width: auto;
    height: 243.36%;
    max-height: 665px;
    top: -42%;
    left: 23%;
  }
  #highlight-6 .highlight-img{
    left: 40%;
  }
}

@media only screen and (min-width: 569px) {
  #highlight-1::before,
  #highlight-1::after,
  #highlight-2::before,
  #highlight-2::after,
  #highlight-3::before,
  #highlight-3::after,
  #highlight-4::before,
  #highlight-4::after,
  #highlight-5::before,
  #highlight-5::after,
  #highlight-6::before,
  #highlight-6::after,
  #highlight-7::before,
  #highlight-7::after,
  #highlight-8::before,
  #highlight-8::after{
    height: 100%;
  }
}

@media only screen and (min-width: 769px) {
  #highlight-1 .highlight-img{
    width: auto;
    height: 223%;
    top: -45%;
    left: 78%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-1 .highlight-text{
    width: 39%;
    height: auto;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-2 .highlight-img{
    width: auto;
    height: 156%;
    top: -24%;
    left: 26%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-2 .highlight-text{
    width: 39%;
    height: auto;
    left: 60%;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-3 .highlight-img{
    width: auto;
    height: 349%;
    top: -104%;
    left: 79%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-3 .highlight-text{
    width: 39%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-4 .highlight-img{
    width: auto;
    height: 211.8%;
    top: -19%;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-4 .highlight-text{
    width: 39%;
    height: auto;
    left: 60%;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-5 .highlight-img{
    width: auto;
    height: 312.36%;
    max-height: 834px;
    top: -68%;
    left: 64%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-5 .highlight-text{
    width: 39%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-6 .highlight-img{
    width: auto;
    height: 181.62%;
    top: -20%;
    left: 19%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-6 .highlight-text{
    width: 39%;
    height: auto;
    left: 60%;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-7 .highlight-img{
    width: auto;
    height: 174.58%;
    top: -31%;
    left: 78%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-7 .highlight-text{
    width: 45%;
    height: auto;
    left: 0;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  #highlight-8 .highlight-img{
    width: auto;
    height: 100%;
    top: 0%;
    left: 21%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #highlight-8 .highlight-text{
    width: 39%;
    height: auto;
    left: 60%;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* Timetables */
.section-timetable{
  width: 100%;
  background-color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
}

.section-timetable h2{
  color: #a374a8;
  font-family: LemonYellowSunBold, sans-serif;
}

.section-timetable .hours{
  color: #fff;
  font-size: 1.36rem;
  font-family: LemonYellowSunBold, sans-serif;
}

.section-timetable .activity{
  color: #706f6f;
  line-height: 1.2;
}

.section-timetable .container-inner{
  position: relative;
  margin: 0 auto;
  text-align: left;
  height: 100%;
}

.timetable1, 
.timetable2{
  margin: 15px 0px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.timetable-cont .container-inner{
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 2em;
}

.times-column{
  text-align: center;
  width: 12em;
  height: 8em;
}

.timetable1{
  background: #3cb19a url(../img/highlight1_bg.png) 50% 50%;
  background-size: cover;
}

.timetable1::before{
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_timetable1_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.timetable1::after{
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_timetable1_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.timetable2{
  background: #66b5c2 url(../img/timetable2_bg.png) 50% 50%;
  background-size: cover;
}

.timetable2::before{
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_timetable2_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.timetable2::after{
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  position:absolute;
  left: 0px;
  bottom: -1px;
  background: url(../img/mask_timetable2_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

@media only screen and (min-width: 821px) {
  .timetable1, 
	.timetable2{
		margin: 15px 0px;
		text-align: center;
		width: 100%;
		height: 270px;
	}
	
	.timetable-cont .container-inner{
		margin: 0 auto;
		text-align: left;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		padding-top: 0;
	}
	
	.times-column{
		width: 17.7%;
		height: 8em;
	}

	.timetable1 .times-column:nth-child(1){
		width: 13.7%;
	}

	.timetable1 .times-column:nth-child(2){
		width: 16.7%;
	}

	.timetable1 .times-column:nth-child(5){
		width: 18.7%;
	}

	.timetable2 .times-column{
		width: 18.7%;
	}

	.timetable2 .times-column:nth-child(5){
		width: 16.7%;
	}
}

@media only screen and (min-width: 1024px) {
  .section-timetable .hours{
		font-size: 1.5rem;
	}
}
/* Timetables' animations */
.section-timetable h2{
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.section-timetable.show h2{
	opacity: 1;
}

.section-timetable .timetable1,
.section-timetable .timetable2{
	clip-path: inset(0 100% 0 0);
	transition-property: clip-path;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.section-timetable .timetable2{
	clip-path: inset(0 0 0 100%);
}
.section-timetable .timetable1.show,
.section-timetable .timetable2.show{
	clip-path: inset(0 0 0 0);
}

/* Angebot */
.section-angebot{
  background: #e49c5d url(../img/angebot_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

.section-angebot .container-inner{
  color: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: transparent;
  text-align: left;
}

.section-angebot::before{
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  position:absolute;
  left: 0px;
  top: 0px;
  background: url(../img/mask_angebot_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.section-angebot::after{
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  position:absolute;
  left: 0px;
  bottom: 0px;
  background: url(../img/mask_angebot_btm.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.section-angebot h2{
  color: #fff;
}

.section-angebot .angebot-img{
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.section-angebot .angebot-text-cont{
  display: block;
  width: 90%;
  height: 100%;
  position: relative;
  left: 0%;
  top: 0%;
}

/* Angebot animation for mobile*/
@media only screen and (max-width: 1023px) {
  .section-angebot{
    clip-path: inset(0 90% 0 0);
    transition-property: clip-path;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 1s;
  }
  .section-angebot.show{
    clip-path: inset(0 0 0 0);
  }

  .section-angebot .angebot-img{
    right: 78%;
    transition-property: right;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: 1s;
  }
  .section-angebot.show .angebot-img{
    right: -90%;
  }

  .section-angebot .angebot-text{
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: 1.4s;
  }
  .section-angebot.show .angebot-text{
    opacity: 1;
  }
}

@media only screen and (max-width: 550px) {
  .section-angebot{
    clip-path: inset(0 90% 0 0);
  }

  .section-angebot .angebot-img{
    right: 80%;
  }
  .section-angebot.show .angebot-img{
    right: -90%;
  }
}

@media only screen and (max-width: 420px) {
  .section-angebot{
    clip-path: inset(0 85% 0 0);
  }

  .section-angebot .angebot-img{
    right: 70%;
  }
  .section-angebot.show .angebot-img{
    right: -140%;
  }
}

@media only screen and (max-width: 360px) {
  .section-angebot{
    clip-path: inset(0 80% 0 0);
  }

  .section-angebot .angebot-img{
    right: 62%;
  }
  .section-angebot.show .angebot-img{
    right: -150%;
  }
}

@media only screen and (max-width: 320px) {
  .section-angebot{
    clip-path: inset(0 84% 0 0);
  }

  .section-angebot .angebot-img{
    right: 64%;
  }
  .section-angebot.show .angebot-img{
    right: -135%;
  }
}

@media only screen and (max-width: 280px) {
  .section-angebot{
    clip-path: inset(0 80% 0 0);
  }

  .section-angebot .angebot-img{
    right: 52%;
  }
  .section-angebot.show .angebot-img{
    right: -170%;
  }
}

.section-angebot .angebot-text{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0%;
  top: 0%;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  padding-top: 50px;
  padding-bottom: 70px;
}

.section-angebot .angebot-text p{
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .section-angebot {
    height: 838px;
  }
  .section-angebot .angebot-text-cont {
    width: 90%;
  }
  .section-angebot .angebot-img {
    width: 70.7083%;
    height: auto;
    max-width: 543px;
    right: 78%;
  }
  .section-angebot::before{
    height: 74px;
  }
  .section-angebot::after{
    height: 115px;
  }
  .section-angebot .angebot-text{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-angebot .angebot-text p{
    margin-top: 2em;
  }
}

@media only screen and (min-width: 1024px) {
  .section-angebot {
    height: 854px;
  }
  .section-angebot .angebot-text-cont {
    width: 49%;
  }
  .section-angebot .angebot-img {
    width: 57.7083%;
    right: 0%;
  }
}

@media only screen and (min-width: 1200px) {
  .section-angebot {
    height: 854px;
  }
  .section-angebot .angebot-text-cont {
    width: 56%;
  }
  .section-angebot .angebot-img {
    width: 45.25%;
    right: 0%;
  }
}

/* Team */
.section-team{
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.team-cont{
  margin-top: 4rem;
  overflow: hidden;
  text-align: left;
}

.section-team h2{
  color: #a172ab;
  text-align: center;
  font-size: 70px;
}

.section-team h3{
  text-align: center;
  font-size: 36px;
  color: #a172ab;
}

.team-box-top{
  width: 70%;
  height: auto;
  margin: 100px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.nanos-bg{
  width: 50%;
  float: left;
  background: url("../img/nanos-bg.png") no-repeat;

}

.luna-bg{
  width: 50%;
  float: right;
  background: url("../img/luna-bg.png") no-repeat;
  background-position: right top;

}

.team-box-nanos{
  width: 95%;
  height: auto;
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 100px;
}

.team-box-luna{
  width: 95%;
  height: auto;
  float: left;
  display: flex;
  flex-direction: row;
  padding-top: 100px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.member{
 
  margin-top: 4rem;
 
}

.member-image{
  width: 20vw;
  min-width: 300px;
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.member-image.show{
clip-path: inset(0 0 0 0);
}

.team-box-head{
  width: 100%;
  margin-bottom: 50px;
}


@media only screen and (max-width: 920px) {
  .team-box-top{
    width: 100%;
    height: auto;
    margin: 100px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
  }

	.nanos-bg{
		width: 100%;
		float: none;
		background: url("../img/nanos-bg.png") no-repeat;
	}

	.luna-bg{
		width: 100%;
		float: none;
		background: url("../img/luna-bg.png") no-repeat;
		background-position: right top;
	}

	.team-box-nanos{
		width: 100%;
		height: auto;
		float: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top: 100px;
	}

	.team-box-luna{
		width: 100%;
		height: auto;
		float: none;
		display: flex;
		flex-direction: row;
		padding-top: 100px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}


/* Contacts */
.section-contact{
  color: #acc8e3;
  background-color: #0164ac;
  width: 100%;
  height: auto;
  position:relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.section-contact::after{
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position:absolute;
  left: 0px;
  top: -1px;
  background: url(../img/mask_contacts_top.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#contact-inner-fixed{
  background-color: #0164ac;
  color: #acc8e3;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  bottom: 0;
}

#contact-inner-fixed::after{
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position:absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#contact-inner{
  color: #acc8e3;
  width: 100%;
  max-width: 920px;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  top: 0;
  text-align: left;
}

#contact-inner-text{
  color: #acc8e3;
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 10px 440px 10px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  text-align: left;
  z-index: 1;
}

#contact-inner-map{
  color: #acc8e3;
  width: 100%;
  height: 440px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
#contact-inner-map img{
  width: auto;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-contact address{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.section-contact address p.address-text{
  position: relative;
  display: block;
  padding-right: 0;
  margin-top: 5rem;
}

.section-contact address p.address-links{
  position: absolute;
  top: 0;
  display: block;
  margin-top: 2rem;
}

.section-contact address p.address-links a{
  text-decoration: none;
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0.8rem;
  margin-top: 0.4rem;
}

.section-contact .icon-mail, .section-contact .icon-phone{
  width: 4.4rem;
  height: 4.4rem;
}

.section-contact .times{
  display: block;
  margin-top: 1rem;
  width: 100%;
}
.section-contact .times .row{
  display: block;
  margin-top: 0.1rem;
  width: 100%;
}

.section-contact .times-day{
  display: block;
  padding-right: 2.5rem;
  width: 100%;
}
.section-contact .times-hours{
  display: block;
  width: 100%;
}

a#map-btn, a#map-btn:link, a#map-btn:visited, a#map-btn:hover, a#map-btn:active {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0);
}

a#map-btn {
  display: block;
  position: absolute;
  left: 4%;
  bottom: 13%;
  width: 107%;
  height: 40%;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

@media only screen and (min-width: 350px) {
  #contact-inner-text{
    padding: 60px 15px 440px 15px;
  }
}

@media only screen and (min-width: 411px) {
  .section-contact address p.address-text{
    position: relative;
    display: inline-block;
    padding-right: 2rem;
    margin-top: 0;
  }
  .section-contact address p.address-links{
    position: relative;
    display: inline-block;
    margin-top: 0;
  }
  
  .section-contact .times .row {
    margin-top: 0.5rem;
  }
  .section-contact .times-day, .section-contact .times-hours {
    display: inline-block;
    width: 50%;
  }
  .section-contact .times-day{
    padding-right: 0.5rem;
  }
}

@media only screen and (min-width: 540px) {
  #contact-inner-text{
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .section-contact .times-day{
    padding-right: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  #contact-inner{
    width: 100%;
    height: 100%;
  }

  #contact-inner-text{
    width: 60%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  #contact-inner-map{
    width: 40%;
    height: 90%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
  }
  #contact-inner-map img{
    width: auto;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  a#map-btn{
    left: -2%;
  }
}

@media only screen and (min-width: 920px) {
  .section-contact{
    height: 867px;
  }

  .section-contact::after{
    height: 132px;
  }

  #contact-inner-fixed::after{
    height: 95px;
  }

  #contact-inner{
    width: 100%;
    max-width: 920px;
    height: 100%;
  }

  #contact-inner-text{
    width: 50%;
    height: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 51%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contact-inner-map{
    width: 50%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 0;
  }
  #contact-inner-map img{
    width: auto;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    transform: translateX(-48%);
  }
  a#map-btn{
    left: 4%;
  }
  .section-contact .times-day{
    padding-right: 2.5rem;
  }
}

/* Datenschutz and Impressum*/

.datenschutz-section, .impressum-section{
  z-index: 1000;
  position: fixed;
  background-color: #EB4887;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  padding: 80px 20px 50px 20px;
  margin: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 12pt;
  text-align: left;
}
.datenschutz-section{
  z-index: 9999;
}

.datenschutz-section h2, .datenschutz-section h3, .datenschutz-section h4,
.impressum-section h2, .impressum-section h3, .impressum-section h4{
  color: #fff;
  font-family: LemonYellowSunBold, sans-serif;
  font-size: 1.5em;
  padding: 0;
  margin: 2em 0 1em 0;
}
.datenschutz-section h2{
  font-size: 2.1em;
  margin-top: 0.1em;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.impressum-section h2{
  font-size: 2.1em;
  margin-top: 0.1em;
  margin-bottom: 1em;
}
.datenschutz-section h4,
.impressum-section h4{
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.datenschutz-section p,
.impressum-section p{
  margin-bottom: 1em;
}
.datenschutz-section a,
.impressum-section a{
  word-wrap: break-word;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.datenschutz-section a:link, .datenschutz-section a:visited, .datenschutz-section a:hover, .datenschutz-section a:active,
.impressum-section a:link, .impressum-section a:visited, .impressum-section a:hover, .impressum-section a:active {
  text-decoration: underline;
  color: #fff;
}

.datenschutz-bar, .impressum-bar {
  z-index: 999;
  width: 98%;
  height: 80px;
  display: block;
  position: fixed;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #EB4887;
  text-align: right;
}

.close-btn {
  position: relative;
  right: 5px;
  top: 15px;
  width: 46px;
  height: 46px;
  opacity: 0.7;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.close-btn:hover {
  opacity: 1;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  left: 22px;
  top: 0px;
  content: ' ';
  height: 46px;
  width: 6px;
  border-radius: 2px;
  background-color: #fff;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .datenschutz-section, .impressum-section{
    font-size: 1rem;
    padding: 80px 2rem 2rem 2rem;
    margin: 0;
  }

  .datenschutz-section h2, .datenschutz-section h3, .datenschutz-section h4,
  .impressum-section h2, .impressum-section h3, .impressum-section h4{
    padding: 0;
    font-size: 2.5rem;
    margin: 2em 0 1em 0;
  }
  .datenschutz-section h2{
    font-size: 3.5rem;
    margin-bottom: 0;
    margin-top: 0.1em;
  }
  .impressum-section h2{
    font-size: 3.5rem;
    margin-bottom: 1em;
    margin-top: 0.1em;
  }
  .datenschutz-section h4,
  .impressum-section h4{
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  
  .datenschutz-bar, .impressum-bar {
    right: 30px;
  }
}

/* NAVIGATION */
#menu{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  font-family: LemonYellowSunBold, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.hamb-btn {
  z-index: 999;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .35s;
  transition-property: opacity;
  border: 0;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .hamb-btn {
    top: 14px;
    right: 22px;
  }
}

.hamb-btn:focus, .hamb-btn.active:focus {
  outline: none;
}

#menu.show .hamb-btn {
    opacity: 1;
}

.hamb-btn.active:hover, #menu.show .hamb-btn:hover {
    opacity: 0.7;
}

.hamb-btn-box {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 33px;
}

.hamb-btn-inner {
  top: 0;
  display: block;
}

.hamb-btn-inner, .hamb-btn-inner::after, .hamb-btn-inner::before {
  position: absolute;
  width: 47px;
  height: 6px;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #51b2f0;
}

.hamb-btn-inner::after, .hamb-btn-inner::before {
  display: block;
  content: "";
}

.hamb-btn-inner::before {
  background-color: #ee4ab2;
  top: 13px;
  transition-property: transform,opacity;
}

.hamb-btn-inner::after {
  background-color: #f7957b;
  top: 27px;
}

.hamb-btn.active .hamb-btn-inner, .hamb-btn.active .hamb-btn-inner::after, .hamb-btn.active .hamb-btn-inner::before {
  background-color: #fff;
}

.hamb-btn.active .hamb-btn-inner {
  transform: translate3d(0,13px,0) rotate(45deg);
}

.hamb-btn.active .hamb-btn-inner::before {
  transform: rotate(-45deg) translate3d(40px,-7px,0);
  opacity: 0;
}

.hamb-btn.active .hamb-btn-inner::after {
  transform: translate3d(0,-27px,0) rotate(-90deg);
}

/* navbar */
#top-nav{
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background-color: #58a9db;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
}

#top-nav #lang-nav{
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 20%;
  margin: auto;
}

#top-nav #top-extra-nav{
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 20%;
  margin: auto;
}

#top-nav #menu-nav{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  height: 60%;
  font-size: 3rem;
  text-shadow: 3px 3px #4193cf;
  margin: auto;
}

#top-nav #lang-nav li, #top-nav #menu-nav li, #top-nav #top-extra-nav li{
  align-self: center;
  margin: auto;
}
#top-nav #lang-nav li,
#top-nav #top-extra-nav li{
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  #top-nav{
    font-size: 2rem;
  }
  
  #top-nav #menu-nav{
    font-size: 3.7rem;
  }
}

@media only screen and (max-width: 719px) and (orientation: landscape) {
  #top-nav #menu-nav {
    font-size: 2rem;
  }
}

@media only screen and (aspect-ratio: 653/280) {
  #top-nav, #top-nav #menu-nav {
    font-size: 1.6rem;
  }
}

/* CONTACT FORM */

.cta-btn{
  background-color: #b96736;
  font-family: LemonYellowSunBold, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  color: #ffc379;
  position: relative;
  text-align: center;
  padding: 0.5em 1em;
  margin: 2em 0 0 0;
  border-radius: 0.5em;
  border: 0;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.cta-btn-2{
  background-color: #b96736;
  font-family: LemonYellowSunBold, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  color: #ffc379;
  position: relative;
  text-align: center;
  padding: 0.5em 1em;
  margin: 2em 0 0 0;
  border-radius: 0.5em;
  border: 0;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.section-contact #questionnaire-cta-btn.cta-btn{
  background-color: #b96736;
  color: #ffc379;
}

.cta-btn:hover,
.section-contact #questionnaire-cta-btn.cta-btn:hover{
  background-color: #60351c;
}

.cta-btn-2:hover,
.section-contact #questionnaire-cta-btn.cta-btn:hover{
  background-color: #60351c;
}

.section-contact .cta-btn{
  background-color: #72c0fb;
  color: #0164ac;
  margin: 2em 0.5em 2em 0;
}

.section-contact button.cta-btn:last-of-type{
  margin-top: 0;
  margin-right: 0;
}

.section-contact .cta-btn:hover{
  background-color: #61a4d6;
}

#back-cta-btn {
    background-color: #72c0fb;
    color:#0164ac;
}

#back-cta-btn:hover {
    background-color: #61a4d6;
     color:#0164ac;
}

.anfrage-section{
  z-index: 1000;
  position: fixed;
  background-color: #8dcdb3;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  padding: 80px 20px 50px 20px;
  margin: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: inherit;
  text-align: left;
}

.anfrage-bar {
  z-index: 999;
  width: 98%;
  height: 80px;
  display: block;
  position: fixed;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #8dcdb3;
  text-align: right;
}

@media only screen and (min-width: 768px) {
    
    
  .anfrage-section{
    font-size: 1rem;
    padding: 80px 2rem 2rem 2rem;
    margin: 0;
  }
  
  .anfrage-bar {
    right: 30px;
  }
    
    
}

@media only screen and (min-width: 1240px) {
  .container-inner{
    width: 100%;
    max-width: 1200px;
  }
}

.anfrage-section h2{
  color: #fff;
  font-family: LemonYellowSunBold, sans-serif;
  padding: 0;
  margin: 0em 0 1em 0;
}

.form-field-cont-parent, .form-field-cont-kid{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 1em;
}

.form-field-cont{
  display: block;
  width: 100%;
  height: 45px;
}

@media only screen and (min-width: 1024px) {
  .form-field-cont-parent, .form-field-cont-kid{
    width: 47%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 0;
  }
}

.form-field-cont input{
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0 none;
  padding: 1px 2px 1px 10px;
}

.form-field-cont-kid-birthdate .zQndg {
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-field-cont-kid-birthdate ._3jKXu {
    border-radius: 0;
    border-width: 1px;
    box-shadow: 0 0 0 transparent;
    width: 100%;
    height: 45px;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1);
    border-style: solid;
    border-color: rgba(255,255,255,1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 1;
    text-align: left;
}

.form-field-cont-kid-birthdate ._1tQcK {
    border-radius: 0;
    width: calc(100% - 56px);
    height: 100%;
    background-color: transparent;
    color: rgb(0,0,0);
    pointer-events: none;
    text-overflow: ellipsis;
    border: transparent;
    display: inline-block;
    text-align: left;
    padding: 1px 2px 1px 10px;
}

.form-field-cont-kid-birthdate ._3jKXu svg {
    width: 100%;
    height: 100%;
    fill: rgba(0,0,0,1);
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

/* comments */
.comments-cont {
  width: 100%;
  height: 91px;
  margin-bottom: 3em;
}

.comments-cont .comments-area {
  -webkit-appearance: none;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  border-width: 1px;
  resize: none;
  background-color: rgba(255,255,255,1);
  box-sizing: border-box!important;
  color: #000;
  border-style: solid;
  border-color: rgba(255,255,255,1);
  padding: 3px 10px 3px 10px;
  margin: 0;
  padding-top: .75em;
  max-width: 100%;
  min-width: 100%;
  overflow-y: auto;
  text-align: left;
  direction: ltr;
  height: 91px;
  display: block;
}



/* submit */
.anfrage-section [type="submit"], .anfrage-section form button{
  display: block;
  background-color: #e8984f;
  color: #fff;
  margin: 1em auto 1em auto;
  padding: 1em;
  border: 0 none;
  cursor: pointer;
  border-radius: 1em;
}

/* checkbox label*/
.checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 1rem;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #fff;
}

/* On mouse-over, add a white background color */
.checkbox-label:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a white background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 9px;
  height: 15px;
  border: solid #8dcdb3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The radio-button label */
.radio-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 1rem;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* On mouse-over, add a white background color */
.radio-label:hover input ~ .radio-checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a white background */
.radio-label input:checked ~ .radio-checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-label input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-label .radio-checkmark:after {
 	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #8dcdb3;
}

/* END of CONTACT FORM */

/* ANIMATIONS */
.bounce {
	-moz-animation: bounce 1.5s 30;
	-webkit-animation: bounce 1.5s 30;
	animation: bounce 1.5s 30;
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(30px);
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%{
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(30px);
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-50%) translateY(30px);
    -ms-transform: translateX(-50%) translateY(30px);
    -webkit-transform: translateX(-50%) translateY(30px);
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
  }
}

.datenschutz-section, .impressum-section, .anfrage-section{
  /*display: none;*/
  clip-path: circle(0% at 50vw 50vh);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  pointer-events: none;
}
.datenschutz-section.show, .impressum-section.show, .anfrage-section.show{
  /*display: block;*/
  clip-path: circle(150% at 50vw 50vh);
  pointer-events: auto;
}

#wrapper{
  clip-path: circle(150% at 50vw 50vh);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#wrapper.hide{
  clip-path: circle(0% at 50vw 50vh);
}

#page-title{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#page-title.show{
  opacity: 1;
}

.section-intro::after{
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.section-intro.show::after{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

/* animations for desktop */
@media only screen and (min-width: 1024px) {
.section-intro h2{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}
.section-intro.show h2{
  opacity: 1;
}

.section-intro .text{
  opacity: 0;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  transform: translateY(5%);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.8s;
}
.section-intro.show .text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.section-highlights h2{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.3s;
}
.section-highlights.show h2{
  opacity: 1;
}

.section-highlights .text{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}
.section-highlights.show .text{
  opacity: 1;
}

.section-highlights .container-inner .text-end{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}
.section-highlights .container-inner.show .text-end{
  opacity: 1;
}

#highlight-1, 
#highlight-2, 
#highlight-3, 
#highlight-4, 
#highlight-5, 
#highlight-6, 
#highlight-7,
#highlight-8{
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#highlight-2, 
#highlight-4, 
#highlight-6,
#highlight-8{
  clip-path: inset(0 0 0 100%);
}

#highlight-1.show, 
#highlight-2.show, 
#highlight-3.show, 
#highlight-4.show, 
#highlight-5.show, 
#highlight-6.show, 
#highlight-7.show,
#highlight-8.show{
  clip-path: inset(0 0 0 0);
}

.highlight-text{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0.3s;
}

#highlight-1.show .highlight-text, 
#highlight-2.show .highlight-text, 
#highlight-3.show .highlight-text, 
#highlight-4.show .highlight-text, 
#highlight-5.show .highlight-text, 
#highlight-6.show .highlight-text, 
#highlight-7.show .highlight-text,
#highlight-8.show .highlight-text{
  opacity: 1;
}

.section-angebot{
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.section-angebot.show{
  clip-path: inset(0 0 0 0);
}

.section-angebot .angebot-img{
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  transform: translateX(-150%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.section-angebot.show .angebot-img{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.section-angebot .angebot-text{
  opacity: 0;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  transform: translateY(-45%);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 1s;
}
.section-angebot.show .angebot-text{
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#team-1 .pic-cont, #team-2 .pic-cont, #team-3 .pic-cont{
  clip-path: inset(0 0 0 100%);
  transition-property: clip-path;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#team-2 .pic-cont{
  clip-path: inset(0 100% 0 0);
}

#team-1.show .pic-cont, #team-2.show .pic-cont, #team-3.show .pic-cont{
  clip-path: inset(0 0 0 0);
}

#team-1 .info-cont, #team-2 .info-cont, #team-3 .info-cont{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

#team-1.show .info-cont, #team-2.show .info-cont, #team-3.show .info-cont{
  opacity: 1;
}

}/* end of animations for desktop*/

#menu #lang-nav, #menu #top-extra-nav{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 1s;
}

#menu.show #lang-nav, #menu.show #top-extra-nav{
  opacity: 1;
}

#menu #menu-nav li{
  opacity: 0;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  transform: translateY(25%);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}

#menu #menu-nav li:nth-child(2){
  transition-delay: 0.6s;
}
#menu #menu-nav li:nth-child(3){
  transition-delay: 0.7s;
}
#menu #menu-nav li:nth-child(4){
  transition-delay: 0.8s;
}
#menu #menu-nav li:nth-child(5){
  transition-delay: 0.9s;
}

#menu.show #menu-nav li{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}