/* 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;
}








  .quinfinity-booking-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* Abstand zwischen Text und Bild */
  position: absolute;
  top: 53.5px; /* Position oben anpassen */
  left: 83%;
}

.booking-label {
    font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(17px, 3vw, 19px);
  color: #ffffff; /* falls du weißen Text willst */
}

.image-hover-link {
  position: relative;
  display: inline-block;
  width: 140px; /* oder anpassen */
  height: 60px;
}

.img-default,
.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}

.img-default {
  opacity: 1;
  z-index: 1;
}

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

.image-hover-link:hover .img-hover {
  opacity: 1;
}

.image-hover-link:hover .img-default {
  opacity: 0;
}










 .quinmenu2-button {
  display: inline-block;
  padding: 14px 60px;
  position: absolute;
  bottom: 45%;
  right: 11%;
  font-size: clamp(12px, 1.7vw, 17px);
  font-family: 'Avenirmedium', sans-serif;
  font-weight: bold;
  color: #efefef; /* Schriftfarbe = Rahmenfarbe */
  background-color: #df4597;
  border-radius: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}


 .quinmenu2-button:hover {
   background-color: #b22671;

}




.xyz-container {
  flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 4%;
    z-index: 1;
  }
  
  /* Bild-Wrapper */
  .xyz-wrapper {
    position: relative;
    width: 30%; /* frei skalierbar */
    height: auto;
  }
  
  .xyzicon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 20%;
    top: 0;
    left: 0;
  }
  
  .xyzicon.hover {
    opacity: 0;
  }
  
  .xyz-container:hover .xyzicon.default {
    opacity: 0;
  }
  .xyz-container:hover .xyzicon.hover {
    opacity: 1;
  }
  
  /* Text */
  .xyz-text {
    text-align: left;
   margin-top: 3%;
   margin-left: 33%;
    font-size: clamp(20px, 8vw, 21px);
    font-family: 'LEMONMILKBOLD', sans-serif;
    color:  #181818;
    max-width: 520px;
    text-decoration: none;
  }

  .xyz-container:hover .xyz-text {
    display: inline-block;
    color: #ffffff;      
  }





  
  


.wordlinkfirmentop
{

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







  






  .section-2 {
    z-index: 1;
    background-color: #CDD1DC;
    padding: 783px 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: 13%;
    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;
  }








/* 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: 17%; 
    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: 'LexendBold', 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: 27%;
    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: 0%;
    position: absolute;
    max-width: 80%;
    right: -90%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #111;
    opacity: 1;
  }
  
  .semi-hover-block:hover .semi-text {
    opacity: 1;
    color: #f7f7f7;
}


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

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

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

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

























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

    top: 47%;
    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: 0%;
    position: absolute;
    max-width: 80%;
    right: -90%;
    text-align: left;
    font-family: 'Avenirmedium', sans-serif;
    font-size: 18px;
    color: #111;
    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;
}





















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

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


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

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

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

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



















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

      top: 23%;
      cursor: pointer;
    }
    
    .calm-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .calm-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .calm-video {
      opacity: 0;
      z-index: 2;
    }
    
    .calm-hover-block:hover .preview {
      opacity: 0;
    }
    
    .calm-hover-block:hover .calm-video {
      opacity: 1;
    }
    
    .calm-hover-block:hover .calm-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .calm-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;
  }
  
  .calm-hover-block:hover .calm-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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













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

      top: 37%;
      cursor: pointer;
    }
    
    .sic-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .sic-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .sic-video {
      opacity: 0;
      z-index: 2;
    }
    
    .sic-hover-block:hover .preview {
      opacity: 0;
    }
    
    .sic-hover-block:hover .sic-video {
      opacity: 1;
    }
    
    .sic-hover-block:hover .sic-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .sic-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;
  }
  
  .sic-hover-block:hover .sic-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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











.nurse-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 64%;

      left: 9%;
      cursor: pointer;
    }
    
    .nurse-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .nurse-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .nurse-video {
      opacity: 0;
      z-index: 2;
    }
    
    .nurse-hover-block:hover .preview {
      opacity: 0;
    }
    
    .nurse-hover-block:hover .nurse-video {
      opacity: 1;
    }
    
    .nurse-hover-block:hover .nurse-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .nurse-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;
  }
  
  .nurse-hover-block:hover .nurse-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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













.room-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 9%;

      left: 9%;
      cursor: pointer;
    }
    
    .room-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .room-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .room-video {
      opacity: 0;
      z-index: 2;
    }
    
    .room-hover-block:hover .preview {
      opacity: 0;
    }
    
    .room-hover-block:hover .room-video {
      opacity: 1;
    }
    
    .room-hover-block:hover .room-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .room-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;
  }
  
  .room-hover-block:hover .room-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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






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

      top: &7%;
      cursor: pointer;
    }
    
    .pcman-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .pcman-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .pcman-video {
      opacity: 0;
      z-index: 2;
    }
    
    .pcman-hover-block:hover .preview {
      opacity: 0;
    }
    
    .pcman-hover-block:hover .pcman-video {
      opacity: 1;
    }
    
    .pcman-hover-block:hover .pcman-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .pcman-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;
  }
  
  .pcman-hover-block:hover .pcman-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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





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

      left: 27%;
      cursor: pointer;
    }
    
    .mikrocoachin-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .mikrocoachin-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .mikrocoachin-video {
      opacity: 0;
      z-index: 2;
    }
    
    .mikrocoachin-hover-block:hover .preview {
      opacity: 0;
    }
    
    .mikrocoachin-hover-block:hover .mikrocoachin-video {
      opacity: 1;
    }
    
    .mikrocoachin-hover-block:hover .mikrocoachin-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .mikrocoachin-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;
  }
  
  .mikrocoachin-hover-block:hover .mikrocoachin-text {
    opacity: 1;
    color: #60440d;
}


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

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

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

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










.canteen-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 9%;

      left: 9%;
      cursor: pointer;
    }
    
    .canteen-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .canteen-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .canteen-video {
      opacity: 0;
      z-index: 2;
    }
    
    .canteen-hover-block:hover .preview {
      opacity: 0;
    }
    
    .canteen-hover-block:hover .canteen-video {
      opacity: 1;
    }
    
    .canteen-hover-block:hover .canteen-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .canteen-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;
  }
  
  .canteen-hover-block:hover .canteen-text {
    opacity: 1;
    color: #4d0042;
}


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

.canteen-hover-block:hover .canteen-title {
  
  color: #4d0042;
}

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

.canteen-hover-block:hover .canteen-bold {
  
  color: #4d0042;
}


















.mealprepguide-hover-block {
      width: 30%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      bottom: 35%;

      left: 9%;
      cursor: pointer;
    }
    
    .mealprepguide-container {
      position: relative;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
    }
    
    .preview, .mealprepguide-video {
      position: absolute;
      left: 0%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
      border-radius: 10px;
    }
    
    .mealprepguide-video {
      opacity: 0;
      z-index: 2;
    }
    
    .mealprepguide-hover-block:hover .preview {
      opacity: 0;
    }
    
    .mealprepguide-hover-block:hover .mealprepguide-video {
      opacity: 1;
    }
    
    .mealprepguide-hover-block:hover .mealprepguide-video {
      /* Video spielt beim Hover los */
      animation: play-on-hover 0s forwards;
    }
    
  .mealprepguide-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;
  }
  
  .mealprepguide-hover-block:hover .mealprepguide-text {
    opacity: 1;
    color: #4d0042;
}


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

.mealprepguide-hover-block:hover .mealprepguide-title {
  
  color: #4d0042;
}

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

.mealprepguide-hover-block:hover .mealprepguide-bold {
  
  color: #4d0042;
}









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


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


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

.office2-hover-block:hover .office2-title {
  
  color: #0a4417;
}

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

.office2-hover-block:hover .office2-bold {
  
  color: #0a4417;
}










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


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


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

.ninefiv-hover-block:hover .ninefiv-title {
  
  color: #0a4417;
}

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

.ninefiv-hover-block:hover .ninefiv-bold {
  
  color: #0a4417;
}
















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


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


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

.kg-hover-block:hover .kg-title {
  
  color: #0a4417;
}

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

.kg-hover-block:hover .kg-bold {
  
  color: #0a4417;
}









/* 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: #0f0f0f;
    padding: 400px 0; /* Oben und unten Abstand */
    position: relative;
    box-shadow: 0 -20px -30px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
    box-shadow: 0 40px 30px 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
  -------------------------------- */
  }




  .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;
    top: 54%;
    left: 4%;
    font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    max-width: 1000px;
    color: #ffffff;
    line-height: 1.4;
    max-width: 800px;
  }
  
  .gradient-word {
    display: inline-block;
    font-size: clamp(18px, 2.4vw, 18px);
    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;
    top: 38%;
    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 */
    top: 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 */
    top: 26%;
    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 */
    top: 26%;
    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;
    top: 38%;
    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;
    top: 38%;
    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;

              }







    /* Beim Hover sichtbar & orange */
    .highlightsectionthreeonepunkt{
      color: #d21c6b;
      line-height: 1.2;
      font-family: 'hellony', sans-serif;
      font-size: clamp(32px, 3.4vw, 34px);


    }

    .highlightsectionthreeonepunktone{
      color: #ebebeb;
      background-color: #d21c6b;

    }

    .highlightsectionthreeonepunkttwo{
      color: #ebebeb;
      background-color: #d21c6b;
      font-family: 'LexendBold', sans-serif;

    }


    /* Beim Hover sichtbar & orange */
    .highlightsectionthreeonetwo{
      color: #ebebeb;
      background-color: #d21c6b;
      font-family: 'Avenirmedium', sans-serif;

    }


    
    /* Beim Hover sichtbar & orange */
    .highlightsectionthreeoneone{
      color: #ebebeb;
      font-family: 'LexendBold', sans-serif;
    }
    
 /* Beim Hover sichtbar & orange */
 .highlightsectionthreeoneoneg{
  color: #d21c6b;
  font-family: 'LexendBold', sans-serif;
}




























  .threeone-text {
    font-family: 'Avenirlight', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    max-width: 700px;
    color: #0e0e0e;
    position: absolute;
    top: 15%;
    left: 4%;
    line-height: 1.4;
  }

  .highlightthreeoneone {
    color: #4d0035;
    font-size: clamp(32px, 3.2vw, 26px);
    font-weight: bold;
    font-family: 'SignatureDecember', sans-serif;
  }

  .highlightthreeonetwo {
    color: #0f0f0f;
    font-weight: bold;
    font-family: 'LEMONMILKBOLD', sans-serif;
  }
  .highlightthreeonethree {
    color: #0e0e0e;
    font-size: clamp(18px, 2.4vw, 18px);
    font-weight: bold;
    font-family: 'Avenirmedium', sans-serif;
    line-height: 1.0;

  }


  



  .section-part {
    z-index: 1;
    background-color: #59004a;
    padding: 1080px 0; /* Oben und unten Abstand */
    position: relative;
   

    /* -------------------------------
     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-4 {
    z-index: 1;
    background-color: #CDD1DC;
    padding: 520px 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 */
  }






  .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;
      }

      











      



    .leicht2-container {
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      position: absolute;
      top: 11%;
      left: 10%;

    }
    
    /* Bild-Wrapper */
    .leicht2-wrapper {
      position: relative;
      width: 39%; /* frei skalierbar */
      left: 50%;
      transform: translateX(-50%);
      height: auto;
      transition: color 0.8s ease-in-out;

    }
    
    .icon {
      height: auto;
      position: absolute;
      top: 20%;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease-in-out;
    }
    
    .icon.hover {
      opacity: 0;
    }
    
    .leicht2-container:hover .icon.default {
      opacity: 0;
    }
    .leicht2-container:hover .icon.hover {
      opacity: 1;
    }
    
    /* Text */
    .leicht2-text {
      text-align: center;
     margin-top: 47%;
      font-size: clamp(10px, 1.5vw, 18px);
      text-align: center;
      font-family: 'LEMONMILKBOLD', sans-serif;
      color: #a6a6a6;
      transition: color 1.2s ease-in-out;
    }

    .leicht2-container:hover .leicht2-text {
      display: inline-block;
      background: linear-gradient(90deg, #b4a38a, #A99670, #7caa9a);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;      }











      .moderat2-container {
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
  
      }
      
      /* Bild-Wrapper */
      .moderat2-wrapper {
        position: relative;
        width: 35%; /* frei skalierbar */
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        transition: color 0.8s ease-in-out;
  
      }
      
      .icon {
        height: auto;
        position: absolute;
        top: 20%;
        top: 0;
        left: 0;
        transition: opacity 0.3s ease-in-out;
      }
      
      .icon.hover {
        opacity: 0;
      }
      
      .moderat2-container:hover .icon.default {
        opacity: 0;
      }
      .moderat2-container:hover .icon.hover {
        opacity: 1;
      }
      
      /* Text */
      .moderat2-text {
        text-align: center;
       margin-top: 42%;
        font-size: clamp(10px, 1.5vw, 18px);
        text-align: center;
        font-family: 'LEMONMILKBOLD', sans-serif;
        color: #a6a6a6;
        transition: color 1.2s ease-in-out;
      }
  
      .moderat2-container:hover .moderat2-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;      }
  

        






.intense2-container {
          flex-direction: column;
          align-items: center;
          cursor: pointer;
          position: absolute;
          top: 11%;
          right: 10%;
    
        }
        
        /* Bild-Wrapper */
        .intense2-wrapper {
          position: relative;
        width: 33.5%; /* frei skalierbar */
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        transition: color 0.8s ease-in-out;
    
        }
        
        .icon {
          height: auto;
          position: absolute;
          top: 20%;
          top: 0;
          left: 0;
          transition: opacity 0.3s ease-in-out;
        }
        
        .icon.hover {
          opacity: 0;
        }
        
        .intense2-container:hover .icon.default {
          opacity: 0;
        }
        .intense2-container:hover .icon.hover {
          opacity: 1;
        }
        
        /* Text */
        .intense2-text {
          text-align: center;
         margin-top: 37%;
          font-size: clamp(10px, 1.5vw, 18px);
          text-align: center;
          font-family: 'LEMONMILKBOLD', sans-serif;
          color: #a6a6a6;
          transition: color 1.2s ease-in-out;
        }
    
        .intense2-container:hover .intense2-text {
          display: inline-block;
          background: linear-gradient(90deg, #300101, #717171, #798c82);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          color: transparent;      }
  
          









          .key-container {
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            position: absolute;
            transform: translateX(-50%);


            top: 21%;
            left: 50%;
      
          }
          
          /* Bild-Wrapper */
          .key-wrapper {
            position: relative;
          width: 13%; /* frei skalierbar */
          left: 50%;
          transform: translateX(-50%);
          height: auto;
          transition: color 0.8s ease-in-out;
      
          }
          
          .icon {
            height: auto;
            position: absolute;
            top: 20%;
            top: 0;
            left: 0;
            transition: opacity 0.3s ease-in-out;
          }
          
          .icon.hover {
            opacity: 0;
          }
          
          .key-container:hover .icon.default {
            opacity: 0;
          }
          .key-container:hover .icon.hover {
            opacity: 1;
          }
          
          /* Text */
          .key-text {
            text-align: left
            ;
           margin-top: 4%;
margin-left: -16%;            font-size: clamp(10px, 1.5vw, 18px);
            text-align: center;
            font-family: 'LEMONMILKBOLD', sans-serif;
            color: #080808;
          }
      
          .key-container:hover .key-text {
            color: #d21c6b;      }












          .kreis-overlay {
            width: 5%;
            top: 23%;
            left: 50%;
            transform: translate(-50%, -50%);

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





          .ruhig-hover-container {
            position: absolute;
            width: 80%; /* gewünschte Breite */
            top: 27%;
            left: 50%;
            transform: translate(-50%, -50%);

            height: auto;
            cursor: pointer;
          }
          
          .ruhig-hover-container .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            transition: opacity 0.3s ease-in-out;
          }
          
          .ruhig-hover-container .hover {
            opacity: 0;
          }
          
          .ruhig-hover-container:hover .default {
            opacity: 0;
          }
          
          .ruhig-hover-container:hover .hover {
            opacity: 1;
          }
          

          




          .inform-hover-container {
            position: absolute;
            width: 80%; /* gewünschte Breite */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

            height: auto;
            cursor: pointer;
          }
          
          .inform-hover-container .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            transition: opacity 0.3s ease-in-out;
          }
          
          .inform-hover-container .hover {
            opacity: 0;
          }
          
          .inform-hover-container:hover .default {
            opacity: 0;
          }
          
          .inform-hover-container:hover .hover {
            opacity: 1;
          }






          .beast-hover-container {
            position: absolute;
            width: 80%; /* gewünschte Breite */
            bottom: 27%;
            left: 50%;
            transform: translate(-50%, -50%);

            height: auto;
            cursor: pointer;
          }
          
          .beast-hover-container .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            transition: opacity 0.3s ease-in-out;
          }
          
          .beast-hover-container .hover {
            opacity: 0;
          }
          
          .beast-hover-container:hover .default {
            opacity: 0;
          }
          
          .beast-hover-container:hover .hover {
            opacity: 1;
          }



















  











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

  }
  
  /* Bild-Wrapper */
  .restaurant-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;
  }
  
  .restaurant-container:hover .icon.default {
    opacity: 0;
  }
  .restaurant-container:hover .icon.hover {
    opacity: 1;
  }
  
  /* Text */
  .restaurant-text {
    text-align: left;
   margin-top: 0%;
   margin-left: 13%;
   font-size: clamp(14px, 2vw, 18px);
   font-family: 'Avenirlight', sans-serif;
    color:  #f4f4f4;
    max-width: 520px;
  }


  .restaurant-container .highlightrestaurantone-text {
    display: inline-block;
    font-family: 'LEMONMILKBOLD', sans-serif;
    color: #f4f4f4;     }


  
  .restaurant-container:hover .restaurant-text {
    display: inline-block;
    color: #e73092;      }

   .restaurant-container:hover .highlightrestaurantone-text {
              display: inline-block;
              color: #e73092;    
            }

















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

  }
  
  /* Bild-Wrapper */
  .erreichbarkeit-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;
  }
  
  .erreichbarkeit-container:hover .icon.default {
    opacity: 0;
  }
  .erreichbarkeit-container:hover .icon.hover {
    opacity: 1;
  }
  
  /* Text */
  .erreichbarkeit-text {
    text-align: left;
   margin-top: 0%;
   margin-left: 13%;
   font-size: clamp(14px, 2vw, 18px);
   font-family: 'Avenirlight', sans-serif;
    color:  #f4f4f4;
    max-width: 520px;
  }


  .erreichbarkeit-container .highlightverreichbarkeitone-text {
    display: inline-block;
    font-family: 'LEMONMILKBOLD', sans-serif;
    color: #f4f4f4;     }


  
  .erreichbarkeit-container:hover .erreichbarkeit-text {
    display: inline-block;
    color: #e73092;      }

   .erreichbarkeit-container:hover .highlightverreichbarkeitone-text {
              display: inline-block;
              color: #e73092;    
            }

















            .exercise-container {
              flex-direction: column;
              align-items: center;
              cursor: pointer;
              position: absolute;
              top: 26%;
              left: 4%;
          
            }
            
            /* Bild-Wrapper */
            .exercise-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;
            }
            
            .exercise-container:hover .icon.default {
              opacity: 0;
            }
            .exercise-container:hover .icon.hover {
              opacity: 1;
            }
            
            /* Text */
            .exercise-text {
              text-align: left;
              margin-top: 0%;
              margin-left: 13%;
              font-size: clamp(14px, 2vw, 18px);
              font-family: 'Avenirlight', sans-serif;
              color:  #f4f4f4;
              max-width: 520px;
            }
          
          
            .exercise-container .highlightexerciseone-text {
              display: inline-block;
              font-family: 'LEMONMILKBOLD', sans-serif;
              color: #f4f4f4;  
              line-height: 1;
            }
          
          
            
            .exercise-container:hover .exercise-text {
              display: inline-block;
              color: #e73092;      }
          
             .exercise-container:hover .highlightexerciseone-text {
                        display: inline-block;
                        color: #e73092;    
                      }



















                      .videocall-container {
                        flex-direction: column;
                        align-items: center;
                        cursor: pointer;
                        position: absolute;
                        top: 36%;
                        left: 4%;
                    
                      }
                      
                      /* Bild-Wrapper */
                      .videocall-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;
                      }
                      
                      .videocall-container:hover .icon.default {
                        opacity: 0;
                      }
                      .videocall-container:hover .icon.hover {
                        opacity: 1;
                      }
                      
                      /* Text */
                      .videocall-text {
                        text-align: left;
                        margin-top: 0%;
                        margin-left: 13%;
                        font-size: clamp(14px, 2vw, 18px);
                        font-family: 'Avenirlight', sans-serif;
                        color:  #f4f4f4;
                        max-width: 520px;
                      }
                    
                    
                      .videocall-container .highlightvideocallone-text {
                        display: inline-block;
                        font-family: 'LEMONMILKBOLD', sans-serif;
                        color: #f4f4f4;  
                        line-height: 1;
                      }
                    
                    
                      
                      .videocall-container:hover .videocall-text {
                        display: inline-block;
                        color: #e73092;      }
                    
                       .videocall-container:hover .highlightvideocallone-text {
                                  display: inline-block;
                                  color: #e73092;    
                                }













                                
                      .socialm-container {
                        flex-direction: column;
                        align-items: center;
                        cursor: pointer;
                        position: absolute;
                        top: 58%;
                        left: 4%;
                    
                      }
                      
                      /* Bild-Wrapper */
                      .socialm-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;
                      }
                      
                      .socialm-container:hover .icon.default {
                        opacity: 0;
                      }
                      .socialm-container:hover .icon.hover {
                        opacity: 1;
                      }
                      
                      /* Text */
                      .socialm-text {
                        text-align: left;
                        margin-top: 0%;
                        margin-left: 13%;
                        font-size: clamp(14px, 2vw, 18px);
                        font-family: 'Avenirlight', sans-serif;
                        color:  #f4f4f4;
                        max-width: 520px;
                      }


                    
                    
                      .socialm-container .socialmLINK {
                        font-family: 'LexendBold', sans-serif;
                        color: #f4f4f4;  
                        line-height: 1;
                      }
                    
                      .socialm-container .highlightsocialmone-text {
                        display: inline-block;
                        font-family: 'LEMONMILKBOLD', sans-serif;
                        color: #f4f4f4;  
                        line-height: 1;
                      }



                      .socialm-container:hover .socialmLINK {
                        color: #e73092;      }


                    
                      
                      .socialm-container:hover .socialm-text {
                        display: inline-block;
                        color: #e73092;      }
                    
                       .socialm-container:hover .highlightsocialmone-text {
                                  display: inline-block;
                                  color: #e73092;    
                                }








  .section-10 {
    background-color: #CDD1DC;
    padding: 750px 0; /* Oben und unten Abstand */
    position: relative;
    z-index: 0; /* Damit der Schatten über dem oberen Bereich liegt */
  }







  .tenonetitle-text {
    font-family: 'SignatureDecember', sans-serif;
    font-size: clamp(34px, 3.2vw, 42px);
    color: #d21c6b;
    position: absolute;
    top: 6.1%;
    left: 4%;
    line-height: 0.9;
    z-index: 1;

  }


  .highlighttenoneone-text {
    font-family: 'SignatureDecember', sans-serif;
    text-decoration: underline;
text-underline-offset: 10px;
    font-size: clamp(34px, 3.2vw, 42px);
    backdrop-filter:#d21c6b ;
    color: #ffffff;

    line-height: 0.9;
  }


  .tentwotitle-text {
    color: #0d0d0d;
    position: absolute;
    top: 12%;
    left: 4%;
    max-width: 720px;
    font-family: 'LEMONMILKLIGHT', sans-serif;
    font-size: clamp(18px, 2vw, 21px);
    line-height: 0.8;
    z-index: 0;

  }


  .highlightirgendwas-text {
    color: #0d0d0d;
    font-family: 'LEMONMILKBOLD', sans-serif;
  }




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


  .highlighttentwoone-text {
    color: #d21c6b;
    font-weight: bold;
    font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    z-index: 0;
  }

  .highlighttentwothree-text {
    color: #0d0d0d;
    font-weight: bold;
    font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    z-index: 0;
  }
  .highlighttentwofour-text {
    color: #0d0d0d;
    font-weight: bold;
text-decoration-line: underline;    
text-decoration-color: #d21c6b ;
font-family: 'Avenirmedium', sans-serif;
    font-size: clamp(18px, 2.4vw, 18px);
    z-index: 0;
  }

  .highlighttentwofive-text {
    color: #0d0d0d;
    font-weight: bold;    
    font-family: 'Beauty', sans-serif;
    font-size: clamp(47px, 5.1vw, 51px);
    z-index: 0;
  }


  






 

  












   
            

                

                .section-5 {
                  background-color: #0f0f0f;
                  padding: 130px 0; /* Oben und unten Abstand */
                  position: relative;
                 
                  z-index: 1;
                  
                }
                


.section-ktl {
  background-color: #0f0f0f;
  padding: 1400px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: background-color 0.6s ease;
}




 .section-ktl:hover {
        background-color: #ff7c43; /* gewünschte Hover-Farbe */
      }


.section-ktl:hover .KTLTI{
  opacity: 1;

      }


      .section-ktl:hover .HGKTLTI{
          opacity: 1;

      }

    

       .KTLTI{
  color: #382218;
  top: 0%; 
left: 10%;
text-align: left;

  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(76px, 5vw, 82px);
  position: absolute;
line-height: 0.6;
opacity: 0;
}



 .HGKTLTI{
  color: #ffeee787;
 
  font-family: 'LEMONMILKBOLD', sans-serif;
opacity: 0;

}








    .scroll-trigger {
      position: absolute;
      bottom: 27%;
      left: 4%;
      cursor: pointer;
      z-index: 10;
    }
    
    .scroll-trigger .arrow {
      width: 30%;
      transition: opacity 0.3s ease;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .scroll-trigger .hover {
      opacity: 0;
    }
    
    .scroll-trigger:hover .default {
      opacity: 0;
    }
    
    .scroll-trigger:hover .hover {
      opacity: 1;
    }
    
    .scroll-trigger p1 {
      font-family: 'LEMONMILKBOLD', sans-serif;
      font-size: clamp(14px, 1.5vw, 20px);
      color: #d21c6b;
      margin-top: 80%;
      transition: color 0.3s ease;
    }
    
    .scroll-trigger:hover p1 {
      color: #f3f3f3;
    }
    
    




              

                .section-fl {
                  background-color: #0f0f0f;
                  padding: 940px 0; /* Oben und unten Abstand */
                  position: relative;
      overflow: hidden;            z-index: 0;
        transition: background-color 0.6s ease;

        }


        .section-fl:hover {
        background-color: #d21c6b; /* gewünschte Hover-Farbe */
      }
      


      .section-fl:hover .FLITI{
  opacity: 1;

      }


      .section-fl:hover .HGFLITI{
          opacity: 1;

      }

    
        .section-fl:hover .BLIWEL{
          opacity: 1;

      }



        .section-fl:hover .BLIoad {
          opacity: 1;

      }


        .section-fl:hover .hgBLIoado {
          opacity: 1;

      }



   .section-fl:hover .hgBLIoad {
          opacity: 1;

      }




             .section-ktl:hover .BLIWEL2{
          opacity: 1;

      }



        .section-ktl:hover .BLIoad2 {
          opacity: 1;

      }


        .section-ktl:hover .hgBLIoado {
          opacity: 1;

      }



   .section-ktl:hover .hgBLIoad {
          opacity: 1;

      }







      .section-bl:hover .GRIoad {
          opacity: 1;

      }


        .section-bl:hover .hgGRIoado {
          opacity: 1;

      }



   .section-bl:hover .hgGRIoad {
          opacity: 1;

      }






      .BLIWEL{
  text-align: center;
position: absolute;
bottom: 24%;left: 50%;  
  transform: translateX(-50%);
font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #f1f1f1;
opacity: 0;
   max-width: 50%;
}



     .BLIoad{
  text-align: center;
position: absolute;
bottom: 17%;
left: 50%;  
  transform: translateX(-50%);
font-size: clamp(19px, 3vw, 25px);
   font-family: 'LEMONMILKLIGHT', sans-serif;
   color: #f1f1f1;
opacity: 0;
line-height: 0.4;
   max-width: 50%;
}


     .hgBLIoado{
 
   font-family: 'LEMONMILKBOLD', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}

     .hgBLIoad{
 
font-size: clamp(90px, 4vw, 92px);
   font-family: 'Autobiography', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}









     .GRIoad{
  text-align: center;
position: absolute;
bottom: 17%;
left: 50%;  
  transform: translateX(-50%);
font-size: clamp(19px, 3vw, 25px);
   font-family: 'LEMONMILKLIGHT', sans-serif;
   color: #f1f1f1;
opacity: 0;
line-height: 0.4;
   max-width: 50%;
}


     .hgGRIoado{
 
   font-family: 'LEMONMILKBOLD', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}

     .hgGRIoad{
 
font-size: clamp(90px, 4vw, 92px);
   font-family: 'Autobiography', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}



.BLIWEL2{
  text-align: center;
position: absolute;
bottom: 17%;left: 50%;  
  transform: translateX(-50%);
font-size: clamp(10px, 1.5vw, 18px);
   font-family: 'Avenirlight', sans-serif;
   color: #f1f1f1;
opacity: 0;
   max-width: 50%;
}



     .BLIoad2{
  text-align: center;
position: absolute;
bottom: 12%;
left: 50%;  
  transform: translateX(-50%);
font-size: clamp(19px, 3vw, 25px);
   font-family: 'LEMONMILKLIGHT', sans-serif;
   color: #f1f1f1;
opacity: 0;
line-height: 0.4;
   max-width: 50%;
}


     .hgBLIoado{
 
   font-family: 'LEMONMILKBOLD', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}

     .hgBLIoad{
 
font-size: clamp(90px, 4vw, 92px);
   font-family: 'Autobiography', sans-serif;
   color: #f1f1f1;
opacity: 0;
   
}







       .FLITI{
  color: #4d0a27;
  top: 0%; 
left: 10%;
text-align: left;

  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(76px, 5vw, 82px);
  position: absolute;
line-height: 0.6;
opacity: 0;
}



 .HGFLITI{
  color: #cf9cb2;
 
  font-family: 'LEMONMILKBOLD', sans-serif;
opacity: 0;

}







.section-bl {
                  background-color: #0f0f0f;
                  padding: 890px 0; /* Oben und unten Abstand */
                  position: relative;
      overflow: hidden;            z-index: 0;
        transition: background-color 0.6s ease;

        }


        .section-bl:hover {
        background-color: #0f883d; /* gewünschte Hover-Farbe */
      }
      


      .section-bl:hover .BLITI{
  opacity: 1;

      }


      .section-bl:hover .HGBLITI{
          opacity: 1;

      }

    

       .BLITI{
  color: #083e1d;
  top: 0%; 
left: 10%;
text-align: left;

  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(76px, 5vw, 82px);
  position: absolute;
line-height: 0.6;
opacity: 0;
}



 .HGBLITI{
  color: #90c2a3;
 
  font-family: 'LEMONMILKBOLD', sans-serif;
opacity: 0;

}










              
              .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;
              }




              .section-7 {
                background-color: #0f0f0f;
                padding: 400px 0; /* Oben und unten Abstand */
                position: relative;
                box-shadow: 0 20px 50px 30px rgba(0, 0, 0, 0.6); /* Schatten nach unten */
                z-index: 2;
              }



              
/* Text unterhalb */
.seventitle-text {
  top: 2%; 
  left: 50%; 
  transform: translateX(-50%);
  text-align: center;

  font-size: clamp(26px, 3vw, 32px);
position: absolute;
  color: #d21c6b;
  font-family: 'Louisgeorgecafebold', sans-serif;
  line-height: 0.6; z-index: 1;
  }
  
  /* Beim Hover sichtbar & orange */
  .higlightseventitleone{
    font-family: 'Beauty', sans-serif;
  color: #f4f4f4;
  z-index: 3;

    font-size: clamp(86px, 7vw, 92px);
  }
  






              .MDMA-container {
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                top: 12%;
                left: 20%;
            
              }
              
              /* Bild-Wrapper */
              .MDMA-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;
              }
              
              .MDMA-container:hover .icon.default {
                opacity: 0;
              }
              .MDMA-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .MDMA-text {
                text-align: left;
               margin-top: 0%;
               margin-left: 13%;
                font-size: clamp(12px, 1.2vw, 13px);
                font-family: 'Avenirlight', sans-serif;
                color: #ececec;
                max-width: 520px;
                line-height: 1.4;
              }
            
            
              .MDMA-container .highlightMDMAone {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                font-size: clamp(18px, 1.8vw, 21px);

                color:#ececec;     }
            

                .MDMA-container .highlightboldlex {
                  display: inline-block;
                  font-family: 'LexendBold', sans-serif;
                  font-size: clamp(12px, 1.2vw, 13px);

                  color:#ececec;     }


            



              
              .MDMA-container:hover .MDMA-text {
                display: inline-block;
                color: #d21c6b;      }
            
               .MDMA-container:hover .highlightMDMAone {
                          display: inline-block;
                          color: #d21c6b;      }


             .MDMA-container:hover .highlightboldlex {
                            display: inline-block;
                            color: #d21c6b;      }
  






                            .Bewegungs-container {
                              flex-direction: column;
                              align-items: center;
                              cursor: pointer;
                              position: absolute;
                              top: 12%;
                              right: 20%;
                          
                            }
                            
                            /* Bild-Wrapper */
                            .Bewegungs-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;
                            }
                            
                            .Bewegungs-container:hover .icon.default {
                              opacity: 0;
                            }
                            .Bewegungs-container:hover .icon.hover {
                              opacity: 1;
                            }
                            
                            /* Text */
                            .Bewegungs-text {
                              text-align: left;
                             margin-top: 0%;
                             margin-left: 13%;
                              font-size: clamp(12px, 1.2vw, 13px);
                              font-family: 'Avenirlight', sans-serif;
                              color: #ececec;
                              max-width: 520px;
                              line-height: 1.4;
                            }
                          
                          
                            .Bewegungs-container .highlightBewegungsone {
                              display: inline-block;
                              font-family: 'LEMONMILKBOLD', sans-serif;
                              font-size: clamp(18px, 1.8vw, 21px);
              
                              color:#ececec;     }
                          

                              .Bewegungs-container .highlightboldlex {
                                display: inline-block;
                                font-family: 'LexendBold', sans-serif;
                                font-size: clamp(12px, 1.2vw, 13px);
              
                                color:#ececec;     }


              
              
                          
                            .Bewegungs-container:hover .Bewegungs-text {
                              display: inline-block;
                              color: #d21c6b;      }
                          
                             .Bewegungs-container:hover .highlightBewegungsone {
                                        display: inline-block;
                                        color: #d21c6b;      }
              
                                        .Bewegungs-container:hover .highlightboldlex {
                                          display: inline-block;
                                          color: #d21c6b;      }
                
              
              
              
              
              

                                          



                                          .Mentaltraining-container {
                                            flex-direction: column;
                                            align-items: center;
                                            cursor: pointer;
                                            position: absolute;
                                            top: 29%;
                                            left: 20%;
                                          }
                                          
                                          /* Bild-Wrapper */
                                          .Mentaltraining-wrapper {
                                            position: relative;
                                            width: 13%; /* frei skalierbar */
                                            height: auto;
                                          }
                                          
                                          .icon {
                                            width: 100%;
                                            height: auto;
                                            position: absolute;
                                            top: 20%;
                                            top: 0;
                                            left: 0;
                                          }
                                          
                                          .icon.hover {
                                            opacity: 0;
                                          }
                                          
                                          .Mentaltraining-container:hover .icon.default {
                                            opacity: 0;
                                          }
                                          .Mentaltraining-container:hover .icon.hover {
                                            opacity: 1;
                                          }
                                          
                                          /* Text */
                                          .Mentaltraining-text {
                                            text-align: left;
                                           margin-top: 0%;
                                           margin-left: 16%;
                                            font-size: clamp(12px, 1.2vw, 13px);
                                            font-family: 'Avenirlight', sans-serif;
                                            color: #ececec;
                                            max-width: 520px;
                                            line-height: 1.4;
                                          }
                                        
                                        
                                          .Mentaltraining-container .highlightMentaltrainingsone {
                                            display: inline-block;
                                            font-family: 'LEMONMILKBOLD', sans-serif;
                                            font-size: clamp(18px, 1.8vw, 21px);
                            
                                            color:#ececec;     }
                                        
                            
                                            .Mentaltraining-container .highlightboldlex {
                                              display: inline-block;
                                              font-family: 'LexendBold', sans-serif;
                                              font-size: clamp(12px, 1.2vw, 13px);
                            
                                              color:#ececec;     }

                            
                                        
                                          .Mentaltraining-container:hover .Mentaltraining-text {
                                            display: inline-block;
                                            color: #d21c6b;      }
                                        
                                           .Mentaltraining-container:hover .highlightMentaltrainingsone {
                                                      display: inline-block;
                                                      color: #d21c6b;      }
                            
                                                      .Mentaltraining-container:hover .highlightboldlex {
                                                        display: inline-block;
                                                        color: #d21c6b;      }







                            




                                                        .handbuch-container {
                                                          flex-direction: column;
                                                          align-items: center;
                                                          cursor: pointer;
                                                          position: absolute;
                                                          top: 29%;
                                                          right: 20%;
                                                        }
                                                        
                                                        /* Bild-Wrapper */
                                                        .handbuch-wrapper {
                                                          position: relative;
                                                          width: 13%; /* frei skalierbar */
                                                          height: auto;
                                                        }
                                                        
                                                        .icon {
                                                          width: 100%;
                                                          height: auto;
                                                          position: absolute;
                                                          top: 20%;
                                                          top: 0;
                                                          left: 0;
                                                        }
                                                        
                                                        .icon.hover {
                                                          opacity: 0;
                                                        }
                                                        
                                                        .handbuch-container:hover .icon.default {
                                                          opacity: 0;
                                                        }
                                                        .handbuch-container:hover .icon.hover {
                                                          opacity: 1;
                                                        }
                                                        
                                                        /* Text */
                                                        .handbuch-text {
                                                          text-align: left;
                                                         margin-top: 0%;
                                                         margin-left: 16%;
                                                          font-size: clamp(12px, 1.2vw, 13px);
                                                          font-family: 'Avenirlight', sans-serif;
                                                          color: #ececec;
                                                          max-width: 520px;
                                                          line-height: 1.4;
                                                        }
                                                      
                                                      
                                                        .handbuch-container .highlighthandbuchone {
                                                          display: inline-block;
                                                          font-family: 'LEMONMILKBOLD', sans-serif;
                                                          font-size: clamp(18px, 1.8vw, 21px);
                                          
                                                          color:#ececec;     }
                                                      
                                          
                                                          .handbuch-container .highlightboldlex {
                                                            display: inline-block;
                                                            font-family: 'LexendBold', sans-serif;
                                                            font-size: clamp(12px, 1.2vw, 13px);
                                          
                                                            color:#ececec;     }
              
                                          
                                                      
                                                        .handbuch-container:hover .handbuch-text {
                                                          display: inline-block;
                                                          color: #d21c6b;      }
                                                      
                                                         .handbuch-container:hover .highlighthandbuchone {
                                                                    display: inline-block;
                                                                    color: #d21c6b;      }
                                          
                                                                    .handbuch-container:hover .highlightboldlex {
                                                                      display: inline-block;
                                                                      color: #d21c6b;      }
              
              
              
              







                                                                      .digitalknow-container {
                                                                        flex-direction: column;
                                                                        align-items: center;
                                                                        cursor: pointer;
                                                                        position: absolute;
                                                                        top: 43%;
                                                                        left: 20%;
                                                                      }
                                                                      
                                                                      /* Bild-Wrapper */
                                                                      .digitalknow-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;
                                                                      }
                                                                      
                                                                      .digitalknow-container:hover .icon.default {
                                                                        opacity: 0;
                                                                      }
                                                                      .digitalknow-container:hover .icon.hover {
                                                                        opacity: 1;
                                                                      }
                                                                      
                                                                      /* Text */
                                                                      .digitalknow-text {
                                                                        text-align: left;
                                                                       margin-top: 0%;
                                                                       margin-left: 13%;
                                                                        font-size: clamp(12px, 1.2vw, 13px);
                                                                        font-family: 'Avenirlight', sans-serif;
                                                                        color: #ececec;
                                                                        max-width: 520px;
                                                                        line-height: 1.4;
                                                                      }
                                                                    
                                                                    
                                                                      .digitalknow-container .highlightdigitalknowone {
                                                                        display: inline-block;
                                                                        font-family: 'LEMONMILKBOLD', sans-serif;
                                                                        font-size: clamp(18px, 1.8vw, 21px);
                                                        
                                                                        color:#ececec;     }
                                                                    
                                                        
                                                                        .digitalknow-container .highlightboldlex {
                                                                          display: inline-block;
                                                                          font-family: 'LexendBold', sans-serif;
                                                                          font-size: clamp(12px, 1.2vw, 13px);
                                                        
                                                                          color:#ececec;     }
                            
                                                        
                                                                    
                                                                      .digitalknow-container:hover .digitalknow-text {
                                                                        display: inline-block;
                                                                        color: #d21c6b;      }
                                                                    
                                                                       .digitalknow-container:hover .highlightdigitalknowone {
                                                                                  display: inline-block;
                                                                                  color: #d21c6b;      }
                                                        
                                                                                  .digitalknow-container:hover .highlightboldlex {
                                                                                    display: inline-block;
                                                                                    color: #d21c6b;      }
                            
                            
                            

















 .TV-container {
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                top: 21%;
                right: 10%;
            
              }
              
              /* Bild-Wrapper */
              .TV-wrapper {
                position: relative;
                width: 27%; /* frei skalierbar */
                height: auto;
              }
              
              .icon {
                width: 100%;
                height: auto;
                position: absolute;
                top: 20%;
                top: 0;
                left: 0;
              }
              
              .icon.hover {
                opacity: 0;
              }
              
              .TV-container:hover .icon.default {
                opacity: 0;
              }
              .TV-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .TV-text {
                text-align: left;
               margin-top: 0%;
               margin-left: 32%;
                font-size: clamp(15px, 1.3vw, 17px);
                font-family: 'Avenirlight', sans-serif;
                color: #030303;
                max-width: 620px;
                line-height: 1.4;
              }
            
            
              .TV-container .ghTV {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                font-size: clamp(21px, 1.8vw, 23px);

                color:#030303;     }
            

                .TV-container .highlightboldlex {
                  display: inline-block;
                  font-family: 'LexendBold', sans-serif;
                  font-size: clamp(14px, 1.2vw, 16px);

                  color:#030303;     }


            
              .TV-container:hover .TV-text {
                display: inline-block;
                color: #d21c6b;      }
            
               .TV-container:hover .ghTV {
                          display: inline-block;
                          color: #d21c6b;      }


             .TV-container:hover .highlightboldlex {
                            display: inline-block;
                            color: #d21c6b;      }























 .SEMIICON-container {
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                top: 21%;
                left: 10%;
            
              }
              
              /* Bild-Wrapper */
              .SEMIICON-wrapper {
                position: relative;
                width: 27%; /* frei skalierbar */
                height: auto;
              }
              
              .icon {
                width: 100%;
                height: auto;
                position: absolute;
                top: 20%;
                top: 0;
                left: 0;
              }
              
              .icon.hover {
                opacity: 0;
              }
              
              .SEMIICON-container:hover .icon.default {
                opacity: 0;
              }
              .SEMIICON-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .SEMIICON-text {
                text-align: left;
               margin-top: 0%;
               margin-left: 32%;
                font-size: clamp(15px, 1.3vw, 17px);
                font-family: 'Avenirlight', sans-serif;
                color: #030303;
                max-width: 820px;
                line-height: 1.4;
              }
            
            
              .SEMIICON-container .ghSEMIICON {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                font-size: clamp(21px, 1.8vw, 23px);

                color:#030303;     }
            

                .SEMIICON-container .highlightboldlex {
                  display: inline-block;
                  font-family: 'LexendBold', sans-serif;
                  font-size: clamp(14px, 1.2vw, 16px);

                  color:#030303;     }


            
              .SEMIICON-container:hover .SEMIICON-text {
                display: inline-block;
                color: #d21c6b;      }
            
               .SEMIICON-container:hover .ghSEMIICON {
                          display: inline-block;
                          color: #d21c6b;      }


             .SEMIICON-container:hover .highlightboldlex {
                            display: inline-block;
                            color: #d21c6b;      }




















    .BOOK-container {
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                bottom: 11%;
                left: 10%;
            
              }
              
              /* Bild-Wrapper */
              .BOOK-wrapper {
                position: relative;
                width: 27%; /* frei skalierbar */
                height: auto;
              }
              
              .icon {
                width: 100%;
                height: auto;
                position: absolute;
                top: 20%;
                top: 0;
                left: 0;
              }
              
              .icon.hover {
                opacity: 0;
              }
              
              .BOOK-container:hover .icon.default {
                opacity: 0;
              }
              .BOOK-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .BOOK-text {
                text-align: left;
               margin-top: 0%;
               margin-left: 32%;
                font-size: clamp(15px, 1.3vw, 17px);
                font-family: 'Avenirlight', sans-serif;
                color: #030303;
                max-width: 820px;
                line-height: 1.4;
              }
            
            
              .BOOK-container .ghBOOK {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                font-size: clamp(21px, 1.8vw, 23px);

                color:#030303;     }
            

                .BOOK-container .highlightboldlex {
                  display: inline-block;
                  font-family: 'LexendBold', sans-serif;
                  font-size: clamp(14px, 1.2vw, 16px);

                  color:#030303;     }


            
              .BOOK-container:hover .BOOK-text {
                display: inline-block;
                color: #d21c6b;      }
            
               .BOOK-container:hover .ghBOOK {
                          display: inline-block;
                          color: #d21c6b;      }


             .BOOK-container:hover .highlightboldlex {
                            display: inline-block;
                            color: #d21c6b;      }
















    .office-container {
                flex-direction: column;
                align-items: center;
                cursor: pointer;
                position: absolute;
                bottom: 31%;
                left: 10%;
            
              }
              
              /* Bild-Wrapper */
              .office-wrapper {
                position: relative;
                width: 27%; /* frei skalierbar */
                height: auto;
              }
              
              .icon {
                width: 100%;
                height: auto;
                position: absolute;
                top: 20%;
                top: 0;
                left: 0;
              }
              
              .icon.hover {
                opacity: 0;
              }
              
              .office-container:hover .icon.default {
                opacity: 0;
              }
              .office-container:hover .icon.hover {
                opacity: 1;
              }
              
              /* Text */
              .office-text {
                text-align: left;
               margin-top: 0%;
               margin-left: 32%;
                font-size: clamp(15px, 1.3vw, 17px);
                font-family: 'Avenirlight', sans-serif;
                color: #030303;
                max-width: 820px;
                line-height: 1.4;
              }
            
            
              .office-container .ghoffice {
                display: inline-block;
                font-family: 'LEMONMILKBOLD', sans-serif;
                font-size: clamp(21px, 1.8vw, 23px);

                color:#030303;     }
            

                .office-container .highlightboldlex {
                  display: inline-block;
                  font-family: 'LexendBold', sans-serif;
                  font-size: clamp(14px, 1.2vw, 16px);

                  color:#030303;     }


            
              .office-container:hover .BOOK-text {
                display: inline-block;
                color: #d21c6b;      }
            
               .office-container:hover .ghBOOK {
                          display: inline-block;
                          color: #d21c6b;      }


             .office-container:hover .highlightboldlex {
                            display: inline-block;
                            color: #d21c6b;      }


                            


.section-8 {
                                                                                      z-index: 1;
                                                                                      background-color: #CDD1DC;
                                                                                      padding: 430px 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 */
                                                                                    }







  .eightitleone{
  font-family: 'Beauty', sans-serif;
                                                                                    color: #0e0e0e;
                                                                                    z-index: 1;
                                                                                    position: absolute;
                                                                                    top: 1%;
                                                                                    left: 4%;
                                                                                  
                                                                                      font-size: clamp(86px, 7vw, 92px);
                                                                                    }




.avenir {
                                                                                      text-align: left;
                                                                                      position: absolute;
                                                                                      top: 22%;
                                                                                      left: 7%;
                                                                                     font-size: clamp(14px, 2vw, 18px);
                                                                                     font-family: 'Avenirlight', sans-serif;
                                                                                      color:  #0c0c0c;
                                                                                      max-width: 25%;
                                                                                    }



                                                                                    
.highlightboldlexb1 {
  text-align: left;

 font-size: clamp(11px, 2vw, 13x);
 font-family: 'LexendBold', sans-serif;
 color: #d21c6b;
}


.highlightboldlexb {
  text-align: left;

 font-size: clamp(11px, 2vw, 13x);
 font-family: 'LexendBold', sans-serif;
}



                                                                                    
.highlightboldlexu {
  text-align: left;
text-decoration: underline
; text-decoration-color: #d21c6b ;
text-decoration-thickness: 5px;
 font-size: clamp(11px, 2vw, 182x);
 font-family: 'LexendBold', sans-serif;
}






.highlightx {
  font-size: clamp(126px, 7vw, 130px);
  font-family: 'Beauty', sans-serif;
  top: 3%;
                                                                                      left: 4%;
                                                                                      color:  #0c0c0c;
position: absolute;
}








.avenirtwo {
  text-align: left;
  position: absolute;
  top: 31%;
  left: 7%;
 font-size: clamp(14px, 2vw, 18px);
 font-family: 'Avenirlight', sans-serif;
  color:  #0c0c0c;
  max-width: 30%;
}


.highlightxtwo {
  font-size: clamp(126px, 7vw, 130px);
  font-family: 'Beauty', sans-serif;
  top: 12%;
                                                                                      left: 4%;
                                                                                      color:  #0c0c0c;
position: absolute;
}










.avenirthree {
  text-align: left;
  position: absolute;
  top: 41%;
  left: 7%;
 font-size: clamp(14px, 2vw, 18px);
 font-family: 'Avenirlight', sans-serif;
  color:  #0c0c0c;
  max-width: 30%;
}


.highlightxthree {
  font-size: clamp(126px, 7vw, 130px);
  font-family: 'Beauty', sans-serif;
  top: 23%;
                                                                                      left: 4%;
                                                                                      color:  #0c0c0c;
position: absolute;
}











.avenirfour{
  text-align: left;
  position: absolute;
  top: 53%;
  left: 7%;
 font-size: clamp(14px, 2vw, 18px);
 font-family: 'Avenirlight', sans-serif;
  color:  #0c0c0c;
  max-width: 30%;
}















 /* Beim Hover sichtbar & orange */
 .fivetitle{
  color: #e9e9e9;
  top: 4%; 
left: 4%;    

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


.ghfivet{
  color: #d21c6b;
  
  font-family: 'Beauty', sans-serif;
  font-size: clamp(76px, 5vw, 82px);
}












.section-9 {
  z-index: 3;
  background-color: #171717;
  padding: 930px 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: 3; /* Damit der Schatten über dem oberen Bereich liegt */
}







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

}


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

}


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

}




  .section-fragen {
    z-index: 1;
    background-color: #CDD1DC;
    padding: 720px 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 */
  }




.ninetitle{
  color: #e9e9e9;
  position: absolute;
  top: 5%;
  left: 50%;
    transform: translateX(-50%);

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

}


.HGNTO {
  color: #c8158c;
    z-index: 1;

}

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

}








.hover55-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.default-img, .hover-img,
.default-imgx, .hover-imgx {
  width: 110px;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

/* Hover-Verhalten */
.hover-img, .hover-imgx {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

/* Neue Container für Paarweise Gruppierung */
.mailto-container {
  position: relative;
  display: flex;
  gap: 20px;
}

.mailto-container > div {
  position: relative;
  width: 110px;
  height: auto;
}

/* Gruppiere jeweils Bildpaare */
.mailto-container > div img {
  position: absolute;
  top: 0;
  left: 0;
}

.hover55-card:hover .default-img,
.hover55-card:hover .default-imgx {
  opacity: 0;
}

.hover55-card:hover .hover-img,
.hover55-card:hover .hover-imgx {
  opacity: 1;
}



.mailto-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;
}

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 140px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover55-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hgmailtext2 {
  font-family: 'Avenirheavy', sans-serif;
  
}

.hover55-card:hover .hgmailtext {
  color: #c8158c;
}

.hover55-card:hover .hgmailtext2 {
  font-size: clamp(11px, 2vw, 13px);
  text-decoration: underline;
  color: #eeeeee;
  margin-top: 140px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover55-card:hover .hgmailtext2:hover {
  font-size: clamp(11px, 2vw, 13px);
  text-decoration: underline;
  color: #ff27b7;
  margin-top: 140px;
  text-align: center;
  transition: color 0.3s ease;
}




.hgmailtextb {
  font-family: 'LexendBold', sans-serif;
text-decoration: underline;
  transition: color 0.3s ease;
}

.hover55-card:hover .hgmailtextb {
  color: #c8158c;
  
}


.link1-span {
  color: #f0f0f0;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: transparent;
  padding: 2px 4px;
  border-radius: 4px;
}

.link1-span:hover {
    color: #6a0049;


}









.hover5552-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
}

.progress-container {
  position: relative;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

.progress-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;
}

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 140px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover5552-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hover5552-card:hover .hgmailtext {
  color: #c8158c;
}

.hgmailtextb {
  font-family: 'LexendBold', sans-serif;
text-decoration: underline;
  transition: color 0.3s ease;
}

.hover5552-card:hover .hgmailtextb {
  color: #c8158c;
  
}


.link1-span {
  color: #f0f0f0;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: transparent;
  padding: 2px 4px;
  border-radius: 4px;
}

.link1-span:hover {
    color: #6a0049;


}







.hover552-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}

.zsm-container {
  position: relative;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

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

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

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 140px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover552-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hover552-card:hover .hgmailtext {
  color: #c8158c;
}







.hover553-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.cal-container {
  position: relative;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

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

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

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 120px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover553-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hover553-card:hover .hgmailtext {
  color: #c8158c;
}














.hover554-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
}

.start-container {
  position: relative;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

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

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

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 120px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover554-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hover554-card:hover .hgmailtext {
  color: #c8158c;
}


















.hover555-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}

.check-container {
  position: relative;
  width: 110px;
  height: auto;
  margin: 0 auto;
}

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

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

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

.mailtext {
  font-family: 'Avenirmedium', sans-serif;
  font-size: clamp(11px, 2vw, 13px);
  color: #eeeeee;
  margin-top: 120px;
  text-align: center;
  transition: color 0.3s ease;
}

.hover555-card:hover .mailtext {
  color: #c8158c;
}

.hgmailtext {
  font-family: 'LEMONMILKBOLD', sans-serif;
  font-size: clamp(14px, 2vw, 20px);
  color: #eeeeee;
  transition: color 0.3s ease;
}

.hover555-card:hover .hgmailtext {
  color: #c8158c;
}










.section-10 {
  z-index: 1;
  background-color: #CDD1DC;
  padding: 730px 0; /* Oben und unten Abstand */
  position: relative;
  box-shadow: 0 20px 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: 1; /* Damit der Schatten über dem oberen Bereich liegt */
}








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

}


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

}




.avenirten{
  text-align: left;
  position: absolute;
  top: 22%;
  left: 4%;
 font-size: clamp(14px, 2vw, 18px);
 font-family: 'Avenirlight', sans-serif;
  color:  #0c0c0c;
  max-width: 30%;
}




.highlightboldles {
  text-align: left;

 font-size: clamp(9px, 2vw, 11x);
 font-family: 'LexendBold', sans-serif;
}



.iphonekompetenz-overlay {
  width: 22%;
  bottom: 5%;
  right: 5%;
  position: absolute;
  display: block;
  z-index: 4; /* Damit der Schatten über dem oberen Bereich liegt */

}
  


.iPad-overlay {
  width: 55%;
  bottom: 35%;
  right: 5%;
  position: absolute;
  display: block;
  z-index: 3; /* Damit der Schatten über dem oberen Bereich liegt */

}
  


.pad2-overlay {
  width: 59%;
  bottom: 0%;
  left: 5%;
  position: absolute;
  display: block;
  z-index: 2; /* Damit der Schatten über dem oberen Bereich liegt */

}



.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;
  }
}
















  .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: #bd1f73;
  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%);
    box-shadow: 10px -10px 10px 5px rgba(0, 0, 0, 0.6); /* Schatten nach unten */

  padding: 12px 58px; /* ↑↓ ←→ Abstand */
  font-size: clamp(12px, 2.4vw, 22px); /* Skalierbare Größe */
  font-family: 'Louisgeorgecafebold', sans-serif;
  color: #ffffff;
  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: #dd2688;
  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%;

}










.instafi-overlay {
  position: absolute;
  bottom: 12%;
  left: 12%;
  width: 30%;
  max-width: 420px;
  height: auto;
  overflow: hidden;
}

/* Standardbild (sichtbar bei Start) */
.instafi-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 */
.instafi-overlay:hover img.default {
  opacity: 0; /* Standardbild wird unsichtbar */
}

/* Weißes Icon (ersetzt das Standardbild) */
.instafi-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 */
.instafi-overlay:hover img.hover {
  opacity: 1; /* Weißes Bild wird sichtbar */
}













.avenirft{
  text-align: left;
  position: absolute;
  top: 22%;
  left: 4%;
 font-size: clamp(14px, 2vw, 18px);
 font-family: 'Avenirlight', sans-serif;
  color:  #e6e6e6;
  max-width: 30%;
}




.highlightboldft {
  text-align: left;

 font-size: clamp(9px, 2vw, 11x);
 font-family: 'LexendBold', sans-serif;
}






.section-15 {
  background-color: #1a1a1a;
  padding: 610px 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: 3; /* Damit der Schatten über dem oberen Bereich liegt */
}



.df-overlay {
  width: 51%;
  top: 0%;
  transform: translateX(-50%);

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




.vbv-overlay {
  width: 51%;
  bottom: 0%;
  transform: translateX(-50%);

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






  /* 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: clamp(17px, 0.2vw, 19px);
    color: #ffffff;
    top: 63px; /* Position oben anpassen */
    text-decoration: none;
    position: absolute;
    z-index: 2;
  }


  /* Hover-Effekt */
  .wordlinkfirmentop:hover, .wordlink1-1top:hover, .wordlinküberNULNEBLAtop:hover, .wordlinkknowhowtop:hover, .wordlinkkontakttop:hover  {
    color: #d4007b;
          font-family: 'Avenirheavy', sans-serif;

  }
  
  /* Dynamische Unterstreichung */
  .wordlinkfirmentop:after, .wordlink1-1top:after, .wordlinküberNULNEBLAtop:after, .wordlinkknowhowtop:after, .wordlinkkontakttop:after {
    content: '';
    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: 40%; /* Position von links anpassen */
    transform: translateX(-50%);
    transition: color 0.3s ease-in-out;
  }
 
  .wordlink1-1top {
  
    left: 50%; /* Position von links anpassen */
    transform: translateX(-50%);
    transition: color 0.3s ease-in-out;
  }
 
  .wordlinküberNULNEBLAtop {
  
    left: 60%; /* Position von links anpassen */
    transform: translateX(-50%);
    transition: color 0.3s ease-in-out;
  }
 
  .wordlinkknowhowtop {
  
    left: 70%; /* Position von links anpassen */
    transform: translateX(-50%);
    transition: color 0.3s ease-in-out;
  }
 
  .wordlinkkontakttop {
  
    left: 78%; /* 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: 2; /* 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, 17%);
      text-align: left;
    
      color: #b4b4b4;
      text-decoration: none;
      position: absolute;
      bottom: 14%;
      transform: translateX(-50%);
      transition: color 0.3s ease-in-out;
    }
    
    
    /* Hover-Effekt */
    .wordlinkIMPRESSUM:hover, .wordlinkCOOKIES:hover, .wordlinkAGBs:hover, .wordlinkdisclaimer:hover {
      color: #6e6e6e;
      font-family: 'LEMONMILKBOLD', sans-serif;

    }
        
    
    .wordlinkCOOKIES {
      left: 40%; /* Weiter nach rechts verschoben */
    }
    
    .wordlinkdisclaimer{
      left: 30%;
    }
    
    .wordlinkIMPRESSUM{
      left: 24%;
    }
    
    .wordlinkAGBs{
      left: 35%;
    }
    
    
    
    
    .wordlinksPRIVATCOACHING, .wordlinksfirmenbottom, .wordlinksNULNEBLA, .wordlinksknowhow {
      font-family: 'LEMONMILKBOLD', sans-serif;
      font-size: clamp(8px, 1.6vw, 12px);
      color: #080808;
      text-decoration: none;
      text-align: left;
      top: 20%;
      position: absolute;
      transition: color 0.3s ease-in-out;
      z-index: 10; /* Über andere Elemente */
    }
    
    
    .wordlinksPRIVATCOACHING:hover, .wordlinksfirmenbottom:hover, .wordlinksNULNEBLA:hover, .wordlinksknowhow:hover {
      color: #c8158c;

    }
    
    .wordlinksPRIVATCOACHING::after, .wordlinksfirmenbottom::after, .wordlinksNULNEBLA:after, .wordlinksknowhow::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0%;
      height: 8px; /* Kleinere Unterstreichungshöhe */
      background-color: #c8158c;
      transition: width 0.3s ease-in-out;
    }
    
    
    .wordlinksPRIVATCOACHING:hover:after, .wordlinksfirmenbottom:hover:after, .wordlinksNULNEBLA:hover:after, .wordlinksknowhow:hover:after {
      width: 100%;
    }
    
    
    .wordlinksPRIVATCOACHING {
      left: 35%;
    }
    
    .wordlinksfirmenbottom {
      left: 22%;
    
    }
    
    
    .wordlinksknowhow {
      left: 47%;
    }
    
    .wordlinksNULNEBLA {
      left: 57%;
    }
    



    
.wordlinks-block {
  position: absolute;   /* den ganzen Block platzieren */
  top: 24%;             /* wo der Block sitzen soll */
  left: 22%;            /* Einrückung wie bisher */
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2px;            /* Abstand zwischen den Links */
  z-index: 10;
}

.wordlinks-block a {
  font-family: 'Avenirmedium';
  font-size: clamp(4px, 1.6vw, 12px);
  color: #080808;
  text-decoration: none;
  text-align: left;
  transition: color 0.3s ease-in-out;
}

.wordlinks-block a:hover {
  color: #c8158c;
  font-family: 'Avenirheavy', sans-serif;
}











.wordlinks2-block {
  position: absolute;   /* den ganzen Block platzieren */
  top: 24%;             /* wo der Block sitzen soll */
  left: 35%;            /* Einrückung wie bisher */
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2px;            /* Abstand zwischen den Links */
  z-index: 10;
}

.wordlinks2-block a {
  font-family: 'Avenirmedium';
  font-size: clamp(4px, 1.6vw, 12px);
  color: #080808;
  text-decoration: none;
  text-align: left;
  transition: color 0.3s ease-in-out;
}

.wordlinks2-block a:hover {
  color: #c8158c;
  font-family: 'Avenirheavy', sans-serif;
}







.wordlinks3-block {
  position: absolute;   /* den ganzen Block platzieren */
  top: 24%;             /* wo der Block sitzen soll */
  left: 47%;            /* Einrückung wie bisher */
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2px;            /* Abstand zwischen den Links */
  z-index: 10;
}

.wordlinks3-block a {
  font-family: 'Avenirmedium';
  font-size: clamp(4px, 1.6vw, 12px);
  color: #080808;
  text-decoration: none;
  text-align: left;
  transition: color 0.3s ease-in-out;
}

.wordlinks3-block a:hover {
  color: #c8158c;
  font-family: 'Avenirheavy', sans-serif;
}











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

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



  .NULNEBLA2-container:hover .NULNEBLA2-text {
    display: inline-block;
    color: #ffffff;      }













.NULNEBLA-container {
  flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 30%;
    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;      }





    


.wordlinksbuchung {
  top: 61%;
}

.downlink-button {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 22%;
  padding: 5px 17px; /* ↑↓ ←→ Abstand */
  font-size: clamp(8px, 1.4vw, 12px); /* Skalierbare Größe */
  font-family: 'Avenirmedium', sans-serif;
  color: #ffffff;
  background-color: #c8158c;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  z-index: 6;
  opacity: 1;

}

.downlink-button:hover {
  background-color: #202020;
  font-family: 'Avenirmedium', sans-serif;

}







        .wordlinksmail {

        font-size: clamp(4px, 1.6vw, 14px);
        color: #080808;
        text-decoration: none;
        text-align: left;
        position: absolute;
        font-family: 'Avenirheavy', sans-serif;
top: 62%;
        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 */
      }
      
      .wordlinksmail:hover {
        color: #c8158c;
        }
      



    
    
    .wordlinksprivatleistungenbottom, .wordlinkserstgespräch {
      font-family: 'Avenirmedium', sans-serif;
      font-size: clamp(4px, 1.6vw, 18px);
      color: #080808;
      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: #c8158c;
    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: #080808;
      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: #c8158c;
      font-family: 'Avenirheavy', sans-serif;
      }
    
    .wordlinkseminare{
      top: 14%;
    }
    .wordlinksblog{
      top: 18%;
    }
    
    
    
    
    
    
    
    
      .wordlinknulneblahome {
        font-family: 'LEMONMILKBOLD', sans-serif; /* Schriftart anwenden */
        font-size: clamp(28px, 3.2vw, 34px); /* Schriftgröße */
        color: #080808; /* 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: #c8158c; /* Farbänderung beim Hover */
      }
    
    
      .logo-overlay {
        width: 3%;         /* oder z. B. 300px für feste Breite */
        max-width: 420px;    /* Bild wird nie größer als 600px */
        bottom: 3%;
        right: 16%;
        position: absolute;
        display: block;      /* Verhindert Lücken unter dem Bild */
      }
    
    
      .fusszeile-text {
        font-family: 'PoppinsRegular', sans-serif;
        font-size: clamp(4px, 1.8vw, 14px);
        max-width: 400px;
        color: #5d5d5d;
        position: absolute;
        bottom: 10%;
        right: 8%;
        line-height: 1.0;
      }



        
.instagram-overlay {
    position: absolute; /* Absolute Positionierung */
    bottom: 51.7%; /* Position 5% von unten */
    left: 83%;
    width: 2%; /* Passt sich dem Container an */
    height: auto;
    overflow: hidden; /* Alles außerhalb des Containers wird verborgen */
  }
  
  /* Standardbild (sichtbar bei Start) */
  .instagram-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 */
  .instagram-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .instagram-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 */
  .instagram-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }










  
.envelope-overlay {
    position: absolute; /* Absolute Positionierung */
    bottom: 50.5%; /* Position 5% von unten */
    left: 79%;
    width: 3%; /* Passt sich dem Container an */
    height: auto;
    overflow: hidden; /* Alles außerhalb des Containers wird verborgen */
  }
  
  /* Standardbild (sichtbar bei Start) */
  .envelope-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 */
  .envelope-overlay:hover img.default {
    opacity: 0; /* Standardbild wird unsichtbar */
  }
  
  /* Weißes Icon (ersetzt das Standardbild) */
  .envelope-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 */
  .envelope-overlay:hover img.hover {
    opacity: 1; /* Weißes Bild wird sichtbar */
  }



      













      .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;
      }


      




