/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bot7hc55iy] {
    background: #f8f9fa; /* Bootstrap's lyse baggrund */
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto auto 1fr auto;
}

.content[b-bot7hc55iy] {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 2rem;
}

#blazor-error-ui[b-bot7hc55iy] {
    background: #fff3cd;
    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-bot7hc55iy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.app-jumbotron[b-ccjk2v4ep5] {
    position: relative;
    background-image: url('/images/hul-17.webp');
    background-position: 50% 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    height: 200px;
    overflow: hidden;
}

.jumbotron-fluid[b-ccjk2v4ep5] {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jumbotron[b-ccjk2v4ep5] {
    padding: 2rem 1rem;
    background-color: #e9ecef;
}

@media (min-width: 576px) {
    .jumbotron[b-ccjk2v4ep5] {
        padding: 4rem 2rem;
    }
}
@media (max-width: 720px) {
    .app-jumbotron[b-ccjk2v4ep5] {
        background-position: 70% 45%;
    }
}

.background-overlay[b-ccjk2v4ep5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 1;
}

.jumbotron-title-container[b-ccjk2v4ep5] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.jumbotron-title-container h1[b-ccjk2v4ep5] {
    max-width: 800px;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: left;
}
