*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background:#e2ecf2;
  color: #757575;
  min-height: 100vh;
}
/* Das obere Bild unter der NAV-Bar*/
.kijuco-slide-fixed {
  width: 100%;
  height: auto;
}

/* Div für den ganzen Text */
.top-text {
  margin-left: 12%;
  margin-top: -10%;
  color: #757575;
  overflow-x: hidden;
  width: 85%;
  line-height: 1.3;
}

.kijuco-slide-fixed {
  width: 100%;
  height: auto;
}

.top-text2 {
  margin-left: 12%;
  overflow-x: hidden;
  color: #757575;
  width: 85%;
  line-height: 1.3;
}

.info-text2 {
  font-size: 2rem;
  color: #757575;
  overflow-x: hidden;
  width: 85%;
  margin-top: 100px;
  line-height: 1.3;

}


/* Die beiden Überschriften */
.down-text {
  font-family: Abel-Regular;
  overflow-x: hidden;
  font-size: 2.9rem;
}
.einzelcoaching {
  font-size: 2.5rem;
  overflow-x: hidden;
}

/* Der große Text ohne Überschriften*/
.info-text {
  margin-top: 3%;
  overflow-x: hidden;
  font-size: 2rem;
}

.container {
  margin-left: 11%;  
  margin-top: 200px;
  overflow-x: hidden;
  width: 40rem;
  position: relative;
}
.faq-site{
  margin-top: 100px!important;
  overflow-x: hidden;
}
@media only screen and (max-width: 550px) {
  .down-text {
    font-family: Abel-Regular;
    font-size: 2.2rem;
    overflow-x: hidden;
  }  
  .info-text {
    margin-top: 3%;
    width: 85%;
    font-size: 1.5rem;
    overflow-x: hidden;
  }  
  .top-text {
    margin-left: 9%;
    margin-top: -10%;
    overflow-x: hidden;
    color: #757575;
    width: 85%;
    line-height: 1.3;
  }  
  .quote {
    font-size: 2.2rem; 
    letter-spacing: 0.06em; 
    font-family: frente!important; 
    color: #CD8D96;
    overflow-x: hidden;
  }  
}


@media only screen and (max-width: 1370px) {
.container{
  max-width: 80%;
  margin-top: 100px;
}

}



@media only screen and (max-width: 688px) {
.container{
  max-width: 80%;
  
}
.down-text {
  font-family: Abel-Regular;
  font-size: 2.5rem;
}
.einzelcoaching {
  font-size: 2.5rem;
}

/* Der große Text ohne Überschriften*/
.info-text {
  margin-top: 3%;
  font-size: 1.5rem;
}
}




@media only screen and (max-width: 688px) {
  .container{
    max-width: 80%;
    
  }
}



@media only screen and (max-width: 688px) {
  .container{
    max-width: 80%;
    
  }
}





h3 {
  font-size: 1.75rem;
  color: #757575;
  padding: 1.3rem;
  overflow-x: hidden;
  margin: 0;
}
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  font-weight: bold!important;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color:  #34444c;
  font-size: 1.15rem;
  border-bottom: 1px solid #e5e5e5;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #34444c;
}
.accordion a:hover::after {
  border: 1px solid#34444c;
}
.accordion a.active {
  color:#34444c;
  border-bottom: 1px solid#34444c;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color:#34444c;
  border: 1px solid #34444c;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 1.2rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

@media only screen and (max-width: 550px) {
  .down-text {
    font-family: Abel-Regular;
    font-size: 2rem;
    overflow-x: hidden;
  }  
  .info-text {
    margin-top: 3%;
    width: 85%;
    font-size: 1.4rem;
    overflow-x: hidden;
  }  
  .top-text {
    margin-left: 9%;
    margin-top: -10%;
    overflow-x: hidden;
    color: #757575;
    width: 85%;
    line-height: 1.3;
  }  
  .quote {
    font-size: 2rem; 
    letter-spacing: 0.06em; 
    font-family: frente!important; 
    color: #CD8D96;
    overflow-x: hidden;
  }  
  .info-text2 {
    font-size: 1.5rem;
    color: #757575;
    width: 85%;
    margin-top: 100px;
    line-height: 1.3;
  }
  .top-text2{
    margin-left: 9%;
  }
  
}
