/* /Components/Dialogs/DayEditDialog.razor.rz.scp.css */
/* ── Dialog-Titelzeile ── */
.dialog-titel-zeile[b-h8umwjvb5s] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

/* ── Lade-Anzeige im Dialog ── */
.dialog-loading[b-h8umwjvb5s] {
    display: flex;
    justify-content: center;
    padding: 32px;
}

/* ── Schicht-Karten im Dialog ── */
.dialog-schicht[b-h8umwjvb5s] {
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
}

/* Farbige linke Randstreifen je Schichttyp */
.dialog-schicht.m-lpsnv[b-h8umwjvb5s] {
    border-left: 4px solid #e65100;
}

.dialog-schicht.m-sf[b-h8umwjvb5s] {
    border-left: 4px solid #388e3c;
}

.dialog-schicht.m-dienst1[b-h8umwjvb5s] {
    border-left: 4px solid #f9a825;
}

.dialog-schicht.m-zusatz[b-h8umwjvb5s] {
    border-left: 4px solid #ef5350;
}

/* ── Schicht-Titel ── */
.dialog-schicht-titel[b-h8umwjvb5s] {
    font-size: 11px;
    font-weight: 700;
    color: #546e7a;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

/* ── Personen-Chip-Liste ── */
.personen-chips[b-h8umwjvb5s] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-height: 33px;
    margin-bottom: 5px;
}

/* ── Personen-Chip ── */
.person-chip[b-h8umwjvb5s] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    background: #eceff1;
    color: #37474f;
}

/* Chip-Farben passend zur Schicht */
.person-chip.chip-lpsnv[b-h8umwjvb5s] {
    background: #fff3e0;
    color: #bf360c;
}

.person-chip.chip-sf[b-h8umwjvb5s] {
    background: #e8f5e9;
    color: #1b5e20;
}

.person-chip.chip-dienst1[b-h8umwjvb5s] {
    background: #fff9c4;
    color: #212121;
}

.person-chip.chip-zusatz[b-h8umwjvb5s] {
    background: #fff;
    color: #212121;
    border: 1px solid #ef5350;
}

/* Eigener Name: lila Hintergrund mit dunkler Schrift */
.person-chip.eigenname[b-h8umwjvb5s] {
    background: #ce93d8;
    color: #4a148c;
}

/* Praktikant: blauer Hintergrund mit weißer Schrift */
.person-chip.praktikant[b-h8umwjvb5s] {
    background: #1565c0;
    color: #fff;
}

/* ── Chip-Kontakt-Links (Telefon/E-Mail) ── */
.chip-contact[b-h8umwjvb5s] {
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 0 4px;
    display: none;
    align-items: center;
    opacity: 0.7;
}

.chip-contact:hover[b-h8umwjvb5s] {
    opacity: 1;
}

/* Mobil: nur Telefon-Icon anzeigen */
@media (max-width: 768px) {
    .chip-contact-mobile[b-h8umwjvb5s] {
        display: flex;
    }
}

/* Desktop: nur E-Mail-Icon anzeigen */
@media (min-width: 769px) {
    .chip-contact-desktop[b-h8umwjvb5s] {
        display: flex;
    }
}

/* ── Chip-Löschen-Button ── */
.chip-del[b-h8umwjvb5s] {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 0 3px;
    display: flex;
    align-items: center;
}

.chip-del:hover[b-h8umwjvb5s] {
    opacity: 1;
}

/* ── Nicht-besetzt-Text ── */
.chip-leer[b-h8umwjvb5s] {
    font-size: 11px;
    color: #bdbdbd;
    font-style: italic;
}

/* ── Pflichtfeld-Fehler ── */
.pflicht-fehler .mud-input-slot[b-h8umwjvb5s],
.pflicht-fehler .mud-input-outlined-border[b-h8umwjvb5s],
.pflicht-fehler input[b-h8umwjvb5s],
.pflicht-fehler textarea[b-h8umwjvb5s] {
    background-color: rgba(244, 67, 54, 0.08) !important;
}

/* ── Eingabefelder im Dialog kompakt ── */
.dialog-schicht[b-h8umwjvb5s]  .mud-input-slot,
.dialog-schicht[b-h8umwjvb5s]  .mud-input label,
.dialog-schicht[b-h8umwjvb5s]  .mud-input input,
.dialog-schicht[b-h8umwjvb5s]  .mud-input textarea,
.dialog-schicht[b-h8umwjvb5s]  .mud-input-label,
.dialog-schicht[b-h8umwjvb5s]  .mud-autocomplete .mud-input-slot {
    font-size: 13px;
}

/* ── Tagesnotiz ── */
.dialog-tagesnotiz[b-h8umwjvb5s] {
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    border-left: 4px solid #90a4ae;
}

.dialog-tagesnotiz-titel[b-h8umwjvb5s] {
    font-size: 11px;
    font-weight: 700;
    color: #546e7a;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== Haupt-App-Container ===== */
.kit-app[b-7kepufpmmy] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #FFFFFF;
    overflow: hidden;
}

/* ===== Header / Top-Menü ===== */
.kit-header[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 56px;
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
    flex-shrink: 0;
}

/* ===== Marken-Logo ===== */
.kit-brand[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
    flex-shrink: 0;
    opacity: 1;
}

.kit-brand img[b-7kepufpmmy] {
    filter: brightness(0) invert(1);
}

.kit-brand:hover[b-7kepufpmmy] {
    color: #FFFFFF;
    opacity: 0.9;
    text-decoration: none;
}

/* ===== Navigations-Container ===== */
.kit-nav[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

/* ===== Nav-Links (Top-Menü) ===== */
.nav-link[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    opacity: 0.6;
    transition: opacity 0.15s ease, background-color 0.15s ease;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.nav-link:hover[b-7kepufpmmy] {
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    text-decoration: none;
}

.nav-link.active[b-7kepufpmmy] {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #E2001A;
    color: #FFFFFF;
}

/* ===== Verwaltungs-Link im Button-Look (analog zu .btn-support / .btn-user) ===== */
.nav-admin[b-7kepufpmmy] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.nav-admin:hover[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.25);
}

/* Aktiv-Zustand: kompletter roter Rand statt nur Bottom-Border, überschreibt .nav-link.active */
.nav-admin.active[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #E2001A;
}

/* ===== Icons ===== */
.nav-icon[b-7kepufpmmy] {
    font-size: 1.2rem;
    line-height: 1;
}

/* ===== Rechter Header-Bereich ===== */
.header-right[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* ===== Support-Button ===== */
.btn-support[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.15s ease;
}

.btn-support:hover[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.25);
}

.btn-support:focus-visible[b-7kepufpmmy] {
    outline: 2px solid #FFFFFF;
    outline-offset: 2px;
}

/* ===== Benutzer-Button (Profil) ===== */
.btn-user[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.15s ease;
    max-width: 220px;
}

.btn-user:hover[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.25);
}

/* ===== Auth-Button (An-/Abmelden) ===== */
.btn-auth[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.btn-auth:hover[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

/* ===== Haupt-Content-Bereich ===== */
.page-content[b-7kepufpmmy] {
    flex: 1;
    padding: 24px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-y: auto;
    min-height: 0;
}

/* ===== Admin-Layout (Sidebar + Content) ===== */
.admin-layout[b-7kepufpmmy] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* ===== Admin-Seitenleiste ===== */
.admin-sidebar[b-7kepufpmmy] {
    width: 220px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #1A1A1A 0%, #333333 100%);
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.admin-nav-header[b-7kepufpmmy] {
    padding: 10px 16px 14px;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 4px;
}

/* ===== Admin-Navigations-Links ===== */
.admin-nav-link[b-7kepufpmmy] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.admin-nav-link:hover[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    text-decoration: none;
}

.admin-nav-link.active[b-7kepufpmmy] {
    background-color: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    border-left-color: #E2001A;
    font-weight: 600;
}

/* ===== Admin-Content-Bereich ===== */
.admin-content[b-7kepufpmmy] {
    flex: 1;
    padding: 24px;
    overflow: auto;
    background-color: #FFFFFF;
    min-width: 0;
}

/* ===== Blazor Error-UI ===== */
#blazor-error-ui[b-7kepufpmmy] {
    color-scheme: light only;
    background: #b32121;
    color: #FFFFFF;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-7kepufpmmy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 768px) {
    .kit-header[b-7kepufpmmy] {
        padding: 0 12px;
        height: 52px;
    }

    .nav-admin[b-7kepufpmmy] {
        display: none;
    }

    .nav-link[b-7kepufpmmy] {
        padding: 8px 10px;
    }

    .page-content[b-7kepufpmmy] {
        padding: 16px;
    }

    .admin-sidebar[b-7kepufpmmy] {
        width: 52px;
    }

    .admin-nav-link[b-7kepufpmmy] {
        padding: 10px;
        justify-content: center;
    }

    .admin-nav-link span:not(.nav-icon)[b-7kepufpmmy] {
        display: none;
    }

    .admin-nav-header[b-7kepufpmmy] {
        padding: 8px;
        justify-content: center;
        font-size: 0;
    }

    .admin-nav-header .bi[b-7kepufpmmy] {
        font-size: 1rem;
    }

    .admin-content[b-7kepufpmmy] {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .kit-brand[b-7kepufpmmy] {
        font-size: 1.1rem;
        margin-right: 8px;
    }

    .nav-icon[b-7kepufpmmy] {
        font-size: 1.1rem;
    }

    .btn-support[b-7kepufpmmy] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m9txjlebt1],
.components-reconnect-repeated-attempt-visible[b-m9txjlebt1],
.components-reconnect-failed-visible[b-m9txjlebt1],
.components-pause-visible[b-m9txjlebt1],
.components-resume-failed-visible[b-m9txjlebt1],
.components-rejoining-animation[b-m9txjlebt1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-retrying[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-failed[b-m9txjlebt1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m9txjlebt1] {
    display: block;
}


#components-reconnect-modal[b-m9txjlebt1] {
    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-m9txjlebt1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m9txjlebt1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m9txjlebt1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m9txjlebt1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m9txjlebt1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m9txjlebt1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m9txjlebt1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m9txjlebt1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m9txjlebt1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m9txjlebt1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m9txjlebt1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m9txjlebt1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m9txjlebt1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m9txjlebt1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m9txjlebt1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m9txjlebt1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m9txjlebt1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m9txjlebt1 {
    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/Pages/Kalender.razor.rz.scp.css */
/* ── Kalender-Wrapper: Flex-Layout, füllt den gesamten page-content ── */
.kalender-wrapper[b-dknxuet4el] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ── Navigationsleiste ── */
.kalender-nav[b-dknxuet4el] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #37474f;
    color: #fff;
    flex-shrink: 0;
}

/* ── Scrollbarer Inhaltsbereich unterhalb des Headers ── */
.kalender-content[b-dknxuet4el] {
    flex: 1;
    overflow-y: scroll;
    padding: 0;
}

/* ── Header: Scrollbar-Breite reservieren, aber unsichtbar ── */
.kalender-header[b-dknxuet4el] {
    flex-shrink: 0;
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
}

.kalender-header[b-dknxuet4el]::-webkit-scrollbar {
    width: initial;
}

.kalender-header[b-dknxuet4el]::-webkit-scrollbar-thumb {
    background: transparent;
}

.kalender-header[b-dknxuet4el]::-webkit-scrollbar-track {
    background: transparent;
}

.kalender-titel[b-dknxuet4el] {
    flex: 1;
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

[b-dknxuet4el] .kalender-nav-btn {
    color: #fff !important;
}

/* ── Lade-Anzeige ── */
.kalender-loading[b-dknxuet4el] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #546e7a;
}

/* ── Grid-Struktur ── */
.kalender-grid[b-dknxuet4el] {
    display: grid;
    grid-template-columns: 28px repeat(7, 1fr);
    background: #e8e8e8;
    gap: 1px;
}

/* ── Wochentage-Kopfzeile ── */
.kalender-kopf[b-dknxuet4el] {
    background: #546e7a;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 2px;
}

.kalender-kopf.kw-kopf[b-dknxuet4el] {
    background: #455a64;
    font-size: 12px;
}

.kalender-kopf.wochenende-kopf[b-dknxuet4el] {
    background: #455a64;
}

/* ── Kalender-Body ── */
.kalender-body[b-dknxuet4el] {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/* ── KW-Zelle ── */
.kw-zelle[b-dknxuet4el] {
    background: #eceff1;
    color: #546e7a;
    font-size: 12px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 0;
}

/* ── Tageszelle ── */
.kalender-tag[b-dknxuet4el] {
    background: #fff;
    min-height: 130px;
    min-width: 0;
    overflow: hidden;
    padding: 3px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.kalender-tag:hover:not(.fremdmonat)[b-dknxuet4el] {
    box-shadow: inset 0 0 0 2px #90a4ae;
    background-color: #f0f4f8;
    transition: box-shadow 0.15s, background-color 0.15s;
}

.kalender-tag.wochenende[b-dknxuet4el] {
    background: #e0e0e0;
}

.kalender-tag.wochenende:hover:not(.fremdmonat)[b-dknxuet4el] {
    background-color: #d6d6d6;
}

.kalender-tag.fremdmonat[b-dknxuet4el] {
    background: #f5f5f5;
    cursor: default;
}

.kalender-tag.fremdmonat .tag-datum[b-dknxuet4el] {
    color: #9e9e9e;
}

.kalender-tag.fremdmonat .schichten-liste[b-dknxuet4el] {
    opacity: 0.35;
}

.kalender-tag.fremdmonat .feiertag-label[b-dknxuet4el] {
    opacity: 0.4;
}

/* Heute: grüner Rand */
.kalender-tag.heute[b-dknxuet4el] {
    outline: 5px solid #4caf50;
    outline-offset: -4px;
}

/* Feiertag: Hintergrund wie Wochenende, kein Rand */
.kalender-tag.feiertag[b-dknxuet4el] {
    background: #e0e0e0;
}

.kalender-tag.feiertag:hover:not(.fremdmonat)[b-dknxuet4el] {
    background-color: #d6d6d6;
}

/* Heute UND Feiertag: grüner Rand hat Vorrang */
.kalender-tag.heute.feiertag[b-dknxuet4el] {
    outline: 5px solid #4caf50;
    outline-offset: -4px;
}

/* ── Datum-Zahl ── */
.tag-datum[b-dknxuet4el] {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 1px 3px;
}

/* ── Tagesnotiz-Icon hinter der Tageszahl ── */
[b-dknxuet4el] .tagesnotiz-icon {
    font-size: 14px !important;
    color: #1976d2;
    cursor: default;
}

/* ── Bemerkung-Icon in der Schicht-Zeile ── */
[b-dknxuet4el] .bemerkung-icon {
    font-size: 11px !important;
    color: inherit;
    opacity: 0.7;
    vertical-align: middle;
    margin-left: 4px;
    cursor: default;
}

/* ── Feiertag-Label ── */
.feiertag-label[b-dknxuet4el] {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #2e7d32;
    border-radius: 3px;
    padding: 1px 4px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Schichten-Liste ── */
.schichten-liste[b-dknxuet4el] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: -4px;
    margin-right: -4px;
}

.schicht[b-dknxuet4el] {
    border-radius: 2px;
    padding: 1px 3px;
    overflow: hidden;
}

.schicht-label-text[b-dknxuet4el] {
    display: block;
    font-size: 11px;
    color: #616161;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schicht-person[b-dknxuet4el] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schicht-leer[b-dknxuet4el] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

/* ── Schicht-Farben: besetzt ── */
.s-lpsnv.besetzt[b-dknxuet4el] {
    background: #fff3e0;
}

.s-lpsnv.besetzt .schicht-label-text[b-dknxuet4el] {
    color: #e65100;
}

.s-lpsnv.besetzt .schicht-person[b-dknxuet4el] {
    color: #bf360c;
}

.s-sf.besetzt[b-dknxuet4el] {
    background: #e8f5e9;
}

.s-sf.besetzt .schicht-label-text[b-dknxuet4el] {
    color: #2e7d32;
}

.s-sf.besetzt .schicht-person[b-dknxuet4el] {
    color: #1b5e20;
}

.s-dienst1.besetzt[b-dknxuet4el] {
    background: #fff9c4;
}

.s-dienst1.besetzt .schicht-label-text[b-dknxuet4el] {
    color: #212121;
}

.s-dienst1.besetzt .schicht-person[b-dknxuet4el] {
    color: #212121;
}

.s-zusatz.besetzt[b-dknxuet4el] {
    background: #fff;
}

.s-zusatz.besetzt .schicht-label-text[b-dknxuet4el] {
    color: #212121;
}

.s-zusatz.besetzt .schicht-person[b-dknxuet4el] {
    color: #212121;
}

/* ── Schicht-Farben: unbesetzt ── */
.s-lpsnv.unbesetzt[b-dknxuet4el],
.s-sf.unbesetzt[b-dknxuet4el],
.s-dienst1.unbesetzt[b-dknxuet4el] {
    background: #ef5350;
}

.s-lpsnv.unbesetzt .schicht-label-text[b-dknxuet4el],
.s-sf.unbesetzt .schicht-label-text[b-dknxuet4el],
.s-dienst1.unbesetzt .schicht-label-text[b-dknxuet4el],
.s-lpsnv.unbesetzt .schicht-leer[b-dknxuet4el],
.s-sf.unbesetzt .schicht-leer[b-dknxuet4el],
.s-dienst1.unbesetzt .schicht-leer[b-dknxuet4el] {
    color: #fff;
}

/* Zusatz unbesetzt: nur roter Rand */
.s-zusatz.unbesetzt[b-dknxuet4el] {
    border: 1px solid #ef5350;
    background: transparent;
}

.s-zusatz.unbesetzt .schicht-label-text[b-dknxuet4el] {
    color: #ef5350;
}

.s-zusatz.unbesetzt .schicht-leer[b-dknxuet4el] {
    color: #ef5350;
}

/* ── Eigenname-Hervorhebung: ganzer Schicht-Block (lila, Vorrang vor Schichttyp-Farben) ── */
.schicht.eigenname-schicht[b-dknxuet4el] {
    background: #ce93d8;
}

.schicht.eigenname-schicht .schicht-label-text[b-dknxuet4el] {
    color: #4a148c;
}

.schicht.eigenname-schicht .schicht-person[b-dknxuet4el] {
    color: #4a148c;
    font-weight: 800;
}

.schicht-person.eigenname[b-dknxuet4el] {
    font-weight: 800;
}

/* ── Azubi/Praktikant-Hervorhebung: nur Schriftfarbe der Person (blau) ── */
.schicht.besetzt .schicht-person.azubi[b-dknxuet4el] {
    color: #1565c0;
}

/* ── Readonly-Modus (Azubi) ── */
.kalender-tag.readonly[b-dknxuet4el] {
    cursor: default;
}

.kalender-tag.readonly:hover:not(.fremdmonat)[b-dknxuet4el] {
    box-shadow: none;
    background-color: inherit;
}

.kalender-tag.readonly.wochenende:hover:not(.fremdmonat)[b-dknxuet4el] {
    background-color: #e0e0e0;
}

.kalender-tag.readonly.feiertag:hover:not(.fremdmonat)[b-dknxuet4el] {
    background-color: inherit;
}

/* ── Legende ── */
.kalender-legende[b-dknxuet4el] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
    border-top: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    color: #546e7a;
}

.legende-eintrag[b-dknxuet4el] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.legende-box[b-dknxuet4el] {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .kalender-grid[b-dknxuet4el] {
        grid-template-columns: 20px repeat(7, 1fr);
    }

    .kalender-kopf[b-dknxuet4el] {
        font-size: 9px;
    }

    .kw-zelle[b-dknxuet4el] {
        font-size: 8px;
    }

    .kalender-tag[b-dknxuet4el] {
        min-height: 90px;
        padding: 2px;
    }

    .tag-datum[b-dknxuet4el] {
        font-size: 11px;
    }

    .schicht-label-text[b-dknxuet4el] {
        font-size: 8px;
    }

    .schicht-person[b-dknxuet4el],
    .schicht-leer[b-dknxuet4el] {
        font-size: 9px;
    }
}

@media (max-width: 380px) {
    .schicht-label-text[b-dknxuet4el] {
        font-size: 7px;
    }

    .schicht-person[b-dknxuet4el],
    .schicht-leer[b-dknxuet4el] {
        font-size: 8px;
    }

    .kalender-tag[b-dknxuet4el] {
        min-height: 70px;
    }
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
/* ===== Welcome-Container ===== */
.welcome-container[b-zx67i087ng] {
    padding-top: 24px;
    padding-bottom: 48px;
}

/* ===== Hero-Banner ===== */
.welcome-hero[b-zx67i087ng] {
    padding: 48px 32px;
    margin-bottom: 32px;
    text-align: center;
    background: linear-gradient(135deg, #E2001A 0%, #C0001A 100%);
    color: #FFFFFF;
    border-radius: 12px;
}

.welcome-hero-icon[b-zx67i087ng] {
    font-size: 4rem;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 1;
    color: #E2001A;
}

.welcome-hero-title[b-zx67i087ng] {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 12px;
}

.welcome-hero-subtitle[b-zx67i087ng] {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 8px;
    font-weight: 400;
}

.welcome-hero-meta[b-zx67i087ng] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.welcome-hero-actions[b-zx67i087ng] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.welcome-hero-cta[b-zx67i087ng] {
    background-color: #FFFFFF !important;
    color: #E2001A !important;
    font-weight: 600;
}

.welcome-hero-cta:hover[b-zx67i087ng] {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.welcome-hero-cta-secondary[b-zx67i087ng] {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    font-weight: 600;
}

.welcome-hero-cta-secondary:hover[b-zx67i087ng] {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* ===== Section-Title (mit Icon links) ===== */
.welcome-section-title[b-zx67i087ng] {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #E2001A;
    padding-bottom: 8px;
}

.welcome-section-icon[b-zx67i087ng] {
    color: #E2001A;
    font-size: 1.4rem;
    line-height: 1;
}

/* ===== Karten ===== */
.welcome-card[b-zx67i087ng] {
    border: 1px solid #E0E0E0;
    height: 100%;
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.welcome-card:hover[b-zx67i087ng] {
    border-color: #E2001A;
    box-shadow: 0 2px 8px rgba(226, 0, 26, 0.08);
}

.welcome-card-header[b-zx67i087ng] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.welcome-card-icon[b-zx67i087ng] {
    color: #E2001A;
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

/* ===== Aufzählungslisten ===== */
.welcome-bullets[b-zx67i087ng] {
    margin: 0;
    padding-left: 20px;
    color: #333333;
}

.welcome-bullets li[b-zx67i087ng] {
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* ===== Tabellen ===== */
.welcome-table[b-zx67i087ng] {
    margin-top: 8px;
}

.welcome-table thead tr[b-zx67i087ng] {
    background-color: #1A1A1A;
}

.welcome-table thead th[b-zx67i087ng] {
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 12px 16px !important;
}

.welcome-table tbody tr:hover[b-zx67i087ng] {
    background-color: rgba(226, 0, 26, 0.04);
}

.welcome-table tbody td[b-zx67i087ng] {
    padding: 10px 16px !important;
    vertical-align: top;
    font-size: 0.9rem;
}

/* ===== Kontakt-Visitenkarte ===== */
.welcome-contact[b-zx67i087ng] {
    background: linear-gradient(135deg, #FAFAFA 0%, #F5F5F5 100%);
    border-left: 4px solid #E2001A;
}

.welcome-contact-card[b-zx67i087ng] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.welcome-contact-avatar[b-zx67i087ng] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.welcome-contact-avatar .bi[b-zx67i087ng] {
    font-size: 4.5rem;
    color: #E2001A;
    line-height: 1;
}

.welcome-contact-body[b-zx67i087ng] {
    flex: 1;
    min-width: 0;
}

.welcome-contact-label[b-zx67i087ng] {
    color: #888888;
    letter-spacing: 1.2px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.welcome-contact-name[b-zx67i087ng] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
    line-height: 1.2;
}

.welcome-contact-row[b-zx67i087ng] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 0.95rem;
    color: #333333;
}

.welcome-contact-icon[b-zx67i087ng] {
    color: #E2001A;
    font-size: 1.15rem;
    flex-shrink: 0;
    width: 1.5rem;
    text-align: center;
}

.welcome-contact-row-label[b-zx67i087ng] {
    font-weight: 600;
    color: #1A1A1A;
    min-width: 120px;
}

@media (max-width: 600px) {
    .welcome-contact-card[b-zx67i087ng] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .welcome-contact-avatar .bi[b-zx67i087ng] {
        font-size: 3.5rem;
    }

    .welcome-contact-row[b-zx67i087ng] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .welcome-contact-row-label[b-zx67i087ng] {
        min-width: 0;
    }
}

/* ===== Hervorgehobene DSGVO-Karte ===== */
.welcome-dsgvo-card[b-zx67i087ng] {
    background-color: #F1F8E9;
    border-left: 4px solid #4CAF50 !important;
}

.welcome-dsgvo-card:hover[b-zx67i087ng] {
    border-color: #4CAF50 !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.12);
}

.welcome-dsgvo-icon[b-zx67i087ng] {
    color: #E2001A !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .welcome-hero[b-zx67i087ng] {
        padding: 32px 16px;
    }

    .welcome-hero-icon[b-zx67i087ng] {
        font-size: 3rem;
    }

    .welcome-section-title[b-zx67i087ng] {
        font-size: 1.2rem;
    }
}
/* /Components/Shared/DemoBanner.razor.rz.scp.css */
.demo-banner[b-i2ota2mv22] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    background: linear-gradient(90deg, #ff9800 0%, #ffb74d 100%);
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.demo-banner-icon[b-i2ota2mv22] {
    font-size: 1rem;
    line-height: 1;
}

.demo-banner-text[b-i2ota2mv22] {
    line-height: 1.3;
}

@media (max-width: 480px) {
    .demo-banner[b-i2ota2mv22] {
        padding: 4px 10px;
        font-size: 0.75rem;
    }
}
