:root {
    --chs-turquoise: #2db5c8;
    --chs-turquoise-dark: #118596;
    --chs-turquoise-light: #75d8e2;
    --chs-black: #071013;
    --chs-anthracite: #172226;
    --chs-gray: #eef3f4;
    --chs-white: #ffffff;
    --chs-content-width: 1380px;
    --chs-radius: 5px;
    --chs-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

html {
    scroll-behavior: smooth;
}

body.chs-standalone-page {
    margin: 0;
    padding: 0;
    background: var(--chs-white);
}

body.chs-standalone-page #wpadminbar {
    position: fixed;
}

.chs-modernization {
    margin: 0;
    padding: 0;
    background: var(--chs-white);
    color: var(--chs-anthracite);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

.chs-modernization *,
.chs-modernization *::before,
.chs-modernization *::after {
    box-sizing: border-box;
}

.chs-container {
    width: min(calc(100% - 64px), var(--chs-content-width));
    margin-inline: auto;
}

/* Hero */

.chs-hero {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    background: var(--chs-black);
    color: var(--chs-white);
}

.chs-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 1200ms ease;
}

.chs-hero.is-playing .chs-hero__video {
    opacity: 1;
}

.chs-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(3, 17, 21, 0.42) 0%,
            rgba(3, 17, 21, 0.22) 34%,
            rgba(3, 17, 21, 0.06) 65%,
            rgba(3, 17, 21, 0) 100%
        );
    transition: opacity 1100ms ease;
}

/* Während der ersten fünf Sekunden */

.chs-hero--intro:not(.is-playing)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(
            circle at 70% 40%,
            rgba(45, 181, 200, 0.16),
            transparent 45%
        ),
        linear-gradient(
            120deg,
            #071013 0%,
            #10292f 60%,
            #153b43 100%
        );
}

.chs-hero.is-playing .chs-hero__overlay {
    opacity: 0.6;
}

/* Header */

.chs-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(3, 15, 18, 0.34);
    backdrop-filter: blur(8px);
}

.chs-header__inner {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.chs-header__brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.94);
    text-decoration: none;
}

.chs-header__logo {
    display: block;
    width: 195px;
    height: auto;
    max-height: 96px;
    object-fit: contain;
}

.chs-header__navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
}

.chs-header__navigation a {
    position: relative;
    color: var(--chs-white);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.chs-header__navigation a:not(.chs-header__contact)::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: var(--chs-turquoise);
    transition: right 180ms ease;
}

.chs-header__navigation a:hover::after,
.chs-header__navigation a:focus-visible::after {
    right: 0;
}

.chs-header__contact {
    padding: 12px 19px;
    border-radius: var(--chs-radius);
    background: var(--chs-turquoise);
    color: var(--chs-black) !important;
}

.chs-header__contact:hover,
.chs-header__contact:focus-visible {
    background: var(--chs-turquoise-light);
}

.chs-header__toggle {
    display: none;
    width: 48px;
    height: 44px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

.chs-header__toggle span {
    display: block;
    height: 3px;
    margin: 5px 0;
    background: var(--chs-white);
}

/* Intro-Überschrift über dem Standbild */

.chs-hero__stage {
    position: relative;
    z-index: 5;
    min-height: 700px;
    display: flex;
    align-items: flex-start;
    padding-top: 74px;
    padding-bottom: 120px;
}

.chs-hero__headline {
    width: min(700px, 61%);
    transform: translateY(0);
    opacity: 1;
    transition:
        transform 1000ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 750ms ease;
}

.chs-hero.is-playing .chs-hero__headline {
    transform: translateY(-180px);
    opacity: 0;
    pointer-events: none;
}

.chs-hero__eyebrow {
    margin: 0 0 19px;
    color: var(--chs-white) !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.chs-hero__eyebrow::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 13px;
    background: var(--chs-turquoise);
}

.chs-hero h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(49px, 5vw, 78px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.chs-hero h1 span {
    display: block;
}

.chs-heading-white {
    color: var(--chs-white) !important;
}

.chs-heading-accent {
    color: var(--chs-turquoise) !important;
}

/* Scroll-Indikator */

.chs-hero__scroll {
    position: absolute;
    z-index: 8;
    bottom: 28px;
    left: 50%;
    width: 28px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    transform: translateX(-50%);
}

.chs-hero__scroll span {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    border-radius: 5px;
    background: var(--chs-turquoise);
    transform: translateX(-50%);
    animation: chs-scroll-indicator 1.6s infinite;
}

@keyframes chs-scroll-indicator {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 15px);
    }
}

/* Text bewusst unterhalb des Videos */

.chs-introduction {
    position: relative;
    z-index: 10;
    padding: 48px 0;
    background: var(--chs-white);
    border-bottom: 1px solid rgba(23, 34, 38, 0.1);
}

.chs-introduction__inner {
    transform: translateY(-18px);
    opacity: 0;
    transition:
        transform 900ms ease 500ms,
        opacity 900ms ease 500ms;
}

body.chs-video-started .chs-introduction__inner {
    transform: translateY(0);
    opacity: 1;
}

.chs-introduction__services {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(21px, 2.1vw, 31px);
    font-weight: 800;
}

.chs-introduction__text {
    margin: 9px 0 0;
    color: #506064;
    font-size: clamp(17px, 1.5vw, 21px);
}

.chs-introduction__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 28px;
}

.chs-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 21px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: var(--chs-radius);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.chs-button:hover,
.chs-button:focus-visible {
    transform: translateY(-2px);
}

.chs-button--primary {
    background: var(--chs-turquoise);
    color: var(--chs-black);
}

.chs-button--primary:hover,
.chs-button--primary:focus-visible {
    background: var(--chs-turquoise-light);
    color: var(--chs-black);
}

.chs-button--secondary-dark {
    border-color: var(--chs-anthracite);
    background: transparent;
    color: var(--chs-anthracite);
}

.chs-button--secondary-dark:hover,
.chs-button--secondary-dark:focus-visible {
    background: var(--chs-anthracite);
    color: var(--chs-white);
}

.chs-development-marker {
    padding: 42px 0;
    background: var(--chs-gray);
    text-align: center;
}

.chs-development-marker p {
    margin: 0;
}

.chs-anchor-marker {
    display: block;
}

/* Responsive */

@media (max-width: 900px) {
    .chs-container {
        width: min(calc(100% - 36px), var(--chs-content-width));
    }

    .chs-header__inner {
        min-height: 94px;
    }

    .chs-header__logo {
        width: 155px;
        max-height: 76px;
    }

    .chs-header__toggle {
        display: block;
    }

    .chs-header__navigation {
        position: absolute;
        top: 100%;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: rgba(5, 18, 22, 0.98);
        box-shadow: var(--chs-shadow);
    }

    .chs-header__navigation.is-open {
        display: flex;
    }

    .chs-header__navigation a {
        padding: 13px 11px;
    }

    .chs-header__navigation a::after {
        display: none;
    }

    .chs-header__contact {
        margin-top: 8px;
        text-align: center;
    }

    .chs-hero {
        min-height: 720px;
    }

    .chs-hero__stage {
        min-height: 625px;
        padding-top: 58px;
    }

    .chs-hero__headline {
        width: min(680px, 100%);
    }
}

@media (max-width: 600px) {
    .chs-container {
        width: min(calc(100% - 28px), var(--chs-content-width));
    }

    .chs-header__logo {
        width: 133px;
    }

    .chs-hero {
        min-height: 680px;
    }

    .chs-hero__stage {
        min-height: 580px;
        padding-top: 44px;
    }

    .chs-hero h1 {
        font-size: 43px;
    }

    .chs-hero.is-playing .chs-hero__headline {
        transform: translateY(-120px);
    }

    .chs-introduction__actions {
        flex-direction: column;
    }

    .chs-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chs-modernization *,
    .chs-modernization *::before,
    .chs-modernization *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Gemeinsame Abschnittsüberschriften */

.chs-section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.chs-section-heading__eyebrow {
    margin: 0 0 8px;
    color: var(--chs-turquoise-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.chs-section-heading h2,
.chs-about h2 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.chs-section-heading > p:last-child {
    margin: 18px 0 0;
    color: #5b696d;
    font-size: 18px;
}

/* Leistungen */

.chs-services {
    padding: 92px 0 100px;
    background: #f7f9fa;
}

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

.chs-service-card {
    position: relative;
    min-height: 305px;
    padding: 34px 30px 30px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 8px;
    background: var(--chs-white);
    box-shadow: 0 8px 24px rgba(16, 31, 35, 0.06);
    transition:
        transform 200ms ease,
        border-color 200ms ease,
        box-shadow 200ms ease;
}

.chs-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 181, 200, 0.5);
    box-shadow: 0 18px 38px rgba(16, 31, 35, 0.12);
}

.chs-service-card__icon {
    min-height: 52px;
    color: var(--chs-turquoise-dark);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.chs-service-card h3 {
    margin: 20px 0 12px;
    color: var(--chs-anthracite);
    font-size: 21px;
}

.chs-service-card p {
    margin: 0;
    color: #5b696d;
    font-size: 15px;
}

.chs-service-card a {
    display: inline-flex;
    gap: 8px;
    margin-top: 23px;
    color: var(--chs-turquoise-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.chs-service-card a:hover,
.chs-service-card a:focus-visible {
    color: var(--chs-anthracite);
}

/* Über CHS */

.chs-about {
    padding: 100px 0;
    background: var(--chs-white);
}

.chs-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 70px;
}

.chs-about__content > p:not(.chs-section-heading__eyebrow) {
    margin: 20px 0 0;
    color: #536165;
    font-size: 17px;
}

.chs-about__content .chs-button {
    margin-top: 30px;
}

.chs-about__visual {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1.2fr);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--chs-shadow);
}

.chs-about__benefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 42px 34px;
    background:
        linear-gradient(
            145deg,
            var(--chs-turquoise-dark),
            #07505a
        );
    color: var(--chs-white);
    font-size: 17px;
    font-weight: 700;
}

.chs-about__benefits span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--chs-white);
    color: var(--chs-turquoise-dark);
}

.chs-about__image {
    min-height: 440px;
    background:
        linear-gradient(rgba(5, 15, 18, 0.1), rgba(5, 15, 18, 0.12)),
        url("https://chs-securitysysteme.de/wp-content/uploads/2024/03/chs_Logo_4C_mp_0324.jpg")
        center / cover no-repeat;
}

/*
 * Diese Logo-Datei ist vorläufig nur ein technischer Platzhalter.
 * Im nächsten Bildschritt wird sie durch ein geeignetes Objekt-/Referenzbild ersetzt.
 */

/* Beratungsstreifen */

.chs-consultation {
    padding: 27px 0;
    background:
        linear-gradient(
            90deg,
            #087b89,
            var(--chs-turquoise-dark),
            #07505a
        );
    color: var(--chs-white);
}

.chs-consultation__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;
}

.chs-consultation__icon {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--chs-white);
    border-radius: 50%;
    font-size: 27px;
}

.chs-consultation__text h2 {
    margin: 0;
    color: var(--chs-white);
    font-size: clamp(22px, 2.5vw, 32px);
}

.chs-consultation__text p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.87);
}

.chs-button--light {
    background: var(--chs-white);
    color: var(--chs-turquoise-dark);
}

.chs-button--light:hover,
.chs-button--light:focus-visible {
    background: var(--chs-anthracite);
    color: var(--chs-white);
}

/* Kontaktplatzhalter */

.chs-contact-placeholder {
    padding: 48px 0;
    background: #f5f7f8;
    text-align: center;
}

.chs-contact-placeholder p {
    margin: 0;
    color: #536165;
}

/* Responsive Ergänzungen */

@media (max-width: 1050px) {
    .chs-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chs-about__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .chs-services,
    .chs-about {
        padding: 70px 0;
    }

    .chs-services__grid {
        grid-template-columns: 1fr;
    }

    .chs-about__visual {
        grid-template-columns: 1fr;
    }

    .chs-about__image {
        min-height: 300px;
    }

    .chs-consultation__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .chs-consultation__icon {
        margin-inline: auto;
    }
}

/* Kontaktbereich */

.chs-contact {
    padding: 96px 0 105px;
    background: #f5f8f8;
}

.chs-contact__grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(440px, 1.25fr);
    gap: 36px;
    align-items: stretch;
}

.chs-contact__details,
.chs-contact__form-wrapper {
    padding: 38px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: var(--chs-white);
    box-shadow: 0 10px 30px rgba(16, 31, 35, 0.07);
}

.chs-contact__details h3 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: 27px;
}

.chs-contact__details > p {
    margin: 13px 0 28px;
    color: #5b696d;
}

.chs-contact__details address {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin: 0;
    font-style: normal;
}

.chs-contact__details address > div {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.chs-contact__details address > div > span:first-child {
    width: 27px;
    flex: 0 0 27px;
    color: var(--chs-turquoise-dark);
    font-size: 21px;
    font-weight: 800;
}

.chs-contact__details a {
    color: var(--chs-anthracite);
    font-weight: 700;
    text-decoration: none;
}

.chs-contact__details a:hover,
.chs-contact__details a:focus-visible {
    color: var(--chs-turquoise-dark);
}

.chs-location-card {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 19px;
    margin-top: 32px;
    padding: 18px;
    border-radius: 8px;
    background: var(--chs-gray);
}

.chs-location-card__map {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background:
        linear-gradient(
            145deg,
            var(--chs-turquoise-dark),
            #07505a
        );
    color: var(--chs-white);
    font-size: 40px;
}

.chs-location-card strong {
    color: var(--chs-anthracite);
    font-size: 18px;
}

.chs-location-card p {
    margin: 5px 0 8px;
    color: #5b696d;
    font-size: 14px;
}

.chs-location-card a {
    color: var(--chs-turquoise-dark);
    font-size: 14px;
}

/* Formular */

.chs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.chs-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.chs-form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.chs-form-field label {
    color: var(--chs-anthracite);
    font-size: 14px;
    font-weight: 800;
}

.chs-form-field label span {
    color: #b42318;
}

.chs-form-field input,
.chs-form-field textarea {
    width: 100%;
    border: 1px solid #cbd4d6;
    border-radius: 5px;
    background: var(--chs-white);
    color: var(--chs-anthracite);
    font: inherit;
    outline: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.chs-form-field input {
    min-height: 49px;
    padding: 10px 13px;
}

.chs-form-field textarea {
    min-height: 165px;
    padding: 12px 13px;
    resize: vertical;
}

.chs-form-field input:focus,
.chs-form-field textarea:focus {
    border-color: var(--chs-turquoise-dark);
    box-shadow: 0 0 0 3px rgba(45, 181, 200, 0.16);
}

.chs-form-privacy {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #536165;
    font-size: 14px;
    line-height: 1.45;
}

.chs-form-privacy input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
}

.chs-form-privacy a {
    color: var(--chs-turquoise-dark);
    font-weight: 700;
}

.chs-contact-form__submit {
    align-self: flex-start;
    border: 0;
    cursor: pointer;
}

.chs-form-required {
    margin: -5px 0 0;
    color: #687578;
    font-size: 12px;
}

.chs-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.chs-form-message {
    margin: 0 0 28px;
    padding: 16px 19px;
    border-radius: 6px;
    font-weight: 700;
}

.chs-form-message--success {
    border: 1px solid #72b985;
    background: #edf8ef;
    color: #245d32;
}

.chs-form-message--error {
    border: 1px solid #d99b96;
    background: #fff1f0;
    color: #8b2520;
}

/* Footer */

.chs-footer {
    background: var(--chs-black);
    color: rgba(255, 255, 255, 0.78);
}

.chs-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 45px;
    padding-top: 65px;
    padding-bottom: 55px;
}

.chs-footer__brand img {
    width: 190px;
    height: auto;
    padding: 7px;
    border-radius: 5px;
    background: var(--chs-white);
}

.chs-footer__brand p {
    max-width: 330px;
    margin: 19px 0 0;
}

.chs-footer__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chs-footer__column h2 {
    margin: 0 0 8px;
    color: var(--chs-white);
    font-size: 17px;
}

.chs-footer__column a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.chs-footer__column a:hover,
.chs-footer__column a:focus-visible {
    color: var(--chs-turquoise-light);
}

.chs-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.chs-footer__bottom-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
}

.chs-footer__bottom nav {
    display: flex;
    gap: 20px;
}

.chs-footer__bottom a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

@media (max-width: 960px) {
    .chs-contact__grid {
        grid-template-columns: 1fr;
    }

    .chs-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .chs-contact {
        padding: 70px 0;
    }

    .chs-contact__details,
    .chs-contact__form-wrapper {
        padding: 25px 20px;
    }

    .chs-form-row {
        grid-template-columns: 1fr;
    }

    .chs-location-card {
        grid-template-columns: 1fr;
    }

    .chs-footer__grid {
        grid-template-columns: 1fr;
    }

    .chs-footer__bottom-inner {
        flex-direction: column;
        justify-content: center;
        padding-block: 18px;
        text-align: center;
    }

    .chs-contact-form__submit {
        width: 100%;
    }
}

/* Footer-Kontrastkorrektur */

body.page-id-1012 .chs-footer,
body.page-id-1012 .chs-footer__grid,
body.page-id-1012 .chs-footer__bottom {
    background: #071013 !important;
    color: rgba(255, 255, 255, 0.84) !important;
}

body.page-id-1012 .chs-footer p,
body.page-id-1012 .chs-footer span,
body.page-id-1012 .chs-footer address,
body.page-id-1012 .chs-footer li {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.page-id-1012 .chs-footer h1,
body.page-id-1012 .chs-footer h2,
body.page-id-1012 .chs-footer h3,
body.page-id-1012 .chs-footer h4,
body.page-id-1012 .chs-footer h5,
body.page-id-1012 .chs-footer h6 {
    color: #ffffff !important;
}

body.page-id-1012 .chs-footer a,
body.page-id-1012 .chs-footer a:visited {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.page-id-1012 .chs-footer a:hover,
body.page-id-1012 .chs-footer a:focus-visible {
    color: #75d8e2 !important;
}

body.page-id-1012 .chs-footer__brand p {
    color: rgba(255, 255, 255, 0.72) !important;
}

body.page-id-1012 .chs-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
}

body.page-id-1012 .chs-footer__bottom-inner,
body.page-id-1012 .chs-footer__bottom-inner span,
body.page-id-1012 .chs-footer__bottom-inner a {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.page-id-1012 .chs-footer__column h2 {
    color: #ffffff !important;
}

body.page-id-1012 .chs-footer__column a {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* Version 0.7: Warum CHS */

.chs-advantages {
    padding: 100px 0;
    background: var(--chs-white);
}

.chs-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.chs-advantage-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 34px 28px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f5f8f8
        );
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.chs-advantage-card:hover {
    transform: translateY(-7px);
    border-color: rgba(45, 181, 200, 0.55);
    box-shadow: 0 20px 40px rgba(16, 31, 35, 0.12);
}

.chs-advantage-card__number {
    position: absolute;
    top: 14px;
    right: 20px;
    color: rgba(17, 133, 150, 0.1);
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.chs-advantage-card__icon {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(45, 181, 200, 0.12);
    color: var(--chs-turquoise-dark);
}

.chs-advantage-card__icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chs-advantage-card h3 {
    position: relative;
    z-index: 2;
    margin: 27px 0 13px;
    color: var(--chs-anthracite);
    font-size: 21px;
}

.chs-advantage-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #59686c;
}

/* Arbeitsablauf */

.chs-process {
    padding: 100px 0 110px;
    background:
        linear-gradient(
            145deg,
            #081518,
            #102b31
        );
    color: var(--chs-white);
}

.chs-process .chs-section-heading__eyebrow {
    color: var(--chs-turquoise-light);
}

.chs-process .chs-section-heading h2 {
    color: var(--chs-white);
}

.chs-process .chs-section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.72);
}

.chs-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chs-process__steps::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 9%;
    left: 9%;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            var(--chs-turquoise-dark),
            var(--chs-turquoise-light)
        );
}

.chs-process-step {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    text-align: center;
}

.chs-process-step__number {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 2px solid var(--chs-turquoise);
    border-radius: 50%;
    background: #0d2429;
    color: var(--chs-white);
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 0 0 8px rgba(45, 181, 200, 0.1);
}

.chs-process-step h3 {
    margin: 0 0 12px;
    color: var(--chs-white);
    font-size: 19px;
}

.chs-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

/* FAQ */

.chs-faq {
    padding: 105px 0;
    background: #f4f7f7;
}

.chs-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(450px, 1.2fr);
    gap: 75px;
    align-items: start;
}

.chs-faq__intro {
    position: sticky;
    top: 40px;
}

.chs-faq__intro h2 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.chs-faq__intro > p:not(.chs-section-heading__eyebrow) {
    margin: 20px 0 0;
    color: #59686c;
    font-size: 17px;
}

.chs-faq__intro .chs-button {
    margin-top: 30px;
}

.chs-faq__items {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.chs-faq-item {
    overflow: hidden;
    border: 1px solid rgba(23, 34, 38, 0.11);
    border-radius: 8px;
    background: var(--chs-white);
    box-shadow: 0 7px 22px rgba(16, 31, 35, 0.05);
}

.chs-faq-item summary {
    position: relative;
    padding: 22px 62px 22px 24px;
    color: var(--chs-anthracite);
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.chs-faq-item summary::-webkit-details-marker {
    display: none;
}

.chs-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 23px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(45, 181, 200, 0.13);
    color: var(--chs-turquoise-dark);
    font-size: 22px;
    transform: translateY(-50%);
}

.chs-faq-item[open] summary::after {
    content: "−";
    background: var(--chs-turquoise-dark);
    color: var(--chs-white);
}

.chs-faq-item[open] summary {
    border-bottom: 1px solid rgba(23, 34, 38, 0.09);
}

.chs-faq-item > div {
    padding: 0 24px 22px;
}

.chs-faq-item p {
    margin: 18px 0 0;
    color: #59686c;
}

/* Sprungziele nicht unter dem Header verstecken */

#leistungen,
#ueber-chs,
#warum-chs,
#ablauf,
#faq,
#kontakt {
    scroll-margin-top: 30px;
}

@media (max-width: 1100px) {
    .chs-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chs-process__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 48px;
    }

    .chs-process__steps::before {
        display: none;
    }
}

@media (max-width: 850px) {
    .chs-faq__layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .chs-faq__intro {
        position: static;
    }
}

@media (max-width: 680px) {
    .chs-advantages,
    .chs-process,
    .chs-faq {
        padding: 72px 0;
    }

    .chs-advantages__grid,
    .chs-process__steps {
        grid-template-columns: 1fr;
    }

    .chs-advantage-card {
        min-height: auto;
    }

    .chs-process-step {
        max-width: 420px;
        margin-inline: auto;
    }

    .chs-faq-item summary {
        padding: 19px 55px 19px 18px;
        font-size: 16px;
    }

    .chs-faq-item > div {
        padding: 0 18px 19px;
    }
}

/* Version 0.7.1: vollständige Darstellung des Original-Logos */

body.page-id-1012 .chs-about__image {
    position: relative;
    min-height: 440px;
    background-color: #f3f5f5 !important;
    background-image:
        url("https://chs-securitysysteme.de/wp-content/uploads/2024/03/chs_Logo_4C_mp_0324.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/* Version 0.7.1: Kontrastkorrektur im Ablaufbereich */

body.page-id-1012 .chs-process {
    background:
        linear-gradient(
            145deg,
            #071518,
            #0d2b31
        ) !important;
    color: #ffffff !important;
}

body.page-id-1012 .chs-process .chs-section-heading__eyebrow {
    color: #75d8e2 !important;
}

body.page-id-1012 .chs-process .chs-section-heading h2,
body.page-id-1012 .chs-process .chs-section-heading h3,
body.page-id-1012 .chs-process-step h3 {
    color: #ffffff !important;
}

body.page-id-1012 .chs-process .chs-section-heading p,
body.page-id-1012 .chs-process-step p {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.page-id-1012 .chs-process-step__number {
    color: #ffffff !important;
    background: #0d2429 !important;
}

body.page-id-1012 .chs-process__steps::before {
    background:
        linear-gradient(
            90deg,
            #118596,
            #75d8e2
        ) !important;
}

/* Version 0.7.1: Zwei-Klick-Standortkarte */

body.page-id-1012 .chs-location-card {
    display: block;
    margin-top: 32px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #eef3f4;
}

body.page-id-1012 .chs-location-card__header {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: #ffffff;
}

body.page-id-1012 .chs-location-card__icon {
    width: 54px;
    height: 54px;
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background:
        linear-gradient(
            145deg,
            #118596,
            #07505a
        );
    color: #ffffff;
    font-size: 28px;
}

body.page-id-1012 .chs-location-card__header strong {
    display: block;
    color: #172226 !important;
    font-size: 19px;
}

body.page-id-1012 .chs-location-card__header p {
    margin: 3px 0 0;
    color: #59686c !important;
    font-size: 14px;
}

body.page-id-1012 .chs-map {
    position: relative;
    min-height: 310px;
    background:
        linear-gradient(
            135deg,
            rgba(17, 133, 150, 0.13),
            rgba(7, 80, 90, 0.22)
        );
}

body.page-id-1012 .chs-map__consent {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 30px;
    text-align: center;
}

body.page-id-1012 .chs-map__pin {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #118596;
    color: #ffffff;
    font-size: 32px;
}

body.page-id-1012 .chs-map__consent strong {
    color: #172226 !important;
    font-size: 21px;
}

body.page-id-1012 .chs-map__consent p {
    max-width: 390px;
    margin: 0;
    color: #536165 !important;
    font-size: 14px;
}

body.page-id-1012 .chs-map__consent > a {
    color: #118596 !important;
    font-size: 14px;
    font-weight: 700;
}

body.page-id-1012 .chs-map iframe {
    width: 100%;
    height: 360px;
    display: block;
    border: 0;
}

body.page-id-1012 .chs-map__load {
    margin-top: 6px;
    border: 0;
    cursor: pointer;
}

/* Version 0.7.2: eigener roter Kartenpin */

body.page-id-1012 .chs-map.is-loaded {
    position: relative;
    overflow: hidden;
}

body.page-id-1012 .chs-map__red-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    background: #d62828;
    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.38),
        0 0 0 5px rgba(214, 40, 40, 0.17);
    pointer-events: none;
    transform: translate(-50%, -100%) rotate(-45deg);
}

body.page-id-1012 .chs-map__red-pin::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

/* Sicherheitssystem-Animation unterhalb des Formulars */

body.page-id-1012 .chs-security-visual {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    margin-top: 36px;
    padding: 34px;
    border-radius: 10px;
    background:
        radial-gradient(
            circle at 75% 25%,
            rgba(117, 216, 226, 0.19),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #071518,
            #0d3138
        );
    color: #ffffff;
}

body.page-id-1012 .chs-security-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(117, 216, 226, 0.3) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(117, 216, 226, 0.3) 1px,
            transparent 1px
        );
    background-size: 34px 34px;
}

body.page-id-1012 .chs-security-visual__copy,
body.page-id-1012 .chs-security-network {
    position: relative;
    z-index: 2;
}

body.page-id-1012 .chs-security-visual__copy p {
    margin: 0 0 7px;
    color: #75d8e2 !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.page-id-1012 .chs-security-visual__copy h3 {
    max-width: 660px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(22px, 2vw, 31px);
    line-height: 1.2;
}

body.page-id-1012 .chs-security-network {
    margin-top: 15px;
}

body.page-id-1012 .chs-security-network svg {
    width: 100%;
    height: auto;
    display: block;
}

body.page-id-1012 .chs-security-network__lines path {
    fill: none;
    stroke: url("#chs-network-gradient");
    stroke-width: 3;
    stroke-dasharray: 10 8;
    animation: chs-network-flow 3s linear infinite;
}

body.page-id-1012 .chs-security-network__nodes circle {
    fill: #0b252b;
    stroke: #2db5c8;
    stroke-width: 3;
}

body.page-id-1012 .chs-security-network__signals circle {
    fill: #75d8e2;
    filter: url("#chs-network-glow");
    animation: chs-node-pulse 2s ease-in-out infinite;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(2) {
    animation-delay: 180ms;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(3) {
    animation-delay: 360ms;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(4) {
    animation-delay: 540ms;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(5) {
    animation-delay: 720ms;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(6) {
    animation-delay: 900ms;
}

body.page-id-1012 .chs-security-network__signals circle:nth-child(7) {
    animation-delay: 1080ms;
}

body.page-id-1012 .chs-security-network__pulse circle {
    fill: none;
    stroke: rgba(117, 216, 226, 0.55);
    stroke-width: 2;
    transform-origin: 380px 125px;
    animation: chs-radar-pulse 2.8s ease-out infinite;
}

body.page-id-1012 .chs-security-network__pulse circle:last-child {
    animation-delay: 1.2s;
}

body.page-id-1012 .chs-security-network__labels {
    display: flex;
    justify-content: space-around;
    gap: 14px;
    margin-top: -20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

@keyframes chs-network-flow {
    to {
        stroke-dashoffset: -36;
    }
}

@keyframes chs-node-pulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.85);
        transform-origin: center;
    }

    50% {
        opacity: 1;
        transform: scale(1.25);
        transform-origin: center;
    }
}

@keyframes chs-radar-pulse {
    0% {
        opacity: 0.75;
        transform: scale(0.45);
    }

    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

@media (max-width: 620px) {
    body.page-id-1012 .chs-security-visual {
        min-height: 280px;
        padding: 25px 20px;
    }

    body.page-id-1012 .chs-security-network__labels {
        margin-top: -5px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-1012 .chs-security-network__lines path,
    body.page-id-1012 .chs-security-network__signals circle,
    body.page-id-1012 .chs-security-network__pulse circle {
        animation: none !important;
    }
}

/* Version 0.8.0: Branchen */

.chs-industries {
    padding: 100px 0;
    background: #f4f7f7;
}

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

.chs-industry-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 30px 25px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #ffffff;
    transition:
        transform 200ms ease,
        box-shadow 200ms ease,
        border-color 200ms ease;
}

.chs-industry-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 181, 200, 0.55);
    box-shadow: 0 18px 38px rgba(16, 31, 35, 0.11);
}

.chs-industry-card__number {
    position: absolute;
    top: 15px;
    right: 18px;
    color: rgba(17, 133, 150, 0.1);
    font-size: 52px;
    font-weight: 900;
}

.chs-industry-card__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(45, 181, 200, 0.12);
    color: var(--chs-turquoise-dark);
}

.chs-industry-card__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chs-industry-card h3 {
    margin: 24px 0 12px;
    color: var(--chs-anthracite);
    font-size: 20px;
}

.chs-industry-card p {
    margin: 0;
    color: #59686c;
    font-size: 15px;
}

.chs-industry-card a {
    display: inline-flex;
    gap: 8px;
    margin-top: 20px;
    color: var(--chs-turquoise-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

/* Hersteller */

.chs-manufacturers {
    padding: 100px 0;
    background: #ffffff;
}

.chs-manufacturers__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.chs-manufacturer-card {
    min-height: 112px;
    display: flex;
    gap: 17px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 8px;
    background: #f8fafb;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.chs-manufacturer-card:hover {
    transform: translateY(-3px);
    border-color: rgba(45, 181, 200, 0.55);
    background: #ffffff;
}

.chs-manufacturer-card__mark {
    width: 52px;
    height: 52px;
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background:
        linear-gradient(
            145deg,
            var(--chs-turquoise-dark),
            #07505a
        );
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}

.chs-manufacturer-card h3 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: 17px;
}

.chs-manufacturer-card p {
    margin: 4px 0 0;
    color: #657377;
    font-size: 13px;
}

.chs-manufacturers__note {
    max-width: 850px;
    margin: 30px auto 0;
    color: #657377;
    font-size: 14px;
    text-align: center;
}

/* Strategische Partner */

.chs-partners {
    padding: 100px 0;
    background:
        linear-gradient(
            145deg,
            #071518,
            #0d2b31
        );
}

.chs-partners .chs-section-heading__eyebrow {
    color: var(--chs-turquoise-light);
}

.chs-partners .chs-section-heading h2 {
    color: #ffffff !important;
}

.chs-partners .chs-section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.75) !important;
}

.chs-partners__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.chs-partner-card {
    padding: 36px;
    border: 1px solid rgba(117, 216, 226, 0.25);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.chs-partner-card__header {
    display: flex;
    gap: 18px;
    align-items: center;
}

.chs-partner-card__icon {
    width: 62px;
    height: 62px;
    display: flex;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(45, 181, 200, 0.16);
    color: var(--chs-turquoise-light);
}

.chs-partner-card__icon svg {
    width: 37px;
    height: 37px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chs-partner-card__type {
    margin: 0 0 4px;
    color: var(--chs-turquoise-light) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chs-partner-card h3 {
    margin: 0;
    color: #ffffff !important;
    font-size: 25px;
}

.chs-partner-card__description {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.78) !important;
}

.chs-partner-card > a {
    display: inline-flex;
    gap: 8px;
    margin-top: 25px;
    color: var(--chs-turquoise-light) !important;
    font-weight: 800;
    text-decoration: none;
}

/* Deutschlandweit und international */

.chs-international {
    padding: 105px 0;
    background: #ffffff;
}

.chs-international__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(500px, 1.18fr);
    gap: 70px;
    align-items: center;
}

.chs-international__content h2 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.chs-international__content > p:not(.chs-section-heading__eyebrow) {
    margin: 20px 0 0;
    color: #59686c;
    font-size: 17px;
}

.chs-international__content .chs-button {
    margin-top: 30px;
}

.chs-international__visual {
    padding: 34px;
    border-radius: 13px;
    background:
        radial-gradient(
            circle at 48% 42%,
            rgba(117, 216, 226, 0.18),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #071518,
            #10363d
        );
    box-shadow: var(--chs-shadow);
}

.chs-international__network {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 9px;
    background-image:
        linear-gradient(
            rgba(117, 216, 226, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(117, 216, 226, 0.1) 1px,
            transparent 1px
        );
    background-size: 32px 32px;
}

.chs-network-location {
    position: absolute;
    z-index: 3;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: var(--chs-turquoise-dark);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow:
        0 0 0 9px rgba(45, 181, 200, 0.12),
        0 9px 22px rgba(0, 0, 0, 0.3);
}

.chs-network-location--germany {
    top: 37%;
    left: 39%;
}

.chs-network-location--austria {
    top: 59%;
    left: 56%;
}

.chs-network-location--switzerland {
    top: 64%;
    left: 29%;
}

.chs-network-location--dubai {
    top: 30%;
    right: 8%;
    background: #d62828;
}

.chs-network-line {
    position: absolute;
    z-index: 1;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            rgba(117, 216, 226, 0.15),
            rgba(117, 216, 226, 0.85)
        );
    transform-origin: left center;
}

.chs-network-line--one {
    top: 48%;
    left: 44%;
    width: 155px;
    transform: rotate(24deg);
}

.chs-network-line--two {
    top: 51%;
    left: 40%;
    width: 115px;
    transform: rotate(126deg);
}

.chs-network-line--three {
    top: 45%;
    left: 45%;
    width: 330px;
    transform: rotate(-8deg);
}

.chs-international__regions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.chs-region-card {
    padding: 16px;
    border: 1px solid rgba(117, 216, 226, 0.2);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
}

.chs-region-card strong,
.chs-region-card span {
    display: block;
}

.chs-region-card strong {
    color: #ffffff !important;
}

.chs-region-card span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 13px;
}

@media (max-width: 1100px) {
    .chs-industries__grid,
    .chs-manufacturers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chs-international__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .chs-industries,
    .chs-manufacturers,
    .chs-partners,
    .chs-international {
        padding: 72px 0;
    }

    .chs-industries__grid,
    .chs-manufacturers__grid,
    .chs-partners__grid {
        grid-template-columns: 1fr;
    }

    .chs-industry-card {
        min-height: auto;
    }

    .chs-international__visual {
        padding: 20px;
    }

    .chs-international__network {
        min-height: 265px;
    }
}

@media (max-width: 520px) {
    .chs-international__regions {
        grid-template-columns: 1fr;
    }
}

/* Version 0.8.1: dezente Darstellung strategischer Partner */

body.page-id-1012 .chs-partners {
    padding: 82px 0 !important;
    background: #f4f7f7 !important;
    color: var(--chs-anthracite) !important;
}

body.page-id-1012 .chs-partners .chs-section-heading {
    margin-bottom: 34px;
}

body.page-id-1012 .chs-partners .chs-section-heading__eyebrow {
    color: var(--chs-turquoise-dark) !important;
}

body.page-id-1012 .chs-partners .chs-section-heading h2 {
    color: var(--chs-anthracite) !important;
    font-size: clamp(30px, 3.5vw, 44px);
}

body.page-id-1012 .chs-partners .chs-section-heading > p:last-child {
    color: #59686c !important;
    font-size: 16px;
}

body.page-id-1012 .chs-partners__grid {
    max-width: 1080px;
    margin-inline: auto;
    gap: 18px;
}

body.page-id-1012 .chs-partner-card {
    padding: 27px 28px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 31, 35, 0.06);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

body.page-id-1012 .chs-partner-card:hover {
    transform: translateY(-3px);
    border-color: rgba(45, 181, 200, 0.35);
    box-shadow: 0 13px 28px rgba(16, 31, 35, 0.09);
}

body.page-id-1012 .chs-partner-card__header {
    gap: 14px;
}

body.page-id-1012 .chs-partner-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border: 1px solid rgba(17, 133, 150, 0.18);
    border-radius: 8px;
    background: rgba(45, 181, 200, 0.08);
    color: var(--chs-turquoise-dark);
}

body.page-id-1012 .chs-partner-card__icon svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.4;
}

body.page-id-1012 .chs-partner-card__type {
    margin-bottom: 2px;
    color: var(--chs-turquoise-dark) !important;
    font-size: 11px;
    letter-spacing: 0.07em;
}

body.page-id-1012 .chs-partner-card h3 {
    color: var(--chs-anthracite) !important;
    font-size: 20px;
}

body.page-id-1012 .chs-partner-card__description {
    margin-top: 18px;
    color: #59686c !important;
    font-size: 15px;
    line-height: 1.55;
}

body.page-id-1012 .chs-partner-card > a {
    margin-top: 18px;
    color: var(--chs-turquoise-dark) !important;
    font-size: 13px;
    font-weight: 700;
}

body.page-id-1012 .chs-partner-card > a:hover,
body.page-id-1012 .chs-partner-card > a:focus-visible {
    color: var(--chs-anthracite) !important;
}

@media (max-width: 760px) {
    body.page-id-1012 .chs-partners {
        padding: 65px 0 !important;
    }

    body.page-id-1012 .chs-partner-card {
        padding: 24px 21px;
    }
}

/* Version 0.8.2: echte Leaflet-Standortkarte */

body.page-id-1012 .chs-map.is-loaded {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #dfe7e8;
}

body.page-id-1012 .chs-map.is-loaded .chs-map__red-pin {
    display: none !important;
}

body.page-id-1012 .chs-leaflet-map {
    width: 100%;
    height: 430px;
    min-height: 430px;
    background: #dfe7e8;
}

body.page-id-1012 .chs-leaflet-map .leaflet-control-zoom a {
    color: #172226 !important;
}

body.page-id-1012 .chs-leaflet-map .leaflet-control-attribution {
    color: #4d5b5f !important;
    font-size: 10px;
}

body.page-id-1012 .chs-leaflet-map .leaflet-control-attribution a {
    color: #087b89 !important;
}

body.page-id-1012 .chs-leaflet-marker-wrapper {
    border: 0;
    background: transparent;
}

body.page-id-1012 .chs-leaflet-marker {
    position: relative;
    width: 38px;
    height: 38px;
    display: block;
    border: 4px solid #ffffff;
    border-radius: 50% 50% 50% 0;
    background: #d62828;
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.4),
        0 0 0 6px rgba(214, 40, 40, 0.18);
    transform: rotate(-45deg);
}

body.page-id-1012 .chs-leaflet-marker > span {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #ffffff;
}

body.page-id-1012 .chs-leaflet-marker::after {
    content: "";
    position: absolute;
    inset: -9px;
    border: 2px solid rgba(214, 40, 40, 0.4);
    border-radius: 50%;
    animation: chs-leaflet-marker-pulse 2.2s ease-out infinite;
}

body.page-id-1012 .chs-map-popup {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #172226;
}

body.page-id-1012 .chs-map-popup strong {
    color: #172226 !important;
    font-size: 15px;
}

body.page-id-1012 .chs-map-popup span {
    color: #59686c !important;
    font-size: 13px;
}

body.page-id-1012 .chs-map-popup a {
    margin-top: 4px;
    color: #118596 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.page-id-1012 .leaflet-popup-content-wrapper {
    border-radius: 8px;
}

body.page-id-1012 .chs-map__error {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #fff1f0;
    color: #8b2520;
    font-weight: 700;
    text-align: center;
}

@keyframes chs-leaflet-marker-pulse {
    0% {
        opacity: 0.7;
        transform: scale(0.65);
    }

    100% {
        opacity: 0;
        transform: scale(1.55);
    }
}

@media (max-width: 620px) {
    body.page-id-1012 .chs-map.is-loaded,
    body.page-id-1012 .chs-leaflet-map {
        height: 360px;
        min-height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-1012 .chs-leaflet-marker::after {
        animation: none !important;
    }
}

/* Version 0.9.0: modulare Leistungsseiten */

body.chs-standalone-page .chs-service-detail {
    min-height: 100vh;
}

.chs-subpage-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(23, 34, 38, 0.1);
}

.chs-subpage-header__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.chs-subpage-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--chs-anthracite);
    text-decoration: none;
}

.chs-subpage-header__brand span {
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--chs-turquoise);
    color: #071013;
    font-weight: 900;
}

.chs-subpage-header__brand strong {
    font-size: 18px;
}

.chs-subpage-header nav {
    display: flex;
    gap: 27px;
}

.chs-subpage-header nav a {
    color: var(--chs-anthracite);
    font-weight: 700;
    text-decoration: none;
}

.chs-subpage-header nav a:hover,
.chs-subpage-header nav a:focus-visible {
    color: var(--chs-turquoise-dark);
}

.chs-service-hero {
    overflow: hidden;
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 78% 35%,
            rgba(45, 181, 200, 0.2),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #071518,
            #10343b
        );
    color: #ffffff;
}

.chs-service-hero__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 75px;
}

.chs-service-hero .chs-section-heading__eyebrow {
    color: var(--chs-turquoise-light);
}

.chs-service-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.chs-service-hero__intro {
    max-width: 700px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 2vw, 23px);
}

.chs-service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 34px;
}

.chs-service-hero .chs-button--secondary-dark {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.chs-service-hero .chs-button--secondary-dark:hover {
    background: #ffffff;
    color: var(--chs-anthracite);
}

.chs-service-hero__visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chs-service-hero__shield {
    position: relative;
    z-index: 3;
    width: 175px;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path:
        polygon(
            50% 0,
            92% 15%,
            92% 53%,
            75% 78%,
            50% 100%,
            25% 78%,
            8% 53%,
            8% 15%
        );
    background:
        linear-gradient(
            145deg,
            var(--chs-turquoise-light),
            var(--chs-turquoise-dark)
        );
    color: #071013;
    font-size: 34px;
    font-weight: 900;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.chs-service-hero__radar,
.chs-service-hero__radar::before,
.chs-service-hero__radar::after {
    position: absolute;
    border: 2px solid rgba(117, 216, 226, 0.38);
    border-radius: 50%;
}

.chs-service-hero__radar {
    width: 270px;
    height: 270px;
    animation: chs-service-radar 3.2s ease-out infinite;
}

.chs-service-hero__radar::before,
.chs-service-hero__radar::after {
    content: "";
    inset: -55px;
}

.chs-service-hero__radar::after {
    inset: -110px;
}

.chs-service-overview {
    padding: 90px 0;
    background: #ffffff;
}

.chs-service-overview__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(400px, 1.25fr);
    gap: 70px;
}

.chs-service-overview h2 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
}

.chs-service-overview__grid > p {
    margin: 0;
    color: #59686c;
    font-size: 19px;
    line-height: 1.75;
}

.chs-service-features {
    padding: 95px 0;
    background: #f4f7f7;
}

.chs-service-features__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.chs-service-feature {
    display: flex;
    gap: 15px;
    align-items: center;
    min-height: 75px;
    padding: 18px 22px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 8px;
    background: #ffffff;
}

.chs-service-feature span {
    width: 34px;
    height: 34px;
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--chs-turquoise);
    color: #071013;
    font-weight: 900;
}

.chs-service-feature strong {
    color: var(--chs-anthracite);
}

.chs-service-applications {
    padding: 95px 0;
    background: #ffffff;
}

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

.chs-service-applications article {
    min-height: 145px;
    padding: 26px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f5f8f8
        );
}

.chs-service-applications article > span {
    color: var(--chs-turquoise-dark);
    font-size: 28px;
}

.chs-service-applications h3 {
    margin: 17px 0 0;
    color: var(--chs-anthracite);
    font-size: 18px;
}

.chs-service-manufacturers {
    padding: 90px 0;
    background: #f4f7f7;
}

.chs-service-manufacturers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.chs-service-manufacturers__list span {
    padding: 13px 19px;
    border: 1px solid rgba(17, 133, 150, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: var(--chs-anthracite);
    font-weight: 800;
}

.chs-service-cta {
    padding: 52px 0;
    background:
        linear-gradient(
            90deg,
            #087b89,
            #07505a
        );
}

.chs-service-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
}

.chs-service-cta .chs-section-heading__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.chs-service-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 40px);
}

.chs-service-cta p:not(.chs-section-heading__eyebrow) {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

@keyframes chs-service-radar {
    0% {
        opacity: 0.75;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@media (max-width: 900px) {
    .chs-service-hero__grid,
    .chs-service-overview__grid {
        grid-template-columns: 1fr;
    }

    .chs-service-hero__visual {
        min-height: 320px;
    }

    .chs-service-cta__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .chs-subpage-header__inner {
        min-height: 78px;
    }

    .chs-subpage-header nav {
        display: none;
    }

    .chs-service-hero,
    .chs-service-overview,
    .chs-service-features,
    .chs-service-applications,
    .chs-service-manufacturers {
        padding: 70px 0;
    }

    .chs-service-features__grid,
    .chs-service-applications__grid {
        grid-template-columns: 1fr;
    }

    .chs-service-hero h1 {
        font-size: 43px;
    }

    .chs-service-hero__visual {
        min-height: 260px;
    }

    .chs-service-hero__shield {
        width: 130px;
        height: 155px;
    }

    .chs-service-hero__radar {
        width: 200px;
        height: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chs-service-hero__radar {
        animation: none !important;
    }
}

/* Version 0.9.1: Reparatur und Abschluss der Leistungsseiten */

.chs-subpage-header__brand img {
    display: block;
    width: 155px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.chs-service-footer {
    background: #071013;
    color: rgba(255, 255, 255, 0.78);
}

.chs-service-footer__inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    font-size: 13px;
}

.chs-service-footer nav {
    display: flex;
    gap: 22px;
}

.chs-service-footer a,
.chs-service-footer a:visited {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.chs-service-footer a:hover,
.chs-service-footer a:focus-visible {
    color: var(--chs-turquoise-light);
}

@media (max-width: 680px) {
    .chs-subpage-header__brand img {
        width: 125px;
    }

    .chs-service-footer__inner {
        flex-direction: column;
        justify-content: center;
        padding: 18px 0;
        text-align: center;
    }
}

/*
 * Globale CHS-Kontrastregeln
 *
 * Verhindert dunkle Theme-Schrift auf dunklen CHS-Hintergründen.
 */

.chs-modernization .chs-theme-dark,
.chs-modernization .chs-hero,
.chs-modernization .chs-process,
.chs-modernization .chs-partners,
.chs-modernization .chs-service-hero,
.chs-modernization .chs-service-cta,
.chs-modernization .chs-international__visual,
.chs-modernization .chs-security-visual,
.chs-modernization .chs-footer,
.chs-modernization .chs-service-footer {
    color: #ffffff !important;
}

/* Überschriften auf dunklen Flächen */

.chs-modernization .chs-theme-dark h1,
.chs-modernization .chs-theme-dark h2,
.chs-modernization .chs-theme-dark h3,
.chs-modernization .chs-theme-dark h4,
.chs-modernization .chs-theme-dark h5,
.chs-modernization .chs-theme-dark h6,
.chs-modernization .chs-hero h1,
.chs-modernization .chs-hero h2,
.chs-modernization .chs-hero h3,
.chs-modernization .chs-process h1,
.chs-modernization .chs-process h2,
.chs-modernization .chs-process h3,
.chs-modernization .chs-partners h1,
.chs-modernization .chs-partners h2,
.chs-modernization .chs-partners h3,
.chs-modernization .chs-service-hero h1,
.chs-modernization .chs-service-hero h2,
.chs-modernization .chs-service-hero h3,
.chs-modernization .chs-service-cta h1,
.chs-modernization .chs-service-cta h2,
.chs-modernization .chs-service-cta h3,
.chs-modernization .chs-international__visual h1,
.chs-modernization .chs-international__visual h2,
.chs-modernization .chs-international__visual h3,
.chs-modernization .chs-security-visual h1,
.chs-modernization .chs-security-visual h2,
.chs-modernization .chs-security-visual h3,
.chs-modernization .chs-footer h1,
.chs-modernization .chs-footer h2,
.chs-modernization .chs-footer h3,
.chs-modernization .chs-service-footer h1,
.chs-modernization .chs-service-footer h2,
.chs-modernization .chs-service-footer h3 {
    color: #ffffff !important;
}

/* Fließtexte auf dunklen Flächen */

.chs-modernization .chs-theme-dark p,
.chs-modernization .chs-theme-dark li,
.chs-modernization .chs-theme-dark span,
.chs-modernization .chs-theme-dark address,
.chs-modernization .chs-hero p,
.chs-modernization .chs-process p,
.chs-modernization .chs-process li,
.chs-modernization .chs-partners p,
.chs-modernization .chs-service-hero p,
.chs-modernization .chs-service-cta p,
.chs-modernization .chs-international__visual p,
.chs-modernization .chs-international__visual span,
.chs-modernization .chs-security-visual p,
.chs-modernization .chs-footer p,
.chs-modernization .chs-footer li,
.chs-modernization .chs-footer span,
.chs-modernization .chs-footer address,
.chs-modernization .chs-service-footer p,
.chs-modernization .chs-service-footer li,
.chs-modernization .chs-service-footer span,
.chs-modernization .chs-service-footer address {
    color: rgba(255, 255, 255, 0.80) !important;
}

/* Links auf dunklen Flächen */

.chs-modernization .chs-theme-dark a,
.chs-modernization .chs-theme-dark a:visited,
.chs-modernization .chs-hero a:not(.chs-button),
.chs-modernization .chs-process a,
.chs-modernization .chs-partners a,
.chs-modernization .chs-service-hero a:not(.chs-button),
.chs-modernization .chs-service-cta a:not(.chs-button),
.chs-modernization .chs-international__visual a,
.chs-modernization .chs-security-visual a,
.chs-modernization .chs-footer a,
.chs-modernization .chs-footer a:visited,
.chs-modernization .chs-service-footer a,
.chs-modernization .chs-service-footer a:visited {
    color: #75d8e2 !important;
}

.chs-modernization .chs-theme-dark a:hover,
.chs-modernization .chs-theme-dark a:focus-visible,
.chs-modernization .chs-hero a:not(.chs-button):hover,
.chs-modernization .chs-process a:hover,
.chs-modernization .chs-partners a:hover,
.chs-modernization .chs-service-hero a:not(.chs-button):hover,
.chs-modernization .chs-service-cta a:not(.chs-button):hover,
.chs-modernization .chs-international__visual a:hover,
.chs-modernization .chs-security-visual a:hover,
.chs-modernization .chs-footer a:hover,
.chs-modernization .chs-service-footer a:hover {
    color: #ffffff !important;
}

/* Eyebrow-Texte auf dunklen Flächen */

.chs-modernization .chs-theme-dark .chs-section-heading__eyebrow,
.chs-modernization .chs-hero .chs-section-heading__eyebrow,
.chs-modernization .chs-process .chs-section-heading__eyebrow,
.chs-modernization .chs-partners .chs-section-heading__eyebrow,
.chs-modernization .chs-service-hero .chs-section-heading__eyebrow,
.chs-modernization .chs-service-cta .chs-section-heading__eyebrow,
.chs-modernization .chs-international__visual .chs-section-heading__eyebrow,
.chs-modernization .chs-security-visual .chs-section-heading__eyebrow {
    color: #75d8e2 !important;
}

/* Buttons bewusst separat behandeln */

.chs-modernization .chs-button--primary {
    color: #071013 !important;
}

.chs-modernization .chs-button--primary:hover,
.chs-modernization .chs-button--primary:focus-visible {
    color: #071013 !important;
}

.chs-modernization .chs-button--secondary-dark {
    color: #ffffff !important;
}

.chs-modernization .chs-button--secondary-dark:hover,
.chs-modernization .chs-button--secondary-dark:focus-visible {
    color: #172226 !important;
}

.chs-modernization .chs-button--light {
    color: #071013 !important;
}

/* Konkrete Reparatur für Leistungs-Hero */

body.chs-service-page .chs-service-hero h1 {
    color: #ffffff !important;
}

body.chs-service-page .chs-service-hero__intro {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* Version 0.9.4: moderne analoge HD-Kameratechnik */

.chs-analog-modernization {
    padding: 92px 0;
    background:
        linear-gradient(
            135deg,
            #edf4f5,
            #ffffff
        );
}

.chs-analog-modernization__grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 1fr);
    gap: 65px;
    align-items: center;
}

.chs-analog-modernization__content h2 {
    margin: 0;
    color: var(--chs-anthracite);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.chs-analog-modernization__content p:not(.chs-section-heading__eyebrow) {
    margin: 20px 0 0;
    color: #59686c;
    font-size: 17px;
    line-height: 1.7;
}

.chs-analog-modernization__advantages {
    display: grid;
    gap: 14px;
}

.chs-analog-modernization__advantages > div {
    position: relative;
    padding: 22px 22px 22px 66px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 31, 35, 0.05);
}

.chs-analog-modernization__advantages > div::before {
    content: "✓";
    position: absolute;
    top: 22px;
    left: 21px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--chs-turquoise);
    color: #071013;
    font-weight: 900;
}

.chs-analog-modernization__advantages strong,
.chs-analog-modernization__advantages span {
    display: block;
}

.chs-analog-modernization__advantages strong {
    color: var(--chs-anthracite);
    font-size: 17px;
}

.chs-analog-modernization__advantages span {
    margin-top: 5px;
    color: #657377;
    font-size: 14px;
}

@media (max-width: 850px) {
    .chs-analog-modernization__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

@media (max-width: 680px) {
    .chs-analog-modernization {
        padding: 70px 0;
    }
}

/* Version 0.9.5: Rechtliche Seiten */

.chs-legal {
    min-height: 100vh;
    background: #f4f7f7;
}

.chs-legal-hero {
    padding: 78px 0 72px;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(45, 181, 200, 0.18),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #071518,
            #10343b
        );
    color: #ffffff;
}

.chs-legal-hero .chs-section-heading__eyebrow {
    color: #75d8e2 !important;
}

.chs-legal-hero h1 {
    max-width: 920px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.chs-legal-hero > .chs-container > p:last-child {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 18px;
}

.chs-legal-content {
    padding: 82px 0 95px;
}

.chs-legal-document {
    max-width: 1040px;
    margin-inline: auto;
    padding: clamp(28px, 5vw, 64px);
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 31, 35, 0.08);
}

.chs-legal-document h1,
.chs-legal-document h2,
.chs-legal-document h3,
.chs-legal-document h4 {
    color: var(--chs-anthracite) !important;
    line-height: 1.25;
}

.chs-legal-document h1 {
    font-size: clamp(31px, 4vw, 45px);
}

.chs-legal-document h2 {
    margin-top: 52px;
    font-size: clamp(25px, 3vw, 34px);
}

.chs-legal-document h3 {
    margin-top: 36px;
    font-size: clamp(20px, 2vw, 25px);
}

.chs-legal-document p,
.chs-legal-document li,
.chs-legal-document address {
    color: #4f5e62 !important;
    font-size: 16px;
    line-height: 1.75;
}

.chs-legal-document ul,
.chs-legal-document ol {
    padding-left: 24px;
}

.chs-legal-document a,
.chs-legal-document a:visited {
    color: var(--chs-turquoise-dark) !important;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.chs-legal-document a:hover,
.chs-legal-document a:focus-visible {
    color: var(--chs-anthracite) !important;
}

.chs-legal-document table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.chs-legal-document th,
.chs-legal-document td {
    padding: 12px;
    border: 1px solid rgba(23, 34, 38, 0.14);
    text-align: left;
    vertical-align: top;
}

.chs-legal-notice {
    max-width: 1040px;
    margin: 24px auto 0;
    padding: 20px 23px;
    border-left: 4px solid var(--chs-turquoise-dark);
    border-radius: 6px;
    background: #e8f3f4;
}

.chs-legal-notice strong {
    color: var(--chs-anthracite);
}

.chs-legal-notice p {
    margin: 6px 0 0;
    color: #536165;
    font-size: 14px;
}

@media (max-width: 680px) {
    .chs-legal-hero {
        padding: 60px 0;
    }

    .chs-legal-content {
        padding: 55px 0 70px;
    }

    .chs-legal-document {
        padding: 25px 19px;
        border-radius: 8px;
    }

    .chs-legal-document h2 {
        margin-top: 40px;
    }
}

/* Version 0.9.6: CHS Consent Manager */

.chs-consent[hidden] {
    display: none !important;
}

.chs-consent {
    position: fixed;
    right: 22px;
    bottom: 22px;
    left: 22px;
    z-index: 100000;
    max-width: 1180px;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

.chs-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.chs-consent__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid rgba(117, 216, 226, 0.28);
    border-radius: 11px;
    background: rgba(7, 16, 19, 0.97);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
}

.chs-consent__content strong {
    display: block;
    color: #ffffff !important;
    font-size: 16px;
}

.chs-consent__content p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 13px;
    line-height: 1.5;
}

.chs-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
}

.chs-consent__button {
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 6px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.chs-consent__button--primary {
    border: 1px solid var(--chs-turquoise);
    background: var(--chs-turquoise);
    color: #071013;
}

.chs-consent__button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: transparent;
    color: #ffffff;
}

.chs-consent__button:hover,
.chs-consent__button:focus-visible {
    transform: translateY(-1px);
}

.chs-consent__button:focus-visible,
.chs-consent__privacy:focus-visible,
.chs-consent-settings:focus-visible {
    outline: 3px solid rgba(117, 216, 226, 0.75);
    outline-offset: 3px;
}

.chs-consent__privacy,
.chs-consent__privacy:visited {
    padding: 8px 3px;
    color: #75d8e2 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.chs-consent-settings {
    position: fixed;
    right: 13px;
    bottom: 12px;
    z-index: 99990;
    padding: 7px 10px;
    border: 1px solid rgba(23, 34, 38, 0.16);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.94);
    color: #425155;
    font: inherit;
    font-size: 11px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.chs-consent-settings:hover {
    color: var(--chs-turquoise-dark);
}

@media (max-width: 850px) {
    .chs-consent__inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .chs-consent__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .chs-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .chs-consent__inner {
        padding: 18px 16px;
    }

    .chs-consent__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chs-consent__button {
        width: 100%;
    }

    .chs-consent__privacy {
        text-align: center;
    }

    .chs-consent-settings {
        right: 8px;
        bottom: 7px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chs-consent,
    .chs-consent__button {
        transition: none !important;
    }
}

/* Version 0.9.7: Impressum und Rechteseiten-Finalisierung */

.chs-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100500;
    padding: 11px 15px;
    border-radius: 5px;
    background: #ffffff;
    color: #071013 !important;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-170%);
    transition: transform 160ms ease;
}

.chs-skip-link:focus {
    transform: translateY(0);
}

.chs-legal-document > :first-child {
    margin-top: 0;
}

.chs-legal-document > :last-child {
    margin-bottom: 0;
}

.chs-legal-document hr {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid rgba(23, 34, 38, 0.14);
}

.chs-legal-document img {
    max-width: 100%;
    height: auto;
}

.chs-legal-document a[href^="tel:"],
.chs-legal-document a[href^="mailto:"] {
    overflow-wrap: anywhere;
}

@media (max-width: 680px) {
    .chs-legal-hero h1,
    .chs-legal-document {
        overflow-wrap: anywhere;
    }

    .chs-legal-document table {
        font-size: 13px;
    }

    .chs-legal-document th,
    .chs-legal-document td {
        min-width: 140px;
        padding: 9px;
    }
}

/* Version 0.10.0: globaler CHS-Footer */

.chs-global-footer {
    position: relative;
    z-index: 20;
    background: #071013 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.chs-global-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(230px, 1.15fr)
        minmax(160px, 0.8fr)
        minmax(190px, 0.95fr)
        minmax(220px, 1fr);
    gap: clamp(32px, 5vw, 78px);
    padding-top: 72px;
    padding-bottom: 62px;
}

.chs-global-footer__brand img {
    display: block;
    width: min(100%, 285px);
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: left center;
    border-radius: 6px;
    background: #ffffff;
}

.chs-global-footer__brand p {
    max-width: 390px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px;
    line-height: 1.7;
}

.chs-global-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.chs-global-footer__column h2 {
    margin: 0 0 17px;
    color: #ffffff !important;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.15;
}

.chs-global-footer__column a,
.chs-global-footer__column a:visited {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
}

.chs-global-footer__column a:hover,
.chs-global-footer__column a:focus-visible {
    color: #75d8e2 !important;
}

.chs-global-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.chs-global-footer__bottom-inner {
    min-height: 76px;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}

.chs-global-footer__bottom-inner > span {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px;
}

.chs-global-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    align-items: center;
    justify-content: flex-end;
}

.chs-global-footer__legal a,
.chs-global-footer__legal a:visited,
.chs-global-footer__consent-button {
    padding: 3px 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78) !important;
    font: inherit;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}

.chs-global-footer__legal a:hover,
.chs-global-footer__legal a:focus-visible,
.chs-global-footer__consent-button:hover,
.chs-global-footer__consent-button:focus-visible {
    color: #75d8e2 !important;
}

.chs-global-footer__legal a:focus-visible,
.chs-global-footer__consent-button:focus-visible {
    outline: 3px solid rgba(117, 216, 226, 0.72);
    outline-offset: 4px;
    border-radius: 2px;
}

/*
 * Der alte schwebende Button wird abschließend neutralisiert,
 * falls er durch einen Cache noch kurzfristig ausgegeben wird.
 */
.chs-consent-settings {
    display: none !important;
}

@media (max-width: 1100px) {
    .chs-global-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .chs-global-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 52px;
        padding-bottom: 45px;
    }

    .chs-global-footer__brand img {
        width: min(100%, 250px);
    }

    .chs-global-footer__column h2 {
        margin-bottom: 8px;
    }

    .chs-global-footer__bottom-inner {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 21px;
        padding-bottom: 24px;
    }

    .chs-global-footer__legal {
        justify-content: flex-start;
    }
}

/* Version 0.11.0: globaler CHS-Header */

.chs-global-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgba(23, 34, 38, 0.1);
    background: rgba(255, 255, 255, 0.98);
}

.chs-global-header__inner {
    min-height: 92px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.chs-global-header__brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.chs-global-header__brand img {
    display: block;
    width: 150px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}

.chs-global-header__navigation {
    display: flex;
    gap: clamp(18px, 2.7vw, 38px);
    align-items: center;
    justify-content: flex-end;
}

.chs-global-header__navigation a,
.chs-global-header__navigation a:visited {
    position: relative;
    padding: 12px 0;
    color: #172226 !important;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

.chs-global-header__navigation a:not(.chs-global-header__contact)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--chs-turquoise-dark);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 180ms ease;
}

.chs-global-header__navigation a:hover::after,
.chs-global-header__navigation a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.chs-global-header__navigation a:hover,
.chs-global-header__navigation a:focus-visible {
    color: var(--chs-turquoise-dark) !important;
}

.chs-global-header__contact,
.chs-global-header__contact:visited {
    padding: 12px 19px !important;
    border-radius: 5px;
    background: var(--chs-turquoise);
    color: #071013 !important;
}

.chs-global-header__contact:hover,
.chs-global-header__contact:focus-visible {
    background: var(--chs-turquoise-dark);
    color: #ffffff !important;
}

.chs-header__toggle {
    display: none;
    width: 48px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background: #071013;
    cursor: pointer;
}

.chs-header__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
    transition:
        transform 180ms ease,
        opacity 180ms ease;
}

.chs-header__toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.chs-header__toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.chs-header__toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.chs-header__toggle:focus-visible,
.chs-global-header__navigation a:focus-visible {
    outline: 3px solid rgba(45, 181, 200, 0.55);
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .chs-global-header__inner {
        min-height: 80px;
    }

    .chs-global-header__brand img {
        width: 132px;
        height: 66px;
    }

    .chs-header__toggle {
        display: block;
        margin-left: auto;
    }

    .chs-global-header__navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 16px 20px 22px;
        border-top: 1px solid rgba(23, 34, 38, 0.08);
        border-bottom: 1px solid rgba(23, 34, 38, 0.12);
        background: #ffffff;
        box-shadow: 0 20px 35px rgba(7, 16, 19, 0.12);
    }

    .chs-global-header__navigation.is-open {
        display: flex;
        flex-direction: column;
        gap: 3px;
        align-items: stretch;
    }

    .chs-global-header__navigation a {
        width: 100%;
        padding: 13px 7px !important;
    }

    .chs-global-header__navigation a::after {
        display: none;
    }

    .chs-global-header__contact {
        margin-top: 7px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .chs-global-header__inner {
        min-height: 72px;
    }

    .chs-global-header__brand img {
        width: 116px;
        height: 58px;
    }

    .chs-header__toggle {
        width: 44px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chs-global-header__navigation a::after,
    .chs-header__toggle span {
        transition: none !important;
    }
}

/* Version 0.13.0: Fachwissen, Suche und Teilen */

.chs-global-search {
    display: flex;
    align-items: stretch;
    max-width: 285px;
}

.chs-global-search input {
    min-width: 0;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(23, 34, 38, 0.18);
    border-radius: 5px 0 0 5px;
    background: #ffffff;
    color: var(--chs-anthracite);
    font: inherit;
    font-size: 13px;
}

.chs-global-search button {
    padding: 10px 13px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: var(--chs-turquoise);
    color: #071013;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.chs-knowledge-hero,
.chs-search-hero {
    padding: 92px 0;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(45, 181, 200, 0.22),
            transparent 34%
        ),
        linear-gradient(145deg, #071518, #10343b);
    color: #ffffff;
}

.chs-knowledge-hero h1,
.chs-search-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.05;
}

.chs-knowledge-hero p:last-child {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 18px;
}

.chs-knowledge-listing,
.chs-search-results {
    padding: 86px 0 100px;
    background: #f4f7f7;
}

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

.chs-knowledge-card {
    overflow: hidden;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(16, 31, 35, 0.07);
}

.chs-knowledge-card__image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.chs-knowledge-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.chs-knowledge-card:hover .chs-knowledge-card__image img {
    transform: scale(1.035);
}

.chs-knowledge-card__content {
    padding: 25px 23px 27px;
}

.chs-knowledge-card__meta,
.chs-search-result__type {
    margin: 0 0 10px;
    color: var(--chs-turquoise-dark) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.chs-knowledge-card h2,
.chs-search-result h2 {
    margin: 0;
    color: var(--chs-anthracite) !important;
    font-size: 23px;
    line-height: 1.25;
}

.chs-knowledge-card h2 a,
.chs-search-result h2 a {
    color: inherit !important;
    text-decoration: none;
}

.chs-knowledge-card__content > p:not(.chs-knowledge-card__meta),
.chs-search-result > p:not(.chs-search-result__type) {
    color: #5a686c !important;
    line-height: 1.65;
}

.chs-knowledge-card__more,
.chs-search-result > a {
    color: var(--chs-turquoise-dark) !important;
    font-weight: 800;
    text-decoration: none;
}

.chs-article__hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #071013;
}

.chs-article__hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.47;
}

.chs-article__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(7, 16, 19, 0.98),
            rgba(7, 16, 19, 0.15)
        );
}

.chs-article__hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 72px;
}

.chs-article__hero h1 {
    max-width: 1050px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.04;
}

.chs-article__meta {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.chs-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 70px;
    padding-top: 82px;
    padding-bottom: 100px;
}

.chs-article__content {
    max-width: 840px;
}

.chs-article__content h2,
.chs-article__content h3 {
    color: var(--chs-anthracite) !important;
}

.chs-article__content h2 {
    margin-top: 52px;
    font-size: clamp(28px, 4vw, 42px);
}

.chs-article__content p,
.chs-article__content li {
    color: #4f5e62 !important;
    font-size: 17px;
    line-height: 1.78;
}

.chs-article__sidebar {
    align-self: start;
    position: sticky;
    top: 28px;
    padding: 25px;
    border-radius: 9px;
    background: #edf4f5;
}

.chs-share {
    margin-top: 55px;
    padding-top: 25px;
    border-top: 1px solid rgba(23, 34, 38, 0.14);
}

.chs-share__label {
    display: block;
    margin-bottom: 12px;
    color: var(--chs-anthracite);
    font-size: 13px;
    font-weight: 800;
}

.chs-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.chs-share__button,
.chs-share__link {
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(23, 34, 38, 0.18);
    border-radius: 5px;
    background: #ffffff;
    color: var(--chs-anthracite) !important;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.chs-share__button:hover,
.chs-share__link:hover {
    border-color: var(--chs-turquoise-dark);
    color: var(--chs-turquoise-dark) !important;
}

.chs-share__status {
    display: block;
    min-height: 20px;
    margin-top: 8px;
    color: var(--chs-turquoise-dark);
    font-size: 12px;
}

.chs-search-hero .chs-global-search {
    max-width: 660px;
    margin-top: 30px;
}

.chs-search-results__list {
    display: grid;
    gap: 18px;
}

.chs-search-result {
    padding: 27px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background: #ffffff;
}

.chs-empty-state {
    padding: 55px;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
}

.chs-pagination {
    margin-top: 46px;
}

@media (max-width: 1100px) {
    .chs-global-search {
        max-width: 220px;
    }

    .chs-knowledge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chs-article__layout {
        grid-template-columns: 1fr;
    }

    .chs-article__sidebar {
        position: static;
        max-width: 600px;
    }
}

@media (max-width: 900px) {
    .chs-global-header__inner {
        flex-wrap: wrap;
    }

    .chs-global-search {
        order: 3;
        max-width: none;
        width: 100%;
        margin-bottom: 12px;
    }
}

@media (max-width: 680px) {
    .chs-knowledge-grid {
        grid-template-columns: 1fr;
    }

    .chs-knowledge-hero,
    .chs-search-hero {
        padding: 68px 0;
    }

    .chs-article__hero {
        min-height: 520px;
    }

    .chs-article__hero-content {
        padding-bottom: 48px;
    }

    .chs-article__layout {
        gap: 40px;
        padding-top: 58px;
        padding-bottom: 72px;
    }

    .chs-article__meta {
        flex-direction: column;
        gap: 5px;
    }

    .chs-share__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .chs-share__actions {
        grid-template-columns: 1fr;
    }
}

/* Version 0.14.1: geschütztes CHS-Redaktionsportal */

.chs-editor-portal-page {
    margin: 0;
    background: #eef3f4;
    color: #172226;
}

.chs-editor-portal {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(45, 181, 200, 0.11),
            transparent 30%
        ),
        #eef3f4;
}

.chs-editor-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.chs-editor-header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(23, 34, 38, 0.1);
    background: #071013;
}

.chs-editor-header__inner {
    min-height: 78px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.chs-editor-header__brand {
    display: flex;
    flex-direction: column;
}

.chs-editor-header__brand strong {
    color: #ffffff;
    font-size: 19px;
}

.chs-editor-header__brand span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.chs-editor-header__user {
    display: flex;
    gap: 18px;
    align-items: center;
}

.chs-editor-header__user span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.chs-editor-header__user a {
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.chs-editor-header__user a:hover,
.chs-editor-header__user a:focus-visible {
    border-color: #75d8e2;
    color: #75d8e2 !important;
}

.chs-editor-main {
    flex: 1;
    padding: clamp(42px, 7vw, 92px) 0;
}

.chs-editor-eyebrow {
    margin: 0 0 8px;
    color: #118596;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.chs-editor-login {
    max-width: 920px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 60px;
    align-items: center;
    margin-inline: auto;
}

.chs-editor-login__intro h1,
.chs-editor-access-denied h1,
.chs-editor-dashboard__heading h1 {
    margin: 0;
    color: #172226;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
}

.chs-editor-login__intro > p:last-child,
.chs-editor-dashboard__heading > div > p:last-child {
    max-width: 650px;
    color: #5b686c;
    line-height: 1.7;
}

.chs-editor-login__form {
    padding: 30px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(7, 16, 19, 0.09);
}

.chs-editor-login__form label {
    display: block;
    margin-bottom: 6px;
    color: #172226;
    font-size: 13px;
    font-weight: 750;
}

.chs-editor-login__form input[type="text"],
.chs-editor-login__form input[type="password"] {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid rgba(23, 34, 38, 0.2);
    border-radius: 5px;
    background: #ffffff;
    color: #172226;
    font: inherit;
}

.chs-editor-login__form .login-remember {
    display: flex;
    gap: 8px;
    align-items: center;
}

.chs-editor-login__form .login-remember label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.chs-editor-login__form .button-primary,
.chs-editor-button {
    width: 100%;
    min-height: 48px;
    padding: 12px 17px;
    border: 0;
    border-radius: 5px;
    background: #2db5c8;
    color: #071013 !important;
    font: inherit;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.chs-editor-login__form .button-primary:hover,
.chs-editor-login__form .button-primary:focus-visible,
.chs-editor-button:hover,
.chs-editor-button:focus-visible {
    background: #118596;
    color: #ffffff !important;
}

.chs-editor-login__reset {
    margin: 18px 0 0;
    text-align: center;
}

.chs-editor-login__reset a {
    color: #118596 !important;
    font-size: 13px;
}

.chs-editor-access-denied {
    max-width: 680px;
    padding: 38px;
    border: 1px solid rgba(171, 40, 40, 0.18);
    border-radius: 10px;
    background: #ffffff;
}

.chs-editor-access-denied .chs-editor-button {
    display: inline-flex;
    width: auto;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
}

.chs-editor-dashboard__heading {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.chs-editor-status {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #d9f0e5;
    color: #17613d;
    font-size: 12px;
    font-weight: 850;
}

.chs-editor-dashboard__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
}

.chs-editor-card {
    min-height: 220px;
    padding: 27px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background: #ffffff;
}

.chs-editor-card__number {
    display: block;
    color: #118596;
    font-size: 38px;
    font-weight: 850;
}

.chs-editor-card h2 {
    margin: 18px 0 8px;
    color: #172226;
    font-size: 21px;
}

.chs-editor-card p {
    color: #687579;
    line-height: 1.6;
}

.chs-editor-security-note {
    margin-top: 28px;
    padding: 21px 23px;
    border-left: 4px solid #2db5c8;
    border-radius: 5px;
    background: #ffffff;
}

.chs-editor-security-note strong {
    color: #172226;
}

.chs-editor-security-note p {
    margin: 7px 0 0;
    color: #5f6d71;
    line-height: 1.6;
}

.chs-editor-footer {
    padding: 21px 0;
    border-top: 1px solid rgba(23, 34, 38, 0.1);
    background: #ffffff;
}

.chs-editor-footer span {
    color: #6a777b;
    font-size: 12px;
}

@media (max-width: 820px) {
    .chs-editor-login {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .chs-editor-dashboard__cards {
        grid-template-columns: 1fr;
    }

    .chs-editor-dashboard__heading {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .chs-editor-shell {
        width: min(100% - 24px, 1180px);
    }

    .chs-editor-header__inner {
        min-height: 70px;
    }

    .chs-editor-header__user {
        gap: 9px;
    }

    .chs-editor-header__user span {
        display: none;
    }

    .chs-editor-main {
        padding: 34px 0 52px;
    }

    .chs-editor-login__form,
    .chs-editor-access-denied {
        padding: 22px 18px;
    }

    .chs-editor-card {
        min-height: auto;
        padding: 22px 19px;
    }
}

/* Version 0.14.2: responsive Artikelübersicht */

.chs-editor-dashboard__cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.chs-editor-card {
    min-height: 190px;
}

.chs-editor-articles {
    margin-top: 46px;
}

.chs-editor-articles__heading {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.chs-editor-articles__heading h2 {
    margin: 0;
    color: #172226;
    font-size: clamp(26px, 4vw, 38px);
}

.chs-editor-articles__heading > span {
    flex: 0 0 auto;
    color: #687579;
    font-size: 13px;
    font-weight: 750;
}

.chs-editor-article-list {
    display: grid;
    gap: 13px;
}

.chs-editor-article-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 21px 23px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(7, 16, 19, 0.04);
}

.chs-editor-article-card h3 {
    margin: 9px 0;
    color: #172226;
    font-size: 19px;
    line-height: 1.3;
}

.chs-editor-article-status {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e7ecee;
    color: #455357;
    font-size: 11px;
    font-weight: 850;
}

.chs-editor-article-status.is-chs_review {
    background: #fff0c9;
    color: #765300;
}

.chs-editor-article-status.is-chs_changes {
    background: #fde2e2;
    color: #842727;
}

.chs-editor-article-status.is-future {
    background: #e2e8fa;
    color: #334d8f;
}

.chs-editor-article-status.is-publish {
    background: #d9f0e5;
    color: #17613d;
}

.chs-editor-article-status.is-private {
    background: #ebe3f5;
    color: #654086;
}

.chs-editor-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    color: #687579;
    font-size: 12px;
}

.chs-editor-article-card__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chs-editor-article-card__actions a {
    min-height: 40px;
    display: inline-flex;
    padding: 9px 13px;
    border: 1px solid rgba(23, 34, 38, 0.16);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #172226 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.chs-editor-article-card__actions a:hover,
.chs-editor-article-card__actions a:focus-visible {
    border-color: #118596;
    color: #118596 !important;
}

.chs-editor-article-card__planned {
    color: #7a878a;
    font-size: 11px;
}

.chs-editor-empty-state {
    padding: 42px 28px;
    border: 1px dashed rgba(23, 34, 38, 0.2);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
}

.chs-editor-empty-state h3 {
    margin: 0;
    color: #172226;
}

.chs-editor-empty-state p {
    max-width: 620px;
    margin: 12px auto 0;
    color: #687579;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chs-editor-article-card {
        grid-template-columns: 1fr;
    }

    .chs-editor-article-card__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: 1fr;
    }

    .chs-editor-card {
        min-height: auto;
    }

    .chs-editor-articles__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .chs-editor-article-card {
        padding: 18px 16px;
    }

    .chs-editor-article-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chs-editor-article-card__actions a {
        width: 100%;
    }
}

/* Version 0.14.3: sicherer Entwurfseditor */

.chs-editor-dashboard__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    align-items: center;
}

.chs-editor-dashboard__actions .chs-editor-button {
    width: auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.chs-editor-form-page {
    max-width: 960px;
    margin-inline: auto;
}

.chs-editor-form-page__heading {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

.chs-editor-form-page__heading h1 {
    margin: 0;
    color: #172226;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
}

.chs-editor-article-form {
    display: grid;
    gap: 25px;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 17px 45px rgba(7, 16, 19, 0.07);
}

.chs-editor-field {
    display: grid;
    gap: 8px;
}

.chs-editor-field label {
    color: #172226;
    font-size: 14px;
    font-weight: 850;
}

.chs-editor-field label span {
    color: #a52b2b;
}

.chs-editor-field input,
.chs-editor-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(23, 34, 38, 0.2);
    border-radius: 5px;
    background: #ffffff;
    color: #172226;
    font: inherit;
    line-height: 1.55;
}

.chs-editor-field textarea {
    resize: vertical;
}

.chs-editor-field input:focus,
.chs-editor-field textarea:focus {
    border-color: #118596;
    outline: 3px solid rgba(45, 181, 200, 0.17);
    outline-offset: 1px;
}

.chs-editor-field small {
    color: #6a777b;
    font-size: 12px;
    line-height: 1.5;
}

.chs-editor-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    padding-top: 7px;
}

.chs-editor-form-actions .chs-editor-button {
    width: auto;
    min-width: 180px;
}

.chs-editor-secondary-button {
    min-height: 44px;
    display: inline-flex;
    padding: 10px 15px;
    border: 1px solid rgba(23, 34, 38, 0.2);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #172226 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.chs-editor-secondary-button:hover,
.chs-editor-secondary-button:focus-visible {
    border-color: #118596;
    color: #118596 !important;
}

.chs-editor-notice {
    margin-bottom: 20px;
    padding: 14px 17px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 750;
}

.chs-editor-notice--success {
    border: 1px solid rgba(23, 97, 61, 0.2);
    background: #d9f0e5;
    color: #17613d;
}

.chs-editor-notice--error {
    border: 1px solid rgba(132, 39, 39, 0.2);
    background: #fde2e2;
    color: #842727;
}

@media (max-width: 760px) {
    .chs-editor-dashboard__actions {
        width: 100%;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .chs-editor-dashboard__actions .chs-editor-button {
        width: 100%;
    }

    .chs-editor-form-page__heading {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .chs-editor-article-form {
        padding: 20px 16px;
    }

    .chs-editor-form-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chs-editor-form-actions .chs-editor-button,
    .chs-editor-form-actions .chs-editor-secondary-button {
        width: 100%;
    }
}

/* Version 0.14.4: stabile Dashboardkarten */

.chs-editor-dashboard__cards {
    align-items: stretch;
}

.chs-editor-card {
    min-width: 0;
    overflow: hidden;
}

.chs-editor-card h2 {
    max-width: 100%;
    margin: 18px 0 8px;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    color: #172226;
    font-size: clamp(20px, 2.2vw, 30px);
    line-height: 1.18;
}

.chs-editor-card p {
    margin-top: auto;
}

@media (min-width: 1051px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(
            5,
            minmax(170px, 1fr)
        );
    }
}

@media (max-width: 1050px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(
            3,
            minmax(0, 1fr)
        );
    }
}

@media (max-width: 720px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(
            2,
            minmax(0, 1fr)
        );
    }

    .chs-editor-card h2 {
        font-size: clamp(21px, 6vw, 28px);
    }
}

@media (max-width: 480px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: 1fr;
    }

    .chs-editor-card {
        min-height: auto;
    }

    .chs-editor-card h2 {
        font-size: 25px;
    }
}

/* Version 0.14.5: Einreichung zur Prüfung */

.chs-editor-submit-review {
    margin-top: 24px;
}

.chs-editor-submit-review__content {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border: 1px solid rgba(118, 83, 0, 0.18);
    border-radius: 8px;
    background: #fff8e5;
}

.chs-editor-submit-review__content strong {
    color: #4f3c05;
    font-size: 15px;
}

.chs-editor-submit-review__content p {
    max-width: 620px;
    margin: 7px 0 0;
    color: #6f6039;
    font-size: 13px;
    line-height: 1.6;
}

.chs-editor-submit-button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 11px 16px;
    border: 0;
    border-radius: 5px;
    background: #765300;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.chs-editor-submit-button:hover,
.chs-editor-submit-button:focus-visible {
    background: #513900;
}

@media (max-width: 680px) {
    .chs-editor-submit-review__content {
        align-items: stretch;
        flex-direction: column;
    }

    .chs-editor-submit-button {
        width: 100%;
    }
}

/* Version 0.14.6: geschützte Artikelvorschau */

.chs-editor-preview {
    max-width: 1000px;
    margin-inline: auto;
}

.chs-editor-preview__toolbar {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.chs-editor-preview__toolbar h1 {
    max-width: 760px;
    margin: 0;
    color: #172226;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.chs-editor-preview__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 9px;
}

.chs-editor-preview__statusbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 14px 17px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.72);
    color: #617075;
    font-size: 12px;
}

.chs-editor-preview__document {
    padding: clamp(24px, 5vw, 58px);
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 17px 45px rgba(7, 16, 19, 0.07);
}

.chs-editor-preview__lead {
    margin: 0 0 38px;
    color: #35464b;
    font-size: clamp(19px, 2.5vw, 24px);
    font-weight: 650;
    line-height: 1.55;
}

.chs-editor-preview__content {
    color: #4f5e62;
    font-size: 17px;
    line-height: 1.78;
}

.chs-editor-preview__content h2,
.chs-editor-preview__content h3,
.chs-editor-preview__content h4 {
    color: #172226;
    line-height: 1.25;
}

.chs-editor-preview__content h2 {
    margin: 48px 0 18px;
    font-size: clamp(27px, 4vw, 39px);
}

.chs-editor-preview__content h3 {
    margin: 36px 0 14px;
    font-size: clamp(22px, 3vw, 30px);
}

.chs-editor-preview__content p,
.chs-editor-preview__content ul,
.chs-editor-preview__content ol {
    margin-top: 0;
    margin-bottom: 22px;
}

.chs-editor-preview__content img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

.chs-editor-preview__content a {
    color: #118596;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 720px) {
    .chs-editor-preview__toolbar {
        flex-direction: column;
    }

    .chs-editor-preview__actions {
        width: 100%;
    }

    .chs-editor-preview__actions a {
        flex: 1 1 180px;
    }
}

@media (max-width: 480px) {
    .chs-editor-preview__document {
        padding: 22px 17px;
    }

    .chs-editor-preview__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chs-editor-preview__actions a {
        width: 100%;
    }

    .chs-editor-preview__statusbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Version 0.14.7: Korrekturanforderung */

.chs-editor-review-panel {
    margin-top: 28px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(132, 39, 39, 0.17);
    border-radius: 9px;
    background: #fff7f7;
}

.chs-editor-review-panel__heading {
    margin-bottom: 20px;
}

.chs-editor-review-panel__heading h2 {
    margin: 0;
    color: #172226;
    font-size: clamp(25px, 4vw, 36px);
}

.chs-editor-request-changes-button {
    min-height: 44px;
    padding: 11px 17px;
    border: 0;
    border-radius: 5px;
    background: #842727;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.chs-editor-request-changes-button:hover,
.chs-editor-request-changes-button:focus-visible {
    background: #611b1b;
}

.chs-editor-change-request {
    margin-bottom: 24px;
    padding: clamp(20px, 4vw, 30px);
    border-left: 5px solid #b33a3a;
    border-radius: 7px;
    background: #fdeaea;
}

.chs-editor-change-request h2 {
    margin: 0;
    color: #691f1f;
    font-size: clamp(22px, 3vw, 30px);
}

.chs-editor-change-request > p:last-child {
    margin: 15px 0 0;
    color: #5e2929;
    line-height: 1.7;
}

@media (max-width: 520px) {
    .chs-editor-request-changes-button {
        width: 100%;
    }
}

/* Version 0.14.8: fachliche Freigabe */

.chs-editor-approval-panel {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(23, 97, 61, 0.18);
    border-radius: 9px;
    background: #edf8f2;
}

.chs-editor-approval-panel h2 {
    margin: 0;
    color: #174e34;
    font-size: clamp(25px, 4vw, 36px);
}

.chs-editor-approval-panel p:not(.chs-editor-eyebrow) {
    max-width: 650px;
    margin: 10px 0 0;
    color: #416653;
    line-height: 1.6;
}

.chs-editor-approve-button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 18px;
    border: 0;
    border-radius: 5px;
    background: #17613d;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.chs-editor-approve-button:hover,
.chs-editor-approve-button:focus-visible {
    background: #10472c;
}

.chs-editor-article-status.is-chs_approved {
    background: #ccebdc;
    color: #125634;
}

@media (min-width: 1181px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(
            6,
            minmax(145px, 1fr)
        );
    }

    .chs-editor-card h2 {
        font-size: clamp(18px, 1.7vw, 25px);
    }
}

@media (max-width: 1180px) {
    .chs-editor-dashboard__cards {
        grid-template-columns: repeat(
            3,
            minmax(0, 1fr)
        );
    }
}

@media (max-width: 680px) {
    .chs-editor-approval-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .chs-editor-approve-button {
        width: 100%;
    }
}

/* Version 0.15.0: öffentliche CHS-Fachartikel */

.chs-public-article {
    min-height: 100vh;
    background: #f4f7f7;
}

.chs-public-article-hero {
    padding: clamp(62px, 9vw, 118px) 0;
    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(45, 181, 200, 0.18),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            #071518,
            #10343b
        );
    color: #ffffff;
}

.chs-public-article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.chs-public-article-breadcrumb a {
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none;
}

.chs-public-article-breadcrumb a:hover,
.chs-public-article-breadcrumb a:focus-visible {
    color: #75d8e2 !important;
}

.chs-public-article-hero h1 {
    max-width: 980px;
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.chs-public-article-hero__lead {
    max-width: 820px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(19px, 2.5vw, 26px);
    line-height: 1.55;
}

.chs-public-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 25px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.chs-public-article-body {
    padding: clamp(54px, 8vw, 105px) 0;
}

.chs-public-article-body__inner {
    width: min(880px, calc(100% - 40px));
    margin-inline: auto;
}

.chs-public-article-document {
    padding: clamp(26px, 6vw, 70px);
    border: 1px solid rgba(23, 34, 38, 0.09);
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(7, 16, 19, 0.08);
    color: #4f5e62;
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.8;
}

.chs-public-article-document h2,
.chs-public-article-document h3,
.chs-public-article-document h4 {
    color: #172226;
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.chs-public-article-document h2 {
    margin: 52px 0 19px;
    font-size: clamp(28px, 4vw, 42px);
}

.chs-public-article-document h3 {
    margin: 39px 0 15px;
    font-size: clamp(23px, 3vw, 32px);
}

.chs-public-article-document h4 {
    margin: 31px 0 12px;
    font-size: 21px;
}

.chs-public-article-document > :first-child {
    margin-top: 0;
}

.chs-public-article-document > :last-child {
    margin-bottom: 0;
}

.chs-public-article-document p,
.chs-public-article-document ul,
.chs-public-article-document ol,
.chs-public-article-document blockquote {
    margin-top: 0;
    margin-bottom: 24px;
}

.chs-public-article-document img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.chs-public-article-document a {
    color: #118596;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.chs-public-article-end {
    margin-top: 28px;
    padding: clamp(24px, 5vw, 42px);
    border-radius: 9px;
    background: #e4f3f5;
}

.chs-public-article-end > p {
    margin: 0;
    color: #23383e;
    font-size: clamp(18px, 2.2vw, 23px);
    font-weight: 720;
    line-height: 1.5;
}

.chs-public-article-end__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

@media (max-width: 560px) {
    .chs-public-article-body__inner {
        width: min(100% - 24px, 880px);
    }

    .chs-public-article-document {
        padding: 24px 18px;
    }

    .chs-public-article-end__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chs-public-article-end__actions a {
        width: 100%;
        justify-content: center;
    }
}

/* Version 0.15.1: sofortige Veröffentlichung */

.chs-editor-publication-panel {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(17, 133, 150, 0.22);
    border-radius: 9px;
    background: #e7f5f7;
}

.chs-editor-publication-panel h2 {
    margin: 0;
    color: #125867;
    font-size: clamp(25px, 4vw, 36px);
}

.chs-editor-publication-panel p:not(.chs-editor-eyebrow) {
    max-width: 650px;
    margin: 10px 0 0;
    color: #41666e;
    line-height: 1.6;
}

.chs-editor-publish-button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 18px;
    border: 0;
    border-radius: 5px;
    background: #118596;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.chs-editor-publish-button:hover,
.chs-editor-publish-button:focus-visible {
    background: #0c6674;
}

@media (max-width: 680px) {
    .chs-editor-publication-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .chs-editor-publish-button {
        width: 100%;
    }
}

/* Version 0.15.2: öffentliche Artikel und Startseiten-Fachwissen */

/*
 * Harte Kontrastbasis der öffentlichen Artikelansicht.
 * Verhindert Theme-Vererbung mit dunkler Schrift auf dunklem Hintergrund.
 */
body.chs-public-article-active {
    margin: 0;
    background: #f4f7f7 !important;
    color: #172226 !important;
}

body.chs-public-article-active .chs-public-article-hero,
body.chs-public-article-active .chs-public-article-hero h1,
body.chs-public-article-active .chs-public-article-hero h2,
body.chs-public-article-active .chs-public-article-hero h3 {
    color: #ffffff !important;
}

body.chs-public-article-active
.chs-public-article-hero
.chs-section-heading__eyebrow {
    color: #75d8e2 !important;
}

body.chs-public-article-active .chs-public-article-document,
body.chs-public-article-active .chs-public-article-document p,
body.chs-public-article-active .chs-public-article-document li {
    color: #4f5e62 !important;
}

body.chs-public-article-active .chs-public-article-document h2,
body.chs-public-article-active .chs-public-article-document h3,
body.chs-public-article-active .chs-public-article-document h4 {
    color: #172226 !important;
}

/* Fachwissen auf der Startseite */

.chs-knowledge {
    padding: clamp(70px, 9vw, 118px) 0;
    background: #f4f7f7;
}

.chs-knowledge__heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.chs-knowledge__heading h2 {
    color: #172226;
}

.chs-knowledge__heading > p:last-child {
    color: #5c696d;
}

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

.chs-knowledge-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(7, 16, 19, 0.06);
}

.chs-knowledge-card__visual {
    min-height: 220px;
    display: block;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #071518,
            #10343b
        );
}

.chs-knowledge-card__visual img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    transition: transform 300ms ease;
}

.chs-knowledge-card:hover .chs-knowledge-card__visual img {
    transform: scale(1.035);
}

.chs-knowledge-card__placeholder {
    position: relative;
    min-height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #ffffff;
}

.chs-knowledge-card__placeholder strong {
    position: relative;
    z-index: 2;
    font-size: 35px;
    letter-spacing: 0.04em;
}

.chs-knowledge-card__rings,
.chs-knowledge-card__rings::before,
.chs-knowledge-card__rings::after {
    position: absolute;
    border: 1px solid rgba(117, 216, 226, 0.22);
    border-radius: 50%;
    content: "";
}

.chs-knowledge-card__rings {
    width: 130px;
    height: 130px;
}

.chs-knowledge-card__rings::before {
    inset: -35px;
}

.chs-knowledge-card__rings::after {
    inset: -70px;
}

.chs-knowledge-card__content {
    padding: 26px 25px 29px;
}

.chs-knowledge-card__meta {
    margin: 0 0 10px;
    color: #118596;
    font-size: 12px;
    font-weight: 800;
}

.chs-knowledge-card h3 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 29px);
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.chs-knowledge-card h3 a {
    color: #172226 !important;
    text-decoration: none;
}

.chs-knowledge-card h3 a:hover,
.chs-knowledge-card h3 a:focus-visible {
    color: #118596 !important;
}

.chs-knowledge-card__content > p:not(.chs-knowledge-card__meta) {
    margin: 17px 0 22px;
    color: #5c696d;
    line-height: 1.65;
}

.chs-knowledge-card__link {
    color: #118596 !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.chs-knowledge-card__link span {
    margin-left: 5px;
}

@media (max-width: 920px) {
    .chs-knowledge__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .chs-knowledge__grid {
        grid-template-columns: 1fr;
    }

    .chs-knowledge-card__visual,
    .chs-knowledge-card__placeholder {
        min-height: 200px;
    }

    .chs-knowledge-card__visual img {
        height: 200px;
    }
}

/* Version 0.15.3: Sichtbarkeitskorrektur öffentlicher Fachartikel */

/*
 * Öffentliche Fachartikel dürfen nicht von älteren Reveal-, Hero-
 * oder Theme-Regeln ausgeblendet beziehungsweise verschoben werden.
 */

body.chs-public-article-active,
body.chs-public-article-active .chs-modernization,
body.chs-public-article-active .chs-public-article {
    min-height: 100%;
    background: #f4f7f7 !important;
}

body.chs-public-article-active .chs-public-article-hero {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.chs-public-article-active .chs-public-article-hero::before,
body.chs-public-article-active .chs-public-article-hero::after {
    pointer-events: none;
}

body.chs-public-article-active
.chs-public-article-hero
.chs-container {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.chs-public-article-active
.chs-public-article-hero
.chs-container > * {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.chs-public-article-active
.chs-public-article-breadcrumb {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.chs-public-article-active
.chs-public-article-hero
.chs-section-heading__eyebrow {
    display: block !important;
    color: #75d8e2 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.chs-public-article-active
.chs-public-article-hero h1 {
    display: block !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
}

body.chs-public-article-active
.chs-public-article-hero__lead {
    display: block !important;
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.chs-public-article-active
.chs-public-article-meta {
    display: flex !important;
    color: rgba(255, 255, 255, 0.68) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.chs-public-article-active
.chs-public-article-body {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.chs-public-article-active
.chs-public-article-body__inner,
body.chs-public-article-active
.chs-public-article-document {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

@media (max-width: 620px) {
    body.chs-public-article-active
    .chs-public-article-hero {
        padding-top: 52px;
        padding-bottom: 58px;
    }

    body.chs-public-article-active
    .chs-public-article-hero h1 {
        font-size: clamp(36px, 11vw, 54px);
    }
}

.chs-knowledge__archive-link {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.chs-knowledge__archive-link .chs-button {
    min-width: 220px;
    justify-content: center;
}

@media (max-width: 520px) {
    .chs-knowledge__archive-link .chs-button {
        width: 100%;
    }
}

/* Version 0.16.4: Artikelbild und SEO-Felder */

.chs-editor-media-seo {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(23, 34, 38, 0.11);
}

.chs-editor-media-seo__heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.chs-editor-media-seo__heading h2 {
    margin: 0;
    color: #172226;
    font-size: clamp(27px, 4vw, 38px);
}

.chs-editor-media-seo__heading > p:last-child {
    margin: 12px 0 0;
    color: #5c696d;
    line-height: 1.65;
}

.chs-editor-media-seo__grid {
    display: grid;
    grid-template-columns:
        minmax(280px, 0.85fr)
        minmax(340px, 1.15fr);
    gap: 22px;
}

.chs-editor-media-panel,
.chs-editor-seo-panel {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(23, 34, 38, 0.1);
    border-radius: 9px;
    background: #f7f9f9;
}

.chs-editor-media-panel h3,
.chs-editor-seo-panel h3 {
    margin: 0 0 21px;
    color: #172226;
    font-size: 21px;
}

.chs-editor-media-panel label,
.chs-editor-seo-panel label {
    display: block;
    margin: 18px 0 8px;
    color: #172226;
    font-size: 13px;
    font-weight: 800;
}

.chs-editor-media-panel input[type="file"],
.chs-editor-seo-panel input,
.chs-editor-seo-panel textarea {
    width: 100%;
    border: 1px solid rgba(23, 34, 38, 0.18);
    border-radius: 5px;
    background: #ffffff;
    color: #172226;
    font: inherit;
}

.chs-editor-media-panel input[type="file"] {
    padding: 11px;
}

.chs-editor-seo-panel input,
.chs-editor-seo-panel textarea {
    padding: 12px 13px;
}

.chs-editor-field-help {
    margin: 7px 0 0;
    color: #687579;
    font-size: 12px;
    line-height: 1.5;
}

.chs-editor-media-preview {
    margin: 0 0 18px;
}

.chs-editor-media-preview img {
    width: 100%;
    max-height: 270px;
    display: block;
    object-fit: cover;
    border-radius: 7px;
}

.chs-editor-media-preview figcaption {
    margin-top: 8px;
    color: #687579;
    font-size: 12px;
}

.chs-editor-media-placeholder {
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 9px;
    padding: 25px;
    border-radius: 7px;
    background:
        radial-gradient(
            circle,
            rgba(117, 216, 226, 0.15),
            transparent 47%
        ),
        linear-gradient(
            145deg,
            #071518,
            #10343b
        );
    color: #ffffff;
    text-align: center;
}

.chs-editor-media-placeholder strong {
    font-size: 34px;
    letter-spacing: 0.05em;
}

.chs-editor-media-placeholder span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.chs-editor-checkbox {
    display: flex !important;
    gap: 9px;
    align-items: flex-start;
}

.chs-editor-checkbox input {
    width: auto !important;
    margin-top: 3px;
}

.chs-editor-search-preview {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(23, 34, 38, 0.09);
    border-radius: 7px;
    background: #ffffff;
}

.chs-editor-search-preview__url {
    display: block;
    margin-bottom: 7px;
    color: #52715e;
    font-size: 12px;
}

.chs-editor-search-preview strong {
    display: block;
    color: #1759a7;
    font-size: 19px;
    line-height: 1.3;
}

.chs-editor-search-preview p {
    margin: 7px 0 0;
    color: #555f63;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 820px) {
    .chs-editor-media-seo__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .chs-editor-media-panel,
    .chs-editor-seo-panel {
        padding: 19px 16px;
    }

    .chs-editor-media-placeholder {
        min-height: 185px;
    }
}

/* Version 0.18.0: dezenter Zugang zur CHS-Redaktion */

.chs-global-footer__editor-link {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    margin-left: 4px;
    border-radius: 50%;
    color: currentColor;
    font-size: 14px;
    line-height: 1;
    opacity: 0.22;
    text-decoration: none;
    transition:
        opacity 160ms ease,
        background-color 160ms ease;
}

.chs-global-footer__editor-link:hover,
.chs-global-footer__editor-link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    opacity: 0.8;
}

.chs-global-footer__editor-link .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Version 0.18.4: sichtbarer, dezenter Redaktionszugang */

.chs-global-footer__editor-link {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 2px;
    padding: 4px 7px;
    border-radius: 5px;
    color: currentColor;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.46;
    text-decoration: none;
    white-space: nowrap;
    transition:
        opacity 160ms ease,
        color 160ms ease,
        background-color 160ms ease;
}

.chs-global-footer__editor-link svg {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chs-global-footer__editor-link:hover,
.chs-global-footer__editor-link:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    opacity: 0.95;
}

@media (max-width: 680px) {
    .chs-global-footer__editor-link {
        margin-left: 0;
    }
}

/* CHS LOCAL SEO DESIGN 0.18.7 */

.chs-contact__regional {
    margin: 22px 0 27px;
    padding: 17px 18px;
    border-left: 3px solid #1695a8;
    border-radius: 0 9px 9px 0;
    background: rgba(22, 149, 168, 0.07);
}

.chs-contact__regional-title {
    margin: 0 0 7px;
    color: #172226;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.chs-contact__regional > p:last-child {
    margin: 0;
    color: #526267;
    font-size: 13px;
    line-height: 1.65;
}

.chs-contact__regional strong {
    color: #172226;
    font-weight: 750;
}
