@import 'mappstr.Frontend.Client.woy3vrqd13.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/databinding.Blazor.Map/databinding.Blazor.Map.ag2vlu1ci3.bundle.scp.css';

/* /Components/HeaderLogo.razor.rz.scp.css */
header[b-zeeeqh7de5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    height: var(--header-height);
    z-index: 2;
    gap: var(--main-padding);
    top: 0;
    width: 100%;
    max-width: var(--main-max-width);
    padding: var(--main-padding);
    background-color: var(--hintergrund);
}

.header-button[b-zeeeqh7de5], .header-button *[b-zeeeqh7de5] {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;

}

    .header-button button[b-zeeeqh7de5] {
        all: unset;
        cursor: pointer;
    }

.header-logo-link[b-zeeeqh7de5] {
    display: contents;
}

.header-logo[b-zeeeqh7de5] {
    max-height: 120px;
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
}

.sub-navigation-list[b-zeeeqh7de5] {
    text-align: end;
    list-style: none;
}

.sub-navigation-item-link[b-zeeeqh7de5] {
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    font-family: var(--h1-font);
    color: var(--text-alternativ);
    text-decoration: none;
}

.sub-navigation-links[b-zeeeqh7de5], .sub-navigation-link[b-zeeeqh7de5] {
    color: var(--text-alternativ);
    font-size: var(--font-size-sm);
    text-align: right;
}

.sub-navigation-link[b-zeeeqh7de5] {
    text-decoration: underline;
}

.sub-navigation-cultures[b-zeeeqh7de5] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 1rem;
}

.sub-navigation-culture[b-zeeeqh7de5] {
    background: none;
    border: none;
    height: 45px;
    width: 45px;
    padding: 0;
}
/* /Components/Password.razor.rz.scp.css */
/* /Components/ServerLayout.razor.rz.scp.css */
.row[b-rby5wa2ak5] {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

main[b-rby5wa2ak5], footer[b-rby5wa2ak5] {
    overflow: hidden;
    padding: var(--main-padding);
}

main[b-rby5wa2ak5] {
    background-color: var(--hintergrund);
    padding-bottom: calc(var(--main-padding) + var(--footer-height));
    margin-top: 3em;
}

/* Wenn ein Header vorhanden ist, muss der abstand berechnet werden */
header ~ main[b-rby5wa2ak5] {
    padding-top: calc(var(--main-padding) + var(--header-height));
}

footer[b-rby5wa2ak5], nav[b-rby5wa2ak5] {
    width: 100%;
    left: 0;
    background: var(--footer-background);
}

footer[b-rby5wa2ak5] {
    height: var(--footer-height);
    position: fixed;
    bottom: 0;
    border-top-left-radius: var(--footer-border-radius);
    border-top-right-radius: var(--footer-border-radius);
    text-align: center;
}

[b-rby5wa2ak5] .links-container {
    display: flex;
    justify-content: space-between; /* Verteilt die Kinder (Links) gleichmäßig in der Container-Box */
}

[b-rby5wa2ak5] .link-left,
[b-rby5wa2ak5] .link-right {
    flex: 1; /* Erlaubt jedem Link, flexibel zu wachsen */
}

[b-rby5wa2ak5] .link-right {
    text-align: right;
}
