/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fojizziysh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fojizziysh] {
    flex: 1;
    background: #EFF2FB;
    padding-bottom: 72px;
}

.sidebar[b-fojizziysh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.auth-loading[b-fojizziysh] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    background: #eff2fb;
    color: #4473ab;
    font-size: 0.95rem;
    font-weight: 500;
}

.top-row[b-fojizziysh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fojizziysh]  a, .top-row[b-fojizziysh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-fojizziysh]  a:hover, .top-row[b-fojizziysh]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-fojizziysh]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-fojizziysh] {
        justify-content: space-between;
    }

        .top-row[b-fojizziysh]  a, .top-row[b-fojizziysh]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-fojizziysh] {
        flex-direction: row;
    }

    .sidebar[b-fojizziysh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fojizziysh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-fojizziysh]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-fojizziysh], article[b-fojizziysh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fojizziysh] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fojizziysh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* #region KOMPONENTE: TOPBAR */
/* =========================================================
   KOMPONENTE: TOPBAR
   ========================================================= */
.topbar[b-fojizziysh] {
    background: #4473AB;
    color: #fff;
    font-size: var(--fs-small);
}

.topbar__inner[b-fojizziysh] {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar__left[b-fojizziysh] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.topbar__contact[b-fojizziysh] {
    display: flex;
    gap: 20px;
    align-items: center;
}

.topbar__links[b-fojizziysh] {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topbar__link[b-fojizziysh] {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--fs-small);
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s ease;
}

    .topbar__link:hover[b-fojizziysh] {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

/* Social-Icons (Topbar) – als Masken eingefärbt */
.topbar__social[b-fojizziysh] {
    display: flex;
    gap: 16px;
}

    .topbar__social .icon[b-fojizziysh] {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-color: #fff; /* Icon-Farbe */
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        transition: background-color .2s;
    }

        .topbar__social .icon:hover[b-fojizziysh] {
            background-color: #ffcc00;
        }

/* Maskenpfade (Topbar) */
.icon.linkedin[b-fojizziysh] {
    -webkit-mask-image: url("/assets/logos/linkedin.svg");
    mask-image: url("/assets/icons/linkedin.svg");
}

.icon.instagram[b-fojizziysh] {
    -webkit-mask-image: url("/assets/logos/instagram.svg");
    mask-image: url("/assets/icons/instagram.svg");
}

.icon.whatsapp[b-fojizziysh] {
    -webkit-mask-image: url("/assets/logos/whatsapp.svg");
    mask-image: url("/assets/icons/whatsapp.svg");
}

.icon.facebook[b-fojizziysh] {
    -webkit-mask-image: url("/assets/logos/facebook.svg");
    mask-image: url("/assets/icons/facebook.svg");
}
/* #endregion */

/* #region KOMPONENTE: HEADER/NAV */

/* ===== HEADER / NAV ===== */
.header[b-fojizziysh] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #EFF2FB;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.header__inner[b-fojizziysh] {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav[b-fojizziysh] {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav__link[b-fojizziysh] {
    color: #173251;
    font-weight: 500;
    font-size: var(--fs-small);
    text-decoration: none;
}

.header__cta[b-fojizziysh] {
    margin-left: 18px;
    border-radius: 10px;
    padding: 10px 16px;
    background-color: #4473AB;
}

/* ===== Burger + Backdrop (mobile) ===== */
.nav__burger[b-fojizziysh] {
    display: none;
    position: relative;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    z-index: 60;
}

    .nav__burger span[b-fojizziysh] {
        position: absolute;
        left: 10px;
        right: 10px;
        height: 2px;
        background: #173251;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
    }

        .nav__burger span:nth-child(1)[b-fojizziysh] {
            top: 13px;
        }

        .nav__burger span:nth-child(2)[b-fojizziysh] {
            top: 20px;
        }

        .nav__burger span:nth-child(3)[b-fojizziysh] {
            top: 27px;
        }

    .nav__burger.is-open span:nth-child(1)[b-fojizziysh] {
        top: 20px;
        transform: rotate(45deg);
    }

    .nav__burger.is-open span:nth-child(2)[b-fojizziysh] {
        opacity: 0;
    }

    .nav__burger.is-open span:nth-child(3)[b-fojizziysh] {
        top: 20px;
        transform: rotate(-45deg);
    }

.nav__backdrop[b-fojizziysh] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 45;
    opacity: 0;
    transition: opacity 0.2s ease;
}

    .nav__backdrop.is-open[b-fojizziysh] {
        display: block;
        opacity: 1;
    }

/* ===== Dropdown trigger / hover bridge ===== */
.nav__item[b-fojizziysh] {
    position: relative;
}

.nav__link--dropdown[b-fojizziysh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.nav__chev[b-fojizziysh] {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 2px;
}

.nav__item--dropdown.is-open .nav__chev[b-fojizziysh] {
    transform: rotate(180deg);
}

.nav__item--dropdown.is-open > .nav__link[b-fojizziysh] {
    color: #2E5DA8;
}

.nav__item--dropdown[b-fojizziysh] {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .nav__item--dropdown[b-fojizziysh]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -11px;
        right: -22px; 
        z-index: -1; 
    }



    .nav__item--dropdown.is-open[b-fojizziysh]::after {
        display: block;
    }

.nav__link[b-fojizziysh] {
    display: inline-flex;
    align-items: center;
    height: 76px; /* exakt Headerhöhe */
    line-height: 1; /* baseline-verschiebung vermeiden */
}

/* ===== Mega base ===== */
.mega[b-fojizziysh] {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
    display: none;
}

    .mega[b-fojizziysh]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -14px; 
        height: 14px;
        background: transparent;
    }
.nav__item--dropdown.is-open .mega[b-fojizziysh] {
    display: block;
}

/* =========================================================
   Lösungen Mega-Menü (4 Karten + 6er Liste)
   ========================================================= */
.mega--solutions[b-fojizziysh] {
    width: 1420px;
    padding: 0;
}

.mega__inner--sol[b-fojizziysh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    padding: 26px;
    align-items: stretch;
}

/* ── Linke Karten ── */
.sol-cards[b-fojizziysh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(1, 1fr) auto auto auto auto minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 0;
}

.sol-card[b-fojizziysh] {
    display: grid;
    grid-row: span 6;
    grid-template-rows: subgrid;
    row-gap: 10px;
    justify-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 60px 20px 20px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(40, 70, 120, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .sol-card:hover[b-fojizziysh] {
        border-color: #cfdcef;
        box-shadow: 0 12px 26px rgba(40, 70, 120, 0.12);
        transform: translateY(-2px);
    }




.sol-card__icon[b-fojizziysh] {
    grid-row: 1;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.sol-card__icon img[b-fojizziysh] {
        width: 52px;
        height: 52px;
        object-fit: contain;
    }
.sol-card__title[b-fojizziysh] {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    align-self: center;
}

.sol-card__meta[b-fojizziysh] {
    font-size: 0.82rem;
    color: #5a6678;
    line-height: 1.6;
    margin-bottom: 0;
    align-self: start;
}

.sol-card__btn[b-fojizziysh] {
    width: 100%;
    justify-self: stretch;
    align-self: end;
    border: 1px solid #c8d6e8;
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 0.85rem;
    color: #3a6bae;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}


.sol-card__title--brown[b-fojizziysh] {
    color: #e08a3c;
}

.sol-card__title--blue[b-fojizziysh] {
    color: #3a6bae;
}

.sol-card__title--violet[b-fojizziysh] {
    color: #7b5ba6;
}

.sol-card__title--gray[b-fojizziysh] {
    color: #9aa3b0;
}


.sol-card:hover .sol-card__btn[b-fojizziysh] {
    background: #f3f7fc;
    border-color: #9fb6d6;
}

/* ── Rechte Liste ── */
.sol-list[b-fojizziysh] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sol-link[b-fojizziysh] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #eef1f6;
    border-radius: 10px;
    padding: 14px 18px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .sol-link:hover[b-fojizziysh] {
        border-color: #cfdcef;
        box-shadow: 0 8px 18px rgba(40, 70, 120, 0.08);
    }

.sol-link__icon[b-fojizziysh] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .sol-link__icon img[b-fojizziysh] {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

.sol-link__text[b-fojizziysh] {
    flex: 1;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1f2d44;
}

.sol-link__chev[b-fojizziysh] {
    color: #9aa3b0;
    font-size: 1.3rem;
    line-height: 1;
}


/* =======================================================================
   SERVICE menu (volle Höhe verteilen)
   ======================================================================= */
.mega--service[b-fojizziysh] {
    width: 760px;
    padding: 0;
}

    /* fängt das doppelte .serviceMenu ab: der erste ist grid, der innere wird "pass-through" */
    .mega--service > .serviceMenu[b-fojizziysh] {
        display: grid;
        grid-template-columns: 220px 1fr;
        gap: 18px;
        padding: 18px;
        align-items: stretch;
    }

        .mega--service > .serviceMenu > .serviceMenu[b-fojizziysh] {
            display: contents;
        }

.serviceMenu__images[b-fojizziysh] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    align-content: stretch;
}

.serviceMenu__imgLink[b-fojizziysh] {
    display: block;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.serviceMenu__img[b-fojizziysh] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 102px;
}

/* rechts: 2 Spalten, 4 Reihen -> gleiche Höhe je Reihe */
.serviceMenu__links[b-fojizziysh] {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    column-gap: 34px;
    row-gap: 22px;
    align-content: stretch;
    padding-top: 0;
}

.serviceLink[b-fojizziysh] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0f172a;
    font-size: var(--fs-small);
    font-weight: 600;
    min-height: 0;
}

.serviceLink__icon[b-fojizziysh] {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #DCEAFE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

    .serviceLink__icon img[b-fojizziysh] {
        width: 38px;
        height: 38px;
        display: block;
    }

/* =======================================================================
   COMPANY menu (Tiles exakt so hoch wie Bilder links)
   ======================================================================= */
.mega--company[b-fojizziysh] {
    width: 820px;
    padding: 18px;
}

.companyMenu[b-fojizziysh] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    align-items: stretch;
}

.companyMenu__images[b-fojizziysh] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    align-content: stretch;
}

.companyMenu__imgLink[b-fojizziysh] {
    display: block;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.companyMenu__img[b-fojizziysh] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    min-height: 92px;
}

.companyMenu__tiles[b-fojizziysh] {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    align-content: stretch;
}

.companyTile[b-fojizziysh] {
    height: 100%;
    background: #DCEAFE;
    border-radius: 4px;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #173251;
    padding: 18px 10px 16px;
    text-align: center;
    min-height: 0;
}

.companyTile__icon[b-fojizziysh] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
}

    .companyTile__icon img[b-fojizziysh] {
        width: 45px;
        height: 45px;
        display: block;
    }

.companyTile__text[b-fojizziysh] {
    font-size: var(--fs-small);
    font-weight: 600;
    color: #173251;
}


/* ===== mobile burger drawer ===== */
@media (max-width: 1420px) {
    .topbar[b-fojizziysh] {
        display: none;
    }

    .nav__burger[b-fojizziysh] {
        display: inline-block;
    }

    .header__inner[b-fojizziysh] {
        height: 64px;
        position: relative;
    }

    .nav[b-fojizziysh] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(86vw, 360px);
        background: #ffffff;
        z-index: 50;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 72px 18px 24px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.25s ease;
        box-shadow: -18px 0 44px rgba(15, 23, 42, 0.18);
    }

        .nav.is-open[b-fojizziysh] {
            transform: translateX(0);
        }

        .nav .nav__link[b-fojizziysh] {
            height: auto;
            padding: 14px 6px;
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
            font-size: var(--fs-small);
            width: 100%;
            justify-content: space-between;
        }

        .nav .nav__item[b-fojizziysh] {
            width: 100%;
        }

        .nav .nav__item--dropdown[b-fojizziysh] {
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .nav .nav__item--dropdown[b-fojizziysh]::after {
                content: none;
            }

    .header__cta[b-fojizziysh] {
        margin: 14px 6px 0;
        text-align: center;
        justify-content: center;
    }

    /* Mega menus become inline accordion panels */
    .mega[b-fojizziysh] {
        position: static;
        transform: none;
        left: auto;
        box-shadow: none;
        width: 100% !important;
        padding: 0 !important;
        background: transparent;
    }

    .mega--solutions[b-fojizziysh],
    .mega--service[b-fojizziysh],
    .mega--company[b-fojizziysh] {
        width: 100% !important;
    }

        /* Neutralize desktop grids -> simple vertical list */
        .mega__inner--sol[b-fojizziysh],
        .sol-cards[b-fojizziysh],
        .sol-list[b-fojizziysh],
        .mega--service > .serviceMenu[b-fojizziysh],
        .mega--service .serviceMenu__links[b-fojizziysh],
        .mega--company .companyMenu[b-fojizziysh],
        .mega--company .companyMenu__tiles[b-fojizziysh] {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 0;
            height: auto;
        }

    /* Hide rich content (icons, meta, buttons, chevrons) on mobile */
    .nav .sol-card__icon[b-fojizziysh],
    .nav .sol-card__meta[b-fojizziysh],
    .nav .sol-card__btn[b-fojizziysh],
    .nav .sol-link__icon[b-fojizziysh],
    .nav .sol-link__chev[b-fojizziysh],
    .nav .serviceMenu__images[b-fojizziysh],
    .nav .companyMenu__images[b-fojizziysh],
    .nav .serviceLink__icon[b-fojizziysh],
    .nav .companyTile__icon[b-fojizziysh] {
        display: none !important;
    }

    /* Unified list row style */
    .nav .sol-card[b-fojizziysh],
    .nav .sol-link[b-fojizziysh],
    .nav .serviceLink[b-fojizziysh],
    .nav .companyTile[b-fojizziysh] {
        all: unset;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 0;
        padding: 12px 14px;
        border: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        background: transparent;
        color: #173251;
        font-size: var(--fs-small);
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
    }

        .nav .sol-card:hover[b-fojizziysh],
        .nav .sol-link:hover[b-fojizziysh],
        .nav .serviceLink:hover[b-fojizziysh],
        .nav .companyTile:hover[b-fojizziysh] {
            background: rgba(46, 93, 168, 0.06);
            color: #2E5DA8;
        }

    .nav .sol-card__title[b-fojizziysh],
    .nav .sol-link__text[b-fojizziysh],
    .nav .companyTile__text[b-fojizziysh] {
        font-size: var(--fs-small);
        font-weight: 500;
        color: inherit;
        padding: 0;
        position: static;
    }

    /* Indent dropdown contents slightly under the parent label */
    .nav__item--dropdown .mega[b-fojizziysh] {
        padding-left: 10px !important;
    }
}

/* #endregion */

/* #region KOMPONENTE: FOOTER */
/* =========================================================
   KOMPONENTE: FOOTER (HILTES)
   ========================================================= */
.footer--hiltes[b-fojizziysh] {
    position: relative;
    background: #EFF2FB;
    overflow: hidden;
    border-top: 1px solid #d4dbe7;
}

    /* – CGI-Deko-Elemente – */
    .footer--hiltes .footer__deco[b-fojizziysh] {
        position: absolute;
        display: block;
        pointer-events: none;
        z-index: 0;
    }

    .footer--hiltes .footer__deco--tr[b-fojizziysh] {
        top: 0;
        right: 0;
        width: clamp(170px, 21vw, 290px);
        height: auto;
    }

    .footer--hiltes .footer__deco--bl[b-fojizziysh] {
        bottom: 0;
        left: 0;
        width: clamp(110px, 13vw, 200px);
        height: auto;
    }

    /* Inhalt liegt über der Deko */
    .footer--hiltes .footer__top[b-fojizziysh],
    .footer--hiltes .footer__rule-wrap[b-fojizziysh],
    .footer--hiltes .footer__bottom[b-fojizziysh] {
        position: relative;
        z-index: 1;
    }

    /* – oberer Bereich / Grid – */
    .footer--hiltes .footer__top[b-fojizziysh] {
        padding: 52px 0 44px;
    }

    .footer--hiltes .footer__grid[b-fojizziysh] {
        display: grid;
        grid-template-columns: 1.25fr 1.1fr 0.85fr 0.9fr 1.3fr;
        gap: 40px;
    }

    /* – Brand-Spalte – */
    .footer--hiltes .footer__logo[b-fojizziysh] {
        height: 56px;
        margin: 0 0 22px;
    }

    .footer--hiltes .footer__address[b-fojizziysh] {
        font-style: normal;
        font-size: var(--fs-small);
        line-height: 1.65;
        color: #44546a;
        margin: 0 0 14px;
    }

    .footer--hiltes .footer__contact-line[b-fojizziysh] {
        margin: 0 0 10px;
        font-size: var(--fs-small);
        color: #44546a;
    }

        .footer--hiltes .footer__contact-line a[b-fojizziysh] {
            color: #44546a;
            text-decoration: none;
        }

            .footer--hiltes .footer__contact-line a:hover[b-fojizziysh] {
                color: #2E5DA8;
                text-decoration: underline;
            }

    /* – Social – */
    .footer--hiltes .footer__social[b-fojizziysh] {
        display: flex;
        gap: 10px;
        margin-top: 16px;
    }

    .footer--hiltes .social[b-fojizziysh] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        border: 1.4px solid #5b82b5;
        background: transparent;
        text-decoration: none;
        transition: background .15s ease;
    }

        .footer--hiltes .social:hover[b-fojizziysh] {
            background: #e3ecf8;
        }

        .footer--hiltes .social .icon[b-fojizziysh] {
            width: 14px;
            height: 14px;
            display: inline-block;
            background-color: #4473AB;
            -webkit-mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
        }

    /* – Spalten-Überschriften – */
    .footer--hiltes .footer__heading[b-fojizziysh] {
        margin: 0 0 18px;
        font-size: var(--fs-small);
        font-weight: 500;
        color: #14233c;
    }

    .footer--hiltes .footer__heading--gap[b-fojizziysh] {
        margin-top: 28px;
    }

    /* – Linklisten mit Pfeil – */
    .footer--hiltes .footer__list[b-fojizziysh] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer--hiltes .footer__list li + li[b-fojizziysh] {
            margin-top: 4px;
        }

        .footer--hiltes .footer__list a[b-fojizziysh] {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 5px 0;
            font-size: var(--fs-small);
            color: #3c4d66;
            text-decoration: none;
            transition: color .15s ease;
        }

            .footer--hiltes .footer__list a[b-fojizziysh]::before {
                content: "";
                width: 7px;
                height: 9px;
                flex-shrink: 0;
                background: url("/assets/icons/footer_arrow.svg") no-repeat center / contain;
            }

            .footer--hiltes .footer__list a:hover[b-fojizziysh] {
                color: #2E5DA8;
            }

    /* – Trennlinie & unterer Bereich – */
    .footer--hiltes .footer__rule[b-fojizziysh] {
        height: 1px;
        background: #d9e1ee;
    }

    .footer--hiltes .footer__bottom[b-fojizziysh] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        color: #44546a;
        font-size: var(--fs-small);
        padding: 20px 0 26px;
    }

    .footer--hiltes .footer__legal[b-fojizziysh] {
        display: flex;
        align-items: center;
        gap: 14px;
    }

        .footer--hiltes .footer__legal a[b-fojizziysh] {
            color: #44546a;
            text-decoration: none;
        }

            .footer--hiltes .footer__legal a:hover[b-fojizziysh] {
                color: #2E5DA8;
                text-decoration: underline;
            }

        .footer--hiltes .footer__legal span[b-fojizziysh] {
            color: #b6c2d4;
        }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
    .footer--hiltes .footer__grid[b-fojizziysh] {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 36px 28px;
    }
}

@media (max-width: 760px) {
    .footer--hiltes .footer__top[b-fojizziysh] {
        padding: 40px 0 28px;
    }

    .footer--hiltes .footer__grid[b-fojizziysh] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer--hiltes .footer__deco--tr[b-fojizziysh] {
        width: 130px;
    }

    .footer--hiltes .footer__deco--bl[b-fojizziysh] {
        width: 84px;
    }

    .footer--hiltes .footer__bottom[b-fojizziysh] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* #endregion */
/* /Components/Login.razor.rz.scp.css */
.login-wall[b-8frryn9jfv] {
    position: relative;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    background: #eff2fb;
    padding: 28px;
    overflow: hidden;
}

.login-wall__background[b-8frryn9jfv] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(68, 115, 171, 0.20), transparent 28%), radial-gradient(circle at 82% 74%, rgba(47, 111, 163, 0.18), transparent 30%), linear-gradient(135deg, #eff2fb 0%, #e5edf8 100%);
    pointer-events: none;
}

.login-wall__card[b-8frryn9jfv] {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(201, 217, 237, 0.9);
    border-radius: 20px;
    padding: 38px 38px 40px;
    box-shadow: 0 18px 48px rgba(47, 78, 120, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    text-align: center;
}

.login-wall__logo-wrap[b-8frryn9jfv] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.login-wall__logo[b-8frryn9jfv] {
    width: 156px;
    height: auto;
}

.login-wall__badge[b-8frryn9jfv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #c9d9ed;
    background: #eef5fd;
    color: #4473ab;
    font-size: 0.78rem;
    font-weight: 500;
    margin-bottom: 22px;
}

.login-wall__card h1[b-8frryn9jfv] {
    font-size: 2rem;
    font-weight: 500;
    color: #1a2a44;
    margin: 0 0 10px;
}

.login-wall__card p[b-8frryn9jfv] {
    color: #5a6a82;
    line-height: 1.65;
    margin: 0 0 26px;
}

.login-wall__label[b-8frryn9jfv] {
    display: block;
    text-align: left;
    color: #264d7f;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.login-wall__input[b-8frryn9jfv] {
    width: 100%;
    border: 1px solid #c9d9ed;
    border-radius: 10px;
    padding: 14px 15px;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: #1a2a44;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

    .login-wall__input[b-8frryn9jfv]::placeholder {
        color: #8a9ab5;
    }

    .login-wall__input:focus[b-8frryn9jfv] {
        border-color: #4473ab;
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(68, 115, 171, 0.12);
    }

.login-wall__error[b-8frryn9jfv] {
    color: #b42318 !important;
    background: rgba(180, 35, 24, 0.08);
    border: 1px solid rgba(180, 35, 24, 0.18);
    border-radius: 8px;
    font-size: 0.9rem;
    margin: 0 0 14px !important;
    padding: 10px 12px;
    text-align: left;
}

.login-wall__button[b-8frryn9jfv] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px 18px;
    background: #4473ab;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(68, 115, 171, 0.22);
    transition: background 0.2s, transform 0.16s, box-shadow 0.2s;
}

    .login-wall__button:hover[b-8frryn9jfv] {
        background: #315f94;
        transform: translateY(-1px);
        box-shadow: 0 10px 28px rgba(68, 115, 171, 0.28);
    }

@media (max-width: 520px) {
    .login-wall[b-8frryn9jfv] {
        padding: 18px;
    }

    .login-wall__card[b-8frryn9jfv] {
        padding: 30px 22px 32px;
    }

    .login-wall__logo[b-8frryn9jfv] {
        width: 132px;
    }

    .login-wall__card h1[b-8frryn9jfv] {
        font-size: 1.6rem;
    }
}
/* /Components/Pages/Kontakt/Kontakt.razor.rz.scp.css */
/* #region KONTAKT: Kontakt-Karten */
.contact-cards[b-kmtdciki5j] {
    padding: 40px 0 8px;
}

.contact-cards__container[b-kmtdciki5j] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.contact-card[b-kmtdciki5j] {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    padding: 28px 20px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
}

.contact-card__icon[b-kmtdciki5j] {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #e6edf7;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

    .contact-card__icon svg[b-kmtdciki5j] {
        width: 28px;
        height: 28px;
    }

.contact-card__title[b-kmtdciki5j] {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.contact-card__text[b-kmtdciki5j] {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #334155;
}
/* #endregion */

/* #region KONTAKT: Support */
.support[b-kmtdciki5j] {
    padding: 40px 0 64px;
}

.support__container[b-kmtdciki5j] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
}

.support__header[b-kmtdciki5j] {
    text-align: center;
    margin-bottom: 28px;
}

.support__title[b-kmtdciki5j] {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #0f172a;
}

.support__lead[b-kmtdciki5j] {
    margin: 10px auto 0;
    max-width: 620px;
    font-size: 13px;
    line-height: 1.7;
    color: #64748b;
}

.support__grid[b-kmtdciki5j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}

/* FORM */
.support-form[b-kmtdciki5j] {
    display: grid;
    row-gap: 16px;
}

.support-form__row[b-kmtdciki5j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field[b-kmtdciki5j] {
    display: flex;
    flex-direction: column;
}

    .form-field label[b-kmtdciki5j] {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: #0f172a;
        margin-bottom: 6px;
    }

    .form-field input[b-kmtdciki5j],
    .form-field select[b-kmtdciki5j],
    .form-field textarea[b-kmtdciki5j] {
        width: 100%;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        background: #ffffff;
        padding: 10px 12px;
        font-size: 13px;
        color: #0f172a;
        font-family: inherit;
        outline: none;
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }

        .form-field input[b-kmtdciki5j]::placeholder,
        .form-field textarea[b-kmtdciki5j]::placeholder {
            color: #94a3b8;
        }

        .form-field input:focus[b-kmtdciki5j],
        .form-field select:focus[b-kmtdciki5j],
        .form-field textarea:focus[b-kmtdciki5j] {
            border-color: #1e3a8a;
            box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12);
        }

    .form-field select[b-kmtdciki5j] {
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-right: 34px;
    }

    .form-field textarea[b-kmtdciki5j] {
        resize: vertical;
        min-height: 110px;
    }

.support-form__submit[b-kmtdciki5j] {
    margin-top: 6px;
    width: 100%;
    background: #1e3a8a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
}

    .support-form__submit:hover[b-kmtdciki5j] {
        background: #1b337a;
    }

/* SIDE */
.support-side[b-kmtdciki5j] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.support-side__image[b-kmtdciki5j] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.support-side__placeholder[b-kmtdciki5j] {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.support-side__recall[b-kmtdciki5j] {
    display: grid;
    row-gap: 10px;
}

.recall__title[b-kmtdciki5j] {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
}

.recall__check[b-kmtdciki5j],
.recall__privacy[b-kmtdciki5j] {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 10px;
    align-items: start;
    font-size: 13px;
    color: #334155;
    line-height: 1.55;
    cursor: pointer;
}

    .recall__check input[type="checkbox"][b-kmtdciki5j],
    .recall__privacy input[type="checkbox"][b-kmtdciki5j] {
        width: 16px;
        height: 16px;
        margin-top: 2px;
        accent-color: #1e3a8a;
        cursor: pointer;
    }

.recall__or[b-kmtdciki5j] {
    font-size: 13px;
    color: #0f172a;
    margin-top: 4px;
}

.recall__datetime[b-kmtdciki5j] {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
    color: #0f172a;
    background: #ffffff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .recall__datetime:focus[b-kmtdciki5j] {
        border-color: #1e3a8a;
        box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.12);
    }

.recall__privacy a[b-kmtdciki5j] {
    color: #1e3a8a;
    text-decoration: underline;
}
/* #endregion */

/* #region KONTAKT: Erreichbarkeit */
.availability[b-kmtdciki5j] {
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 72px 0 90px;
    width: 100vw;
    background-color: var(--c-bg, #eef3f9);
    background-image: url("/assets/img/frame2.png");
    background-size: cover;
    background-position: center;
}

.availability__container[b-kmtdciki5j] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.availability__info[b-kmtdciki5j] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.availability__card[b-kmtdciki5j] {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0 18px 0 18px;
    padding: 22px 28px;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.availability__row[b-kmtdciki5j] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.availability__label[b-kmtdciki5j] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
}

.availability__value[b-kmtdciki5j] {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.availability__text[b-kmtdciki5j] {
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    align-self: center;
}

.availability__image[b-kmtdciki5j] {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.availability__placeholder[b-kmtdciki5j] {
    font-size: 13px;
    color: #1e293b;
    font-weight: 500;
}
/* #endregion */

/* #region KONTAKT: Vertrieb */
.sales[b-kmtdciki5j] {
    padding: 60px 0 80px;
    background: #eef2f8;
}

.sales__container[b-kmtdciki5j] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
}

.sales__header[b-kmtdciki5j] {
    text-align: center;
    margin-bottom: 34px;
}

.sales__title[b-kmtdciki5j] {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #0f172a;
}

.sales__lead[b-kmtdciki5j] {
    margin: 10px auto 0;
    max-width: 620px;
    font-size: 13px;
    line-height: 1.7;
    color: #64748b;
}

.sales__grid[b-kmtdciki5j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}

.sales-form[b-kmtdciki5j] {
    display: grid;
    row-gap: 16px;
}

.sales-form__roles[b-kmtdciki5j] {
    display: flex;
    gap: 48px;
    margin-bottom: 4px;
}

.role-check[b-kmtdciki5j] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #0f172a;
    cursor: pointer;
}

    .role-check input[type="checkbox"][b-kmtdciki5j] {
        width: 16px;
        height: 16px;
        accent-color: #1e3a8a;
        cursor: pointer;
    }
/* #endregion */

/* #region RESPONSIVE */
@media (max-width: 960px) {
    .contact-cards__container[b-kmtdciki5j] {
        grid-template-columns: repeat(2, 1fr);
    }

    .support__grid[b-kmtdciki5j],
    .sales__grid[b-kmtdciki5j] {
        grid-template-columns: 1fr;
    }

    .availability[b-kmtdciki5j] {
        padding: 54px 0 90px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    }

    .availability__container[b-kmtdciki5j] {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 560px) {
    .contact-cards__container[b-kmtdciki5j] {
        grid-template-columns: 1fr;
    }

    .support-form__row[b-kmtdciki5j] {
        grid-template-columns: 1fr;
    }

    .availability[b-kmtdciki5j] {
        padding: 42px 0 70px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 26px));
    }

    .availability__card[b-kmtdciki5j] {
        padding: 18px 18px;
    }

    .sales-form__roles[b-kmtdciki5j] {
        gap: 28px;
    }
}
/* #endregion */
/* /Components/Pages/Kontakt/VertriebsteamSection.razor.rz.scp.css */
/* #region VERTRIEBSTEAM */
.salesteam[b-yqfjv8ifso] {
    position: relative;
    color: #fff;
    padding: 72px 0 90px;
    overflow: hidden;
    width: 100vw;
    background-color: var(--c-bg, #eef3f9);
    background-image: url("/assets/img/frame2.png");
    background-size: cover;
    background-position: center;
}

.salesteam__container[b-yqfjv8ifso] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px;
}

.salesteam__header[b-yqfjv8ifso] {
    text-align: center;
    margin-bottom: 40px;
}

.salesteam__title[b-yqfjv8ifso] {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.salesteam__lead[b-yqfjv8ifso] {
    margin: 14px auto 0;
    max-width: 720px;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

/* Carousel Layout */
.salesteam__carousel[b-yqfjv8ifso] {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 10px;
}

.salesteam__nav[b-yqfjv8ifso] {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

    .salesteam__nav:hover:not(:disabled)[b-yqfjv8ifso] {
        color: #ffffff;
        transform: scale(1.1);
    }

    .salesteam__nav:disabled[b-yqfjv8ifso] {
        opacity: 0.35;
        cursor: not-allowed;
    }

.salesteam__viewport[b-yqfjv8ifso] {
    overflow: hidden;
    touch-action: pan-y;
}

.salesteam__track[b-yqfjv8ifso] {
    --visible: 4;
    display: flex;
    transform: translateX(calc(-100% / var(--visible) * var(--idx, 0)));
    transition: transform 0.4s ease;
    will-change: transform;
}

    .salesteam__track.no-transition[b-yqfjv8ifso] {
        transition: none;
    }

.team-card-slot[b-yqfjv8ifso] {
    flex: 0 0 calc(100% / var(--visible));
    padding: 0 11px;
    box-sizing: border-box;
}

/* Card */
.team-card[b-yqfjv8ifso] {
    background: #ffffff;
    border-radius: 0 18px 0 18px;
    padding: 36px 26px 34px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 430px;
    color: #000000;
}

.team-card__photo[b-yqfjv8ifso] {
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: linear-gradient(135deg, #cfe0f7 0%, #a9c4e6 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
}

    .team-card__photo img[b-yqfjv8ifso] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-card__initials[b-yqfjv8ifso] {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}

.team-card__name[b-yqfjv8ifso] {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

.team-card__role[b-yqfjv8ifso] {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.55;
    color: #000000;
    min-height: 34px;
}

.team-card__line[b-yqfjv8ifso] {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.55;
    color: #000000;
}

.team-card__email[b-yqfjv8ifso] {
    color: #000000;
    word-break: break-all;
}

.team-card__address[b-yqfjv8ifso] {
    margin-top: 6px;
    color: #000000;
}

/* Dots */
.salesteam__dots[b-yqfjv8ifso] {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.salesteam__dot[b-yqfjv8ifso] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    transition: background 0.15s ease, transform 0.15s ease;
}

    .salesteam__dot:hover[b-yqfjv8ifso] {
        background: rgba(255, 255, 255, 0.7);
    }

    .salesteam__dot.is-active[b-yqfjv8ifso] {
        background: #ffffff;
        transform: scaleX(2.4);
        border-radius: 6px;
    }
/* #endregion */

/* #region RESPONSIVE */
@media (max-width: 1100px) {
    .salesteam__track[b-yqfjv8ifso] {
        --visible: 3;
    }
}

@media (max-width: 860px) {
    .salesteam__track[b-yqfjv8ifso] {
        --visible: 2;
    }

    .salesteam__carousel[b-yqfjv8ifso] {
        grid-template-columns: 32px 1fr 32px;
    }

    .team-card[b-yqfjv8ifso] {
        min-height: 0;
        padding: 28px 22px;
    }

    .team-card-slot[b-yqfjv8ifso] {
        padding: 0 8px;
    }
}

@media (max-width: 640px) {
    .salesteam[b-yqfjv8ifso] {
        padding: 50px 0 70px;
    }

    .salesteam__track[b-yqfjv8ifso] {
        --visible: 1;
    }

    .team-card-slot[b-yqfjv8ifso] {
        padding: 0 4px;
    }

    .team-card__photo[b-yqfjv8ifso] {
        width: 110px;
        height: 110px;
    }
}
/* #endregion */
/* /Components/Pages/Loesungen/LoesungenGross.razor.rz.scp.css */
/* #region DETAILS: Features */
/* ===== Layout ===== */
.feature-free[b-mmaskk97pm] {
    padding: clamp(36px, 6vw, 64px) 0;
    color: #0e1726;
}

.feature-free__grid[b-mmaskk97pm] {
    display: grid;
    grid-template-columns: 1.06fr .94fr; /* Bild etwas breiter wie im Mockup */
    gap: clamp(22px, 4vw, 40px);
    align-items: center;
}

/* ===== Bild & Deko ===== */
.feature-free__media[b-mmaskk97pm] {
    position: relative;
    margin: 0;
}

.feature-free__img[b-mmaskk97pm] {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(12,30,66,.12);
}

/* gelbe Vertikallinie rechts oben am Bild */
.feature-free__accent-v[b-mmaskk97pm] {
    position: absolute;
    right: -14px;
    top: 14px;
    width: 6px;
    height: 86px;
    background: #f2c749;
    border-radius: 3px;
}

/* kleine Balken unten links am Bild */
.feature-free__accent-bars[b-mmaskk97pm] {
    position: absolute;
    left: 12px;
    bottom: -18px;
    display: flex;
    gap: 12px;
}

    .feature-free__accent-bars .bar[b-mmaskk97pm] {
        display: inline-block;
        height: 8px;
        border-radius: 999px;
    }

    .feature-free__accent-bars .bar--yellow[b-mmaskk97pm] {
        width: 98px;
        background: #f2c749;
    }

    .feature-free__accent-bars .bar--blue[b-mmaskk97pm] {
        width: 78px;
        background: #4c8fcc;
    }

/* ===== Content (freistehend) ===== */
.feature-free__content[b-mmaskk97pm] {
    max-width: 760px;
}

.feature-free__title[b-mmaskk97pm] {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 400;
    color: #152a45;
}

.feature-free__lead[b-mmaskk97pm] {
    margin: 30px 0 36px;
    color: #2b3f59;
    font-size: 14px;
    font-weight: 400;
}

/* ===== Bullet-Liste mit Haken im blauen Kreis ===== */
.feature-free__list[b-mmaskk97pm] {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 12px;
    color: #2b3f59;
    font-size: 14px;
    font-weight:500;
    line-height: 1.6;
}

    .feature-free__list li[b-mmaskk97pm] {
        display: grid;
        grid-template-columns: 28px 1fr; /* Platz für den Kreis */
        align-items: start;
        gap: 10px;
    }

/* ===== CTA-Button (neuer Name, nicht .btn) ===== */
.cta-btn[b-mmaskk97pm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px; /* leicht abgerundet */
    font-weight: 400;
    text-decoration: none;
    border: 1px solid transparent;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}

.cta-btn--primary[b-mmaskk97pm] {
    background: #4473AB;
    color: #fff;
    border-color: #3e7fb9;
    box-shadow: 0 8px 18px rgba(76,143,204,.28);
}

    .cta-btn--primary:hover[b-mmaskk97pm] {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

/* ===== Telefon-Badge: blauer Kreis + Nummer ===== */
.feature-free__actions[b-mmaskk97pm] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.phone-badge[b-mmaskk97pm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #173251;
    font-weight: 600;
}

.phone-badge__circle[b-mmaskk97pm] {
    width: 40px;
    height: 40px; /* runder blauer Kreis */
    border-radius: 50%;
    background: #4473AB;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(76,143,204,.25);
}

.icon-phone[b-mmaskk97pm] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
    mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
}

.phone-badge__text[b-mmaskk97pm] {
    letter-spacing: .1px;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .feature-free__grid[b-mmaskk97pm] {
        grid-template-columns: 1fr;
    }

    .feature-free__media[b-mmaskk97pm] {
        order: 1;
    }

    .feature-free__content[b-mmaskk97pm] {
        order: 2;
    }

    .feature-free__content[b-mmaskk97pm] {
        max-width: 100%;
    }

    .feature-free__accent-v[b-mmaskk97pm] {
        right: -10px;
    }

    .feature-free__accent-bars[b-mmaskk97pm] {
        bottom: -14px;
    }
}

/* #endregion */

/* #region DETAILS: Logoslider */
/* ===== Logo-Strip (Marquee) ===== */
.client-strip[b-mmaskk97pm] {
    position: relative;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    /* bläulicher Hintergrund wie im Hero */
    background: linear-gradient(180deg,#2f5b8e 0%,#3d6da3 100%);
    padding: clamp(18px, 3vw, 26px) 0;
    overflow: hidden;
}

.client-strip__viewport[b-mmaskk97pm] {
    position: relative;
    max-width: var(--container);
    margin: 0 auto;
    mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    display: flex;
    gap: clamp(36px, 6vw, 64px);
}

/* Zwei Tracks laufen nebeneinander für nahtlose Endlosschleife */
.client-strip__track[b-mmaskk97pm] {
    display: inline-flex;
    align-items: center;
    gap: clamp(36px, 6vw, 64px);
    animation: clientScroll-b-mmaskk97pm 28s linear infinite;
    will-change: transform;
}

    .client-strip__track li[b-mmaskk97pm] {
        list-style: none;
    }

    .client-strip__track img[b-mmaskk97pm] {
        height: clamp(22px, 3.2vw, 34px);
        width: auto;
        display: block;
        opacity: .9; /* dezente Einfärbung wie im Screenshot */
        filter: brightness(0) invert(1); /* weiße Logos auch bei PNG mit dunkler Farbe */
        transition: opacity .2s ease, transform .2s ease;
    }

        .client-strip__track img:hover[b-mmaskk97pm] {
            opacity: 1;
            transform: translateY(-1px);
        }

@keyframes clientScroll-b-mmaskk97pm {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
    /* Track 1 wandert genau um seine Breite */
}

/* Barrierefrei: bei reduzierter Bewegung Animation stoppen */
@media (prefers-reduced-motion: reduce) {
    .client-strip__track[b-mmaskk97pm] {
        animation: none;
    }

    .client-strip__viewport[b-mmaskk97pm] {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

.logo-ph[b-mmaskk97pm] {
    display: inline-grid;
    place-items: center;
    height: clamp(22px, 3.2vw, 34px);
    padding: 0 24px;
    border: 1px dashed rgba(255,255,255,.35);
    border-radius: 6px;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

/* #endregion */

/* #region DETAILS: Pricing */
/* Section background + centered content like screenshot */
.pricing-hiltes[b-mmaskk97pm] {
    padding: 48px 0 70px;
}

.pricing-hiltes__container[b-mmaskk97pm] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.pricing-hiltes__title[b-mmaskk97pm] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
}

.pricing-hiltes__lead[b-mmaskk97pm] {
    margin: 10px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
    max-width: 760px;
}

/* 2 rows grid: top cards + bottom example */
.pricing-hiltes__grid[b-mmaskk97pm] {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: stretch;
}

/* ---------------- TOP LEFT CARD ---------------- */
.plan-card[b-mmaskk97pm] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 26px 26px 22px;
    height: 100%;
}

.plan-title[b-mmaskk97pm] {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
}

.plan-title__brand[b-mmaskk97pm] {
    font-weight: 500;
    opacity: 0.95;
}

.plan-price[b-mmaskk97pm] {
    margin-top: 6px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.plan-price__prefix[b-mmaskk97pm],
.plan-price__suffix[b-mmaskk97pm] {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.plan-price__value[b-mmaskk97pm] {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #0f172a;
}

.plan-pill[b-mmaskk97pm] {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #cfe2ff;
    font-size: 10px;
    font-weight: 600;
    color: #0f172a;
}

.plan-features[b-mmaskk97pm] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px; /* smaller gap like screenshot */
}

.feature-list[b-mmaskk97pm] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 10px; /* smaller -> less height */
}

.feature-item[b-mmaskk97pm] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.feature-icon[b-mmaskk97pm] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    flex: 0 0 18px;
}

.feature-text[b-mmaskk97pm],
.feature-link[b-mmaskk97pm] {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #0f172a;
}

.feature-link[b-mmaskk97pm] {
    color: #2b66c9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------------- TOP RIGHT CARD ---------------- */
.addons-card[b-mmaskk97pm] {
    background: linear-gradient(180deg, #2f5178 0%, #3f6e9f 55%, #3a6694 100%);
    border: 1px solid rgba(15, 23, 42, 0.10);
    padding: 22px 12px 18px;
    color: #ffffff;
    align-self: start;
    height: 100%;
}

.addons-title[b-mmaskk97pm] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
}

.addons-list[b-mmaskk97pm] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 40px;
}

.addons-item[b-mmaskk97pm] {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 10px;
    align-items: start;
}

.addons-icon[b-mmaskk97pm] {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: rgba(235, 245, 255, 0.95);
    color: #2f5178;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
    margin-top: 2px;
}

.addons-line[b-mmaskk97pm] {
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.98;
}

.addons-bold[b-mmaskk97pm] {
    font-weight: 200;
}

.addons-price[b-mmaskk97pm] {
    font-weight: 200;
}

.addons-cta[b-mmaskk97pm] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
}

/* ---------------- BOTTOM EXAMPLE (full width) ---------------- */
.example-block[b-mmaskk97pm] {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 22px 22px 26px;
}

.example-title[b-mmaskk97pm] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0f172a;
}

.example-sub[b-mmaskk97pm] {
    margin: 20px auto 0;
    text-align: center;
    max-width: 820px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #475569;
}

.example-slider[b-mmaskk97pm] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    column-gap: 14px;
}

.nav-btn[b-mmaskk97pm] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 0;
    background: #e5eefc;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    padding: 0 0 3px 0;
}

.example-table[b-mmaskk97pm] {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.example-head[b-mmaskk97pm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #dbeafe;
}

.example-head__cell[b-mmaskk97pm] {
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-head__cell:last-child[b-mmaskk97pm] {
        border-right: 0;
    }

.example-body[b-mmaskk97pm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.example-col[b-mmaskk97pm] {
    padding: 12px 12px 14px;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-col:last-child[b-mmaskk97pm] {
        border-right: 0;
    }

.example-price[b-mmaskk97pm] {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.example-note[b-mmaskk97pm] {
    margin-top: 6px;
    font-size: 12px;
    font-weight:400;
    line-height: 1.6;
    color: #475569;
}

.example-total[b-mmaskk97pm] {
    text-align: center;
    padding: 10px 12px;
    background: #cfe2ff;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

/* Responsive */
@media (max-width: 980px) {
    .pricing-hiltes__grid[b-mmaskk97pm] {
        grid-template-columns: 1fr;
    }

    .plan-features[b-mmaskk97pm] {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .example-slider[b-mmaskk97pm] {
        grid-template-columns: 34px 1fr 34px;
    }
}

/* #endregion */

/* #region DETAILS: Success */
/* ===== Success Stories ===== */
.success-stories[b-mmaskk97pm] {
    position: relative;
    overflow: hidden;
    padding: 40px 0 70px;
    margin: 30px 0 0px 0;
}

/* curved / skewed blue background like screenshot */
.success-stories__bg[b-mmaskk97pm] {
    position: absolute;
    inset: -60px -40px -60px -40px;
    background: linear-gradient(180deg, #3f628d 0%, #537aa6 55%, #5f87b2 100%);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 0;
}

.success-stories__container[b-mmaskk97pm] {
    position: relative;
    z-index: 1;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    text-align: center;
}

.success-stories__title[b-mmaskk97pm] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.success-stories__lead[b-mmaskk97pm] {
    margin: 8px auto 0;
    max-width: 720px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* images row */
.success-stories__slider[b-mmaskk97pm] {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.stories-track[b-mmaskk97pm] {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 24px;
    overflow: hidden;
    padding: 0 20px;
    justify-content: center;
}

.story-card[b-mmaskk97pm] {
    height: 330px;
    background: rgba(255,255,255,0.08);
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.story-img[b-mmaskk97pm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dots */
.stories-dots[b-mmaskk97pm] {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dot[b-mmaskk97pm] {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.dot--active[b-mmaskk97pm] {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
}

/* Full-HD proportions (like screenshot) */
@media (min-width: 1200px) {
    .stories-track[b-mmaskk97pm] {
        grid-auto-columns: 290px;
        gap: 28px;
    }

    .story-card[b-mmaskk97pm] {
        height: 340px;
    }
}

/* Responsive */
@media (max-width: 980px) {
    .stories-track[b-mmaskk97pm] {
        grid-auto-columns: 240px;
        gap: 16px;
        justify-content: start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .story-card[b-mmaskk97pm] {
        scroll-snap-align: center;
        height: 300px;
    }
}

/* #endregion */

.check-icon[b-mmaskk97pm] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
}
/* /Components/Pages/Loesungen/LoesungenKlein.razor.rz.scp.css */
/* #region DETAILS: Features */
/* ===== Layout ===== */
.feature-free[b-ll0yl83pcs] {
    padding: clamp(36px, 6vw, 64px) 0;
    color: #0e1726;
}

.feature-free__grid[b-ll0yl83pcs] {
    display: grid;
    grid-template-columns: 1.06fr .94fr; /* Bild etwas breiter wie im Mockup */
    gap: clamp(22px, 4vw, 40px);
    align-items: center;
}

/* ===== Bild & Deko ===== */
.feature-free__media[b-ll0yl83pcs] {
    position: relative;
    margin: 0;
}

.feature-free__img[b-ll0yl83pcs] {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(12,30,66,.12);
}

/* gelbe Vertikallinie rechts oben am Bild */
.feature-free__accent-v[b-ll0yl83pcs] {
    position: absolute;
    right: -14px;
    top: 14px;
    width: 6px;
    height: 86px;
    background: #f2c749;
    border-radius: 3px;
}

/* kleine Balken unten links am Bild */
.feature-free__accent-bars[b-ll0yl83pcs] {
    position: absolute;
    left: 12px;
    bottom: -18px;
    display: flex;
    gap: 12px;
}

    .feature-free__accent-bars .bar[b-ll0yl83pcs] {
        display: inline-block;
        height: 8px;
        border-radius: 999px;
    }

    .feature-free__accent-bars .bar--yellow[b-ll0yl83pcs] {
        width: 98px;
        background: #f2c749;
    }

    .feature-free__accent-bars .bar--blue[b-ll0yl83pcs] {
        width: 78px;
        background: #4c8fcc;
    }

/* ===== Content (freistehend) ===== */
.feature-free__content[b-ll0yl83pcs] {
    max-width: 760px;
}

.feature-free__title[b-ll0yl83pcs] {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 400;
    color: #152a45;
}

.feature-free__lead[b-ll0yl83pcs] {
    margin: 30px 0 36px;
    color: #2b3f59;
    font-size: 14px;
    font-weight: 400;
}

/* ===== Bullet-Liste mit Haken im blauen Kreis ===== */
.feature-free__list[b-ll0yl83pcs] {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 12px;
    color: #2b3f59;
    font-size: 14px;
    font-weight:500;
    line-height: 1.6;
}

    .feature-free__list li[b-ll0yl83pcs] {
        display: grid;
        grid-template-columns: 28px 1fr; /* Platz für den Kreis */
        align-items: start;
        gap: 10px;
    }

/* ===== CTA-Button (neuer Name, nicht .btn) ===== */
.cta-btn[b-ll0yl83pcs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px; /* leicht abgerundet */
    font-weight: 400;
    text-decoration: none;
    border: 1px solid transparent;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}

.cta-btn--primary[b-ll0yl83pcs] {
    background: #4473AB;
    color: #fff;
    border-color: #3e7fb9;
    box-shadow: 0 8px 18px rgba(76,143,204,.28);
}

    .cta-btn--primary:hover[b-ll0yl83pcs] {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

/* ===== Telefon-Badge: blauer Kreis + Nummer ===== */
.feature-free__actions[b-ll0yl83pcs] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.phone-badge[b-ll0yl83pcs] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #173251;
    font-weight: 600;
}

.phone-badge__circle[b-ll0yl83pcs] {
    width: 40px;
    height: 40px; /* runder blauer Kreis */
    border-radius: 50%;
    background: #4473AB;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(76,143,204,.25);
}

.icon-phone[b-ll0yl83pcs] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
    mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
}

.phone-badge__text[b-ll0yl83pcs] {
    letter-spacing: .1px;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .feature-free__grid[b-ll0yl83pcs] {
        grid-template-columns: 1fr;
    }

    .feature-free__media[b-ll0yl83pcs] {
        order: 1;
    }

    .feature-free__content[b-ll0yl83pcs] {
        order: 2;
    }

    .feature-free__content[b-ll0yl83pcs] {
        max-width: 100%;
    }

    .feature-free__accent-v[b-ll0yl83pcs] {
        right: -10px;
    }

    .feature-free__accent-bars[b-ll0yl83pcs] {
        bottom: -14px;
    }
}

/* #endregion */

/* #region DETAILS: Logoslider */
/* ===== Logo-Strip (Marquee) ===== */
.client-strip[b-ll0yl83pcs] {
    position: relative;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    /* bläulicher Hintergrund wie im Hero */
    background: linear-gradient(180deg,#2f5b8e 0%,#3d6da3 100%);
    padding: clamp(18px, 3vw, 26px) 0;
    overflow: hidden;
}

.client-strip__viewport[b-ll0yl83pcs] {
    position: relative;
    max-width: var(--container);
    margin: 0 auto;
    mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    display: flex;
    gap: clamp(36px, 6vw, 64px);
}

/* Zwei Tracks laufen nebeneinander für nahtlose Endlosschleife */
.client-strip__track[b-ll0yl83pcs] {
    display: inline-flex;
    align-items: center;
    gap: clamp(36px, 6vw, 64px);
    animation: clientScroll-b-ll0yl83pcs 28s linear infinite;
    will-change: transform;
}

    .client-strip__track li[b-ll0yl83pcs] {
        list-style: none;
    }

    .client-strip__track img[b-ll0yl83pcs] {
        height: clamp(22px, 3.2vw, 34px);
        width: auto;
        display: block;
        opacity: .9; /* dezente Einfärbung wie im Screenshot */
        filter: brightness(0) invert(1); /* weiße Logos auch bei PNG mit dunkler Farbe */
        transition: opacity .2s ease, transform .2s ease;
    }

        .client-strip__track img:hover[b-ll0yl83pcs] {
            opacity: 1;
            transform: translateY(-1px);
        }

@keyframes clientScroll-b-ll0yl83pcs {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
    /* Track 1 wandert genau um seine Breite */
}

/* Barrierefrei: bei reduzierter Bewegung Animation stoppen */
@media (prefers-reduced-motion: reduce) {
    .client-strip__track[b-ll0yl83pcs] {
        animation: none;
    }

    .client-strip__viewport[b-ll0yl83pcs] {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

.logo-ph[b-ll0yl83pcs] {
    display: inline-grid;
    place-items: center;
    height: clamp(22px, 3.2vw, 34px);
    padding: 0 24px;
    border: 1px dashed rgba(255,255,255,.35);
    border-radius: 6px;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

/* #endregion */

/* #region DETAILS: Pricing */
/* Section background + centered content like screenshot */
.pricing-hiltes[b-ll0yl83pcs] {
    padding: 48px 0 70px;
}

.pricing-hiltes__container[b-ll0yl83pcs] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.pricing-hiltes__title[b-ll0yl83pcs] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
}

.pricing-hiltes__lead[b-ll0yl83pcs] {
    margin: 10px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
    max-width: 760px;
}

/* 2 rows grid: top cards + bottom example */
.pricing-hiltes__grid[b-ll0yl83pcs] {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: stretch;
}

/* ---------------- TOP LEFT CARD ---------------- */
.plan-card[b-ll0yl83pcs] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 26px 26px 22px;
    height: 100%;
}

.plan-title[b-ll0yl83pcs] {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
}

.plan-title__brand[b-ll0yl83pcs] {
    font-weight: 500;
    opacity: 0.95;
}

.plan-price[b-ll0yl83pcs] {
    margin-top: 6px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.plan-price__prefix[b-ll0yl83pcs],
.plan-price__suffix[b-ll0yl83pcs] {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.plan-price__value[b-ll0yl83pcs] {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #0f172a;
}

.plan-pill[b-ll0yl83pcs] {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #cfe2ff;
    font-size: 10px;
    font-weight: 600;
    color: #0f172a;
}

.plan-features[b-ll0yl83pcs] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px; /* smaller gap like screenshot */
}

.feature-list[b-ll0yl83pcs] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 10px; /* smaller -> less height */
}

.feature-item[b-ll0yl83pcs] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.feature-icon[b-ll0yl83pcs] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    flex: 0 0 18px;
}

.feature-text[b-ll0yl83pcs],
.feature-link[b-ll0yl83pcs] {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #0f172a;
}

.feature-link[b-ll0yl83pcs] {
    color: #2b66c9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------------- TOP RIGHT CARD ---------------- */
.addons-card[b-ll0yl83pcs] {
    background: linear-gradient(180deg, #2f5178 0%, #3f6e9f 55%, #3a6694 100%);
    border: 1px solid rgba(15, 23, 42, 0.10);
    padding: 22px 12px 18px;
    color: #ffffff;
    align-self: start;
    height: 100%;
}

.addons-title[b-ll0yl83pcs] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
}

.addons-list[b-ll0yl83pcs] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 40px;
}

.addons-item[b-ll0yl83pcs] {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 10px;
    align-items: start;
}

.addons-icon[b-ll0yl83pcs] {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: rgba(235, 245, 255, 0.95);
    color: #2f5178;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
    margin-top: 2px;
}

.addons-line[b-ll0yl83pcs] {
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.98;
}

.addons-bold[b-ll0yl83pcs] {
    font-weight: 200;
}

.addons-price[b-ll0yl83pcs] {
    font-weight: 200;
}

.addons-cta[b-ll0yl83pcs] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
}

/* ---------------- BOTTOM EXAMPLE (full width) ---------------- */
.example-block[b-ll0yl83pcs] {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 22px 22px 26px;
}

.example-title[b-ll0yl83pcs] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0f172a;
}

.example-sub[b-ll0yl83pcs] {
    margin: 20px auto 0;
    text-align: center;
    max-width: 820px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #475569;
}

.example-slider[b-ll0yl83pcs] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    column-gap: 14px;
}

.nav-btn[b-ll0yl83pcs] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 0;
    background: #e5eefc;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    padding: 0 0 3px 0;
}

.example-table[b-ll0yl83pcs] {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.example-head[b-ll0yl83pcs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #dbeafe;
}

.example-head__cell[b-ll0yl83pcs] {
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-head__cell:last-child[b-ll0yl83pcs] {
        border-right: 0;
    }

.example-body[b-ll0yl83pcs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.example-col[b-ll0yl83pcs] {
    padding: 12px 12px 14px;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-col:last-child[b-ll0yl83pcs] {
        border-right: 0;
    }

.example-price[b-ll0yl83pcs] {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.example-note[b-ll0yl83pcs] {
    margin-top: 6px;
    font-size: 12px;
    font-weight:400;
    line-height: 1.6;
    color: #475569;
}

.example-total[b-ll0yl83pcs] {
    text-align: center;
    padding: 10px 12px;
    background: #cfe2ff;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

/* Responsive */
@media (max-width: 980px) {
    .pricing-hiltes__grid[b-ll0yl83pcs] {
        grid-template-columns: 1fr;
    }

    .plan-features[b-ll0yl83pcs] {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .example-slider[b-ll0yl83pcs] {
        grid-template-columns: 34px 1fr 34px;
    }
}

/* #endregion */

/* #region DETAILS: Success */
/* ===== Success Stories ===== */
.success-stories[b-ll0yl83pcs] {
    position: relative;
    overflow: hidden;
    padding: 40px 0 70px;
    margin: 30px 0 0px 0;
}

/* curved / skewed blue background like screenshot */
.success-stories__bg[b-ll0yl83pcs] {
    position: absolute;
    inset: -60px -40px -60px -40px;
    background: linear-gradient(180deg, #3f628d 0%, #537aa6 55%, #5f87b2 100%);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 0;
}

.success-stories__container[b-ll0yl83pcs] {
    position: relative;
    z-index: 1;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    text-align: center;
}

.success-stories__title[b-ll0yl83pcs] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.success-stories__lead[b-ll0yl83pcs] {
    margin: 8px auto 0;
    max-width: 720px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* images row */
.success-stories__slider[b-ll0yl83pcs] {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.stories-track[b-ll0yl83pcs] {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 24px;
    overflow: hidden;
    padding: 0 20px;
    justify-content: center;
}

.story-card[b-ll0yl83pcs] {
    height: 330px;
    background: rgba(255,255,255,0.08);
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.story-img[b-ll0yl83pcs] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dots */
.stories-dots[b-ll0yl83pcs] {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dot[b-ll0yl83pcs] {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.dot--active[b-ll0yl83pcs] {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
}

/* Full-HD proportions (like screenshot) */
@media (min-width: 1200px) {
    .stories-track[b-ll0yl83pcs] {
        grid-auto-columns: 290px;
        gap: 28px;
    }

    .story-card[b-ll0yl83pcs] {
        height: 340px;
    }
}

/* Responsive */
@media (max-width: 980px) {
    .stories-track[b-ll0yl83pcs] {
        grid-auto-columns: 240px;
        gap: 16px;
        justify-content: start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .story-card[b-ll0yl83pcs] {
        scroll-snap-align: center;
        height: 300px;
    }
}

/* #endregion */

.check-icon[b-ll0yl83pcs] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
}
/* /Components/Pages/Loesungen/LoesungenMittel.razor.rz.scp.css */
/* #region DETAILS: Features */
/* ===== Layout ===== */
.feature-free[b-n0xo7vrsii] {
    padding: clamp(36px, 6vw, 64px) 0;
    color: #0e1726;
}

.feature-free__grid[b-n0xo7vrsii] {
    display: grid;
    grid-template-columns: 1.06fr .94fr; /* Bild etwas breiter wie im Mockup */
    gap: clamp(22px, 4vw, 40px);
    align-items: center;
}

/* ===== Bild & Deko ===== */
.feature-free__media[b-n0xo7vrsii] {
    position: relative;
    margin: 0;
}

.feature-free__img[b-n0xo7vrsii] {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(12,30,66,.12);
}

/* gelbe Vertikallinie rechts oben am Bild */
.feature-free__accent-v[b-n0xo7vrsii] {
    position: absolute;
    right: -14px;
    top: 14px;
    width: 6px;
    height: 86px;
    background: #f2c749;
    border-radius: 3px;
}

/* kleine Balken unten links am Bild */
.feature-free__accent-bars[b-n0xo7vrsii] {
    position: absolute;
    left: 12px;
    bottom: -18px;
    display: flex;
    gap: 12px;
}

    .feature-free__accent-bars .bar[b-n0xo7vrsii] {
        display: inline-block;
        height: 8px;
        border-radius: 999px;
    }

    .feature-free__accent-bars .bar--yellow[b-n0xo7vrsii] {
        width: 98px;
        background: #f2c749;
    }

    .feature-free__accent-bars .bar--blue[b-n0xo7vrsii] {
        width: 78px;
        background: #4c8fcc;
    }

/* ===== Content (freistehend) ===== */
.feature-free__content[b-n0xo7vrsii] {
    max-width: 760px;
}

.feature-free__title[b-n0xo7vrsii] {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 400;
    color: #152a45;
}

.feature-free__lead[b-n0xo7vrsii] {
    margin: 30px 0 36px;
    color: #2b3f59;
    font-size: 14px;
    font-weight: 400;
}

/* ===== Bullet-Liste mit Haken im blauen Kreis ===== */
.feature-free__list[b-n0xo7vrsii] {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 12px;
    color: #2b3f59;
    font-size: 14px;
    font-weight:500;
    line-height: 1.6;
}

    .feature-free__list li[b-n0xo7vrsii] {
        display: grid;
        grid-template-columns: 28px 1fr; /* Platz für den Kreis */
        align-items: start;
        gap: 10px;
    }

/* ===== CTA-Button (neuer Name, nicht .btn) ===== */
.cta-btn[b-n0xo7vrsii] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px; /* leicht abgerundet */
    font-weight: 400;
    text-decoration: none;
    border: 1px solid transparent;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}

.cta-btn--primary[b-n0xo7vrsii] {
    background: #4473AB;
    color: #fff;
    border-color: #3e7fb9;
    box-shadow: 0 8px 18px rgba(76,143,204,.28);
}

    .cta-btn--primary:hover[b-n0xo7vrsii] {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

/* ===== Telefon-Badge: blauer Kreis + Nummer ===== */
.feature-free__actions[b-n0xo7vrsii] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.phone-badge[b-n0xo7vrsii] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #173251;
    font-weight: 600;
}

.phone-badge__circle[b-n0xo7vrsii] {
    width: 40px;
    height: 40px; /* runder blauer Kreis */
    border-radius: 50%;
    background: #4473AB;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(76,143,204,.25);
}

.icon-phone[b-n0xo7vrsii] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
    mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
}

.phone-badge__text[b-n0xo7vrsii] {
    letter-spacing: .1px;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .feature-free__grid[b-n0xo7vrsii] {
        grid-template-columns: 1fr;
    }

    .feature-free__media[b-n0xo7vrsii] {
        order: 1;
    }

    .feature-free__content[b-n0xo7vrsii] {
        order: 2;
    }

    .feature-free__content[b-n0xo7vrsii] {
        max-width: 100%;
    }

    .feature-free__accent-v[b-n0xo7vrsii] {
        right: -10px;
    }

    .feature-free__accent-bars[b-n0xo7vrsii] {
        bottom: -14px;
    }
}

/* #endregion */

/* #region DETAILS: Logoslider */
/* ===== Logo-Strip (Marquee) ===== */
.client-strip[b-n0xo7vrsii] {
    position: relative;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    /* bläulicher Hintergrund wie im Hero */
    background: linear-gradient(180deg,#2f5b8e 0%,#3d6da3 100%);
    padding: clamp(18px, 3vw, 26px) 0;
    overflow: hidden;
}

.client-strip__viewport[b-n0xo7vrsii] {
    position: relative;
    max-width: var(--container);
    margin: 0 auto;
    mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
    display: flex;
    gap: clamp(36px, 6vw, 64px);
}

/* Zwei Tracks laufen nebeneinander für nahtlose Endlosschleife */
.client-strip__track[b-n0xo7vrsii] {
    display: inline-flex;
    align-items: center;
    gap: clamp(36px, 6vw, 64px);
    animation: clientScroll-b-n0xo7vrsii 28s linear infinite;
    will-change: transform;
}

    .client-strip__track li[b-n0xo7vrsii] {
        list-style: none;
    }

    .client-strip__track img[b-n0xo7vrsii] {
        height: clamp(22px, 3.2vw, 34px);
        width: auto;
        display: block;
        opacity: .9; /* dezente Einfärbung wie im Screenshot */
        filter: brightness(0) invert(1); /* weiße Logos auch bei PNG mit dunkler Farbe */
        transition: opacity .2s ease, transform .2s ease;
    }

        .client-strip__track img:hover[b-n0xo7vrsii] {
            opacity: 1;
            transform: translateY(-1px);
        }

@keyframes clientScroll-b-n0xo7vrsii {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
    /* Track 1 wandert genau um seine Breite */
}

/* Barrierefrei: bei reduzierter Bewegung Animation stoppen */
@media (prefers-reduced-motion: reduce) {
    .client-strip__track[b-n0xo7vrsii] {
        animation: none;
    }

    .client-strip__viewport[b-n0xo7vrsii] {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

.logo-ph[b-n0xo7vrsii] {
    display: inline-grid;
    place-items: center;
    height: clamp(22px, 3.2vw, 34px);
    padding: 0 24px;
    border: 1px dashed rgba(255,255,255,.35);
    border-radius: 6px;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
}

/* #endregion */

/* #region DETAILS: Pricing */
/* Section background + centered content like screenshot */
.pricing-hiltes[b-n0xo7vrsii] {
    padding: 48px 0 70px;
}

.pricing-hiltes__container[b-n0xo7vrsii] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}

.pricing-hiltes__title[b-n0xo7vrsii] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
}

.pricing-hiltes__lead[b-n0xo7vrsii] {
    margin: 10px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
    max-width: 760px;
}

/* 2 rows grid: top cards + bottom example */
.pricing-hiltes__grid[b-n0xo7vrsii] {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: stretch;
}

/* ---------------- TOP LEFT CARD ---------------- */
.plan-card[b-n0xo7vrsii] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 26px 26px 22px;
    height: 100%;
}

.plan-title[b-n0xo7vrsii] {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
}

.plan-title__brand[b-n0xo7vrsii] {
    font-weight: 500;
    opacity: 0.95;
}

.plan-price[b-n0xo7vrsii] {
    margin-top: 6px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.plan-price__prefix[b-n0xo7vrsii],
.plan-price__suffix[b-n0xo7vrsii] {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.plan-price__value[b-n0xo7vrsii] {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #0f172a;
}

.plan-pill[b-n0xo7vrsii] {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #cfe2ff;
    font-size: 10px;
    font-weight: 600;
    color: #0f172a;
}

.plan-features[b-n0xo7vrsii] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 34px; /* smaller gap like screenshot */
}

.feature-list[b-n0xo7vrsii] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 10px; /* smaller -> less height */
}

.feature-item[b-n0xo7vrsii] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.feature-icon[b-n0xo7vrsii] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    flex: 0 0 18px;
}

.feature-text[b-n0xo7vrsii],
.feature-link[b-n0xo7vrsii] {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
    color: #0f172a;
}

.feature-link[b-n0xo7vrsii] {
    color: #2b66c9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------------- TOP RIGHT CARD ---------------- */
.addons-card[b-n0xo7vrsii] {
    background: linear-gradient(180deg, #2f5178 0%, #3f6e9f 55%, #3a6694 100%);
    border: 1px solid rgba(15, 23, 42, 0.10);
    padding: 22px 12px 18px;
    color: #ffffff;
    align-self: start;
    height: 100%;
}

.addons-title[b-n0xo7vrsii] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
}

.addons-list[b-n0xo7vrsii] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    row-gap: 40px;
}

.addons-item[b-n0xo7vrsii] {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 10px;
    align-items: start;
}

.addons-icon[b-n0xo7vrsii] {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: rgba(235, 245, 255, 0.95);
    color: #2f5178;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 900;
    margin-top: 2px;
}

.addons-line[b-n0xo7vrsii] {
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.98;
}

.addons-bold[b-n0xo7vrsii] {
    font-weight: 200;
}

.addons-price[b-n0xo7vrsii] {
    font-weight: 200;
}

.addons-cta[b-n0xo7vrsii] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
}

/* ---------------- BOTTOM EXAMPLE (full width) ---------------- */
.example-block[b-n0xo7vrsii] {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 22px 22px 26px;
}

.example-title[b-n0xo7vrsii] {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0f172a;
}

.example-sub[b-n0xo7vrsii] {
    margin: 20px auto 0;
    text-align: center;
    max-width: 820px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #475569;
}

.example-slider[b-n0xo7vrsii] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    column-gap: 14px;
}

.nav-btn[b-n0xo7vrsii] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 0;
    background: #e5eefc;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    padding: 0 0 3px 0;
}

.example-table[b-n0xo7vrsii] {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.example-head[b-n0xo7vrsii] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #dbeafe;
}

.example-head__cell[b-n0xo7vrsii] {
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-head__cell:last-child[b-n0xo7vrsii] {
        border-right: 0;
    }

.example-body[b-n0xo7vrsii] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.example-col[b-n0xo7vrsii] {
    padding: 12px 12px 14px;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
}

    .example-col:last-child[b-n0xo7vrsii] {
        border-right: 0;
    }

.example-price[b-n0xo7vrsii] {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.example-note[b-n0xo7vrsii] {
    margin-top: 6px;
    font-size: 12px;
    font-weight:400;
    line-height: 1.6;
    color: #475569;
}

.example-total[b-n0xo7vrsii] {
    text-align: center;
    padding: 10px 12px;
    background: #cfe2ff;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

/* Responsive */
@media (max-width: 980px) {
    .pricing-hiltes__grid[b-n0xo7vrsii] {
        grid-template-columns: 1fr;
    }

    .plan-features[b-n0xo7vrsii] {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .example-slider[b-n0xo7vrsii] {
        grid-template-columns: 34px 1fr 34px;
    }
}

/* #endregion */

/* #region DETAILS: Success */
/* ===== Success Stories ===== */
.success-stories[b-n0xo7vrsii] {
    position: relative;
    overflow: hidden;
    padding: 40px 0 70px;
    margin: 30px 0 0px 0;
}

/* curved / skewed blue background like screenshot */
.success-stories__bg[b-n0xo7vrsii] {
    position: absolute;
    inset: -60px -40px -60px -40px;
    background: linear-gradient(180deg, #3f628d 0%, #537aa6 55%, #5f87b2 100%);
    transform: rotate(-2deg);
    transform-origin: center;
    z-index: 0;
}

.success-stories__container[b-n0xo7vrsii] {
    position: relative;
    z-index: 1;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    text-align: center;
}

.success-stories__title[b-n0xo7vrsii] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.success-stories__lead[b-n0xo7vrsii] {
    margin: 8px auto 0;
    max-width: 720px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

/* images row */
.success-stories__slider[b-n0xo7vrsii] {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.stories-track[b-n0xo7vrsii] {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 24px;
    overflow: hidden;
    padding: 0 20px;
    justify-content: center;
}

.story-card[b-n0xo7vrsii] {
    height: 330px;
    background: rgba(255,255,255,0.08);
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.story-img[b-n0xo7vrsii] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dots */
.stories-dots[b-n0xo7vrsii] {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dot[b-n0xo7vrsii] {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.dot--active[b-n0xo7vrsii] {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
}

/* Full-HD proportions (like screenshot) */
@media (min-width: 1200px) {
    .stories-track[b-n0xo7vrsii] {
        grid-auto-columns: 290px;
        gap: 28px;
    }

    .story-card[b-n0xo7vrsii] {
        height: 340px;
    }
}

/* Responsive */
@media (max-width: 980px) {
    .stories-track[b-n0xo7vrsii] {
        grid-auto-columns: 240px;
        gap: 16px;
        justify-content: start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .story-card[b-n0xo7vrsii] {
        scroll-snap-align: center;
        height: 300px;
    }
}

/* #endregion */

.check-icon[b-n0xo7vrsii] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
}
/* /Components/Pages/Loesungen/Warenwirtschaftssysteme.razor.rz.scp.css */
body[b-tauelzaz7b] {
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found[b-oe7h86w2m4] {
    background: #eff2fb;
    padding: 76px 24px 96px;
}

.not-found__inner[b-oe7h86w2m4] {
    max-width: 760px;
    text-align: center;
}

.not-found__badge[b-oe7h86w2m4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #c9d9ed;
    background: #eef5fd;
    color: #4473ab;
    font-size: 0.78rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.not-found__title[b-oe7h86w2m4] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: #1a2a44;
    margin: 0 0 18px;
}

.not-found__text[b-oe7h86w2m4] {
    max-width: 620px;
    margin: 0 auto 34px;
    color: #5a6a82;
    font-size: 1rem;
    line-height: 1.75;
}

.not-found__actions[b-oe7h86w2m4] {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.not-found__btn[b-oe7h86w2m4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.not-found__btn--primary[b-oe7h86w2m4] {
    background: #4473ab;
    color: #ffffff;
    border: 1px solid #4473ab;
}

    .not-found__btn--primary:hover[b-oe7h86w2m4] {
        background: #315f94;
        border-color: #315f94;
    }

.not-found__btn--outline[b-oe7h86w2m4] {
    background: transparent;
    color: #4473ab;
    border: 1.5px solid #4473ab;
}

    .not-found__btn--outline:hover[b-oe7h86w2m4] {
        background: #4473ab;
        color: #ffffff;
    }
/* /Components/Pages/Service/Downloads.razor.rz.scp.css */
.downloads-notice-section[b-t2fo4wco4s] {
    background: #eff2fb;
    padding: 58px 24px 72px;
}

    .downloads-notice-section .container[b-t2fo4wco4s] {
        max-width: 860px;
    }

.downloads-notice[b-t2fo4wco4s] {
    border: 1.5px solid #4473ab;
    border-radius: 7px;
    background: rgba(68, 115, 171, 0.06);
    padding: 16px 28px 18px;
    color: #264d7f;
}

.downloads-notice__head[b-t2fo4wco4s] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: var(--fs-body);
    font-weight: 500;
}

.downloads-notice__icon[b-t2fo4wco4s] {
    width: 17px;
    height: 17px;
    min-width: 17px;
    border-radius: 50%;
    background: #264d7f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-caption);
    font-weight: 700;
    line-height: 1;
}

.downloads-notice__content[b-t2fo4wco4s] {
    padding-left: 25px;
}

    .downloads-notice__content p[b-t2fo4wco4s] {
        margin: 0;
        font-size: var(--fs-small);
        line-height: 1.72;
        color: #264d7f;
    }

        .downloads-notice__content p + p[b-t2fo4wco4s] {
            margin-top: 22px;
        }

    .downloads-notice__content strong[b-t2fo4wco4s] {
        font-weight: 700;
    }

@media (max-width: 640px) {
    .downloads-notice[b-t2fo4wco4s] {
        padding: 16px 18px;
    }

    .downloads-notice__content[b-t2fo4wco4s] {
        padding-left: 0;
    }
}


/* ── ToGoAPP Download-Sektion ── */
.downloads-app-section[b-t2fo4wco4s] {
    background: #eff2fb;
    padding: 0 24px 86px;
}

.downloads-app[b-t2fo4wco4s] {
    max-width: 1000px;
}

/* Oberer großer Block */
.downloads-app-hero[b-t2fo4wco4s] {
    position: relative;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    align-items: center;
    min-height: 280px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(47, 78, 120, 0.06);
    margin-bottom: 36px;
}

    .downloads-app-hero[b-t2fo4wco4s]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 100%;
        background: #4473ab;
        border-radius: 16px 0 0 16px;
    }

.downloads-app-hero__visual[b-t2fo4wco4s] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 26px;
}

    .downloads-app-hero__visual img[b-t2fo4wco4s] {
        width: 200px;
        height: auto;
        object-fit: contain;
    }

.downloads-app-hero__content[b-t2fo4wco4s] {
    padding: 44px 46px 44px 10px;
}

    .downloads-app-hero__content h2[b-t2fo4wco4s] {
        font-size: var(--fs-section-title);
        font-weight: 500;
        color: #1a2a44;
        margin: 0 0 18px;
    }

    .downloads-app-hero__content p[b-t2fo4wco4s] {
        font-size: var(--fs-subtitle);
        color: #5a6a82;
        line-height: 1.75;
        margin: 0 0 26px;
    }

.downloads-app-hero__tags[b-t2fo4wco4s] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .downloads-app-hero__tags span[b-t2fo4wco4s] {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 0 12px;
        border-radius: 999px;
        border: 1px solid #c9d9ed;
        background: #eef5fd;
        color: #4473ab;
        font-size: var(--fs-caption);
    }

/* Untere zwei Blöcke */
.downloads-steps[b-t2fo4wco4s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.downloads-step-card[b-t2fo4wco4s] {
    min-height: 370px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    padding: 42px 28px 26px;
    box-shadow: 0 8px 28px rgba(47, 78, 120, 0.05);
    display: flex;
    flex-direction: column;
}

.downloads-step-card__head[b-t2fo4wco4s] {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    align-items: flex-start;
}

.downloads-step-card__number[b-t2fo4wco4s] {
    width: 72px;
    height: auto;
}

.downloads-step-card__head h3[b-t2fo4wco4s] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #1a2a44;
    margin: 0 0 10px;
}

.downloads-step-card__head p[b-t2fo4wco4s] {
    font-size: var(--fs-body);
    color: #5a6a82;
    line-height: 1.65;
    margin: 0;
}

.downloads-step-card__center[b-t2fo4wco4s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 34px 0 28px;
    gap: 18px;
}

    .downloads-step-card__center span[b-t2fo4wco4s] {
        color: #5a6a82;
        font-size: var(--fs-caption);
    }

.downloads-step-card__qr[b-t2fo4wco4s] {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.downloads-step-card__pdf[b-t2fo4wco4s] {
    width: 108px;
    height: auto;
    object-fit: contain;
}

.downloads-step-card__btn[b-t2fo4wco4s] {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 13px 18px;
    border-radius: 7px;
    text-align: center;
    font-size: var(--fs-body);
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.downloads-step-card__btn--filled[b-t2fo4wco4s] {
    background: #4473ab;
    color: #ffffff;
    border: 1px solid #4473ab;
}

    .downloads-step-card__btn--filled:hover[b-t2fo4wco4s] {
        background: #315f94;
    }

.downloads-step-card__btn--outline[b-t2fo4wco4s] {
    background: transparent;
    color: #4473ab;
    border: 1.5px solid #4473ab;
}

    .downloads-step-card__btn--outline:hover[b-t2fo4wco4s] {
        background: #4473ab;
        color: #ffffff;
    }

@media (max-width: 860px) {
    .downloads-app-hero[b-t2fo4wco4s] {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 28px;
    }

    .downloads-app-hero__content[b-t2fo4wco4s] {
        padding: 22px 26px 34px;
    }

    .downloads-app-hero__tags[b-t2fo4wco4s] {
        justify-content: center;
    }

    .downloads-steps[b-t2fo4wco4s] {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 560px) {
    .downloads-step-card__head[b-t2fo4wco4s] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .downloads-step-card__number[b-t2fo4wco4s] {
        margin: 0 auto;
    }
}
/* /Components/Pages/Service/Hosting.razor.rz.scp.css */
/* ── Choice Section ── */
.hosting-choice[b-iebecuweot] {
    background-color: #eff2fb;
    padding: 64px 0 80px;
    text-align: center;
}

.hosting-choice__title[b-iebecuweot] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #3a5a8c;
    margin-bottom: 18px;
}

.hosting-choice__sub[b-iebecuweot] {
    font-size: var(--fs-subtitle);
    color: #5a6a82;
    line-height: 1.75;
    margin-bottom: 52px;
}

/* ── Cards ── */
.hosting-cards[b-iebecuweot] {
    display: flex;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
    max-width: 1320px;
    margin: 0 auto 40px;
}

.hosting-card[b-iebecuweot] {
    position: relative;
    border-radius: 14px;
    padding: 34px 40px 40px;
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 200px;
}

.hosting-card--lokal[b-iebecuweot] {
    background: transparent;
    border: 1.5px solid #3a5a8c;
    box-shadow: none;
}

.hosting-card--cloud[b-iebecuweot] {
    background: #ffffff;
    border: 1.5px solid #3a5a8c;
    box-shadow: 0 10px 36px 0 rgba(58, 90, 140, 0.18);
}

/* ── Badge ── */
.hosting-card__badge[b-iebecuweot] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #7a9abf;
    color: #ffffff;
    font-size: var(--fs-caption);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 4px;
}

/* ── Icon-Wrapper ── */
.hosting-card__icon[b-iebecuweot] {
    margin-bottom: 24px;
    line-height: 1;
    width: 56px;
    height: 56px;
    background: #dce8f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .hosting-card__icon img[b-iebecuweot] {
        width: 30px;
        height: 30px;
    }

/* ── Title ── */
.hosting-card__title[b-iebecuweot] {
    font-size: var(--fs-card-title);
    font-weight: 700;
    color: #1a2a44;
    margin: 0 0 12px;
}

/* ── Description ── */
.hosting-card__desc[b-iebecuweot] {
    font-size: var(--fs-body);
    color: #5a6a82;
    line-height: 1.65;
    margin: 0;
}

/* ── Bilder unter den Cards ── */
.hosting-images[b-iebecuweot] {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    gap: 20px;
}

.hosting-images__left[b-iebecuweot] {
    flex: 0 0 calc(37% - 10px);
    border-radius: 14px;
    overflow: hidden;
}

.hosting-images__right[b-iebecuweot] {
    flex: 0 0 calc(63% - 10px);
    border-radius: 14px;
    overflow: hidden;
}

.hosting-images__left img[b-iebecuweot],
.hosting-images__right img[b-iebecuweot] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .hosting-cards[b-iebecuweot] {
        flex-direction: column;
        max-width: 100%;
    }

    .hosting-images[b-iebecuweot] {
        flex-direction: column;
        gap: 16px;
    }

    .hosting-images__left[b-iebecuweot],
    .hosting-images__right[b-iebecuweot] {
        flex: none;
        width: 100%;
        height: 220px;
    }

    .hosting-choice__title[b-iebecuweot] {
        font-size: 1.4rem;
    }
}

/* ── CTA-Sektion (frame4) ── */
.hosting-cta[b-iebecuweot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 68px 24px 76px;
    gap: 0;
}

.hosting-cta__title[b-iebecuweot] {
    font-size: var(--fs-section-title);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 20px;
    letter-spacing: 0.01em;
}

.hosting-cta__text[b-iebecuweot] {
    font-size: var(--fs-subtitle);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin: 0 0 36px;
    text-align: center;
}

.hosting-cta__btn[b-iebecuweot] {
    display: inline-block;
    padding: 13px 48px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    color: #ffffff;
    font-size: var(--fs-body);
    font-weight: 400;
    text-decoration: none;
    background: transparent;
    letter-spacing: 0.01em;
    transition: border-color 0.2s, background 0.2s;
}

    .hosting-cta__btn:hover[b-iebecuweot] {
        border-color: rgba(255, 255, 255, 0.95);
        background: rgba(255, 255, 255, 0.08);
    }

/* ── Responsive ── */
@media (max-width: 768px) {
    .hosting-cards[b-iebecuweot] {
        flex-direction: column;
        max-width: 100%;
    }

    .hosting-images[b-iebecuweot] {
        flex-direction: column;
        gap: 16px;
    }

    .hosting-images__left[b-iebecuweot],
    .hosting-images__right[b-iebecuweot] {
        flex: none;
        width: 100%;
        height: 220px;
    }

    .hosting-choice__title[b-iebecuweot] {
        font-size: 1.4rem;
    }
}


.hosting-cloud-row[b-iebecuweot] {
    display: flex;
    max-width: 1320px;
    height: auto;
    min-height: 430px;
    margin: 0 auto 40px;
    gap: 20px;
    align-items: stretch;
}

.hosting-cloud-row__left[b-iebecuweot] {
    flex: 0 0 calc(37% - 10px);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

    .hosting-cloud-row__left img[b-iebecuweot] {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        display: block;
    }

.hosting-cloud-benefits[b-iebecuweot] {
    min-height: 430px;
    height: auto;
    margin: 0;
    padding: 30px 34px 26px;
    border-radius: 16px;
    text-align: left;
    background: radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.08), transparent 34%), linear-gradient(145deg, #284c78 0%, #416b99 48%, #5f8ab7 100%);
    color: #ffffff;
    overflow: hidden;
}

.hosting-cloud-benefits__eyebrow[b-iebecuweot] {
    font-size: var(--fs-caption);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 8px;
}

.hosting-cloud-benefits__title[b-iebecuweot] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 34px;
    letter-spacing: 0.01em;
}

.hosting-cloud-benefits__grid[b-iebecuweot] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 42px;
    row-gap: 28px;
}

.hosting-cloud-benefit[b-iebecuweot] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.hosting-cloud-benefit__check[b-iebecuweot] {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    background: #cfe4fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset;
}

    .hosting-cloud-benefit__check img[b-iebecuweot] {
        width: 12px;
        height: 12px;
        display: block;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(37%) sepia(22%) saturate(1442%) hue-rotate(174deg) brightness(89%) contrast(89%);
    }

.hosting-cloud-benefit h3[b-iebecuweot] {
    font-size: var(--fs-body);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 5px;
    line-height: 1.25;
}

.hosting-cloud-benefit p[b-iebecuweot] {
    max-width: 310px;
    font-size: var(--fs-small);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    margin: 0;
}

.hosting-cloud-benefits__seal[b-iebecuweot] {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

    .hosting-cloud-benefits__seal img[b-iebecuweot] {
        width: 285px;
        max-width: 100%;
        height: auto;
        display: block;
    }

@media (max-width: 900px) {
    .hosting-cloud-row[b-iebecuweot] {
        height: auto;
        min-height: 0;
        flex-direction: column;
    }

    .hosting-cloud-row__left[b-iebecuweot] {
        display: none;
    }

    .hosting-cloud-row__right[b-iebecuweot] {
        flex: none;
        width: 100%;
    }

    .hosting-cloud-benefits[b-iebecuweot] {
        min-height: 0;
        height: auto;
        padding: 34px 28px;
    }

    .hosting-cloud-benefits__grid[b-iebecuweot] {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .hosting-cloud-benefits__title[b-iebecuweot] {
        font-size: 1.45rem;
        margin-bottom: 28px;
    }

    .hosting-cloud-benefit p[b-iebecuweot] {
        max-width: none;
    }

    .hosting-cloud-benefits__seal[b-iebecuweot] {
        margin-top: 30px;
    }
}
/* /Components/Pages/Service/INFO-Meeting.razor.rz.scp.css */
.info-meeting[b-l8cwt8owzk] {
    background: #eff2fb;
    padding: 56px 24px 96px;
}

    .info-meeting .container[b-l8cwt8owzk] {
        max-width: 1000px;
        margin: 0 auto;
    }

/* Kopfbereich */
.info-meeting__head[b-l8cwt8owzk] {
    text-align: center;
    margin-bottom: 36px;
}

.info-meeting__title[b-l8cwt8owzk] {
    font-size: var(--fs-subtitle);
    font-weight: 500;
    color: #2f5e93;
    margin: 0 0 14px;
}

.info-meeting__subtitle[b-l8cwt8owzk] {
    font-size: var(--fs-body);
    color: #6b7a90;
    margin: 0 0 6px;
}

/* Stats-Leiste */
.info-stats[b-l8cwt8owzk] {
    background: #ffffff;
    border: 1px solid #e7ecf5;
    border-top: 3px solid #e8743b;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 22px 16px;
    margin-bottom: 28px;
    box-shadow: 0 8px 24px rgba(45, 94, 147, 0.05);
}

.info-stats__item[b-l8cwt8owzk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.info-stats__value[b-l8cwt8owzk] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #1f2937;
}

.info-stats__label[b-l8cwt8owzk] {
    font-size: var(--fs-small);
    color: #8b97a8;
}

/* Hauptraster */
.info-meeting__grid[b-l8cwt8owzk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

/* Linke Themen-Karte */
.info-topics[b-l8cwt8owzk] {
    background: #ffffff;
    border: 1px solid #e7ecf5;
    border-radius: 12px;
    padding: 24px 22px 26px;
}

.info-topics__title[b-l8cwt8owzk] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #2f5e93;
    margin: 0 0 16px;
}

.info-topics__intro[b-l8cwt8owzk] {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .info-topics__intro li[b-l8cwt8owzk] {
        font-size: var(--fs-small);
        color: #6b7a90;
    }

.info-topic-card[b-l8cwt8owzk] {
    display: flex;
    gap: 14px;
    border: 1px solid #e7ecf5;
    border-radius: 10px;
    padding: 16px 16px;
    margin-bottom: 14px;
}

    .info-topic-card:last-child[b-l8cwt8owzk] {
        margin-bottom: 0;
    }

.info-topic-card__icon[b-l8cwt8owzk] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #eef3fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .info-topic-card__icon img[b-l8cwt8owzk] {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

.info-topic-card__text strong[b-l8cwt8owzk] {
    display: block;
    font-size: var(--fs-body);
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.info-topic-card__text p[b-l8cwt8owzk] {
    margin: 0 0 3px;
    font-size: var(--fs-small);
    color: #8b97a8;
    line-height: 1.4;
}

/* Rechte Meeting-Karten */
.info-meetings[b-l8cwt8owzk] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.info-meeting-card[b-l8cwt8owzk] {
    background: #ffffff;
    border: 1px solid #e7ecf5;
    border-radius: 12px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    grid-template-areas:
        "media body"
        "footer footer";
    gap: 14px 20px;
    align-items: start;
    flex: 1;
    box-shadow: 0 4px 18px rgba(45, 94, 147, 0.08);
}

.info-meeting-card__media[b-l8cwt8owzk] {
    grid-area: media;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

    .info-meeting-card__media img[b-l8cwt8owzk] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.info-meeting-card__title[b-l8cwt8owzk] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #2f5e93;
    margin: 0 0 4px;
}

.info-meeting-card__subtitle[b-l8cwt8owzk] {
    font-size: var(--fs-small);
    color: #8b97a8;
    margin: 0 0 14px;
}

.info-meeting-card__row[b-l8cwt8owzk] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.info-meeting-card__row-icon[b-l8cwt8owzk] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 7px;
    background: #eef3fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .info-meeting-card__row-icon img[b-l8cwt8owzk] {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

.info-meeting-card__row-text[b-l8cwt8owzk] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .info-meeting-card__row-text strong[b-l8cwt8owzk] {
        font-size: var(--fs-small);
        font-weight: 600;
        color: #1f2937;
    }

    .info-meeting-card__row-text span[b-l8cwt8owzk] {
        font-size: var(--fs-small);
        color: #8b97a8;
    }

.info-meeting-card__body[b-l8cwt8owzk] {
    grid-area: body;
    min-width: 0;
}

.info-meeting-card__footer[b-l8cwt8owzk] {
    grid-area: footer;
    display: grid;
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 0;
}

.info-meeting-card__pills[b-l8cwt8owzk] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-self: start;
}

.info-pill[b-l8cwt8owzk] {
    font-size: var(--fs-caption);
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.info-pill--orange[b-l8cwt8owzk] {
    color: #e8743b;
    border-color: #f3c9b3;
    background: #fef4ee;
}

.info-pill--blue[b-l8cwt8owzk] {
    color: #4473ab;
    border-color: #c4d6ec;
    background: #eef4fb;
}

.info-meeting-card__btn[b-l8cwt8owzk] {
    justify-self: end;
    background: #2f5e93;
    color: #ffffff;
    text-decoration: none;
    font-size: var(--fs-small);
    padding: 12px 20px;
    border-radius: 8px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

    .info-meeting-card__btn:hover[b-l8cwt8owzk] {
        background: #264c78;
    }

/* Responsive */
@media (max-width: 860px) {
    .info-meeting__grid[b-l8cwt8owzk] {
        grid-template-columns: 1fr;
    }

    .info-stats[b-l8cwt8owzk] {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 8px;
    }
}

@media (max-width: 560px) {
    .info-meeting-card[b-l8cwt8owzk] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "body"
            "footer";
    }

    .info-meeting-card__media[b-l8cwt8owzk] {
        max-width: 180px;
        margin: 0 auto;
    }

    .info-meeting-card__title[b-l8cwt8owzk] {
        text-align: center;
    }

    .info-meeting-card__subtitle[b-l8cwt8owzk] {
        text-align: center;
    }

    .info-meeting-card__media[b-l8cwt8owzk] {
        max-width: 180px;
    }

    .info-meeting-card__footer[b-l8cwt8owzk] {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .info-meeting-card__btn[b-l8cwt8owzk] {
        justify-self: stretch;
        text-align: center;
    }
}
/* /Components/Pages/Service/MietCard.razor.rz.scp.css */
.miet-card[b-m0cc65ffft] {
    background: #ffffff;
    border: 1.5px solid #dce6f0;
    border-radius: 16px;
    margin-bottom: 28px;
    cursor: pointer;
    transition: box-shadow 0.22s ease, transform 0.18s ease;
    overflow: hidden;
}

    .miet-card:hover[b-m0cc65ffft] {
        box-shadow: 0 8px 36px 0 rgba(58, 90, 140, 0.14);
        transform: translateY(-2px);
    }

.miet-card__inner[b-m0cc65ffft] {
    display: flex;
    align-items: stretch;
    min-height: 280px;
}

/* ── Linke Seite ── */
.miet-card__left[b-m0cc65ffft] {
    position: relative;
    display: flex;
    flex: 0 0 64%;
    flex-direction: row;
    gap: 32px;
    padding: 28px 32px 32px;
    align-items: center;
}

.miet-card__badge[b-m0cc65ffft] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c8d8ee;
    color: #3a5a8c;
    font-size: var(--fs-caption);
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 1;
}

.miet-card__img-wrap[b-m0cc65ffft] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    flex-shrink: 0;
    padding-top: 24px;
}

.miet-card__img[b-m0cc65ffft] {
    max-width: 170px;
    max-height: 240px;
    object-fit: contain;
    display: block;
}

.miet-card__info[b-m0cc65ffft] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding-top: 24px;
}

.miet-card__title[b-m0cc65ffft] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #3a5a8c;
    margin: 0 0 4px;
}

.miet-card__desc[b-m0cc65ffft] {
    font-size: var(--fs-body);
    color: #5a6a82;
    line-height: 1.6;
    margin: 0 0 8px;
}

.miet-card__label[b-m0cc65ffft] {
    font-size: var(--fs-caption);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #8a9ab5;
    margin: 8px 0 6px;
}

.miet-card__tags[b-m0cc65ffft] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.miet-card__tag[b-m0cc65ffft] {
    display: inline-flex;
    align-items: center;
    font-size: var(--fs-caption);
    color: #3a5a8c;
    background: #eaf2fb;
    border: 1px solid #c8d8ec;
    border-radius: 999px;
    padding: 5px 14px;
    line-height: 1.3;
}

.miet-card__reqs[b-m0cc65ffft] {
    margin: 4px 0 0;
    padding-left: 18px;
    font-size: var(--fs-body);
    color: #5a6a82;
    line-height: 1.75;
}

/* ── Trennlinie ── */
.miet-card__divider[b-m0cc65ffft] {
    width: 1px;
    background: #dce6f0;
    align-self: stretch;
    flex-shrink: 0;
}

/* ── Rechte Seite ── */
.miet-card__right[b-m0cc65ffft] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 32px 32px;
}

.miet-card__price[b-m0cc65ffft] {
    font-size: var(--fs-card-title);
    margin: 0 0 18px;
    line-height: 1.3;
}

    .miet-card__price strong[b-m0cc65ffft] {
        font-size: var(--fs-section-title);
        font-weight: 700;
        color: #1a2a44;
        vertical-align: baseline;
    }

    .miet-card__price em[b-m0cc65ffft] {
        font-style: normal;
        font-size: var(--fs-body);
        color: #5a6a82;
    }

.miet-card__features[b-m0cc65ffft] {
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .miet-card__features li[b-m0cc65ffft] {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: var(--fs-body);
        color: #3a4a60;
        padding: 9px 0;
        border-bottom: 1px solid #edf1f7;
        line-height: 1.45;
    }

        .miet-card__features li:last-child[b-m0cc65ffft] {
            border-bottom: none;
        }

.miet-card__check-wrap[b-m0cc65ffft] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #dce8f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.miet-card__check[b-m0cc65ffft] {
    width: 12px;
    height: 12px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(38%) sepia(52%) saturate(502%) hue-rotate(182deg) brightness(90%) contrast(90%);
}

.miet-card__btn[b-m0cc65ffft] {
    display: block;
    margin-top: 24px;
    padding: 13px 0;
    background: #3a5a8c;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    font-size: var(--fs-body);
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

    .miet-card__btn:hover[b-m0cc65ffft] {
        background: #2d4870;
    }

/* ── Responsive ── */
@media (max-width: 860px) {
    .miet-card__inner[b-m0cc65ffft] {
        flex-direction: column;
    }

    /* Linke Seite: Bild oben zentriert, Info darunter */
    .miet-card__left[b-m0cc65ffft] {
        flex: none;
        flex-direction: column;
        align-items: center;
        padding: 48px 24px 24px;
        gap: 20px;
    }

    /* Bild horizontal zentriert, kein Einzug durch Badge */
    .miet-card__img-wrap[b-m0cc65ffft] {
        min-width: unset;
        width: 100%;
        padding-top: 0;
        justify-content: center;
    }

    .miet-card__img[b-m0cc65ffft] {
        max-width: 140px;
        max-height: 180px;
    }

    /* Info-Block linksbündig */
    .miet-card__info[b-m0cc65ffft] {
        width: 100%;
        padding-top: 0;
        align-items: flex-start;
    }

    .miet-card__divider[b-m0cc65ffft] {
        width: 100%;
        height: 1px;
    }

    .miet-card__right[b-m0cc65ffft] {
        padding-top: 20px;
    }
}
/* /Components/Pages/Service/Miete-Verleih.razor.rz.scp.css */
/* ── Intro-Sektion ── */
.mv-intro[b-cdxcbg0ftc] {
    background-color: #eff2fb;
    padding: 72px 24px 48px;
    text-align: center;
}

.mv-intro__title[b-cdxcbg0ftc] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #3a5a8c;
    margin: 0 0 28px;
}

.mv-intro__text[b-cdxcbg0ftc] {
    font-size: var(--fs-body);
    color: #5a6a82;
    line-height: 1.85;
    margin: 0 0 20px;
}

    .mv-intro__text:last-child[b-cdxcbg0ftc] {
        margin-bottom: 0;
    }

/* ── Cards-Sektion ── */
.mv-cards[b-cdxcbg0ftc] {
    background-color: #eff2fb;
    padding: 32px 24px 80px;
}

/* ── Formular-Sektion ── */
.mv-form-wrap[b-cdxcbg0ftc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 24px 72px;
    width: 100%;
}

.mv-form__title[b-cdxcbg0ftc] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 36px;
    text-align: center;
}

/* Glass-Card */
.mv-glass-form[b-cdxcbg0ftc] {
    width: 100%;
    max-width: 820px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 36px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Zweispaltige Zeile */
.mv-form__row[b-cdxcbg0ftc] {
    display: flex;
    gap: 20px;
}

    .mv-form__row .mv-form__group[b-cdxcbg0ftc] {
        flex: 1;
    }

/* Einzelne Formulargruppe */
.mv-form__group[b-cdxcbg0ftc] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mv-form__group--full[b-cdxcbg0ftc] {
    width: 100%;
}

.mv-form__label[b-cdxcbg0ftc] {
    font-size: var(--fs-caption);
    font-weight: 700;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.75);
}

/* Input-Felder */
.mv-form__input[b-cdxcbg0ftc],
.mv-form__select[b-cdxcbg0ftc],
.mv-form__textarea[b-cdxcbg0ftc] {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 8px;
    color: #ffffff;
    font-size: var(--fs-body);
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

    .mv-form__input[b-cdxcbg0ftc]::placeholder,
    .mv-form__textarea[b-cdxcbg0ftc]::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .mv-form__input:focus[b-cdxcbg0ftc],
    .mv-form__select:focus[b-cdxcbg0ftc],
    .mv-form__textarea:focus[b-cdxcbg0ftc] {
        border-color: rgba(255, 255, 255, 0.65);
        background: rgba(255, 255, 255, 0.22);
    }

/* Select mit Pfeil-Icon */
.mv-form__select-wrap[b-cdxcbg0ftc] {
    position: relative;
}

.mv-form__select-wrap--full .mv-form__select[b-cdxcbg0ftc] {
    width: 100%;
}

.mv-form__select-wrap[b-cdxcbg0ftc]::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    font-size: var(--fs-small);
}

.mv-form__select option[b-cdxcbg0ftc] {
    background: #3a5a8c;
    color: #ffffff;
}

/* Textarea */
.mv-form__textarea[b-cdxcbg0ftc] {
    min-height: 110px;
    resize: vertical;
    font-family: inherit;
}

/* DSGVO-Checkbox */
.mv-form__dsgvo[b-cdxcbg0ftc] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: var(--fs-body);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
}

.mv-form__checkbox[b-cdxcbg0ftc] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: #4473ab;
    cursor: pointer;
}

.mv-form__dsgvo-link[b-cdxcbg0ftc] {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

/* Submit-Button */
.mv-form__submit[b-cdxcbg0ftc] {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    border-radius: 8px;
    color: #4473ab;
    font-size: var(--fs-body);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}

    .mv-form__submit:hover[b-cdxcbg0ftc] {
        background: #ffffff;
    }

/* ── Responsive ── */
@media (max-width: 640px) {
    .mv-form__row[b-cdxcbg0ftc] {
        flex-direction: column;
        gap: 16px;
    }

    .mv-glass-form[b-cdxcbg0ftc] {
        padding: 24px 20px 28px;
    }
}
/* /Components/Pages/Service/Newsletter.razor.rz.scp.css */
.newsletter[b-7q9uoy2xl6] {
    background: #eff2fb;
    padding: 56px 24px 96px;
}

.newsletter__grid[b-7q9uoy2xl6] {
    max-width: var(--container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 28px;
}

.newsletter__col[b-7q9uoy2xl6] {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 28px;
}

/* ── Weiße Card ── */
.ns-card[b-7q9uoy2xl6] {
    background: #ffffff;
    border: 1px solid #e7ecf5;
    border-radius: 14px;
    padding: 28px 30px 30px;
    box-shadow: 0 4px 18px rgba(45, 94, 147, 0.08);
}

.ns-card__title[b-7q9uoy2xl6] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 24px;
}

.ns-card__title--divider[b-7q9uoy2xl6] {
    padding-bottom: 18px;
    border-bottom: 1px solid #eef0f6;
    margin-bottom: 22px;
}

.ns-app-card[b-7q9uoy2xl6] {
    border: 1.5px solid #3a5a8c;
}

/* ── Formular ── */
.ns-form[b-7q9uoy2xl6] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ns-form__row[b-7q9uoy2xl6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ns-field[b-7q9uoy2xl6] {
    display: flex;
    flex-direction: column;
}

.ns-field__label[b-7q9uoy2xl6] {
    font-size: var(--fs-caption);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b97a8;
    margin-bottom: 8px;
}

.ns-field__input[b-7q9uoy2xl6] {
    height: 44px;
    border: 1px solid #dfe5f0;
    border-radius: 8px;
    padding: 0 14px;
    font-size: var(--fs-body);
    color: #1f2937;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .ns-field__input[b-7q9uoy2xl6]::placeholder {
        color: #aab4c4;
    }

    .ns-field__input:focus[b-7q9uoy2xl6] {
        outline: none;
        border-color: #4473ab;
        box-shadow: 0 0 0 3px rgba(68, 115, 171, 0.12);
    }

/* ── Checkbox ── */
.ns-check[b-7q9uoy2xl6] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: var(--fs-small);
    color: #5a6a82;
    line-height: 1.5;
    cursor: pointer;
}

.ns-check__box[b-7q9uoy2xl6] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #3a5a8c;
    flex-shrink: 0;
}

.ns-check__text a[b-7q9uoy2xl6] {
    color: #3a5a8c;
    text-decoration: underline;
}

/* ── Buttons ── */
.ns-btn[b-7q9uoy2xl6] {
    width: 100%;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: var(--fs-body);
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin-top: 6px;
}

.ns-btn--primary[b-7q9uoy2xl6] {
    background: #3a5a8c;
    color: #ffffff;
    border: 1px solid #3a5a8c;
}

    .ns-btn--primary:hover[b-7q9uoy2xl6] {
        background: #2f4c78;
    }

.ns-btn--outline[b-7q9uoy2xl6] {
    background: transparent;
    color: #3a5a8c;
    border: 1px solid #c4d2e6;
}

    .ns-btn--outline:hover[b-7q9uoy2xl6] {
        background: #f3f6fc;
        border-color: #9fb6d6;
    }

/* ── Info-Card (blau) ── */
.ns-info-card[b-7q9uoy2xl6] {
    border-radius: 14px;
    padding: 26px 28px 30px;
    color: #ffffff;
    background: linear-gradient(160deg, #2a4a73 0%, #3c618f 55%, #51769f 100%);
    display: flex;
    flex-direction: column;
}

.ns-info-card__title[b-7q9uoy2xl6] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 16px;
    margin: 0 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ns-info-card__items[b-7q9uoy2xl6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
}

/* weniger Innenabstand */
.ns-card[b-7q9uoy2xl6] {
    padding: 22px 30px 24px;
}

/* engere Formularabstände */
.ns-form[b-7q9uoy2xl6] {
    gap: 14px;
}

/* flachere Eingabefelder */
.ns-field__input[b-7q9uoy2xl6] {
    height: 40px;
}

.ns-info-item[b-7q9uoy2xl6] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 0;
}

    .ns-info-item:last-child[b-7q9uoy2xl6] {
        margin-bottom: 0;
    }

.ns-info-item__icon[b-7q9uoy2xl6] {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #E6EEFB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .ns-info-item__icon img[b-7q9uoy2xl6] {
        width: 20px;
        height: 20px;
        object-fit: contain;
        /* Icons behalten ihre Originalfarbe – kein Filter */
    }

.ns-info-item h3[b-7q9uoy2xl6] {
    font-size: var(--fs-body);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 5px;
}

.ns-info-item p[b-7q9uoy2xl6] {
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.5;
    margin: 0;
}

/* ── App-Card ── */
.ns-app-item[b-7q9uoy2xl6] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.ns-app-item__icon[b-7q9uoy2xl6] {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #eaf1fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .ns-app-item__icon img[b-7q9uoy2xl6] {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

.ns-app-item h3[b-7q9uoy2xl6] {
    font-size: var(--fs-body);
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 5px;
}

.ns-app-item p[b-7q9uoy2xl6] {
    font-size: var(--fs-small);
    color: #8b97a8;
    line-height: 1.5;
    margin: 0;
}

.ns-app-link[b-7q9uoy2xl6] {
    display: inline-block;
    font-size: var(--fs-small);
    color: #3a5a8c;
    text-decoration: none;
    font-weight: 500;
}

    .ns-app-link:hover[b-7q9uoy2xl6] {
        text-decoration: underline;
    }

/* ── Responsive ── */
@media (max-width: 860px) {
    .newsletter__grid[b-7q9uoy2xl6] {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .newsletter__col[b-7q9uoy2xl6] {
        display: flex;
        flex-direction: column;
        grid-row: auto;
    }
}

@media (max-width: 540px) {
    .ns-form__row[b-7q9uoy2xl6] {
        grid-template-columns: 1fr;
    }

    .ns-card[b-7q9uoy2xl6],
    .ns-info-card[b-7q9uoy2xl6] {
        padding: 24px 20px;
    }
}


/* ── HILTES News App (frame4) ── */
.news-app[b-7q9uoy2xl6] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 36px 24px 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}

.news-app__title[b-7q9uoy2xl6] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.03em;
    margin: 0 0 18px;
}

.news-app__subtitle[b-7q9uoy2xl6] {
    font-size: var(--fs-subtitle);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin: 0 0 32px;
}

/* Pills */
.news-app__pills[b-7q9uoy2xl6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    max-width: 520px;
    margin-bottom: 44px;
}

.news-app__pill[b-7q9uoy2xl6] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    padding: 13px 16px;
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.92);
}

    .news-app__pill[b-7q9uoy2xl6]::before {
        content: "•";
        color: rgba(255, 255, 255, 0.85);
        line-height: 1;
    }

/* QR-Codes */
.news-app__qrcodes[b-7q9uoy2xl6] {
    display: flex;
    gap: 30px;
}

.news-app__qr[b-7q9uoy2xl6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .news-app__qr img[b-7q9uoy2xl6] {
        width: 86px;
        height: 86px;
        display: block;
        padding: 4px;
        border-radius: 4px;
    }

    .news-app__qr span[b-7q9uoy2xl6] {
        font-size: var(--fs-caption);
        color: rgba(255, 255, 255, 0.7);
    }

/* Rechte Spalte */
.news-app__right[b-7q9uoy2xl6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.news-app__phones[b-7q9uoy2xl6] {
    width: 100%;
    max-width: 580px;
    height: auto;
    display: block;
}

.news-app__stores[b-7q9uoy2xl6] {
    display: flex;
    gap: 18px;
    justify-content: center;
}

.news-app__store img[b-7q9uoy2xl6] {
    height: 54px;
    width: auto;
    display: block;
}

/* Responsive */
@media (max-width: 860px) {
    .news-app[b-7q9uoy2xl6] {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .news-app__pills[b-7q9uoy2xl6] {
        margin-left: auto;
        margin-right: auto;
    }

    .news-app__qrcodes[b-7q9uoy2xl6] {
        justify-content: center;
    }

    .news-app__right[b-7q9uoy2xl6] {
        order: -1;
    }
}

@media (max-width: 480px) {
    .news-app__pills[b-7q9uoy2xl6] {
        grid-template-columns: 1fr;
    }

    .news-app__stores[b-7q9uoy2xl6] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/Pages/Service/SeminarCard.razor.rz.scp.css */
.seminar-card[b-qqane27ou2] {
    position: relative;
    min-height: 230px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #d6e0ef;
    border-top: 4px solid #4473ab;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(47, 78, 120, 0.08);
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.18s, box-shadow 0.18s;
}

    .seminar-card:hover[b-qqane27ou2] {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(47, 78, 120, 0.16);
    }

.seminar-card--grundkurs[b-qqane27ou2] {
    border-top-color: #4473ab;
}

.seminar-card--erweiterungskurs[b-qqane27ou2] {
    border-top-color: #2f8057;
}

.seminar-card--anfrage[b-qqane27ou2] {
    border-top-color: #e18435;
}

.seminar-card__tag[b-qqane27ou2] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: var(--fs-caption);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.seminar-card__tag--grundkurs[b-qqane27ou2] {
    color: #4473ab;
    border: 1px solid #c9d9ed;
    background: #eef5fd;
}

.seminar-card__tag--erweiterungskurs[b-qqane27ou2] {
    color: #2f8057;
    border: 1px solid #b9dcc8;
    background: #edf8f1;
}

.seminar-card__tag--anfrage[b-qqane27ou2] {
    color: #d0732b;
    border: 1px solid #f0cba8;
    background: #fff3e8;
}

.seminar-card__title[b-qqane27ou2] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #121926;
    margin: 0 0 12px;
}

.seminar-card__subtitle[b-qqane27ou2] {
    font-size: var(--fs-small);
    color: #5a6a82;
    line-height: 1.55;
    margin: 0 0 24px;
}

.seminar-card__meta[b-qqane27ou2] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: auto;
    margin-bottom: 22px;
}

.seminar-card__dates[b-qqane27ou2],
.seminar-card__time[b-qqane27ou2] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a6a82;
    font-size: var(--fs-small);
}

    .seminar-card__dates img[b-qqane27ou2],
    .seminar-card__time img[b-qqane27ou2] {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .seminar-card__dates span[b-qqane27ou2] {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 14px;
        border-radius: 6px;
        border: 1px solid #c9d9ed;
        background: #eef5fd;
        color: #4473ab;
        font-size: var(--fs-caption);
    }

    .seminar-card__dates p[b-qqane27ou2],
    .seminar-card__time p[b-qqane27ou2] {
        margin: 0;
    }

.seminar-card__btn[b-qqane27ou2] {
    align-self: flex-end;
    min-width: 128px;
    padding: 11px 24px;
    background: #4473ab;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    font-size: var(--fs-small);
    font-weight: 500;
    transition: background 0.2s;
}

    .seminar-card__btn:hover[b-qqane27ou2] {
        background: #315f94;
    }

@media (max-width: 640px) {
    .seminar-card__btn[b-qqane27ou2] {
        align-self: stretch;
    }
}
/* /Components/Pages/Service/SeminareSchulung.razor.rz.scp.css */
.seminars[b-r0prbmlooe] {
    background: #eff2fb;
    padding: 56px 24px 86px;
}

.seminars__inner[b-r0prbmlooe] {
    max-width: 1240px;
    margin: 0 auto;
}

.seminars__tabs[b-r0prbmlooe] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.seminars__tab[b-r0prbmlooe] {
    min-width: 112px;
    padding: 9px 18px;
    border: 1.5px solid #4473ab;
    border-radius: 999px;
    background: transparent;
    color: #4473ab;
    font-size: var(--fs-small);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

    .seminars__tab--active[b-r0prbmlooe],
    .seminars__tab:hover[b-r0prbmlooe] {
        background: #4473ab;
        color: #ffffff;
        box-shadow: 0 4px 14px rgba(68, 115, 171, 0.18);
    }

.seminars__heading[b-r0prbmlooe] {
    font-size: var(--fs-subtitle);
    font-weight: 500;
    color: #264d7f;
    margin: 0 0 28px;
}

.seminars__grid[b-r0prbmlooe] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 980px) {
    .seminars__grid[b-r0prbmlooe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seminars[b-r0prbmlooe] {
        padding: 42px 18px 64px;
    }

    .seminars__grid[b-r0prbmlooe] {
        grid-template-columns: 1fr;
    }

    .seminars__heading[b-r0prbmlooe] {
        text-align: center;
    }
}
/* /Components/Pages/Service/SeminarSchulungDetail.razor.rz.scp.css */
.seminar-detail[b-9pl051jyir] {
    background: #eff2fb;
    padding: 48px 24px 86px;
}

.seminar-detail__back-wrap[b-9pl051jyir] {
    max-width: 1240px;
    margin-bottom: 22px;
}

.seminar-detail__back[b-9pl051jyir] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4473ab;
    font-size: var(--fs-small);
    font-weight: 500;
    transition: color 0.2s, transform 0.2s;
}

    .seminar-detail__back:hover[b-9pl051jyir] {
        color: #315f94;
        transform: translateX(-2px);
    }

    .seminar-detail__back span[b-9pl051jyir] {
        font-size: var(--fs-body);
        line-height: 1;
    }

.seminar-detail--missing[b-9pl051jyir] {
    min-height: 420px;
    text-align: center;
}

.seminar-detail__layout[b-9pl051jyir] {
    max-width: 1240px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
}

.seminar-detail__main[b-9pl051jyir] {
    min-width: 0;
}

.seminar-detail__facts[b-9pl051jyir] {
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.seminar-fact[b-9pl051jyir] {
    min-height: 150px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #cfdced;
    border-top: 3px solid #4473ab;
    border-radius: 10px;
    padding: 16px 20px 18px;
    min-width: 0;
}

.seminar-fact__icon[b-9pl051jyir] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eef5fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #4473ab;
    font-weight: 600;
}

    .seminar-fact__icon img[b-9pl051jyir] {
        width: 22px;
        height: 22px;
    }

.seminar-fact__label[b-9pl051jyir] {
    font-size: var(--fs-caption);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #5a6a82;
    margin: 0 0 12px;
}

.seminar-fact__date-row[b-9pl051jyir] {
    display: grid;
    grid-template-columns: 96px max-content;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.seminar-fact__date[b-9pl051jyir] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border: 1px solid #c9d9ed;
    border-radius: 6px;
    color: #4473ab;
    background: #eef5fd;
    font-size: var(--fs-caption);
}

.seminar-fact__time[b-9pl051jyir],
.seminar-fact__value[b-9pl051jyir] {
    font-size: var(--fs-body);
    color: #121926;
    margin: 0;
    white-space: nowrap;
}

.seminar-fact__price[b-9pl051jyir] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #121926;
    margin: 0 0 18px;
    white-space: nowrap;
}

.seminar-fact__hint[b-9pl051jyir] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border: 1px solid #b8e0c2;
    background: #edf8f1;
    color: #46a060;
    border-radius: 999px;
    padding: 0 12px;
    font-size: var(--fs-caption);
    white-space: nowrap;
}

.seminar-deadline[b-9pl051jyir] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid #e18435;
    background: rgba(255, 243, 232, 0.32);
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 24px;
}

.seminar-deadline__icon[b-9pl051jyir] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #995623;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-caption);
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 2px;
}

.seminar-deadline h3[b-9pl051jyir] {
    margin: 0 0 8px;
    color: #995623;
    font-size: var(--fs-body);
    font-weight: 500;
}

.seminar-deadline p[b-9pl051jyir] {
    margin: 0;
    color: #995623;
    font-size: var(--fs-small);
}

.seminar-detail__section-title[b-9pl051jyir] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #121926;
    margin: 0 0 24px;
}

.seminar-content-grid[b-9pl051jyir] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.seminar-content-item[b-9pl051jyir] {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cfdced;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 7px;
    padding: 8px 12px;
    color: #2b3443;
    font-size: var(--fs-body);
    line-height: 1.45;
}

.seminar-check[b-9pl051jyir] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #dce8f5;
    color: #4473ab;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-caption);
    font-weight: 600;
}

.seminar-detail__aside[b-9pl051jyir] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.seminar-side-card[b-9pl051jyir] {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #cfdced;
    border-radius: 10px;
    padding: 24px;
}

    .seminar-side-card h2[b-9pl051jyir] {
        font-size: var(--fs-card-title);
        font-weight: 500;
        color: #121926;
        margin: 0 0 10px;
    }

    .seminar-side-card p[b-9pl051jyir] {
        font-size: var(--fs-small);
        color: #5a6a82;
        margin: 0 0 18px;
    }

    .seminar-side-card ul[b-9pl051jyir] {
        list-style: none;
        padding: 18px 0 0;
        margin: 0;
        border-top: 1px solid #cfdced;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .seminar-side-card li[b-9pl051jyir] {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #2b3443;
        font-size: var(--fs-body);
    }

.seminar-side-card--booking ul[b-9pl051jyir] {
    border-top: 1px solid #cfdced;
    padding-top: 22px;
    margin-bottom: 48px;
}

.seminar-info-box[b-9pl051jyir] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #4473ab;
    border-radius: 7px;
    background: rgba(238, 245, 253, 0.68);
    padding: 14px 16px;
    margin-bottom: 52px;
}

    .seminar-info-box span[b-9pl051jyir] {
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        background: #264d7f;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: var(--fs-caption);
        font-weight: 600;
    }

    .seminar-info-box p[b-9pl051jyir] {
        margin: 0;
        color: #264d7f;
        font-size: var(--fs-small);
        line-height: 1.45;
    }

.seminar-book-btn[b-9pl051jyir] {
    display: block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 6px;
    background: #4473ab;
    color: #ffffff;
    text-align: center;
    font-size: var(--fs-body);
    font-weight: 500;
    transition: background 0.2s;
}

    .seminar-book-btn:hover[b-9pl051jyir] {
        background: #315f94;
    }

.seminar-detail__facts--grundkurs .seminar-fact[b-9pl051jyir] {
    border-top-color: #4473ab;
}

.seminar-detail__facts--erweiterungskurs .seminar-fact[b-9pl051jyir] {
    border-top-color: #2f8057;
}

.seminar-detail__facts--anfrage .seminar-fact[b-9pl051jyir] {
    border-top-color: #e18435;
}

@media (max-width: 1020px) {
    .seminar-detail__layout[b-9pl051jyir] {
        grid-template-columns: 1fr;
    }

    .seminar-detail__aside[b-9pl051jyir] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .seminar-detail[b-9pl051jyir] {
        padding: 44px 18px 64px;
    }

    .seminar-detail__facts[b-9pl051jyir],
    .seminar-content-grid[b-9pl051jyir],
    .seminar-detail__aside[b-9pl051jyir] {
        grid-template-columns: 1fr;
    }

    .seminar-fact__date-row[b-9pl051jyir] {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* ── Buchungsformular ── */
.seminar-booking-form[b-9pl051jyir] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 24px 72px;
    width: 100%;
}

.seminar-booking-form__title[b-9pl051jyir] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 18px;
    text-align: center;
}

.seminar-booking-form__subtitle[b-9pl051jyir] {
    font-size: var(--fs-subtitle);
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 36px;
    text-align: center;
}

.seminar-booking-glass[b-9pl051jyir] {
    width: 100%;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 36px 44px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seminar-booking__row[b-9pl051jyir] {
    display: flex;
    gap: 20px;
}

    .seminar-booking__row .seminar-booking__group[b-9pl051jyir] {
        flex: 1;
    }

.seminar-booking__group[b-9pl051jyir] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.seminar-booking__group--full[b-9pl051jyir] {
    width: 100%;
}

.seminar-booking__label[b-9pl051jyir] {
    font-size: var(--fs-caption);
    font-weight: 700;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.78);
}

.seminar-booking__input[b-9pl051jyir],
.seminar-booking__select[b-9pl051jyir] {
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 8px;
    color: #ffffff;
    font-size: var(--fs-body);
    padding: 11px 14px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

    .seminar-booking__input[b-9pl051jyir]::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .seminar-booking__input:focus[b-9pl051jyir],
    .seminar-booking__select:focus[b-9pl051jyir] {
        border-color: rgba(255, 255, 255, 0.65);
        background: rgba(255, 255, 255, 0.22);
    }

.seminar-booking__select-wrap[b-9pl051jyir] {
    position: relative;
}

    .seminar-booking__select-wrap[b-9pl051jyir]::after {
        content: "▾";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.68);
        pointer-events: none;
        font-size: var(--fs-small);
    }

.seminar-booking__select option[b-9pl051jyir] {
    background: #3a5a8c;
    color: #ffffff;
}

.seminar-booking__street-row[b-9pl051jyir] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px minmax(0, 220px);
    gap: 14px;
}

.seminar-booking__input--zip[b-9pl051jyir] {
    min-width: 0;
}

.seminar-booking__dsgvo[b-9pl051jyir] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: var(--fs-body);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin-top: 4px;
}

.seminar-booking__checkbox[b-9pl051jyir] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: #4473ab;
    cursor: pointer;
}

.seminar-booking__dsgvo-link[b-9pl051jyir] {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.seminar-booking__submit[b-9pl051jyir] {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.94);
    border: none;
    border-radius: 8px;
    color: #4473ab;
    font-size: var(--fs-body);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 12px;
}

    .seminar-booking__submit:hover[b-9pl051jyir] {
        background: #ffffff;
    }

@media (max-width: 700px) {
    .seminar-booking-glass[b-9pl051jyir] {
        padding: 26px 20px 30px;
    }

    .seminar-booking__row[b-9pl051jyir],
    .seminar-booking__street-row[b-9pl051jyir] {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}
/* /Components/Pages/Service/SupportPakete.razor.rz.scp.css */
/* =========================================================
   Support-Pakete – Karten
   ========================================================= */

.sp-section[b-o768yf47v1] {
    padding: 64px 0 80px;
}

.sp-grid[b-o768yf47v1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.sp-card[b-o768yf47v1] {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 32px;
    box-shadow: 0 2px 16px rgba(12, 30, 66, .07);
    border: 1px solid #e8edf5;
    display: flex;
    flex-direction: column;
}

.sp-card--bronze[b-o768yf47v1] { border-top: 8px solid #d4824a; }
.sp-card--silber[b-o768yf47v1] { border-top: 8px solid #4c8fcc; }
.sp-card--gold[b-o768yf47v1]   { border-top: 8px solid #e6ac2b; }

.sp-card__name-row[b-o768yf47v1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sp-card__name[b-o768yf47v1] {
    margin: 0;
    color: #0e1726;
}

.sp-card__stars[b-o768yf47v1] { display: flex; gap: 4px; flex-shrink: 0; }
.sp-card__stars img[b-o768yf47v1] { width: 20px; height: 20px; object-fit: contain; }

.sp-card__sub[b-o768yf47v1] {
    margin: 5px 0 0;
    color: #8a9ab5;
}

.sp-card__divider[b-o768yf47v1] {
    border: none;
    border-top: 1px solid #e8edf5;
    margin: 20px 0 24px;
}

.sp-card__desc[b-o768yf47v1] {
    margin: 0 0 20px;
    color: #2a3e56;
    min-height: 42px;
    display: flex;
    align-items: flex-end;
}

.sp-card__list[b-o768yf47v1] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
    flex: 1;
}

.sp-item[b-o768yf47v1] {
    display: flex;
    align-items: center;
    gap: 13px;
}

.sp-item--yes[b-o768yf47v1] { color: #1a2a3f; }
.sp-item--no[b-o768yf47v1] {
    color: #1a2a3f;
}

.sp-item__icon[b-o768yf47v1] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sp-card--bronze .sp-item__icon--yes[b-o768yf47v1] {
    background: rgba(212, 130, 74, .24);
}

.sp-card--silber .sp-item__icon--yes[b-o768yf47v1] {
    background: rgba(76, 143, 204, .24);
}

.sp-card--gold .sp-item__icon--yes[b-o768yf47v1] {
    background: rgba(230, 172, 43, .26);
}

.sp-item__icon--no[b-o768yf47v1] {
    background: #e6e9f0;
}

.sp-item__icon img[b-o768yf47v1] {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* Quelle zuerst auf solides Schwarz normalisieren, dann exakt einfärben */
.sp-card--bronze .sp-item__icon--yes img[b-o768yf47v1] {
    filter: brightness(0) saturate(100%) invert(56%) sepia(56%) saturate(620%) hue-rotate(340deg) brightness(92%) contrast(92%);
}

.sp-card--silber .sp-item__icon--yes img[b-o768yf47v1] {
    filter: brightness(0) saturate(100%) invert(46%) sepia(64%) saturate(720%) hue-rotate(176deg) brightness(90%) contrast(90%);
}

.sp-card--gold .sp-item__icon--yes img[b-o768yf47v1] {
    filter: brightness(0) saturate(100%) invert(70%) sepia(72%) saturate(760%) hue-rotate(360deg) brightness(95%) contrast(92%);
}

.sp-item__icon--no img[b-o768yf47v1] {
    filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(320%) hue-rotate(180deg) brightness(92%);
    opacity: 1;
}

/* =========================================================
   Section 2: Ablauf + Notfall (frame1 Hintergrund)
   ========================================================= */

.sp-ablauf[b-o768yf47v1] {
    padding: 72px 0 80px;
    color: #fff;
}

.sp-ablauf__inner[b-o768yf47v1] {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(40px, 6vw, 100px);
    align-items: center;
}

/* ── Links: Schritte ── */
.sp-ablauf__title[b-o768yf47v1] {
    margin: 0 0 36px;
    color: #fff;
}

.sp-steps[b-o768yf47v1] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.sp-step[b-o768yf47v1] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.sp-step__num[b-o768yf47v1] {
    font-size: var(--fs-section-title);
    color: #fff;
    opacity: .9;
    flex-shrink: 0;
    width: 32px;
}

.sp-step__label[b-o768yf47v1] {
    display: block;
    color: #fff;
    margin-bottom: 6px;
}

.sp-step__text[b-o768yf47v1] {
    margin: 0;
    color: rgba(255,255,255,.80);
}

/* ── Rechts: Glas-Karte ── */
.sp-ablauf__right[b-o768yf47v1] {
    display: flex;
    align-items: center;
}

.sp-glass[b-o768yf47v1] {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    padding: 32px 32px 28px;
    width: 100%;
}

.sp-glass__title[b-o768yf47v1] {
    margin: 0 0 16px;
    color: #fff;
}

.sp-glass__text[b-o768yf47v1] {
    margin: 0 0 24px;
     
    color: rgba(255,255,255,.88);
}

/* ── Innerer Info-Kasten ── */
.sp-glass__info[b-o768yf47v1] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 16px 18px;
}

.sp-glass__info-icon[b-o768yf47v1] {
    font-size: 18px;
    color: rgba(255,255,255,.70);
    flex-shrink: 0;
    margin-top: 1px;
}

.sp-glass__info-text[b-o768yf47v1] {
    margin: 0;
    color: rgba(255,255,255,.80);
    text-align: justify;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .sp-grid[b-o768yf47v1] { grid-template-columns: 1fr 1fr; }
    .sp-ablauf__inner[b-o768yf47v1] { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 700px) {
    .sp-grid[b-o768yf47v1] { grid-template-columns: 1fr; }
    .sp-section[b-o768yf47v1] { padding: 40px 0 56px; }
    .sp-ablauf[b-o768yf47v1] { padding: 48px 0 56px; }
}

/* =========================================================
   Section 3: Platin-Support
   ========================================================= */

.sp-platin[b-o768yf47v1] {
    background: #eef2f9;
    padding: 80px 0 80px;
}

.sp-platin__inner[b-o768yf47v1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(40px, 6vw, 100px);
}

/* ── Text links ── */
.sp-platin__title[b-o768yf47v1] {
    margin: 0 0 20px;
    color: #2b6aa3; /* Hauptfarbe */
}

.sp-platin__lead[b-o768yf47v1] {
    margin: 0 0 36px;
    color: #4b5f79;
    max-width: 420px;
}

.sp-platin__btn[b-o768yf47v1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 32px;
    border: 1.5px solid #2b6aa3;
    border-radius: 8px;
    color: #2b6aa3;
    background: transparent;
    transition: background .15s, color .15s;
}

    .sp-platin__btn:hover[b-o768yf47v1] {
        background: #2b6aa3;
        color: #fff;
    }

/* ── Bild rechts ── */
.sp-platin__visual[b-o768yf47v1] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0 20px 20px; /* Platz für den blauen Block */
}

    /* Blauer Block hinter dem Bild */
    .sp-platin__visual[b-o768yf47v1]::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        height: 90%;
        background: #2b6aa3;
        border-radius: 12px;
        z-index: 0;
    }

.sp-platin__img[b-o768yf47v1] {
    position: relative;
    z-index: 1;
    width: 100%; /* gleiche Breite wie ::before */
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .sp-platin__inner[b-o768yf47v1] {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .sp-platin__visual[b-o768yf47v1] {
        order: -1; /* Bild auf Mobile oben */
    }

    .sp-platin__img[b-o768yf47v1] {
        max-width: 100%;
    }
}
/* /Components/Pages/Service/Systemberatung.razor.rz.scp.css */
.system-consulting[b-b0wjay0get] {
    background: #eff2fb;
    padding: 68px 24px 86px;
}

.system-consulting__grid[b-b0wjay0get] {
    max-width: 1080px;
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

/* Linke Angebotskarte */
.system-offer-card[b-b0wjay0get] {
    background: rgba(255, 255, 255, 0.56);
    border: 1.5px solid #4473ab;
    border-radius: 12px;
    padding: 30px 28px 32px;
}

.system-offer-card__title[b-b0wjay0get] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #121926;
    margin: 0 0 20px;
}

.system-offer-card__title--spacing[b-b0wjay0get] {
    margin-top: 36px;
}

.system-offer-card__list[b-b0wjay0get] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .system-offer-card__list li[b-b0wjay0get] {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #5a6a82;
        font-size: var(--fs-body);
        line-height: 1.35;
    }

.system-check[b-b0wjay0get] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #c7dcf1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .system-check img[b-b0wjay0get] {
        width: 11px;
        height: 11px;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(34%) sepia(39%) saturate(915%) hue-rotate(178deg) brightness(91%) contrast(90%);
    }

/* Tags */
.system-offer-card__tags[b-b0wjay0get] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .system-offer-card__tags span[b-b0wjay0get] {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 12px;
        border-radius: 999px;
        border: 1px solid #b8e0c2;
        background: #edf8f1;
        color: #46a060;
        font-size: var(--fs-caption);
        line-height: 1;
    }

        .system-offer-card__tags span[b-b0wjay0get]::before {
            content: "✓";
            margin-right: 6px;
            color: #46a060;
            font-weight: 600;
        }

/* Rechte Kontaktkarte */
.system-contact-card[b-b0wjay0get] {
    position: relative;
    min-height: 460px;
    border-radius: 12px;
    overflow: hidden;
    background: url('/assets/img/systemberatung_img/img1.png');
    background-color: #5A84B6;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.system-contact-card__content[b-b0wjay0get] {
    height: 100%;
    padding: 66px 54px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.system-contact-card h2[b-b0wjay0get] {
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 14px;
}

.system-contact-card p[b-b0wjay0get] {
    font-size: var(--fs-body);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 48px;
}

/* Personen */
.system-contact-card__people[b-b0wjay0get] {
    display: flex;
    justify-content: center;
    gap: 76px;
    width: 100%;
    margin-bottom: 54px;
}

.system-person[b-b0wjay0get] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-person__avatar[b-b0wjay0get] {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin-bottom: 14px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
    object-fit: cover;
    display: block;
}

.system-person__avatar--placeholder[b-b0wjay0get] {
    background: radial-gradient(circle at 50% 32%, #ffffff 0 18%, transparent 19%), radial-gradient(circle at 50% 112%, #87c4f4 0 42%, transparent 43%), linear-gradient(180deg, #d8e8f7 0%, #b7d7ee 100%);
}

.system-person strong[b-b0wjay0get] {
    font-size: var(--fs-small);
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 3px;
}

.system-person span[b-b0wjay0get] {
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.82);
}

/* Button */
.system-contact-card__btn[b-b0wjay0get] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 42px;
    margin-top: auto;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    border-radius: 6px;
    color: #ffffff;
    font-size: var(--fs-small);
    font-weight: 500;
    background: transparent;
    transition: background 0.2s, border-color 0.2s;
}

    .system-contact-card__btn:hover[b-b0wjay0get] {
        background: rgba(255, 255, 255, 0.14);
        border-color: #ffffff;
    }

@media (max-width: 920px) {
    .system-consulting__grid[b-b0wjay0get] {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .system-contact-card__people[b-b0wjay0get] {
        gap: 40px;
    }
}

@media (max-width: 520px) {
    .system-consulting[b-b0wjay0get] {
        padding: 48px 18px 64px;
    }

    .system-offer-card[b-b0wjay0get],
    .system-contact-card__content[b-b0wjay0get] {
        padding: 28px 22px;
    }

    .system-contact-card__people[b-b0wjay0get] {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 36px;
    }
}

/* ===== Beratungsfelder / Akkordeon ===== */
.beratungsfelder[b-b0wjay0get] {
    background: #fff;
    padding: 12px 24px 96px;
}

    .beratungsfelder .container[b-b0wjay0get] {
        max-width: 1080px;
        margin: 0 auto;
    }

.beratungsfelder__head[b-b0wjay0get] {
    text-align: center;
    margin-bottom: 40px;
}

.beratungsfelder__title[b-b0wjay0get] {
    font-size: var(--fs-section-title);
    font-weight: 500;
    color: #2f5e93;
    margin: 0 0 8px;
}

.beratungsfelder__subtitle[b-b0wjay0get] {
    font-size: var(--fs-subtitle);
    color: #6b7a90;
    margin: 0;
}

.accordion[b-b0wjay0get] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item[b-b0wjay0get] {
    background: #ffffff;
    border: 1.5px solid #e3e8f2;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.accordion-item--open[b-b0wjay0get] {
    border-color: #4473ab;
    box-shadow: 0 10px 30px rgba(45, 94, 147, 0.08);
}

.accordion-item__header[b-b0wjay0get] {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    font-family: inherit;
}

.accordion-item__head-left[b-b0wjay0get] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordion-item__number[b-b0wjay0get] {
    font-size: var(--fs-body);
    font-weight: 500;
    color: #2f5e93;
    letter-spacing: 0.04em;
}

.accordion-item__title[b-b0wjay0get] {
    font-size: var(--fs-body);
    font-weight: 500;
    color: #1f2937;
}

.accordion-item__chevron[b-b0wjay0get] {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    border: 1.5px solid #d6deec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7a90;
    transition: transform 0.25s ease, color 0.2s ease, border-color 0.2s ease;
}

.accordion-item--open .accordion-item__chevron[b-b0wjay0get] {
    transform: rotate(180deg);
    color: #2f5e93;
    border-color: #b9cbe4;
}

.accordion-item__body[b-b0wjay0get] {
    padding: 4px 24px 28px;
}

.accordion-item__columns[b-b0wjay0get] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 56px;
}

.accordion-group[b-b0wjay0get] {
    margin-bottom: 22px;
}

    .accordion-group:last-child[b-b0wjay0get] {
        margin-bottom: 0;
    }

.accordion-group__heading[b-b0wjay0get] {
    font-size: var(--fs-body);
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 10px;
}

.accordion-group__list[b-b0wjay0get] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .accordion-group__list li[b-b0wjay0get] {
        position: relative;
        padding-left: 16px;
        font-size: var(--fs-small);
        color: #8b97a8;
        line-height: 1.4;
    }

        .accordion-group__list li[b-b0wjay0get]::before {
            content: "•";
            position: absolute;
            left: 2px;
            color: #b3bdcd;
        }

@media (max-width: 760px) {
    .accordion-item__columns[b-b0wjay0get] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .accordion-item__header[b-b0wjay0get] {
        padding: 16px 18px;
    }

    .accordion-item__body[b-b0wjay0get] {
        padding: 0 18px 22px;
    }
}
/* /Components/Pages/Startseite/Startseite.razor.rz.scp.css */
/* #region STARTSEITE HERO SECTION */
/* ===== HERO: Full-Bleed, 1x Hintergrund + blauer Tint ===== */

html[b-wctk510phk], body[b-wctk510phk] {
    overflow-x: clip;
}
/* verhindert horizontales Scrollen durch 100vw */

.hero-hiltes[b-wctk510phk] {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding: 110px 0 56px;
    /* Full-Bleed aus einem zentrierten Parent heraus */
    width: 100vw;
    /* ein einziges BG-Bild */
    background-size: cover;
}

/* moderner Viewport (optional) */
@supports (width: 100dvw) {
    .hero-hiltes[b-wctk510phk] {
        width: 100dvw;
    }
}


/* Inhalt (mehr Abstand zwischen Text und Kreis) */
.hero-hiltes__inner[b-wctk510phk] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(56px, 10vw, 128px); /* -> mehr Abstand */
}

.slider[b-wctk510phk] {
    padding: 70px 0 0 0;
}

/* Textseite */
.hero-hiltes__title[b-wctk510phk] {
    margin: 0;
    font-weight: 500;                          /* war: 400 */
    font-size: clamp(38px, 4.6vw, 54px);
    line-height: 1.05;
    letter-spacing: .3px;
    color: #ffffff;
}

.hero-hiltes__tagline[b-wctk510phk] {
    margin: 6px 0 32px;                        /* war: 10px */
    font-size: clamp(24px, 1.7vw, 24px);       /* war: clamp(16px, 1.6vw, 22px) */
    font-weight: 400;                          /* war: 300 */
    letter-spacing: .6px;
    color: #6b9bd2;                            /* war: rgba(255,255,255,0.95) */
    width: fit-content;                        /* NEU */
}

.hero-hiltes__sep[b-wctk510phk] {
    display: inline-block;
    margin: 0 8px;
    color: #6b9bd2;                            /* war: rgba(255,255,255,0.7) */
}

.hero-hiltes__line[b-wctk510phk] {
    display: block;
    margin: 14px 0 24px;
    width: clamp(180px, 28vw, 420px);
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
    pointer-events: none;
}

.hero-hiltes__sub[b-wctk510phk] {
    margin: 0 0 18px;
    max-width: 640px;
    font-size: var(--fs-body);
    line-height: 1.75;
    color: rgba(255,255,255,.92);
    text-align: justify;
}

.hero-hiltes__sub--lead[b-wctk510phk] {
    text-align: left;
    margin-bottom: 14px;
}

.hero-hiltes__cta[b-wctk510phk] {
    border: 1.5px solid rgba(255,255,255,.65);
    color: #fff;
    background: transparent;
    padding: 12px 22px;
    backdrop-filter: blur(1px);
}

    .hero-hiltes__cta:hover[b-wctk510phk] {
        border-color: #fff;
    }

/* Visual rechts (Kreis) */
.hero-hiltes__visual[b-wctk510phk] {
    display: flex;
    justify-content: flex-end;
}

.hero-hiltes__circle[b-wctk510phk] {
    width: min(44vw, 560px); /* minimal größer als zuvor */
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(12,30,66,.25));
}

/* Logos (Platzhalter) */
.hero-hiltes__logos[b-wctk510phk] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 56px;
    opacity: .95;
}

.logo-placeholder[b-wctk510phk] {
    width: 130px;
    height: 28px;
    border-radius: 4px;
    background: rgba(255,255,255,.28);
    outline: 1px solid rgba(255,255,255,.35);
    outline-offset: -1px;
}

/* ===== Responsive ===== */
@media (max-width:1100px) {
    .hero-hiltes[b-wctk510phk] {
        padding: 84px 0 42px;
        min-height: 540px;
    }

    .hero-hiltes__inner[b-wctk510phk] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-hiltes__visual[b-wctk510phk] {
        justify-content: center;
    }

    .hero-hiltes__circle[b-wctk510phk] {
        width: min(72vw, 560px);
    }

    .hero-hiltes__logos[b-wctk510phk] {
        justify-content: center;
        gap: 24px;
        margin-top: 40px;
    }
}

@media (max-width:760px) {
    .hero-hiltes[b-wctk510phk] {
        padding: 64px 0 32px;
    }

    .hero-hiltes__sub[b-wctk510phk] {
        font-size: 16px;
    }

    .logo-placeholder[b-wctk510phk] {
        width: 100px;
        height: 22px;
    }
}

/* #endregion */

/* #region STARTSEITE Zielgruppen-Karten (3 Spalten) */
/* =========================================================
   SEKTION: Zielgruppen-Karten (3 Spalten)
   ========================================================= */
.audience-hiltes[b-wctk510phk] {
    padding: 72px 0 84px;
    color: #0e1726;
}

.audience-hiltes__title[b-wctk510phk] {
    margin: 0 0 14px;
    text-align: center;
    color: #33527B;
}

.audience-hiltes__lead[b-wctk510phk] {
    margin: 0 auto 48px;
    max-width: 880px;
    text-align: center;
    color: #647793;
     
}

.audience-hiltes__grid[b-wctk510phk] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

/* ── Karte ── */
.aud-card[b-wctk510phk] {
    position: relative;                                       /* NEU: für Stretched-Link */
    background: #fff;
    border: 1px solid #e3eaf4;
    border-radius: 16px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(12, 30, 66, .07);
    gap: 0;
    cursor: pointer;                                          /* NEU */
    transition: box-shadow .22s ease, transform .18s ease;    /* NEU */
}

    /* NEU: Hover-Animation wie miet-card */
    .aud-card:hover[b-wctk510phk] {
        box-shadow: 0 12px 40px rgba(12, 30, 66, .14);
        transform: translateY(-4px);
    }

    /* NEU: Tastatur-Fokus auf der Karte sichtbar machen */
    .aud-card:has(.aud-card__btn:focus-visible)[b-wctk510phk] {
        outline: 2px solid currentColor;
        outline-offset: 4px;
    }

.aud-card__icon[b-wctk510phk],
.aud-card__title[b-wctk510phk],
.aud-card__text[b-wctk510phk],
.aud-card__sub[b-wctk510phk] {
    pointer-events: none;
}

/* ── Icon ── */
.aud-card__icon[b-wctk510phk] {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: currentColor;
    flex-shrink: 0;
}

/* ── Titel ── */
.aud-card__title[b-wctk510phk] {
    margin: 0 0 16px;
    color: currentColor;
    width: 100%;
}

/* ── Beschreibungstext ── */
.aud-card__text[b-wctk510phk] {
    margin: 0 0 20px;
    color: #5a6b84;
    text-align: center;
    flex: 1; /* nimmt verfügbaren Platz → Button bleibt unten */
}

/* ── Sub-Zeile: Standorte + Cloud-fähig ── */
.aud-card__sub[b-wctk510phk] {
    margin: 0 0 24px;
    color: #5a6b84;
    text-align: center;
}

/* ── Button ── */
.aud-card__btn[b-wctk510phk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    padding: 11px 18px;
    border-radius: 8px;
    border: 1.5px solid currentColor;
    color: currentColor;
    background: transparent;
    transition: background .15s, box-shadow .15s;
    margin-top: auto;
    /* WICHTIG: kein position:relative hier,
       sonst expandiert ::after nur den Button statt der Karte */
}

    /* NEU: Stretched-Link → ganze Karte wird klickbar via diesem <a> */
    .aud-card__btn[b-wctk510phk]::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    /* Button-Hover greift jetzt automatisch beim Hover auf die ganze Karte
       (weil ::after Teil des Buttons ist und die Karte überspannt) */
    .aud-card__btn:hover[b-wctk510phk] {
        background: rgba(0, 0, 0, .03);
        box-shadow: 0 3px 12px rgba(12, 30, 66, .10);
    }
/* ── Farbvarianten ── */
.aud-card--small[b-wctk510phk] {
    color: #d4824a;
    border-top: 5px solid #d4824a;
}

.aud-card--mid[b-wctk510phk] {
    color: #4c8fcc;
    border-top: 5px solid #4c8fcc;
}

.aud-card--large[b-wctk510phk] {
    color: #8a6fd1;
    border-top: 5px solid #8a6fd1;
}

/* ── Icon-Quellen ── */
.icon-klein[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/kleinunternehmen.svg");
    mask-image: url("/assets/icons/kleinunternehmen.svg");
}

.icon-mittel[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/mittelunternehmen.svg");
    mask-image: url("/assets/icons/mittelunternehmen.svg");
}

.icon-gross[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/grossunternehmen.svg");
    mask-image: url("/assets/icons/grossunternehmen.svg");
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .audience-hiltes__grid[b-wctk510phk] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .audience-hiltes[b-wctk510phk] {
        padding: 48px 0 56px;
    }

    .audience-hiltes__grid[b-wctk510phk] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .aud-card__btn[b-wctk510phk] {
        max-width: 100%;
    }
}

/* #endregion */

/* #region STARTSEITE Warenwirtschaft Slider */

.wws-hiltes[b-wctk510phk] {
    position: relative;
    padding: 56px 0 72px;
    height: 680px;
    overflow: hidden;
}

/* ── Zähler oben rechts ── */
.wws-hiltes__counter[b-wctk510phk] {
    position: absolute;
    top: 24px;
    right: 32px;
    color: #fff;
    letter-spacing: .5px;
    z-index: 2;
}

.wws-hiltes__count-current[b-wctk510phk] {
    font-weight: 700;
    font-size: 20px;
}

.wws-hiltes__count-sep[b-wctk510phk],
.wws-hiltes__count-total[b-wctk510phk] {
    color: rgba(255,255,255,.55);
    font-size: var(--fs-body);
}

/* ── Layout: Pfeil | Text | Bild | Pfeil ── */
.wws-hiltes__inner[b-wctk510phk] {
    display: grid;
    grid-template-columns: 56px 1fr 1fr 56px;
    align-items: center;
    gap: 8px;
    height: 100%;
}

/* ── Pfeile ── */
.wws-hiltes__nav[b-wctk510phk] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: opacity .15s;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

    .wws-hiltes__nav:hover[b-wctk510phk],
    .wws-hiltes__nav:focus[b-wctk510phk],
    .wws-hiltes__nav:active[b-wctk510phk] {
        opacity: 1;
        background: none;
        box-shadow: none;
        outline: none;
    }

    .wws-hiltes__nav img[b-wctk510phk] {
        width: 44px;
        height: 44px;
        object-fit: contain;
        max-width: none;
    }

/* ── Textseite ── */
.wws-hiltes__text[b-wctk510phk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden; /* Überlauf bei kurzen Slides verstecken */
}

/* ── Weißer/gelber Strich vor dem Titel ── */
.wws-hiltes__title[b-wctk510phk] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: #fff;
    letter-spacing: .2px;
}

.wws-hiltes__dash[b-wctk510phk] {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #ffd166;
    border-radius: 2px;
    flex-shrink: 0;
}

/* ── Textabsätze ── */
.wws-hiltes__lead[b-wctk510phk] {
    margin: 0 0 12px;
    max-width: 520px;
    color: rgba(255,255,255,.90);
}

/* ── Sub-Titel (Slide 2, 4, 5) ── */
.wws-hiltes__sub-title[b-wctk510phk] {
    margin: 10px 0 2px;
    color: #fff;
    white-space: pre-line;
}

    .wws-hiltes__sub-title:empty[b-wctk510phk],
    .wws-hiltes__lead:empty[b-wctk510phk] {
        display: none;
    }

/* ── CTA Button ── */
.wws-hiltes__cta[b-wctk510phk] {
    margin-top: 24px;
    border: 1.5px solid rgba(255,255,255,.60);
    color: #fff;
    background: transparent;
    padding: 13px 28px;
    border-radius: 6px;
    display: inline-block;
    align-self: flex-start;
    transition: background .15s, border-color .15s;
}

    .wws-hiltes__cta:hover[b-wctk510phk] {
        background: rgba(255,255,255,.10);
        border-color: #fff;
    }

/* ── Bild rechts ── */
.wws-hiltes__visual[b-wctk510phk] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wws-hiltes__img[b-wctk510phk] {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: none;
    filter: drop-shadow(0 16px 36px rgba(0,0,0,.30));
}

/* ── Dots unten ── */
.wws-hiltes__dots[b-wctk510phk] {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}

.wws-dot[b-wctk510phk] {
    width: 16px;
    height: 4px;
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,.35);
    cursor: pointer;
    padding: 0;
    transition: background .2s, width .2s;
}

.wws-dot--active[b-wctk510phk] {
    background: #fff;
    width: 26px;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .wws-hiltes[b-wctk510phk] {
        height: auto;
        padding: 48px 0 56px;
    }

    .wws-hiltes__img[b-wctk510phk] {
        max-height: 320px; 
        max-width: 80%;
    }

    .wws-hiltes__inner[b-wctk510phk] {
        grid-template-columns: 44px 1fr 44px;
        grid-template-rows: auto auto;
        align-items: start;
        gap: 16px;
    }

    .wws-hiltes__nav--left[b-wctk510phk] {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center;
    }

    .wws-hiltes__nav--right[b-wctk510phk] {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
    }

    .wws-hiltes__text[b-wctk510phk] {
        grid-column: 2;
        grid-row: 1;
        height: auto;
    }

    .wws-hiltes__visual[b-wctk510phk] {
        grid-column: 2;
        grid-row: 2;
        height: auto;
    }
}

@media (max-width: 760px) {
    .wws-hiltes__inner[b-wctk510phk] {
        grid-template-columns: 1fr;
    }

    .wws-hiltes__nav[b-wctk510phk] {
        display: none;
    }

    .wws-hiltes__title[b-wctk510phk] {
        font-size: 22px;
    }

    .wws-hiltes__lead[b-wctk510phk] {
        font-size: 14px;
    }

    .wws-hiltes__img[b-wctk510phk] {
        max-height: 200px; /* deutlich kleiner auf Handy */
        max-width: 90%;
    }
}

/* #endregion */

/* #region STARTSEITE REASONS (10 Gründe) */
/* =========================================================
/* ===================== REASONS (10 Gründe) ===================== */
/* ========================================================= */

.reasons-hiltes[b-wctk510phk] {
    background: var(--c-bg, #eef3f9);
    padding: 64px 0 80px;
    color: #0e1726;
}

.reasons-hiltes__title[b-wctk510phk] {
    margin: 0 0 12px;
    text-align: center;
    font-weight: 500;
    color: #33527B;
}

.reasons-hiltes__lead[b-wctk510phk] {
    margin: 0 auto 38px;
    max-width: 860px;
    text-align: center;
    color: #647793;
     
}

/* Grid: 2 Reihen à 5 Spalten */
.reasons-hiltes__grid[b-wctk510phk] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 40px 56px; /* Zeilen x Spalten */
    justify-items: center;
}

/* Item */
.reason[b-wctk510phk] {
    text-align: center;
    cursor: default; /* NEU: kein Klick-Cursor, ist ja kein Link */
}

/* Runde Blase mit Schatten */
.reason__bubble[b-wctk510phk] {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6edf5;
    box-shadow: 0 8px 22px rgba(12,30,66,.12);
    margin: 0 auto 14px;
    transition: box-shadow .22s ease, transform .18s ease; /* NEU */
}

/* Icon – monochrom via mask-image */
.reason__icon[b-wctk510phk] {
    width: 44px;
    height: 44px;
    background-color: #4c8fcc;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: transform .25s ease; /* NEU */
}

/* NEU: Hover-Animation - Bubble hebt sich, Icon vergrößert leicht */
.reason:hover .reason__bubble[b-wctk510phk] {
    box-shadow: 0 14px 34px rgba(12, 30, 66, .18);
    transform: translateY(-4px);
}

.reason:hover .reason__icon[b-wctk510phk] {
    transform: scale(1.08);
}

/* Beschriftung */
.reason__label[b-wctk510phk] {
    color: #2a3e56;
    max-width: 200px;
    font-weight: 500;
}

/* Icon – monochrom via mask-image */
.reason__icon[b-wctk510phk] {
    width: 44px;
    height: 44px;
    background-color: #4c8fcc;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Beschriftung */
.reason__label[b-wctk510phk] {
    color: #2a3e56;
    max-width: 200px;
    font-weight: 500;
}

/* Icon-Quellen (1–10, oben links → rechts, dann unten links → rechts) */
.icon-01[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-01-loesungen-aus-einem-guss.svg");
    mask-image: url("/assets/icons/reasons/reasons-01-loesungen-aus-einem-guss.svg");
}

.icon-02[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-02-effizienz.svg");
    mask-image: url("/assets/icons/reasons/reasons-02-effizienz.svg");
}

.icon-03[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-03-flexibilitaet.svg");
    mask-image: url("/assets/icons/reasons/reasons-03-flexibilitaet.svg");
}

.icon-04[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-04-innovation.svg");
    mask-image: url("/assets/icons/reasons/reasons-04-innovation.svg");
}

.icon-05[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-05-wahlfreiheit.svg");
    mask-image: url("/assets/icons/reasons/reasons-05-wahlfreiheit.svg");
}

.icon-06[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-06-am-puls-der-zeit.svg");
    mask-image: url("/assets/icons/reasons/reasons-06-am-puls-der-zeit.svg");
}

.icon-07[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-07-nachhaltigkeit.svg");
    mask-image: url("/assets/icons/reasons/reasons-07-nachhaltigkeit.svg");
}

.icon-08[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-08-transparenz.svg");
    mask-image: url("/assets/icons/reasons/reasons-08-transparenz.svg");
}

.icon-09[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-09-zuverlaessigkeit.svg");
    mask-image: url("/assets/icons/reasons/reasons-09-zuverlaessigkeit.svg");
}

.icon-10[b-wctk510phk] {
    -webkit-mask-image: url("/assets/icons/reasons/reasons-10-kundenzufriedenheit.svg");
    mask-image: url("/assets/icons/reasons/reasons-10-kundenzufriedenheit.svg");
}

/* Responsive */
@media (max-width: 1100px) {
    .reasons-hiltes__grid[b-wctk510phk] {
        grid-template-columns: repeat(3,1fr);
        gap: 32px 38px;
    }
}

@media (max-width: 760px) {
    .reasons-hiltes[b-wctk510phk] {
        padding: 48px 0 56px;
    }

    .reasons-hiltes__grid[b-wctk510phk] {
        grid-template-columns: repeat(2,1fr);
        gap: 24px 22px;
    }
}
/* #endregion */

/* #region STARTSEITE NEWS: Aktuelles */
/* =========================================================
   News – Layout & Cards; Hintergrund + Zacken via SectionBackground (frame2)
   ========================================================= */

.news-hiltes[b-wctk510phk] {
    padding: 56px 0 72px;
}

.news-hiltes__title[b-wctk510phk] {
    margin: 0 0 12px;
    text-align: center;
    color: #ffffff;
}

.news-hiltes__lead[b-wctk510phk] {
    margin: 0 auto 36px;
    max-width: 820px;
    text-align: center;
    color: #e6eef7;
     
}

/* ── Mosaik-Grid ── */
.news__mosaic[b-wctk510phk] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 280px 220px;
    gap: 10px;
}

/* Tile-Positionen */
.news-tile--1[b-wctk510phk] { grid-column: 1 / 2; grid-row: 1 / 3; }
.news-tile--2[b-wctk510phk] { grid-column: 2 / 4; grid-row: 1 / 2; }
.news-tile--3[b-wctk510phk] { grid-column: 2 / 3; grid-row: 2 / 3; }
.news-tile--4[b-wctk510phk] { grid-column: 3 / 4; grid-row: 2 / 3; }

/* ── Tile ── */
.news-tile[b-wctk510phk] {
    position: relative;         /* Anker für absolute Kinder */
    display: block;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    align-self: stretch;        /* füllt die Grid-Zelle komplett */
}

/* ── Bild: füllt den Tile komplett ── */
.news-tile__img[b-wctk510phk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%; /* ← überschreibt globales max-width: 100% */
    min-height: 100%;
    max-width: none; /* ← globale img-Regel aufheben */
    object-fit: fill;
    display: block;
    transition: transform .4s ease;
}

.news-tile:hover .news-tile__img[b-wctk510phk] {
    transform: scale(1.04);
}

/* ── Overlay: liegt über dem Bild ── */
.news-tile__overlay[b-wctk510phk] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .72) 0%,
        rgba(0, 0, 0, .18) 55%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 20px;
    z-index: 1;
}

.news-tile__title[b-wctk510phk] {
    margin: 0 0 6px;
    color: #fff;
    white-space: pre-line;
}

.news-tile__date[b-wctk510phk] {
    color: rgba(255, 255, 255, .80);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .news__mosaic[b-wctk510phk] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px 200px 200px;
    }

    .news-tile--1[b-wctk510phk] { grid-column: 1 / 3; grid-row: 1 / 2; }
    .news-tile--2[b-wctk510phk] { grid-column: 1 / 3; grid-row: 2 / 3; }
    .news-tile--3[b-wctk510phk] { grid-column: 1 / 2; grid-row: 3 / 4; }
    .news-tile--4[b-wctk510phk] { grid-column: 2 / 3; grid-row: 3 / 4; }
}

@media (max-width: 600px) {
    .news__mosaic[b-wctk510phk] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 220px);
    }

    .news-tile--1[b-wctk510phk],
    .news-tile--2[b-wctk510phk],
    .news-tile--3[b-wctk510phk],
    .news-tile--4[b-wctk510phk] {
        grid-column: 1;
        grid-row: auto;
    }
}

/* #endregion */
/* /Components/Pages/Unternehmen/Soziales_Engagement.razor.rz.scp.css */
/* #region SOCIAL ENG: Engagement */
.engagement[b-t64b1fsofb] {
    padding: 48px 0 54px;
}

.engagement__container[b-t64b1fsofb] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 42px;
    align-items: start;
}

/* LEFT */
.engagement__title[b-t64b1fsofb] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
}

.engagement__text[b-t64b1fsofb] {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    color: #334155;
    max-width: 560px;
}

.engagement__label[b-t64b1fsofb] {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
}

.engagement__list[b-t64b1fsofb] {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    row-gap: 18px;
    max-width: 620px;
}

.engagement__item[b-t64b1fsofb] {
    display: grid;
    grid-template-columns: 22px 1fr;
    column-gap: 12px;
    align-items: start;
}

.engagement__check[b-t64b1fsofb] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1e3a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 2px;
}

.engagement__itemtext[b-t64b1fsofb] {
    font-size: 12px;
    line-height: 1.75;
    color: #0f172a;
    font-weight: 500;
}

    .engagement__itemtext strong[b-t64b1fsofb] {
        font-weight: 600;
    }

.engagement__actions[b-t64b1fsofb] {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.cta-btn[b-t64b1fsofb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px; /* leicht abgerundet */
    font-weight: 400;
    text-decoration: none;
    border: 1px solid transparent;
    transition: filter .15s ease, transform .15s ease, box-shadow .15s ease;
}

.cta-btn--primary[b-t64b1fsofb] {
    background: #4473AB;
    color: #fff;
    border-color: #3e7fb9;
    box-shadow: 0 8px 18px rgba(76,143,204,.28);
}

    .cta-btn--primary:hover[b-t64b1fsofb] {
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

/* ===== Telefon-Badge: blauer Kreis + Nummer ===== */
.feature-free__actions[b-t64b1fsofb] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.phone-badge[b-t64b1fsofb] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #173251;
    font-weight: 600;
}

.phone-badge__circle[b-t64b1fsofb] {
    width: 40px;
    height: 40px; /* runder blauer Kreis */
    border-radius: 50%;
    background: #4473AB;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(76,143,204,.25);
}

.icon-phone[b-t64b1fsofb] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
    mask: url("/assets/icons/phone_call.svg") center/contain no-repeat;
}

.phone-badge__text[b-t64b1fsofb] {
    letter-spacing: .1px;
}
/* RIGHT - 2x2 mosaic like screenshot */
.right-grid[b-t64b1fsofb] {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    grid-template-rows: 170px 170px;
    gap: 14px;
}

.stat-card[b-t64b1fsofb] {
    background: #244b73;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px;
}

.stat-card__value[b-t64b1fsofb] {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.stat-card__sub[b-t64b1fsofb] {
    margin-top: 10px;
    font-size: 9px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.img-card[b-t64b1fsofb] {
    background: #ffffff;
    overflow: hidden;
}

    .img-card img[b-t64b1fsofb] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* top-right tall image */
.img-card--tall[b-t64b1fsofb] {
    grid-row: 1 / span 2;
    grid-column: 2;
}

/* bottom-left wide image with subtle overlay lines */
.img-card--wide[b-t64b1fsofb] {
    grid-column: 1;
    grid-row: 2;
    position: relative;
}

.img-overlay[b-t64b1fsofb] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.45) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,0.45) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
}

/* responsive */
@media (max-width: 980px) {
    .engagement__container[b-t64b1fsofb] {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .right-grid[b-t64b1fsofb] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .img-card--tall[b-t64b1fsofb] {
        grid-row: auto;
        grid-column: auto;
        height: 220px;
    }

    .stat-card[b-t64b1fsofb] {
        height: 170px;
    }

    .img-card--wide[b-t64b1fsofb] {
        height: 200px;
    }
}

/* #endregion */

/* #region SOCIAL ENG: Goals */
.goals[b-t64b1fsofb] {
    padding: 36px 0 56px;
}

.goals__container[b-t64b1fsofb] {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
    text-align: center;
}

.goals__title[b-t64b1fsofb] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.2px;
}

.goals__lead[b-t64b1fsofb] {
    margin: 10px auto 0;
    max-width: 720px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #475569;
}

.goals__cards[b-t64b1fsofb] {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    align-items: stretch;
}

.goal-card[b-t64b1fsofb] {
    background: #ffffff;
    padding: 18px 16px 16px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
    min-height: 150px;
    clip-path: polygon( 10px 0%, calc(100% - 30px) 0%, 100% 30px, 100% 100%, 0% 100%, 0% 0px );
}

.goal-card__icon[b-t64b1fsofb] {
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto 10px;
}

.goal-card__title[b-t64b1fsofb] {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
}

.goal-card__text[b-t64b1fsofb] {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.55;
    color: #475569;
    font-weight: 500;
}

/* responsive */
@media (max-width: 1200px) {
    .goals__cards[b-t64b1fsofb] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 780px) {
    .goals__cards[b-t64b1fsofb] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .goals__cards[b-t64b1fsofb] {
        grid-template-columns: 1fr;
    }
}

/* #endregion */

/* #region SOCIAL ENG: Galerie */
.gallery[b-t64b1fsofb] {
    padding: 0;
}

/* Wrapper ohne Clip, damit Content nicht abgeschnitten wird */
.gallery__bg[b-t64b1fsofb] {
    position: relative;
    padding: 56px 0 70px;
    background: transparent; /* Hintergrund kommt jetzt über Pseudo-Elemente */
    overflow: visible; /* wichtig: sonst clippt overflow wieder */
}

    /* Gradient-Hintergrund (deine Werte) */
    .gallery__bg[b-t64b1fsofb]::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(180deg, #2f567e 100%, #3f6f9f 55%, #3b6a97 100%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 42%);
    }

    /* dein „Network“-Pattern obendrauf, ebenfalls geclippt */
    .gallery__bg[b-t64b1fsofb]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        opacity: 0.22;
        pointer-events: none;
        background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 35%), radial-gradient(circle at 80% 25%, rgba(255,255,255,0.25), transparent 40%), radial-gradient(circle at 35% 75%, rgba(255,255,255,0.18), transparent 45%), linear-gradient(115deg, rgba(255,255,255,0.22) 1px, transparent 1px), linear-gradient(25deg, rgba(255,255,255,0.16) 1px, transparent 1px);
        background-size: auto, auto, auto, 180px 180px, 220px 220px;
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 42%);
    }

/* Content immer über den Hintergrund */
.gallery__container[b-t64b1fsofb] {
    position: relative;
    z-index: 1;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 22px;
}


/* Header */
.gallery__header[b-t64b1fsofb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.gallery__title[b-t64b1fsofb] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.gallery__lead[b-t64b1fsofb] {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
}

.gallery__nav[b-t64b1fsofb] {
    display: inline-flex;
    gap: 14px;
    padding-top: 6px;
}

.nav-btn[b-t64b1fsofb] {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: transparent;
    color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .nav-btn:hover[b-t64b1fsofb] {
        border-color: rgba(255, 255, 255, 0.9);
    }

.chev[b-t64b1fsofb] {
    font-size: 20px;
    line-height: 1;
}

/* Gallery row */
.gallery__viewport[b-t64b1fsofb] {
    margin-top: 34px;
    overflow: hidden; /* rechts soll „angeschnitten“ sein */
}

/* Track: hochkant, gleiche Größe, vertikal zentriert, Start leicht links von der Mitte */
.gallery__track[b-t64b1fsofb] {
    display: flex;
    gap: 28px;
    align-items: center; /* alle Bilder auf einer horizontalen Linie zentriert */
    transform: none; /* wichtig: kein negatives Shift mehr */
    padding-left: clamp(80px, 14vw, 190px); /* Startposition: etwas links der Mitte */
}

/* Hochkant-Kacheln wie im Screenshot */
.gallery__card[b-t64b1fsofb] {
    width: 330px;
    height: 250px;
    background: rgba(255,255,255,0.06);
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
}

/* Bild bleibt hochkant in der Kachel */
.gallery__img[b-t64b1fsofb] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 980px) {
    .gallery__header[b-t64b1fsofb] {
        flex-direction: column;
        align-items: flex-start;
    }

    .gallery__nav[b-t64b1fsofb] {
        padding-top: 0;
    }

    .gallery__track[b-t64b1fsofb] {
        transform: translateX(0);
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .gallery__viewport[b-t64b1fsofb] {
        overflow: visible;
    }
}

/* #endregion */
/* /Components/Shared/LogoTicker.razor.rz.scp.css */
.logo-ticker[b-q7q1f1hr1j] {
    overflow: hidden;
    width: 100%;
}

.logo-ticker-track[b-q7q1f1hr1j] {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translateX(-50%);
    animation-name: logoTickerScrollRight-b-q7q1f1hr1j;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--logo-ticker-duration, 60s);
}

.logo-ticker-group[b-q7q1f1hr1j] {
    display: flex;
    align-items: center;
    gap: 8rem;
    padding-right: 2rem;
}

.logo-ticker-item img[b-q7q1f1hr1j] {
    height: 110px;
    width: auto;
    display: block;
}

@keyframes logoTickerScrollRight-b-q7q1f1hr1j {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}
/* /Components/Shared/PageHero.razor.rz.scp.css */
.page-hero[b-28yduow1e5] {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    background-color: #386498;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .page-hero[b-28yduow1e5]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: #EFF2FB;
        clip-path: polygon( 50% 100%,
        100% 85%,
        100% 100%
        );
        z-index: 5;
        pointer-events: none;
    }

.page-hero__video[b-28yduow1e5] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    pointer-events: none;
    z-index: 1;
}

.page-hero__image-overlay[b-28yduow1e5] {
    position: absolute;
    inset: 0;
    background-image: url('/assets/img/frame_img/overlay_pagehero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

.page-hero__overlay[b-28yduow1e5] {
    position: absolute;
    inset: 0;
    background: rgba(0, 46, 100, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.page-hero__content[b-28yduow1e5] {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 56px 24px;
    max-width: 1100px;
}

.page-hero__title[b-28yduow1e5] {
    margin: 0 auto 16px;
    max-width: 860px;
    font-size: var(--fs-page-title);
    font-weight: 400;
    color: #ffffff;
}

.page-hero__subtitle[b-28yduow1e5] {
    margin: 0;
    font-size: var(--fs-subtitle);
    font-weight: 300;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
    white-space: pre-line;
}

.page-hero__badge[b-28yduow1e5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    margin-top: 22px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-hero__badge--grundkurs[b-28yduow1e5] {
    color: #ffffff;
    border: 1px solid rgba(201, 217, 237, 0.75);
    background: rgba(68, 115, 171, 0.72);
}

.page-hero__badge--erweiterungskurs[b-28yduow1e5] {
    color: #ffffff;
    border: 1px solid rgba(185, 220, 200, 0.75);
    background: rgba(47, 128, 87, 0.72);
}

.page-hero__badge--anfrage[b-28yduow1e5] {
    color: #ffffff;
    border: 1px solid rgba(240, 203, 168, 0.8);
    background: rgba(224, 119, 43, 0.74);
}

.page-hero__badge--default[b-28yduow1e5] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
    .page-hero__image-overlay[b-28yduow1e5] {
        background-size: auto 130%; /* Bild größer ziehen */
        background-position: center top; /* Schnittlinie aus dem sichtbaren Bereich schieben */
    }
}
/* /Components/Shared/SectionBackground.razor.rz.scp.css */
/* =========================================================
   SectionBackground – gemeinsamer Wrapper für Abschnitte
   frame1 / frame2 als echte CSS-Form, Media wird mitgeschnitten
   ========================================================= */

.section-bg[b-pohf8fmvtk] {
    position: relative;
    width: 100vw;
    overflow: hidden;
    color: #fff;
    background: var(--color-bg, #eff2fb);
}

@supports (width: 100dvw) {
    .section-bg[b-pohf8fmvtk] {
        width: 100dvw;
    }
}

/* Hintergrund-/Media-Layer */
.section-bg__media[b-pohf8fmvtk] {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* frame1: oben leicht nach rechts ansteigend, unten nach rechts abfallend */
.section-bg--frame1 .section-bg__media[b-pohf8fmvtk] {
    clip-path: polygon(
        0 4%,
        24% 2%,
        52% 0,
        100% 6%,
        100% 94%,
        74% 96%,
        48% 100%,
        0 96%
    );
}

/* frame2: umgekehrte Variante */
.section-bg--frame2 .section-bg__media[b-pohf8fmvtk] {
    clip-path: polygon(
        0 6%,
        28% 3%,
        50% 0,
        100% 7%,
        100% 93%,
        76% 95%,
        48% 100%,
        0 95%
    );
}

/* frame3: links/oben/rechts gerade, nur unten links angeschnitten */
.section-bg--frame3 .section-bg__media[b-pohf8fmvtk] {
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 36% 100%, 0 92% );
}

/* frame4: oben rechts angeschnitten + unten links gleich groß angeschnitten */
.section-bg--frame4 .section-bg__media[b-pohf8fmvtk] {
    clip-path: polygon( 0 0, 60% 0, 100% 7%, 100% 100%, 40% 100%, 0 93% );
}

/* frame5: nur oben rechts angeschnitten */
.section-bg--frame5 .section-bg__media[b-pohf8fmvtk] {
    clip-path: polygon( 0 0, 54% 0, 100% 6%, 100% 100%, 0 100% );
}

.section-bg--plain .section-bg__media[b-pohf8fmvtk] {
    clip-path: none;
    background-size: cover;
}

/* Video-Overlay über dem Hintergrund, wird durch Media-Clip abgeschnitten */
.section-bg__video[b-pohf8fmvtk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

/* Bild-Overlay über dem Hintergrund, wird durch Media-Clip abgeschnitten */
.section-bg__image-overlay[b-pohf8fmvtk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
}

/* Inhalt liegt über Background + Overlay */
.section-bg__content[b-pohf8fmvtk] {
    position: relative;
    z-index: 3;
}

/* Mobile: weniger harte Schräge, damit nichts komisch abgeschnitten wird */
@media (max-width: 760px) {
    .section-bg__media[b-pohf8fmvtk] {
        background-size: cover;
        background-position: center;
    }

    .section-bg--frame1 .section-bg__media[b-pohf8fmvtk] {
        clip-path: polygon(
            0 2%,
            50% 0,
            100% 3%,
            100% 97%,
            50% 100%,
            0 97%
        );
    }

    .section-bg--frame2 .section-bg__media[b-pohf8fmvtk] {
        clip-path: polygon(
            0 3%,
            50% 0,
            100% 4%,
            100% 96%,
            50% 100%,
            0 96%
        );
    }

    .section-bg--frame3 .section-bg__media[b-pohf8fmvtk] {
        clip-path: polygon( 0 0, 100% 0, 100% 100%, 36% 100%, 0 95% );
    }

    .section-bg--frame4 .section-bg__media[b-pohf8fmvtk] {
        clip-path: polygon( 0 0, 58% 0, 100% 4%, 100% 100%, 42% 100%, 0 96% );
    }

    .section-bg--frame5 .section-bg__media[b-pohf8fmvtk] {
        clip-path: polygon( 0 0, 56% 0, 100% 4%, 100% 100%, 0 100% );
    }
}
