/* =============================================================================
   SOMMER-AKADEMIE 2026 – Custom CSS
   Präfix: sa26-
   Voraussetzung: screen.min.css + maxpert.min.css sind bereits geladen.
   Vorhandene Klassen aus maxpert.min.css die direkt genutzt werden:
     - mxp_red          → background-color:#D5202F; color:#fff
     - mxp_blau         → background-color:#01223d; color:#fff
     - mxp_btn          → border-radius:4px; padding:.5em .75em
     - mxp_fontFamilyUbuntuCondensed
     - mxp_fontFamilyOpenSans
     - mxp_boxShadow    → box-shadow:0 0 10px rgba(0,0,0,.25)
     - mxp_borderRadius8x → border-radius:8px
============================================================================= */

/* ---------------------------------------------------------------------------
   FIXED SIDEBAR (Telefon / Newsletter / LinkedIn Icons)
--------------------------------------------------------------------------- */
.sa26-sidebar-fixed {
    position: fixed;
    right: 0;
    z-index: 99999999;
    top: 33%;
}

.sa26-sidebar-fixed__item {
    line-height: 0;
}

.sa26-sidebar-btn {
    margin-top: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url('/ecomaXL/pics/icons/icon-tel.png');
    background-color: transparent;
    border: none;
    display: block;
}

.sa26-sidebar-icon {
    width: 40px;
    margin-top: 15px;
    display: block;
}

/* ---------------------------------------------------------------------------
   MODAL (Kontakt-Overlay)
--------------------------------------------------------------------------- */
.sa26-modal-title-wrap {
    font-size: 30px;
    text-transform: none;
    padding-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #D5202F;
    margin-left: 25px;
    margin-right: 25px;
}

.sa26-modal-body-center {
    text-align: center;
    margin-bottom: 50px;
}

/* ---------------------------------------------------------------------------
   OVERLAY HINTERGRUND
--------------------------------------------------------------------------- */
.sa26-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 53, 48, 0.77);
    z-index: 999999;
    display: none;
}

/* ---------------------------------------------------------------------------
   HERO BANNER
--------------------------------------------------------------------------- */
.sa26-hero {
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.sa26-hero__img {
    width: 100%;
    height: auto;
    display: block;
}

.sa26-hero__btn-container {
    position: absolute;
    left: 5%;
    bottom: 24%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    z-index: 10;
}

.sa26-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 5;
}

/* Hero Buttons – Basis kommt von mxp_btn + mxp_red / mxp_blau */
.sa26-btn-primary {
    display: inline-block;
    background-color: #D5202F;
    color: #ffffff !important;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(213, 32, 47, 0.4);
}

.sa26-btn-primary:hover {
    background-color: #ff3041;
    color: #ffffff !important;
    text-decoration: none;
}

.sa26-btn-secondary {
    display: inline-block;
    background-color: rgba(6, 35, 61, 0.85);
    border: 2px solid #06233d;
    color: #ffffff !important;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.sa26-btn-secondary:hover {
    background-color: #06233d;
    color: #ffffff !important;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------
   HERO INTRO TEXT
--------------------------------------------------------------------------- */
.sa26-hero-intro {
    padding: 30px 0 15px 0;
}

.sa26-hero-intro__text {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #D5202F;
    line-height: 1.6;
    margin: 0;
    max-width: 950px;
}

/* ---------------------------------------------------------------------------
   TRUST-BAR
--------------------------------------------------------------------------- */
.sa26-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #D5202F;
    border-radius: 4px;
    margin-bottom: 35px;
    font-size: 14px;
    color: #06233d;
}

/* ---------------------------------------------------------------------------
   TRENNLINIEN
--------------------------------------------------------------------------- */
.sa26-hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.sa26-hr--large {
    border: 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}

/* ---------------------------------------------------------------------------
   BESTSELLER SECTION (Anker)
--------------------------------------------------------------------------- */
.sa26-bestseller-anchor {
    scroll-margin-top: 20px;
}

.sa26-section-intro {
    font-size: 16px;
    margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------
   KATEGORIE-KARTEN (Trainings-Übersicht)
--------------------------------------------------------------------------- */
.sa26-category-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.sa26-category-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.sa26-category-card__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #D5202F;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: none;
}

.sa26-category-card__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 900px;
}

/* ---------------------------------------------------------------------------
   TRAINING-ZEILEN (innerhalb einer Kategorie-Karte)
--------------------------------------------------------------------------- */
.sa26-training-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sa26-training-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.sa26-training-row:last-child {
    border-bottom: none;
}

.sa26-training-row__name {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    width: 45%;
    text-align: left;
}

.sa26-training-row__name a {
    text-decoration: none;
    color: #444;
    display: block;
}

.sa26-training-row__name a:hover {
    color: #D5202F;
}

.sa26-training-row__duration {
    color: #666;
    font-size: 14px;
    width: 15%;
    text-align: left;
}

.sa26-training-row__price {
    font-size: 14px;
    width: 25%;
    text-align: left;
}

.sa26-training-row__price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.sa26-training-row__price-new {
    font-weight: bold;
    color: #444;
}

.sa26-training-row__cta {
    color: #444;
    font-size: 14px;
    width: 15%;
    text-align: right;
    white-space: nowrap;
}

.sa26-training-row__cta a {
    text-decoration: none;
    color: #444;
    display: block;
}

.sa26-training-row__cta a:hover {
    color: #D5202F;
}

.sa26-training-row__cta-arrow {
    color: #D5202F;
    font-weight: bold;
    margin-left: 4px;
}

/* ---------------------------------------------------------------------------
   QUICK-LINKS BOX
--------------------------------------------------------------------------- */
.sa26-quicklinks {
    background-color: #fcfcfc;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin-bottom: 40px;
}

.sa26-quicklinks__title {
    margin-top: 0;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.sa26-quicklinks__list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sa26-quicklinks__link {
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    color: #06233d;
    font-weight: bold;
}

.sa26-quicklinks__link:hover {
    background-color: #f0f4f7;
    color: #D5202F;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------
   3-SCHRITTE SECTION
--------------------------------------------------------------------------- */
.sa26-steps-intro {
    font-size: 16px;
}

.sa26-steps-list {
    margin: 25px -15px 40px -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sa26-step {
    width: 395px;
    padding: 0 20px;
    margin: 0 15px 20px 15px;
    box-sizing: border-box;
}

.sa26-step__title {
    color: #06233d;
    margin-top: 0;
    text-transform: none;
}

.sa26-step__text {
    font-size: 14px;
    line-height: 1.4;
    color: #555;
}

/* ---------------------------------------------------------------------------
   COUNTDOWN BLOCK
--------------------------------------------------------------------------- */
.sa26-countdown-wrap {
    background-color: #06233d;
    border-radius: 12px;
    padding: 28px 36px;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

.sa26-countdown-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.sa26-countdown-label {
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7ab8d4;
    display: block;
    margin-bottom: 12px;
}

.sa26-countdown-digits {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sa26-countdown-unit {
    background-color: #04192e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 10px 14px;
    min-width: 58px;
    text-align: center;
}

.sa26-countdown-unit__number {
    display: block;
    font-family: Ubuntu, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}

.sa26-countdown-unit__number--red   { color: #D5202F; }
.sa26-countdown-unit__number--white { color: #ffffff; }
.sa26-countdown-unit__number--blue  { color: #7ab8d4; }

.sa26-countdown-unit__label {
    font-size: 9px;
    text-transform: uppercase;
    color: #7ab8d4;
    letter-spacing: 1px;
    font-family: Ubuntu, sans-serif;
}

.sa26-countdown-separator {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.sa26-countdown-deadline {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.sa26-countdown-deadline__label {
    font-family: Ubuntu, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7ab8d4;
    display: block;
}

.sa26-countdown-deadline__date {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
}

.sa26-countdown-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

/* ---------------------------------------------------------------------------
   BUNDLE-BANNER
--------------------------------------------------------------------------- */
.sa26-bundle-banner {
    background: #ffffff;
    border: 2px dashed #7ab8d4;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}

.sa26-bundle-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.sa26-bundle-banner__text {
    flex: 1 1 60%;
    min-width: 280px;
}

.sa26-bundle-banner__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #06233d;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: none;
}

.sa26-bundle-banner__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin: 0;
    max-width: 700px;
}

.sa26-bundle-banner__desc-highlight {
    color: #D5202F;
}

.sa26-bundle-banner__cta-wrap {
    flex: 1 1 30%;
    min-width: 220px;
    text-align: right;
}

.sa26-bundle-banner__btn {
    display: inline-block;
    background-color: #D5202F;
    color: #ffffff !important;
    font-family: Ubuntu, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(213, 32, 47, 0.3);
}

.sa26-bundle-banner__btn:hover {
    background-color: #ff3041;
    color: #ffffff;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------
   FOOTER SECTION
--------------------------------------------------------------------------- */
.sa26-footer-section {
    margin-top: 60px;
    border-top: 2px solid #D5202F;
    padding-top: 40px;
}

.sa26-footer-section__title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: normal;
    text-transform: none;
}

.sa26-contact-row {
    margin-top: 25px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sa26-legal-note {
    margin-top: 40px;
    font-size: 12px;
    color: #999;
}

.sa26-legal-note__text {
    color: #777479;
    font-size: 14px;
}

/* ---------------------------------------------------------------------------
   NAVIGATION MEGAMENÜ – Inline-Styles entfernt
   (style="width:90%", style="width:95%", style="display:none")
   → werden durch folgende Klassen ersetzt
--------------------------------------------------------------------------- */
.sa26-nav-item-wide {
    width: 90%;
}

.sa26-nav-linklist-wide {
    width: 95%;
}

.sa26-nav-mega-hidden {
    display: none;
}

.sa26-nav-mega-full-height {
    height: 100%;
}

/* =============================================================================
   RESPONSIVE BREAKPOINTS
============================================================================= */

/* --- Tablet landscape / kleine Desktops (≤ 1024px) --- */
@media screen and (max-width: 1024px) {
    .sa26-step {
        width: calc(50% - 30px);
    }

    .sa26-training-row__name     { width: 40%; }
    .sa26-training-row__duration { width: 15%; }
    .sa26-training-row__price    { width: 25%; }
    .sa26-training-row__cta      { width: 20%; }

    .sa26-bundle-banner__text     { flex: 1 1 100%; }
    .sa26-bundle-banner__cta-wrap { flex: 1 1 100%; text-align: left; }
}

/* --- Tablet portrait (≤ 768px) --- */
@media screen and (max-width: 768px) {
    .sa26-hero__btn-container {
        left: 4%;
        bottom: 12%;
        gap: 8px;
    }

    .sa26-btn-primary,
    .sa26-btn-secondary {
        font-size: 13px;
        padding: 10px 16px;
    }

    .sa26-trust-bar {
        gap: 15px;
        padding: 12px 15px;
    }

    .sa26-step {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .sa26-steps-list {
        margin-left: 0;
        margin-right: 0;
    }

    .sa26-countdown-wrap {
        padding: 20px;
    }

    .sa26-countdown-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .sa26-countdown-cta {
        width: 100%;
    }

    .sa26-countdown-cta a {
        width: 100%;
        text-align: center;
    }

    .sa26-training-row {
        flex-wrap: wrap;
        gap: 6px;
    }

    .sa26-training-row__name     { width: 100%; }
    .sa26-training-row__duration { width: 30%; }
    .sa26-training-row__price    { width: 40%; }
    .sa26-training-row__cta      { width: 20%; text-align: right; }

    .sa26-contact-row {
        gap: 20px;
    }
}

/* --- Smartphone (≤ 480px) --- */
@media screen and (max-width: 480px) {
    .sa26-hero {
        border-radius: 8px;
    }

    .sa26-hero__btn-container {
        left: 3%;
        bottom: 8%;
        /*flex-direction: column;*/
        gap: 6px;
    }

    .sa26-hero-intro__text {
        font-size: 15px;
    }

    .sa26-category-card {
        padding: 20px 15px;
    }

    .sa26-category-card__title {
        font-size: 18px;
    }

    .sa26-quicklinks__list {
        gap: 8px;
    }

    .sa26-quicklinks__link {
        font-size: 12px;
        padding: 8px 12px;
    }

    .sa26-countdown-unit {
        min-width: 46px;
        padding: 8px 10px;
    }

    .sa26-countdown-unit__number {
        font-size: 20px;
    }

    .sa26-countdown-deadline {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 10px;
    }

    .sa26-training-row__duration,
    .sa26-training-row__price,
    .sa26-training-row__cta {
        width: 100%;
        text-align: left;
    }

    .sa26-bundle-banner {
        padding: 20px 15px;
    }

    .sa26-bundle-banner__title {
        font-size: 18px;
    }

    .sa26-contact-row {
        flex-direction: column;
        gap: 15px;
    }

    .sa26-sidebar-fixed {
        display: none; /* Bei sehr kleinen Screens ausblenden */
    }
}

/* --- Sehr kleines Smartphone (≤ 360px) --- */
@media screen and (max-width: 360px) {
    .sa26-hero__btn-container {
        bottom: 5%;
    }

    .sa26-btn-primary,
    .sa26-btn-secondary {
        font-size: 12px;
        padding: 8px 12px;
    }

    .sa26-countdown-digits {
        gap: 5px;
    }

    .sa26-quicklinks__link {
        width: 100%;
        text-align: center;
    }
}

/* =============================================================================
   ERGÄNZUNGEN FÜR INTERESSENSSEITEN (sa26-)
   Alle 6 Seiten: ITSM, KI, KI-ÖD, Projektmanagement, Agile, GRC
============================================================================= */

/* ---------------------------------------------------------------------------
   TRUST-BAR VARIANTE – dunkelblaue Border (Interessensseiten)
--------------------------------------------------------------------------- */
.sa26-trust-bar--dark {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 12px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #06233d;
    border-radius: 4px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #06233d;
}

/* ---------------------------------------------------------------------------
   SECTION ÜBERSCHRIFTEN (H2 mit Ubuntu Condensed)
--------------------------------------------------------------------------- */
.sa26-section-h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #06233d;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
}

/* ---------------------------------------------------------------------------
   HERO-INTRO LABEL (Sommer-Akademie Badge über H1)
--------------------------------------------------------------------------- */
.sa26-hero-intro__label {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #7ab8d4;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.sa26-hero-intro__h1 {
    font-size: 36px;
    font-family: 'Ubuntu Condensed', sans-serif;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
    color: #06233d;
    text-transform: none;
}

.sa26-hero-intro__subtext {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 900px;
    color: #D5202F;
}

/* ---------------------------------------------------------------------------
   HERO BUTTON-CONTAINER – positionsvarianten per Modifier
   (left-Wert bleibt inline, da er bildspezifisch ist!)
   bottom-Wert ebenfalls bildspezifisch → beide als inline style belassen,
   nur die flex-Eigenschaften werden ausgelagert.
--------------------------------------------------------------------------- */
.sa26-hero__btn-container--sm {
    /* Kleinere Buttons für Interessensseiten */
    position: absolute;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 10;
}

.sa26-btn-secondary--sm {
    display: inline-block;
    background-color: rgba(6, 35, 61, 0.85);
    border: 2px solid #06233d;
    color: #ffffff !important;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.sa26-btn-secondary--sm:hover {
    background-color: #06233d;
    color: #ffffff !important;
    text-decoration: none;
}

.sa26-btn-primary--sm {
    display: inline-block;
    background-color: #D5202F;
    color: #ffffff !important;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(213, 32, 47, 0.3);
}

.sa26-btn-primary--sm:hover {
    background-color: #ff3041;
    color: #ffffff !important;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------
   PERSPEKTIVEN-KARTEN (3-spaltige Zielgruppennavigation)
--------------------------------------------------------------------------- */
.sa26-perspective-list {
    margin: 20px -15px 40px -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
}

.sa26-perspective-card {
    width: 395px;
    padding: 24px 20px;
    margin: 0 15px 20px 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.sa26-perspective-card__title {
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-top: 0;
    color: #06233d;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.sa26-perspective-card__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sa26-perspective-card__link {
    margin-top: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #D5202F;
    text-decoration: none;
}

.sa26-perspective-card__link:hover {
    text-decoration: underline;
    color: #D5202F;
}

/* ---------------------------------------------------------------------------
   KATALOG-KARTEN (Bundle- & Einzeltraining-Sektionen)
--------------------------------------------------------------------------- */
.sa26-catalog-card {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    margin-bottom: 40px;
    scroll-margin-top: 120px;
}

.sa26-catalog-card--spacing-lg {
    margin-bottom: 50px;
}

.sa26-catalog-header {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 18px;
    margin-bottom: 10px;
    color: #06233d;
}

/* Border-Left Farbvarianten */
.sa26-catalog-header--red  { border-left: 4px solid #D5202F; }
.sa26-catalog-header--blue { border-left: 4px solid #06233d; }

.sa26-catalog-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 25px;
}

/* ---------------------------------------------------------------------------
   TRAINING-ZEILEN – Erweiterung für Interessensseiten
   (min-width auf den Spalten, flex-wrap für kleinere Screens)
--------------------------------------------------------------------------- */
.sa26-training-row--wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #eee;
}

.sa26-training-row--wrap:last-child {
    border-bottom: none;
}

.sa26-training-row__name--wide {
    font-weight: bold;
    color: #444;
    font-size: 14px;
    width: 45%;
    min-width: 280px;
    text-align: left;
}

.sa26-training-row__name--wide a {
    text-decoration: none;
    color: #444;
}

.sa26-training-row__name--wide a:hover {
    color: #D5202F;
}

.sa26-training-row__duration--wide {
    color: #666;
    font-size: 14px;
    width: 10%;
    min-width: 60px;
    text-align: left;
}

.sa26-training-row__price--wide {
    font-size: 14px;
    width: 25%;
    min-width: 180px;
    text-align: left;
}

.sa26-training-row__cta--wide {
    color: #444;
    font-size: 14px;
    width: 15%;
    min-width: 110px;
    text-align: right;
    white-space: nowrap;
}

.sa26-training-row__cta--wide a {
    text-decoration: none;
    color: #444;
}

.sa26-training-row__cta--wide a:hover {
    color: #D5202F;
}

/* ---------------------------------------------------------------------------
   PREISE – Interessensseiten verwenden andere Farben als Hauptseite
   Hauptseite: durchgestrichen grau (#999), Aktionspreis schwarz (#444)
   Interessensseiten: durchgestrichen rot (#c62828), Aktionspreis grün (#2e7d32)
--------------------------------------------------------------------------- */
.sa26-price-old {
    text-decoration: line-through;
    color: #c62828;
    margin-right: 10px;
}

.sa26-price-action {
    font-weight: bold;
    color: #2e7d32;
}

/* ---------------------------------------------------------------------------
   FORMULAR-BOX (HubSpot-Embed-Rahmen)
--------------------------------------------------------------------------- */
.sa26-form-box {
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 35px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
}

.sa26-form-box__title {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #06233d;
    margin-top: 0;
    font-size: 24px;
    text-transform: none;
}

.sa26-form-box__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 25px;
}

.sa26-form-box__hints {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ---------------------------------------------------------------------------
   FALLBACK-NAVIGATION (Dashed-Border Box mit CTA)
--------------------------------------------------------------------------- */
.sa26-fallback-nav {
    margin: 40px auto;
    max-width: 700px;
    text-align: center;
    border: 1px dashed #06233d;
    border-radius: 12px;
    padding: 25px 35px;
    box-sizing: border-box;
}

.sa26-fallback-nav__title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #06233d;
    text-transform: none;
}

.sa26-fallback-nav__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0 0 15px 0;
}

.sa26-fallback-nav__btn {
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    background: #06233d;
    color: #fff !important;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
}

.sa26-fallback-nav__btn:hover {
    background-color: #0a3560;
    color: #fff !important;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------
   FOOTER KONTAKT-LINKS – Farb-Varianten
--------------------------------------------------------------------------- */
.sa26-contact-link--red {
    font-family: 'Open Sans', sans-serif;
    color: #D5202F;
    text-decoration: none;
    font-weight: bold;
}

.sa26-contact-link--red:hover {
    text-decoration: underline;
    color: #D5202F;
}

.sa26-contact-link--blue {
    font-family: 'Open Sans', sans-serif;
    color: #06233d;
    text-decoration: underline;
}

.sa26-contact-link--blue:hover {
    color: #D5202F;
}

.sa26-contact-label {
    font-family: Ubuntu, sans-serif;
    color: #06233d;
}

/* ---------------------------------------------------------------------------
   FOOTER LEGAL NOTE – Interessensseiten (etwas andere Farbe als Hauptseite)
--------------------------------------------------------------------------- */
.sa26-legal-note--interest {
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

.sa26-legal-note--interest__text {
    color: rgb(119, 116, 121);
    font-size: 13px;
}

/* ---------------------------------------------------------------------------
   FOOTER SECTION – Interessensseiten (body-Text hat color: #333)
--------------------------------------------------------------------------- */
.sa26-footer-section__body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 1.5;
}

/* =============================================================================
   RESPONSIVE BREAKPOINTS – INTERESSENSSEITEN
============================================================================= */

/* --- Tablet landscape (≤ 1024px) --- */
@media screen and (max-width: 1024px) {
    .sa26-perspective-card {
        width: calc(50% - 30px);
    }

    .sa26-training-row__name--wide     { width: 100%; min-width: unset; }
    .sa26-training-row__duration--wide { width: 20%; min-width: unset; }
    .sa26-training-row__price--wide    { width: 40%; min-width: unset; }
    .sa26-training-row__cta--wide      { width: 20%; text-align: right; min-width: unset; }
}

/* --- Tablet portrait (≤ 768px) --- */
@media screen and (max-width: 768px) {
    .sa26-perspective-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .sa26-perspective-list {
        margin-left: 0;
        margin-right: 0;
    }

    .sa26-catalog-card {
        padding: 20px 15px;
    }

    .sa26-catalog-header {
        font-size: 20px;
    }

    .sa26-form-box {
        padding: 25px 20px;
    }

    .sa26-fallback-nav {
        padding: 20px;
    }

    .sa26-hero-intro__h1 {
        font-size: 28px;
    }
}

/* --- Smartphone (≤ 600px) --- */
@media screen and (max-width: 600px) {
    span.sa26-price-action:before {
        content: '\A';
        white-space: pre;
    }
}

/* --- Smartphone (≤ 480px) --- */
@media screen and (max-width: 480px) {
    .sa26-hero-intro__h1 {
        font-size: 22px;
    }

    .sa26-hero-intro__subtext {
        font-size: 15px;
    }

    .sa26-training-row--wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .sa26-training-row__duration--wide,
    .sa26-training-row__price--wide,
    .sa26-training-row__cta--wide {
        width: 100%;
        text-align: left;
        min-width: unset;
    }

    .sa26-fallback-nav__btn {
        display: block;
        text-align: center;
    }

    .sa26-form-box {
        padding: 20px 15px;
    }

    .sa26-catalog-card {
        padding: 15px 12px;
    }
}

/* --- Sehr kleines Smartphone (≤ 360px) --- */
@media screen and (max-width: 360px) {
    .sa26-section-h2 {
        font-size: 20px;
    }

    .sa26-perspective-card__title {
        font-size: 16px;
    }

    .sa26-catalog-header {
        font-size: 17px;
        padding: 5px 12px;
    }
}