:root{
      --bs-primary:#007000; /* ISG Grün */
      --bs-danger:#C20005;  /* ISG Rot */
    }
    .bg-primary-subtle {
      background-color: #e6f4e6 !important; /* Hellgrüner Hintergrund */
    }

   
    body{background:#f8fafc}
    .brand-logo{
      max-width:120px;
    }
    .hero{
      position:relative;
      border-bottom:1px solid #e2e8f0;
      min-height:44vh; /* bewusst nicht bildschirmfüllend */
      /* Foto + Overlay + Deko-Verläufe */
      background-image:
        linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)),
        radial-gradient(1200px 400px at 80% -20%, rgba(0,112,0,.18), transparent 60%),
        radial-gradient(800px 300px at 10% 120%, rgba(194,0,5,.18), transparent 60%),
        url('../images/home_slider-1.jpg');
      background-size:cover, auto, auto, cover;
      background-position:center, center, center, center;
      background-repeat:no-repeat;
    }
    /* Lesbarkeit auf Foto verbessern */
    .hero h1, .hero .lead, .hero-sub{ text-shadow: 0 1px 2px rgba(0,0,0,.35); }

    .card-shadow{box-shadow:0 10px 25px rgba(2,8,23,.06)}
    .section-pad{padding-block:clamp(2rem,5vw,4rem)}
    .skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
    .skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.5rem .75rem;background:#fff;border:2px solid var(--bs-danger);border-radius:.5rem;z-index:1000}
    .team-img{width:104px;height:104px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.08)}

    .hero-sub{
      background:linear-gradient(#ffffff,#f8fafc);
      border-bottom:1px solid #e2e8f0;
      background-image:
        linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)),
        radial-gradient(1200px 400px at 80% -20%, rgba(0,112,0,.18), transparent 60%),
        radial-gradient(800px 300px at 10% 120%, rgba(194,0,5,.18), transparent 60%),
        url('../images/header_kontakt.jpg');
      background-size:cover, auto, auto, cover;
      background-position:center, center, center, center;
      background-repeat:no-repeat;
      min-height:28vh; /* schmaler Header */
    }

    ul.navbar-nav {
      text-transform: uppercase;
    }

    .ce-image img {
      max-width:100%;
      height:auto;
    }