body {
    background-color: var(--bs-primary-bg);
    font-family: -apple-system, "system-ui", "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

.bid-open-modal {

}

.fe-logo:hover {
    opacity: 0.5;
}

.scrollarea {
    overflow-y: auto;
}

#article_form_body {
    height: 30rem;
}

img.player-picture  {
    min-height: 5rem;
    max-height: 5rem;
}

.vh-70 {
    height: 70vh;
}

.accordion-button::after {
}

.top-sticky {
    top: 3.3rem;
}

.box-shadow {
    box-shadow: 0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;
    opacity: 0.95;
}

a.dropdown-item img {
    max-width: 3rem;
    height: 2rem;
}

#content_first_level[busy]::after,
#content_second_level[busy]::after,
div[busy]::after
{
    content: "lädt...";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 5rem;
    min-height: 5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    z-index: 5;
}

#content_first_level[busy]::after
{
    background-color: var(--bs-secondary-bg);
}

#content_second_level[busy]::after
{
    background-color: var(--bs-secondary-bg);
}

header.navbar {
    margin-bottom: 1.5rem;
}

span.icon svg{
    height: 1rem;
}

table {
    padding: 2rem;
    border: 1px solid black;
    border-radius: var(--bs-card-border-radius);
}
