/* /Components/AVV_HP.razor.rz.scp.css */
.pbody[b-shqlus5i70] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-shqlus5i70] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.stand[b-shqlus5i70] {
    font-size: 10pt;
    margin-bottom: 40px;
    color: #666666;
}

h2[b-shqlus5i70] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

h3[b-shqlus5i70] {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #2c5aa0;
    line-height: 1.2;
    border-bottom: none;
}

p[b-shqlus5i70] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-shqlus5i70] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

li[b-shqlus5i70] {
    margin-bottom: 5px;
    line-height: 1.2;
}

ol[b-shqlus5i70] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

    ol li[b-shqlus5i70] {
        margin-bottom: 8px;
    }

.section-number[b-shqlus5i70] {
    font-weight: bold;
    color: #2c5aa0;
}

.section-content[b-shqlus5i70] {
    margin-bottom: 20px;
}

.intro-box[b-shqlus5i70] {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box h2[b-shqlus5i70] {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: none;
        padding-bottom: 0;
        color: #2c5aa0;
    }

    .intro-box p[b-shqlus5i70] {
        margin-bottom: 8px;
    }

.sub-list[b-shqlus5i70] {
    margin-left: 40px;
    list-style-type: circle;
}

strong[b-shqlus5i70] {
    color: #2c5aa0;
}

.anlage[b-shqlus5i70] {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #2c5aa0;
}

    .anlage h2[b-shqlus5i70] {
        font-size: 13pt;
        border-bottom: 2px solid #2c5aa0;
        padding-bottom: 5px;
    }

@media print {
    body[b-shqlus5i70] {
        margin: 25px;
    }

    h1[b-shqlus5i70], h2[b-shqlus5i70], h3[b-shqlus5i70], p[b-shqlus5i70], ul[b-shqlus5i70], ol[b-shqlus5i70] {
        page-break-inside: avoid;
    }

    .intro-box[b-shqlus5i70] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }
}
/* /Components/Calendar.razor.rz.scp.css */
/* Grundlegende Kalender-Styles */
.static-calendar[b-bothb518o9] {
    max-width: 100%;
    width: 100%;
    margin-right: 2px;
    padding: 10px 0;
    /*font-family: Calibri;*/
    box-sizing: border-box;
    overflow: hidden;
/*    display: flex;
    flex-direction: column;
    align-items: flex-start;*/
}

/* Header mit Navigation */
.calendar-header[b-bothb518o9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.nav-btn[b-bothb518o9] {
    background: #f0f0f0;
    color: #333;
    border: none;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s;
}

    .nav-btn:hover[b-bothb518o9] {
        background: #e0e0e0;
    }

.month-title[b-bothb518o9] {
    margin: 0;
    font-size: 0.9em;
    font-weight: 600;
    color: #333;
    text-align: center;
    flex-grow: 1;
    padding: 0 10px;
}

/* Wochentage */
.calendar-weekdays[b-bothb518o9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 8px;
    gap: 1px;
    padding-left: 1px;
}

.weekday[b-bothb518o9] {
    text-align: center;
    font-size: 0.75em;
    font-weight: 500;
    color: #666;
    padding: 2px 0;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    white-space: nowrap;
    margin-left: 10px;
}

/* Tage-Grid */
.calendar-grid[b-bothb518o9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-left: 10px;
}

.calendar-day[b-bothb518o9] {
    aspect-ratio: 1; /* Macht es quadratisch */
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 24px; /* Minimale Höhe */
    padding: 2px;
    border: 1px solid transparent;
}

    .calendar-day:hover[b-bothb518o9] {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.day-number[b-bothb518o9] {
    font-size: 0.9em;
    font-weight: 400;
}

/* Spezielle Zustände */
.calendar-day.today[b-bothb518o9] {
    background-color: #e8f4ff;
    border-color: #007bff;
    font-weight: 500;
}

.calendar-day.selected[b-bothb518o9] {
    background-color: #007bff;
    color: white;
    font-weight: 500;
}

    .calendar-day.selected .day-number[b-bothb518o9] {
        color: white;
    }

.calendar-day.other-month[b-bothb518o9] {
    color: #aaa;
    opacity: 0.7;
}

/* Mobile Optimierungen */
@media (max-width: 768px) {
    .static-calendar[b-bothb518o9] {
        padding: 8px;
    }

    .nav-btn[b-bothb518o9] {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .month-title[b-bothb518o9] {
        font-size: 1em;
    }

    .weekday[b-bothb518o9] {
        font-size: 0.8em;
        padding: 4px 1px;
    }

    .calendar-day[b-bothb518o9] {
        min-height: 28px;
    }

    .day-number[b-bothb518o9] {
        font-size: 0.85em;
    }
}

/* Sehr kleine Bildschirme */
@media (max-width: 480px) {
    .calendar-day[b-bothb518o9] {
        min-height: 24px;
    }

    .day-number[b-bothb518o9] {
        font-size: 0.8em;
    }

    .weekday[b-bothb518o9] {
        font-size: 0.75em;
        padding: 3px 0;
    }
}
/* /Components/ChooseDate.razor.rz.scp.css */
/* Eltern-Container der Buttons anpassen */
.row.g-3[b-nf9ry3piu7] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Wichtig: Gleiche Höhe erzwingen */
}
    .row.g-3 > .col-md-4[b-nf9ry3piu7] {
        display: flex;
    }

.appointment-type-btn[b-nf9ry3piu7] {
    width: 100%;
    padding: 1.0rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Neu: Titel/Beschreibung verteilen */
}

    .appointment-type-btn:hover[b-nf9ry3piu7] {
        border-color: #3498db;
        transform: translateY(-2px);
    }

    .appointment-type-btn.active[b-nf9ry3piu7] {
        border-color: #3498db;
        background-color: #f8fafc;
    }

.type-title[b-nf9ry3piu7] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    flex-shrink: 0; /* Verhindert Schrumpfen */
}

.type-description[b-nf9ry3piu7] {
    font-size: 0.9rem;
    color: #7f8c8d;
    flex-grow: 1; /* Füllt verfügbaren Platz */
    align-items: center; /* Zentriert Text vertikal */
    justify-content: center; /* Zentriert Text horizontal */
    word-break: break-word; /* Verhindert Textüberlauf */
    display: flex;
}

.week-navigation[b-nf9ry3piu7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px;
}

.nav-text[b-nf9ry3piu7] {
    display: display;
}

.nav-btn[b-nf9ry3piu7] {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

    .nav-btn:disabled[b-nf9ry3piu7] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.week-title[b-nf9ry3piu7] {
    font-weight: 500;
    font-size: 1.2em;
}

.week-view[b-nf9ry3piu7] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.week-header[b-nf9ry3piu7] {
    grid-template-columns: repeat(5, 1fr);
    background-color: #f8f9fa;
    display: flex;
    min-width: 100%;
    width: max-content;
}

.day-header[b-nf9ry3piu7] {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    min-width: 120px;
    width: 20%;
}

    .day-header.today[b-nf9ry3piu7] {
        background-color: #e3f2fd;
    }

.time-slots[b-nf9ry3piu7] {
    grid-template-columns: repeat(5, 1fr);
    display: flex;
    min-width: 100%;
    width: max-content;
    position: relative;
}

.day-column[b-nf9ry3piu7] {
    border-right: 1px solid #e0e0e0;
    min-height: 200px;
    min-width: 120px;
    width: 20%;
}

.time-slot[b-nf9ry3piu7] {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: none;
    background: #e3f2fd;
    color: #1976d2;
    cursor: pointer;
    text-align: center;
}

    .time-slot:hover[b-nf9ry3piu7] {
        background: #bbdefb;
    }

    .time-slot.selected[b-nf9ry3piu7] {
        background: #1976d2;
        color: white;
    }

.btn-primary[b-nf9ry3piu7] {
    background: #1976d2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-primary:disabled[b-nf9ry3piu7] {
        background: #b0bec5;
        cursor: not-allowed;
    }

@media (max-width: 768px) {

    .appointment-type-btn[b-nf9ry3piu7] {
        padding: 0.5rem;
        font-size: 0.8em;
        text-align: left;
    }

    .type-title[b-nf9ry3piu7] {
        font-size: 1.0rem;
        margin-bottom: 0.3rem;
    }

    .type-description[b-nf9ry3piu7] {
        text-align: left;
        display: inline;
    }

    .nav-text[b-nf9ry3piu7] {
        display: none;
    }

    .week-title[b-nf9ry3piu7] {
        font-weight: 500;
        font-size: 0.9em;
    }

    .week-view[b-nf9ry3piu7] {
        font-size: 0.8em;
    }

    .week-header[b-nf9ry3piu7],
    .time-slots[b-nf9ry3piu7] {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        min-width: unset;
    }

    .day-header[b-nf9ry3piu7] {
        padding: 5px;
    }

    .day-column[b-nf9ry3piu7] {
        min-height: 150px;
    }

    .day-header[b-nf9ry3piu7],
    .day-column[b-nf9ry3piu7] {
        width: 33.33%;
        min-width: unset; /* überschreibt die 120px vom Desktop */
    }

    .time-slot[b-nf9ry3piu7] {
        padding: 12px 4px;
        min-height: 44px;
        margin: 3px 0;
    }
}

.no-slots-overlay[b-nf9ry3piu7] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    z-index: 10;
}

.next-available-btn[b-nf9ry3piu7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--primary-color, #0d6efd);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transition: transform 0.1s, box-shadow 0.1s;
}

    .next-available-btn:hover[b-nf9ry3piu7] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

.next-available-btn-empty[b-nf9ry3piu7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--seconday-color, #6C757D);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transition: transform 0.1s, box-shadow 0.1s;
}

    .next-available-btn-empty:hover[b-nf9ry3piu7] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }
/* /Components/NullableDatePicker.razor.rz.scp.css */
.sdp-wrapper[b-fyfq27aggg] {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* ── Kalender-Panel ─────────────────────────────────────── */
.sdp-calendar[b-fyfq27aggg] {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    z-index: 1055;
    min-width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .375rem;
}

/* ── Header ─────────────────────────────────────────────── */
.sdp-cal-header[b-fyfq27aggg] {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
}

.sdp-nav-btn[b-fyfq27aggg] {
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #6c757d;
    padding: 2px 6px;
    cursor: pointer;
    line-height: 1;
    font-size: .9rem;
    flex-shrink: 0;
}

    .sdp-nav-btn:hover[b-fyfq27aggg] {
        background: #e9ecef;
        color: #212529;
    }

/* Klickbarer Monat/Jahr-Titel */
.sdp-title-btn[b-fyfq27aggg] {
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: .82rem;
    font-weight: 600;
    color: #212529;
    cursor: pointer;
    padding: 2px 5px;
    white-space: nowrap;
}

    .sdp-title-btn:hover[b-fyfq27aggg] {
        background: #e9ecef;
    }

/* ── Schnellauswahl-Dropdown (Monat/Jahr) ───────────────── */
.sdp-dropdown-wrap[b-fyfq27aggg] {
    position: relative;
    flex: 1;
    text-align: center;
}

.sdp-quickpick[b-fyfq27aggg] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .375rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    min-width: 130px;
}

/* Jahr-Picker: 3 Spalten, scrollbar */
.sdp-yearpick[b-fyfq27aggg] {
    grid-template-columns: repeat(3, 1fr);
    max-height: 180px;
    overflow-y: auto;
    min-width: 150px;
}

.sdp-qp-item[b-fyfq27aggg] {
    background: none;
    border: none;
    border-radius: .2rem;
    font-size: .78rem;
    padding: 4px 2px;
    cursor: pointer;
    color: #212529;
    text-align: center;
}

    .sdp-qp-item:hover[b-fyfq27aggg] {
        background: #e9ecef;
    }

    .sdp-qp-item.active[b-fyfq27aggg] {
        background: #0d6efd;
        color: #fff;
        font-weight: 600;
    }

/* ── Tage-Gitter ────────────────────────────────────────── */
.sdp-cal-grid[b-fyfq27aggg] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.sdp-cal-wd[b-fyfq27aggg] {
    font-size: .68rem;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    padding-bottom: 3px;
}

.sdp-cal-day[b-fyfq27aggg] {
    aspect-ratio: 1;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: .25rem;
    background: transparent;
    font-size: .78rem;
    color: #212529;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .1s;
}

    .sdp-cal-day:hover:not(.sdp-selected)[b-fyfq27aggg] {
        background: #e9ecef;
    }

    .sdp-cal-day.sdp-today[b-fyfq27aggg] {
        font-weight: 700;
        color: #0d6efd;
    }

    .sdp-cal-day.sdp-selected[b-fyfq27aggg] {
        background: #0d6efd;
        color: #fff;
        font-weight: 600;
    }

/* ── Footer ─────────────────────────────────────────────── */
.sdp-cal-footer[b-fyfq27aggg] {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

    .sdp-cal-footer .btn-link[b-fyfq27aggg] {
        font-size: .8rem;
        color: #0d6efd;
        text-decoration: none;
    }

        .sdp-cal-footer .btn-link:hover[b-fyfq27aggg] {
            text-decoration: underline;
        }

.ndp-checkbox-area[b-fyfq27aggg] {
    background: var(--bs-tertiary-bg, #f8f9fa);
    padding: 0 8px;
    cursor: pointer;
}

    .ndp-checkbox-area input[type=checkbox][b-fyfq27aggg] {
        width: 14px;
        height: 14px;
        cursor: pointer;
        margin: 0;
    }
/* /Components/Privacy_HP.razor.rz.scp.css */
.pbody[b-v3vogk0o0b] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-v3vogk0o0b] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.stand[b-v3vogk0o0b] {
    font-size: 10pt;
    margin-bottom: 40px;
    color: #666666;
}

h2[b-v3vogk0o0b] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

h3[b-v3vogk0o0b] {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #2c5aa0;
    line-height: 1.2;
}

p[b-v3vogk0o0b] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-v3vogk0o0b] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

li[b-v3vogk0o0b] {
    margin-bottom: 5px;
    line-height: 1.2;
}

.section-number[b-v3vogk0o0b] {
    font-weight: bold;
    color: #2c5aa0;
}

.section-content[b-v3vogk0o0b] {
    margin-bottom: 20px;
}

.sub-section[b-v3vogk0o0b] {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .sub-section p[b-v3vogk0o0b] {
        margin-bottom: 6px;
    }

strong[b-v3vogk0o0b] {
    color: #2c5aa0;
}

.intro-box[b-v3vogk0o0b] {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box h2[b-v3vogk0o0b] {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: none;
        padding-bottom: 0;
        color: #2c5aa0;
    }

@media print {
    body[b-v3vogk0o0b] {
        margin: 25px;
    }

    h1[b-v3vogk0o0b], h2[b-v3vogk0o0b], h3[b-v3vogk0o0b], p[b-v3vogk0o0b], ul[b-v3vogk0o0b] {
        page-break-inside: avoid;
    }

    .intro-box[b-v3vogk0o0b] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }
}
/* /Components/Privacy_Patient.razor.rz.scp.css */
.pbody[b-32naapujmq] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-32naapujmq] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.stand[b-32naapujmq] {
    font-size: 10pt;
    margin-bottom: 40px;
    color: #666666;
}

h2[b-32naapujmq] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

h3[b-32naapujmq] {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #2c5aa0;
    line-height: 1.2;
}

p[b-32naapujmq] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-32naapujmq] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

li[b-32naapujmq] {
    margin-bottom: 5px;
    line-height: 1.2;
}

.section-number[b-32naapujmq] {
    font-weight: bold;
    color: #2c5aa0;
}

.section-content[b-32naapujmq] {
    margin-bottom: 20px;
}

.sub-section[b-32naapujmq] {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .sub-section p[b-32naapujmq] {
        margin-bottom: 6px;
    }

strong[b-32naapujmq] {
    color: #2c5aa0;
}

.intro-box[b-32naapujmq] {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box h2[b-32naapujmq] {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: none;
        padding-bottom: 0;
        color: #2c5aa0;
    }

    .intro-box p[b-32naapujmq] {
        margin-bottom: 8px;
    }

@media print {
    body[b-32naapujmq] {
        margin: 25px;
    }

    h1[b-32naapujmq], h2[b-32naapujmq], h3[b-32naapujmq], p[b-32naapujmq], ul[b-32naapujmq] {
        page-break-inside: avoid;
    }

    .intro-box[b-32naapujmq] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }
}
/* /Components/SmartDatePicker.razor.rz.scp.css */
.sdp-wrapper[b-e0n2gg8vqf] {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* ── Kalender-Panel ─────────────────────────────────────── */
.sdp-calendar[b-e0n2gg8vqf] {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    z-index: 1055;
    min-width: 250px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .375rem;
}

/* ── Header ─────────────────────────────────────────────── */
.sdp-cal-header[b-e0n2gg8vqf] {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
}

.sdp-nav-btn[b-e0n2gg8vqf] {
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #6c757d;
    padding: 2px 6px;
    cursor: pointer;
    line-height: 1;
    font-size: .9rem;
    flex-shrink: 0;
}

    .sdp-nav-btn:hover[b-e0n2gg8vqf] {
        background: #e9ecef;
        color: #212529;
    }

/* Klickbarer Monat/Jahr-Titel */
.sdp-title-btn[b-e0n2gg8vqf] {
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: .82rem;
    font-weight: 600;
    color: #212529;
    cursor: pointer;
    padding: 2px 5px;
    white-space: nowrap;
}

    .sdp-title-btn:hover[b-e0n2gg8vqf] {
        background: #e9ecef;
    }

/* ── Schnellauswahl-Dropdown (Monat/Jahr) ───────────────── */
.sdp-dropdown-wrap[b-e0n2gg8vqf] {
    position: relative;
    flex: 1;
    text-align: center;
}

.sdp-quickpick[b-e0n2gg8vqf] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .375rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    padding: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    min-width: 130px;
}

/* Jahr-Picker: 3 Spalten, scrollbar */
.sdp-yearpick[b-e0n2gg8vqf] {
    grid-template-columns: repeat(3, 1fr);
    max-height: 180px;
    overflow-y: auto;
    min-width: 150px;
}

.sdp-qp-item[b-e0n2gg8vqf] {
    background: none;
    border: none;
    border-radius: .2rem;
    font-size: .78rem;
    padding: 4px 2px;
    cursor: pointer;
    color: #212529;
    text-align: center;
}

    .sdp-qp-item:hover[b-e0n2gg8vqf] {
        background: #e9ecef;
    }

    .sdp-qp-item.active[b-e0n2gg8vqf] {
        background: #0d6efd;
        color: #fff;
        font-weight: 600;
    }

/* ── Tage-Gitter ────────────────────────────────────────── */
.sdp-cal-grid[b-e0n2gg8vqf] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.sdp-cal-wd[b-e0n2gg8vqf] {
    font-size: .68rem;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    padding-bottom: 3px;
}

.sdp-cal-day[b-e0n2gg8vqf] {
    aspect-ratio: 1;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: .25rem;
    background: transparent;
    font-size: .78rem;
    color: #212529;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .1s;
}

    .sdp-cal-day:hover:not(.sdp-selected)[b-e0n2gg8vqf] {
        background: #e9ecef;
    }

    .sdp-cal-day.sdp-today[b-e0n2gg8vqf] {
        font-weight: 700;
        color: #0d6efd;
    }

    .sdp-cal-day.sdp-selected[b-e0n2gg8vqf] {
        background: #0d6efd;
        color: #fff;
        font-weight: 600;
    }

/* ── Footer ─────────────────────────────────────────────── */
.sdp-cal-footer[b-e0n2gg8vqf] {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

    .sdp-cal-footer .btn-link[b-e0n2gg8vqf] {
        font-size: .8rem;
        color: #0d6efd;
        text-decoration: none;
    }

        .sdp-cal-footer .btn-link:hover[b-e0n2gg8vqf] {
            text-decoration: underline;
        }
/* /Components/TAC_HP.razor.rz.scp.css */
.pbody[b-n2sgg7hg0e] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px auto;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    font-size: 11pt;
    padding: 0 20px;
}

h1[b-n2sgg7hg0e] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.anbieter[b-n2sgg7hg0e] {
    text-align: center;
    font-size: 10pt;
    margin-bottom: 30px;
    color: #666666;
    font-weight: normal;
}

.stand[b-n2sgg7hg0e] {
    font-size: 10pt;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #666666;
}

h2[b-n2sgg7hg0e] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

p[b-n2sgg7hg0e] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-n2sgg7hg0e] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
    list-style-type: none;
}

li[b-n2sgg7hg0e] {
    margin-bottom: 5px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}

    li[b-n2sgg7hg0e]:before {
        content: "•";
        color: #2c5aa0;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

strong[b-n2sgg7hg0e] {
    color: #2c5aa0;
}

a[b-n2sgg7hg0e] {
    color: #2c5aa0;
    text-decoration: none;
}

    a:hover[b-n2sgg7hg0e] {
        text-decoration: underline;
    }

.intro-box[b-n2sgg7hg0e] {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box p[b-n2sgg7hg0e] {
        margin-bottom: 8px;
    }

.section-number[b-n2sgg7hg0e] {
    font-weight: bold;
    color: #2c5aa0;
}

.leistungsliste[b-n2sgg7hg0e] {
    margin-left: 15px;
}

@media print {
    body[b-n2sgg7hg0e] {
        margin: 25px auto;
        padding: 0;
    }

    h1[b-n2sgg7hg0e], h2[b-n2sgg7hg0e], p[b-n2sgg7hg0e], ul[b-n2sgg7hg0e] {
        page-break-inside: avoid;
    }

    .intro-box[b-n2sgg7hg0e] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }

    a[b-n2sgg7hg0e] {
        color: #000000;
        text-decoration: none;
    }
}
/* /Components/TAC_Patient.razor.rz.scp.css */
.pbody[b-5zpk6apjdq] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-5zpk6apjdq] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.stand[b-5zpk6apjdq] {
    font-size: 10pt;
    margin-bottom: 40px;
    color: #666666;
}

h2[b-5zpk6apjdq] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

p[b-5zpk6apjdq] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-5zpk6apjdq] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

li[b-5zpk6apjdq] {
    margin-bottom: 5px;
    line-height: 1.2;
}

.section-number[b-5zpk6apjdq] {
    font-weight: bold;
    color: #2c5aa0;
}

.section-content[b-5zpk6apjdq] {
    margin-bottom: 20px;
}

.intro-box[b-5zpk6apjdq] {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box h2[b-5zpk6apjdq] {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: none;
        padding-bottom: 0;
        color: #2c5aa0;
    }

    .intro-box p[b-5zpk6apjdq] {
        margin-bottom: 8px;
    }

strong[b-5zpk6apjdq] {
    color: #2c5aa0;
}

@media print {
    body[b-5zpk6apjdq] {
        margin: 25px;
    }

    h1[b-5zpk6apjdq], h2[b-5zpk6apjdq], p[b-5zpk6apjdq], ul[b-5zpk6apjdq] {
        page-break-inside: avoid;
    }

    .intro-box[b-5zpk6apjdq] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }
}
/* /Components/TimePicker.razor.rz.scp.css */
.time-picker-container[b-0icefhgm8z] {
    position: relative;
    display: inline-block;
}

.time-display[b-0icefhgm8z] {
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin-top: 1px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    min-width: 90px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 13.5px;
    transition: border-color 0.2s ease;
}

    .time-display:hover[b-0icefhgm8z] {
        border-color: #0078d4;
    }

.dropdown-arrow[b-0icefhgm8z] {
    margin-left: 8px;
    font-size: 0.8em;
    color: #666;
    transition: transform 0.2s ease;
}

.time-display:hover .dropdown-arrow[b-0icefhgm8z] {
    color: #0078d4;
}
/* /Components/TimePickerPopup.razor.rz.scp.css */
.overlay[b-r7z00v72ga] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2147483646;
    background: transparent;
    cursor: default;
}

.time-picker-popup[b-r7z00v72ga] {
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 2147483647;
    padding: 12px;
    border-radius: 6px;
    min-width: 280px;
    font-family: Arial, sans-serif;
    animation: popup-fade-in-b-r7z00v72ga 0.15s ease-out;
}

@keyframes popup-fade-in-b-r7z00v72ga {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.time-section[b-r7z00v72ga] {
    margin-bottom: 12px;
}

    .time-section:last-child[b-r7z00v72ga] {
        margin-bottom: 0;
    }

    .time-section[b-r7z00v72ga]::after {
        content: '';
        display: block;
        height: 1px;
        background: #eee;
        margin: 8px -12px;
    }

    .time-section:last-child[b-r7z00v72ga]::after {
        display: none;
    }

.time-row[b-r7z00v72ga] {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
    justify-content: center;
}

    .time-row:last-child[b-r7z00v72ga] {
        margin-bottom: 0;
    }

.time-cell[b-r7z00v72ga] {
    padding: 6px 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    min-width: 36px;
    font-size: 13px;
    background-color: white;
    border-radius: 3px;
    transition: all 0.15s ease;
    flex: 1;
}

    .time-cell:hover[b-r7z00v72ga] {
        background-color: #e6f3ff;
        border-color: #0078d4;
        transform: translateY(-1px);
    }

    .time-cell.selected[b-r7z00v72ga] {
        background-color: #0078d4;
        color: white;
        border-color: #005a9e;
        font-weight: bold;
    }

    .time-cell:active[b-r7z00v72ga] {
        transform: translateY(0);
    }
/* /Pages/Legal/Accessibility.razor.rz.scp.css */
body[b-omrw5uc6o5] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-omrw5uc6o5], h2[b-omrw5uc6o5], h3[b-omrw5uc6o5] {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

h3[b-omrw5uc6o5] {
    font-size: 16pt;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: none;
}

h5[b-omrw5uc6o5] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

p[b-omrw5uc6o5] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-omrw5uc6o5] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
}

li[b-omrw5uc6o5] {
    margin-bottom: 5px;
    line-height: 1.2;
}

a[b-omrw5uc6o5] {
    color: #2c5aa0;
    text-decoration: none;
}

    a:hover[b-omrw5uc6o5] {
        text-decoration: underline;
    }

.stand[b-omrw5uc6o5] {
    font-size: 10pt;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #666666;
}

.kontakt[b-omrw5uc6o5] {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .kontakt p[b-omrw5uc6o5] {
        margin-bottom: 6px;
    }

@media print {
    body[b-omrw5uc6o5] {
        margin: 25px;
    }

    h1[b-omrw5uc6o5], h3[b-omrw5uc6o5], h5[b-omrw5uc6o5], p[b-omrw5uc6o5], ul[b-omrw5uc6o5] {
        page-break-inside: avoid;
    }

    .kontakt[b-omrw5uc6o5] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }

    a[b-omrw5uc6o5] {
        color: #000000;
        text-decoration: none;
    }
}
/* /Pages/Legal/Imprint.razor.rz.scp.css */
body[b-fofr7xkhpy] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 50px;
    line-height: 1.2;
    color: #333333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

h1[b-fofr7xkhpy] {
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c5aa0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

h2[b-fofr7xkhpy] {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 8px;
    color: #2c5aa0;
    page-break-after: avoid;
    padding-bottom: 2px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.2;
}

h3[b-fofr7xkhpy] {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #2c5aa0;
    line-height: 1.2;
}

p[b-fofr7xkhpy] {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    line-height: 1.2;
}

ul[b-fofr7xkhpy] {
    font-size: 10pt;
    margin-left: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

li[b-fofr7xkhpy] {
    margin-bottom: 5px;
    line-height: 1.2;
}

.intro-box[b-fofr7xkhpy] {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8fafc;
    border-left: 4px solid #2c5aa0;
    line-height: 1.2;
}

    .intro-box h2[b-fofr7xkhpy] {
        margin-top: 0;
        margin-bottom: 12px;
        border-bottom: none;
        padding-bottom: 0;
        color: #2c5aa0;
    }

.contact-details[b-fofr7xkhpy] {
    margin-top: 10px;
}

    .contact-details p[b-fofr7xkhpy] {
        margin-bottom: 4px;
        text-align: left;
        line-height: 1.2;
    }

.section-content[b-fofr7xkhpy] {
    margin-bottom: 20px;
}

.subsection[b-fofr7xkhpy] {
    margin-top: 15px;
    margin-bottom: 15px;
}

a[b-fofr7xkhpy] {
    color: #2c5aa0;
    text-decoration: none;
}

    a:hover[b-fofr7xkhpy] {
        text-decoration: underline;
    }

.tight-list[b-fofr7xkhpy] {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .tight-list li[b-fofr7xkhpy] {
        margin-bottom: 3px;
    }

@media print {
    body[b-fofr7xkhpy] {
        margin: 25px;
    }

    h1[b-fofr7xkhpy], h2[b-fofr7xkhpy], h3[b-fofr7xkhpy], p[b-fofr7xkhpy], ul[b-fofr7xkhpy] {
        page-break-inside: avoid;
    }

    .intro-box[b-fofr7xkhpy] {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-left: 4px solid #2c5aa0;
    }

    a[b-fofr7xkhpy] {
        color: #000000;
        text-decoration: none;
    }
}
/* /Shared/CalendarLayout.razor.rz.scp.css */
.calendar-layout-page[b-fyz6uag1ir] {
    position: relative;
    display: block; /* WICHTIG: Flexbox deaktivieren */
    min-height: 100vh;
}

.calendar-layout-main[b-fyz6uag1ir] {
    display: block; /* Flexbox deaktivieren */
    width: 100%;
}

.calendar-layout-content[b-fyz6uag1ir] {
    padding-left: 7px;
    padding-top: 5px;
    display: block;
}

/* Footer sicherstellen */
.footer[b-fyz6uag1ir] {
    position: relative;
    margin-top: auto;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Responsive Anpassungen */
@media (max-width: 640.98px) {
    .calendar-layout-content[b-fyz6uag1ir] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 641px) {
    .calendar-layout-content[b-fyz6uag1ir] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Sicherstellen dass Navigation korrekt aussieht */
header[b-fyz6uag1ir] {
    width: 100%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9ww144nuyd] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-9ww144nuyd] {
    flex: 2;
}

.sidebar[b-9ww144nuyd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9ww144nuyd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-9ww144nuyd]  a, .top-row[b-9ww144nuyd]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-9ww144nuyd]  a:hover, .top-row[b-9ww144nuyd]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-9ww144nuyd]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9ww144nuyd] {
        display: none;
    }

    .top-row.auth[b-9ww144nuyd] {
        justify-content: space-between;
    }

    .top-row[b-9ww144nuyd]  a, .top-row[b-9ww144nuyd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    /*.page {
        flex-direction: row;
    }*/

    .sidebar[b-9ww144nuyd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ww144nuyd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9ww144nuyd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9ww144nuyd], article[b-9ww144nuyd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
