:root {
    --hintergrund: #f5f7f6;
    --flaeche: #ffffff;
    --text: #172126;
    --text-weich: #5f6b72;
    --linie: #d8dfdd;
    --dunkel: #111c22;
    --dunkel-zwei: #1c3037;
    --gruen: #0d7168;
    --gruen-hell: #e6f2ef;
    --gold: #d79035;
    --rot: #b85042;
    --radius: 6px;
    --breite: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--hintergrund);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

h1,
h2,
h3 {
    line-height: 1.12;
    letter-spacing: 0;
}

ul {
    margin: 0;
}

.container {
    width: min(100% - 32px, var(--breite));
    margin: 0 auto;
}

.kopfzeile {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(245, 247, 246, 0.94);
    border-bottom: 1px solid var(--linie);
    backdrop-filter: blur(14px);
}

.kopfzeile__innen {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    min-height: 74px;
}

.marke {
    display: grid;
    gap: 2px;
    padding-left: 14px;
    border-left: 4px solid var(--gold);
    font-weight: 800;
}

.marke__titel {
    font-size: 1rem;
}

.marke__untertitel {
    color: var(--text-weich);
    font-size: 0.82rem;
    font-weight: 700;
}

.navigation {
    display: flex;
    justify-content: center;
    gap: 22px;
    color: var(--text-weich);
    font-size: 0.94rem;
    font-weight: 700;
}

.navigation a {
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.navigation a:hover,
.navigation a:focus-visible {
    color: var(--text);
    border-color: var(--gold);
    outline: none;
}

.kopfkontakt {
    padding: 10px 14px;
    color: #ffffff;
    background: var(--dunkel);
    border-radius: var(--radius);
    font-size: 0.92rem;
    font-weight: 800;
}

.auftakt {
    background:
        linear-gradient(90deg, var(--dunkel) 0, var(--dunkel) 62%, transparent 62%),
        linear-gradient(180deg, #ffffff 0, #eef2f0 100%);
    border-bottom: 1px solid var(--linie);
}

.auftakt__innen {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 58px;
    align-items: center;
    min-height: 620px;
    padding: 74px 0;
}

.auftakt__text {
    display: grid;
    gap: 26px;
    color: #ffffff;
}

.kicker {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.auftakt h1 {
    max-width: 720px;
    font-size: clamp(2.5rem, 5vw, 4.65rem);
}

.auftakt__lead {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.08rem, 2vw, 1.24rem);
}

.auftakt__aktionen {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.taste {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    text-align: center;
}

.taste--hell {
    color: var(--dunkel);
    background: #ffffff;
}

.taste--linie {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
}

.taste--dunkel {
    color: #ffffff;
    background: var(--dunkel);
}

.auftakt__daten {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 680px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.auftakt__daten span {
    display: grid;
    gap: 4px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.auftakt__daten strong {
    color: #ffffff;
    font-size: 1.05rem;
}

.systemtafel {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 24px;
    background: var(--flaeche);
    border: 1px solid var(--linie);
    border-radius: 18px 18px 18px 0;
    box-shadow: 0 22px 55px rgba(17, 28, 34, 0.16);
}

.systemtafel::before {
    content: "";
    position: absolute;
    top: 86px;
    bottom: 34px;
    left: 47px;
    width: 2px;
    background: var(--linie);
}

.systemtafel__kopf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--linie);
}

.systemtafel__kopf strong {
    font-size: 1.15rem;
}

.status {
    padding: 6px 10px;
    color: var(--gruen);
    background: var(--gruen-hell);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 900;
}

.systempunkt {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    align-items: start;
}

a.systempunkt:hover h3,
a.systempunkt:focus-visible h3,
.textlink:hover,
.textlink:focus-visible,
.thema:hover h3,
.thema:focus-visible h3 {
    color: var(--gruen);
}

a.systempunkt:focus-visible,
.thema:focus-visible,
.themenlink:focus-visible,
.textlink:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
}

.systempunkt__zeichen {
    position: relative;
    z-index: 1;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #ffffff;
    background: var(--dunkel);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
}

.systempunkt__text {
    padding: 2px 0 18px;
    border-bottom: 1px solid var(--linie);
}

.systempunkt:last-child .systempunkt__text {
    border-bottom: 0;
    padding-bottom: 0;
}

.systempunkt h3 {
    margin-bottom: 6px;
    font-size: 1.06rem;
}

.systempunkt p {
    color: var(--text-weich);
    font-size: 0.95rem;
}

.abschnitt {
    padding: 92px 0;
}

.abschnitt--weiss {
    background: #ffffff;
}

.abschnittskopf {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 42px;
}

.abschnittskopf h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.abschnittskopf p:last-child {
    color: var(--text-weich);
    font-size: 1.04rem;
}

.leistungslisten {
    display: grid;
    border-top: 1px solid var(--linie);
}

.leistungszeile {
    display: grid;
    grid-template-columns: 92px minmax(210px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: start;
    padding: 32px 0;
    border-bottom: 1px solid var(--linie);
}

.leistungszeile__kennung {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--dunkel);
    background: var(--gruen-hell);
    border: 1px solid rgba(13, 113, 104, 0.22);
    border-radius: var(--radius);
    font-weight: 900;
}

.leistungszeile h3 {
    margin-bottom: 10px;
    font-size: 1.35rem;
}

.leistungszeile p {
    color: var(--text-weich);
}

.textlink {
    display: inline-flex;
    margin-top: 16px;
    color: var(--dunkel);
    font-weight: 900;
}

.liste {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--text-weich);
}

.liste li {
    position: relative;
    padding-left: 24px;
}

.liste li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
}

.erfahrung {
    color: #ffffff;
    background: var(--dunkel);
}

.erfahrung__innen {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 54px;
    align-items: center;
}

.jahre {
    display: grid;
    gap: 14px;
    padding: 34px;
    border-left: 6px solid var(--gold);
    background: rgba(255, 255, 255, 0.06);
}

.jahre strong {
    font-size: clamp(4rem, 9vw, 7rem);
    line-height: 0.9;
}

.jahre span {
    color: rgba(255, 255, 255, 0.75);
}

.erfahrung__text {
    display: grid;
    gap: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.06rem;
}

.erfahrung__text h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.themen {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--linie);
    border: 1px solid var(--linie);
}

.thema {
    display: grid;
    gap: 12px;
    min-height: 230px;
    padding: 28px;
    background: #ffffff;
}

.thema h3 {
    padding-top: 18px;
    border-top: 4px solid var(--gold);
    font-size: 1.24rem;
}

.thema p {
    color: var(--text-weich);
}

.themenlink {
    align-self: end;
    color: var(--gruen);
    font-weight: 900;
}

.kundenband {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kunde {
    padding: 0 0 0 22px;
    border-left: 4px solid var(--gruen);
}

.kunde h3 {
    margin-bottom: 10px;
    font-size: 1.22rem;
}

.kunde p {
    color: var(--text-weich);
}

.ablauf {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    counter-reset: schritt;
}

.schritt {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid var(--linie);
}

.schritt::before {
    counter-increment: schritt;
    content: counter(schritt, decimal-leading-zero);
    color: var(--rot);
    font-size: 0.92rem;
    font-weight: 900;
}

.schritt p {
    color: var(--text-weich);
}

.kontakt {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(17, 28, 34, 0.96), rgba(13, 113, 104, 0.9)),
        var(--dunkel);
}

.kontakt__innen {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 42px;
    align-items: center;
}

.kontakt h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.kontakt p {
    max-width: 760px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.06rem;
}

.kontaktdaten {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.detail-hero {
    color: #ffffff;
    background: var(--dunkel);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-hero__innen {
    display: grid;
    gap: 24px;
    padding: 76px 0;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.68);
    font-weight: 800;
}

.breadcrumb:hover,
.breadcrumb:focus-visible {
    color: #ffffff;
}

.detail-hero h1 {
    max-width: 940px;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.detail-hero__lead {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 860px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.detail-meta span {
    display: grid;
    gap: 4px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.detail-meta strong {
    color: #ffffff;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
    align-items: start;
}

.detail-inhalt {
    display: grid;
    gap: 38px;
}

.detail-block {
    display: grid;
    gap: 14px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--linie);
}

.detail-block h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.detail-block p {
    color: var(--text-weich);
    font-size: 1.04rem;
}

.detail-liste {
    display: grid;
    gap: 12px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.detail-liste li {
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid var(--linie);
    border-left: 4px solid var(--gold);
}

.detail-aside {
    position: sticky;
    top: 98px;
    display: grid;
    gap: 22px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--linie);
    border-radius: var(--radius);
}

.detail-aside h2 {
    font-size: 1.4rem;
}

.detail-aside p,
.detail-aside li {
    color: var(--text-weich);
}

.detail-aside ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
}

.hinweisband {
    padding: 42px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--dunkel), var(--gruen));
}

.hinweisband h2 {
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.hinweisband p {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.78);
}

.seitenwechsel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.seitenwechsel a {
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--linie);
}

.seitenwechsel a:hover,
.seitenwechsel a:focus-visible {
    border-color: var(--gruen);
    outline: none;
}

.seitenwechsel strong {
    font-size: 1.12rem;
}

.seitenwechsel span {
    color: var(--text-weich);
}

.fusszeile {
    padding: 28px 0;
    color: var(--text-weich);
    background: #ffffff;
    border-top: 1px solid var(--linie);
    font-size: 0.92rem;
}

.fusszeile__innen {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.fusszeile a {
    color: var(--text);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fusszeile a:hover,
.fusszeile a:focus-visible {
    color: var(--gruen);
    outline: none;
}

@media (max-width: 1040px) {
    .kopfzeile__innen {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 0;
    }

    .navigation {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .kopfkontakt {
        display: none;
    }

    .auftakt {
        background: var(--dunkel);
    }

    .auftakt__innen,
    .abschnittskopf,
    .erfahrung__innen,
    .kontakt__innen,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .auftakt__innen {
        min-height: auto;
    }

    .detail-aside {
        position: static;
    }

    .leistungszeile {
        grid-template-columns: 74px 1fr;
    }

    .leistungszeile .liste {
        grid-column: 2;
    }

    .themen,
    .kundenband,
    .ablauf,
    .seitenwechsel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body {
        background: #ffffff;
    }

    .container {
        width: min(100% - 44px, var(--breite));
    }

    .kopfzeile {
        position: static;
        color: #ffffff;
        background: var(--dunkel);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: none;
    }

    .kopfzeile__innen {
        min-height: 72px;
        padding: 12px 0;
    }

    .navigation,
    .kopfkontakt {
        display: none;
    }

    .marke {
        max-width: 100%;
        padding-left: 12px;
        border-left-color: var(--gold);
    }

    .marke__titel,
    .marke__untertitel {
        overflow-wrap: anywhere;
    }

    .marke__untertitel {
        color: rgba(255, 255, 255, 0.68);
    }

    .abschnitt {
        padding: 58px 0;
    }

    .auftakt {
        background: linear-gradient(180deg, #111c22 0, #162831 100%);
        border-bottom: 0;
    }

    .auftakt__innen {
        padding: 34px 0 40px;
        gap: 26px;
    }

    .auftakt h1,
    .detail-hero h1 {
        max-width: 100%;
        font-size: clamp(1.72rem, 8.1vw, 2.08rem);
        line-height: 1.13;
        overflow-wrap: anywhere;
    }

    .detail-hero h1 {
        font-size: clamp(1.62rem, 7.4vw, 1.95rem);
    }

    .auftakt__text {
        gap: 18px;
    }

    .auftakt__lead,
    .detail-hero__lead {
        color: rgba(255, 255, 255, 0.84);
        font-size: 0.96rem;
        line-height: 1.58;
        overflow-wrap: anywhere;
    }

    .auftakt__aktionen {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .taste {
        width: 100%;
        min-height: 52px;
        padding: 12px 16px;
        font-size: 0.98rem;
    }

    .auftakt__daten,
    .detail-meta {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 2px;
        background: rgba(255, 255, 255, 0.14);
        border-radius: var(--radius);
        overflow: hidden;
    }

    .auftakt__daten span,
    .detail-meta span {
        grid-template-columns: minmax(116px, auto) 1fr;
        align-items: baseline;
        gap: 12px;
        padding: 12px 14px;
        font-size: 0.84rem;
    }

    .detail-meta span {
        grid-template-columns: 1fr;
        gap: 4px;
        align-items: start;
    }

    .auftakt__daten strong {
        font-size: 0.96rem;
    }

    .systemtafel {
        gap: 14px;
        padding: 18px;
        margin-bottom: 0;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
    }

    .systemtafel::before {
        display: none;
    }

    .systemtafel__kopf {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        padding-bottom: 12px;
    }

    .status {
        display: none;
    }

    .systempunkt {
        grid-template-columns: 44px 1fr;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid var(--linie);
    }

    .systempunkt__zeichen {
        width: 44px;
        height: 44px;
        border-radius: var(--radius);
    }

    .systempunkt__text {
        padding: 0;
        border-bottom: 0;
    }

    .systempunkt:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .abschnittskopf {
        gap: 18px;
        margin-bottom: 30px;
    }

    .abschnittskopf h2,
    .detail-block h2 {
        font-size: clamp(1.7rem, 8vw, 2.25rem);
        overflow-wrap: anywhere;
    }

    .leistungszeile h3,
    .thema h3,
    .kunde h3,
    .schritt h3,
    .kontakt h2 {
        overflow-wrap: anywhere;
    }

    .leistungszeile {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 26px 0;
    }

    .leistungszeile .liste {
        grid-column: auto;
    }

    .leistungszeile__kennung {
        width: 52px;
        height: 52px;
    }

    .themen,
    .kundenband,
    .ablauf,
    .seitenwechsel {
        grid-template-columns: 1fr;
    }

    .thema,
    .schritt {
        min-height: 0;
        padding: 24px;
    }

    .jahre {
        padding: 26px;
    }

    .detail-hero__innen {
        padding: 44px 0;
    }

    .detail-liste li,
    .detail-aside,
    .hinweisband,
    .seitenwechsel a {
        padding: 22px;
    }

    .kontakt__innen {
        gap: 26px;
    }

    .kontaktdaten {
        padding: 22px;
    }

    .fusszeile__innen {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 380px) {
    .container {
        width: min(100% - 44px, var(--breite));
    }

    .auftakt h1,
    .detail-hero h1 {
        font-size: 1.76rem;
    }

    .detail-hero h1 {
        font-size: 1.58rem;
    }
}
