/* Global Styles */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: white;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    margin: 0;
  }
  
  
  /* Section-Styles */
main {
    margin: 0;
  }

  @font-face {
    font-family: 'LouisGeorgeCafe';
    src: url(LouisGeorgeCafe.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'hellony';
    src: url(Hello\ Newyork.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 


  @font-face {
    font-family: 'Avenirroman';
    src: url(AvenirLTStd-Roman.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 


  @font-face {
    font-family: 'Avenirmedium';
    src: url(AvenirLTStd-Medium.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'Avenirlight';
    src: url(AvenirLTStd-Light.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'Beauty';
    src: url(BeautyDemo.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 


  @font-face {
    font-family: 'Avenirheavy';
    src: url(AvenirLTStd-Heavy.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 


  @font-face {
    font-family: 'Louisgeorgecafebold';
    src: url(LouisGeorgeCafeBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'LEMONMILKBOLD';
    src: url(LEMONMILK-Bold.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'LEMONMILKLIGHT';
    src: url(LEMONMILK-Light.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'LEMONMILKLight';
    src: url(LEMONMILK-Light.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 
  
  @font-face {
    font-family: 'LexendBold';
    src: url(  Lexend-Bold.ttf    ) format('truetype');
    font-weight: normal;
    font-style: normal;
  } 

  @font-face {
    font-family: 'SignatureDecember';
    src: url(  SignatureDecember.otf    ) format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Autobiography';
    src: url(Autobiography.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
  }


  @font-face {
    font-family: 'Lexendlight';
    src: url(  LexendLight.ttf   ) format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  




  .section-1 {
    background-color: #0f0f0f;
    padding: 400px 0; /* Oben und unten Abstand */
    position: relative;
    box-shadow: 0 -20px 40px 
  }
  


 


.bfq-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}










.NULNEBLA-container {
  flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 1;

  }
  
  /* Bild-Wrapper */
  .NULNEBLA-wrapper {
    position: relative;
    width: 30%; /* frei skalierbar */
    height: auto;
  }
  
  .icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 20%;
    top: 0;
    left: 0;
  }
  
  .icon.hover {
    opacity: 0;
  }
  
  .NULNEBLA-container:hover .icon.default {
    opacity: 0;
  }
  .NULNEBLA-container:hover .icon.hover {
    opacity: 1;
  }
  
  /* Text */
  .NULNEBLA-text {
    text-align: left;
   margin-top: 3%;
   margin-left: 33%;
    font-size: clamp(48px, 8vw, 54px);
    font-family: 'LEMONMILKBOLD', sans-serif;
    color:  #f5f5f5;
    max-width: 520px;
  }



  .NULNEBLA-container:hover .NULNEBLA-text {
    display: inline-block;
    color: #0e0e0e;      }

  
  


.wordlinkfirmentop
{

 margin-top: 3%;
 margin-left: 33%;
  font-size: clamp(48px, 8vw, 54px);
  font-family: 'LEMONMILKBOLD', sans-serif;
  color:  #f5f5f5;
  max-width: 520px;
}






  .threetiele {
    position: absolute;
  font-size: clamp(108px, 5vw, 134px);

    left: 2%;
    top: 2%;
    font-family: 'LEMONMILKBOLD';
    display: inline-block;
    background: linear-gradient(90deg, #d21c6b, #12d28f, #a7dc06, #798b0e, #b8430d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  

   .ABTTITLE {
    position: absolute;
  font-size: clamp(108px, 5vw, 134px);
color: #1d1d1d;
text-align: left;
    left: 4%;
    top: 2%;
    font-family: 'LEMONMILKBOLD';
   opacity: 0;
   line-height: 0.9u9ß
   
  }



  .section-abt .ABTTITLE{
 
   opacity: 1;
  }






  .section-2 {
    z-index: 1;
    background-color: #CDD1DC;
    padding: 483px 0; /* Oben und unten Abstand */
    position: relative;
    box-shadow: 0 20px -50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
    z-index: 1; /* Damit der Schatten über dem oberen Bereich liegt */
  }



.breadcrumb-overlay {
    font-size: clamp(12px, 1.5vw, 16px);
    top: 15%;
    left: 3%;
    margin: 20px;
    color: #1a1a1a;
    position: absolute; /* WICHTIG */
    z-index: 20; /* Optional, falls verdeckt */
  }
  
  .breadcrumb-overlay a {
    font-family: 'Avenirmedium', sans-serif;

    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }
  
  .breadcrumb-overlay a:hover {
    color: #d21c6b;
    font-family: 'Avenirmedium', sans-serif;

  }
  
  .breadcrumb-overlay span {
    margin: 0 8px;
    color: #d21c6b;
    font-family: 'Avenirheavy', sans-serif;
  }







  .link1-span {
         color: #d21c6b;
         cursor: pointer;
             font-family: 'LexendBold', sans-serif;


}

.link1-span:hover {
  color: #3c021b;
  text-decoration: underline;
  text-decoration-color: #050505;
  text-decoration-thickness: 3px;
text-underline-offset: 5px;

}








/* Text unterhalb */
.sectiontwoone-text {
top: 1%; 
left: 4%; 
font-family: 'SignatureDecember', sans-serif;
  font-size: clamp(29px, 7vw, 31px);
  color: #090909;
  line-height: 1;
position: absolute;
}

/* Beim Hover sichtbar & orange */
.highlightsectiontwoone{
  color: #090909;
  font-family: 'Avenirheavy', sans-serif;
  font-size: clamp(26px, 7vw, 32px);
}

.sectiontwotitle-text {
  top: 7%; 
  left: 4%; 
  font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(41px, 7vw, 43px);
    color: #d21c6b;
    line-height: 1;
  position: absolute;
  }



.sectiontwotwo-text {
  top: 21%; 
    left: 4%; 
    position: absolute;
  max-width: 80%;
    font-family: 'Avenirlight', sans-serif;
      font-size: clamp(16px, 4vw, 19px);
      color: #0c0c0c;
      line-height: 1.2;
      max-width: 72%;


  }



  .highlightsectiontwothtwo {
   
      font-family: 'LexendBold', sans-serif;
        font-size: clamp(16px, 4vw, 19px);
        
    }




    .highlightsectiontwoththree {
      color: #d21c6b;

        font-size: clamp(16px, 4vw, 19px);
        
    }




    .highlightmed {
      font-family: 'Avenirmedium', sans-serif;

        
    }




    .highlightsectiontwoththreewer {
      color: #d21c6b;
      font-family: 'LEMONMILKBOLD', sans-serif;

        font-size: clamp(16px, 4vw, 19px);
        
    }




    .highlightsectiontwothasd {
      font-family: 'LexendBold', sans-serif;
        font-size: clamp(16px, 4vw, 19px);  

    }

    
    .highlightsectiontwothsad {
      font-family: 'LexendBold', sans-serif;
        font-size: clamp(16px, 4vw, 19px);  
        color: #d21c6b;

    }





    .media-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      left: 3%;
      bottom: 3%;
      cursor: pointer;
    }
    
    .media-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .hover-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .hover-video {
      opacity: 0;
      z-index: 2;
    }
    
    .media-hover-block:hover .preview {
      opacity: 0;
    }
    
    .media-hover-block:hover .hover-video {
      opacity: 1;
    }
    
    .media-hover-block:hover .hover-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
    .hover-text {
      margin-top: 12px;
      opacity: 0;
      font-family: 'LouisGeorgeCafe', sans-serif;
      font-size: 18px;
      color: #111;
      transition: opacity 0.4s ease-in-out;
    }
    
    .media-hover-block:hover .hover-text {
      opacity: 1;
    }

     .hghover1{
     
      font-family: 'LexendBold', sans-serif;
     
    }
    
    .media-hover-block:hover .hghover1 {
      opacity: 1;
    }

.hg2hover1{
     
      font-family: 'LexendBold', sans-serif;
     color:#e73092 ;
    }
    
    .media-hover-block:hover .hg2hover1 {
      opacity: 1;
    }


















    .media2-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);

      bottom: 3%;
      cursor: pointer;
    }
    
    .media2-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .hover2-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .hover2-video {
      opacity: 0;
      z-index: 2;
    }
    
    .media2-hover-block:hover .preview {
      opacity: 0;
    }
    
    .media2-hover-block:hover .hover2-video {
      opacity: 1;
    }
    
    .media2-hover-block:hover .hover2-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
    .hover2-text {
      margin-top: 12px;
      opacity: 0;
      font-family: 'LouisGeorgeCafe', sans-serif;
      font-size: 18px;
      color: #111;
      transition: opacity 0.4s ease-in-out;
    }
    
    .media2-hover-block:hover .hover2-text {
      opacity: 1;
    }

   .hghover2{
     
      font-family: 'LexendBold', sans-serif;
     
    }
    
    .media2-hover-block:hover .hghover2 {
      opacity: 1;
    }

.hg2hover2{
     
      font-family: 'LexendBold', sans-serif;
     color:#e73092 ;
    }
    
    .media2-hover-block:hover .hg2hover2 {
      opacity: 1;
    }




    .media3-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      right: 2%;

      bottom: 0%;
      cursor: pointer;
    }
    
    .media3-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .hover3-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .hover3-video {
      opacity: 0;
      z-index: 2;
    }
    
    .media3-hover-block:hover .preview {
      opacity: 0;
    }
    
    .media3-hover-block:hover .hover3-video {
      opacity: 1;
    }
    
    .media3-hover-block:hover .hover3-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
    .hover3-text {
      margin-top: 12px;
      opacity: 0;
      font-family: 'LouisGeorgeCafe', sans-serif;
      font-size: 18px;
      color: #111;
      transition: opacity 0.4s ease-in-out;
    }
    
    .media3-hover-block:hover .hover3-text {
      opacity: 1;


  }

   .hghover3{
     
      font-family: 'LexendBold', sans-serif;
     
    }
    
    .media3-hover-block:hover .hghover3 {
      opacity: 1;
    }

.hg2hover3{
     
      font-family: 'LexendBold', sans-serif;
     color:#e73092 ;
    }
    
    .media3-hover-block:hover .hg2hover3 {
      opacity: 1;
    }









  
  .semi-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .semi-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .semi-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .semi-video {
    opacity: 0;
    z-index: 2;
  }
  
  .semi-hover-block:hover .preview {
    opacity: 0;
  }
  
  .semi-hover-block:hover .semi-video {
    opacity: 1;
  }
  
  .semi-hover-block:hover .semi-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .semi-text {
     top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
  }
  
  .semi-hover-block:hover .semi-text {
    opacity: 1;
    color: #6d1065;
}


.semi-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #f7f7f7;
 
}

.semi-hover-block:hover .semi-title {
  
  color: #6d1065;
}

    
.semi-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #f7f7f7;
 
}

.semi-hover-block:hover .semi-bold {
  
  color: #6d1065;
}























  
  .birthday-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .birthday-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .birthday-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .birthday-video {
    opacity: 0;
    z-index: 2;
  }
  
  .birthday-hover-block:hover .preview {
    opacity: 0;
  }
  
  .birthday-hover-block:hover .birthday-video {
    opacity: 1;
  }
  
  .birthday-hover-block:hover .birthday-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .birthday-text {
    top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
  }
  
  .birthday-hover-block:hover .birthday-text {
    opacity: 1;
    color: #ad126f;
}


.birthday-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #f7f7f7;
 
}

.birthday-hover-block:hover .birthday-title {
  
  color: #ad126f;
}

    
.birthday-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #f7f7f7;
 
}

.birthday-hover-block:hover .birthday-bold {
  
  color: #ad126f;
}






















  
  .next-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;
    top: 20%;
    cursor: pointer;
  }
  
  .next-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .next-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .next-video {
    opacity: 0;
    z-index: 2;
  }
  
  .next-hover-block:hover .preview {
    opacity: 0;
  }
  
  .next-hover-block:hover .next-video {
    opacity: 1;
  }
  
  .next-hover-block:hover .next-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .next-text {
   top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #06312e;
    opacity: 1;
  }
  
  .next-hover-block:hover .next-text {
    opacity: 1;
    color: #e8e8e8;
}


.next-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #06312e;
 
}

.next-hover-block:hover .next-title {
  
  color: #e8e8e8;
}

    
.next-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #06312e;
 
}

.next-hover-block:hover .next-bold {
  
  color: #e8e8e8;
}

















  
  .Engagement-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;
    top: 20%;
    cursor: pointer;
  }
  
  .Engagement-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .Engagement-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .Engagement-video {
    opacity: 0;
    z-index: 2;
  }
  
  .Engagement-hover-block:hover .preview {
    opacity: 0;
  }
  
  .Engagement-hover-block:hover .Engagement-video {
    opacity: 1;
  }
  
  .Engagement-hover-block:hover .Engagement-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .Engagement-text {
   top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #3b1f00;
    opacity: 1;
  }
  
  .Engagement-hover-block:hover .Engagement-text {
    opacity: 1;
    color: #e8e8e8;
}


.Engagement-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #3b1f00;
 
}

.Engagement-hover-block:hover .Engagement-title {
  
  color: #e8e8e8;
}

    
.Engagement-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #3b1f00;
 
}

.Engagement-hover-block:hover .Engagement-bold {
  
  color: #e8e8e8;
}

















  
  .Resilienz-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .Resilienz-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .Resilienz-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .Resilienz-video {
    opacity: 0;
    z-index: 2;
  }
  
  .Resilienz-hover-block:hover .preview {
    opacity: 0;
  }
  
  .Resilienz-hover-block:hover .Resilienz-video {
    opacity: 1;
  }
  
  .Resilienz-hover-block:hover .Resilienz-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .Resilienz-text {
       top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
  }
  
  .Resilienz-hover-block:hover .Resilienz-text {
    opacity: 1;
    color: #ad126f;
}


.Resilienz-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #f7f7f7;
 
}

.Resilienz-hover-block:hover .Resilienz-title {
  
  color: #ad126f;
}

    
.Resilienz-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #f7f7f7;
 
}

.Resilienz-hover-block:hover .Resilienz-bold {
  
  color: #ad126f;
}














  .leistungs-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .leistungs-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .leistungs-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .leistungs-video {
    opacity: 0;
    z-index: 2;
  }
  
  .leistungs-hover-block:hover .preview {
    opacity: 0;
  }
  
  .leistungs-hover-block:hover .leistungs-video {
    opacity: 1;
  }
  
  .leistungs-hover-block:hover .leistungs-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .leistungs-text {
      top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
  }
  
  .leistungs-hover-block:hover .leistungs-text {
    opacity: 1;
    color: #f7f7f7;
}


.leistungs-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #111;
 
}

.leistungs-hover-block:hover .leistungs-title {
  
  color: #f7f7f7;
}

    
.leistungs-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #111;
 
}

.leistungs-hover-block:hover .leistungs-bold {
  
  color: #f7f7f7;
}





















  .erfolg-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .erfolg-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .erfolg-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .erfolg-video {
    opacity: 0;
    z-index: 2;
  }
  
  .erfolg-hover-block:hover .preview {
    opacity: 0;
  }
  
  .erfolg-hover-block:hover .erfolg-video {
    opacity: 1;
  }
  
  .erfolg-hover-block:hover .erfolg-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .erfolg-text {
       top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #084d47;
    opacity: 1;
  }
  
  .erfolg-hover-block:hover .erfolg-text {
    opacity: 1;
    color: #f7f7f7;
}


.erfolg-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #084d47;
 
}

.erfolg-hover-block:hover .erfolg-title {
  
  color: #f7f7f7;
}

    
.erfolg-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #084d47;
 
}

.erfolg-hover-block:hover .erfolg-bold {
  
  color: #f7f7f7;
}















  .fluktutation-hover-block {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 4%;

    top: 20%;
    cursor: pointer;
  }
  
  .fluktutation-container {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  
  .preview, .fluktutation-video {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
  }
  
  .fluktutation-video {
    opacity: 0;
    z-index: 2;
  }
  
  .fluktutation-hover-block:hover .preview {
    opacity: 0;
  }
  
  .fluktutation-hover-block:hover .fluktutation-video {
    opacity: 1;
  }
  
  .fluktutation-hover-block:hover .fluktutation-video {
    /* Video spielt beim Hover los */
    animation: play-on-hover 0s forwards;
  }
  
  .fluktutation-text {
       top: -5%;
    position: absolute;
    max-width: 130%;
    right: -140%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #3f4c0c;
    opacity: 1;
  }
  
  .fluktutation-hover-block:hover .fluktutation-text {
    opacity: 1;
    color: #0f0f0f;
}


.fluktutation-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #3f4c0c;
 
}

.fluktutation-hover-block:hover .fluktutation-title {
  
  color: #0f0f0f;
}

    
.fluktutation-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #3f4c0c;
 
}

.fluktutation-hover-block:hover .fluktutation-bold {
  
  color: #0f0f0f;
}















 .Resilienz-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      left: 27%;

      top: 23%;
      cursor: pointer;
    }
    
    .Resilienz-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .Resilienz-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .Resilienz-video {
      opacity: 0;
      z-index: 2;
    }
    
    .Resilienz-hover-block:hover .preview {
      opacity: 0;
    }
    
    .Resilienz-hover-block:hover .calm-video {
      opacity: 1;
    }
    
    .Resilienz-hover-block:hover .Resilienz-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .Resilienz-text {
    top: 0%;
    position: absolute;
    max-width: 80%;
    right: -90%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
  }
  
  .Resilienz-hover-block:hover .Resilienz-text {
    opacity: 1;
    color: #60440d;
}


.Resilienz-title {
 
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(30px, 5vw, 32px);
  color: #ffffff;
 
}

.Resilienz-hover-block:hover .Resilienz-title {
  
  color: #60440d;
}

    
.Resilienz-bold {
 
  font-family: 'LexendBold', sans-serif;
  color: #ffffff;
 
}

.Resilienz-hover-block:hover .Resilienz-bold {
  
  color: #60440d;
}























/* Text unterhalb */
.sectiontwotitlethree-text {
  top: 49%; 
  left: 4%; 
  position: absolute;

  font-family: 'Beauty', sans-serif;
    font-size: clamp(76px, 7vw, 82px);
    color: #d21c6b;
    line-height: 0.2;
  z-index: 3;
  }
  
  /* Beim Hover sichtbar & orange */
  .highlightsectiontwotitlesectiontwotitlethree{
    color: #090909;
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(20px, 5vw, 22px);
    text-decoration-line: underline;    
text-decoration-color: #d21c6b ;
text-decoration-thickness: 6px;
  }
  
  



  
  .section-between{
    background-color: #0f0f0f;
    padding: 320px 0; /* Oben und unten Abstand */
    position: relative;
    box-shadow: 0 -20px 40px 
  }
  


.bfq2-video {
  position: absolute;
  top: 70%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}














  .section-3 {
    z-index: 2;
    background-color: #CDD1DC;
    padding: 200px 0; /* Oben und unten Abstand */
    position: relative;
     transition: background-color 0.3s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


 .section-3.active {
    z-index: 1;
    background-color: #0f0f0f;
  

    }





  .thrti{
    color: #f0f0f0;
    position: absolute;
    top: 4%;
    left: 4%;
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(32px, 4.2vw, 34px);
    line-height: 0.6;
    z-index: 0;
  
  }
  
  
  .hgthrti{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
  color: #e73092;
  }
  

  .thrti2{
    color: #f0f0f0;
    position: absolute;
    top: 4%;
    left: 4%;
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(32px, 4.2vw, 34px);
    line-height: 0.6;
    z-index: 0;
  
  }
  
  
  .hgthrti2{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
  color: #141414;
  }
  


   .frag{
    color: #141414;
    position: absolute;
    top: 13%;
    left: 4%;
    font-family: 'Louisgeorgecafe', sans-serif;
    font-size: clamp(18px, 2.2vw, 19px);
    line-height: 0.6;
    z-index: 0;
  
  }
  
  
  .hgfrag1{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
 
  }

  .hgfrag2{
    font-family: 'LEMONMILKBold', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);

  }







     .fragal{
    color: #141414;
    position: absolute;
    top: 33%;
    left: 4%;
    font-family: 'Louisgeorgecafe', sans-serif;
    font-size: clamp(18px, 2.2vw, 19px);
    line-height: 0.6;
    z-index: 0;
  
  }
  
  
  .hgfragal1{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
 
  }

  .hgfragal2{
    font-family: 'LEMONMILKBold', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);

  }










.insta-overlay {
  position: absolute;
  top: 27%;
  right: 11%;
  width: 30%;
  height: auto;
  z-index: 10; /* Damit es nicht verdeckt wird */
}

.insta-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: brightness(1);
}

.insta-overlay img:hover {
  transform: scale(1.03);
}








.youtube-overlay {
  position: absolute;
  top: 47%;
  right: 27%;
  width: 14%;
  height: auto;
  z-index: 10; /* Damit es nicht verdeckt wird */
}

.youtube-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: brightness(1);
}

.youtube-overlay img:hover {
  transform: scale(1.03);
}





.fb-overlay {
  position: absolute;
  top: 47%;
  right: 11%;
  width: 14%;
  height: auto;
  z-index: 10; /* Damit es nicht verdeckt wird */
}

.fb-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: brightness(1);
}

.fb-overlay img:hover {
  transform: scale(1.03);
}



   .informiert{
    color: #141414;
    position: absolute;
    text-align: right;
    top: 13%;
    right: 14%;
    font-family: 'Louisgeorgecafe', sans-serif;
    font-size: clamp(18px, 2.2vw, 19px);
    line-height: 1.2;
    z-index: 0;
  
  }
  
  
  .hginformiert1{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
 
  }

  .hginformiert2{
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);

  }












  .einszueins-button {
  display: inline-block;
  padding: 14px 140px;
  position: absolute;
  top: 21%;
  left: 4%;
  font-size: clamp(12px, 1.7vw, 17px);
  font-family: 'LexendBold', sans-serif;
  font-weight: bold;
  color: #080808; /* Schriftfarbe = Rahmenfarbe */
  background-color: transparent;
  border: 6px solid #080808;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.einszueins-button:hover {
  background-color: #e73092;
  color: white;
}




  .thrti3{
    color: #f0f0f0;
    position: absolute;
    top: 4%;
    left: 4%;
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(32px, 4.2vw, 34px);
    line-height: 0.6;
    z-index: 0;
  
  }
  
  
  .hgthrti3{
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(23px, 3.2vw, 27px);
  color: #e73092;
  }



  .inbetweentitle-text {
    font-family: 'SignatureDecember', sans-serif;
    font-size: clamp(40px, 5vw, 48px);
    color: #f8f8f8;
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 0.9;
  }

  .inbetweentitlescnd-text {
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(18px, 1.8vw, 23px);

    max-width: 700px;
    color: #f8f8f8;
    position: absolute;
    top: 11%;
    left: 4%;
    line-height: 0.9;
  }

  .inbetweenone-text {
    font-family: 'Avenirlight', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    max-width: 1000px;
    color: #f8f8f8;
    position: absolute;
    top: 17%;
    left: 4%;
    line-height: 1.4;
    z-index: 0;

  }

  .highlightinbetweenone {
    color: #f8f8f8;
    font-weight: bold;
    font-family: 'Avenirmedium', sans-serif;
    line-height: 1.0;
    z-index: 0;
  }
  


  .inbetweenquin-text {
    position: absolute;
bottom:40% ;    left: 4%;
    font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(28px, 3.4vw, 32px);
    max-width: 1000px;
    color: #ffffff;
    line-height: 1.4;
    max-width: 800px;
  }
  
  .gradient-word {
    display: inline-block;
    background: linear-gradient(90deg, #280914, #771836, #dc4806, #f8cc47, #387307);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .gradient-word .part1 {
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-weight: bold;
  }
  
  .gradient-word .part2 {
    font-family: 'LexendBold', sans-serif;
    font-weight: bold;
  }

  .highlightinbetweenquib {
    color: #f8f8f8;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
    line-height: 1.0;
    z-index: 0;
  }
  

  
  
  .sixthreesubtext-text {
    position: absolute;
    bottom: 18%;
    left: 40%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  .gradient-word2 {
    display: inline-block;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirheavy', sans-serif;
    background: linear-gradient(90deg, #280914, #771836, #dc4806, #f8cc47, #387307);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .left-overlay {
    width: 10%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 36%;
    left: 4%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }
  
  
  .middle-overlay {
    width: 9%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 36%;
    left: 22%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }
  
  .right-overlay {
    width: 12%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 36%;
    left: 40%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }

  .quino-overlay {
    width: 72%;         /* oder z. B. 300px für feste Breite */
    bottom: 21%;
    left: 3%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }


  .quin-overlay {
    position: absolute; /* Absolute Positionierung */
    bottom: 4%; /* Position 5% von unten */
    left: 4%; /* Position 5% von links */
    width: 20%; /* Passt sich dem Container an */
    height: auto;
    overflow: hidden; /* Alles außerhalb des Containers wird verborgen */
  }
  
  /* Standardbild (sichtbar bei Start) */
  .quin-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .quin-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .quin-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .quin-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }


  .sixonesubtext-text {
    position: absolute;
    bottom: 18%;
    left: 22%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  /* Stil für „Quinfinity“ */
  .highlight2 {
    color: #e76730;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
  }
  
  
  
  
  .sixtwosubtext-text {
    position: absolute;
    bottom: 18%;
    left: 4%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  /* Stil für „Quinfinity“ */
  .highlight3 {
    color: #e76730;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
  }
  






  

.hover-card {
    text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom:3%;
  left: 50%;
  transform: translateX(-50%);
}

/* Bildcontainer – zentriert */
.image-container {
  position: relative;
  width: 110px; /* ⬅️ Bildgröße kleiner! */
  height: auto;
  margin-top: 0 auto;
}

.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.hover-img {
  opacity: 0;
  z-index: 2;
}

.hover-card:hover .default-img {
  opacity: 0;
}
.hover-card:hover .hover-img {
  opacity: 1;
}




.hover4-card {
    text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom:12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}




/* Bildcontainer – zentriert */
.image-container {
  position: relative;
  width: 510px; /* ⬅️ Bildgröße kleiner! */
  height: auto;
  margin-top: 0 auto;
}

.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.hover4-img {
  opacity: 0;
  z-index: 2;
}

.hover4-card:hover .default-img {
  opacity: 0;
}
.hover4-card:hover .hover-img {
  opacity: 1;
}





.hover5-card {
    text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom:17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}




/* Bildcontainer – zentriert */
.image-container {
  position: relative;
  width: 510px; /* ⬅️ Bildgröße kleiner! */
  height: auto;
  margin-top: 0 auto;
}

.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.hover5-img {
  opacity: 0;
  z-index: 2;
}

.hover5-card:hover .default-img {
  opacity: 0;
}
.hover5-card:hover .hover-img {
  opacity: 1;
}











.hover6-card {
    text-decoration: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom:17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}




/* Bildcontainer – zentriert */
.image-container {
  position: relative;
  width: 510px; /* ⬅️ Bildgröße kleiner! */
  height: auto;
  margin-top: 0 auto;
}

.image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.hover6-img {
  opacity: 0;
  z-index: 2;
}

.hover6-card:hover .default-img {
  opacity: 0;
}
.hover6-card:hover .hover-img {
  opacity: 1;
}





  .sectionthreeone-text {
    top: 20%; 
    left: 4%; 
    position: absolute;
  max-width: 60%;
    font-family: 'Avenirlight', sans-serif;
      font-size: clamp(16px, 4vw, 19px);
      color: #ebebeb;
      line-height: 1.2;
    
    }




    .partext {
      top: 9%; 
      left: 4%; 
      position: absolute;
    max-width: 60%;
      font-family: 'Avenirlight', sans-serif;
        font-size: clamp(16px, 4vw, 19px);
        color: #f1f1f1;
        line-height: 1.2;
      
      }


      .hgpartext {
        
        font-family: 'LexendBold', sans-serif;
          font-size: clamp(16px, 4vw, 19px);
          color: #f1f1f1;
          line-height: 1.2;
        
        }


        .hgpartextlink {
        
          font-family: 'LexendBold', sans-serif;
          text-decoration: none;
            font-size: clamp(16px, 4vw, 19px);
            color: #f1f1f1;
            line-height: 1.2;
          
          }

          .hgpartextlink:hover {
        
            font-family: 'LexendBold', sans-serif;
            text-decoration: none;
              font-size: clamp(16px, 4vw, 19px);
              color: #e73092;
              line-height: 1.2;
            
            
            }



            
        .hgpartextmed {
        
          font-family: 'Avenirheavy', sans-serif;
          text-decoration: none;
            line-height: 1.2;
            background-color: #f1f1f1;
            color: #1b1b1b ;
          
          }



          .hgpartext {
        
            font-family: 'LexendBold', sans-serif;
              font-size: clamp(16px, 4vw, 19px);
        
              line-height: 1.2;
            
            }


            .hgpartextun {
              background-color: #f1f1f1;
              color: #1b1b1b ;
              font-family: 'Avenirmedium', sans-serif;

              }






  .section-part {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
        transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part.active {
    z-index: 1;
    background: #cf1f91;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }




    .section-part2 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
     transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part22.active {
    z-index: 1;
    background: #ddff54;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }



  

    .section-part22 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
     transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part2.active {
    z-index: 1;
    background: #17b1a4;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }



    .section-part3 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
        transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part3.active {
    z-index: 1;
    background: #fda43d;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }



    .section-part4 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
        transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part4.active {
    z-index: 1;
    background: #7ed40e;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }


      .section-part5 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
        transition: background-color 1s ease-in-out;


    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part5.active {
    z-index: 1;
    background: #099c35;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }


      .section-part6 {
    z-index: 1;
    background-color: #0f0f0f;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
     transition: background-color 1s ease-in-out;

    /* -------------------------------
     Box-Shadow erklärt:
     0     → Kein horizontaler Versatz (bleibt zentriert)
     20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
     40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
     -10px → Ausbreitung (negativ = kompakter)
     rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
  -------------------------------- */
  }


  .section-part6.active {
    z-index: 1;
    background: #3ccbbf;
    padding: 300px 0; /* Oben und unten Abstand */
    position: relative;
   
  }




  .highlightsectionfourtitle {
    
    font-family: 'Beauty', sans-serif;
      font-size: clamp(76px, 7vw, 82px);
      color: #090909;
      left: 50%;     transform: translate(-50%, -50%);
    }
    
    /* Beim Hover sichtbar & orange */
    .sectionfourtitle{
      color: #090909;
      top: 5%; 
    left: 50%;     transform: translate(-50%, -50%);
text-align: center;

      font-family: 'LEMONMILKBOLD', sans-serif;
      font-size: clamp(26px, 5vw, 32px);
      position: absolute;
line-height: 1;
    }













    .scrollgood-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      transition: transform 0.3s ease;
      margin-top: 60px;
      bottom: 2%;
      left: 14%;
    }
    
    .scrollgood-wrapper {
      display: flex;
      gap: 12px;
    }
    
    .arrowgoodie {
      width: 32px;
      height: auto;
      transition: transform 0.3s ease, filter 0.3s ease;
    }
    
    /* Hovereffekt für beide Pfeile */
    .scrollgood-container:hover .arrowgoodie {
      transform: scale(1.1);
      filter: brightness(1.4);
    }
    
    .scrollgood-container p {
      font-family: 'LEMONMILKBOLD', sans-serif;
      font-size: clamp(14px, 1.6vw, 20px);
      color: #ffffff;
      margin-top: 12px;
      transition: color 0.3s ease;
    }
    
    .scrollgood-container:hover p {
      color: #e76730;
    }
    
    
















    .moderat-container {
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: 2%;
      left: 40%;
z-index: 1;
    }
    
    /* Bild-Wrapper */
    .moderat-wrapper {
      position: relative;
      width: 320px; /* frei skalierbar */
      height: auto;
    }
    
    .icon {
      width: 100%;
      height: auto;
      position: absolute;
      top: 20%;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease-in-out;
    }
    
    .icon.hover {
      opacity: 0;
    }
    
    .moderat-container:hover .icon.default {
      opacity: 0;
    }
    .moderat-container:hover .icon.hover {
      opacity: 1;
    }
    
    /* Text */
    .moderat-text {
      text-align: center;
      position: relative;
      left: -20%;
     margin-top: 440px;
      font-size: clamp(30px, 3.5vw, 38px);
      font-family: 'LEMONMILKBOLD', sans-serif;
      color: #ffffff;
      transition: color 0.3s ease-in-out;
      max-width: 500px;
      line-height: 1;
    }

    

    
    .moderat-container:hover .moderat-text {
      display: inline-block;
      background: linear-gradient(90deg, #21040d, #771836, #C4BCAD);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;      }

















    .leicht-container {
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      position: absolute;
      bottom: 2%;
      left: 10%;
z-index: 1;
    }
    
    /* Bild-Wrapper */
    .leicht-wrapper {
      position: relative;
      width: 320px; /* frei skalierbar */
      height: auto;
    }
    
    .icon {
      width: 100%;
      height: auto;
      position: absolute;
      top: 20%;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease-in-out;
    }
    
    .icon.hover {
      opacity: 0;
    }
    
    .leicht-container:hover .icon.default {
      opacity: 0;
    }
    .leicht-container:hover .icon.hover {
      opacity: 1;
    }
    
    /* Text */
    .leicht-text {
      text-align: center;
      position: relative;
      left: -20%;
     margin-top: 440px;
      font-size: clamp(30px, 3.5vw, 38px);
      font-family: 'LEMONMILKBOLD', sans-serif;
      color: #ffffff;
      transition: color 0.3s ease-in-out;
      max-width: 500px;
      line-height: 1;

    }

    

    
    .leicht-container:hover .leicht-text {
      display: inline-block;
      background: linear-gradient(90deg, #9ea21a, #70a974, #5abece);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;      }










    
      .intense-container {
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        position: absolute;
        bottom: -1%;
        right: 3%;
  z-index: 1;
      }
      
      /* Bild-Wrapper */
      .intense-wrapper {
        position: relative;
        width: 320px; /* frei skalierbar */
        height: auto;
      }
      
      .icon {
        width: 100%;
        height: auto;
        position: absolute;
        top: 20%;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease-in-out;
      }
      
      .icon.hover {
        opacity: 0;
      }
      
      .intense-container:hover .icon.default {
        opacity: 0;
      }
      .intense-container:hover .icon.hover {
        opacity: 1;
      }
      
      /* Text */
      .intense-text {
        text-align: center;
        position: relative;
        left: -20%;
       margin-top: 440px;
        font-size: clamp(30px, 3.5vw, 38px);
        font-family: 'LEMONMILKBOLD', sans-serif;
        color: #ffffff;
        transition: color 0.3s ease-in-out;
        max-width: 500px;
        line-height: 1;
      }
  
      
  
      
      .intense-container:hover .intense-text {
        display: inline-block;
        background: linear-gradient(90deg, #5E4E37, #A99670, #9DB1B4);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;      }
  
  








      .trigger-wrapper {
        position: relative;
        display: inline-block;
        left: 7%;

      }

      .trigger-image{
        width: 7%;
      }
      
      /* Zielbilder übereinander legen */
      .zielbild {
        position: absolute;
        top: 0;
        margin-top: 10%;
        width: 100%;
        left: 150px; /* Abstand vom Triggerbild */
        transition: opacity 0.3s ease;
      }
      .zielbild.hover {
        opacity: 0;
      }
      .trigger-wrapper:hover .zielbild.default {
        opacity: 0;
      }
      .trigger-wrapper:hover .zielbild.hover {
        opacity: 1;
      }
      
      /* Text standardmäßig ausblenden */
      .hover-text {
        opacity: 0;
        transition: opacity 0.3s ease;
        margin-top: 1%;
        margin-left: 4%;
      }
      .trigger-wrapper:hover .hover-text {
        opacity: 1;
      }

      










          











  .section-inbetween {
    background-color: #0f0f0f;
    padding: 970px 0; /* Oben und unten Abstand */
    position: relative;
    z-index: 6; /* Damit der Schatten über dem oberen Bereich liegt */
    box-shadow: 20px 20px 20px 10px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
    box-shadow: 20px -20px 20px 50px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
  }

  .Vorteile-overlay {
    width: 70%;
    top:28%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
  }




  .g1-overlay {
    position: absolute;
    top: 33%;
    left: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .g1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .g1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .g1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .g1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }


  .g1-1-overlay {
    position: absolute;
    top: 44%;
    left: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .g1-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .g1-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .g1-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .g1-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }






  .g3-1-overlay {
    position: absolute;
    top: 51%;
    left: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .g3-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .g3-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .g3-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .g3-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }



  .r1-1-overlay {
    position: absolute;
    top: 38%;    
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .r1-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .r1-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .r1-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .r1-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }






  .r2-1-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .r2-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .r2-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .r2-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .r2-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }




  .r3-1-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .r3-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .r3-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .r3-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .r3-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }






  .r4-1-overlay {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .r4-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .r4-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .r4-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .r4-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }







  .o1-1-overlay {
    position: absolute;
    top: 33%;
    right: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .o1-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .o1-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .o1-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .o1-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }






  .o2-1-overlay {
    position: absolute;
    top: 41%;
    right: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .o2-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .o2-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .o2-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .o2-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }






  .o3-1-overlay {
    position: absolute;
    top: 45%;
    right: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .o3-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .o3-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .o3-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .o3-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }







  .o4-1-overlay {
    position: absolute;
    top: 49%;
    right: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .o4-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .o4-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .o4-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .o4-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }


  .o5-1-overlay {
    position: absolute;
    top: 53%;
    right: 17%;
    width: 20%;
    max-width: 420px;
    height: auto;
    overflow: hidden;
  
  }
  
  /* Standardbild (sichtbar bei Start) */
  .o5-1-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .o5-1-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .o5-1-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .o5-1-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }



  .inbetweentitle-text {
    font-family: 'SignatureDecember', sans-serif;
    font-size: clamp(40px, 5vw, 48px);
    color: #f8f8f8;
    position: absolute;
    top: 5%;
    left: 4%;
    line-height: 0.9;
  }

  .inbetweentitlescnd-text {
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(18px, 1.8vw, 23px);

    max-width: 700px;
    color: #f8f8f8;
    position: absolute;
    top: 11%;
    left: 4%;
    line-height: 0.9;
  }

  .inbetweenone-text {
    font-family: 'Avenirlight', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    max-width: 1000px;
    color: #f8f8f8;
    position: absolute;
    top: 17%;
    left: 4%;
    line-height: 1.4;
    z-index: 0;

  }

  .highlightinbetweenone {
    color: #f8f8f8;
    font-weight: bold;
    font-family: 'Avenirmedium', sans-serif;
    line-height: 1.0;
    z-index: 0;
  }
  


  .inbetweenquin-text {
    position: absolute;
    bottom: 34%;
    left: 4%;
    font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(22px, 2.4vw, 27px);
    max-width: 1000px;
    color: #ffffff;
    line-height: 1.4;
    max-width: 800px;
  }
  
  .gradient-word {
    display: inline-block;
    background: linear-gradient(90deg, #280914, #771836, #dc4806, #f8cc47, #387307);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .gradient-word .part1 {
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-weight: bold;
  }
  
  .gradient-word .part2 {
    font-family: 'LexendBold', sans-serif;
    font-weight: bold;
  }

  .highlightinbetweenquib {
    color: #f8f8f8;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
    line-height: 1.0;
    z-index: 0;
  }
  


 

  .sixonesubtext-text {
    position: absolute;
    bottom: 19%;
    left: 22%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  /* Stil für „Quinfinity“ */
  .highlight2 {
    color: #e76730;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
  }
  
  
  
  
  .sixtwosubtext-text {
    position: absolute;
    bottom: 20%;
    left: 4%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  /* Stil für „Quinfinity“ */
  .highlight3 {
    color: #e76730;
    font-weight: bold;
    font-family: 'Avenirhheavy', sans-serif;
  }
  
  
  
  
  .sixthreesubtext-text {
    position: absolute;
    bottom: 19%;
    left: 40%;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirlight', sans-serif;
    color: #ffffff;
    line-height: 1.0;
    max-width: 200px;
  }
  
  .gradient-word2 {
    display: inline-block;
    font-size: clamp(16px, 1.4vw, 18px);
    font-family: 'Avenirheavy', sans-serif;
    background: linear-gradient(90deg, #280914, #771836, #dc4806, #f8cc47, #387307);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .left-overlay {
    width: 10%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 26%;
    left: 4%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }
  
  
  .middle-overlay {
    width: 9%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 27%;
    left: 22%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }
  
  .right-overlay {
    width: 12%;         /* oder z. B. 300px für feste Breite */
    max-width: 420px;    /* Bild wird nie größer als 600px */
    bottom: 27%;
    left: 40%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }

  .quino-overlay {
    width: 72%;         /* oder z. B. 300px für feste Breite */
    bottom: 11%;
    left: 3%;
    position: absolute;
    display: block;      /* Verhindert Lücken unter dem Bild */
  }


  .quin-overlay {
    position: absolute; /* Absolute Positionierung */
    bottom: 4%; /* Position 5% von unten */
    left: 4%; /* Position 5% von links */
    width: 20%; /* Passt sich dem Container an */
    height: auto;
    overflow: hidden; /* Alles außerhalb des Containers wird verborgen */
  }
  
  /* Standardbild (sichtbar bei Start) */
  .quin-overlay img.default {
    width: 100%; /* Passt sich dem Container an */
    height: auto;
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das Bild wird zum weißen Icon */
  .quin-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .quin-overlay img.hover {
    width: 100%; /* Passt sich dem Container an */
    height: auto; /* Behält das Seitenverhältnis bei */
    position: absolute; /* Position innerhalb des Containers */
    top: 0; /* Position oben im Container */
    left: 0; /* Position links im Container */
    opacity: 0; /* Startet unsichtbar */
    transition: opacity 0.3s ease-in-out; /* Sanfter Übergang für Opazität */
  }
  
  /* Hover-Effekt: Das weiße Bild wird sichtbar */
  .quin-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }











  






















































   

              
              .bfq-video {
                position: absolute;
                top: 50%;
                left: 50%;
                min-width: 100%;
                min-height: 100%;
                transform: translate(-50%, -50%);
                object-fit: cover;
                z-index: 0;
              }


              .bfq1-video {
                position: absolute;
                top: 70%;
                left: 50%;
                min-width: 100%;
                min-height: 100%;
                transform: translate(-50%, -50%);
                object-fit: cover;
                z-index: 0;
              }




             




















.scroll-button1 {
  position: absolute;
  left: 4%;
  padding: 12px 28px;
  font-size: clamp(14px, 1.8vw, 22px);
  font-family: 'Avenirmedium', sans-serif;
  color: #efefef; /* Schriftfarbe = Rahmenfarbe */
  background-color: #e73092;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  bottom: 50%;
}

.scroll-button1:hover {
  background-color: #3e0035;
  color: white;
  }



















  .faq-pop-button {
  font-family: 'Louisgeorgecafe', sans-serif;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 12px 144px;
  background-color: #181818;
  border: none;
  color: white;
  border-radius: 8px;
   text-align: center;
  left: 4%;
  top: 40%;
  cursor: pointer;
  position: absolute;
  transition: background-color 0.3s ease;
}

.faq-pop-button:hover {
  background-color: #e73092;
}

.faq-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}






.section-abt {
    box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
        box-shadow: 20px -20px -20px -20px rgba(0, 0, 0, 0.6); /* Schatten nach unten */

    z-index: 5;
    background-color: #CDD1DC;
    padding: 770px 0; /* Oben und unten Abstand */
    position: relative;
   
  }




  .abtone {
  top: 28%; 
  left: 4%; 
  font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(21px, 3vw, 24px);
    color: #141414;
    line-height: 1.2;
  position: absolute;
  max-width: 40%;
  }

.hgabtone1 {

  font-family: 'LEMONMILKBOLD', sans-serif;
    line-height: 0.5;

  }


  .hgabtone2 {
    font-size: clamp(11px, 3vw, 17px);
    color: #e73092;
line-height: 0.8;
  font-family: 'Louisgeorgecafe', sans-serif;
    line-height: 0.7;
  }



  



  .abtone2 {
  top:42%; 
  left: 4%; 
  font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(21px, 3vw, 24px);
    color: #141414;
    line-height: 1.2;
  position: absolute;
  max-width: 40%;
  }

.hgabtone21 {

  font-family: 'LEMONMILKBOLD', sans-serif;
    line-height: 0.5;

  }


  .hgabtone22 {
    font-size: clamp(11px, 3vw, 17px);
    color: #e73092;
line-height: 0.8;
  font-family: 'Louisgeorgecafe', sans-serif;
    line-height: 0.7;
  }











    .abtone3 {
  top: 58%; 
  left: 4%; 
  font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(21px, 3vw, 24px);
    color: #141414;
    line-height: 1.2;
  position: absolute;
  max-width: 40%;
  }

.hgabtone31 {

  font-family: 'LEMONMILKBOLD', sans-serif;
    line-height: 0.5;

  }




  

  .hgabtone32 {
    font-size: clamp(11px, 3vw, 17px);
    color: #e73092;
  font-family: 'Louisgeorgecafe', sans-serif;
  line-height: 1.2;
    position: absolute;
top: 64%; 
  left: 4%; 
    max-width: 24%;

  }

 .hgabtone322 {
    
  font-family: 'Avenirmedium';


  }



    .hgabtone35345232 {
    font-size: clamp(11px, 3vw, 17px);
    color: #e73092;
  font-family: 'Louisgeorgecafe', sans-serif;
  line-height: 1.2;
    position: absolute;
top: 49%; 
  left: 4%; 
    max-width: 24%;

  }

 .hghgabtone35345232 {
    
  font-family: 'Avenirmedium';


  }



    .dsf {
    font-size: clamp(11px, 3vw, 17px);
    color: #e73092;
  font-family: 'Louisgeorgecafe', sans-serif;
  line-height: 1.2;
    position: absolute;
top: 36%; 
  left: 4%; 
    max-width: 24%;

  }

 .asdfg {
    
  font-family: 'Avenirmedium';


  }



   .ansprechpartner-overlay {

    width: 20%;
    top:43%;
    right: 3%;
    position: absolute;
  }

  


  .imtxt2 {
    font-family: 'Louisgeorgecafebold', sans-serif;
    text-align: right;
    font-size: clamp(18px, 2.4vw, 18px);
    max-width: 50%;
    color: #0e0e0e;
    position: absolute;
    top: 60%;
    right: 27%;
    line-height: 1;

  }

  .hgimtxt2 {
    color: #000000;
    font-family: 'LEMONMILKBOLD', sans-serif;
    font-size: clamp(21px, 2.3vw, 23px);
    color: #ededed;


  }

  .imtxtb2 {
    font-family: 'Avenirmedium', sans-serif;
    color: #e73092;
    font-size: clamp(18px, 2.4vw, 18px);
position: absolute;
    top: 64%;
    text-decoration: none;
    right: 27%;
  }


  .imtxtb2:hover {
    
    color: #1c1c1c;
    text-decoration: underline;
    text-decoration-color: #e73092;
  }











  .faq2-pop-button {
 display: block;
font-family: 'Louisgeorgecafe', sans-serif;
font-size: clamp(12px, 1.5vw, 18px);
padding: 12px 24px;
text-align: left; /* ⬅️ Jetzt linksbündig */
background-color: #181818;
border: none;
color: white;
border-radius: 8px;
left: 4%;
top: 44%;
cursor: pointer;
position: absolute;
transition: background-color 0.3s ease;
max-width: 23%;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;

}

.faq2-pop-button:hover {
  background-color: #e73092;
}

.faq2-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq2-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close2-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}










  .faq5-pop-button {
 display: block;
font-family: 'Louisgeorgecafe', sans-serif;
font-size: clamp(12px, 1.5vw, 18px);
padding: 12px 24px;
text-align: left; /* ⬅️ Jetzt linksbündig */
background-color: #181818;
border: none;
color: white;
border-radius: 8px;
left: 4%;
top: 64%;
cursor: pointer;
position: absolute;
transition: background-color 0.3s ease;
max-width: 23%;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;

}

.faq5-pop-button:hover {
  background-color: #e73092;
}

.faq5-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq5-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close5-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}










  .faq6-pop-button {
display: block;
font-family: 'Louisgeorgecafe', sans-serif;
font-size: clamp(12px, 1.5vw, 18px);
padding: 12px 24px;
text-align: left; /* ⬅️ Jetzt linksbündig */
background-color: #181818;
border: none;
color: white;
border-radius: 8px;
left: 4%;
top: 74%;
cursor: pointer;
position: absolute;
transition: background-color 0.3s ease;
max-width: 23%;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;

}

.faq6-pop-button:hover {
  background-color: #e73092;
}

.faq6-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq6-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close6-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}












  .faq3-pop-button {
 display: block;
font-family: 'Louisgeorgecafe', sans-serif;
font-size: clamp(12px, 1.5vw, 18px);
padding: 12px 24px;
text-align: left; /* ⬅️ Jetzt linksbündig */
background-color: #181818;
border: none;
color: white;
border-radius: 8px;
left: 4%;
top: 51%;
cursor: pointer;
position: absolute;
transition: background-color 0.3s ease;
max-width: 23%;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;

}

.faq3-pop-button:hover {
  background-color: #e73092;
}

.faq3-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq3-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close3-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}














  .faq4-pop-button {
  display: block;
font-family: 'Louisgeorgecafe', sans-serif;
font-size: clamp(12px, 1.5vw, 18px);
padding: 12px 24px;
text-align: left; /* ⬅️ Jetzt linksbündig */
background-color: #181818;
border: none;
color: white;
border-radius: 8px;
left: 4%;
top: 57%;
cursor: pointer;
position: absolute;
transition: background-color 0.3s ease;
max-width: 23%;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;

}

.faq4-pop-button:hover {
  background-color: #e73092;
}

.faq4-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 15, 15, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.faq4-popup-content {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  color: #101010;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  text-align: left;
  font-family: 'LouisGeorgeCafe', sans-serif;
  animation: popIn 0.4s ease-out;
  position: relative;
}

.close4-button {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #444;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}






.recipe-section {
  z-index: 1;
  background-color: #0f0f0fee;
  padding: 330px 0; /* Oben und unten Abstand */
  position: relative;
overflow: hidden;

  /* -------------------------------
   Box-Shadow erklärt:
   0     → Kein horizontaler Versatz (bleibt zentriert)
   20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
   40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
   -10px → Ausbreitung (negativ = kompakter)
   rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
-------------------------------- */
  z-index: 1; /* Damit der Schatten über dem oberen Bereich liegt */
}


.bfrecipe-section {
  z-index: 4;
  background-color: #CDD1DC;
  padding: 230px 0; /* Oben und unten Abstand */
  position: relative;
overflow: hidden;
  box-shadow: 0 20px 50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */

}


.bfrecipe-section.active {
  background-color: #bd1f73;
   transition: background-color 0.5s ease;

}


.bfrecipe-section.active .bfrt {

opacity: 1;
}

.bfrecipe-section.active .hgbfrt1 {

opacity: 1;
}

.bfrecipe-section.active .hgbfrt2 {

opacity: 1;
}

.bfrecipe-section.active .hgbfrt3 {

opacity: 1;
}

.bfrt {
  text-align: left;
  top: 27%;
left: 4%;
   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #ececec;
   transition: color 0.3s ease-in-out;
position: absolute;
   max-width: 50%;
   opacity: 0;

}


.hgbfrt1 {

   font-size: clamp(7px, 1.5vw, 12px);
   font-family: 'LexendBold', sans-serif;
   color: #e3e3e3;
      opacity: 0;

}

.hgbfrt2 {

   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'LexendBold', sans-serif;
   color: #1a1a1a;
      opacity: 0;

}

.hgbfrt3 {

   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'LexendBold', sans-serif;
   color: #f0f0f0;
      opacity: 0;

}




 .Allerezepte-overlay {
    width: 100%;
    top:-8%;
    left: 0%;
    position: absolute;
    display: block;
    z-index: 0; /* Damit der Schatten über dem oberen Bereich liegt */
  }

    .einszueinsdown-button {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  left: 50%;
    transform: translate(-50%, -50%);

  padding: 12px 58px; /* ↑↓ ←→ Abstand */
  font-size: clamp(12px, 2.4vw, 22px); /* Skalierbare Größe */
  font-family: 'Louisgeorgecafebold', sans-serif;
  color: #d20e0e;
  background-color: #bd1f73;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  z-index: 6;
}


.einszueinsdown-button:hover {
  display: inline-block;
  position: absolute;

  color: #ffffff;
  background-color: #8a1591;
  border: none;
  text-decoration: none;
  z-index: 6;
}



.recipetitle{
  color: #e9e9e9;
  position: absolute;
  top: 5%;
  left: 4%;

  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(32px, 4.2vw, 34px);
  line-height: 0.4;
  z-index: 0;
opacity: 0; 

}


.hgrecipetitle1 {
  color: #151515;
    z-index: 1;
opacity: 0; 
  line-height: 1;
}

.hgrecipetitle2 {
 font-family: 'Beauty', sans-serif;
  font-size: clamp(82px, 6.2vw, 94px);
  color: #ededed;
    z-index: 3;
opacity: 0; 

}


.bfrecipe-section.active .recipetitle {
opacity: 1; 
}

.bfrecipe-section.active .hgrecipetitle1 {
opacity: 1; 
}

.bfrecipe-section.active .hgrecipetitle2 {
opacity: 1; 
}











.section-11 {
  z-index: 3;
  background-color: #0f0f0f;
  padding: 430px 0; /* Oben und unten Abstand */
  position: relative;
  box-shadow: 0 30px -50px 30px rgba(66, 66, 66, 0.6); /* Schatten nach unten */
  box-shadow: 0 -30px 40px 20px rgba(60, 60, 60, 0.6); /* Schatten nach unten */

  /* -------------------------------
   Box-Shadow erklärt:
   0     → Kein horizontaler Versatz (bleibt zentriert)
   20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
   40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
   -10px → Ausbreitung (negativ = kompakter)
   rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
-------------------------------- */
  z-index: 3; /* Damit der Schatten über dem oberen Bereich liegt */
}






.eleventitle{
  color: #f0f0f0;
  position: absolute;
  top: 4%;
  left: 4%;
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(32px, 4.2vw, 34px);
  line-height: 1;
  z-index: 0;

}


.hgeleven {
  
  font-size: clamp(96px, 7vw, 100px);
  font-family: 'Beauty', sans-serif;  line-height: 0.8;
color: #e73092;
}


.bfrecipe-section .fly-in-image {
  position: absolute;
  right: 5%;
  width: 20%;
  bottom: -10%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  border-radius: 8px;
    z-index: 1;

}

/* Hover-Zustand */
.bfrecipe-section.active .fly-in-image {
  opacity: 1;
  transform: translateY(0);
}





.bfrecipe-section .fly-in-image2 {
  position: absolute;
  right: 10%;
  width: 15%;
  bottom: -2%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  border-radius: 8px;
    z-index: 1;

}

/* Hover-Zustand */
.bfrecipe-section.active .fly-in-image2 {
  opacity: 1;
  transform: translateY(0);
}






.ep1-overlay {
  width: 42%;
  top: 33%;
  right: 20%;

  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 3; /* Damit der Schatten über dem oberen Bereich liegt */

}



.sweet-overlay {
  width: 31%;
  top: 13%;
  right: 7%;
  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 2; /* Damit der Schatten über dem oberen Bereich liegt */

}




.mito-overlay {
  width: 17%;
  top: 15%;
  right: 49%;
  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 1; /* Damit der Schatten über dem oberen Bereich liegt */

}


.sport-overlay {
  width: 22%;
  top: 29%;
  right: 7%;
  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 4; /* Damit der Schatten über dem oberen Bereich liegt */

}


.FETTLEBER-overlay {
  width: 17%;
  bottom: 5%;
  right: 7%;
  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 4; /* Damit der Schatten über dem oberen Bereich liegt */

}


.b-overlay {
  width: 37%;
  bottom: 5%;
  right: 27%;
  position: absolute;
  display: block;
  border-radius: 8px;
  z-index: 4; /* Damit der Schatten über dem oberen Bereich liegt */

}












.section-12 {
  background-color: #ad236c;
  padding: 90px 0; /* Oben und unten Abstand */
  position: relative;
  box-shadow: 0 30px -50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
  box-shadow: 0 30px 50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */

  /* -------------------------------
   Box-Shadow erklärt:
   0     → Kein horizontaler Versatz (bleibt zentriert)
   20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
   40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
   -10px → Ausbreitung (negativ = kompakter)
   rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
-------------------------------- */
  z-index: 3; /* Damit der Schatten über dem oberen Bereich liegt */
}






.twelvetitle{
  color: #e9e9e9;
  position: absolute;
  top: 12%;
  left: 4%;
  max-width: 45%;
  font-family: 'LEMONMILKLIGHT', sans-serif;
  font-size: clamp(32px, 4.2vw, 34px);
  line-height: 1;
  z-index: 0;

}


.hgtwelvetitle {
  font-family: 'LEMONMILKBOLD', sans-serif;
  line-height: 0.8;

}






.section-13 {
  background-color: #500e31;
  padding: 830px 0; /* Oben und unten Abstand */
  position: relative;
  box-shadow: 0 30px -50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */

  /* -------------------------------
   Box-Shadow erklärt:
   0     → Kein horizontaler Versatz (bleibt zentriert)
   20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
   40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
   -10px → Ausbreitung (negativ = kompakter)
   rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
-------------------------------- */
  z-index: 1; /* Damit der Schatten über dem oberen Bereich liegt */
}




















.mpg-container {
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 8%;
  left: 42%;

}

/* Bild-Wrapper */
.mpg-wrapper {
  position: absolute;
  width: 70%; /* frei skalierbar */
  height: auto;

}

.mpg-wrapper2 {
  position: absolute;
  width: 11%; /* frei skalierbar */
  height: auto;
  left: -62%;
}


.icon {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 11px;

}

.icon.hover {
  opacity: 0;
}

.mpg-container:hover .icon.default {
  opacity: 0;
}
.mpg-container:hover .icon.hover {
  opacity: 1;
}

/* Text */
.mpg-text {
  text-align: left;
  margin-top: 0%;
  margin-left: -47%;
   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #202020;
   transition: color 0.3s ease-in-out;
   max-width: 40%;
}



.mpg-container .hgmpg{
  text-align: left;
  font-family: 'LEMONMILKBOLD', sans-serif;
  color: #202020;
  font-size: clamp(18px, 2.2vw, 22px);

  transition: color 0.3s ease-in-out;
}






.mpg-container:hover .hgmpg{
  text-align: left;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}


.mpg-container:hover .mpg-text {
  color: #ffffff;


}


















.ebook2-container {
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 42%;

}

/* Bild-Wrapper */
.ebook2-wrapper {
  position: absolute;
  width: 70%; /* frei skalierbar */
  height: auto;

}

.ebook2-wrapper2 {
  position: absolute;
  width: 11%; /* frei skalierbar */
  height: auto;
  left: -62%;
}


.icon {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 11px;

}

.icon.hover {
  opacity: 0;
}

.ebook2-container:hover .icon.default {
  opacity: 0;
}
.ebook2-container:hover .icon.hover {
  opacity: 1;
}

/* Text */
.ebook2-text {
  text-align: left;
  margin-top: 0%;
  margin-left: -47%;
   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #202020;
   transition: color 0.3s ease-in-out;
   max-width: 40%;
}



.ebook2-container .hgebook2{
  text-align: left;
  font-family: 'LEMONMILKBOLD', sans-serif;
  color: #202020;
  font-size: clamp(18px, 2.2vw, 22px);

  transition: color 0.3s ease-in-out;
}






.ebook2-container:hover .hgebook2{
  text-align: left;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}


.ebook2-container:hover .ebook2-text {
  color: #ffffff;


}















.reci2-container {
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  left: 42%;

}

/* Bild-Wrapper */
.reci2-wrapper {
  position: relative;
  width: 70%; /* frei skalierbar */
  height: auto;

}

.reci2-wrapper2 {
  position: relative;
  width: 11%; /* frei skalierbar */
  height: auto;
  left: -62%;
}


.icon {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 11px;

}

.icon.hover {
  opacity: 0;
}

.reci2-container:hover .icon.default {
  opacity: 0;
}
.reci2-container:hover .icon.hover {
  opacity: 1;
}

/* Text */
.reci2-text {
  text-align: left;
  margin-top: 0%;
  margin-left: -47%;
   font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #202020;
   transition: color 0.3s ease-in-out;
   max-width: 40%;
}



.reci2-container .hgereci2{
  text-align: left;
  font-family: 'LEMONMILKBOLD', sans-serif;
  color: #202020;
  font-size: clamp(18px, 2.2vw, 22px);

  transition: color 0.3s ease-in-out;
}






.reci2-container:hover .hgereci2{
  text-align: left;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}


.reci2-container:hover .reci2-text {
  color: #ffffff;


}














.section-14 {
  background-color: #ad236c;
  padding: 510px 0; /* Oben und unten Abstand */
  position: relative;
  box-shadow: 0 30px -50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
  box-shadow: 0 30px 50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
  overflow: hidden;

  /* -------------------------------
   Box-Shadow erklärt:
   0     → Kein horizontaler Versatz (bleibt zentriert)
   20px  → Vertikaler Versatz nach unten (Schatten fällt nach unten)
   40px  → Weichzeichner-Radius (wie verschwommen der Schatten wirkt)
   -10px → Ausbreitung (negativ = kompakter)
   rgba(0, 0, 0, 0.6) → Farbe: halbtransparenter Schwarzton
-------------------------------- */
  z-index: 3; /* Damit der Schatten über dem oberen Bereich liegt */
}




.est-button {
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 4%;
  padding: 14px 58px; /* ↑↓ ←→ Abstand */
  font-size: clamp(14px, 1.4vw, 18px); /* Skalierbare Größe */
  font-family: 'LexendBold', sans-serif;
  color: #ad236c;
  background-color: #fafafa;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  z-index: 6;
}

.est-button:hover {
  background-color: #363636;
  color: #d21c6b;

}










.fourteentitle{
  color: #e9e9e9;
  position: absolute;
  top: 4%;
  left: 4%;
  max-width: 45%;
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(32px, 4.2vw, 34px);
  line-height: 1;
  z-index: 0;

}


.hgfourteentitle {
  color: #f3f3f3;
  font-family: 'LEMONMILKLIGHT', sans-serif;
  font-size: clamp(22px, 3vw, 25px);
  line-height: 0.8;

}




.btfourteentitle {

  font-size: clamp(96px, 7vw, 100px);
  font-family: 'Beauty', sans-serif;  line-height: 0.8;
color: #f4f4f4;
}



.instalap-overlay {
  width: 51%;
  bottom: -2%;

  position: absolute;
  display: block;
  left: 3%;
}





.Krankheitserfassung-overlay {
  width: 23%;
  bottom: 7%;

  position: absolute;
  display: block;
  right: 3%;

}


.instaway-overlay {
  width: 23%;
  bottom: 0%;

  position: absolute;
  display: block;
  right: 29%;

}







  .section-movie {
    background-color: #0f0f0f;
    padding: 400px 0; /* Oben und unten Abstand */
    position: relative;
    box-shadow: 0 -20px 40px 
  }
  

.bfq2-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}



.gradient-button {
  display: inline-block;
  padding: 14px 96px;
  font-size: clamp(14px, 1.6vw, 20px);
  font-family: 'LEMONMILKBOLD', sans-serif;
  color: #ffffff;
  background: linear-gradient(135deg, #30e792, #e76730, #c8158c);
  border: none;
  border-radius: 12px;
  position: absolute;
  left: 4%;
bottom: 15%;
  text-decoration: none;
  box-shadow: 0 14px 12px rgba(0, 0, 0, 0.25);
}

.gradient-button:hover {
  background: linear-gradient(135deg, #0affad, #ff442f, #d007c6);
  color: #ffffff;


}









  /* Wordlinks */
  .wordlinkhome,
  .wordlinkfirmentop,
  .wordlink1-1top,
  .wordlinküberNULNEBLAtop,
  .wordlinkknowhowtop,
  .wordlinkkontakttop {
    color: white;
    font-size: 20px;
    margin: 10px;
    text-decoration: none;
    z-index: 2;
    position: relative;
  }
  

  



  
  
  /* Mobilfreundlich */
  @media (max-width: 768px) {
    .bg-section h2 {
      font-size: 28px;
    }
  
    .bg-section p {
      font-size: 16px;
    }
  
    .btn {
      font-size: 16px;
    }
  }
  










.bfrecipe-section.active .vegan-container {
 opacity: 1;
}



              .vegan-container {
              
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                bottom: 10%;
                left: 4%;
                opacity: 0;
            
              }
              
              /* Bild-Wrapper */
              .vegan-wrapper {
                position: relative;
                width: 11%; /* frei skalierbar */
                height: auto;
              }
              
              .icon {
                width: 100%;
                height: auto;
                position: absolute;
                top: 20%;
                top: 0;
                left: 0;
              }
              
              .icon.hover {
                opacity: 0;
              }
              
              .vegan-container:hover .icon.default {
                opacity: 0;
              }
              .vegan-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .vegan-text {
                text-align: left;
               margin-top: 2%;
               margin-left: 13%;
                font-size: clamp(8px, 1.2vw, 14px);
                font-family: 'Avenirlight', sans-serif;
                color: #26A560;
                max-width: 520px;
              }
            
            
              .vegan-container .highlightveganone-text {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                color:#26A560;     }
            
            
              
              .vegan-container:hover .vegan-text {
                display: inline-block;
                color: #003e1c;      }
            
               .vegan-container:hover .highlightveganone-text {
                          display: inline-block;
                          color: #003e1c;      }






                          


  .protein-container {
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 53%;
    left: 4%;

  }
  
  /* Bild-Wrapper */
  .protein-wrapper {
    position: relative;
    width: 11%; /* frei skalierbar */
    height: auto;
  }
  
  .icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 20%;
    top: 0;
    left: 0;
  }
  
  .icon.hover {
    opacity: 0;
  }
  
  .protein-container:hover .icon.default {
    opacity: 0;
  }
  .protein-container:hover .icon.hover {
    opacity: 1;
  }
  
  /* Text */
  .protein-text {
    text-align: left;
   margin-top: 2%;
   margin-left: 13%;
    font-size: clamp(8px, 1.2vw, 14px);
    font-family: 'Avenirlight', sans-serif;
    color:  #DD4070;
    max-width: 520px;
  }


  .protein-container .highlightproteinone-text {
    display: inline-block;
    font-family: 'LEMONMILKBOLD', sans-serif;
    color: #DD4070;     }


  
  .protein-container:hover .protein-text {
    display: inline-block;
    color: #350010;      }

   .protein-container:hover .highlightproteinone-text {
              display: inline-block;
              color: #350010;      }

  





                  
.veg-container {
                            flex-direction: column;
                            align-items: center;
                            cursor: pointer;
                            position: absolute;
                            top: 67%;
                            left: 4%;
                        
                          }
                          
                          /* Bild-Wrapper */
                          .veg-wrapper {
                            position: relative;
                            width: 11%; /* frei skalierbar */
                            height: auto;
                          }
                          
                          .icon {
                            width: 100%;
                            height: auto;
                            position: absolute;
                            top: 20%;
                            top: 0;
                            left: 0;
                          }
                          
                          .icon.hover {
                            opacity: 0;
                          }
                          
                          .veg-container:hover .icon.default {
                            opacity: 0;
                          }
                          .veg-container:hover .icon.hover {
                            opacity: 1;
                          }
                          
                          /* Text */
                          .veg-text {
                            text-align: left;
                           margin-top: 2%;
                           margin-left: 13%;
                            font-size: clamp(8px, 1.2vw, 14px);
                            font-family: 'Avenirlight', sans-serif;
                            color: #26A560;
                            max-width: 520px;
                          }
                        
                        
                          .veg-container .highlightvegone-text {
                            display: inline-block;
                            font-family: 'LEMONMILKBOLD', sans-serif;
                            color:#26A560;     }
                        
                        
                          
                          .veg-container:hover .veg-text {
                            display: inline-block;
                            color: #003e1c;      }
                        
                           .veg-container:hover .highlightvegone-text {
                                      display: inline-block;
                                      color: #003e1c;      }









                                      .fiber-container {
                                        flex-direction: column;
                                        align-items: center;
                                        cursor: pointer;
                                        position: absolute;
                                        top: 67%;
                                        left: 44%;
                                    
                                      }
                                      
                                      /* Bild-Wrapper */
                                      .fiber-wrapper {
                                        position: relative;
                                        width: 11%; /* frei skalierbar */
                                        height: auto;
                                      }
                                      
                                      .icon {
                                        width: 100%;
                                        height: auto;
                                        position: absolute;
                                        top: 20%;
                                        top: 0;
                                        left: 0;
                                      }
                                      
                                      .icon.hover {
                                        opacity: 0;
                                      }
                                      
                                      .fiber-container:hover .icon.default {
                                        opacity: 0;
                                      }
                                      .fiber-container:hover .icon.hover {
                                        opacity: 1;
                                      }
                                      
                                      /* Text */
                                      .fiber-text {
                                        text-align: left;
                                       margin-top: 2%;
                                       margin-left: 13%;
                                        font-size: clamp(8px, 1.2vw, 14px);
                                        font-family: 'Avenirlight', sans-serif;
                                        color: #ac9c4d;
                                        max-width: 520px;
                                      }
                                    
                                    
                                      .fiber-container .highlightfiberone-text {
                                        display: inline-block;
                                        font-family: 'LEMONMILKBOLD', sans-serif;
                                        color:#ac9c4d;     }
                                    
                                    
                                      
                                      .fiber-container:hover .fiber-text {
                                        display: inline-block;
                                        color: #736000;      }
                                    
                                       .fiber-container:hover .highlightfiberone-text {
                                                  display: inline-block;
                                                  color: #736000;      }

                                                  






                                      .fish-container {
                                        flex-direction: column;
                                        align-items: center;
                                        cursor: pointer;
                                        position: absolute;
                                        top: 77%;
                                        left: 44%;
                                    
                                      }
                                      
                                      /* Bild-Wrapper */
                                      .fish-wrapper {
                                        position: relative;
                                        width: 11%; /* frei skalierbar */
                                        height: auto;
                                      }
                                      
                                      .icon {
                                        width: 100%;
                                        height: auto;
                                        position: absolute;
                                        top: 20%;
                                        top: 0;
                                        left: 0;
                                      }
                                      
                                      .icon.hover {
                                        opacity: 0;
                                      }
                                      
                                      .fish-container:hover .icon.default {
                                        opacity: 0;
                                      }
                                      .fish-container:hover .icon.hover {
                                        opacity: 1;
                                      }
                                      
                                      /* Text */
                                      .fish-text {
                                        text-align: left;
                                        margin-top: 2%;
                                        margin-left: 13%;
                                         font-size: clamp(8px, 1.2vw, 14px);
                                        font-family: 'Avenirlight', sans-serif;
                                        color: #14b0bd;
                                        max-width: 520px;
                                      }
                                    
                                    
                                      .fish-container .highlightfishone-text {
                                        display: inline-block;
                                        font-family: 'LEMONMILKBOLD', sans-serif;
                                        color:#14b0bd;     }
                                    
                                    
                                      
                                      .fish-container:hover .fish-text {
                                        display: inline-block;
                                        color: #00656d;      }
                                    
                                       .fish-container:hover .highlightfishone-text {
                                                  display: inline-block;
                                                  color: #00656d;      }











                                                  .mealprep3-container {
                                                    flex-direction: column;
                                                    align-items: center;
                                                    cursor: pointer;
                                                    position: absolute;
                                                    top: 87%;
                                                    left: 4%;
                                                
                                                  }
                                                  
                                                  /* Bild-Wrapper */
                                                  .mealprep3-wrapper {
                                                    position: relative;
                                                    width: 11%; /* frei skalierbar */
                                                    height: auto;
                                                  }
                                                  
                                                  .icon {
                                                    width: 100%;
                                                    height: auto;
                                                    position: absolute;
                                                    top: 20%;
                                                    top: 0;
                                                    left: 0;
                                                  }
                                                  
                                                  .icon.hover {
                                                    opacity: 0;
                                                  }
                                                  
                                                  .mealprep3-container:hover .icon.default {
                                                    opacity: 0;
                                                  }
                                                  .mealprep3-container:hover .icon.hover {
                                                    opacity: 1;
                                                  }
                                                  
                                                  /* Text */
                                                  .mealprep3-text {
                                                    text-align: left;
                                                    margin-top: 2%;
                                                    margin-left: 13%;
                                                     font-size: clamp(8px, 1.2vw, 14px);
                                                    font-family: 'Avenirlight', sans-serif;
                                                    color: #753179;
                                                    max-width: 520px;
                                                  }
                                                
                                                
                                                  .mealprep3-container .highlightmealprep3one-text {
                                                    display: inline-block;
                                                    font-family: 'LEMONMILKBOLD', sans-serif;
                                                    color:#753179;     }
                                                
                                                
                                                  
                                                  .mealprep3-container:hover .mealprep3-text {
                                                    display: inline-block;
                                                    color: #400044;      }
                                                
                                                   .mealprep3-container:hover .highlightmealprep3one-text {
                                                              display: inline-block;
                                                              color: #400044;      }











.blitz-container {
                                                  flex-direction: column;
                                                    align-items: center;
                                                    cursor: pointer;
                                                    position: absolute;
                                                    top: 77%;
                                                    left: 4%;
                                                
                                                  }
                                                  
                                                  /* Bild-Wrapper */
                                                  .blitz-wrapper {
                                                    position: relative;
                                                    width: 11%; /* frei skalierbar */
                                                    height: auto;
                                                  }
                                                  
                                                  .icon {
                                                    width: 100%;
                                                    height: auto;
                                                    position: absolute;
                                                    top: 20%;
                                                    top: 0;
                                                    left: 0;
                                                  }
                                                  
                                                  .icon.hover {
                                                    opacity: 0;
                                                  }
                                                  
                                                  .blitz-container:hover .icon.default {
                                                    opacity: 0;
                                                  }
                                                  .blitz-container:hover .icon.hover {
                                                    opacity: 1;
                                                  }
                                                  
                                                  /* Text */
                                                  .blitz-text {
                                                    text-align: left;
                                                   margin-top: 2%;
                                                   margin-left: 13%;
                                                    font-size: clamp(8px, 1.2vw, 14px);
                                                    font-family: 'Avenirlight', sans-serif;
                                                    color:  #ea6a29;
                                                    max-width: 520px;
                                                  }
                                                
                                                
                                                  .blitz-container .highlightblitzone-text {
                                                    display: inline-block;
                                                    font-family: 'LEMONMILKBOLD', sans-serif;
                                                    color: #ea6a29;     }
                                                
                                                
                                                  
                                                  .blitz-container:hover .blitz-text {
                                                    display: inline-block;
                                                    color: #af3b00;      }
                                                
                                                   .blitz-container:hover .highlightblitzone-text {
                                                              display: inline-block;
                                                              color: #af3b00;      }









  














 
  
  
  
    /* Erste Klasse */
  .wordlinkfirmentop, .wordlink1-1top, .wordlinküberNULNEBLAtop, .wordlinkknowhowtop, .wordlinkkontakttop {
      font-family: 'Avenirmedium', sans-serif;
      font-size: 20px;
      color: #ffffff;
      top: 53px; /* Position oben anpassen */
      text-decoration: none;
      position: absolute;
    }
  
  
    /* Hover-Effekt */
    .wordlinkfirmentop:hover, .wordlink1-1top:hover, .wordlinküberNULNEBLAtop:hover, .wordlinkknowhowtop:hover, .wordlinkkontakttop:hover  {
      color: #1a000a;
      font-family: 'Avenirheavy', sans-serif;}
    
    /* Dynamische Unterstreichung */
    .wordlinkfirmentop:after, .wordlink1-1top:after, .wordlinküberNULNEBLAtop:after, .wordlinkknowhowtop:after, .wordlinkkontakttop:after {
    
      position: relative;
      left: 0;
      bottom: -12px;
      width: 0%;
      height: 8px;
      background-color: #ffffff;
      transition: width 0.3s ease-in-out;
    }
    
    /* Hover-Effekt für die Unterstreichung */
    .wordlinkfirmentop:hover:after, .wordlink1-1top:hover:after, .wordlinküberNULNEBLAtop:hover:after, .wordlinkknowhowtop:hover:after, .wordlinkkontakttop:hover:after  {
      width: 100%;
    }
  
    
  .wordlinkfirmentop {
    
      left: 46%; /* Position von links anpassen */
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }
   
    .wordlink1-1top {
    
      left: 56%; /* Position von links anpassen */
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }
   
    .wordlinküberNULNEBLAtop {
    
      left: 66%; /* Position von links anpassen */
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }
   
    .wordlinkknowhowtop {
    
      left: 76%; /* Position von links anpassen */
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }
   
    .wordlinkkontakttop {
    
      left: 84%; /* Position von links anpassen */
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }


    .knowhow-overlay {
      width: 31%;
      top:2%;
      right: 7%;
      position: absolute;
      display: block;
      border-radius: 8px;
      z-index: 1; /* Damit der Schatten über dem oberen Bereich liegt */
    }
    
    .padrecipe-overlay {
      width: 63%;
      top:51%;

      right: 7%;
      position: absolute;
      display: block;
      border-radius: 8px;
      z-index: 2; /* Damit der Schatten über dem oberen Bereich liegt */
    }
    

    .mikroguide-overlay {
      width: 28%;
      top:57%;
      left: 6%;
      position: absolute;
      display: block;
      border-radius: 8px;
      z-index: 13; /* Damit der Schatten über dem oberen Bereich liegt */
      clip-path: inset(0 0 34.55% 0); 
    }


  




      .last-section {

        background-color: #CDD1DC;
        padding: 320px 0; /* Oben und unten Abstand */
        position: relative;
        z-index:5 ; /* Damit der Schatten über dem oberen Bereich liegt */



        .twotitlelast-text {
          font-family: 'LEMONMILKBOLD', sans-serif;
          font-size: clamp(32px, 4.2vw, 38px);
          max-width: 900px;
          color: #1a000a;
          position: absolute;
          bottom: 0.3%;
          left: 4%;
          line-height: 0.9;
        }
  
        .twosubtitleforelast-text {
          font-family: 'LEMONMILKLight', sans-serif;
          font-size: clamp(20px, 2.8vw, 26px);
          color: #1a000a;
          position: absolute;
          bottom: 3%;
          left: 4%;
          line-height: 1.0;
        }
      }
      
  
      
      
      .wordlinkIMPRESSUM, .wordlinkCOOKIES, .wordlinkAGBs, .wordlinkdisclaimer {
        font-family: 'LEMONMILKLIGHT', sans-serif;
        font-size: clamp(12px, 1.6vw, 30px);
        text-align: left;
      
        color: #1a1a1a;
        text-decoration: none;
        position: absolute;
        bottom: 4%;
        transform: translateX(-50%);
        transition: color 0.3s ease-in-out;
      }
      
      
      /* Hover-Effekt */
      .wordlinkIMPRESSUM:hover, .wordlinkCOOKIES:hover, .wordlinkAGBs:hover, .wordlinkdisclaimer:hover {
        color: #9b006f;

      }
      
      
      /* Dynamische Unterstreichung */
      .wordlinkIMPRESSUM::after, .wordlinkCOOKIES::after, .wordlinkAGBs::after, .wordlinkdisclaimer::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 0%;
        height: 12px;
        background-color: #9b006f;
        transition: width 0.3s ease-in-out;
      }
      
      /* Hover-Effekt für die Unterstreichung */
      .wordlinkIMPRESSUM:hover::after, .wordlinkCOOKIES:hover::after, .wordlinkAGBs:hover::after, .wordlinkdisclaimer:hover::after{
        width: 100%;
      }
      
      
      .wordlinkCOOKIES {
        left: 42%; /* Weiter nach rechts verschoben */
      }
      
      .wordlinkdisclaimer{
        left: 8%;
      }
      
      .wordlinkIMPRESSUM{
        left: 20%;
      }
      
      .wordlinkAGBs{
        left: 34%;
      }
      
      
      
      
      .wordlinksPRIVATCOACHING, .wordlinksfirmenbottom, .wordlinksNULNEBLA, .wordlinksknowhow {
        font-family: 'LEMONMILKBOLD', sans-serif;
        font-size: clamp(8px, 1.6vw, 24px);
        color: #1a1a1a;
        text-decoration: none;
        text-align: left;
        top: 5%;
        position: absolute;
        transition: color 0.3s ease-in-out;
        z-index: 10; /* Über andere Elemente */
      }
      
      
      .wordlinksPRIVATCOACHING:hover, .wordlinksfirmenbottom:hover, .wordlinksNULNEBLA:hover, .wordlinksknowhow:hover {
        color: #9b006f;

      }
      
      .wordlinksPRIVATCOACHING::after, .wordlinksfirmenbottom::after, .wordlinksNULNEBLA:after, .wordlinksknowhow::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0%;
        height: 8px; /* Kleinere Unterstreichungshöhe */
        background-color: #9b006f;
        transition: width 0.3s ease-in-out;
      }
      
      
      .wordlinksPRIVATCOACHING:hover:after, .wordlinksfirmenbottom:hover:after, .wordlinksNULNEBLA:hover:after, .wordlinksknowhow:hover:after {
        width: 100%;
      }
      
      
      .wordlinksPRIVATCOACHING {
        left: 22%;
      }
      
      .wordlinksfirmenbottom {
        left: 2%;
      
      }
      
      
      .wordlinksknowhow {
        left: 42%;
      }
      
      .wordlinksNULNEBLA {
        left: 62%;
      }
      
      
      .wordlinksFirmenseminare, .wordlinksleistungen, .wordlinks1-1firmencoaching, .wordlinksKonzeptErnährung,
      .wordlinksKonzeptBewegung, .wordlinksKonzeptEigenkompetenz, .wordlinksquinfinity {
        font-family: 'Avenirmedium';
        font-size: clamp(4px, 1.6vw, 18px);
        color: #1a1a1a;
        text-decoration: none;
        text-align: left;
        position: absolute;
        left: 2%; /* Zentrierung des Containers */
        width: 300px; /* Feste Breite, z. B. 300px */
        transition: color 0.3s ease-in-out;
        z-index: 10; /* Über andere Elemente */
      }
      
      .wordlinksFirmenseminare:hover, .wordlinksleistungen:hover, .wordlinks1-1firmencoaching:hover, .wordlinksKonzeptErnährung:hover,
      .wordlinksKonzeptBewegung:hover, .wordlinksKonzeptEigenkompetenz:hover, .wordlinksquinfinity:hover {
      
      color: #9b006f;
      font-family: 'Avenirheavy', sans-serif;

      }
      
      
      
      .wordlinksFirmenseminare {
        top: 14%;
      }
      
      .wordlinksleistungen
      {
        top: 18%;
      }
      
      .wordlinks1-1firmencoaching{
        top: 25%;
      }
      
      .wordlinksKonzeptErnährung{
        top: 28%;
      }
      
      .wordlinksKonzeptBewegung{
        top: 31%;
      }
      
      .wordlinksKonzeptEigenkompetenz{
        top: 34%;
      }
      
      .wordlinksquinfinity{
        top: 37%;
      }
      
      
      
      
      .wordlinksprivatleistungenbottom, .wordlinkserstgespräch {
        font-family: 'Avenirmedium', sans-serif;
        font-size: clamp(4px, 1.6vw, 18px);
        color: #1a1a1a;
        text-decoration: none;
        text-align: left;
        position: absolute;
        left: 22%; /* Zentrierung des Containers */
        width: 300px; /* Feste Breite, z. B. 300px */
        transition: color 0.3s ease-in-out;
        z-index: 10; /* Über andere Elemente */
      }
      
      
      
      .wordlinksprivatleistungenbottom:hover, .wordlinkserstgespräch:hover {
      color: #9b006f;
      font-family: 'Avenirheavy', sans-serif;

      }
      
      .wordlinkserstgespräch{
        top: 14%;
      }
      .wordlinksprivatleistungenbottom{
        top: 18%;
      }
      
      
      
      .wordlinkseminare, .wordlinksblog {
        font-family: 'Avenirmedium', sans-serif;
        font-size: clamp(4px, 1.6vw, 18px);
        color: #1a1a1a;
        text-decoration: none;
        text-align: left;
        position: absolute;
        left: 42%; /* Zentrierung des Containers */
        width: 300px; /* Feste Breite, z. B. 300px */
        transition: color 0.3s ease-in-out;
        z-index: 10; /* Über andere Elemente */
      }
      
      .wordlinkseminare:hover, .wordlinksblog:hover {
        color: #9b006f;
        font-family: 'Avenirheavy', sans-serif;
        }
      
      .wordlinkseminare{
        top: 14%;
      }
      .wordlinksblog{
        top: 18%;
      }
      
      
      
      
      .wordlinksmail {

        font-size: clamp(4px, 1.6vw, 18px);
        color: #1a1a1a;
        text-decoration: none;
        text-align: left;
        position: absolute;
        left: 2%; /* Zentrierung des Containers */
        width: 300px; /* Feste Breite, z. B. 300px */
        transition: color 0.3s ease-in-out;
        z-index: 10; /* Über andere Elemente */
      }
      
      .wordlinksmail:hover {
        color: #9b006f;
        }
      
      
      
      
      
        .wordlinknulneblahome {
          font-family: 'LEMONMILKBOLD', sans-serif; /* Schriftart anwenden */
          font-size: clamp(28px, 3.2vw, 34px); /* Schriftgröße */
          color: #1a1a1a; /* Standardfarbe */
          text-decoration: none; /* Keine Unterstreichung im Normalzustand */
          position: absolute; /* Absolut positioniert */
          bottom:4%; /* Platzierung des Textes nach oben - anpassbar */
          right: 4.5%; /* Horizontal zentrieren */
          transition: color 0.3s ease-in-out; /* Sanfter Übergang für Farbe */
        }
        
        /* Hover-Effekt */
        .wordlinknulneblahome:hover {
          color: #9b006f; /* Farbänderung beim Hover */
        }
      
      
        .logo-overlay {
          width: 3%;         /* oder z. B. 300px für feste Breite */
          bottom: 3%;
          right: 16%;
          position: absolute;
          display: block;      /* Verhindert Lücken unter dem Bild */
        }
      
      
        .fusszeile-text {
          font-family: 'Lexendlight', sans-serif;
          font-size: clamp(4px, 1.8vw, 14px);
          max-width: 400px;
          color: #1a1a1a;
          position: absolute;
          bottom: 10%;
          right: 8%;
          line-height: 1.0;
        }
  
        


      













      .back-to-top {
        position: fixed;
        bottom: 30px;
        left: 50%;
        text-decoration: none;
        background-color: #b60046;
        color: white;
        font-size: 30px;
        padding: 10px 18px;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      }
      
      .back-to-top:hover {
        background-color: #500024;
        color: #ffffff;
      }


      




