/* /Pages/Index.razor.rz.scp.css */
.main[b-uffolfcs8v] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

.panel[b-uffolfcs8v] {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-items: stretch;
    align-self: stretch;
    min-width: 0;
}

.panel-content[b-uffolfcs8v] {
    display: flex;
    padding: 16px 16px 20px;
    align-items: flex-start;
    flex: 1 0 0;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    border-radius: 8px;
    background: var(--white);
}
/* /Pages/Veranstaltung.razor.rz.scp.css */
.main[b-8kd3ehfr8q] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

.panel[b-8kd3ehfr8q] {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    align-items: stretch;
    align-self: stretch;
}

.liste[b-8kd3ehfr8q] {
    display: flex;
    padding: 32px 48px 48px;
    align-items: flex-start;
    flex: 1 0 0;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
    border-radius: 8px;
    background: var(--white);
}

.suche[b-8kd3ehfr8q] {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.filter[b-8kd3ehfr8q] {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.details[b-8kd3ehfr8q] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: var(--grey-5);
}

.scroll-area[b-8kd3ehfr8q] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    align-self: stretch;
    flex: 1 0 0;
}

.container[b-8kd3ehfr8q] {
    display: flex;
    padding: 32px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    flex: 1;
    border-radius: 8px;
    background: var(--white);
}

.whitespace-pre[b-8kd3ehfr8q] {
    white-space: pre;
}

.form[b-8kd3ehfr8q] {
    display: flex;
    padding: 40px 48px 48px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    flex: 1;
    border-radius: 8px;
    background: var(--white);
}

.form-headline[b-8kd3ehfr8q] {
    display: flex;
    padding: 24px 0px 8px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

    .form-headline[b-8kd3ehfr8q]::after {
        display: block;
        content: '';
        height: 1px;
        flex: 1 0 0;
        background: var(--grey-80);
    }

    .form-headline span[b-8kd3ehfr8q] {
        color: var(--grey-80);
        font-size: 12px;
        font-weight: 700;
    }

.form-row[b-8kd3ehfr8q] {
    display: flex;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
}

.form-column[b-8kd3ehfr8q] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    flex: 1 0 0;
}

.form-group[b-8kd3ehfr8q] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

    .form-group[b-8kd3ehfr8q]  .time-input {
        flex: 0 0 114px;
    }

[b-8kd3ehfr8q] .text-input {
    flex: 1;
}

[b-8kd3ehfr8q] .text-input.short {
    flex: 0 0 144px;
}

.buttons[b-8kd3ehfr8q] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
}

.spacer[b-8kd3ehfr8q] {
    flex: 1;
}

.form-fusion[b-8kd3ehfr8q] {
    display: flex;
    flex: 1 0 0;
    border-radius: 4px;
    overflow: hidden;
}

.form-fusion[b-8kd3ehfr8q]  > * {
    flex: 1 0 0;
}

    .form-fusion[b-8kd3ehfr8q]  > .checkbox {
        border-radius: 0;
    }

    .form-fusion[b-8kd3ehfr8q]  > .text-input .input-wrapper {
        border-radius: 0;
    }

.form-grid-4[b-8kd3ehfr8q] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
}
/* /Shared/BildInput.razor.rz.scp.css */
.bild-input[b-027iw0l3bu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    flex: 1 0 0;
}

.label[b-027iw0l3bu] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-027iw0l3bu] {
    display: flex;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.input[b-027iw0l3bu] {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}

.image[b-027iw0l3bu] {
    flex: 1 0 0;
    object-fit: cover;
    align-self: stretch;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
}

.bild-input:not(.hat-bild) .image[b-027iw0l3bu] {
    display: none;
}

[b-027iw0l3bu] input {
    display: none;
}

.upload[b-027iw0l3bu] {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--grey-10);
}

    .upload i[b-027iw0l3bu] {
        font-size: 32px;
        color: var(--grey-30);
    }

    .upload span[b-027iw0l3bu] {
        font-size: 12px;
        color: var(--grey-80);
    }

.bild-input.hat-bild .upload[b-027iw0l3bu] {
    display: none;
}

.buttons[b-027iw0l3bu] {
    display: flex;
    width: 40px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.bild-input:not(.hat-bild) .buttons[b-027iw0l3bu] {
    display: none;
}

.icon-button[b-027iw0l3bu] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-027iw0l3bu] {
        background-color: var(--grey-80);
    }

.icon[b-027iw0l3bu] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-027iw0l3bu] {
    border-left-color: transparent;
    color: var(--white);
}
/* /Shared/Button.razor.rz.scp.css */
.button[b-bu6y9xju3x] {
    --bg-color: var(--grey-80);
    --text-color: var(--white);
    --bg-hover-color: var(--grey-100);
    --text-hover-color: var(--text-color);
    --bg-active-color: var(--vibus-green);
    --text-active-color: var(--white);
    --icon-size: 48px;
    --icon-font-size: 20px;
    --font-size: 16px;
    display: inline-flex;
    height: var(--icon-size);
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--bg-color);
    color: var(--text-color);
    transition: background-color 300ms ease-out, color 300ms ease-out;
    text-decoration: none;
    border: none;
    padding: 0;
}

    .button.Medium[b-bu6y9xju3x] {
        --icon-size: 40px;
        --icon-font-size: 16px;
        --font-size: 14px;
        border-radius: 4px;
    }

    .button.Small[b-bu6y9xju3x] {
        --icon-size: 32px;
        --icon-font-size: 12px;
        --font-size: 12px;
        border-radius: 4px;
    }

    .button.Tiny[b-bu6y9xju3x] {
        --icon-size: 24px;
        --icon-font-size: 12px;
        --font-size: 12px;
        border-radius: 2px;
    }

    .button.Light5[b-bu6y9xju3x] {
        --bg-color: var(--grey-5);
        --text-color: var(--grey-80);
        --bg-hover-color: var(--grey-10);
        --bg-active-color: var(--grey-80);
    }

    .button.Light10[b-bu6y9xju3x] {
        --bg-color: var(--grey-10);
        --text-color: var(--grey-80);
        --bg-hover-color: var(--grey-20);
        --text-hover-color: var(--grey-100);
        --bg-active-color: var(--grey-80);  
    }

    .button.Green[b-bu6y9xju3x] {
        --bg-color: var(--vibus-green);
        --text-color: var(--white);
        --bg-hover-color: var(--dark-green);
    }

    .button.Blue[b-bu6y9xju3x] {
        --bg-color: var(--vibus-blue);
        --text-color: var(--white);
        --bg-hover-color: var(--dark-blue);
    }

    .button.disabled[b-bu6y9xju3x] {
        --bg-color: var(--grey-5);
        --text-color: var(--grey-20);
        --bg-hover-color: var(--grey-5);
        --text-hover-color: var(--grey-20);
        --bg-active-color: var(--grey-5);
        --text-active-color: var(--grey-20);
    }

    .button:hover[b-bu6y9xju3x] {
        background: var(--bg-hover-color);
        color: var(--text-hover-color);
    }

    .button:active[b-bu6y9xju3x], .button.active[b-bu6y9xju3x] {
        background: var(--bg-active-color);
        color: var(--text-active-color);
    }

.label[b-bu6y9xju3x] {
    display: flex;
    height: var(--icon-size);
    padding: 0px 16px;
    align-items: center;
    font-size: var(--font-size);
}

.icon[b-bu6y9xju3x] {
    display: flex;
    width: var(--icon-size);
    height: var(--icon-size);
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: var(--icon-font-size);
}
/* /Shared/ButtonLink.razor.rz.scp.css */
.button-link[b-13afpb2xqk] {
    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--grey-80);
}

    .button-link .icon[b-13afpb2xqk] {
        display: flex;
        width: 20px;
        height: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: color 300ms ease-out;
        font-size: 20px;
    }

    .button-link:hover .icon[b-13afpb2xqk] {
        color: var(--vibus-green);
    }

    .button-link span[b-13afpb2xqk] {
        text-align: center;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }
/* /Shared/ButtonNavLink.razor.rz.scp.css */
[b-g5qff2ksbz] .button {
    --bg-color: var(--grey-80);
    --text-color: var(--white);
    --bg-hover-color: var(--grey-100);
    --text-hover-color: var(--text-color);
    --bg-active-color: var(--vibus-green);
    --text-active-color: var(--white);
    --icon-size: 48px;
    display: inline-flex;
    height: var(--icon-size);
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--bg-color);
    color: var(--text-color);
    transition: background-color 300ms ease-out, color 300ms ease-out;
    text-decoration: none;
}

    [b-g5qff2ksbz] .button.Medium {
        --icon-size: 40px;
        border-radius: 4px;
    }

    [b-g5qff2ksbz] .button.Small {
        --icon-size: 32px;
        border-radius: 4px;
    }

    [b-g5qff2ksbz] .button.Light5 {
        --bg-color: var(--grey-5);
        --text-color: var(--grey-80);
        --bg-hover-color: var(--grey-10);
        --bg-active-color: var(--grey-80);
    }

    [b-g5qff2ksbz] .button.Light10 {
        --bg-color: var(--grey-10);
        --text-color: var(--grey-80);
        --bg-hover-color: var(--grey-20);
        --text-hover-color: var(--grey-100);
        --bg-active-color: var(--grey-80);
    }

    [b-g5qff2ksbz] .button.Green {
        --bg-color: var(--vibus-green);
        --text-color: var(--white);
        --bg-hover-color: var(--dark-green);
    }

    [b-g5qff2ksbz] .button:hover {
        background: var(--bg-hover-color);
        color: var(--text-hover-color);
    }

    [b-g5qff2ksbz] .button:focus, [b-g5qff2ksbz] .button:active, [b-g5qff2ksbz] .button.active {
        background: var(--bg-active-color);
        color: var(--text-active-color);
    }

.label[b-g5qff2ksbz] {
    display: flex;
    height: var(--icon-size);
    padding: 0px 16px;
    align-items: center;
}

.icon[b-g5qff2ksbz] {
    display: flex;
    width: var(--icon-size);
    height: var(--icon-size);
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* /Shared/Charts/Chart.razor.rz.scp.css */
.chart[b-3pwukna0jl] {
    display: flex;
    padding: 16px 16px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    background: var(--white);
}

.headline[b-3pwukna0jl] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: var(--grey-80);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.bars[b-3pwukna0jl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

    .bars.Vertical[b-3pwukna0jl] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-self: center;
        gap: 24px;
        flex: 1 0 0;
    }

.bar[b-3pwukna0jl] {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

.Vertical .bar[b-3pwukna0jl] {
    display: flex;
    width: 80px;
    flex: 0 1 auto;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
}

.label[b-3pwukna0jl] {
    display: flex;
    width: 80px;
    padding-right: 8px;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.Vertical .label[b-3pwukna0jl] {
    width: auto;
    padding-right: 0;
    padding-top: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-align: center;
    white-space: pre;
}

.bar-box[b-3pwukna0jl] {
    height: 16px;
    background-color: var(--color);
    --my-size: calc(100% - var(--full-size, 100%) - 80px);
    width: calc(var(--width, 1) * var(--my-size, 100%));
}

.full-size .bar-box[b-3pwukna0jl] {
    flex: 1 0 0;
}

.Vertical .bar-box[b-3pwukna0jl] {
    width: 64px;
    --my-size: calc(100% - var(--full-size, 100%));
    height: calc(var(--width, 1) * var(--my-size, 100%));
}

.value[b-3pwukna0jl] {
    display: flex;
    padding: 0px 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--color);
}

.Vertical .value[b-3pwukna0jl] {
    padding: 0px 0px 4px 0px;
    align-self: center;
}

.donut-wrapper[b-3pwukna0jl] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.donut-box[b-3pwukna0jl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.donut[b-3pwukna0jl] {
    width: 160px;
    height: 160px;
}

.donut-segment[b-3pwukna0jl] {
    fill: none;
    transition: stroke 100ms ease-out;
}

    .donut-segment.hover[b-3pwukna0jl] {
        stroke: var(--dark-green);
    }

.donut-label[b-3pwukna0jl] {
    position: absolute;
    color: var(--dark-green);
}

.donut-legend[b-3pwukna0jl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
}

.donut-legend-label[b-3pwukna0jl] {
    display: flex;
    height: 24px;
    align-items: center;
    align-self: stretch;
    background: var(--grey-5);
    color: var(--grey-80);
    font-size: 12px;
    padding: 0px 8px 0px 0px;
    transition: color 100ms ease-out;
}

    .donut-legend-label.hover[b-3pwukna0jl] {
        color: var(--dark-green);
    }

.donut-legend-label[b-3pwukna0jl]::before {
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    margin-right: 8px;
    background: var(--color);
}
/* /Shared/CheckBox.razor.rz.scp.css */
.checkbox[b-bijdkp36f8] {
    --bg-color: var(--grey-5);
    --bg-hover-color: var(--grey-10);
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--bg-color);
    transition: background-color 300ms ease-out;
    color: var(--grey-80);
    cursor: pointer;
    user-select: none;
}

    .checkbox:hover[b-bijdkp36f8] {
        background: var(--bg-hover-color);
    }

    .checkbox.Simple[b-bijdkp36f8] {
        background: none;
        height: auto;
        gap: 8px;
    }

    .checkbox.Light15[b-bijdkp36f8] {
        --bg-color: var(--grey-15);
        --bg-hover-color: var(--grey-20);
    }

.check[b-bijdkp36f8] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Simple .check[b-bijdkp36f8] {
    width: 16px;
    height: 16px;
}

.label[b-bijdkp36f8] {
    display: flex;
    padding-right: 16px;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

.Simple .label[b-bijdkp36f8] {
    padding: 0;
}
/* /Shared/DateInput.razor.rz.scp.css */
.text-input[b-9gkuhqcdwb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.label[b-9gkuhqcdwb] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-9gkuhqcdwb] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.text-input.readonly .input-wrapper[b-9gkuhqcdwb] {
    background: transparent;
}

input[b-9gkuhqcdwb] {
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 16px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
}

input:focus[b-9gkuhqcdwb] {
    outline: none;
}

.icon-button[b-9gkuhqcdwb] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-9gkuhqcdwb] {
        background-color: var(--grey-80);
    }

.icon[b-9gkuhqcdwb] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-9gkuhqcdwb] {
    border-left-color: transparent;
    color: var(--white);
}

.text-input.disabled input[b-9gkuhqcdwb] {
    color: var(--grey-20);
    pointer-events: none;
}

.text-input.disabled .icon-button[b-9gkuhqcdwb] {
    color: var(--grey-20);
}

    .text-input.disabled .icon-button .icon[b-9gkuhqcdwb] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .text-input.disabled .icon-button:hover[b-9gkuhqcdwb] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .text-input.disabled .icon-button:hover .icon[b-9gkuhqcdwb] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }

[b-9gkuhqcdwb] .date-overlay {
    width: 672px;
}

.months[b-9gkuhqcdwb] {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
}

.month[b-9gkuhqcdwb] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
    height: 280px;
}

.head[b-9gkuhqcdwb] {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 8px;
}

.month-label[b-9gkuhqcdwb] {
    display: flex;
    height: 40px;
    padding: 0px 16px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    background: var(--grey-5);
    color: var(--grey-80);
    font-weight: 700;
}

.row[b-9gkuhqcdwb] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.head + .row[b-9gkuhqcdwb] {
    justify-content: flex-end;
}

.row[b-9gkuhqcdwb]  .button {
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
}

    .row[b-9gkuhqcdwb]  .label {
        padding: 0;
    }
/* /Shared/Header.razor.rz.scp.css */
.top-bar[b-7yv5gj34io] {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    border-bottom: 1px solid var(--grey-30);
    height: 48px;
}

.brand[b-7yv5gj34io] {
    display: flex;
    padding: 4px 0px;
    align-items: center;
    align-self: stretch;
}

.logo[b-7yv5gj34io] {
    display: flex;
    padding-top: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.descriptor[b-7yv5gj34io] {
    display: flex;
    padding: 2px 0px 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;

    font-family: Roboto Condensed;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
}

.blue[b-7yv5gj34io] {
    color: var(--vibus-blue);
}

.green[b-7yv5gj34io] {
    color: var(--vibus-green);
}

.state-container[b-7yv5gj34io] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}

.bottom-bar[b-7yv5gj34io] {
    display: flex;
    height: 80px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.buttons[b-7yv5gj34io] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.buttons.fill[b-7yv5gj34io] {
    flex: 1 0 0;
}

.search[b-7yv5gj34io] {
    display: flex;
    align-items: flex-start;
    flex: 1 0 0;
    overflow: hidden;
    border-radius: 6px;
}

.search-input[b-7yv5gj34io] {
    display: flex;
    height: 48px;
    padding: 0px 32px;
    align-items: center;
    flex: 1 0 0;
    background: var(--white);
}

    .search-input input[b-7yv5gj34io] {
        display: flex;
        align-items: center;
        flex: 1 0 0;
        border: none;

        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

        .search-input input:focus[b-7yv5gj34io] {
            outline: none;
        }

        .search-input input[b-7yv5gj34io]::placeholder {
            opacity: 1;
        }

.search[b-7yv5gj34io]  .button {
    border-radius: 0;
}

.search-filter[b-7yv5gj34io] {
    display: flex;
    padding: 2px 16px;
    justify-content: flex-end;
    align-items: center;

    border-left: 1px solid var(--grey-30);
}

    .search-filter[b-7yv5gj34io]  .button-link span {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.header[b-78pln5s0yd] {
    display: flex;
    padding: 0px 32px;
    align-items: flex-start;
    align-self: stretch;
    background: var(--grey-5);
    flex-direction: column;
}

.page[b-78pln5s0yd] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

main[b-78pln5s0yd] {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--grey-10);
    min-width: 0;
}

.top-row[b-78pln5s0yd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-78pln5s0yd]  a, .top-row[b-78pln5s0yd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-78pln5s0yd]  a:hover, .top-row[b-78pln5s0yd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-78pln5s0yd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-78pln5s0yd] {
        display: none;
    }

    .top-row.auth[b-78pln5s0yd] {
        justify-content: space-between;
    }

    .top-row[b-78pln5s0yd]  a, .top-row[b-78pln5s0yd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-78pln5s0yd] {
        flex-direction: row;
    }

    .sidebar[b-78pln5s0yd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-78pln5s0yd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-78pln5s0yd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-78pln5s0yd], article[b-78pln5s0yd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MessageComponent.razor.rz.scp.css */
.message-component[b-wb04jurtjo] {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

    .message-component span[b-wb04jurtjo] {
        color: var(--grey-80);
        text-align: center;

        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

.counter[b-wb04jurtjo] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box[b-wb04jurtjo] {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--red);

    color: var(--white);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
/* /Shared/MoneyInput.razor.rz.scp.css */
.text-input[b-jujp7usoru] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.label[b-jujp7usoru] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-jujp7usoru] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.text-input.readonly .input-wrapper[b-jujp7usoru] {
    background: transparent;
}

input[b-jujp7usoru] {
    -moz-appearance: textfield !important;
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 5px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
    text-align: right;
}

    input[b-jujp7usoru]::-webkit-outer-spin-button,
    input[b-jujp7usoru]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input:focus[b-jujp7usoru] {
    outline: none;
}

.icon-button[b-jujp7usoru] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-jujp7usoru] {
        background-color: var(--grey-80);
    }

.icon[b-jujp7usoru] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-jujp7usoru] {
    border-left-color: transparent;
    color: var(--white);
}

.text-input.disabled input[b-jujp7usoru] {
    color: var(--grey-20);
    pointer-events: none;
}

.text-input.disabled .icon-button[b-jujp7usoru] {
    color: var(--grey-20);
}

    .text-input.disabled .icon-button .icon[b-jujp7usoru] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .text-input.disabled .icon-button:hover[b-jujp7usoru] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .text-input.disabled .icon-button:hover .icon[b-jujp7usoru] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }

.money[b-jujp7usoru] {
    padding: 11px 16px 12px 0;
    color: var(--grey-80);
}

.text-input.disabled .money[b-jujp7usoru] {
    color: var(--grey-20);
}
/* /Shared/NavCollapsible.razor.rz.scp.css */
.nav-collapsible[b-2m3yn1ljyh] {
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

.nav-headline[b-2m3yn1ljyh] {
    display: flex;
    padding: 14px 0px 14px 21px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white);
    font-size: 12px;
    line-height: 12px;
}

.title[b-2m3yn1ljyh] {
    text-transform: uppercase;
    font-weight: 700;
}

.rectangle[b-2m3yn1ljyh] {
    height: 1px;
    flex: 1 0 0;
    background: var(--grey-30);
}

.content[b-2m3yn1ljyh] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 0 0 var(--height, auto);
    min-height: var(--height, auto);
    transition: min-height 300ms ease-out, flex-basis 300ms ease-out;
}

.nav-collapsible i[b-2m3yn1ljyh] {
    transform: rotate(0deg);
    transition: transform 300ms ease-out;
}

.nav-collapsible.collapsed i[b-2m3yn1ljyh] {
    transform: rotate(180deg);
    transition: transform 300ms ease-out;
}

.nav-collapsible.collapsed .content[b-2m3yn1ljyh] {
    flex: 0 0 0px;
    min-height: 0px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-dzh838ph3y] {
    display: flex;
    width: 240px;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-end;
    /*gap: 12px;*/
    gap: 0;
    flex-shrink: 0;
    background: var(--grey-80);
    max-height: calc(100vh - 129px);
    overflow-y: auto;
    transition: width 300ms ease-out;
}

    .sidebar[b-dzh838ph3y]  :is(.nav-collapsible, .bottom-row) .button {
        padding: 2px 24px;
        font-size: 14px;
        line-height: 17.5px;
        border-radius: 0;
    }

    .sidebar[b-dzh838ph3y]  :is(.nav-collapsible, .bottom-row) .label {
        flex: 1;
    }

    .sidebar[b-dzh838ph3y]  :is(.nav-collapsible, .bottom-row) .icon {
        font-size: 20px;
    }

    .sidebar .top-row[b-dzh838ph3y]  .icon {
        transform: rotate(0deg);
        transition: transform 300ms ease-out;
    }

    .sidebar.collapse[b-dzh838ph3y] {
        width: 88px;
    }

        .sidebar.collapse .top-row[b-dzh838ph3y]  .icon {
            transform: rotate(-180deg);
        }

.top-row[b-dzh838ph3y] {
    position: sticky;
    top: -16px;
    display: flex;
    width: 240px;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    background: var(--grey-80);
}

.nav-item[b-dzh838ph3y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dzh838ph3y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dzh838ph3y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dzh838ph3y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dzh838ph3y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dzh838ph3y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.bottom-row[b-dzh838ph3y] {
    display: flex;
    width: 240px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
}

.bottom-container[b-dzh838ph3y] {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    border-top: 1px solid var(--grey-30);
}
/* /Shared/NumberInput.razor.rz.scp.css */
.text-input[b-dzp21hz5os] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.label[b-dzp21hz5os] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-dzp21hz5os] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.text-input.readonly .input-wrapper[b-dzp21hz5os] {
    background: transparent;
}

input[b-dzp21hz5os] {
    -moz-appearance: textfield !important;
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 16px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
}

    input[b-dzp21hz5os]::-webkit-outer-spin-button,
    input[b-dzp21hz5os]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input:focus[b-dzp21hz5os] {
    outline: none;
}

.icon-button[b-dzp21hz5os] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-dzp21hz5os] {
        background-color: var(--grey-80);
    }

.icon[b-dzp21hz5os] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-dzp21hz5os] {
    border-left-color: transparent;
    color: var(--white);
}

.text-input.disabled input[b-dzp21hz5os] {
    color: var(--grey-20);
    pointer-events: none;
}

.text-input.disabled .icon-button[b-dzp21hz5os] {
    color: var(--grey-20);
}

    .text-input.disabled .icon-button .icon[b-dzp21hz5os] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .text-input.disabled .icon-button:hover[b-dzp21hz5os] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .text-input.disabled .icon-button:hover .icon[b-dzp21hz5os] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }
/* /Shared/Overlay.razor.rz.scp.css */
dialog[b-u7p1n4f6r3] {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border: none;
    border-radius: 8px;
    background: var(--white);
    padding: 0;
}

dialog:not([open])[b-u7p1n4f6r3] {
    display: none;
}

dialog[b-u7p1n4f6r3]::backdrop {
    background: rgba(0, 0, 0, 0.75);
}

form[b-u7p1n4f6r3] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head[b-u7p1n4f6r3] {
    display: flex;
    height: 48px;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    background: var(--grey-80);
}

.icon[b-u7p1n4f6r3] {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label[b-u7p1n4f6r3] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    align-self: stretch;
    color: var(--grey-10);
    font-size: 16px;
}

.button-icon[b-u7p1n4f6r3] {
    appearance: none;
    border: none;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: var(--grey-80);
    color: var(--grey-10);
    font-size: 16px;
    transition: background-color 300ms ease-out;
}

.button-icon:hover[b-u7p1n4f6r3] {
    background: var(--grey-100);
}

.content[b-u7p1n4f6r3] {
    display: flex;
    padding: 40px 48px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
/* /Shared/Paginierung.razor.rz.scp.css */
.pagination[b-k330r9xfdo] {
    display: flex;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}

    .pagination[b-k330r9xfdo]  .label {
        padding: 0;
        width: 32px;
        justify-content: center;
    }

    .pagination[b-k330r9xfdo]  .White {
        --bg-color: var(--white);
        --text-color: var(--grey-80);
        --bg-hover-color: var(--white);
        --text-hover-color: var(--grey-80);
        --bg-active-color: var(--white);
        --text-active-color: var(--grey-80);
    }

    .pagination.Tiny[b-k330r9xfdo]  .label {
        width: 24px;
    }

.pagination-buttons[b-k330r9xfdo] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pagination-text[b-k330r9xfdo] {
    display: flex;
    padding-right: 0px;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    text-align: right;
    color: var(--grey-80);
    font-size: 12px;
}
/* /Shared/RechnungTable.razor.rz.scp.css */
.table[b-hvcg20v7hf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    overflow: hidden;
}

.headline[b-hvcg20v7hf] {
    display: flex;
    padding: 16px 16px 8px 16px;
    align-items: flex-start;
    align-self: stretch;
    background: var(--white);
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-80);
}

table[b-hvcg20v7hf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    overflow: auto;
}

    table > tr[b-hvcg20v7hf] {
        display: flex;
        height: 32px;
        padding: 0px 8px;
        align-items: flex-start;
        align-self: stretch;
        background: var(--white);
        min-width: fit-content;
        position: sticky;
        top: 0px;
        border-bottom: 1px solid var(--grey-10);
    }

th[b-hvcg20v7hf] {
    display: flex;
    height: 32px;
    padding: 8px;
    align-items: center;
    color: var(--grey-80);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 0 0 var(--column-width);
    min-width: var(--column-width);
    width: var(--column-width);
}

.th48[b-hvcg20v7hf] {
    --column-width: 48px;
}

.th80[b-hvcg20v7hf] {
    --column-width: 80px;
}

.th96[b-hvcg20v7hf] {
    --column-width: 96px;
}

.th128[b-hvcg20v7hf] {
    --column-width: 128px;
}

tbody[b-hvcg20v7hf] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    flex: 1 0 0;
    align-self: stretch;
    min-width: fit-content;
}

tr[b-hvcg20v7hf] {
    display: flex;
    padding: 0px 8px;
    align-items: flex-start;
    background: var(--white);
}

td[b-hvcg20v7hf] {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    color: var(--grey-80);
    font-size: 12px;
    flex: 0 0 var(--column-width);
    min-width: var(--column-width);
    width: var(--column-width);
}

[b-hvcg20v7hf] .pagination {
    padding: 4px;
    background: var(--white);
}
/* /Shared/SelectControl.razor.rz.scp.css */
.select[b-ruo6k7gvpw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}

.label[b-ruo6k7gvpw] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-ruo6k7gvpw] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    position: relative;
}

.open .input-wrapper[b-ruo6k7gvpw] {
    border-radius: 4px 4px 0 0;
}

    .open .input-wrapper.top[b-ruo6k7gvpw] {
        border-radius: 0 0 4px 4px;
    }

.select.readonly .input-wrapper[b-ruo6k7gvpw] {
    background: transparent;
}

.input[b-ruo6k7gvpw] {
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 16px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
}

.icon-button[b-ruo6k7gvpw] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
    border-radius: 0 4px 4px 0;
}

    .icon-button:hover[b-ruo6k7gvpw] {
        background-color: var(--grey-80);
    }

.icon[b-ruo6k7gvpw] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-ruo6k7gvpw] {
    border-left-color: transparent;
    color: var(--white);
}

.select.disabled input[b-ruo6k7gvpw] {
    color: var(--grey-20);
    pointer-events: none;
}

.select.disabled .icon-button[b-ruo6k7gvpw] {
    color: var(--grey-20);
}

    .select.disabled .icon-button .icon[b-ruo6k7gvpw] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .select.disabled .icon-button:hover[b-ruo6k7gvpw] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .select.disabled .icon-button:hover .icon[b-ruo6k7gvpw] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }

.options[b-ruo6k7gvpw] {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
    border-radius: 0px 0px 4px 4px;
    top: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    max-height: var(--available-height, auto);
    z-index: 1;
    border-top: 1px solid var(--grey-30);
}

.top .options[b-ruo6k7gvpw] {
    top: initial;
    bottom: 100%;
    border-radius: 4px 4px 0px 0px;
    border-top: none;
    border-bottom: 1px solid var(--grey-30);
    box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.20);
}

.select.open .options[b-ruo6k7gvpw] {
    display: flex;
}

li[b-ruo6k7gvpw] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.select-item[b-ruo6k7gvpw] {
    --bg-color: var(--grey-5);
    --bg-hover-color: var(--grey-10);
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0px 16px;
    gap: 16px;
    border: none;
    background-color: var(--bg-color);
    transition: background-color 100ms ease-out;
    cursor: pointer;
    color: var(--grey-80);
}

    .select-item.selected[b-ruo6k7gvpw] {
        --bg-color: var(--grey-10);
        --bg-hover-color: var(--grey-15);
    }

    .select-item:hover[b-ruo6k7gvpw] {
        background: var(--bg-hover-color);
    }

    .select-item:focus[b-ruo6k7gvpw] {
        background: var(--bg-hover-color);
        outline: none;
    }

    .select-item .text[b-ruo6k7gvpw] {
        flex: 1;
        text-align: left;
    }

    .select-item.selected .text[b-ruo6k7gvpw] {
        font-weight: 700;
    }

    .select-item:not(.selected) > .fa[b-ruo6k7gvpw] {
        display: none;
    }
/* /Shared/SuchInput.razor.rz.scp.css */
.suche-input-container[b-wefrjnbig2] {
    display: flex;
    height: 40px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--grey-20);
    background: var(--white);
    transition: border-color 300ms ease-out;
    overflow: hidden;
}

    .suche-input-container:focus-within[b-wefrjnbig2] {
        border: 1px solid var(--black);
    }

.suche-input[b-wefrjnbig2] {
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    border: none;
}

    .suche-input:focus[b-wefrjnbig2] {
        outline: none;
    }

.icon-button[b-wefrjnbig2] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-wefrjnbig2] {
        background-color: var(--grey-80);
    }

.icon[b-wefrjnbig2] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-wefrjnbig2] {
    border-left-color: transparent;
    color: var(--white);
}
/* /Shared/TabControl.razor.rz.scp.css */
.tabs[b-famajnoli4] {
    display: flex;
    padding: 24px 24px 0px 24px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px 8px 0px 0px;
    background: var(--white);
}

.left-buttons[b-famajnoli4], .right-buttons[b-famajnoli4] {
    display: flex;
    align-items: flex-start;
    gap: 2px;

    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.right-buttons[b-famajnoli4]  .button {
    border-radius: 0;
}

.spacer[b-famajnoli4] {
    flex: 1;
}

.tab-button[b-famajnoli4] {
    appearance: none;
    border: none;
    display: flex;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    height: 40px;

    background-color: var(--grey-10);
    transition: background-color 300ms ease-out;
}

    .tab-button:hover[b-famajnoli4] {
        background-color: var(--grey-15);
    }

    .tab-button.selected[b-famajnoli4] {
        background-color: var(--grey-5);
    }
/* /Shared/TabPage.razor.rz.scp.css */
.tab-content[b-frg4c8r3fd] {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    flex-direction: column;
    gap: 24px;

    border-radius: 0 0 8px 8px;
    background-color: var(--grey-5);
}
/* /Shared/TextInput.razor.rz.scp.css */
.text-input[b-9v8azx3nb1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.label[b-9v8azx3nb1] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-9v8azx3nb1] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.text-input.readonly .input-wrapper[b-9v8azx3nb1] {
    background: transparent;
}

input[b-9v8azx3nb1] {
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 16px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
}

input:focus[b-9v8azx3nb1] {
    outline: none;
}

.icon-button[b-9v8azx3nb1] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-9v8azx3nb1] {
        background-color: var(--grey-80);
    }

.icon[b-9v8azx3nb1] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-9v8azx3nb1] {
    border-left-color: transparent;
    color: var(--white);
}

.text-input.disabled input[b-9v8azx3nb1] {
    color: var(--grey-20);
    pointer-events: none;
}

.text-input.disabled .icon-button[b-9v8azx3nb1] {
    color: var(--grey-20);
}

    .text-input.disabled .icon-button .icon[b-9v8azx3nb1] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .text-input.disabled .icon-button:hover[b-9v8azx3nb1] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .text-input.disabled .icon-button:hover .icon[b-9v8azx3nb1] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }
/* /Shared/TimeInput.razor.rz.scp.css */
.text-input[b-fsqytp0lse] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.label[b-fsqytp0lse] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    font-size: 12px;
    color: var(--grey-80);
    height: 15px;
}

.input-wrapper[b-fsqytp0lse] {
    display: flex;
    height: 40px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: var(--grey-5);
    overflow: hidden;
}

.text-input.readonly .input-wrapper[b-fsqytp0lse] {
    background: transparent;
}

input[b-fsqytp0lse] {
    appearance: none;
    border: none;
    background: transparent;
    display: flex;
    padding: 11px 16px 12px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--grey-80);
    min-width: 0;
    width: 0;
}

input:focus[b-fsqytp0lse] {
    outline: none;
}

.icon-button[b-fsqytp0lse] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    appearance: none;
    background-color: transparent;
    transition: background-color 100ms ease-out;
    flex-shrink: 0;
    padding: 0;
}

    .icon-button:hover[b-fsqytp0lse] {
        background-color: var(--grey-80);
    }

.icon[b-fsqytp0lse] {
    display: flex;
    width: 40px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--grey-20);
    color: var(--grey-80);
    transition: border-left-color 100ms ease-out, color 100ms ease-out;
    flex-shrink: 0;
}

.icon-button:hover .icon[b-fsqytp0lse] {
    border-left-color: transparent;
    color: var(--white);
}

.text-input.disabled input[b-fsqytp0lse] {
    color: var(--grey-20);
    pointer-events: none;
}

.text-input.disabled .icon-button[b-fsqytp0lse] {
    color: var(--grey-20);
}

    .text-input.disabled .icon-button .icon[b-fsqytp0lse] {
        color: var(--grey-20);
        border-left-color: var(--grey-20);
    }

    .text-input.disabled .icon-button:hover[b-fsqytp0lse] {
        background-color: transparent;
        color: var(--grey-20);
    }

        .text-input.disabled .icon-button:hover .icon[b-fsqytp0lse] {
            color: var(--grey-20);
            border-left-color: var(--grey-20);
        }

.content[b-fsqytp0lse] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.time[b-fsqytp0lse] {
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 6px;
    background: var(--grey-5);
}

.time-label[b-fsqytp0lse] {
    display: flex;
    padding: 8px;
    align-items: center;
    color: var(--grey-80);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    width: 36px;
    transition: background-color 300ms ease-out, color 300ms ease-out;
}

    .time-label[active][b-fsqytp0lse] {
        background-color: var(--vibus-green);
        color: white;
    }

.numbers[b-fsqytp0lse] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    align-self: stretch;
}

.numbers[b-fsqytp0lse]  .button {
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}
/* /Shared/VeranstaltungRow.razor.rz.scp.css */
tbody[b-6rueaip405] {
    display: flex;
    flex-direction: column;
    --bg-color: var(--grey-5);
}

    tbody.termine td.expand[b-6rueaip405] {
        background-color: var(--bg-color);
    }

    tbody.termine tr.main-row :is(td.nr, td.bez)[b-6rueaip405] {
        font-weight: 700;
    }

    tbody:not(.termine) tr.main-row td.expand[b-6rueaip405]  .button {
        display: none;
    }

    tbody:not(.expanded) tr.serie-reihe[b-6rueaip405] {
        display: none;
    }

:is(.expand, .actions)[b-6rueaip405]  .button {
    border-radius: 0;
}

tr[b-6rueaip405] {
    display: flex;
}

    tr.selected td[b-6rueaip405] {
        --bg-color: var(--grey-80);
        color: white;
    }

td[b-6rueaip405] {
    display: flex;
    height: 32px;
    padding: 0 16px;
    align-items: center;
    background: var(--bg-color);
    color: var(--grey-80);
    font-size: 14px;
    transition: color 300ms ease-out, background-color 300ms ease-out;
}

    td.ph[b-6rueaip405] {
        flex: 0 0 34px;
        background: transparent;
    }

    td.expand[b-6rueaip405] {
        flex: 0 0 34px;
        padding: 0 2px 0 0;
        background: transparent content-box;
        justify-content: center;
    }

    td.nr[b-6rueaip405] {
        flex: 0 0 53px;
        justify-content: right;
    }

    td.bez[b-6rueaip405] {
        flex: 1 0 0;
    }

    td.datum[b-6rueaip405] {
        flex: 0 0 128px;
    }

    td.actions[b-6rueaip405] {
        flex: 0 0 96px;
        padding: 0;
    }
/* /Shared/VeranstaltungTable.razor.rz.scp.css */
table[b-h033exbado] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 0 0;
    overflow-y: auto;
    align-self: stretch;
}

thead[b-h033exbado] {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
}

tr[b-h033exbado] {
    display: flex;
}

th[b-h033exbado] {
    display: flex;
    height: 32px;
    padding: 0px 16px;
    align-items: center;
    background: var(--grey-10);
    color: var(--grey-80);
    font-size: 14px;
}

    th.expand[b-h033exbado] {
        flex: 0 0 34px;
    }

    th.nr[b-h033exbado] {
        flex: 0 0 53px;
        justify-content: right;
    }

    th.bez[b-h033exbado] {
        flex: 1 0 0;
    }

    th.datum[b-h033exbado] {
        flex: 0 0 128px;
    }

    th.actions[b-h033exbado] {
        flex: 0 0 96px;
    }
/* /Shared/ZeitbuchungTable.razor.rz.scp.css */
.table[b-szumyu4ns8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    overflow: hidden;
}

.headline[b-szumyu4ns8] {
    display: flex;
    padding: 16px 16px 8px 16px;
    align-items: flex-start;
    align-self: stretch;
    background: var(--white);
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-80);
}

table[b-szumyu4ns8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    overflow: auto;
}

    table > tr[b-szumyu4ns8] {
        display: flex;
        height: 32px;
        padding: 0px 8px;
        align-items: flex-start;
        align-self: stretch;
        background: var(--white);
        min-width: fit-content;
        position: sticky;
        top: 0px;
        border-bottom: 1px solid var(--grey-10);
    }

th[b-szumyu4ns8] {
    display: flex;
    height: 32px;
    padding: 8px;
    align-items: center;
    color: var(--grey-80);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    flex: 0 0 var(--column-width);
    min-width: var(--column-width);
    width: var(--column-width);
}

.th48[b-szumyu4ns8] {
    --column-width: 48px;
}

.th80[b-szumyu4ns8] {
    --column-width: 80px;
}

.th96[b-szumyu4ns8] {
    --column-width: 96px;
}

.th128[b-szumyu4ns8] {
    --column-width: 128px;
}

tbody[b-szumyu4ns8] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    flex: 1 0 0;
    align-self: stretch;
    min-width: fit-content;
}

tr[b-szumyu4ns8] {
    display: flex;
    padding: 0px 8px;
    align-items: flex-start;
    background: var(--white);
}

td[b-szumyu4ns8] {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    color: var(--grey-80);
    font-size: 12px;
    flex: 0 0 var(--column-width);
    min-width: var(--column-width);
    width: var(--column-width);
}

[b-szumyu4ns8] .pagination {
    padding: 4px;
    background: var(--white);
}
