/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tz06c2qyrs] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-tz06c2qyrs] {
    flex: 1;
}

.top-header[b-tz06c2qyrs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--faelleinheit-base, #534D4D);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 3.75rem;
}

.top-header-brand[b-tz06c2qyrs] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.top-header-brand:hover[b-tz06c2qyrs] {
    color: rgba(255, 255, 255, 0.9);
}

.top-header-logo[b-tz06c2qyrs] {
    max-height: 2.6rem;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.top-header-title[b-tz06c2qyrs] {
    white-space: nowrap;
    font-size: 0.95rem;
}

@media (max-width: 640.98px) {
    .top-header[b-tz06c2qyrs] {
        flex-wrap: wrap;
    }
}

main .content[b-tz06c2qyrs] {
    text-align: left;
}

@media (min-width: 641px) {
    article[b-tz06c2qyrs] {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

#blazor-error-ui[b-tz06c2qyrs] {
    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-tz06c2qyrs] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-yh8gvmyhq2] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-left: auto;
}

.top-nav-text-links[b-yh8gvmyhq2] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.top-nav-icon-links[b-yh8gvmyhq2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-nav-link[b-yh8gvmyhq2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none !important;
    font-size: 1.08rem;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.top-nav-link:hover[b-yh8gvmyhq2] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.top-nav-link.active[b-yh8gvmyhq2] {
    background-color: rgba(var(--faelleinheit-primary-rgb, 58, 134, 104), 0.75);
    color: #fff;
}

.top-nav-link .bi[b-yh8gvmyhq2] {
    font-size: 1.25rem;
}

@media (max-width: 640.98px) {
    .top-nav[b-yh8gvmyhq2] {
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
    }
}
