#content {
  padding-left: 15vw;
  padding-right: 15vw;
}

@media (max-width: 701px) {
  #content {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

/*.nettle_wellen_container {
  width: 100vw;
  max-height: 83vh;
  margin: 0px;
  padding: 0px;
}*/

.nettleimg {
  width: 100vw;
  max-height: 83vh;
  object-fit: cover; /* Verhindert Verzerrung, schneidet das Bild bei Bedarf ab */
  object-position: center; /* Zentriert das Bild, wenn es abgeschnitten wird */
  margin: 0px;
  padding: 0px;
}

.wellencont {
  position: relative;
  width: 100%;
  height: auto;
}

.wellen {
  z-index: 10000;
  position: absolute;
  bottom: 0px;
  /*transform: translateY(-100px); /== 100% höhe*/
  width: 100vw;
  height: 150px;
}

.unten {
  height: 50px;
  background-color: #fff; /*vorher: #e3e1df*/
  width: 100vw;
  padding: 5px;
  transform: translateX(0px) translateY(-5px); /*100px wegen Nettle wellen!!!!!*/
  text-align: center;

}

.untenhintergrund {
  background-color: #f2e6da;
  width: calc(100% - 20px);
  padding: 10px;
  transform: translateX(0px) translateY(-5px);
  text-align: center;

}

@media (max-width: 701px) {
    .oben-desktop, .unten {
        display: none;
    }
}


.leonlogo {
  position: absolute;
  width: 35%;
  right: 9%;
  margin-top: 40px;
}

.textaufbild {
  margin-top: 70px;
  left: 25vw;
  font-weight: 800;
  position: absolute;
  color: #372410;
}

.text1 {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  font-size: 40px;
}

.zumshop {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  margin-left: 10px;
  text-decoration: none;
  position: absolute;
  color: #eee;
  background-color: #372410;
  padding: 10px 30px 10px;
  border-radius: 10px;
}

.zumshop:hover {
    background-color: #5c654e;
}

.iconleiste {
    margin-top: 50vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Stellt sicher, dass die Leiste die gesamte Breite einnimmt */
}

.icon-wrapper {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    border: solid #372410 2px;
    background-color: rgba(226, 214, 202, 0.9); /* Hintergrundfarbe mit Alpha-Wert */
    padding: 20px;
    border-radius: 50%; /* Runder Hintergrund */
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000000;
}

.icon-wrapper:hover {
  background-color: rgba(236, 224, 212, 1);
}

.icon {
    color: #372410;
    width: 25px;
    height: 25px;
}



@media (min-width: 701px) {
  .leonlogo {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
    width: 20%;
  }
}

@media (min-width: 951px) {
  .iconleiste {
      margin-top: 64vh;
  }
  .textaufbild {
    margin-top: 100px;
  }
}


@media (min-width: 700px) {
    .oben-mobile {
        display: none;
    }
}

.nettleimg2 {
  width: 100vw;
  max-height: 470px;
  object-fit: cover; /* Verhindert Verzerrung, schneidet das Bild bei Bedarf ab */
  object-position: center; /* Zentriert das Bild, wenn es abgeschnitten wird */
  margin: 0px;
  padding: 0px;
}

.leonlogo2 {
  width: 35%;
}

.textaufbild2 {
  margin-top: 50px;
  width: 100vw;
  font-weight: 800;
  position: absolute;
  color: #372410;
  text-align: center;
}

.text2 {
  font-size: 26px;
}

.zumshop22 {
  text-decoration: none;
  color: #eee;
  background-color: #372410;
  padding: 10px 30px;
  border-radius: 10px;
}

.zumshop22:hover {
    background-color: #5c654e;
}






.erfolgsgeschichte {
  margin-top: 60px;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;

}


.text70 {
  color: #372410;
  padding-right: 5px;
  width: 70%;
}

.zumshop2 {
  margin-top: 10px;
    text-decoration: none;
    position: absolute;
    color: #eee;
    background-color: #372410;
    padding: 10px 30px;
    border-radius: 10px;

    /* Zentrierung */
    left: 35vw;;
    transform: translateX(-50%); /* Verschiebt das Element um die Hälfte seiner eigenen Breite nach links */
}

.zumshop2:hover {
    background-color: #5c654e;
}


.kanister {
  height: 320px;
  transform: translateX(70px) translateY(-20px);

}

@media (max-width: 701px) {
  .erfolgsgeschichte {
    display: block;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .text70 {
    padding-right: 0px;
    width: 100%;
  }
  .zumshop2 {
      left: 50%;
  }
  .kanister {
      padding-top: 80px;
      margin: 0 auto; /* Zentriert das Element horizontal */
      transform: translateX(0px) translateY(0px);
      display: block; /* Stellt sicher, dass das Element wie ein Block-Element behandelt wird */
  }

}

.bewertungen-container {
    padding: 50px 10vw;
    color: #372410;
}

.bewertungen-title {
  transform: translateX(100px) translateY(0px);
  margin-top: 10px;

    margin-bottom: 30px;
    font-weight: bold;
    color: #372410;
}

.bewertungen-section {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Zitate bei kleinen Bildschirmen */
}

.bewertungen-item {
    flex: 1;
    margin: 0 15px;
    text-align: center;
    max-width: 30%;
}

.bewertungen-quote {
    margin-bottom: 15px;
    position: relative;
}

.bewertungen-quote::before,
.bewertungen-quote::after {
    content: '“';
    position: absolute;
    color: #372410;
    font-size: 26px;

}

.bewertungen-quote::before {
    left: -10px; /* Weniger Abstand vom Text */
    top: -10px;
}

.bewertungen-quote::after {
    right: -10px; /* Weniger Abstand vom Text */
    bottom: -10px;
    content: '”';
}

.bewertungen-rating {
    margin-bottom: 10px;
}

.star {
    color: orange;
    font-size: 1.35em;
}

.bewertungen-author {
    color: #372410;
}

.bewertungen-link-container {
    text-align: right;
    margin-right: 50px;
}

.bewertungen-button {
    background-color: #372410;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.bewertungen-button:hover {
    background-color: #5c654e;
}

.bewertungen-link-container2 {
    text-align: center;
    margin-right: 0px;
}

.bewertungen-button2 {
    background-color: #372410;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;

}

.bewertungen-button2:hover {
    background-color: #5c654e;
}


.zitat {
    font-style: italic;
}

/* Responsive Anpassung */
@media (min-width: 700px) {
.bewertungen-button2 {
  display: none;
}
}

@media (max-width: 700px) {
    .bewertungen-section {
        flex-direction: column;
    }

    .bewertungen-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bewertungen-link-container {
        text-align: center;
        margin-right: 0px;
    }
    .bewertungen-title {
      transform: translateX(00px) translateY(0px);
    }
    .bewertungen-link-container {
      display: none;
    }
    .bewertungen-container {
        padding: 50px 10vw 20px;
    }
}

.links20 {
    width: 15%;
    height: auto; /* Beibehaltung des Seitenverhältnisses */
    object-fit: contain; /* Stellt sicher, dass das Bild nicht abgeschnitten wird */
    display: block; /* Um sicherzustellen, dass das Bild wie ein Block-Element behandelt wird */
    margin: 0 auto; /* Zentriert das Bild horizontal im Container */
}


.rechts80 {
  width: 80%;
  padding-left: 50px;
}
@media (max-width: 700px) {
.links20 {
  display: none;
}
.rechts80 {
  width: 100%;
  padding-left: 0px;

}
}
.container {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap; /* Ermöglicht das Umbrechen der Spalten bei kleinen Bildschirmen */
}

.column {
   flex: 1;
   text-align: center;
}

.column img {
   width: 100%;
   height: auto; /* Beibehaltung des Seitenverhältnisses */
}

.middle {
   margin: 0 20px; /* Margin für die mittlere Spalte */
}

/* Responsive Design: Unter 600px werden die Spalten untereinander angeordnet */
@media (max-width: 900px) {
   .container {
       flex-direction: column;
   }

   .column {
       margin-bottom: 20px; /* Optionaler Abstand zwischen den Spalten bei kleiner Auflösung */
   }

   .middle {
       margin: 20px 0; /* Vertikaler Margin bei kleiner Auflösung */
   }
}


.container50 {
  margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text50 {
    flex: 1;
    text-align: left; /* Texte rechtsbündig */
    padding-right: 30px; /* Padding rechts nur bei größerem Bildschirm */
}

.bild50 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bild50 img {
    max-width: 100%;
    height: auto; /* Bild passt sich an */
}

/* Responsive Design für kleinere Bildschirme */
@media (max-width: 700px) {
    .container50 {
        flex-direction: column;
        align-items: flex-start;
    }

    .text50 {
        padding-right: 0; /* Kein Padding */
        text-align: left; /* Texte linksbündig */
        margin-bottom: 20px; /* Optionaler Abstand zum Bild */
    }
}


.containerhintergrund {
  margin-top: 20px;
    display: flex;
    align-items: flex-start; /* Elemente am Anfang ausrichten */
    flex-wrap: wrap; /* Ermöglicht das Umbrechen bei kleineren Bildschirmen */
}

.texthintergrund {
    flex: 1;
    text-align: left; /* Texte linksbündig */
    margin: 0; /* Kein Margin */
    padding: 0; /* Kein Padding */
    display: block; /* Block-Format für den Text */
}

.bildhintergrund {
  margin-top: 50px;
    flex: 1;
    padding-left: 30px; /* Padding links nur für das Bild */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; /* Überschriften rechtsbündig ausrichten */
}

.bildhintergrund img {
    max-width: 100%;
    height: auto; /* Beibehaltung des Seitenverhältnisses */
    margin-bottom: 10px; /* Abstand zum folgenden Text */
}

.bildhintergrund h3,
.bildhintergrund h4 {
    text-align: right; /* Rechtsbündige Ausrichtung */
    margin: 5px 0; /* Platzierung der Überschriften */
}

/* Responsive Design für kleinere Bildschirme */
@media (max-width: 700px) {
    .containerhintergrund {
        flex-direction: column; /* Elemente untereinander anordnen */
    }

    .bildhintergrund {
        padding-left: 0; /* Padding links entfernen */
        margin-top: 20px; /* Optionaler Abstand zum oberen Element */
        align-items: flex-start; /* Überschriften linksbündig ausrichten */
    }

    .bildhintergrund h3,
    .bildhintergrund h4 {
        text-align: left; /* Links ausgerichtet bei kleinen Bildschirmen */
    }
}

.containerpartner {
  margin-top: 30px;
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen bei kleineren Bildschirmen */
}

.textpartner {
    flex: 0 0 65%; /* Nimmt 65% der Breite ein */
    text-align: left; /* Texte linksbündig */
    margin: 0; /* Kein Margin */
    padding: 0; /* Kein Padding */
}

.bildpartner {
  margin-top: 65px;
    flex: 0 0 35%; /* Nimmt 35% der Breite ein */
    text-align: center; /* Zentriert alle Inhalte */
}

.bildpartner img {
    width: 100%; /* Bild passt sich an die volle Breite an */
    height: auto; /* Beibehaltung des Seitenverhältnisses */
    margin-bottom: 10px; /* Abstand zum folgenden Text */
}

.bildpartner h4,
.bildpartner p {
    margin: 10px 0; /* Abstände zwischen den Elementen */
}

/* Responsive Design für kleinere Bildschirme */
@media (max-width: 700px) {
    .containerpartner {
        flex-direction: column; /* Elemente untereinander anordnen */
    }

    .textpartner {
        margin-bottom: 20px; /* Optionaler Abstand zum Bild */
    }

    .bildpartner {
      margin-top: 25px;
    }
}

.buttonpartner {
  margin: 30px;
  text-decoration: none;
  color: #eee;
  background-color: #372410;
  padding: 10px 30px 10px;
  border-radius: 10px;
}

.buttonpartner:hover {
    background-color: #5c654e;
}





@media (min-width: 700px) {
    .partner-container {
        display: flex;
        width: 100vw;
        height: 45vh;
    }

    .partner-image {
        width: 33.33vw; /* Jedes Bild nimmt 1/3 der Viewport-Breite ein */
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .partner-image2 {
      display: none;
    }
}

@media (max-width: 699px) {
    .partner-container {
        display: none;
    }

    .partner-image2 {
      width: 100%;
    }
}
