/* /Components/Layout/AppBar.razor.rz.scp.css */
/* Basis */
.rc-appbar-logo[b-d8w61xp6bj] {
    max-height: 32px;
    width: auto;
    object-fit: contain;
    align-self: center;
}

.rc-appbar .rc-appbar-logo[b-d8w61xp6bj] {
    max-height: 28px;
}

[b-d8w61xp6bj] .rc-appbar {
    background-color: var(--rc-header-bg, #0b1b33) !important;
    color: var(--rc-header-fg, #ffffff) !important;
    z-index: 1500;
}

    /* ab hier alle Top-Level-Selektoren mit ::deep beginnen */
    [b-d8w61xp6bj] .rc-appbar .mud-typography,
    [b-d8w61xp6bj] .rc-appbar .mud-icon-root,
    [b-d8w61xp6bj] .rc-appbar .mud-button-root,
    [b-d8w61xp6bj] .rc-appbar .mud-input,
    [b-d8w61xp6bj] .rc-appbar .mud-select,
    [b-d8w61xp6bj] .rc-appbar .mud-select-input,
    [b-d8w61xp6bj] .rc-appbar .mud-switch {
        color: inherit !important;
    }


@media (max-width: 768px) {

    [b-d8w61xp6bj] .rc-appbar {
        padding-left: 6px !important;
        padding-right: 6px !important;
        min-height: 52px !important;
    }

        /* title: much smaller + ellipsis */
        [b-d8w61xp6bj] .rc-appbar .mud-typography {
            font-size: 0.85rem !important;
            line-height: 1.1 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            max-width: 42vw !important;
        }

        /* remove left margin on mobile */
        [b-d8w61xp6bj] .rc-appbar .ml-2 {
            margin-left: 6px !important;
        }

        /* darkmode: keep it super compact */
        [b-d8w61xp6bj] .rc-appbar .rc-darkmode-label {
            display: none !important;
        }

    /* darkmode: keep it super compact */
    [b-d8w61xp6bj] .rc-appbar .rc-darkmode-switch {
        display: none !important;
    }

    [b-d8w61xp6bj] .rc-darkmode-toggle {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-right: 20px !important;
    }

        /* make the switch smaller */
        [b-d8w61xp6bj] .rc-darkmode-toggle .mud-switch {
            transform: scale(0.85);
            transform-origin: right center;
        }

    /* language switch: prevent overflow */
    [b-d8w61xp6bj] .rc-appbar .lang-switch,
    [b-d8w61xp6bj] .rc-appbar .rc-langswitch,
    [b-d8w61xp6bj] .rc-appbar .mud-select {
        max-width: 30vw;
        min-width: 0;
    }

        /* if LangSwitch renders a button/text, force it to not wrap */
        [b-d8w61xp6bj] .rc-appbar .lang-switch *,
        [b-d8w61xp6bj] .rc-appbar .rc-langswitch * {
            white-space: nowrap !important;
        }
}
/* /Components/Layout/AppNavMenu.razor.rz.scp.css */
.navbar-toggler[b-2k6gyadfqh] {
    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-2k6gyadfqh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2k6gyadfqh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2k6gyadfqh] {
    font-size: 1.1rem;
}

.bi[b-2k6gyadfqh] {
    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-2k6gyadfqh] {
    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-2k6gyadfqh] {
    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-2k6gyadfqh] {
    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-2k6gyadfqh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2k6gyadfqh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2k6gyadfqh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2k6gyadfqh]  .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-2k6gyadfqh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2k6gyadfqh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2k6gyadfqh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2k6gyadfqh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2k6gyadfqh] {
        display: none;
    }

    .nav-scrollable[b-2k6gyadfqh] {
        /* 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/LangSwitch.razor.rz.scp.css */
[b-uco6a47i2w] .rc-langswitch {
    min-width: 130px;
}

 /*desktop default: show flag + label only*/ 
.rc-lang-flag[b-uco6a47i2w] {
    margin-right: 8px;
}

.rc-lang-code[b-uco6a47i2w] {
    display: none !important;
}

.rc-lang-label[b-uco6a47i2w] {
    display: inline !important;
}

 /*mobile: show only flag in the closed select (no "DE ...") */
@media (max-width: 768px) {

    [b-uco6a47i2w] rc-langswitch {
        min-width: 0 !important;
        width: 44px !important;
        max-width: 44px !important;
    }

    .rc-lang-label[b-uco6a47i2w] {
        display: none !important;
    }

    .rc-lang-code[b-uco6a47i2w] {
        display: inline !important;
    }

    .rc-lang-flag[b-uco6a47i2w] {
        margin-right: 0 !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }

    [b-uco6a47i2w] .rc-langswitch .mud-select-input {
        font-size: 0 !important;
        padding: 0 6px !important;
        min-height: 36px !important;
        display: flex !important;
        align-items: center !important;
    }

        [b-uco6a47i2w] .rc-langswitch .mud-select-input .rc-lang-flag {
            font-size: 18px !important;
        }

    [b-uco6a47i2w] .rc-langswitch .mud-input-adornment-end {
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: none !important;
    }
}

.navbar-toggler[b-uco6a47i2w] {
    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-uco6a47i2w] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-uco6a47i2w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-uco6a47i2w] {
    font-size: 1.1rem;
}

.bi[b-uco6a47i2w] {
    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-uco6a47i2w] {
    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-uco6a47i2w] {
    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-uco6a47i2w] {
    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-uco6a47i2w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uco6a47i2w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uco6a47i2w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uco6a47i2w]  .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-uco6a47i2w]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-uco6a47i2w]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-uco6a47i2w] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-uco6a47i2w] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-uco6a47i2w] {
        display: none;
    }

    .nav-scrollable[b-uco6a47i2w] {
         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/MainLayout.razor.rz.scp.css */
.page[b-xl0qc8bwy4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xl0qc8bwy4] {
    flex: 1;
}

.sidebar[b-xl0qc8bwy4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.rc-drawer-content[b-xl0qc8bwy4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--mud-appbar-height) 0 1.5rem 0;
}

.rc-drawer-spacer[b-xl0qc8bwy4] {
    flex: 1 1 auto;
    min-height: 0;
}

.top-row[b-xl0qc8bwy4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xl0qc8bwy4]  a, .top-row[b-xl0qc8bwy4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xl0qc8bwy4]  a:hover, .top-row[b-xl0qc8bwy4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xl0qc8bwy4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xl0qc8bwy4] {
        justify-content: space-between;
    }

    .top-row[b-xl0qc8bwy4]  a, .top-row[b-xl0qc8bwy4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xl0qc8bwy4] {
        flex-direction: row;
    }

    .sidebar[b-xl0qc8bwy4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xl0qc8bwy4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xl0qc8bwy4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xl0qc8bwy4], article[b-xl0qc8bwy4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xl0qc8bwy4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-xl0qc8bwy4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AdminLogIn.razor.rz.scp.css */
[b-b9g5spdys1] .admin-login-wrapper {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

[b-b9g5spdys1] .admin-login-card {
    width: 100%;
    max-width: 420px;
    padding: 32px;
    border-radius: 16px;
}

@media (max-width: 960px) {
    [b-b9g5spdys1] .admin-login-card {
        padding: 24px;
    }
}
/* /Components/Pages/DetailPages/AlterTexts.razor.rz.scp.css */

[b-llakquz0us] .language-edit-box {
    margin-top: 16px;
    padding-top: 8px;
}

[b-llakquz0us] .language-edit-actions {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

[b-llakquz0us] .html-preview-box {
    min-height: 100%;
    padding: 16px;
    border-radius: 4px;
}

[b-llakquz0us] .settings-card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
}

[b-llakquz0us] .search-actions {
    display: flex;
    align-items: flex-end;
}

[b-llakquz0us] .results-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-llakquz0us] .result-card {
    padding: 24px;
    border-radius: 16px;
}

[b-llakquz0us] .result-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

[b-llakquz0us] .language-hit-card {
    padding: 16px;
    border-radius: 12px;
}

[b-llakquz0us] .language-hit-actions {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}

[b-llakquz0us] .language-input {
    padding-top: 12px;
    padding-bottom: 12px;
}

[b-llakquz0us] .settings-grid {
    padding: 12px;
}


@media (max-width: 960px) {
    [b-llakquz0us] .settings-card {
        padding: 24px;
    }

    [b-llakquz0us] .result-card {
        padding: 16px;
    }

    [b-llakquz0us] .search-actions {
        align-items: stretch;
    }
}

/* /Components/Pages/DetailPages/CreateLocalizationText.razor.rz.scp.css */

[b-wg9brdsmgv] .settings-card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
}

[b-wg9brdsmgv] .settings-grid {
    padding: 12px;
}

@media (max-width: 960px) {
    [b-wg9brdsmgv] .settings-card {
        padding: 24px;
    }
}

/* /Components/Pages/DetailPages/DeleteTexts.razor.rz.scp.css */

[b-l42v902ez4] .settings-card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
}

[b-l42v902ez4] .delete-actions-top {
    display: flex;
    align-items: flex-end;
}

[b-l42v902ez4] .preview-card {
    padding: 24px;
    border-radius: 16px;
}

[b-l42v902ez4] .delete-actions-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

[b-l42v902ez4] .settings-grid {
    padding: 12px;
}

@media (max-width: 960px) {
    [b-l42v902ez4] .settings-card {
        padding: 24px;
    }

    [b-l42v902ez4] .preview-card {
        padding: 16px;
    }

    [b-l42v902ez4] .delete-actions-top {
        align-items: stretch;
    }
}


/* /Components/Pages/DetailPages/ExcelExportPage.razor.rz.scp.css */

[b-ojgx0649xs] .language-edit-box {
    margin-top: 16px;
    padding-top: 8px;
}

[b-ojgx0649xs] .language-edit-actions {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

[b-ojgx0649xs] .settings-card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
}

[b-ojgx0649xs] .search-actions {
    display: flex;
    align-items: flex-end;
}

[b-ojgx0649xs] .results-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-ojgx0649xs] .result-card {
    padding: 24px;
    border-radius: 16px;
}

[b-ojgx0649xs] .result-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

[b-ojgx0649xs] .language-hit-card {
    padding: 16px;
    border-radius: 12px;
}

[b-ojgx0649xs] .language-hit-actions {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}

[b-ojgx0649xs] .language-input {
    padding-top: 12px;
    padding-bottom: 12px;
}

[b-ojgx0649xs] .settings-grid {
    padding: 12px;
}


@media (max-width: 960px) {
    [b-ojgx0649xs] .settings-card {
        padding: 24px;
    }

    [b-ojgx0649xs] .result-card {
        padding: 16px;
    }

    [b-ojgx0649xs] .search-actions {
        align-items: stretch;
    }
}

/* /Components/Pages/Dialogs/InformationDialog.razor.rz.scp.css */
.mud-dialog-title[b-fivecft5lz] {
    padding-bottom: 0px !important;
}
.mud-dialog-content[b-fivecft5lz] {
    padding-top: 4px !important;
}
.information-dialog-text[b-fivecft5lz] {
    line-height: 1.7;
    white-space: pre-line;
}
/* /Components/Pages/DSGVO.razor.rz.scp.css */

.dsgvo-bg[b-hhqj4kyss9] {
    min-height: calc(100vh - 112px);
    width: 100%;
    background: var(--rc-page-bg, #121212);
    overflow: auto;
}

.dsgvo-card[b-hhqj4kyss9] {
    width: min(1300px, 100%);
    background: var(--rc-card-bg, rgba(255,255,255,0.92));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 10px 11px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.dsgvo-title[b-hhqj4kyss9] {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.15;
    margin: 0 0 10px 0;
    text-align: center;
}

.dsgvo-text[b-hhqj4kyss9] {
    max-width: 185ch;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.7;
    font-size: 16px;
    opacity: 0.9;
    hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    text-align-last: center;
}


/* ========================= */
/* Mobile + small tablets   */
/* ========================= */

@media (max-width: 768px) {

    .dsgvo-card[b-hhqj4kyss9] {
        padding: 11px 11px;
        border-radius: 14px;
        margin-top: 0; /* remove negative offset */
    }

    .dsgvo-text[b-hhqj4kyss9] {
        text-align: left; /* better readability on mobile */
        text-align-last: left;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */

.home-bg[b-qnlc1hnllo] {
    min-height: calc(100vh - 112px);
    width: 100%;
    background: var(--rc-page-bg, #121212);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    overflow: auto;
}

.home-card[b-qnlc1hnllo] {
    width: min(900px, 100%);
    background: var(--rc-card-bg, rgba(255,255,255,0.92));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.home-title[b-qnlc1hnllo] {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.15;
    margin: 0 0 10px 0;
    text-align: center;
}

.home-lead[b-qnlc1hnllo] {
    margin: 0 auto 24px auto;
    max-width: 60ch;
    text-align: center;
    opacity: 0.85;
    line-height: 1.6;
}

.home-text[b-qnlc1hnllo] {
    max-width: 72ch;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.7;
    font-size: 16px;
    opacity: 0.9;
    hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    text-align-last: center;
}

.home-actions[b-qnlc1hnllo] {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

/* ========================= */
/* Mobile + small tablets   */
/* ========================= */

@media (max-width: 768px) {

    .home-bg[b-qnlc1hnllo] {
        padding: 16px;
        align-items: flex-start; /* start at top */
        min-height: auto; /* prevent strange centering behaviour */
    }

    .home-card[b-qnlc1hnllo] {
        padding: 24px 18px;
        border-radius: 14px;
        margin-top: 0; /* remove negative offset */
    }

    .home-text[b-qnlc1hnllo] {
        text-align: left; /* better readability on mobile */
        text-align-last: left;
    }
}
/* /Components/Pages/Impressum.razor.rz.scp.css */

.impressum-bg[b-cal99jc9g6] {
    min-height: calc(100vh - 112px);
    width: 100%;
    background: var(--rc-page-bg, #121212);
    overflow: auto;
}

.impressum-card[b-cal99jc9g6] {
    width: min(1300px, 100%);
    background: var(--rc-card-bg, rgba(255,255,255,0.92));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 10px 11px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.impressum-title[b-cal99jc9g6] {
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.15;
    margin: 0 0 10px 0;
    text-align: center;
}

.impressum-text[b-cal99jc9g6] {
    max-width: 185ch;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.7;
    font-size: 16px;
    opacity: 0.9;
    hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    text-align-last: center;
}


/* ========================= */
/* Mobile + small tablets   */
/* ========================= */

@media (max-width: 768px) {

    .impressum-card[b-cal99jc9g6] {
        padding: 11px 11px;
        border-radius: 14px;
        margin-top: 0; /* remove negative offset */
    }

    .impressum-text[b-cal99jc9g6] {
        text-align: left; /* better readability on mobile */
        text-align-last: left;
    }
}
/* /Components/Pages/MainQuiz.razor.rz.scp.css */
/* /Components/Pages/Result.razor.rz.scp.css */
.home-layout[b-sccc45kjdk] {
    background-color: var(--rc-content-bg, transparent);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    overflow: visible;
    width: 100%;
}

.home-main[b-sccc45kjdk] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    width: 100%;
}

.home-side[b-sccc45kjdk] {
    flex: 0 0 360px;
    align-self: flex-start;
    overflow: visible;
}

.risk-sidebar-fixed[b-sccc45kjdk] {
    position: fixed;
    top: 88px;
    z-index: 10;
    width: 300px;
    max-width: 300px;
}

.risk-sidebar-bottom[b-sccc45kjdk] {
    display: none;
    margin-top: 16px;
    width: 100%;
}

[b-sccc45kjdk] .section-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #e0e0e0;
    letter-spacing: 0.01em;
}

[b-sccc45kjdk] .mud-tab-active {
    font-weight: 700;
    color: var(--mud-palette-primary);
}

[b-sccc45kjdk] .mud-tabs-tabbar {
    border-bottom: 2px solid var(--mud-palette-lines-default);
    margin-bottom: 1.5rem;
}

@media (max-width: 960px) {
    .home-layout[b-sccc45kjdk] {
        flex-direction: column;
    }

    .home-main[b-sccc45kjdk] {
        width: 100%;
    }

    .home-side[b-sccc45kjdk] {
        display: none;
    }

    .risk-sidebar-fixed[b-sccc45kjdk] {
        display: none !important;
        position: static !important;
        width: auto !important;
        max-width: none !important;
    }

    .risk-sidebar-bottom[b-sccc45kjdk] {
        display: block;
    }

    [b-sccc45kjdk] .mud-container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
[b-ob45lwii74] .settings-loading {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

[b-ob45lwii74] .settings-page {
    position: reltive;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-ob45lwii74] .settings-tab-panel {
    padding-top: 24px;
}

[b-ob45lwii74] .settings-header {
    position: absolute;
    margin-top: var(--mud-appbar-height); 
    top: 24px;
    right: 24px;
}

[b-ob45lwii74] .settings-shell-card {
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    border-radius: 16px;
}

[b-ob45lwii74] .settings-shell-header {
    margin-bottom: 24px;
}

[b-ob45lwii74] .settings-tabs {
    width: 100%;
}

[b-ob45lwii74] .settings-inner-card {
    padding: 24px;
    border-radius: 16px;
}

@media (max-width: 960px) {
    [b-ob45lwii74] .settings-page {
        padding: 16px;
    }

    [b-ob45lwii74] .settings-shell-card {
        padding: 24px;
    }

    [b-ob45lwii74] .settings-inner-card {
        padding: 16px;
    }

}


/* /Components/Segments/DebugMenu.razor.rz.scp.css */

.debug-panel[b-w5bbbqvzvo] {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    height: calc(100% - var(--mud-appbar-height));
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 1500;
}

    .debug-panel.open[b-w5bbbqvzvo] {
        transform: translateX(0);
    }

[b-w5bbbqvzvo] .debug-tab-panel {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #b71c1c;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.4);
}

[b-w5bbbqvzvo] .debug-content {
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

[b-w5bbbqvzvo] .debug-scroll {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 8px;
    min-height: 0; 
}

[b-w5bbbqvzvo] .state-debug-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
    color: rgba(0,0,0,0.55);
    font-size: 0.75rem;
}

    [b-w5bbbqvzvo] .state-debug-grid b {
        color: rgba(0,0,0,0.7);
    }

[b-w5bbbqvzvo] .state-rows .row {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 68px 68px;
    column-gap: 12px;
    align-items: start;
    width: 100%;
}

    [b-w5bbbqvzvo] .state-rows .row > * {
        width: auto;
        display: block;
    }

    [b-w5bbbqvzvo] .state-rows .row .col-1 {
        grid-column: 1;
        justify-self: start;
        overflow: visible;
        text-overflow: unset;
        white-space: nowrap;
    }

    [b-w5bbbqvzvo] .state-rows .row .col-2 {
        grid-column: 2;
        justify-self: end;
        text-align: center;
    }

    [b-w5bbbqvzvo] .state-rows .row .col-3 {
        grid-column: 3;
        justify-self: end;
        text-align: center;
    }

[b-w5bbbqvzvo] .state-rows .row-div {
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 4px;
    margin-top: 4px;
    width: fit-content;
}


[b-w5bbbqvzvo] .state-rows .header {
    font-weight: bold;
    color: rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 2px;
    margin-bottom: 4px;
}

    [b-w5bbbqvzvo] .state-rows .header .col-2,
    [b-w5bbbqvzvo] .state-rows .header .col-3 {
        text-align: right !important;
    }

[b-w5bbbqvzvo] .sticky-footer {
    position: sticky;
    bottom: 0;
    z-index: 50;
    background: white;
    border-top: 1px solid rgba(0,0,0,0.5);
}

[b-w5bbbqvzvo] .sum-titel{
    white-space: nowrap;
}

[b-w5bbbqvzvo] .sum-total {
    font-size: 1.1rem;
}

.job-line[b-w5bbbqvzvo] {
    margin-left: 8px;
    color: rgba(0,0,0,0.5);
    font-size: 0.7rem;
    line-height: 1.3;
}

[b-w5bbbqvzvo] .job-card {
    position:relative;
    border-radius: 8px;
    width: 140px;
    margin-bottom: 2px;
}

[b-w5bbbqvzvo] .job-card-content {
    padding: 8px 10px;
}

[b-w5bbbqvzvo] .job-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}


[b-w5bbbqvzvo] .job-field {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

[b-w5bbbqvzvo] .job-field .label {
    letter-spacing: .2px;
    margin-bottom: -2px;
}


.state-complete[b-w5bbbqvzvo] {
    margin-top: 6px;
    color: rgba(0,0,0,0.65);
}

@media (max-width: 380px) {
    [b-w5bbbqvzvo] .state-rows .row {
        grid-template-columns: minmax(190px, 1fr) 62px 62px;
        column-gap: 8px;
    }
}
/* /Components/Segments/MedicinalRiskCard.razor.rz.scp.css */
.is-disabled[b-j1dt7icl0i] {
    opacity: 0.55;
    pointer-events: none;
}

.top-row[b-j1dt7icl0i] {
    align-items: flex-start;
}

.checkbox-col[b-j1dt7icl0i] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 32px;
}

.risk-divider[b-j1dt7icl0i] {
    margin: 40px 0;
    height: 1px;
    background-color: var(--mud-palette-divider);
}

.checkbox-col .rc-checkbox[b-j1dt7icl0i],
.checkbox-col .rc-checkbox .mud-button-root[b-j1dt7icl0i],
.checkbox-col .rc-checkbox .mud-checkbox[b-j1dt7icl0i] {
    padding-left: 0 !important;
}
/* /Components/Segments/ResultInputSection.razor.rz.scp.css */
[b-lthcym77jc] .state-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
    color: rgba(0,0,0,0.55);
    font-size: 0.75rem;
}

    [b-lthcym77jc] .state-grid b {
        color: rgba(0,0,0,0.7);
    }

[b-lthcym77jc] .state-rows .row {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 80px 80px;
    column-gap: 12px;
    align-items: start;
    width: 100%;
}

    [b-lthcym77jc] .state-rows .row > * {
        width: auto;
        display: block;
    }

    [b-lthcym77jc] .state-rows .row .col-1 {
        grid-column: 1;
        justify-self: start;
        overflow: visible;
        text-overflow: unset;
        white-space: nowrap;
    }

    [b-lthcym77jc] .state-rows .row .col-2 {
        grid-column: 2;
        justify-self: end;
        text-align: center;
    }

    [b-lthcym77jc] .state-rows .row .col-3 {
        grid-column: 3;
        justify-self: end;
        text-align: center;
    }

[b-lthcym77jc] .s-low {
    border-right: 6px solid #2e9d68 !important;
}

[b-lthcym77jc] .s-mid {
    border-right: 6px solid #f29a4a;
}

[b-lthcym77jc] .s-high {
    border-right: 6px solid #d93b3b;
}

[b-lthcym77jc] .mud-paper {
    transition: box-shadow 0.2s ease;
    border-radius: 10px !important;
}

    [b-lthcym77jc] .mud-paper:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    }
/* /Components/Segments/ResultSection.razor.rz.scp.css */
[b-a4v72axlxh] .state-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
    color: rgba(0,0,0,0.55);
    font-size: 0.75rem;
}

    [b-a4v72axlxh] .state-grid b {
        color: rgba(0,0,0,0.7);
    }

[b-a4v72axlxh] .state-rows .row {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 68px 68px;
    column-gap: 12px;
    align-items: start;
    width: 100%;
}

    [b-a4v72axlxh] .state-rows .row > * {
        width: auto;
        display: block;
    }

    [b-a4v72axlxh] .state-rows .row .col-1 {
        grid-column: 1;
        justify-self: start;
        overflow: visible;
        text-overflow: unset;
        white-space: nowrap;
    }

    [b-a4v72axlxh] .state-rows .row .col-2 {
        grid-column: 2;
        justify-self: end;
        text-align: center;
    }

    [b-a4v72axlxh] .state-rows .row .col-3 {
        grid-column: 3;
        justify-self: end;
        text-align: center;
    }


[b-a4v72axlxh] .s-low {
    border-right: 6px solid #2e9d68 !important;
}

[b-a4v72axlxh] .s-mid {
    border-right: 6px solid #f29a4a;
}

[b-a4v72axlxh] .s-high {
    border-right: 6px solid #d93b3b;
}

[b-a4v72axlxh] .mud-paper {
    transition: box-shadow 0.2s ease;
    border-radius: 10px !important;
}

    [b-a4v72axlxh] .mud-paper:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    }
/* /Components/Segments/SideMenu.razor.rz.scp.css */
.cta-black[b-r07db594co] {
    background: #2b2b2b !important;
    color: #ffffff !important;
}

    .cta-black:hover[b-r07db594co] {
        background: #1f1f1f !important;
    }


.legend[b-r07db594co] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legend-row[b-r07db594co] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.swatch[b-r07db594co] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-block;
}

.s-green[b-r07db594co] {
    background: #2e9d68;
}

.s-orange[b-r07db594co] {
    background: #f29a4a;
}

.s-green2[b-r07db594co] {
    background: #3aa66b;
}

.s-teal[b-r07db594co] {
    background: #1f8a8a;
}

.s-low[b-r07db594co] {
    background: #2e9d68;
}

.s-mid[b-r07db594co] {
    background: #f29a4a;
}

.s-high[b-r07db594co] {
    background: #d93b3b;
}
/* /Components/Segments/SmokingRiskCard.razor.rz.scp.css */
.row-disabled[b-aaa2ves5rf] {
    opacity: 0.55;
}

.row-disabled .row-label[b-aaa2ves5rf],
.row-disabled .mud-typography[b-aaa2ves5rf] {
    opacity: 0.75;
}

.row-disabled[b-aaa2ves5rf],
.row-disabled *[b-aaa2ves5rf] {
    cursor: not-allowed;
}

.input-col[b-aaa2ves5rf]  .total-smoking-field {
    width: 100%;
}

.input-col[b-aaa2ves5rf]  .total-smoking-field .mud-input {
    background: var(--rc-value-highlight-bg, #eef4ff);
    color: var(--rc-value-highlight-text, #1e3a8a);
    border-radius: 4px;
    font-weight: 600;
}

.input-col[b-aaa2ves5rf]  .total-smoking-field input {
    text-align: right;
    font-weight: 600;
}
/* /Components/Segments/SubComps/JobPickerComponent.razor.rz.scp.css */

.checkbox-cell[b-bur64hyuiw] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-row[b-bur64hyuiw] {
    display: contents;
}

.job-row-actions[b-bur64hyuiw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.risk-css-grid[b-bur64hyuiw] {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: 44px 1fr 1fr 1fr;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 6px;
    overflow: hidden;
}

    .risk-css-grid > div[b-bur64hyuiw] {
        border-right: 1px solid var(--mud-palette-divider);
        border-bottom: 1px solid var(--mud-palette-divider);
        padding: 8px;
    }

        .risk-css-grid > div:nth-child(4n)[b-bur64hyuiw] {
            border-right: none;
        }

.header[b-bur64hyuiw] {
    font-weight: 600;
}

.cell[b-bur64hyuiw] {
    min-width: 0;
    overflow: hidden;
}


.full-width[b-bur64hyuiw] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 0.5em;
}


.action-cell[b-bur64hyuiw] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    opacity: 0.25;
    transition: opacity 120ms ease-in-out;
}

    .action-cell .mud-icon-button[b-bur64hyuiw] {
        width: 28px; /* kompakt */
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        padding: 0; /* kein “fettes” Button-Padding */
        border-radius: 6px; /* optional: nicer look */
    }

.grid-row:hover .action-cell[b-bur64hyuiw] {
    opacity: 1;
}
/* /Components/Segments/SubComps/JobPickerDetail.razor.rz.scp.css */
.inputwidth[b-w9t5suwfqz] {
    width: 95%;
    margin-left: 0px;
}

.mud-select[b-w9t5suwfqz] {
    transition: opacity 120ms ease-in-out;
}
/* /Components/Shared/SponsoredConcileDialog.razor.rz.scp.css */
.sponsored-dialog[b-p71qsvzodc] {
    padding: 8px 4px 4px 4px;
}

.sponsored-dialog-header[b-p71qsvzodc] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sponsored-dialog-icon[b-p71qsvzodc] {
    color: var(--mud-palette-primary);
    flex-shrink: 0;
}

.sponsored-dialog-title[b-p71qsvzodc] {
    font-weight: 700;
    line-height: 1.2;
}

.sponsored-dialog-text[b-p71qsvzodc] {
    line-height: 1.7;
    white-space: pre-line;
}

@media (max-width: 768px) {
    .sponsored-dialog[b-p71qsvzodc] {
        padding: 8px 4px 4px 4px;
        max-height: 55vh;
    }
}
