/* =========================================================
   ZeS Gaimersheim - custom.css CLEANED 2026-06-02
   ========================================================= */

/* Terminbutton im Header ausblenden */
#module-122 {
    display: none !important;
}


/* =========================
   GRUNDLAYOUT
   ========================= */

body {
    background-color: #ffffff;
}

.item-page {
    padding: 0;
}

.item-page .container {
    max-width: 100% !important;
}

#sp-main-body .container,
#sp-main-body .container-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.com-content-article {
    margin-top: 0 !important;
}

/* Meta ausblenden */
.article-info,
dl.article-info {
    display: none !important;
}


/* =========================
   Bilder
   ========================= */

/* Normale Beitragsbilder fullwidth, aber NICHT das Startseiten-Hero */
.article-body img:not(.zes-hero-img):not(.zes-hero-inset) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 20px;
    display: block;
    height: auto;
    border-radius: 6px;
}

/* =========================
   Startseite: Hero
   ========================= */

.zes-hero {
    position: relative !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 1280px !important;
    min-height: 620px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    background: #eef5ff !important;
}

.article-body img.zes-hero-img,
.zes-hero-img {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
    height: auto !important;
    border-radius: 0 !important;
}

.zes-hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.72) 0%,
        rgba(255,255,255,0.50) 34%,
        rgba(255,255,255,0.10) 58%,
        rgba(255,255,255,0.72) 100%
    ) !important;
}

.zes-hero-left {
    max-width: 650px !important;
    color: #002b6c !important;
}

.zes-hero-left h1 {
    font-size: 56px !important;
    line-height: 1.05 !important;
    margin: 0 0 24px 0 !important;
    color: #002b6c !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

.zes-hero-left p {
    font-size: clamp(17px, 1.25vw, 21px) !important;
    line-height: 1.45 !important;
    margin: 8px 0 !important;
    color: #0b3a6f !important;
    font-weight: 500;   /* nicht 700 */
}

.zes-alert-banner {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #c40000 !important;
    border: 1.5px solid #cc0000 !important;
    border-radius: 10px !important;
    padding: 10px 16px !important;
    margin: 8px 0 20px 0 !important;
    margin-top: 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    background: rgba(255,255,255,0.92) !important;
    max-width: 520px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.zes-alert-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border: 2px solid #d80000 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.zes-alert-text {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
}

.zes-focus-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 12px !important;
}

.zes-focus-list li {
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    color: #0b3a6f !important;
}

.zes-focus-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 8px !important;
    width: 10px !important;
    height: 10px !important;
    background: #003c8f !important;
    opacity: 0.85 !important;
    border-radius: 50% !important;
}

.zes-focus-list em {
    color: #6b7280 !important;
    font-size: 0.9em !important;
}

.zes-hero-right {
    display: block !important;
    position: absolute !important;
    top: 70px !important;
    right: 28px !important;
    width: 285px !important;
    z-index: 5 !important;
}

.zes-info-card {
    display: flex !important;
    gap: 14px !important;
    align-items: flex-start !important;
    background: rgba(255,255,255,0.90) !important;
    backdrop-filter: blur(4px);
    border-radius: 14px !important;
    padding: 12px 14px !important;
    margin-bottom: 8px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
    color: #002b6c !important;
}

.zes-info-icon {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    border-radius: 50% !important;
    background: #e8f1ff !important;
    color: #003c8f !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
}

.zes-info-card h3 {
    color: #002b6c !important;
    margin: 0 0 6px 0 !important;
    margin-bottom: 4px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.zes-info-card p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.zes-note-card {
    display: block !important;
    background: rgba(230,242,255,0.94) !important;
    border-radius: 14px !important;
    padding: 12px 16px !important;
    color: #002b6c !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important;
}


/* =========================
   TYPOGRAPHIE (FINAL FIX)
   ========================= */

.com-content-article .article-body h1,
.item-page .article-body h1 {
    margin: 8px 0 12px 0 !important;
}

.com-content-article .article-body h2,
.item-page .article-body h2 {
    margin: 18px 0 8px 0 !important;
}

.com-content-article .article-body h3,
.item-page .article-body h3 {
    margin: 14px 0 6px 0 !important;
}

.com-content-article .article-body h4,
.item-page .article-body h4 {
    margin: 10px 0 4px 0 !important;
}

.com-content-article .article-body p {
    margin-bottom: 12px !important;
}


/* =========================
   HELIX SPACING KILL
   ========================= */

.sp-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.sp-row,
.sp-column,
.sp-module {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.com-content-article .article-body .sp-row {
    margin-bottom: 10px !important;
}


/* =========================
   CONTENT BREITE
   ========================= */

.com-content-article .article-body,
.item-page .article-body {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}


/* =========================
   SERVICE CARDS
   ========================= */

.zes-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 16px;
    margin: 6px 0 18px 0;
}

.zes-card {
    background: #f7faff;
    border-left: 3px solid #003c8f;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 1.3;
    color: #1c2f55;
}

.zes-card.wide {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .zes-service-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================
   ICONS
   ========================= */

h3.vorsorge::before { content: "🩺"; margin-right: 8px; }
h3.kardio::before   { content: "❤️"; margin-right: 8px; }
h3.lunge::before    { content: "🫁"; margin-right: 8px; }
h3.bildgebung::before { content: "🧠"; margin-right: 8px; }
h3.therapie::before { content: "💊"; margin-right: 8px; }


/* =========================
   HINWEISBOXEN
   ========================= */

.zes-note-card {
    margin: 10px 0 16px 0;
    padding: 10px 16px;
    background: #e6f2ff;
    border-radius: 10px;
    font-weight: 600;
}

.zes-alert {
    background: #fff4f4;
    border-left: 4px solid #cc0000;
    padding: 16px 18px;
    border-radius: 6px;
    margin: 10px 0 14px 0;
}



/* =========================
   AKTUELLES / BLOG-HINWEISE
   =========================
   Die HTML-Wrapper .zes-news und .zes-news-card bleiben erlaubt,
   erzeugen aber keine zusätzliche Karte. Die eigentliche visuelle
   Hervorhebung übernimmt .zes-alert.
*/

.zes-news {
    max-width: 1180px !important;
    margin: 0 auto 70px auto !important;
    padding: 0 !important;
}

.zes-news-card {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Falls das Badge versehentlich leer stehen bleibt, drückt es keinen Abstand mehr rein. */
.zes-news-badge:empty {
    display: none !important;
}

/* Badge grundsätzlich nur anzeigen, wenn Du es wirklich wieder verwenden willst.
   Aktuell ist es bewusst deaktiviert, weil "Aktuelle Information" pro Beitrag nervt. */
.zes-news-badge {
    display: none !important;
}

.zes-news .zes-alert {
    max-width: none !important;
    color: #1c2f55 !important;
}


/* =========================
   COOKIE BANNER
   ========================= */

[class*="cookie"] {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999 !important;
    background: #45c7c3 !important;
    padding: 14px 24px !important;
}

/* =========================
    Überschriften-Abstände korrigieren
   ========================= */

body.com_content.view-article .uk-margin-top h1 {
    margin-bottom: 10px !important;
}

body.com_content.view-article .uk-margin-top h2 {
    margin-bottom: 8px !important;
}

body.com_content.view-article .uk-margin-top h3,
body.com_content.view-article .uk-margin-top h4 {
    margin-bottom: 6px !important;
}

/* =========================
   UIkit Artikel-Textabstände killen
   ========================= */

body.com_content.view-article .uk-margin-top p,
body.com_content.view-article .uk-margin-top ul,
body.com_content.view-article .uk-margin-top ol,
body.com_content.view-article .uk-margin-top pre,
body.com_content.view-article .uk-margin-top address,
body.com_content.view-article .uk-margin-top fieldset,
body.com_content.view-article .uk-margin-top figure {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

/* Überschrift direkt vor Text */
body.com_content.view-article .uk-margin-top h1 + p,
body.com_content.view-article .uk-margin-top h2 + p,
body.com_content.view-article .uk-margin-top h3 + p {
    margin-top: 0 !important;
}

/* Text vor neuer Überschrift */
body.com_content.view-article .uk-margin-top p + h2 {
    margin-top: 18px !important;
}

body.com_content.view-article .uk-margin-top p + h3 {
    margin-top: 14px !important;
}

body.com_content.view-article .uk-margin-top p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
body.com_content.view-article .uk-margin-top p:last-child {
    margin-bottom: 0 !important;
}

/* =========================
   Rechtliche Seiten FINAL
   Impressum / Datenschutz
   ========================= */

body.com_content.view-article .uk-margin-top .zes-legal,
body.com_content.view-article .uk-margin-top .zes-privacy {
    max-width: 1100px !important;
    margin: 28px auto 70px auto !important;
    padding: 36px 46px !important;
    background: #ffffff !important;
    border-left: 5px solid #003c8f !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06) !important;
    color: #1c2f55 !important;
    box-sizing: border-box !important;
}

body.com_content.view-article .uk-margin-top .zes-legal h1,
body.com_content.view-article .uk-margin-top .zes-privacy h1 {
    color: #002b6c !important;
    margin: 0 0 22px 0 !important;
}

body.com_content.view-article .uk-margin-top .zes-legal h2,
body.com_content.view-article .uk-margin-top .zes-privacy h2 {
    color: #002b6c !important;
    margin: 20px 0 10px 0 !important;
}

body.com_content.view-article .uk-margin-top .zes-legal h3,
body.com_content.view-article .uk-margin-top .zes-privacy h3 {
    color: #003c8f !important;
    margin: 16px 0 6px 0 !important;
}

body.com_content.view-article .uk-margin-top .zes-legal p,
body.com_content.view-article .uk-margin-top .zes-privacy p {
    margin: 0 0 8px 0 !important;
    line-height: 1.55 !important;
}

/* Links im Hero sauber einfärben */
.zes-hero .zes-focus-list a {
    color: #0b3a75 !important;   /* dein dunkles Blau */
    text-decoration: none !important;
    font-weight: 600;
}

/* Hover */
.zes-hero .zes-focus-list a:hover {
    color: #003c8f !important;
    text-decoration: underline !important;
}

/* Bullets einfärben */
.zes-focus-list li::marker {
    color: #0b3a75;
}

/* Hinweisbox aufwerten */
.zes-note-card {
    background: rgba(11, 58, 117, 0.08) !important;  /* leicht blau */
    border-left: 4px solid #0b3a75 !important;
    color: #0b3a75 !important;
    font-weight: 500;
    border-radius: 12px;
}

/* Link darin */
.zes-note-card a {
    color: #0b3a75 !important;
    text-decoration: none !important;
    display: block;
}

.zes-note-card:hover {
    background: rgba(11, 58, 117, 0.12);
    transform: translateY(-1px);
    transition: all 0.15s ease;
}

/* =========================
   Convert Forms anpassen
   ========================= */
.convertforms .cf-success-message {
    padding: 15px 20px;
}

.convertforms .cf-success-message {
    background: #e8f4ff;
    color: #1b4f72;
}

.sp-footer ::before,
.sp-footer ::after {
    display: none !important;
    content: none !important;
}


/* =========================
   Startseite: Hero FINAL FIX
   ========================= */

.article-body img:not(.zes-hero-img):not(.zes-hero-inset) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.zes-hero {
    position: relative !important;
    width: 100% !important;
    max-width: 1280px !important;
    height: auto !important;
    min-height: 720px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eef5ff !important;
}

.article-body img.zes-hero-img,
.zes-hero-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.article-body img.zes-hero-inset,
.zes-hero-inset {
    position: absolute !important;
    left: 15px !important;
    bottom: 20px !important;
    width: 310px !important;
    max-width: 28% !important;
    height: auto !important;
    margin: 0 !important;
    z-index: 10 !important;
    border: 4px solid #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25) !important;
}

.zes-hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    padding: 34px 42px !important;
    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,0.62) 0%,
        rgba(255,255,255,0.42) 34%,
        rgba(255,255,255,0.08) 58%,
        rgba(255,255,255,0.55) 100%
    ),
    linear-gradient(
        180deg,
        rgba(255,255,255,0.25) 0%,
        rgba(255,255,255,0.12) 45%,
        rgba(255,255,255,0.02) 100%
    );
}

.zes-hero-left {
    position: relative !important;
    z-index: 5 !important;
}

.zes-hero-right {
    position: absolute !important;
    top: 50px !important;
    right: 28px !important;
    width: 285px !important;
    z-index: 5 !important;
}

.zes-hero {
    height: 780px !important;
    max-height: 780px !important;
    overflow: hidden !important;
}

.article-body img.zes-hero-img,
.zes-hero-img {
    height: 780px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.zes-note-card {
    display: block !important;
    background: rgba(255,255,255,0.92) !important;
    border-left: 4px solid #45c7c3 !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    margin-top: 8px !important;
    color: #002b6c !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}

.zes-note-card a {
    color: #002b6c !important;
    text-decoration: none !important;
}

.zes-note-card strong {
    color: #003c8f !important;
    font-weight: 800 !important;
}

.zes-note-card {
    transition: all 0.25s ease;
}

.zes-note-card:hover {
   background: #ffffff !important;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 32px rgba(0,0,0,0.22) !important;
    border-left-color: #00b7b2 !important;
    color: #007f7a !important;
}

@media (max-width: 600px) and (orientation: portrait) {

    .zes-hero-right {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: auto !important;
        margin: 16px 14px 0 14px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .zes-info-card {
        padding: 10px 12px !important;
        border-radius: 14px !important;
        min-height: auto !important;
    }

    .zes-info-card h3 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    .zes-info-card p {
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .zes-info-icon {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        font-size: 22px !important;
    }

    .zes-note-card {
        font-size: 15px !important;
        line-height: 1.25 !important;
        padding: 10px 12px !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 600px) and (orientation: portrait) {

    .zes-hero {
        position: relative !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .article-body img.zes-hero-img,
    .zes-hero-img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        z-index: 1 !important;
    }

    .zes-hero-overlay {
        position: relative !important;
        inset: auto !important;
        z-index: 3 !important;
        padding: 22px 18px 170px 18px !important;
        background:
            linear-gradient(
                180deg,
                rgba(255,255,255,0.70) 0%,
                rgba(255,255,255,0.45) 45%,
                rgba(255,255,255,0.72) 100%
            ) !important;
    }

    .zes-hero-left {
        position: relative !important;
        z-index: 5 !important;
        max-width: 100% !important;
    }

    .zes-hero-left div[style*="height"] {
        height: 0 !important;
    }

    .zes-hero-left h1 {
        font-size: 38px !important;
        line-height: 1.05 !important;
        margin-bottom: 14px !important;
    }

    .zes-hero-left p,
    .zes-focus-list li {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .zes-hero-right {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: auto !important;
        margin-top: 18px !important;
        z-index: 5 !important;
    }

    .zes-info-card {
        padding: 10px 12px !important;
        margin-bottom: 9px !important;
        border-radius: 14px !important;
    }

    .zes-info-card h3 {
        font-size: 17px !important;
        line-height: 1.15 !important;
    }

    .zes-info-card p {
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    .zes-info-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        font-size: 20px !important;
    }

    .zes-note-card {
        font-size: 14px !important;
        line-height: 1.25 !important;
        padding: 10px 12px !important;
    }

    .zes-hero-inset {
        position: absolute !important;
        left: 18px !important;
        bottom: 18px !important;
        width: 170px !important;
        max-width: 48% !important;
        z-index: 8 !important;
    }
}

@media (max-width: 600px) and (orientation: portrait) {

    .zes-info-card {
        padding: 9px 11px !important;
        margin-bottom: 8px !important;
    }

    .zes-info-card h3 {
        font-size: 16px !important;
    }

    .zes-info-card p {
        font-size: 13px !important;
    }

    .zes-info-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 18px !important;
    }

    .zes-note-card {
        font-size: 13px !important;
        padding: 9px 11px !important;
    }

    .zes-hero-inset {
        width: 150px !important;
    }
}

.zes-hero a {
    display: inline-block;
}

.zes-hero-inset {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zes-hero-inset:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

/* ===== Unsere Praxis ===== */

.zes-praxis-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 22px 60px;
}

.zes-praxis-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin-bottom: 42px;
    box-shadow: 0 14px 35px rgba(0,0,0,.16);
}

.zes-praxis-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.15);
    z-index: 1;
}


.zes-praxis-hero img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;

    filter: blur(1.5px);
    transform: scale(1.02);
}

.zes-praxis-hero-text {
    position: absolute;
    left: 36px;
    bottom: 34px;
    max-width: 560px;
    padding: 26px 30px;

       background: rgba(255,255,255,.58);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border-radius: 18px;

    box-shadow:
        0 12px 30px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.5);

        z-index: 2;
}

.zes-praxis-hero-text h1 {
    margin: 0 0 8px;
    color: #00337a;
    font-size: 42px;
}

.zes-praxis-hero-text h2 {
    margin: 0 0 12px;
    color: #00337a;
    font-size: 22px;
}

.zes-praxis-hero-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
}

.zes-praxis-section {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: center;
    margin: 34px 0;
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0,0,0,.09);
}

.zes-praxis-section-alt {
    background: #eef6ff;
}

.zes-praxis-section img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.13);
}

.zes-praxis-section h2 {
    margin: 0 0 12px;
    color: #00337a;
    font-size: 28px;
}

.zes-praxis-section p {
    margin: 0;
    color: #002b66;
    font-size: 17px;
    line-height: 1.6;
}

.zes-praxis-section:nth-of-type(even) img {
    order: 2;
}

@media (max-width: 850px) {
    .zes-praxis-page {
        padding: 20px 14px 44px;
    }

    .zes-praxis-hero img {
        height: 360px;
    }

    .zes-praxis-hero-text {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        margin: -70px 16px 18px;
        padding: 22px;
    }

    .zes-praxis-hero-text h1 {
        font-size: 34px;
    }

    .zes-praxis-section {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
    }

    .zes-praxis-section:nth-of-type(even) img {
        order: 0;
    }

    .zes-praxis-section img {
        height: 250px;
    }
}


/* =========================
   Karriere Bereich
   ========================= */

.zes-career-page {
    max-width: 1100px;
    margin: 0 auto 60px auto;
    padding: 20px;
}

.zes-career-intro {
    margin-bottom: 30px;
}

.zes-career-intro h2 {
    font-size: 2rem;
    color: #003b7a;
    margin-bottom: 12px;
}

.zes-career-intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1b3555;
}

.zes-career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 25px;
}

.zes-career-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 28px rgba(0, 35, 80, 0.12);
    border: 1px solid rgba(0, 60, 130, 0.08);
    transition: all 0.25s ease;
}

.zes-career-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 35, 80, 0.18);
}

.zes-career-card h3 {
    color: #003b7a;
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.zes-career-card p {
    color: #213b5c;
    line-height: 1.55;
}

.zes-career-card ul {
    margin: 16px 0 22px 20px;
    padding: 0;
    color: #213b5c;
}

.zes-career-card li {
    margin-bottom: 8px;
}

.zes-career-button {
    display: inline-block;
    background: #003b7a;
    color: #ffffff !important;
    padding: 11px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 600;
    margin-top: auto;
}

.zes-career-button:hover {
    background: #0056a6;
}

.zes-career-note {
    margin-top: 34px;
    padding: 24px;
    border-left: 5px solid #42c7c7;
    background: #f4fbfc;
    border-radius: 14px;
}

.zes-career-note h3 {
    color: #003b7a;
    margin-bottom: 10px;
}

.zes-career-note p {
    color: #213b5c;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .zes-career-grid {
        grid-template-columns: 1fr;
    }
}

.zes-career-hero {
    position: relative;
    margin: 32px 0 36px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0,0,0,.14);
}

.zes-career-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: blur(5px);
    transform: scale(1.06);
}

.zes-career-hero-text {
    position: absolute;
    left: 38px;
    bottom: 36px;
    max-width: 560px;
    padding: 28px 32px;
    border-radius: 20px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

.zes-career-hero-text h1 {
    margin: 0 0 8px;
    color: #00337a;
    font-size: 42px;
}

.zes-career-hero-text h2 {
    margin: 0 0 12px;
    color: #00337a;
    font-size: 22px;
}

.zes-career-hero-text p {
    margin: 0;
    color: #002b66;
    font-size: 17px;
    line-height: 1.55;
}

@media (max-width: 850px) {
    .zes-career-hero img {
        height: 360px;
    }

    .zes-career-hero-text {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -80px 16px 20px;
        padding: 22px;
    }

    .zes-career-hero-text h1 {
        font-size: 34px;
    }
}

.zes-career-pa-note {
    margin: 28px 0 32px;
    padding: 24px 28px;
    border-left: 6px solid #45c9c4;
    border-radius: 18px;
    background: #eefafa;
    box-shadow: 0 8px 22px rgba(0,0,0,.07);
}

.zes-career-pa-note h3 {
    margin: 0 0 10px;
    color: #00337a;
    font-size: 24px;
}

.zes-career-pa-note p {
    margin: 0 0 10px;
    color: #002b66;
    line-height: 1.55;
}

.zes-career-pa-note p:last-child {
    margin-bottom: 0;
}

.zes-leistungen-hero {
    position: relative;
    margin: 30px 0 40px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.zes-leistungen-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.zes-leistungen-hero-text {
    position: absolute;
    left: 15px;
    bottom: 15px;

    max-width: 480px;
    padding: 15px;

    background: rgba(255,255,255,.92);
    backdrop-filter: blur(4px);

    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,.12);
}

.zes-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.zes-card-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.zes-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #00337a;
}

.zes-card-text {
    line-height: 1.6;
    color: #444;
}

/* Aktuelles: Beitrag kompakter */
body.com_content.view-category.layout-blog .uk-article {
    padding: 8px 10px 0 10px !important;
    margin-bottom: 10px !important;
}

/* Aktuelles: Hinweisbox luftiger */
body.com_content.view-category.layout-blog .zes-alert {
    font-size: 18px !important;
    line-height: 1.45 !important;
    padding: 18px 20px !important;
    margin-bottom: 0 !important;
}

/* Aktuelles: Überschrift enger an Box */
body.com_content.view-category.layout-blog .uk-article h2,
body.com_content.view-category.layout-blog .uk-article h3 {
    margin-bottom: 10px !important;
}


body.com_content.view-category.layout-blog .uk-article {
    padding: 8px 20px 0 20px !important;
    margin-bottom: 20px !important;
}

body.com_content.view-category.layout-blog .zes-alert {
    font-size: 18px !important;
    line-height: 1.45 !important;
    padding: 18px 20px !important;
    margin: 10px 0 0 0 !important;
}

/* Aktuelles: Blog-Beiträge enger stapeln */
body.com_content.view-category.layout-blog .uk-grid-stack > .uk-grid-margin {
    margin-top: 45px !important;
}

body.com_content.view-category.layout-blog .uk-article {
    padding: 8px 20px 0 20px !important;
    margin-bottom: 0 !important;
}

body.com_content.view-category.layout-blog .zes-news {
    margin-bottom: 0 !important;
}

body.com_content.view-category.layout-blog .zes-alert {
    font-size: 18px !important;
    line-height: 1.45 !important;
    padding: 18px 20px !important;
    margin: 8px 0 0 0 !important;
}