/*
 * Kundenwünsche 11.08.2026
 * Statische, Firefox-schonende Anpassungen.
 * Keine Scroll-Animationen, kein IntersectionObserver,
 * kein backdrop-filter und kein will-change.
 */

.site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
}

.site-header .site-logo img {
    width: auto !important;
    height: 78px !important;
    max-width: 250px !important;
    max-height: 78px !important;
    object-fit: contain !important;
}

.site-header .site-logo {
    display: flex !important;
    align-items: center !important;
    min-width: 230px !important;
}

body.home .ka-hero-slider,
body.home .hero,
body.home .home-hero {
    border-top: 6px solid #f59500 !important;
}

/*
 * Kein filter() auf dem Video.
 * Das dunkle Overlay wird stattdessen reduziert.
 */
body.home .ka-hero-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(245, 149, 0, 0.24) 0%,
            rgba(245, 149, 0, 0.08) 17%,
            rgba(245, 149, 0, 0.00) 35%
        ),
        linear-gradient(
            90deg,
            rgba(8, 8, 8, 0.52) 0%,
            rgba(8, 8, 8, 0.32) 48%,
            rgba(8, 8, 8, 0.17) 78%,
            rgba(8, 8, 8, 0.20) 100%
        ) !important;
}

.ka-team-hero-refresh {
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(245, 149, 0, 0.24),
            transparent 30%
        ),
        linear-gradient(
            125deg,
            #171717 0%,
            #262626 62%,
            #36291e 100%
        ) !important;
}

.ka-team-hero-refresh h1,
.ka-team-hero-refresh h2,
.ka-team-hero-refresh h3,
.ka-team-hero-refresh p,
.ka-team-hero-refresh span {
    color: #ffffff !important;
}

body.home .ka-current-teaser {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

@media (max-width: 900px) {
    .site-header .site-logo img {
        height: 64px !important;
        max-height: 64px !important;
        max-width: 210px !important;
    }

    .site-header .site-logo {
        min-width: 190px !important;
    }
}

@media (max-width: 620px) {
    .site-header .site-logo img {
        height: 54px !important;
        max-height: 54px !important;
        max-width: 175px !important;
    }

    .site-header .site-logo {
        min-width: 155px !important;
    }
}

/* KA_HOME_WHITE_TEXT_START */

/*
 * Startseite:
 * Unser Anspruch + Unsere Standorte
 *
 * Keine orange Schrift.
 * Sämtliche sichtbaren Texte werden weiß dargestellt.
 */

#ka-home-principles,
#ka-home-principles *,
.ka-home-principles,
.ka-home-principles *,

#ka-home-locations,
#ka-home-locations *,
.ka-home-locations,
.ka-home-locations * {
    color: #ffffff !important;
}


/*
 * Links ebenfalls weiß – auch beim Hover.
 */

#ka-home-principles a,
#ka-home-principles a:hover,
#ka-home-principles a:focus,
.ka-home-principles a,
.ka-home-principles a:hover,
.ka-home-principles a:focus,

#ka-home-locations a,
#ka-home-locations a:hover,
#ka-home-locations a:focus,
.ka-home-locations a,
.ka-home-locations a:hover,
.ka-home-locations a:focus {
    color: #ffffff !important;
}


/*
 * Falls Pfeile/SVGs currentColor verwenden.
 */

#ka-home-locations svg,
.ka-home-locations svg {
    color: #ffffff !important;
}

/* KA_HOME_WHITE_TEXT_END */


/* KA_HOME_AKTUELLES_TAB_CSS_START */

/*
 * Eigener Aktuelles-Reiter UNTER dem kompletten
 * Bereich "Wichtige Unterlagen direkt erreichbar."
 */

.ka-home-aktuelles-tab {
    background: #f3f3f1;

    border-top:
        1px solid #dadad7;

    border-bottom:
        1px solid #dadad7;
}


.ka-home-aktuelles-tab .container {
    padding-top: 0;
    padding-bottom: 0;
}


.ka-home-aktuelles-tab-link {
    min-height: 132px;

    display: grid;

    grid-template-columns:
        180px
        minmax(0, 1fr)
        auto;

    gap: 44px;

    align-items: center;

    width: 100%;

    padding:
        28px
        0;

    color: #1b1b1b !important;

    text-decoration: none !important;
}


/*
 * AKTUELLES
 */

.ka-home-aktuelles-tab-label {
    color: #777777 !important;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;
}


/*
 * Mittlerer Text
 */

.ka-home-aktuelles-tab-copy {
    display: flex;

    flex-direction: column;

    gap: 7px;
}


.ka-home-aktuelles-tab-copy strong {
    color: #1b1b1b !important;

    font-size:
        clamp(
            23px,
            2vw,
            31px
        );

    font-weight: 500;

    line-height: 1.15;
}


.ka-home-aktuelles-tab-copy small {
    color: #676767 !important;

    font-size: 15px;

    line-height: 1.5;
}


/*
 * Rechte Seite
 */

.ka-home-aktuelles-tab-action {
    display: inline-flex;

    align-items: center;

    gap: 20px;

    color: #1b1b1b !important;

    font-size: 16px;

    font-weight: 700;

    white-space: nowrap;
}


.ka-home-aktuelles-tab-action
span {
    color: #df972c !important;

    font-size: 25px;

    line-height: 1;
}


/*
 * Dezentes Hover-Verhalten
 */

.ka-home-aktuelles-tab-link:hover
.ka-home-aktuelles-tab-action,

.ka-home-aktuelles-tab-link:focus
.ka-home-aktuelles-tab-action {
    color: #df972c !important;
}


/*
 * Mobile
 */

@media (max-width: 850px) {

    .ka-home-aktuelles-tab-link {
        grid-template-columns: 1fr;

        gap: 14px;

        min-height: auto;

        padding:
            26px
            0;
    }


    .ka-home-aktuelles-tab-copy {
        gap: 8px;
    }


    .ka-home-aktuelles-tab-action {
        margin-top: 8px;
    }

}

/* KA_HOME_AKTUELLES_TAB_CSS_END */

/* KA_AKTUELLES_TAB_DARK_LARGE_START */

/*
 * Startseite – Aktuelles
 *
 * Großer schwarzer Reiter unter
 * "Informationen und Formulare".
 */

body.home
section.ka-home-aktuelles-tab {
    background: #151515 !important;
    background-color: #151515 !important;

    color: #ffffff !important;

    border-top:
        1px solid rgba(255,255,255,.10) !important;

    border-bottom:
        1px solid rgba(255,255,255,.10) !important;
}


/*
 * Container ebenfalls dunkel halten.
 */

body.home
section.ka-home-aktuelles-tab
.container,

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-link {
    background: #151515 !important;
    background-color: #151515 !important;
}


/*
 * Gesamter Reiter deutlich größer.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-link {
    min-height: 190px !important;

    display: grid !important;

    grid-template-columns:
        220px
        minmax(0, 1fr)
        auto !important;

    gap: 65px !important;

    align-items: center !important;

    padding:
        44px
        0 !important;

    color: #ffffff !important;
}


/*
 * AKTUELLES links.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-label {
    color: rgba(255,255,255,.72) !important;

    opacity: 1 !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    letter-spacing: .14em !important;
}


/*
 * Mittlerer Haupttext.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-copy {
    display: flex !important;

    flex-direction: column !important;

    gap: 12px !important;

    color: #ffffff !important;
}


body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-copy strong {
    color: #ffffff !important;

    font-size:
        clamp(
            32px,
            3vw,
            46px
        ) !important;

    font-weight: 500 !important;

    line-height: 1.08 !important;

    letter-spacing: -.025em !important;
}


/*
 * Beschreibung darunter.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-copy small {
    color: rgba(255,255,255,.72) !important;

    opacity: 1 !important;

    font-size: 18px !important;

    line-height: 1.55 !important;
}


/*
 * Rechte Seite – Aktuelles ansehen.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-action {
    display: inline-flex !important;

    align-items: center !important;

    gap: 22px !important;

    color: #ffffff !important;

    font-size: 19px !important;

    font-weight: 700 !important;

    white-space: nowrap !important;
}


/*
 * Pfeil als orangefarbener Akzent.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-action span {
    color: #df972c !important;

    font-size: 31px !important;

    line-height: 1 !important;
}


/*
 * Sämtliche übrigen Texte im Reiter weiß.
 */

body.home
section.ka-home-aktuelles-tab
a,

body.home
section.ka-home-aktuelles-tab
strong,

body.home
section.ka-home-aktuelles-tab
small {
    color: #ffffff !important;
}


/*
 * Pfeil bewusst wieder Orange.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-action
span {
    color: #df972c !important;
}


/*
 * Dezenter Hover.
 */

body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-link:hover
.ka-home-aktuelles-tab-copy
strong {
    color: #ffffff !important;
}


body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-link:hover
.ka-home-aktuelles-tab-action {
    color: #ffffff !important;
}


body.home
section.ka-home-aktuelles-tab
.ka-home-aktuelles-tab-link:hover
.ka-home-aktuelles-tab-action
span {
    color: #f0a63a !important;
}


/*
 * Tablet
 */

@media (max-width: 1050px) {

    body.home
    section.ka-home-aktuelles-tab
    .ka-home-aktuelles-tab-link {

        grid-template-columns:
            160px
            minmax(0, 1fr)
            auto !important;

        gap: 35px !important;

        min-height: 170px !important;
    }

}


/*
 * Mobile
 */

@media (max-width: 760px) {

    body.home
    section.ka-home-aktuelles-tab
    .ka-home-aktuelles-tab-link {

        grid-template-columns:
            1fr !important;

        gap: 18px !important;

        min-height: auto !important;

        padding:
            36px
            0 !important;
    }


    body.home
    section.ka-home-aktuelles-tab
    .ka-home-aktuelles-tab-copy
    strong {

        font-size:
            clamp(
                29px,
                9vw,
                39px
            ) !important;
    }


    body.home
    section.ka-home-aktuelles-tab
    .ka-home-aktuelles-tab-copy
    small {

        font-size: 16px !important;
    }


    body.home
    section.ka-home-aktuelles-tab
    .ka-home-aktuelles-tab-action {

        margin-top: 8px !important;

        font-size: 17px !important;
    }

}

/* KA_AKTUELLES_TAB_DARK_LARGE_END */


/* KA_PHILOSOPHIE_RESPONSIBILITY_FIX_START */


/* ==========================================================
   GESAMTER BEREICH
   ========================================================== */

section.ka-philosophie-responsibility {
    width: 100% !important;

    padding:
        100px
        0
        110px !important;

    background:
        #f4f2ed !important;

    color:
        #191919 !important;
}


/* ==========================================================
   ÜBERSCHRIFT
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-head {
    width: 100% !important;

    max-width: 900px !important;

    margin:
        0
        0
        52px !important;
}


section.ka-philosophie-responsibility
.section-label {
    margin:
        0
        0
        14px !important;

    color:
        #6c6c6c !important;
}


section.ka-philosophie-responsibility
.ka-philosophie-responsibility-head
h2 {
    width: 100% !important;

    max-width: 900px !important;

    margin: 0 !important;

    color:
        #191919 !important;

    font-size:
        clamp(
            40px,
            4.8vw,
            67px
        ) !important;

    line-height:
        1.04 !important;

    letter-spacing:
        -.035em !important;
}


/* ==========================================================
   2 × 2 GRID
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-grid {
    width: 100% !important;

    max-width: none !important;

    display: grid !important;

    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        ) !important;

    gap:
        22px !important;

    margin: 0 !important;

    padding: 0 !important;
}


/* ==========================================================
   KARTE
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-card {
    box-sizing:
        border-box !important;

    position:
        relative !important;

    width:
        100% !important;

    min-width:
        0 !important;

    max-width:
        none !important;

    min-height:
        270px !important;

    display:
        block !important;

    margin:
        0 !important;

    padding:
        42px
        44px
        40px !important;

    background:
        #ffffff !important;

    color:
        #191919 !important;

    border:
        1px solid
        rgba(0, 0, 0, .09) !important;

    float:
        none !important;

    transform:
        none !important;
}


/* ==========================================================
   ORANGER AKZENT
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-accent {
    width:
        52px !important;

    height:
        3px !important;

    display:
        block !important;

    margin:
        0
        0
        30px !important;

    padding:
        0 !important;

    background:
        #df972c !important;
}


/* ==========================================================
   KARTENÜBERSCHRIFT
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-card
h3 {
    width:
        auto !important;

    max-width:
        none !important;

    margin:
        0
        0
        18px !important;

    padding:
        0 !important;

    color:
        #1a1a1a !important;

    font-size:
        clamp(
            25px,
            2.2vw,
            32px
        ) !important;

    font-weight:
        650 !important;

    line-height:
        1.14 !important;

    letter-spacing:
        -.02em !important;

    word-break:
        normal !important;

    overflow-wrap:
        normal !important;
}


/* ==========================================================
   TEXT
   ========================================================== */

section.ka-philosophie-responsibility
.ka-philosophie-responsibility-card
p {
    width:
        auto !important;

    max-width:
        580px !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #585858 !important;

    font-size:
        17px !important;

    font-weight:
        400 !important;

    line-height:
        1.7 !important;

    word-break:
        normal !important;

    overflow-wrap:
        normal !important;

    white-space:
        normal !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    section.ka-philosophie-responsibility {
        padding:
            78px
            0
            88px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-grid {
        gap:
            16px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-card {
        min-height:
            250px !important;

        padding:
            34px !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 680px) {

    section.ka-philosophie-responsibility {
        padding:
            62px
            0
            70px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-head {
        margin-bottom:
            34px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-grid {
        grid-template-columns:
            1fr !important;

        gap:
            14px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-card {
        min-height:
            0 !important;

        padding:
            30px
            28px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-card
    h3 {
        font-size:
            25px !important;
    }


    section.ka-philosophie-responsibility
    .ka-philosophie-responsibility-card
    p {
        font-size:
            16px !important;
    }

}


/* KA_PHILOSOPHIE_RESPONSIBILITY_FIX_END */


/* KA_PRINCIPLES_CLEAN_FINAL_START */


/* ==========================================================
   UNSER ANSPRUCH
   Cleanes finales Design
   ========================================================== */

body.home section.principles {
    background: #ffffff !important;
    background-color: #ffffff !important;

    color: #181818 !important;

    padding-top: 95px !important;
    padding-bottom: 100px !important;
}


/* ==========================================================
   ZWEI SPALTEN
   ========================================================== */

body.home section.principles
.principles-grid {

    display: grid !important;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(400px, .75fr) !important;

    gap:
        clamp(
            70px,
            8vw,
            150px
        ) !important;

    align-items: center !important;
}


/* ==========================================================
   LINKER BEREICH
   ========================================================== */

body.home section.principles
.section-label {

    display: block !important;

    margin:
        0
        0
        30px !important;

    padding: 0 !important;

    background:
        transparent !important;

    color:
        #666666 !important;

    -webkit-text-fill-color:
        #666666 !important;

    font-weight:
        700 !important;

    letter-spacing:
        .16em !important;

    opacity:
        1 !important;
}


/*
 * Große Aussage
 */

body.home section.principles
h2 {

    width: 100% !important;

    max-width: 850px !important;

    margin: 0 !important;

    padding: 0 !important;

    background:
        transparent !important;

    color:
        #181818 !important;

    -webkit-text-fill-color:
        #181818 !important;

    font-size:
        clamp(
            50px,
            4.7vw,
            74px
        ) !important;

    font-weight:
        400 !important;

    line-height:
        1.06 !important;

    letter-spacing:
        -.042em !important;

    box-shadow:
        none !important;

    text-shadow:
        none !important;
}


/*
 * Eventuelle Hintergründe in Kind-Elementen löschen
 */

body.home section.principles
h2 span,

body.home section.principles
h2 strong {

    background:
        transparent !important;

    background-color:
        transparent !important;

    color:
        #181818 !important;

    -webkit-text-fill-color:
        #181818 !important;

    box-shadow:
        none !important;
}


/* ==========================================================
   RECHTE LISTE
   ========================================================== */

body.home section.principles
.principles-list {

    width: 100% !important;

    display: block !important;

    margin: 0 !important;

    padding: 0 !important;

    background:
        transparent !important;

    background-color:
        transparent !important;

    color:
        #181818 !important;

    border: 0 !important;

    box-shadow:
        none !important;
}


/* ==========================================================
   EINZELNE ZEILEN
   ========================================================== */

body.home section.principles
.principles-list > div {

    position: relative !important;

    width: 100% !important;

    min-height: 112px !important;

    display: flex !important;

    align-items: center !important;

    margin: 0 !important;

    padding:
        28px
        10px
        28px
        48px !important;

    background:
        transparent !important;

    background-color:
        transparent !important;

    color:
        #181818 !important;

    border: 0 !important;

    border-top:
        1px solid
        #d8d8d5 !important;

    box-shadow:
        none !important;

    opacity:
        1 !important;
}


/*
 * Letztes Element bekommt auch unten eine Linie.
 */

body.home section.principles
.principles-list > div:last-child {

    border-bottom:
        1px solid
        #d8d8d5 !important;
}


/* ==========================================================
   01 / 02 / 03 / 04 AUSBLENDEN
   ========================================================== */

body.home section.principles
.principles-list > div > span:first-child {

    display:
        none !important;
}


/* ==========================================================
   ORANGER STRICH
   ========================================================== */

body.home section.principles
.principles-list > div::before {

    content:
        "" !important;

    position:
        absolute !important;

    left:
        4px !important;

    top:
        50% !important;

    width:
        24px !important;

    height:
        3px !important;

    transform:
        translateY(-50%) !important;

    background:
        #df972c !important;
}


/* ==========================================================
   TEXT RECHTS
   ========================================================== */

body.home section.principles
.principles-list > div > strong {

    display: block !important;

    width: auto !important;

    max-width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    background:
        transparent !important;

    background-color:
        transparent !important;

    color:
        #202020 !important;

    -webkit-text-fill-color:
        #202020 !important;

    font-size:
        clamp(
            22px,
            1.75vw,
            29px
        ) !important;

    font-weight:
        600 !important;

    line-height:
        1.25 !important;

    letter-spacing:
        -.02em !important;

    box-shadow:
        none !important;

    text-shadow:
        none !important;

    opacity:
        1 !important;

    filter:
        none !important;

    transform:
        none !important;
}


/*
 * Auch Pseudo-Elemente und eventuelle Kinder
 * dürfen keine grauen Hintergründe erzeugen.
 */

body.home section.principles
.principles-list > div > strong span,

body.home section.principles
.principles-list > div > strong b,

body.home section.principles
.principles-list > div > strong em {

    background:
        transparent !important;

    background-color:
        transparent !important;

    color:
        #202020 !important;

    -webkit-text-fill-color:
        #202020 !important;

    box-shadow:
        none !important;
}


/* ==========================================================
   ALLE ALTEN ANIMATIONSZUSTÄNDE NEUTRALISIEREN
   ========================================================== */

body.home section.principles
.principles-list,

body.home section.principles
.principles-list > div,

body.home section.principles
.principles-list > div > strong {

    opacity:
        1 !important;

    visibility:
        visible !important;

    animation:
        none !important;

    transition:
        none !important;

    filter:
        none !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    body.home section.principles
    .principles-grid {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(340px, .8fr) !important;

        gap:
            55px !important;
    }


    body.home section.principles
    h2 {

        font-size:
            clamp(
                45px,
                6vw,
                62px
            ) !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 760px) {

    body.home section.principles {

        padding-top:
            62px !important;

        padding-bottom:
            68px !important;
    }


    body.home section.principles
    .principles-grid {

        grid-template-columns:
            1fr !important;

        gap:
            46px !important;
    }


    body.home section.principles
    h2 {

        max-width:
            100% !important;

        font-size:
            clamp(
                39px,
                10vw,
                52px
            ) !important;
    }


    body.home section.principles
    .principles-list > div {

        min-height:
            84px !important;

        padding:
            20px
            4px
            20px
            40px !important;
    }


    body.home section.principles
    .principles-list > div > strong {

        font-size:
            20px !important;
    }


    body.home section.principles
    .principles-list > div::before {

        width:
            20px !important;
    }

}


/* KA_PRINCIPLES_CLEAN_FINAL_END */

