/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dnt8guvj38] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dnt8guvj38] {
    flex: 1;
}

.sidebar[b-dnt8guvj38] {
    /*  background-image: linear-gradient(180deg, rgb(149, 205, 19) 0%, #49DDE4 90%);
  */
    background-color: rgba(200,230,230);
    /*background-color: rgba(0,153,153);*/
    /*background-color: rgba(236,102,2);*/
    /* 
      #49DDE4 73, 221, 228 
      #95CD13 149, 205, 19

   */
}

.top-row[b-dnt8guvj38] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dnt8guvj38]  a, .top-row .btn-link[b-dnt8guvj38] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dnt8guvj38] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dnt8guvj38] {
        display: none;
    }

    .top-row.auth[b-dnt8guvj38] {
        justify-content: space-between;
    }

    .top-row a[b-dnt8guvj38], .top-row .btn-link[b-dnt8guvj38] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dnt8guvj38] {
        flex-direction: row;
    }

    .sidebar[b-dnt8guvj38] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dnt8guvj38] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dnt8guvj38] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Toolbar horizontal + Buttons nicht wachsen (scoped, schl�gt alles) */
[b-dnt8guvj38] .k-grid .k-grid-toolbar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: .5rem !important;
}

    [b-dnt8guvj38] .k-grid .k-grid-toolbar .k-toolbar-items {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: .5rem !important;
    }

    [b-dnt8guvj38] .k-grid .k-grid-toolbar .k-toolbar-item {
        flex: 0 0 auto !important; /* killt flex: 1 0 100% */
        width: auto !important;
    }

    [b-dnt8guvj38] .k-grid .k-grid-toolbar .k-button,
    [b-dnt8guvj38] .k-grid .k-grid-toolbar .btn {
        flex: 0 0 auto !important;
        width: auto !important;
        display: inline-flex !important;
    }

    /* Suchbox begrenzen */
    [b-dnt8guvj38] .k-grid .k-grid-toolbar .k-searchbox {
        flex: 0 0 auto !important;
        width: auto !important;
    }

        [b-dnt8guvj38] .k-grid .k-grid-toolbar .k-searchbox .k-input {
            width: 16rem;
            min-width: 12rem;
        }

/* macht die eigene Toolbar-Reihe horizontal, robust gegen Theme/Scoped-Regeln */
[b-dnt8guvj38] .tb-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: .5rem !important;
}
    /* Kinder: nie wachsen, nie 100% Breite */
    [b-dnt8guvj38] .tb-row > * {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: max-content !important;
    }
    /* Suchbox b�ndigen */
    [b-dnt8guvj38] .tb-row .k-searchbox {
        flex: 0 0 auto !important;
        width: auto !important;
    }

        [b-dnt8guvj38] .tb-row .k-searchbox .k-input {
            width: 16rem;
            min-width: 12rem;
        }
/* /Shared/NavMenu.razor.rz.scp.css */
@font-face {
    font-family: 'gl';
    src: url('Graphik-SemiboldItalic.otf');
    font-style: normal;
}

html[b-005l6n5mw3], body[b-005l6n5mw3] {
    font-family: 'gl', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.navbar-toggler[b-005l6n5mw3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-005l6n5mw3] {
    height: 2.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-005l6n5mw3] {
    font-size: 1.1rem;
}

.oi[b-005l6n5mw3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-005l6n5mw3] {
    font-size: 14px;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-005l6n5mw3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-005l6n5mw3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-005l6n5mw3]  a {
        color: black;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
    }

        .nav-item[b-005l6n5mw3]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: black;
        }

        .nav-item[b-005l6n5mw3]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: black;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-005l6n5mw3] {
        display: black;
    }

    .collapse[b-005l6n5mw3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
