/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-hofmstc4mm] {
    margin-top: auto;
    color: #425163;
}

.footer-top[b-hofmstc4mm] {
    background-color: #ebf0f1;
    padding: 2rem 1.5rem;
}

.footer-columns[b-hofmstc4mm] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-col h3[b-hofmstc4mm] {
    margin: 0 0 0.9rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1f2d3d;
    text-transform: uppercase;
}

.footer-col ul[b-hofmstc4mm] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col li[b-hofmstc4mm] {
    border-bottom: 1px dotted #b7c4c6;
}

.footer-col li:last-child[b-hofmstc4mm] {
    border-bottom: none;
}

.footer-col a[b-hofmstc4mm] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.45rem 0;
    color: #425163;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-col a:hover[b-hofmstc4mm] {
    color: #007391;
}

.ext-icon[b-hofmstc4mm] {
    width: 0.7rem;
    height: 0.7rem;
}

address[b-hofmstc4mm] {
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 0.9rem;
}

.footer-contact-line[b-hofmstc4mm] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
}

.footer-contact-line a[b-hofmstc4mm] {
    color: #425163;
    text-decoration: underline;
}

.footer-icon[b-hofmstc4mm] {
    width: 0.95rem;
    height: 0.95rem;
    color: #007391;
    flex-shrink: 0;
}

.footer-bottom[b-hofmstc4mm] {
    background-color: #dde9eb;
    border-top: 1px solid #cfdadc;
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-bottom span[b-hofmstc4mm] {
    font-size: 0.8rem;
    color: #425163;
}

.scroll-top[b-hofmstc4mm] {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    color: #425163;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scroll-top svg[b-hofmstc4mm] {
    width: 1rem;
    height: 1rem;
}

.scroll-top:hover[b-hofmstc4mm] {
    color: #007391;
}

@media (max-width: 900px) {
    .footer-columns[b-hofmstc4mm] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .footer-columns[b-hofmstc4mm] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5nhgqvam2a] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-5nhgqvam2a] {
    flex: 1;
}

.content[b-5nhgqvam2a] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#blazor-error-ui[b-5nhgqvam2a] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-5nhgqvam2a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.main-nav[b-ca93qucxuu] {
    background-color: #dde9eb;
    border-top: 1px solid #cfdadc;
    border-bottom: 1px solid #cfdadc;
}

.nav-container[b-ca93qucxuu] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    position: relative;
}

.nav-menu[b-ca93qucxuu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 1.5rem;
}

.nav-links[b-ca93qucxuu] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin: 0;
    padding: 0;
}

.nav-links[b-ca93qucxuu]  a {
    color: #333334;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.nav-links[b-ca93qucxuu]  a:hover,
.nav-links[b-ca93qucxuu]  a.active {
    color: #007391;
}

.phone-pill[b-ca93qucxuu] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background-color: #007391;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    white-space: nowrap;
}

.phone-pill:hover[b-ca93qucxuu] {
    background-color: #005a71;
    color: #fff;
}

.phone-icon[b-ca93qucxuu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #fff;
    color: #007391;
    flex-shrink: 0;
}

.phone-icon svg[b-ca93qucxuu] {
    width: 0.9rem;
    height: 0.9rem;
}

.navbar-toggler[b-ca93qucxuu],
.navbar-toggler-label[b-ca93qucxuu] {
    display: none;
}

@media (max-width: 900px) {
    .nav-container[b-ca93qucxuu] {
        flex-wrap: wrap;
        min-height: auto;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .navbar-toggler-label[b-ca93qucxuu] {
        display: inline-flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
        padding: 0.5rem;
        margin-left: auto;
    }

    .navbar-toggler-label span[b-ca93qucxuu] {
        width: 22px;
        height: 2px;
        background: #333334;
    }

    .nav-menu[b-ca93qucxuu] {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        width: 100%;
        padding-bottom: 0.75rem;
    }

    .navbar-toggler:checked ~ .nav-menu[b-ca93qucxuu] {
        display: flex;
    }

    .nav-links[b-ca93qucxuu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .nav-links[b-ca93qucxuu]  a {
        display: block;
        padding: 0.6rem 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ujf168zwim],
.components-reconnect-repeated-attempt-visible[b-ujf168zwim],
.components-reconnect-failed-visible[b-ujf168zwim],
.components-pause-visible[b-ujf168zwim],
.components-resume-failed-visible[b-ujf168zwim],
.components-rejoining-animation[b-ujf168zwim] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-retrying[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-failed[b-ujf168zwim],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ujf168zwim] {
    display: block;
}


#components-reconnect-modal[b-ujf168zwim] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ujf168zwim 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ujf168zwim 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ujf168zwim 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ujf168zwim]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ujf168zwim 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ujf168zwim {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ujf168zwim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ujf168zwim {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ujf168zwim] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ujf168zwim] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ujf168zwim] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ujf168zwim] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ujf168zwim] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ujf168zwim] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ujf168zwim] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ujf168zwim 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ujf168zwim] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ujf168zwim {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-09e9dbfzsm] {
    background-color: #ebf0f1;
}

.site-header-inner[b-09e9dbfzsm] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.5rem;
}

.brand[b-09e9dbfzsm] {
    display: inline-flex;
    align-items: center;
}

.brand-logo[b-09e9dbfzsm] {
    height: 46px;
    width: auto;
    display: block;
}

.brand-divider[b-09e9dbfzsm] {
    width: 1px;
    height: 32px;
    background-color: #b7c4c6;
}

.brand-tagline[b-09e9dbfzsm] {
    margin: 0;
    font-size: 0.95rem;
    color: #3c4144;
}

.brand-tagline .sep[b-09e9dbfzsm] {
    color: #007391;
    margin: 0 0.35rem;
    font-weight: 600;
}

.account-info[b-09e9dbfzsm] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    white-space: nowrap;
}

.account-name[b-09e9dbfzsm] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3c4144;
}

.account-logout[b-09e9dbfzsm] {
    background: none;
    border: 1px solid #cfdadc;
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    color: #007391;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
}

.account-logout:hover[b-09e9dbfzsm] {
    background-color: #eaf3f4;
}

@media (max-width: 640.98px) {
    .site-header-inner[b-09e9dbfzsm] {
        flex-wrap: wrap;
    }

    .brand-divider[b-09e9dbfzsm] {
        display: none;
    }

    .brand-tagline[b-09e9dbfzsm] {
        flex-basis: 100%;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Admin/Management.razor.rz.scp.css */
.tab-nav[b-km4gk5ulsz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    border-bottom: 2px solid #dde9eb;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.tab-link[b-km4gk5ulsz] {
    padding: 0.65rem 1.25rem;
    color: #3c4144;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.tab-link:hover[b-km4gk5ulsz] {
    color: #007391;
}

.tab-link.active[b-km4gk5ulsz] {
    color: #007391;
    border-bottom-color: #007391;
}
/* /Components/Pages/Admin/Tabs/DienstleistungenTab.razor.rz.scp.css */
.coordinate-picker-map[b-7jqzsia6if] {
    height: 220px;
    border-radius: 0.6rem;
    border: 1px solid #dde9eb;
}

.type-chip-list[b-7jqzsia6if] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.type-chip[b-7jqzsia6if] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #cfdadc;
    background-color: #f4f7f8;
    font-size: 0.9rem;
    color: #333334;
    cursor: pointer;
    user-select: none;
}

.type-chip input[b-7jqzsia6if] {
    accent-color: #007391;
}
/* /Components/Pages/Aktuelles.razor.rz.scp.css */
.aktuelles-list[b-g7hl6efuh9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
}

.aktuelles-card[b-g7hl6efuh9] {
    display: flex;
    gap: 1.25rem;
    background-color: #fff;
    border: 1px solid #dde9eb;
    border-radius: 0.6rem;
    padding: 1.25rem;
}

.aktuelles-card-image[b-g7hl6efuh9] {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.aktuelles-card-body h2[b-g7hl6efuh9] {
    margin: 0 0 0.25rem;
    font-size: 1.3rem;
    color: #1c1f21;
}

.aktuelles-card-meta[b-g7hl6efuh9] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.aktuelles-card-description[b-g7hl6efuh9] {
    color: #3c4144;
    line-height: 1.6;
    white-space: pre-line;
    margin: 0;
}

@media (max-width: 640px) {
    .aktuelles-card[b-g7hl6efuh9] {
        flex-direction: column;
    }

    .aktuelles-card-image[b-g7hl6efuh9] {
        width: 100%;
        height: 180px;
    }
}
/* /Components/Pages/Dienstleistungen.razor.rz.scp.css */
.dienstleistungen-layout[b-sxu42bibxm] {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 1.5rem;
    margin-top: 1rem;
    align-items: start;
}

.dienstleistungen-map-col[b-sxu42bibxm] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dienstleistungen-filter[b-sxu42bibxm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    background-color: #f4f7f8;
    border: 1px solid #dde9eb;
    border-radius: 0.6rem;
}

.filter-label[b-sxu42bibxm] {
    font-weight: 600;
    color: #3c4144;
    margin-right: 0.25rem;
}

.filter-chip[b-sxu42bibxm] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #cfdadc;
    background-color: #fff;
    font-size: 0.9rem;
    color: #333334;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.filter-chip.active[b-sxu42bibxm] {
    background-color: #007391;
    border-color: #007391;
    color: #fff;
}

.filter-chip input[b-sxu42bibxm] {
    accent-color: #007391;
}

.dienstleistungen-map[b-sxu42bibxm] {
    height: 360px;
    border-radius: 0.6rem;
    border: 1px solid #dde9eb;
}

.dienstleistungen-details[b-sxu42bibxm] {
    min-height: 360px;
}

@media (max-width: 900px) {
    .dienstleistungen-layout[b-sxu42bibxm] {
        grid-template-columns: 1fr;
    }

    .dienstleistungen-details[b-sxu42bibxm] {
        min-height: 0;
    }
}

/* Content below is injected client-side by wwwroot/js/dienstleistungen-map.js, so it
   doesn't carry Blazor's CSS-isolation scope attribute — ::deep drops that requirement
   for everything after it, while still anchoring the rule to this component's markup. */
#dienstleistungen-details[b-sxu42bibxm]  .details-placeholder {
    color: #6c757d;
    margin: 0;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-card {
    background-color: #fff;
    border: 1px solid #dde9eb;
    border-radius: 0.6rem;
    padding: 1.25rem 1.5rem;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-title {
    margin: 0 0 0.5rem;
    color: #1c1f21;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.9rem;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-type-badge {
    background-color: #eaf3f4;
    color: #007391;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-description {
    color: #3c4144;
    line-height: 1.6;
    white-space: pre-line;
    margin-bottom: 1.1rem;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

#dienstleistungen-details[b-sxu42bibxm]  .details-gallery img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #dde9eb;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero */

.hero[b-sbh6z3i93c] {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-image[b-sbh6z3i93c] {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, #5f7d46 0%, #a9c9a0 30%, #e8ede4 65%, #f7f9f7 100%);
}

.hero-content[b-sbh6z3i93c] {
    position: relative;
    z-index: 1;
    max-width: 420px;
    margin-left: auto;
    margin-right: 8%;
    padding: 2rem 0;
}

.hero-content h1[b-sbh6z3i93c] {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1c3a4b;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.hero-content p[b-sbh6z3i93c] {
    color: #3c4144;
    margin-bottom: 1.25rem;
}

.btn-primary-pill[b-sbh6z3i93c] {
    display: inline-block;
    background-color: #007391;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0.65rem 1.5rem;
    border-radius: 0.25rem;
}

.btn-primary-pill:hover[b-sbh6z3i93c] {
    background-color: #005a71;
    color: #fff;
}

/* Welcome + Aktuelles */

.welcome-section[b-sbh6z3i93c] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
    align-items: start;
}

.welcome-text h2[b-sbh6z3i93c] {
    font-weight: 700;
    margin-bottom: 1rem;
}

.welcome-text h3[b-sbh6z3i93c] {
    font-weight: 700;
    margin: 1.25rem 0 0.5rem;
}

.welcome-text p[b-sbh6z3i93c] {
    line-height: 1.7;
    color: #3c4144;
}

/* Partner logos */

.partners-band[b-sbh6z3i93c] {
    background-color: #f4f7f8;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

/* Highlight cards */

.highlight-cards[b-sbh6z3i93c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 2.5rem auto;
    padding: 0 1.5rem 2.5rem;
}

.highlight-card[b-sbh6z3i93c] {
    border: 1px solid #dde9eb;
    border-radius: 0.4rem;
    overflow: hidden;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.highlight-image[b-sbh6z3i93c] {
    height: 180px;
}

.highlight-image-unternehmen[b-sbh6z3i93c] {
    background: linear-gradient(135deg, #cbb994, #9a8763);
}

.highlight-image-dienstleistungen[b-sbh6z3i93c] {
    background: linear-gradient(135deg, #6fa8dc, #34617e);
}

.highlight-image-stellenangebote[b-sbh6z3i93c] {
    background: linear-gradient(135deg, #e0b23c, #a97a1f);
}

.highlight-body[b-sbh6z3i93c] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.highlight-body h3[b-sbh6z3i93c] {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.highlight-body p[b-sbh6z3i93c] {
    color: #3c4144;
    font-size: 0.9rem;
    line-height: 1.5;
    flex: 1;
}

@media (max-width: 900px) {
    .hero-content[b-sbh6z3i93c] {
        margin: 0 1.5rem;
        max-width: none;
    }

    .welcome-section[b-sbh6z3i93c] {
        grid-template-columns: 1fr;
    }

    .highlight-cards[b-sbh6z3i93c] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Stellenangebote.razor.rz.scp.css */
.stellenangebote-list[b-ydl5xg88ut] {
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.stellenangebote-list li[b-ydl5xg88ut] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
/* /Components/Pages/Unternehmen.razor.rz.scp.css */
.portrait-section[b-hkjfe7buk1] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    margin-top: 1rem;
    align-items: start;
}

.portrait-text h2[b-hkjfe7buk1] {
    font-weight: 700;
    margin-bottom: 1rem;
}

.portrait-text p[b-hkjfe7buk1] {
    line-height: 1.7;
    color: #3c4144;
}

.section-block[b-hkjfe7buk1] {
    margin-top: 2.5rem;
}

.section-block h2[b-hkjfe7buk1] {
    font-weight: 700;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #007391;
    margin-bottom: 1.5rem;
}

.partners-band[b-hkjfe7buk1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5rem;
}

.qm-box[b-hkjfe7buk1] {
    background-color: #f4f7f8;
    border: 1px solid #dde9eb;
    border-radius: 0.4rem;
    padding: 1.5rem;
}

.qm-box p[b-hkjfe7buk1] {
    line-height: 1.7;
    color: #3c4144;
}

.certificate-link[b-hkjfe7buk1] {
    color: #007391;
    font-weight: 600;
    text-decoration: none;
}

.portrait-images[b-hkjfe7buk1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.portrait-image[b-hkjfe7buk1] {
    height: 180px;
    border: 1px solid #dde9eb;
    border-radius: 0.4rem;
}

.portrait-image:nth-child(1)[b-hkjfe7buk1] {
    background: linear-gradient(135deg, #4a4f52, #24272a);
}

.portrait-image:nth-child(2)[b-hkjfe7buk1] {
    background: linear-gradient(135deg, #6fa8dc, #2f6f8f);
}

.portrait-image:nth-child(3)[b-hkjfe7buk1] {
    background: linear-gradient(135deg, #e0b23c, #a97a1f);
}

@media (max-width: 900px) {
    .portrait-section[b-hkjfe7buk1] {
        grid-template-columns: 1fr;
    }

    .portrait-images[b-hkjfe7buk1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/AktuellesWidget.razor.rz.scp.css */
.aktuelles-widget[b-kzxh4cgzw2] {
    border: 1px solid #dde9eb;
    border-radius: 0.4rem;
    overflow: hidden;
    background: #fff;
}

.aktuelles-header[b-kzxh4cgzw2] {
    background-color: #eaf3f4;
    color: #1c3a4b;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0.6rem;
}

.aktuelles-image[b-kzxh4cgzw2] {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
    background: linear-gradient(135deg, #8fae6e, #5f7d46);
}

.aktuelles-body[b-kzxh4cgzw2] {
    padding: 1rem;
}

.aktuelles-body h3[b-kzxh4cgzw2] {
    margin: 0 0 0.5rem;
}

.aktuelles-body p[b-kzxh4cgzw2] {
    font-size: 0.9rem;
    color: #3c4144;
    line-height: 1.6;
}

.weiterlesen[b-kzxh4cgzw2] {
    color: #007391;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.aktuelles-slide[b-kzxh4cgzw2] {
    display: none;
}

.aktuelles-slide.active[b-kzxh4cgzw2] {
    display: block;
}

.aktuelles-pagination[b-kzxh4cgzw2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
    padding: 0 1rem 1rem;
}

.aktuelles-pagination button[b-kzxh4cgzw2] {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #cfdadc;
    background: #fff;
    border-radius: 0.25rem;
    color: #6c757d;
    cursor: pointer;
}

.aktuelles-pagination button:hover[b-kzxh4cgzw2] {
    color: #007391;
    border-color: #007391;
}
