/* /Components/Gemeinsam/Datenliste.razor.rz.scp.css */
.werkzeugleiste[b-cecr2dmmtq] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mp-abstand-4);
    align-items: flex-end;
    padding: var(--mp-abstand-4);
    margin-bottom: var(--mp-abstand-5);
    background-color: var(--mp-flaeche-leise);
    border-radius: var(--mp-radius);
}

.suchfeld[b-cecr2dmmtq] {
    flex: 1 1 18rem;
}

.zeilenwahl[b-cecr2dmmtq] {
    width: 6rem;
}

.zusatz[b-cecr2dmmtq] {
    margin-left: auto;
    display: flex;
    gap: var(--mp-abstand-2);
    align-items: flex-end;
}

/* Eine breite Tabelle scrollt in ihrem eigenen Rahmen - die Seite selbst scrollt
   nie waagerecht (docs/08-gestaltung.md, Abschnitt 4). */
.tabellenrahmen[b-cecr2dmmtq] {
    overflow-x: auto;
}

.blaetterleiste[b-cecr2dmmtq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--mp-abstand-4);
    margin-top: var(--mp-abstand-4);
    color: var(--mp-text-leise);
    font-size: var(--mp-schrift-s);
}

.blaetterleiste div[b-cecr2dmmtq] {
    display: flex;
    gap: var(--mp-abstand-2);
}
/* /Components/Gemeinsam/Kennzahlkachel.razor.rz.scp.css */
.kachel[b-wt0dtwb7iw] {
    display: flex;
    flex-direction: column;
    gap: var(--mp-abstand-1);
    padding: var(--mp-abstand-5);
    background-color: var(--mp-flaeche);
    border: 1px solid var(--mp-linie);
    border-radius: var(--mp-radius);
    box-shadow: var(--mp-schatten);
    text-decoration: none;
    color: var(--mp-text);
    min-width: 11rem;
}

a.kachel:hover[b-wt0dtwb7iw] {
    border-color: var(--mp-marke-600);
}

.bezeichnung[b-wt0dtwb7iw] {
    font-size: var(--mp-schrift-s);
    color: var(--mp-text-leise);
}

.wert[b-wt0dtwb7iw] {
    font-size: var(--mp-schrift-3xl);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: var(--mp-zeilenhoehe-ueberschrift);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Rahmen nach docs/08-gestaltung.md, Abschnitt 5.
   Komponentenlokale Stile: deutscher Klarname ohne mp-Praefix - Blazor
   grenzt diese Regeln ohnehin auf diese Komponente ein. */

.seite[b-8c721xzzjj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--mp-grund);
}

main[b-8c721xzzjj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-8c721xzzjj] {
    background-color: var(--mp-marke-900);
}

.kopfzeile[b-8c721xzzjj] {
    height: var(--mp-hoehe-kopfzeile);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--mp-abstand-4);
    padding: 0 var(--mp-abstand-5);
    background-color: var(--mp-flaeche);
    border-bottom: 1px solid var(--mp-linie);
}

.kopfzeile form[b-8c721xzzjj] {
    margin: 0;
}

.benutzer[b-8c721xzzjj] {
    color: var(--mp-text-leise);
    font-size: var(--mp-schrift-s);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kopfzeile[b-8c721xzzjj]  a,
.kopfzeile[b-8c721xzzjj]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: var(--mp-marke-700);
}

.kopfzeile[b-8c721xzzjj]  a:hover,
.kopfzeile[b-8c721xzzjj]  .btn-link:hover {
    text-decoration: underline;
}

.inhalt[b-8c721xzzjj] {
    padding: var(--mp-abstand-5);
}

/* Ab 768 px steht die Navigationsspalte links; darunter klappt sie oben ein.
   Der Wert stammt aus Abschnitt 5, nicht aus dem Blazor-Template. */
@media (min-width: 768px) {
    .seite[b-8c721xzzjj] {
        flex-direction: row;
    }

    .sidebar[b-8c721xzzjj] {
        width: var(--mp-breite-navigation);
        flex: 0 0 var(--mp-breite-navigation);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .kopfzeile[b-8c721xzzjj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .inhalt[b-8c721xzzjj] {
        padding: var(--mp-abstand-6) var(--mp-abstand-5);
    }
}

/* Ab 1400 px waechst nicht die Textbreite, sondern der Aussenrand -
   Zeilen ueber 90 Zeichen liest niemand gern. */
@media (min-width: 1400px) {
    .inhalt[b-8c721xzzjj] {
        padding-left: var(--mp-abstand-8);
        padding-right: var(--mp-abstand-8);
    }
}

#blazor-error-ui[b-8c721xzzjj] {
    color-scheme: light only;
    background: var(--mp-warnung-flaeche);
    color: var(--mp-warnung-text);
    border-top: 3px solid var(--mp-warnung-rand);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: var(--mp-abstand-3) var(--mp-abstand-5);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8c721xzzjj] {
    cursor: pointer;
    position: absolute;
    right: var(--mp-abstand-3);
    top: var(--mp-abstand-2);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigationsspalte in --mp-marke-900, Text weiss (14.71:1).
   docs/08-gestaltung.md, Abschnitt 6.9. */

.marke[b-mvg3za7nmk] {
    height: var(--mp-hoehe-kopfzeile);
    display: flex;
    align-items: center;
    padding: 0 var(--mp-abstand-4);
}

.marke-link[b-mvg3za7nmk] {
    display: flex;
    align-items: center;
    gap: var(--mp-abstand-2);
    color: var(--mp-text-invers);
    text-decoration: none;
    font-size: var(--mp-schrift-l);
    font-weight: 600;
}

.marke-link img[b-mvg3za7nmk] {
    /* Schutzraum ringsum mindestens die halbe Figurhoehe - hier ueber die
       Polsterung der Leiste und den Abstand zur Wortmarke gewahrt. */
    display: block;
}

.gruppentitel[b-mvg3za7nmk] {
    color: var(--mp-marke-300);
    font-size: var(--mp-schrift-xs);
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: var(--mp-abstand-5) 0 var(--mp-abstand-1);
    padding: 0 var(--mp-abstand-4);
}

.gruppe[b-mvg3za7nmk] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eintrag[b-mvg3za7nmk] {
    display: block;
    padding: var(--mp-abstand-2) var(--mp-abstand-4);
    color: var(--mp-text-invers);
    text-decoration: none;
    font-size: var(--mp-schrift-s);
    /* Platz fuer den Aktivbalken, damit der Text beim Wechsel nicht springt. */
    border-left: 3px solid transparent;
}

.eintrag:hover[b-mvg3za7nmk] {
    background-color: rgba(255, 255, 255, .08);
}

.eintrag:focus-visible[b-mvg3za7nmk] {
    outline: 2px solid var(--mp-marke-300);
    outline-offset: -2px;
}

/* NavLink setzt diese Klasse selbst auf den aktiven Eintrag. */
.eintrag.active[b-mvg3za7nmk] {
    border-left-color: var(--mp-marke-300);
    background-color: rgba(255, 255, 255, .12);
    font-weight: 600;
}

.nav-scrollable[b-mvg3za7nmk] {
    display: none;
    padding-bottom: var(--mp-abstand-5);
}

.navbar-toggler[b-mvg3za7nmk] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    position: absolute;
    top: var(--mp-abstand-2);
    right: var(--mp-abstand-4);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--mp-radius-klein);
    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.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem;
}

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

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

    .nav-scrollable[b-mvg3za7nmk] {
        display: block;
        height: calc(100vh - var(--mp-hoehe-kopfzeile));
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mjaz1ucpf9],
.components-reconnect-repeated-attempt-visible[b-mjaz1ucpf9],
.components-reconnect-failed-visible[b-mjaz1ucpf9],
.components-pause-visible[b-mjaz1ucpf9],
.components-resume-failed-visible[b-mjaz1ucpf9],
.components-rejoining-animation[b-mjaz1ucpf9] {
    display: none;
}

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


#components-reconnect-modal[b-mjaz1ucpf9] {
    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-mjaz1ucpf9 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mjaz1ucpf9 {
    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/Verwaltung/ProtokollSeite.razor.rz.scp.css */
/* Komponentenlokale Stile - deutscher Klarname ohne mp-Praefix, weil Blazor sie
   ohnehin auf diese Komponente eingrenzt (docs/08-gestaltung.md, Abschnitt 10). */

.filterleiste[b-rfdxbh4dux] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mp-abstand-4);
    align-items: flex-end;
    padding: var(--mp-abstand-4);
    margin-bottom: var(--mp-abstand-5);
    background-color: var(--mp-flaeche-leise);
    border-radius: var(--mp-radius);
}

.filterleiste > div[b-rfdxbh4dux] {
    min-width: 10rem;
    flex: 1 1 10rem;
}

/* Pflicht ist der Normalfall; optionale Felder werden markiert - das spart das
   Sternchen-Rauschen an Formularen, in denen ohnehin fast alles Pflicht ist. */
.optional[b-rfdxbh4dux] {
    font-weight: 400;
    color: var(--mp-text-leise);
    font-size: var(--mp-schrift-s);
}

/* Eine breite Tabelle scrollt in ihrem eigenen Rahmen. Die Seite selbst scrollt nie
   waagerecht. */
.tabellenrahmen[b-rfdxbh4dux] {
    overflow-x: auto;
}

.kennung[b-rfdxbh4dux] {
    font-size: var(--mp-schrift-xs);
    color: var(--mp-text-leise);
    font-variant-numeric: tabular-nums;
}

.werttitel[b-rfdxbh4dux] {
    margin: var(--mp-abstand-2) 0 var(--mp-abstand-1);
    font-size: var(--mp-schrift-xs);
    font-weight: 600;
    color: var(--mp-text-leise);
}

details pre[b-rfdxbh4dux] {
    margin: 0;
    padding: var(--mp-abstand-2);
    background-color: var(--mp-flaeche-leise);
    border-radius: var(--mp-radius-klein);
    font-size: var(--mp-schrift-xs);
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 28rem;
}

details summary[b-rfdxbh4dux] {
    cursor: pointer;
    font-size: var(--mp-schrift-s);
    color: var(--mp-marke-700);
}

.blaetterleiste[b-rfdxbh4dux] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--mp-abstand-4);
    margin-top: var(--mp-abstand-4);
    color: var(--mp-text-leise);
    font-size: var(--mp-schrift-s);
}

.blaetterleiste div[b-rfdxbh4dux] {
    display: flex;
    gap: var(--mp-abstand-2);
}
