/* /Features/Kreditrechner/Kreditrechner.razor.rz.scp.css */
.kredit-schedule-table th:not(:first-child)[b-ifuynx27c2],
.kredit-schedule-table td:not(:first-child)[b-ifuynx27c2] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.kredit-year-start > td[b-ifuynx27c2] {
    border-top: 2px solid var(--rec-navy, #0b2545);
}

.kredit-jump-select[b-ifuynx27c2] {
    width: auto;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fhb4j8qi2b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fhb4j8qi2b] {
    flex: 1;
}

.sidebar[b-fhb4j8qi2b] {
    background-image: linear-gradient(180deg, var(--rec-navy) 0%, var(--rec-navy-dark) 100%);
}

/* Die frueher hier gerenderte, leere "top-row" (nur fuer einen nie genutzten
   Login/About-Link aus dem Standard-Blazor-Template gedacht) ist entfernt - sie hat nur
   einen leeren grauen Balken zwischen Navy-Header und Seiteninhalt erzeugt
   (Nutzer-Feedback: zu viel Abstand zum Hauptmenue). */
@media (min-width: 641px) {
    .page[b-fhb4j8qi2b] {
        flex-direction: row;
    }

    .sidebar[b-fhb4j8qi2b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-fhb4j8qi2b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3did8qxk38] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3did8qxk38] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3did8qxk38] {
    font-size: 1.1rem;
}

.navbar-brand .bi[b-3did8qxk38] {
    color: var(--rec-gold-light);
    margin-right: 0.35rem;
}

.nav-item .bi[b-3did8qxk38] {
    margin-right: 0.6rem;
    width: 1.25rem;
    text-align: center;
}

.nav-item[b-3did8qxk38] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3did8qxk38] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3did8qxk38] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3did8qxk38]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        border-left: 3px solid transparent;
    }

.nav-item[b-3did8qxk38]  a.active {
    background-color: rgba(201, 162, 39, 0.15);
    border-left-color: var(--rec-gold);
    color: var(--rec-gold-light);
}

.nav-item[b-3did8qxk38]  a:hover {
    background-color: rgba(255,255,255,0.08);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3did8qxk38] {
        display: none;
    }

    .collapse[b-3did8qxk38] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3did8qxk38] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
