/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kt5jec0u84] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* schwebender Inhaltsbereich ueber dem Seitenhintergrund */
    box-shadow: 0 2px 6px rgba(0,0,0,.30), 0 18px 45px rgba(0,0,0,.45), 0 45px 90px rgba(0,0,0,.35);
}

main[b-kt5jec0u84] {
    flex: 1;
}

.sidebar[b-kt5jec0u84] {
    background-color: #32373B;
    min-width: 270px;
}



@media (min-width: 641px) {
    .page[b-kt5jec0u84] {
        flex-direction: row;
    }

    .sidebar[b-kt5jec0u84] {
        height: 100vh;
        position: sticky;
        top: 0;
    }
}


#blazor-error-ui[b-kt5jec0u84] {
    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-kt5jec0u84] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-25vuu6zrlp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #fbb900;
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-25vuu6zrlp] {
        background-color: rgba(255, 255, 255, 0.5);
    }


.bi[b-25vuu6zrlp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}



.nav-item[b-25vuu6zrlp] {
    font-size: 1rem;
    padding-top: 0.1rem;
    color: white;
    font-weight:100;
    text-transform:uppercase;
    letter-spacing:1px;
}

    .nav-item[b-25vuu6zrlp]  .nav-link {
        color: #d7d7d7;
        background: none;
        display: flex;
        align-items: center;
        line-height: 1.7rem;
        width: 100%;
        padding: 0px;
        margin: 0px;
        padding-left: 10px;
        transition: color .25s ease, border-color .25s ease;
    }

    .nav-item[b-25vuu6zrlp]  a.active {
        color: #fbb900;
        border-bottom: 1px solid #fbb900;
        xborder-right: 6px solid #fbb900;
    }

    .nav-item[b-25vuu6zrlp]  .nav-link:hover {
        color: #fbb900;
        text-decoration: none;
    }

.navOuter[b-25vuu6zrlp] {
    min-height: auto;
    max-height: none;
    overflow: visible;
}

.nav-scrollable[b-25vuu6zrlp] {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    /* Weiche Fade-Kanten oben/unten statt harter Abrisskante */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    /* Firefox: schlanke, dezente Scrollbar */
    scrollbar-width: thin;
    scrollbar-color: rgba(242, 179, 0, .35) transparent;
    transition: scrollbar-color .25s ease;
}

    .nav-scrollable:hover[b-25vuu6zrlp],
    .nav-scrollable:focus-within[b-25vuu6zrlp] {
        scrollbar-color: rgba(242, 179, 0, .85) transparent;
    }

    /* WebKit/Chromium: Overlay-Look – schmal, randlos, erst bei Hover sichtbar */
    .nav-scrollable[b-25vuu6zrlp]::-webkit-scrollbar {
        width: 8px;
    }

    .nav-scrollable[b-25vuu6zrlp]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-25vuu6zrlp]::-webkit-scrollbar-thumb {
        background-color: rgba(242, 179, 0, .25);
        border-radius: 999px;
        border: 2px solid transparent;
        background-clip: content-box;
        transition: background-color .25s ease;
    }

    .nav-scrollable:hover[b-25vuu6zrlp]::-webkit-scrollbar-thumb,
    .nav-scrollable:focus-within[b-25vuu6zrlp]::-webkit-scrollbar-thumb {
        background-color: rgba(242, 179, 0, .75);
    }

    .nav-scrollable[b-25vuu6zrlp]::-webkit-scrollbar-thumb:hover {
        background-color: #ffca2d;
    }

    .nav-scrollable[b-25vuu6zrlp]::-webkit-scrollbar-thumb:active {
        background-color: #f2b300;
    }

@media (prefers-reduced-motion: reduce) {
    .nav-scrollable[b-25vuu6zrlp] {
        scroll-behavior: auto;
    }
}

.navbar-toggler:checked ~ .nav-scrollable[b-25vuu6zrlp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-25vuu6zrlp] {
        display: none;
    }

    .nav-scrollable[b-25vuu6zrlp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
    }

    .navOuter[b-25vuu6zrlp] {
        min-height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }
}

.logoBiene[b-25vuu6zrlp] {
    width: 50px;
}

.menuBiene[b-25vuu6zrlp] {
    display: none;
}

@media (min-width: 800px) and (min-height: 700px) {
    .logoBiene[b-25vuu6zrlp] {
        width: 128px;
    }

    .menuBiene[b-25vuu6zrlp] {
        display: block;
    }
}

@media (min-height: 600px) {
    .nav-item[b-25vuu6zrlp] {
        padding-top: 1rem;
    }
}
/* /Components/Pages/Karriere.razor.rz.scp.css */
.career-event[b-oglzzaf0sw] {
    background: #fff;
    padding: 30px 34px;
    margin: 20px 0 42px 0;
    border-left: 8px solid #f5b400;
}

.career-event__inner[b-oglzzaf0sw] {
    max-width: 820px;
}

.career-event__eyebrow[b-oglzzaf0sw] {
    margin: 0 0 8px 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f5b400;
}

[b-oglzzaf0sw] .career-event h2 {
    margin: 0 0 18px 0;
    font-size: 30px;
    line-height: 1.2;
    color: #111;
}

[b-oglzzaf0sw] .career-event p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 14px 0;
    color: #111;
}

.career-event__link[b-oglzzaf0sw] {
    margin-top: 22px;
}

[b-oglzzaf0sw] .career-event a {
    color: #111;
    font-weight: bold;
    text-decoration: underline;
}

[b-oglzzaf0sw] .career-event a:hover {
    color: #f5b400;
}
/* /Components/Pages/ReferenzenSuccessstory.razor.rz.scp.css */
.leanio-success[b-5xd569cxwt] {
    font-family: Arial, sans-serif;
    color: #111;
    padding: 40px;
    background: #fff;
}

.breadcrumb[b-5xd569cxwt] {
    font-size: 13px;
    color: #666;
    margin-bottom: 45px;
}

.success-hero[b-5xd569cxwt] {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 55px;
}

.eyebrow[b-5xd569cxwt] {
    color: #f5b400;
    font-weight: bold;
    letter-spacing: .04em;
    margin-bottom: 22px;
}

.success-hero h1[b-5xd569cxwt] {
    font-size: 34px;
    margin: 0 0 14px;
}

.success-hero h2[b-5xd569cxwt] {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 20px;
}

.intro[b-5xd569cxwt] {
    max-width: 420px;
    line-height: 1.5;
}

.testimonial-section[b-5xd569cxwt] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 15px;
    align-items: center;
}

.testimonial[b-5xd569cxwt] {
    max-width: 430px;
}

.testimonial .quote[b-5xd569cxwt] {
    color: #f5b400;
    font-size: 54px;
    font-weight: 900;
    line-height: 0.65;
    margin-bottom: 16px;
    opacity: 0.95;
}

.testimonial p[b-5xd569cxwt] {
    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 22px;
}

.testimonial strong[b-5xd569cxwt] {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.testimonial span[b-5xd569cxwt] {
    display: block;
    font-size: 13px;
}

.testimonial-person[b-5xd569cxwt] {
    width: 100%;
    max-width: 300px;
    justify-self: end;
}

.kpi-row[b-5xd569cxwt] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0 40px;
}

.kpi[b-5xd569cxwt] {
    font-size: 14px;
    padding-left: 18px;
    border-left: 4px solid #f5b400;
}

.kpi span[b-5xd569cxwt] {
    font-size: 24px;
    font-weight: bold;
}

.before-after[b-5xd569cxwt] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-bottom: 30px;
}

.ba-card[b-5xd569cxwt] {
    background: #f6f6f6;
    padding: 28px;
}

.ba-card h3[b-5xd569cxwt] {
    margin-top: 0;
    font-size: 20px;
}

.ba-card img[b-5xd569cxwt] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 15px 0 20px;
}

.ba-card ul[b-5xd569cxwt] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ba-card li[b-5xd569cxwt] {
    margin-bottom: 11px;
    line-height: 1.4;
}

.negative li[b-5xd569cxwt]::before {
    content: "×";
    color: #f5b400;
    font-weight: bold;
    margin-right: 10px;
}

.positive li[b-5xd569cxwt]::before {
    content: "✓";
    color: #23a455;
    font-weight: bold;
    margin-right: 10px;
}

.ba-arrow[b-5xd569cxwt] {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    background: #f5b400;
    color: #fff;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 60px;
    z-index: 2;
    box-shadow: 0 0 0 12px #fff;
}

.story-grid[b-5xd569cxwt] {
    display: grid;
    grid-template-columns: 1fr 1fr .75fr;
    gap: 20px;
}

.story-box[b-5xd569cxwt] {
    background: #f6f6f6;
    padding: 28px;
}

.story-box h3[b-5xd569cxwt],
.company-box h3[b-5xd569cxwt] {
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
}

.story-box li[b-5xd569cxwt] {
    margin-bottom: 8px;
}

.company-box[b-5xd569cxwt] {
    background: #f5b400;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.cta-strip[b-5xd569cxwt] {
    margin-top: 30px;
    background: #f7f7f7;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-button[b-5xd569cxwt] {
    background: #f5b400;
    color: #111;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 4px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .success-hero[b-5xd569cxwt] {
        grid-template-columns: 1fr;
    }

    .testimonial-section[b-5xd569cxwt] {
        grid-template-columns: 1fr 260px;
    }
}

@media (max-width: 800px) {
    .leanio-success[b-5xd569cxwt] {
        padding: 25px;
    }

    .success-hero[b-5xd569cxwt],
    .testimonial-section[b-5xd569cxwt],
    .kpi-row[b-5xd569cxwt],
    .before-after[b-5xd569cxwt],
    .story-grid[b-5xd569cxwt] {
        grid-template-columns: 1fr;
    }

    .testimonial-person[b-5xd569cxwt] {
        justify-self: start;
        max-width: 230px;
    }

    .ba-arrow[b-5xd569cxwt] {
        display: none;
    }

    .cta-strip[b-5xd569cxwt] {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}
