/* /Components/Layout/Footer.razor.rz.scp.css */
.footer-panel[b-mgkla3t4tz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem;
    border-top: 1px solid #0000001A;
    position: relative;
}

.header-logo[b-mgkla3t4tz] {
    display: inline-flex;
    align-items: center;
}

.header-logo img[b-mgkla3t4tz] {
    display: block;
    height: 35px;
    width: auto;
}

.header-nav[b-mgkla3t4tz] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-nav a[b-mgkla3t4tz] {
    color: #1C246C;
    font-size: 16px;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-panel[b-mgkla3t4tz] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .header-nav[b-mgkla3t4tz] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding-top: 0.25rem;
    }

    .header-nav a[b-mgkla3t4tz] {
        display: block;
        width: 100%;
        padding: 0.75rem 0;
        text-decoration: none;
        border-top: 1px solid rgba(28, 36, 108, 0.12);
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header-bar[b-u1i81ns4w4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem;
    position: relative;
}

.header-logo[b-u1i81ns4w4] {
    display: inline-flex;
    align-items: center;
}

.header-logo img[b-u1i81ns4w4] {
    display: block;
    height: 35px;
    width: auto;
}

.header-menu-toggle[b-u1i81ns4w4] {
    display: none;
}

.header-menu-button[b-u1i81ns4w4] {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(28, 36, 108, 0.2);
    border-radius: 0.75rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.82);
}

.header-menu-button span[b-u1i81ns4w4],
.header-menu-button span[b-u1i81ns4w4]::before,
.header-menu-button span[b-u1i81ns4w4]::after {
    display: block;
    width: 1.25rem;
    height: 2px;
    background-color: #1C246C;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    content: "";
}

.header-menu-button span[b-u1i81ns4w4] {
    position: relative;
}

.header-menu-button span[b-u1i81ns4w4]::before {
    position: absolute;
    top: -0.4rem;
}

.header-menu-button span[b-u1i81ns4w4]::after {
    position: absolute;
    top: 0.4rem;
}

.header-nav[b-u1i81ns4w4] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-nav a[b-u1i81ns4w4] {
    color: #1C246C;
    font-size: 16px;
    text-decoration: underline;
}

.header-nav-item[b-u1i81ns4w4] {
    position: relative;
}

.header-nav-link[b-u1i81ns4w4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.header-nav-caret[b-u1i81ns4w4] {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-0.1rem) rotate(45deg);
}

.header-dropdown-menu[b-u1i81ns4w4] {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 15rem;
    padding: 0.5rem 0;
    background-color: #fff;
    border: 1px solid rgba(28, 36, 108, 0.12);
    border-radius: 0;
    box-shadow: 0 1rem 2.5rem rgba(28, 36, 108, 0.12);
    z-index: 10;
}

.header-dropdown-menu a[b-u1i81ns4w4] {
    display: block;
    padding: 0.65rem 1rem;
    text-decoration: none;
}

.header-dropdown-menu a:hover[b-u1i81ns4w4] {
    background-color: rgba(28, 36, 108, 0.06);
}

.header-nav-dropdown:hover .header-dropdown-menu[b-u1i81ns4w4],
.header-nav-dropdown:focus-within .header-dropdown-menu[b-u1i81ns4w4] {
    display: block;
}

@media (max-width: 768px) {
    .header-bar[b-u1i81ns4w4] {
        align-items: flex-start;
        gap: 1rem;
    }

    .header-menu-button[b-u1i81ns4w4] {
        display: inline-flex;
        margin-left: auto;
    }

    .header-nav[b-u1i81ns4w4] {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.5rem 0 0;
    }

    .header-nav a[b-u1i81ns4w4] {
        display: block;
        width: 100%;
        padding: 0.75rem 0;
        text-decoration: none;
        border-top: 1px solid rgba(28, 36, 108, 0.12);
    }

    .header-nav-item[b-u1i81ns4w4] {
        width: 100%;
    }

    .header-nav-link[b-u1i81ns4w4] {
        width: 100%;
    }

    .header-nav-caret[b-u1i81ns4w4] {
        margin-left: auto;
    }

    .header-dropdown-menu[b-u1i81ns4w4] {
        position: static;
        display: flex;
        width: 100%;
        min-width: 0;
        padding: 0 0 0 1rem;
        flex-direction: column;
        border: 0;
        box-shadow: none;
    }

    .header-dropdown-menu a[b-u1i81ns4w4] {
        padding: 0.75rem 0;
        border-top: 1px solid rgba(28, 36, 108, 0.12);
    }

    .header-menu-toggle:checked + .header-menu-button + .header-nav[b-u1i81ns4w4] {
        display: flex;
    }

    .header-menu-toggle:checked + .header-menu-button span[b-u1i81ns4w4] {
        background-color: transparent;
    }

    .header-menu-toggle:checked + .header-menu-button span[b-u1i81ns4w4]::before {
        transform: translateY(0.4rem) rotate(45deg);
    }

    .header-menu-toggle:checked + .header-menu-button span[b-u1i81ns4w4]::after {
        transform: translateY(-0.4rem) rotate(-45deg);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-fxioupu3oz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.site-main[b-fxioupu3oz],
.site-footer[b-fxioupu3oz] {
    width: min(100%, 1280px);
}

.site-main[b-fxioupu3oz] {
    flex: 1;
}

.site-content[b-fxioupu3oz] {
    padding: 0 0 1rem;
}

.site-footer[b-fxioupu3oz] {
    padding-bottom: 0.5rem;
}

#blazor-error-ui[b-fxioupu3oz] {
    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-fxioupu3oz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5olafb6m6y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5olafb6m6y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5olafb6m6y] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5olafb6m6y] {
    font-size: 1.1rem;
}

.bi[b-5olafb6m6y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5olafb6m6y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5olafb6m6y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5olafb6m6y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5olafb6m6y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5olafb6m6y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5olafb6m6y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5olafb6m6y]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5olafb6m6y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5olafb6m6y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5olafb6m6y] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5olafb6m6y] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5olafb6m6y] {
        display: none;
    }

    .nav-scrollable[b-5olafb6m6y] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5yapyxpyoz],
.components-reconnect-repeated-attempt-visible[b-5yapyxpyoz],
.components-reconnect-failed-visible[b-5yapyxpyoz],
.components-pause-visible[b-5yapyxpyoz],
.components-resume-failed-visible[b-5yapyxpyoz],
.components-rejoining-animation[b-5yapyxpyoz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-retrying[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-failed[b-5yapyxpyoz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5yapyxpyoz] {
    display: block;
}


#components-reconnect-modal[b-5yapyxpyoz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5yapyxpyoz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5yapyxpyoz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5yapyxpyoz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5yapyxpyoz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5yapyxpyoz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5yapyxpyoz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5yapyxpyoz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5yapyxpyoz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5yapyxpyoz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5yapyxpyoz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5yapyxpyoz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5yapyxpyoz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5yapyxpyoz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5yapyxpyoz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5yapyxpyoz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5yapyxpyoz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5yapyxpyoz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5yapyxpyoz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Datenschutz.razor.rz.scp.css */
.datenschutz-page[b-fukn1j62y5] {
    padding: 3.125rem 4rem;
}

.datenschutz-content[b-fukn1j62y5] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    color: #364153;
    font-size: 1rem;
    line-height: 1.45;
}

.datenschutz-block[b-fukn1j62y5],
.datenschutz-subblock[b-fukn1j62y5] {
    width: 100%;
}

.datenschutz-block h2[b-fukn1j62y5],
.datenschutz-subblock h3[b-fukn1j62y5] {
    margin: 0 0 0.75rem;
    color: #1c246c;
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 1.2;
}

.datenschutz-block h2[b-fukn1j62y5] {
    font-size: 1.5rem;
}

.datenschutz-subblock h3[b-fukn1j62y5] {
    font-size: 1.5rem;
}

.datenschutz-block p[b-fukn1j62y5],
.datenschutz-block address[b-fukn1j62y5],
.datenschutz-block ul[b-fukn1j62y5] {
    margin: 0;
}

.datenschutz-block address[b-fukn1j62y5] {
    font-style: normal;
}

.datenschutz-block > p + p[b-fukn1j62y5],
.datenschutz-subblock > p + p[b-fukn1j62y5] {
    margin-top: 1rem;
}

.datenschutz-list + p[b-fukn1j62y5],
.datenschutz-subblock + .datenschutz-subblock[b-fukn1j62y5] {
    margin-top: 1rem;
}

.datenschutz-list p + p[b-fukn1j62y5],
.datenschutz-bullets li + li[b-fukn1j62y5] {
    margin-top: 0.125rem;
}

.datenschutz-bullets[b-fukn1j62y5] {
    padding-left: 1.25rem;
}

@media (max-width: 1000px) {
    .datenschutz-page[b-fukn1j62y5] {
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .datenschutz-page[b-fukn1j62y5] {
        padding: 2.5rem 1rem;
    }

    .datenschutz-content[b-fukn1j62y5] {
        font-size: 1rem;
    }

    .datenschutz-block h2[b-fukn1j62y5],
    .datenschutz-subblock h3[b-fukn1j62y5] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Impressum.razor.rz.scp.css */
.impressum-page[b-egn52emn60] {
    padding: 3.125rem 4rem;
}

.impressum-content[b-egn52emn60] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    color: #364153;
    font-size: 1rem;
    line-height: 1.45;
}

.impressum-block[b-egn52emn60] {
    width: 100%;
}

.impressum-block h2[b-egn52emn60] {
    margin: 0 0 0.75rem;
    color: #1c246c;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 1.2;
}

.impressum-block p[b-egn52emn60],
.impressum-block address[b-egn52emn60] {
    margin: 0;
}

.impressum-block address[b-egn52emn60] {
    font-style: normal;
}

.impressum-block > p + p[b-egn52emn60] {
    margin-top: 1rem;
}

.impressum-list p + p[b-egn52emn60] {
    margin-top: 0.125rem;
}

@media (max-width: 1000px) {
    .impressum-page[b-egn52emn60] {
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .impressum-page[b-egn52emn60] {
        padding: 2.5rem 1rem;
    }

    .impressum-content[b-egn52emn60] {
        font-size: 1rem;
    }

    .impressum-block h2[b-egn52emn60] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Kontakt2.razor.rz.scp.css */
.kontakt-bestaetigung[b-3025you8cc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3.125rem 4rem;
    text-align: center;
}

.kontakt-bestaetigung h2[b-3025you8cc] {
    margin: 0;
    color: #1c246c;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.kontakt-bestaetigung p[b-3025you8cc] {
    margin: 0;
    max-width: 37rem;
    color: #6f6f6f;
    font-size: 1rem;
    line-height: 1.45;
}

@media (max-width: 1000px) {
    .kontakt-bestaetigung[b-3025you8cc] {
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .kontakt-bestaetigung[b-3025you8cc] {
        padding: 2.5rem 1rem;
    }

    .kontakt-bestaetigung h2[b-3025you8cc] {
        font-size: 2rem;
    }

    .kontakt-bestaetigung p[b-3025you8cc] {
        font-size: 1rem;
    }
}
/* /Components/Shared/Beispiele.razor.rz.scp.css */
.beispiele[b-wk5vaw3s5y] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.125rem 4rem;
}

.beispiele-grid[b-wk5vaw3s5y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
}

.beispiele-card[b-wk5vaw3s5y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #f9fafb;
    text-align: center;
}

.beispiele-icon[b-wk5vaw3s5y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    background: #1c246c;
    color: #fff;
}

.beispiele-icon i[b-wk5vaw3s5y] {
    font-size: 1.75rem;
    line-height: 1;
}

.beispiele-card h3[b-wk5vaw3s5y] {
    margin: 0;
    color: #101828;
    font-size: 1.25rem;
    line-height: 1.4;
}

.beispiele-card p[b-wk5vaw3s5y] {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 1000px) {
    .beispiele[b-wk5vaw3s5y] {
        padding: 3rem 2rem;
    }

    .beispiele-grid[b-wk5vaw3s5y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .beispiele[b-wk5vaw3s5y] {
        padding: 2.5rem 1rem;
        gap: 1.5rem;
    }

    .beispiele-intro h2[b-wk5vaw3s5y] {
        font-size: 2rem;
    }

    .beispiele-intro p[b-wk5vaw3s5y] {
        font-size: 1rem;
    }

    .beispiele-grid[b-wk5vaw3s5y] {
        grid-template-columns: 1fr;
    }

    .beispiele-card[b-wk5vaw3s5y] {
        padding: 1.25rem;
    }
}
/* /Components/Shared/BeratungCta.razor.rz.scp.css */
.beratung-cta[b-b9r6zjie3j] {
    padding: 3.125rem 2rem 4rem;
    display: flex;
    justify-content: center;
}

.beratung-cta-content[b-b9r6zjie3j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
}

.beratung-cta-content h2[b-b9r6zjie3j] {
    margin: 0;
    color: #1c246c;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.beratung-cta-content p[b-b9r6zjie3j] {
    margin: 0;
    color: #6f6f6f;
    font-size: 1rem;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .beratung-cta[b-b9r6zjie3j] {
        padding: 2.5rem 1rem 3rem;
    }

    .beratung-cta-content h2[b-b9r6zjie3j] {
        font-size: 1.875rem;
    }

    .beratung-cta-content p[b-b9r6zjie3j] {
        font-size: 1rem;
    }
}
/* /Components/Shared/Entwicklungsprozess.razor.rz.scp.css */
.numbered-cards-section[b-a83y3i3uen] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.125rem 4rem;
}

.numbered-cards-intro[b-a83y3i3uen] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.numbered-cards-intro h2[b-a83y3i3uen] {
    margin: 0;
    color: #1c246c;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.numbered-cards-intro p[b-a83y3i3uen] {
    margin: 0;
    color: #4a5565;
    font-size: 1.25rem;
    line-height: 1.4;
}

.numbered-cards-grid[b-a83y3i3uen] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}

.numbered-cards-card[b-a83y3i3uen] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #f9fafb;
}

.numbered-cards-number[b-a83y3i3uen] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border: 1px solid #1c246c;
    border-radius: 0.875rem;
    color: #1c246c;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
}

.numbered-cards-text[b-a83y3i3uen] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.numbered-cards-text h3[b-a83y3i3uen] {
    margin: 0;
    color: #1c246c;
    font-size: 1.5rem;
    line-height: 1.3;
}

.numbered-cards-text p[b-a83y3i3uen] {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .numbered-cards-section[b-a83y3i3uen] {
        padding: 3rem 2rem;
    }

    .numbered-cards-grid[b-a83y3i3uen] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .numbered-cards-section[b-a83y3i3uen] {
        padding: 2.5rem 1rem;
        gap: 1.5rem;
    }

    .numbered-cards-intro h2[b-a83y3i3uen] {
        font-size: 2rem;
    }

    .numbered-cards-intro p[b-a83y3i3uen] {
        font-size: 1rem;
    }

    .numbered-cards-card[b-a83y3i3uen] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .numbered-cards-number[b-a83y3i3uen] {
        width: 2.75rem;
        height: 2.75rem;
    }

    .numbered-cards-text h3[b-a83y3i3uen] {
        font-size: 1.25rem;
    }
}
/* /Components/Shared/Expertise.razor.rz.scp.css */
.expertise[b-q58ohpeene] {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    padding: 3.125rem 4rem;
}

.expertise-intro[b-q58ohpeene] {
    text-align: center;
}

.expertise-intro h2[b-q58ohpeene] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.expertise-grid[b-q58ohpeene] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}

.expertise-card[b-q58ohpeene] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #f9fafb;
    text-align: center;
}

.expertise-badge[b-q58ohpeene] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    background: #1c246c;
    color: #f9fafb;
    font-size: 1.5rem;
    line-height: 1;
}

.expertise-text[b-q58ohpeene] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.5;
}

.expertise-text h3[b-q58ohpeene] {
    margin: 0;
    color: #101828;
    font-size: 1.25rem;
    line-height: 1.4;
}

.expertise-text p[b-q58ohpeene] {
    text-align: left;
    margin: 0;
}

.expertise-text ul[b-q58ohpeene] {
    text-align: left;
    margin: 0;
    padding-left: 1.25rem;
    text-align: left;
}

.expertise-text li + li[b-q58ohpeene] {
    text-align: left;
    margin-top: 0.375rem;
}

@media (max-width: 1000px) {
    .expertise[b-q58ohpeene] {
        padding: 3rem 2rem;
    }

    .expertise-grid[b-q58ohpeene] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .expertise[b-q58ohpeene] {
        padding: 2.5rem 1rem;
        gap: 2rem;
    }

    .expertise-intro h2[b-q58ohpeene] {
        font-size: 2rem;
    }
}
/* /Components/Shared/Hero.razor.rz.scp.css */
.hero[b-ppxgra8ag8] {
    margin: 0;
    padding-top: 0em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 4em;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.hero-headline[b-ppxgra8ag8] {
    color: #1C246C;
}

.hero-sub[b-ppxgra8ag8] {
    color: #6F6F6F;
}

.hero-message[b-ppxgra8ag8] {
    color: #000;
}

.hero-actions[b-ppxgra8ag8] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .hero-actions[b-ppxgra8ag8] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Shared/Kontaktformular.razor.rz.scp.css */
.kontaktformular[b-2ywc6da0gt] {
    display: flex;
    justify-content: center;
    padding: 3.125rem 4rem;
}

.kontaktformular-card[b-2ywc6da0gt] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: min(100%, 41.563rem);
    padding: 3.125rem 4rem;
    border: 0.8px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.kontaktformular-intro[b-2ywc6da0gt] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kontaktformular-intro h2[b-2ywc6da0gt] {
    margin: 0;
    color: #1c246c;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.25rem;
}

.kontaktformular-intro p[b-2ywc6da0gt] {
    max-width: 32.625rem;
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.5rem;
}

.kontaktformular-form[b-2ywc6da0gt] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.kontaktformular-website[b-2ywc6da0gt] {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.kontaktformular-grid[b-2ywc6da0gt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.kontaktformular-field[b-2ywc6da0gt] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kontaktformular-form > .kontaktformular-field:last-of-type[b-2ywc6da0gt] {
    margin-bottom: 1.5rem;
}

.kontaktformular-field label[b-2ywc6da0gt] {
    color: #364153;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.kontaktformular-field[b-2ywc6da0gt]  .form-input {
    width: 100%;
    margin: 0;
    border: 0.8px solid transparent;
    border-radius: 0.5rem;
    background: #f3f3f5;
    color: #101828;
    font: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kontaktformular-field[b-2ywc6da0gt]  input.form-input,
.kontaktformular-field[b-2ywc6da0gt]  select.form-input {
    min-height: 3rem;
    padding: 0.75rem;
    line-height: 1.25rem;
}

.kontaktformular-field[b-2ywc6da0gt]  textarea.form-input {
    min-height: 4rem;
    padding: 0.5rem 0.75rem;
    line-height: 1.25rem;
    resize: vertical;
}

.kontaktformular-field[b-2ywc6da0gt]  input.form-input::placeholder,
.kontaktformular-field[b-2ywc6da0gt]  textarea.form-input::placeholder,
.kontaktformular-field[b-2ywc6da0gt]  select.form-input {
    color: #717182;
    opacity: 1;
}

.kontaktformular-field[b-2ywc6da0gt]  select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23717182' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    padding-right: 2.75rem;
}

.kontaktformular-field[b-2ywc6da0gt]  .form-input:focus {
    outline: none;
    border-color: #1c246c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(28, 36, 108, 0.12);
}

.kontaktformular-field[b-2ywc6da0gt]  .form-input.valid.modified:not([type=checkbox]),
.kontaktformular-field[b-2ywc6da0gt]  .form-input.invalid {
    outline: none;
}

.kontaktformular-submit[b-2ywc6da0gt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 3rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 0.5rem;
    background: #1c246c;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.kontaktformular-submit:hover[b-2ywc6da0gt] {
    background: #161c56;
}

.kontaktformular-submit:focus-visible[b-2ywc6da0gt] {
    outline: 2px solid #1c246c;
    outline-offset: 2px;
}

.kontaktformular-submit-icon[b-2ywc6da0gt] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.kontaktformular-note[b-2ywc6da0gt] {
    margin: 0;
    color: #6a7282;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.kontaktformular-note a[b-2ywc6da0gt] {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .kontaktformular[b-2ywc6da0gt] {
        padding: 3rem 2rem;
    }

    .kontaktformular-card[b-2ywc6da0gt] {
        padding: 3rem;
    }
}

@media (max-width: 700px) {
    .kontaktformular[b-2ywc6da0gt] {
        padding: 2.5rem 1rem;
    }

    .kontaktformular-card[b-2ywc6da0gt] {
        padding: 2rem 1rem;
    }

    .kontaktformular-grid[b-2ywc6da0gt] {
        grid-template-columns: 1fr;
    }

    .kontaktformular-intro h2[b-2ywc6da0gt] {
        font-size: 1.625rem;
        line-height: 2rem;
    }
}
/* /Components/Shared/Leistungen.razor.rz.scp.css */
.leistungen[b-k79ww1b1zt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    padding: 3.125rem 6.25rem;
    align-items: start;
}

.leistung-card[b-k79ww1b1zt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875em;
}

.leistung-image-wrapper[b-k79ww1b1zt] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.leistung-image[b-k79ww1b1zt] {
    width: 100%;
    max-width: 490px;
    height: auto;
    display: block;
}

.leistung-content[b-k79ww1b1zt] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
}

.leistung-text[b-k79ww1b1zt] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
}

.leistung-text h2[b-k79ww1b1zt] {
    margin: 0;
    color: #1c246c;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.leistung-text p[b-k79ww1b1zt] {
    margin: 0;
    color: rgba(0, 0, 0, 0.55);
    font-size: 1em;
    line-height: 1.45;
}

@media (max-width: 1000px) {
    .leistungen[b-k79ww1b1zt] {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 3rem 2rem;
    }
}

@media (max-width: 640px) {
    .leistungen[b-k79ww1b1zt] {
        padding: 2.5rem 1rem;
    }

    .leistung-content[b-k79ww1b1zt] {
        padding: 2rem 0 0;
    }

    .leistung-text h2[b-k79ww1b1zt] {
        font-size: 1.875rem;
    }

    .leistung-text p[b-k79ww1b1zt] {
        font-size: 1rem;
    }
}
/* /Components/Shared/QualityStandards.razor.rz.scp.css */
.checkmarked-list-section[b-5nyeohkrv7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3.125rem 4rem;
}

.checkmarked-list-intro[b-5nyeohkrv7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.checkmarked-list-intro h2[b-5nyeohkrv7] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.checkmarked-list-intro p[b-5nyeohkrv7] {
    margin: 0;
    color: #4a5565;
    font-size: 1.25rem;
    line-height: 1.4;
}

.checkmarked-list-panel[b-5nyeohkrv7] {
    width: 100%;
    max-width: 61rem;
    margin: 0 auto;
    padding: 3rem 4.375rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #f9fafb;
}

.checkmarked-list-items[b-5nyeohkrv7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkmarked-list-items li[b-5nyeohkrv7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #364153;
    font-size: 1.125rem;
    line-height: 1.5;
}

.checkmarked-list-icon[b-5nyeohkrv7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #1c246c;
    color: #fff;
}

.checkmarked-list-icon i[b-5nyeohkrv7] {
    font-size: 0.875rem;
    line-height: 1;
}

@media (max-width: 1000px) {
    .checkmarked-list-section[b-5nyeohkrv7] {
        padding: 3rem 2rem;
    }

    .checkmarked-list-panel[b-5nyeohkrv7] {
        padding: 2rem;
    }

    .checkmarked-list-items[b-5nyeohkrv7] {
        gap: 1.5rem 2rem;
    }
}

@media (max-width: 700px) {
    .checkmarked-list-section[b-5nyeohkrv7] {
        padding: 2.5rem 1rem;
    }

    .checkmarked-list-intro h2[b-5nyeohkrv7] {
        font-size: 2rem;
    }

    .checkmarked-list-intro p[b-5nyeohkrv7] {
        font-size: 1rem;
    }

    .checkmarked-list-panel[b-5nyeohkrv7] {
        padding: 1.5rem;
    }

    .checkmarked-list-items[b-5nyeohkrv7] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .checkmarked-list-items li[b-5nyeohkrv7] {
        font-size: 1rem;
    }
}
/* /Components/Shared/TechStack.razor.rz.scp.css */
.tech-stack[b-oiirjhepa7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3.125rem 4rem;
}

.tech-stack-intro[b-oiirjhepa7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.tech-stack-intro h2[b-oiirjhepa7] {
    margin: 0;
    color: #1c246c;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tech-stack-intro p[b-oiirjhepa7] {
    margin: 0;
    color: #4a5565;
    font-size: 1.25rem;
    line-height: 1.4;
}

.tech-stack-panel[b-oiirjhepa7] {
    width: 100%;
    max-width: 61rem;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f9fafb;
}

.tech-stack-grid[b-oiirjhepa7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.tech-stack-card[b-oiirjhepa7] {
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #fff;
}

.tech-stack-card h3[b-oiirjhepa7] {
    margin: 0 0 0.5rem;
    color: #1c246c;
    font-size: 1.25rem;
    line-height: 1.4;
}

.tech-stack-card p[b-oiirjhepa7] {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 1000px) {
    .tech-stack[b-oiirjhepa7] {
        padding: 3rem 2rem;
    }
}

@media (max-width: 700px) {
    .tech-stack[b-oiirjhepa7] {
        padding: 2.5rem 1rem;
    }

    .tech-stack-intro h2[b-oiirjhepa7] {
        font-size: 2rem;
    }

    .tech-stack-intro p[b-oiirjhepa7] {
        font-size: 1rem;
    }

    .tech-stack-panel[b-oiirjhepa7] {
        padding: 1rem;
    }

    .tech-stack-grid[b-oiirjhepa7] {
        grid-template-columns: 1fr;
    }

    .tech-stack-card[b-oiirjhepa7] {
        padding: 1.25rem;
    }
}
/* /Components/Shared/Vorstellung.razor.rz.scp.css */
.vorstellung[b-stl1xfjjkl] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3.125rem 4rem;
}

.vorstellung-intro[b-stl1xfjjkl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vorstellung-intro h2[b-stl1xfjjkl] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
}

.vorstellung-copy[b-stl1xfjjkl] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 72rem;
    margin: 0 auto;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.45;
}

.vorstellung-copy p[b-stl1xfjjkl] {
    margin: 0;
}

.vorstellung-grid[b-stl1xfjjkl] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.vorstellung-card[b-stl1xfjjkl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vorstellung-image[b-stl1xfjjkl] {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    display: block;
    margin-inline: auto;
}

.vorstellung-text[b-stl1xfjjkl] {
    hyphens: auto;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.vorstellung-text h3[b-stl1xfjjkl] {
    margin: 0;
    color: #1c246c;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.vorstellung-text p[b-stl1xfjjkl] {
    margin: 0;
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.125rem;
    line-height: 1.45;
    text-align: left;
}

@media (max-width: 1200px) {
    .vorstellung[b-stl1xfjjkl] {
        padding: 3rem 2rem;
    }

    .vorstellung-grid[b-stl1xfjjkl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vorstellung[b-stl1xfjjkl] {
        padding: 2.5rem 1rem;
        gap: 2rem;
    }

    .vorstellung-intro h2[b-stl1xfjjkl] {
        font-size: 2rem;
    }

    .vorstellung-copy[b-stl1xfjjkl] {
        font-size: 1rem;
    }

    .vorstellung-grid[b-stl1xfjjkl] {
        grid-template-columns: 1fr;
    }

    .vorstellung-text h3[b-stl1xfjjkl] {
        font-size: 1.375rem;
    }

    .vorstellung-text p[b-stl1xfjjkl] {
        font-size: 1rem;
    }
}
/* /Components/Shared/Wartungspaket.razor.rz.scp.css */
.wartungspaket[b-apz6x7xlx6] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3.125rem 4rem;
}

.wartungspaket-intro[b-apz6x7xlx6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.wartungspaket-intro h2[b-apz6x7xlx6] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.wartungspaket-intro p[b-apz6x7xlx6] {
    margin: 0;
    max-width: 56rem;
    color: #6f6f6f;
    font-size: 1.25rem;
    line-height: 1.4;
}

.wartungspaket-grid[b-apz6x7xlx6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}

.wartungspaket-card[b-apz6x7xlx6] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #f9fafb;
}

.wartungspaket-badge[b-apz6x7xlx6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 0.875rem;
    background: #1c246c;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.wartungspaket-badge i[b-apz6x7xlx6] {
    font-size: 1.25rem;
    line-height: 1;
}

.wartungspaket-text[b-apz6x7xlx6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wartungspaket-text h3[b-apz6x7xlx6] {
    margin: 0;
    color: #101828;
    font-size: 1.25rem;
    line-height: 1.4;
}

.wartungspaket-text p[b-apz6x7xlx6] {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 1000px) {
    .wartungspaket[b-apz6x7xlx6] {
        padding: 3rem 2rem;
    }

    .wartungspaket-grid[b-apz6x7xlx6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wartungspaket[b-apz6x7xlx6] {
        padding: 2.5rem 1rem;
        gap: 2rem;
    }

    .wartungspaket-intro h2[b-apz6x7xlx6] {
        font-size: 2rem;
    }

    .wartungspaket-intro p[b-apz6x7xlx6] {
        font-size: 1rem;
    }

    .wartungspaket-card[b-apz6x7xlx6] {
        padding: 1.25rem;
    }
}
/* /Components/Shared/Wartungsprozess.razor.rz.scp.css */
.numbered-cards-section[b-v04dsfcc3s] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.125rem 4rem;
}

.numbered-cards-intro[b-v04dsfcc3s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.numbered-cards-intro h2[b-v04dsfcc3s] {
    margin: 0;
    color: #1c246c;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.numbered-cards-intro p[b-v04dsfcc3s] {
    margin: 0;
    color: #4a5565;
    font-size: 1.25rem;
    line-height: 1.4;
}

.numbered-cards-grid[b-v04dsfcc3s] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
}

.numbered-cards-card[b-v04dsfcc3s] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.875rem;
    background: #f9fafb;
}

.numbered-cards-number[b-v04dsfcc3s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border: 1px solid #1c246c;
    border-radius: 0.875rem;
    color: #1c246c;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
}

.numbered-cards-text[b-v04dsfcc3s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.numbered-cards-text h3[b-v04dsfcc3s] {
    margin: 0;
    color: #1c246c;
    font-size: 1.5rem;
    line-height: 1.3;
}

.numbered-cards-text p[b-v04dsfcc3s] {
    margin: 0;
    color: #4a5565;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .numbered-cards-section[b-v04dsfcc3s] {
        padding: 3rem 2rem;
    }

    .numbered-cards-grid[b-v04dsfcc3s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .numbered-cards-section[b-v04dsfcc3s] {
        padding: 2.5rem 1rem;
        gap: 1.5rem;
    }

    .numbered-cards-intro h2[b-v04dsfcc3s] {
        font-size: 2rem;
    }

    .numbered-cards-intro p[b-v04dsfcc3s] {
        font-size: 1rem;
    }

    .numbered-cards-card[b-v04dsfcc3s] {
        padding: 1.25rem;
        gap: 1rem;
    }

    .numbered-cards-number[b-v04dsfcc3s] {
        width: 2.75rem;
        height: 2.75rem;
    }

    .numbered-cards-text h3[b-v04dsfcc3s] {
        font-size: 1.25rem;
    }
}
/* /Components/Shared/Wartungsvorteile.razor.rz.scp.css */
.checkmarked-list-section[b-fit065t3j4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3.125rem 4rem;
}

.checkmarked-list-intro[b-fit065t3j4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.checkmarked-list-intro h2[b-fit065t3j4] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.checkmarked-list-intro p[b-fit065t3j4] {
    margin: 0;
    color: #4a5565;
    font-size: 1.25rem;
    line-height: 1.4;
}

.checkmarked-list-panel[b-fit065t3j4] {
    width: 100%;
    max-width: 61rem;
    margin: 0 auto;
    padding: 3rem 4.375rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #f9fafb;
}

.checkmarked-list-items[b-fit065t3j4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem 4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkmarked-list-items li[b-fit065t3j4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #364153;
    font-size: 1.125rem;
    line-height: 1.5;
}

.checkmarked-list-icon[b-fit065t3j4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #1c246c;
    color: #fff;
}

.checkmarked-list-icon i[b-fit065t3j4] {
    font-size: 0.875rem;
    line-height: 1;
}

@media (max-width: 1000px) {
    .checkmarked-list-section[b-fit065t3j4] {
        padding: 3rem 2rem;
    }

    .checkmarked-list-panel[b-fit065t3j4] {
        padding: 2rem;
    }

    .checkmarked-list-items[b-fit065t3j4] {
        gap: 1.5rem 2rem;
    }
}

@media (max-width: 700px) {
    .checkmarked-list-section[b-fit065t3j4] {
        padding: 2.5rem 1rem;
    }

    .checkmarked-list-intro h2[b-fit065t3j4] {
        font-size: 2rem;
    }

    .checkmarked-list-intro p[b-fit065t3j4] {
        font-size: 1rem;
    }

    .checkmarked-list-panel[b-fit065t3j4] {
        padding: 1.5rem;
    }

    .checkmarked-list-items[b-fit065t3j4] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .checkmarked-list-items li[b-fit065t3j4] {
        font-size: 1rem;
    }
}
/* /Components/Shared/WarumWir.razor.rz.scp.css */
.warum-wir[b-cny10z44d5] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.125rem 4rem;
}

.warum-wir-intro[b-cny10z44d5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
}

.warum-wir-intro h2[b-cny10z44d5] {
    margin: 0;
    color: #1c246c;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.warum-wir-intro p[b-cny10z44d5] {
    margin: 0;
    max-width: 52rem;
    color: #6f6f6f;
    font-size: 1.25rem;
    line-height: 1.45;
}

.warum-wir-grid[b-cny10z44d5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
    justify-items: center;
}

.warum-wir-card[b-cny10z44d5] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 24.25rem;
}

.warum-wir-image[b-cny10z44d5] {
    width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: 1rem;
    display: block;
    margin-inline: auto;
}

.warum-wir-text[b-cny10z44d5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.warum-wir-text h3[b-cny10z44d5] {
    margin: 0;
    color: #1c246c;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.warum-wir-text p[b-cny10z44d5] {
    margin: 0;
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.25rem;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .warum-wir[b-cny10z44d5] {
        padding: 3rem 2rem;
    }

    .warum-wir-grid[b-cny10z44d5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .warum-wir[b-cny10z44d5] {
        padding: 2.5rem 1rem;
    }

    .warum-wir-intro h2[b-cny10z44d5] {
        font-size: 2rem;
    }

    .warum-wir-intro p[b-cny10z44d5],
    .warum-wir-text p[b-cny10z44d5] {
        font-size: 1rem;
    }

    .warum-wir-text h3[b-cny10z44d5] {
        font-size: 1.375rem;
    }
}
