  .noScript {
      top: 5vh; /* ca. oberes Drittel */
      left: 50%;
      transform: translateX(-50%);
      top: 3em;
      padding: 2em;
      background: #fbba23; 
      color: rgb(36, 36, 36); 
      text-align: center;
      z-index: 9000;
      position: absolute;
    }
    
    .noScript h3{
      font-size: 1.6em;
      font-weight: 475;
      text-align: center;
      border-bottom: solid 1px rgb(36, 36, 36);
      color: rgb(249, 248, 248); 
    }
    .noScript p {
      font-size: 1.3em;
      font-weight: 425;
      color: rgb(36, 36, 36); 
    } 

body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 20px;
    background: url('../img/Heldenlotse.webp') no-repeat center center fixed;
    background-size: cover;
    color: #222;
    line-height: 1.6;
}
.workArea{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    background-color: rgba(198, 195, 195, 0.8);
    border-radius: 8px;
}
.divTextHeldenlotse{
    position: absolute;
    top: 22vh; /* ca. oberes Drittel */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    letter-spacing: 0.45rem;
    font-size: 3rem;
    font-style: italic;
}
.divTextArea{
    width: 95%;
    margin: auto;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(235, 235, 235, 0.7)
}
h1, h2 {
    color: #004e12;
}

h1 {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0.5em;
    margin-top: 0.4em;
    font-weight: 475;
    padding: 2px 10px;
    border-radius: 8px;
}

h2 {
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
    margin-bottom: 0.5em;
    opacity: 0.8;
    margin-top: 5px;
    font-weight: 475;
    padding: 2px 10px;
    text-align: center;
}

h3, h4{
    color: #004e12;
    letter-spacing: 0.2rem;
    font-weight: 475;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
}

p, li{
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 0.5em;
    color: #004e12;
    text-align: center;
}

strong {
  font-weight: 525;
  letter-spacing: 0.1rem;
}

.pPower{
    font-size: 1.25rem;
    letter-spacing: 0.35rem;
    line-height: 1.45;
    font-style: italic;
    font-weight: 450;
    margin-bottom: 0.5em;
    color: #004e12;
    text-align: center;
    margin-bottom: 15px;

}

.legalText{
    text-align: left;
    font-size: 0.8rem;
    line-height: 1;
    font-style: italic;
    color:rgba(31, 31, 31, 0.8)
}

.led-container {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0.5rem 0;
}

.led {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 2px #888;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.led.active {
  background-color: #00cc00;
  box-shadow: 0 0 6px #00cc00;
}

.divStartHelden {
  display: flex;
  max-width: 700px;
  margin: 10px auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  padding: 20px;
}

.divStartHelden ul{
  text-align: left;
  width: max-content;         
  padding: 5px 20px;
  list-style-position: inside;
  max-width: 90%; 
  list-style: none;
  margin: 0; 
}

.divStartHelden li{
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 0.08em;
}

.divStartHelden hr{
  width: 200px;
  max-width: 90%;
  color: #727272;
}

.divStartHelden .HeldenWenn{
  letter-spacing: 0.08em;
  color:#970000;
  font-size: 1.3em;
  font-weight: 515;
}
.divStartHelden .HeldenWenn:first-of-type {
  margin-bottom: 1px;
}

.divStartHelden .HeldenWenn:last-of-type {
  margin-top: 1px;
}



.divRed {
  border: 1px solid red;
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.35); /* X, Y, Blur, Farbe */
  border-radius: 0.5rem; 
  padding: 1rem; 
  height: 400px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
}

.blueText{
    color: blue;
    letter-spacing: 0.08em;
    font-size: 120%; 
    font-weight: 525;
}
.divRotateHead{
    padding: 0px;
    margin: 0px auto;
  }
.divRotateHead h3{
    margin: 10px;
}

.divRotateArea{
    height: 80%;
    position: relative;
    height: 100%; 
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    font-weight: 500;
    margin-bottom: 0.5em;
    align-items: center;
    justify-content: center;
    color: #004e12;
    text-align: center;
    transition: color 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

.rotateHead.fade-out {
    color: #ccc;   /* Grundfarbe beim Ausblenden */
    opacity: 0;
}
.rotateHead.fade-in {
    color: #004e12; /* Ziel- oder Sichtfarbe beim Einblenden */
    opacity: 1;
}

.divRotateText {
  display: flex;
  flex-direction: column;
  background-color: rgba(190, 252, 128, 0.7);
  box-shadow: 0 4px 8px rgba(127, 255, 0, 0.35);
  justify-content: center;    
  align-items: center;         
  height: 100%; 
  border-radius: 12px;
  width: 95%;              
  padding: 1rem;
  text-align: center;         
  font-size: 1.2rem;
  color: #333;
  line-height: 1.5;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

.divRotateText p{
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 0px;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    font-weight: 500; 
    color: #004e12; /* Sichtfarbe */   
    transition: opacity 0.8s ease-in-out;
}
.divRotateText img {
  height: 200px;
  width: auto;
  display: block;
  margin: 0 auto;
}
rotateText.hidden{
    opacity: 0;
}
.divRotateText.fade-out {
    opacity: 0;
}
.divRotateText.fade-in {
    opacity: 1;
}
.divRotateBottom{
    bottom: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    width: 100%;  
    text-align: center;  
  }


.sliderHeadText{
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 600;
    margin: 10px auto;
    width: 100%;

    letter-spacing: 0.15em;
    color: #efefef;
    background-color: rgba(2, 136, 22, 0.4);
    border-radius: 8px;
    text-align: center;
    padding: 5px 20px;
}


.botschaft{
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 600;
    margin: 5px 0 0 0; 
    letter-spacing: 0.10rem;
    max-width: 90%;
    color: #efefef;
    background-color: rgba(2, 136, 22, 0.5);
    border-radius: 8px;
    text-align: center;
    padding: 5px 20px;
}
.botschaftAcc{
    flex: 1 1 200px; /* wächst mit, bricht um bei wenig Platz */
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 5px 0 0 0; 
    letter-spacing: 0.02rem;
    color: #004e12;
    border-radius: 8px;
    text-align: center;
    padding: 5px 5px;
}
.imgAcc {
    width: 55px;
    height: auto;        
    object-fit: contain; 
    display: block;      
}


/* ----------------------------------------------------*/
.divFunction {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.functionButton {
  flex: 1 1 250px;          /* ← skalierbar, mind. 250px */
  max-width: 350px;         /* ← maximale Breite */
  min-width: 220px;         /* ← falls sehr kleiner Bildschirm */
  box-sizing: border-box;   /* ← Padding zählt zur Gesamtbreite */
  background-color: rgba(0, 78, 18, 0.07);
  border-radius: 0.6rem;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 78, 18, 0.35); 
}
.functionButtonSmall {
  flex: 1 1 50px;          /* ← skalierbar, mind. 250px */
  max-width: 80px;         /* ← maximale Breite */
  min-width: 35px;         /* ← falls sehr kleiner Bildschirm */
  box-sizing: border-box;   /* ← Padding zählt zur Gesamtbreite */
  background-color: rgba(0, 78, 18, 0.07);
  border-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 78, 18, 0.35); 
}


.functionButton:hover {
  background-color: rgba(0, 78, 18, 0.15);
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 78, 18, 0.45);
}

.functionIcon {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.functionText {
  font-size: 1.1rem;
  font-weight: 550;
  color: #004e12;
}

/* ----------------------------------------------------*/

.slider-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-slider {
  display: flex;
  margin-top: 15px;  
  width: 100%;
  max-width: 100vw;
  height: 280px;
  overflow: hidden;
  background: rgba(210, 210, 210, 0.5);
  border-radius: 8px;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  height: 200px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 2.5s ease, mask-position 3.5s ease;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%);
  -webkit-mask-position: 100% 0;
  -webkit-mask-size: 200% 100%;
  mask-image: linear-gradient(to left, transparent 0%, black 30%);
  mask-position: 100% 0;
  mask-size: 200% 100%;

}

.slide.active {
  opacity: 1;
  z-index: 1;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}


.slide img {
  width: 120px;
  height: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.imgKiss{
    height: 230px;
    width: auto;
    margin: -25px;
}

/* --------- Blog Teaser -------------------- */
/* ------------------------------------------ */
.blog-headline {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 450;
  margin: 1.5rem 0 0.5rem;
}
.divBlogTeaser {
  border: solid 1px green;
  border-radius: 8px;
  margin-bottom: 0.2rem;
}

#teaserContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.teaser-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 700px;
  gap: 1.5rem;
  padding: 0.5rem;
}

.teaser-img {
  width: 100px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.teaser-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teaser-title {
  font-size: 1.18rem;
  font-style: italic;
  margin: 0 0 0.5rem;
  font-weight: 480;
}

.teaser-text {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.teaser-link {
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  color: #336699;
  text-decoration: none;
}

.teaser-link:hover {
  text-decoration: underline;
}

.teaser-block.wechsel {
  animation: teaserFade 0.4s ease;
}

@keyframes teaserFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------ */
/* --------- Acc-Erfolgsmatrix -------------- */
.accErfolgsMatrix ul{
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #f8f05f;
  border-radius: 8px;
} 



/* ----------Responsive Bereich ------------- */
/* ------------------------------------------ */
  
@media (max-width: 550px) {
    .divRed{
        height: 525px;
    }

    body {
        background-image: none !important;
    }
    html, body {
        min-height: auto;
        height: auto;
      }
}

@media (max-width: 768px) {
    .imgKiss{
        height: 180px;
        width: auto;
    }
    body {
        padding: 10px;
        line-height: 1.45;
    }
    .workArea{
        width: 98%;
        margin: auto;
        padding: 15px;
    }
    .divRed{
        height: 435px;
    }
    
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.45rem;
    }
    h3, h4{
        font-size: 1.25rem;
    }

    p,  button {
        font-size: 1rem;
    }
    p{
        line-height: 1.25;
    }
    .sliderHeadText{
        font-size: 1.35rem;
        line-height: 1.50;
        font-weight: 550;
        margin: 5px 5px;
        max-width: 99%;
        letter-spacing: 0.09em;
        text-align: center;
        padding: 5px 15px;
    }

    .botschaft{
        font-size: 1.20rem;
        line-height: 1.45;
        font-weight: 550;
        letter-spacing: 0.06rem;
    }
    .hero-slider {
      background: rgba(103, 103, 103, 0.4);
    }
    .divTextHeldenlotse{
        letter-spacing: 0.8rem;
        font-size: 1.9rem;
        font-style: oblique;
    }


  }