
.about-us-landing {
  background-image: url(../img/see.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
  display: flex;
}


.aboutus-landing-text {
  background-color: rgba(255, 255, 255, 0.7);
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.aboutus-landing-text h1 {
  text-align: center;
  font-size: 75px;
  font-weight: 10;
}

.aboutus-landing-text h1 b {
  font-weight: 800;
}



/*Our Team */
.our-team-info h1 {
    font-size: 45px;
    font-weight: 300;
    margin-top: 3%;
}

.our-team-info h1 b {
    font-weight: 800;
}

.our-team-info p {
    margin-top: 3%;
    line-height: 1.7;
    font-size: 18px;
    margin-right: 30%;
}

.job-btn {
    margin-top: 3%;
}

/*Our Team Container */
#our-team-img {
  background-color: #FEECE2;
    margin-top: 5%;
}

.team-container {
    display: flex;
    flex-wrap :wrap;
    justify-content :center;
    gap: 50px;
    padding-top: 5%;
    padding-bottom: 8%;
  }
  
  .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    height: auto;
    box-shadow: 3px 3px 11.5px 3px #dddddd;
  }

  .team-member:nth-child(4), .team-member:nth-child(5) {
    margin-top: 3%;
  }


  .team-container .team-member:nth-child(2) h3,
.team-container .team-member:nth-child(4) h3 {
   padding-top:1%;
}

 
  .team-member img {
    width: 100%; /* Bildgröße anpassen */
    max-width: 300px; /* Maximale Bildbreite */
    height: auto;
  }
  
  .team-member h3 {
    margin-top: 5px;
    font-size: 1.2em;
  }

  
  .team-member p {
    font-size: 0.8em;
    margin-bottom: 5%;
  }



  /*Nachaltigkeit*/
.nachaltigkeit-container {
  display: flex;
}

.nachaltigkeit-content {
  width: 50vw;
  padding-left: 3%;
  padding-top: 8%;
  line-height: 1.8;

}

.nachaltigkeit-content h2 {
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 22px;
}

.nachaltigkeit-content h1 {
  font-size: 32px;
  font-weight: 800;
}

.nachaltigkeit-content p {
  margin-right: 10%;
}

.nachaltigkeit-text {
  display: flex;
}

.nachaltigkeit-text img {
  padding-right: 3%;
}


.nachaltigkeit-image {
  width: 50vw;
}

/*HairHelp Container*/
.hair-help-container {
  display: flex;
  margin-top: -0.2%;
  background-color: #191919;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
  .hair-help-container {
    margin-top: -0.3%;
  }
}

.hair-help-img {
  width: 50vw;
}

.hair-help-img img  {
  width: 100%;
}


.hair-help-content {
  width: 50vw;
  padding-top: 5%;
  padding-left: 3%;
}

.hair-help-content h1 {
  font-size: 32px;
  color: #fff;
}

.hair-help-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-right: 23%;
  padding-top: 2%;
  color: #fff;
}

.hair-help-btn {
  margin-top: 3%;
}


  /*Repsonsive CSS */

  /*Responsive Mobile About us Landing */
  @media only screen and (max-width: 767px) {
    .about-us-landing {
      background-image: url(../img/see.jpg);
      background-size: cover;
      background-attachment: scroll;
    }

    .aboutus-landing-text h1 {
      font-size: 40px;
    }

    .our-team-info p {
      margin-right: 10%;
    }

    .job-btn {
      display: flex;
      justify-content: center;
      margin-bottom: 5%;
    }
  }

  @media only screen and (max-width: 767px) {
    .team-container .team-member:nth-child(2) h3,
    .team-container .team-member:nth-child(4) h3 {
       padding-top:1%;
    }
  }

  /*Responsive Nachaltigkeit*/
  @media only screen and (max-width: 767px) {
    .nachaltigkeit-container {
      display: block;
    }

    .nachaltigkeit-content {
      width: 100vw;
    }

    .nachaltigkeit-text {
      display: block;
    }

    .nachaltigkeit-text img {
      margin-top: 3%;
    }

    .nachaltigkeit-image {
      width: 100vw;
    }

    .nachaltigkeit-image img {
      width: 130%;
    }

    /*HairHelp*/
    .hair-help-container {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      margin-top: -1.5%;
    }

    .hair-help-content {
      width: 100vw;
    }

    .hair-help-content p {
      margin-right: 6%;
    }

    .hair-help-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 2%;
    }

    .hair-help-img {
      width: 100vw;
    }
  }

  /*Respoonsive Tablet Nachaltigkeit */
  @media screen and (min-width: 768px) and (max-width: 1024px)  {
    .nachaltigkeit-container {
      display: block;
    }

    .nachaltigkeit-content {
      width: 100vw;
      margin-bottom: 3%;
    }

    .hair-help-container {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      margin-top: -0.5%;
    }


    .hair-help-content {
      width: 100vw;
      margin-bottom: 2%;
    }

    .hair-help-img {
      width: 100vw;
    }
  }

  /*About us Responsive Tablet Landscape */
  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape)  {
    .nachaltigkeit-container {
      display: block;
    }

    .nachaltigkeit-content {
      width: 100vw;
      margin-bottom: 3%;
    }

    .hair-help-container {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      margin-top: -0.5%;
    }

    .hair-help-content {
      width: 100vw;
      margin-bottom: 2%;
      padding-top: 2%;
    }

    .hair-help-img {
      width: 100vw;
    }
  }



  

