/* /Bilder/Dateiupload.razor.rz.scp.css */
header[b-ffro2nwjhd]
{
    flex-shrink: 0;
}

main[b-ffro2nwjhd]
{
    flex-grow: 1;
    overflow-y: auto;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 8rem;
    gap: 1rem;

    > *
    {
        border-radius: 0.5rem;
        overflow: hidden;
        border: 1px solid #000;
    }
}

footer[b-ffro2nwjhd]
{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

ul[b-ffro2nwjhd]
{
    text-align: left;
    padding-left: 1rem;
    overflow-x: auto;
    white-space: nowrap;
}

progress[b-ffro2nwjhd]
{
    margin: 1rem;
}

.add-button-container[b-ffro2nwjhd]
{
    cursor: pointer;
}

.add-button[b-ffro2nwjhd]
{
    pointer-events: none;

    width: 100%;
    height: 100%;
}
/* /Bilder/Vorschaubild.razor.rz.scp.css */
.preview-image[b-weif9waj2e],
.preview-image-container[b-weif9waj2e]
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    background-color: white;
    z-index: 1;
}

.preview-failed[b-weif9waj2e]
{
    position: absolute;
    bottom: 0;
    font-size: 0.5rem;
}

.delete-button[b-weif9waj2e]
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color-accent);
    padding: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer;
}
/* /Layout/ErrorContainer.razor.rz.scp.css */
#blazor-error-ui[b-mt4z9d0ilz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mt4z9d0ilz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/LanguageSwitcher.razor.rz.scp.css */
button[b-r2mf58y1ot]
{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    padding: 0.5rem;
    margin: 0.5rem;
    aspect-ratio: 1;
    background: none;
    border: none;
    font-size: 2rem;
    text-shadow: 5px 5px 5px gray;
}
/* /Start.razor.rz.scp.css */
.button[b-poob9so1lh]
{
    margin-top: 3rem;
    display: inline-block;
}
/* /Zugriffsschutz/Sicherheitsabfrage.razor.rz.scp.css */
[b-0cvtcudssy] form
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;

    p
    {
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .row[b-0cvtcudssy]
    {
        margin-bottom: 3rem;

        &:empty
        {
            display: none;
        }
    }

    [b-0cvtcudssy] .validation-message
    {
        color: var(--color-main);
        margin-top: 1rem;
    }

    button[b-0cvtcudssy]
    {
        align-self: stretch;
    }
}
