/* _content/FWRekrutierung/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Layout-spezifische Styles für FWRekrutierung */

a.navbar-brand[b-0bb6wyenus] {
    white-space: normal;
    text-align: left;
    word-break: normal;
}

a[b-0bb6wyenus] {
    color: #0077cc;
}

.btn-primary[b-0bb6wyenus] {
    color: #fff;
    background-color: var(--fw-primary-color, #dc3545);
    border-color: var(--fw-primary-color, #dc3545);
}

    .btn-primary:hover[b-0bb6wyenus],
    .btn-primary:focus[b-0bb6wyenus] {
        color: #fff;
        filter: brightness(0.92);
        border-color: var(--fw-primary-color, #dc3545);
    }

.nav-pills .nav-link.active[b-0bb6wyenus],
.nav-pills .show > .nav-link[b-0bb6wyenus] {
    color: #fff;
    background-color: var(--fw-primary-color, #dc3545);
    border-color: var(--fw-primary-color, #dc3545);
}

.fw-navbar[b-0bb6wyenus] {
    min-height: 82px;
    background-color: var(--fw-primary-color, #dc3545);
}

.fw-brand[b-0bb6wyenus] {
    min-width: 0;
}

.fw-logo[b-0bb6wyenus] {
    height: 54px;
    max-width: 210px;
    width: auto;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fw-module-title[b-0bb6wyenus] {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-container[b-0bb6wyenus] {
    min-height: calc(100vh - 160px);
}

.fw-footer[b-0bb6wyenus] {
    background-color: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    color: #6c757d;
    font-size: 0.9rem;
    padding: 0.75rem 0;
    margin-top: 2rem;
}

.border-top[b-0bb6wyenus] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-0bb6wyenus] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0bb6wyenus] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0bb6wyenus] {
    font-size: 1rem;
    line-height: inherit;
}

@media (max-width: 767.98px) {
    .fw-module-title[b-0bb6wyenus] {
        display: none;
    }

    .fw-navbar[b-0bb6wyenus] {
        min-height: 72px;
    }

    .fw-logo[b-0bb6wyenus] {
        height: 45px;
        max-width: 210px;
    }
}
