/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zk4q26utck] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zk4q26utck] {
    flex: 1;
}

.sidebar[b-zk4q26utck] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zk4q26utck] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zk4q26utck]  a, .top-row .btn-link[b-zk4q26utck] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zk4q26utck] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zk4q26utck] {
        display: none;
    }

    .top-row.auth[b-zk4q26utck] {
        justify-content: space-between;
    }

    .top-row a[b-zk4q26utck], .top-row .btn-link[b-zk4q26utck] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zk4q26utck] {
        flex-direction: row;
    }

    .sidebar[b-zk4q26utck] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zk4q26utck] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zk4q26utck], article[b-zk4q26utck] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lq39ovo26i],
.components-reconnect-repeated-attempt-visible[b-lq39ovo26i],
.components-reconnect-failed-visible[b-lq39ovo26i],
.components-pause-visible[b-lq39ovo26i],
.components-resume-failed-visible[b-lq39ovo26i],
.components-rejoining-animation[b-lq39ovo26i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-retrying[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-failed[b-lq39ovo26i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lq39ovo26i] {
    display: block;
}


#components-reconnect-modal[b-lq39ovo26i] {
    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-lq39ovo26i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lq39ovo26i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lq39ovo26i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lq39ovo26i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lq39ovo26i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lq39ovo26i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lq39ovo26i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lq39ovo26i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lq39ovo26i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lq39ovo26i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lq39ovo26i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lq39ovo26i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lq39ovo26i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lq39ovo26i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lq39ovo26i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lq39ovo26i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lq39ovo26i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lq39ovo26i {
    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/Layout/ZentriertLayout.razor.rz.scp.css */
.centered-layout-main[b-30ysn0tntq] {
    min-height: 100vh;
    padding-top: 56px; /* Höhe der fixed-top Navbar */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.centered-layout-content[b-30ysn0tntq] {
    width: 100%;
    height: calc(100vh - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/* /Components/ModalDialog/ModalDialog.razor.rz.scp.css */
.modal[b-1bixwnqlde] {
    display: block;  Ändere dies zu "block" für Demo-Zwecke 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content[b-1bixwnqlde] {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close[b-1bixwnqlde] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-1bixwnqlde],
    .close:focus[b-1bixwnqlde] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
/* /Components/Pages/Aufgaben.razor.rz.scp.css */
.b-datagrid-drop-zone[b-0xll1bozxy]
{
    background-color: red
}

/* /Components/Pages/Etikett.razor.rz.scp.css */
@media print {
    #barcode-section-to-print[b-od2q3l3mcf] {
        position: absolute;
        left: 0;
        top: 0;
    }

    html[b-od2q3l3mcf],
    body[b-od2q3l3mcf] {
        max-width: 100mm;
        max-height: 35mm;
        width: fit-content;
        font-family: Calibri;
        font-size: 1rem;
    }

    article[b-od2q3l3mcf] {
        padding: 20px 0 0 18px;
        margin-right: 18px;
        display: grid;
        grid-template-columns: 40mm 40mm;
        grid-gap: 36px;
        page-break-after: always;
    }

    p[b-od2q3l3mcf] {
        margin: 0;
    }

    section[b-od2q3l3mcf] {
        display: flex;
        flex-direction: column;
    }

        section header[b-od2q3l3mcf] {
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
        }

        section main[b-od2q3l3mcf] {
            display: flex;
            justify-content: space-between;
        }

        section footer[b-od2q3l3mcf] {
            text-align: center;
        }
}
/* /Components/Pages/Impressionen.razor.rz.scp.css */
.image-carousel-container[b-n3n7qwxim6] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-carousel-image-frame[b-n3n7qwxim6] {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    border: none;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-carousel-image[b-n3n7qwxim6] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.image-carousel-toolbar[b-n3n7qwxim6] {
    flex: 0 0 auto;
    width: 100%;
    padding: 0.75rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: #000;
}

.image-carousel-counter[b-n3n7qwxim6] {
    margin-left: 0.75rem;
    color: #ccc;
}

.image-carousel-caption[b-n3n7qwxim6] {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0.25rem;
    text-align: center;
    color: #ccc;
    background-color: #000;
    font-size: 0.9rem;
}
/* /Components/Pages/Karte.razor.rz.scp.css */
.karten-layout[b-4zzgu3lf08] {
    display: flex;
    height: 100vh;
    min-height: 600px;
}

.map-canvas[b-4zzgu3lf08] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.karten-sidebar[b-4zzgu3lf08] {
    flex: 0 0 250px;
    width: 250px;
    height: 100%;
    min-height: 0;
    margin-left: auto;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-left: 1px solid #dee2e6;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.78rem;
}

.sidebar-section[b-4zzgu3lf08] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.45rem;
    margin-bottom: 0.45rem;
    background: #f8f9fa;
}

.sidebar-section-title[b-4zzgu3lf08] {
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.sidebar-section-display[b-4zzgu3lf08] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sidebar-scroll[b-4zzgu3lf08] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 220px;
    overflow-y: auto;
}

.sidebar-footer[b-4zzgu3lf08] {
    flex-shrink: 0;
    margin-top: auto;
}

.karten-sidebar details[b-4zzgu3lf08] {
    margin-bottom: 0.2rem;
}

.karten-sidebar summary[b-4zzgu3lf08] {
    padding: 0.15rem 0;
    font-size: 0.78rem;
    font-weight: 500;
    cursor: pointer;
}

.karten-sidebar .form-check[b-4zzgu3lf08] {
    min-height: 1.35rem;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
}

.karten-sidebar .form-check-input[b-4zzgu3lf08] {
    width: 0.85rem;
    height: 0.85rem;
    margin-top: 0;
}

.karten-sidebar .form-check-label[b-4zzgu3lf08] {
    font-size: 0.74rem;
    line-height: 1.15;
}

.action-icon[b-4zzgu3lf08] {
    margin-left: 0.35rem;
    cursor: pointer;
    vertical-align: middle;
}

.icon-button[b-4zzgu3lf08] {
    width: 22px;
    height: 22px;
    padding: 0;
    margin-left: 4px;
    background: transparent;
    border: 0;
    cursor: pointer;
    line-height: 1;
}

    .icon-button:hover .action-icon[b-4zzgu3lf08] {
        color: #0d6efd;
    }

.polygon-punkte-container[b-4zzgu3lf08] {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

    .polygon-punkte-container table[b-4zzgu3lf08] {
        margin-bottom: 0;
        font-size: 0.68rem;
    }

    .polygon-punkte-container thead[b-4zzgu3lf08] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #fff;
    }

    .polygon-punkte-container th[b-4zzgu3lf08],
    .polygon-punkte-container td[b-4zzgu3lf08] {
        padding: 0.15rem 0.25rem;
    }

.karten-sidebar-compact .btn[b-4zzgu3lf08] {
    padding: 0.2rem 0.45rem;
    font-size: 0.75rem;
    line-height: 1.25;
}

.karten-sidebar-compact .form-control[b-4zzgu3lf08],
.karten-sidebar-compact .form-select[b-4zzgu3lf08] {
    min-height: 32px;
    height: 32px;
    padding: 0.25rem 0.45rem;
    font-size: 0.75rem;
}

.karten-sidebar-compact .form-floating[b-4zzgu3lf08] {
    margin-bottom: 0.35rem !important;
}

    .karten-sidebar-compact .form-floating > .form-control[b-4zzgu3lf08],
    .karten-sidebar-compact .form-floating > .form-select[b-4zzgu3lf08] {
        min-height: 38px;
        height: 38px;
        padding-top: 1rem;
        padding-bottom: 0.1rem;
    }

    .karten-sidebar-compact .form-floating > label[b-4zzgu3lf08] {
        padding: 0.45rem;
        font-size: 0.7rem;
    }

.karten-sidebar-compact .gap-2[b-4zzgu3lf08] {
    gap: 0.3rem !important;
}

.karten-sidebar-compact .mb-2[b-4zzgu3lf08] {
    margin-bottom: 0.35rem !important;
}

.karten-sidebar-compact .mt-2[b-4zzgu3lf08] {
    margin-top: 0.35rem !important;
}
/* /Components/Pages/Strecke.razor.rz.scp.css */
/*.form-floating > .form-select {
    height: calc(1.5rem + 2px);
    min-height: calc(1.2rem + 2px);
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
}*/

/*.form-floating > label {
    padding: 0.2rem 0.2rem;
    font-size: 0.8rem;
}*/

.filter-row[b-8nuaxroosc] {
    overflow-x: auto;
}

.filter-control[b-8nuaxroosc] {
    width: 6rem;
    max-width: 8rem;
}

.loading-overlay[b-8nuaxroosc] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.75);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-jagdjahr[b-8nuaxroosc] {
    width: 7rem;
}

.filter-herkunft[b-8nuaxroosc] {
    width: 8rem;
}

.filter-wildart[b-8nuaxroosc] {
    width: 9rem;
}

.filter-einlieferer[b-8nuaxroosc] {
    width: 10rem;
}

.filter-verbleib[b-8nuaxroosc] {
    width: 9rem;
}

.filter-abnehmer[b-8nuaxroosc] {
    width: 10rem;
}

.form-floating > .form-select[b-8nuaxroosc] {
    width: 100%;
}

.form-floating > label[b-8nuaxroosc] {
    white-space: nowrap;
    font-size: .72rem;
}
/* /Components/Pages/TreeViewTest.razor.rz.scp.css */
ul[b-0ezfomrmek] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tvwUL[b-0ezfomrmek] {
    margin: 0;
    padding: 0;
}

.caret[b-0ezfomrmek] {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret[b-0ezfomrmek]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-0ezfomrmek]::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested[b-0ezfomrmek] {
    display: none;
}

.active[b-0ezfomrmek] {
    display: block;
}
/* /Components/Pages/Wetter.razor.rz.scp.css */
.tag-gerade > td[b-7lhfiamq0m] {
    background-color: #f2f2f2;
}

.tag-ungerade > td[b-7lhfiamq0m] {
    background-color: #ffffff;
}
/* /Components/Pages/Zugang.razor.rz.scp.css */
input:-webkit-autofill[b-k2byiwgs87],
input:-webkit-autofill:hover[b-k2byiwgs87],
input:-webkit-autofill:focus[b-k2byiwgs87] {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}
/* /Components/Shared/Anmelderprofil.razor.rz.scp.css */
.authentication-state-modal[b-rq05di2xhq] {
    font-size: 0.8rem;
}

    .authentication-state-modal h5[b-rq05di2xhq] {
        font-size: 1rem;
    }

    .authentication-state-modal .modal-title[b-rq05di2xhq] {
        font-size: 1.1rem;
    }

    .authentication-state-modal table[b-rq05di2xhq] {
        font-size: 0.75rem;
    }

    .authentication-state-modal code[b-rq05di2xhq] {
        font-size: 0.72rem;
    }

    .authentication-state-modal .badge[b-rq05di2xhq] {
        font-size: 0.72rem;
    }
/* /Components/TreeView/TreeView.razor.rz.scp.css */
ul[b-6ct0s3qq6f], #tvwUL[b-6ct0s3qq6f] {
    list-style-type: none;
}

#tvwUL[b-6ct0s3qq6f] {
    margin: 0;
    padding: 0;
}

.caret[b-6ct0s3qq6f] {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret[b-6ct0s3qq6f]::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down[b-6ct0s3qq6f]::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested[b-6ct0s3qq6f] {
    display: none;
}

.active[b-6ct0s3qq6f] {
    display: block;
}

/*::deep ul {
    list-style-type: none;*/
    /**/
    /*text-indent: 24px;
    margin: 0;
    padding: 0;
}
::deep li {
    list-style-type: none;
    text-indent: 24px;
    margin: 0;
    padding: 0;
}

::deep #tvwUL {
    margin: 0;
    padding: 0;
}

::deep .caret {
    cursor: pointer;
    -webkit-user-select: none;*/ /* Safari 3.1+ */
    /*-moz-user-select: none;*/ /* Firefox 2+ */
    /*-ms-user-select: none;*/ /* IE 10+ */
    /*user-select: none;
}

    ::deep .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

::deep .caret-down::before {
    -ms-transform: rotate(90deg);*/ /* IE 9 */
    /*-webkit-transform: rotate(90deg);*/ /* Safari */
    /*' transform: rotate(90deg);
}

::deep .nested {
    display: none;
}

::deep .active {
    display: block;
}*/
