/* Das obere Bild unter der NAV-Bar*/
.kijuco-slide-fixed {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;

  height: auto;
}
/* Div für den ganzen Text */
.top-textu {
  margin-left: 12%;
  margin-top: -10%;
  color: #757575;
  width: 85%;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.3;
}
/* Die beiden Überschriften */
.down-textu {
  font-family: Abel-Regular;
  font-size: 2.9rem;
  overflow-x: hidden;
  overflow-y: hidden;

}
.einzelcoachingu {
  font-size: 2.5rem;
  overflow-x: hidden;
  overflow-y: hidden;

}

/* Der große Text ohne Überschriften*/
.info-textu {
  margin-top: 3%;
  font-size: 1.7rem;
  overflow-y: hidden;

  overflow-x: hidden;
}
@media screen and (max-width: 550px){
  .top-textu {
    margin-left: 9%;
  }
  .down-textu {
    font-family: Abel-Regular;
    font-size: 1.1rem;
    overflow-x: hidden;
  }  
  .einzelcoachingu {
    font-size: 1.2rem;
    overflow-x: hidden;
  }  
  .info-textu{
    font-size: 1.3rem;
  }
}
/* Merksatz */
.quoteu {
  font-size: 2.6rem; 
  letter-spacing: 0.06em; 
  overflow-x: hidden;
  font-family: frente!important; 
  color: #CD8D96;
}

/* Beige Kasten und der Inhalt (Text) */
.beige {
background-color: #f4f3f1;
margin-top: 290px;
overflow-x: hidden;
-webkit-box-shadow: 0px 0px 26px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -10px rgb(0 0 0 / 75%);
    width: 100%;
    height: auto;
}

.beige-text {
  color: #757575;
  width: 85%;
  line-height: 1.3;
  font-size: 2rem;
  margin-left: 12%;
  overflow-y: hidden;

  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 70%;
}
@media screen and (max-width: 550px){
  .beige{
    margin-top: 170px;
  }
  .beige-text {
    font-size: 1.4rem;
  }
}
/* Logo und die Perosn */

.bommers-und-marion {
  display: flex;
  justify-content: center;
  height: auto;
  overflow-x: hidden;
  margin-top: 200px;
}

.bommers {
  height: 113px;
  margin-top: 6%;
  margin-right: 50px;
  overflow-x: hidden;
}

.marion {
  height: 350px;
  overflow-x: hidden;
}

/* Kurzer respnsiv Teil, um das display: flex; aus dem Logo und Person zu nehmen */
@media screen and (max-width: 720px){
.bommers-und-marion{
  display: block!important;
  justify-content: center;
  overflow-x: hidden;
}
.foot-move{
  margin-top: 50px!important;
}
.bommers{
  position: relative;
  left: 0%;
  overflow-x: hidden;
}
.marion{
  margin-top: 60px;
  left: 50%;
  overflow-x: hidden;
  position: relative;
  margin-left: -116px;
}
.quoteu {
  font-size: 1.7rem; 
  letter-spacing: 0.06em; 
  overflow-x: hidden;
  font-family: frente!important; 
  color: #CD8D96;
}
.bommers {
  height: 113px;
  margin-top: -0px;
  margin-left: 17px;
  width: 90%;
  height: 90px;
  overflow-x: hidden;
}

.marion {
  height: 350px;
  overflow-x: hidden;
}
}
