  /* BFSG*/
a.header_logo:focus img {
  outline: 1px solid #000000 !important; /* Farbe und Breite des Umrisses */
  outline-offset: 8px; /* Abstand zwischen dem Umriss und dem Element */
  /* Optionale Rundung der Ecken des Umrisses */
}

#header_logo {
  max-width: 250px !important;
  z-index: 100;
}

.language_select{
    position:absolute;
    right:60px;
    top:30px;
}
  .hero-overlay{
      position:absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 2rem 3rem;
      color: #fff;

  }
  .hero-subtitle {
      font-size: 10px;
      color:#FF3333;
      letter-spacing:2px;
      text-transform: uppercase;
      margin-bottom: 5px;
  }

  .hero-title {
      font-size: 85px;
      font-family: headlines;
      color: #000;
      letter-spacing:4px !important;
      position: relative !important;
      left:0;
      max-width:100% !important;
      width: fit-content !important;  /* nur so breit wie nötig */
      line-height: 1.01;
      margin: 0;
  }
  .hero-title span{
      color:#FF3333;
  }
  .hero-address {
      font-size: 14px;
      margin-top: 20px;
      color:#666;

      line-height: 1.8;
      max-width: 560px;
      margin-bottom: 20px;
  }

  /* ── INTRO TEXT BAND ── */
  .intro-band {
      padding: 0;
      display: flex;
      align-items: center;
      gap: 60px;
  }

  .intro-band-title {

      font-size: clamp(28px, 4vw, 48px);
      font-family: headlines;
      color: #000;
      letter-spacing:1px !important;
      text-transform: uppercase;
      line-height: 1.1;
      min-width: 220px;
  }

  .intro-band-title span {
      color: #FF3333;
      display: block;
  }

  .intro-band-text {
      font-size: 14px;
      color: #666;
      line-height: 1.8;
      max-width: 560px;
  }
