/* _content/SpofolketApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yu7cdrkah8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white; /* vit bakgrund f�r hela sidan */
}

header[b-yu7cdrkah8] {
    /* headern fylls av Bootstrap-klasserna i NavMenu (navbar-dark bg-dark) */
}

main[b-yu7cdrkah8] {
    flex: 1;
    padding-top: 1rem;
}

/* Highlight f�r aktiv NavLink */
.navbar-nav .nav-link.active[b-yu7cdrkah8] {
    font-weight: 600;
    text-decoration: underline;
}

/* Blazor standard felmeddelande UI */
#blazor-error-ui[b-yu7cdrkah8] {
    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-yu7cdrkah8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SpofolketApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Justera brand (logotyp/namn) */
.navbar-brand[b-qg573dunhz] {
    font-size: 1.1rem;
    font-weight: 600;
}

/* L�nkar */
.navbar-nav .nav-link[b-qg573dunhz] {
    color: #1E3A6D;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .navbar-nav .nav-link:hover[b-qg573dunhz] {
        color: #16305A;
        background-color: rgba(255,255,255,0.1);
        border-radius: 4px;
    }

    /* Aktiv l�nk */
    .navbar-nav .nav-link.active[b-qg573dunhz] {
        color: #16305A;
        font-weight: 600;
        background-color: rgba(255,255,255,0.25);
        border-radius: 4px;
    }

/* Ikoner */
.bi[b-qg573dunhz] {
    font-size: 1.2rem;
    line-height: 1;
}
/* _content/SpofolketApp/Shared/BSCarousel.razor.rz.scp.css */
.c-i-b[b-yjq08mnhhi] {
    height: 50vh;
    object-fit: cover;
    object-position: bottom;
}

.btn-scoped[b-yjq08mnhhi] {
    background-color: rgba(13, 110, 253, 0.4);
}

    .btn-scoped a[b-yjq08mnhhi] {
        text-decoration: none;
    }

.display-1[b-yjq08mnhhi] {
    line-height: 70px;
}

/* Hero-stil för captionen */
.carousel-caption[b-yjq08mnhhi] {
    padding: 0.5rem;
    text-align: center;
    color: #fff;
    max-width: 80%;
}

    .carousel-caption h5[b-yjq08mnhhi] {
        font-family: var(--font-sacramento, 'Sacramento', cursive);
        font-size: clamp(2.5rem, 6vw, 5rem);
        margin-bottom: 0.5rem;
    }

    .carousel-caption p[b-yjq08mnhhi] {
        font-size: clamp(1rem, 2vw, 1.5rem);
        font-weight: 300;
        letter-spacing: 0.05em;
    }

/* Media query for small screens */
@media (max-width: 600px) {

    .carousel-caption[b-yjq08mnhhi] {
        bottom: 1rem;
    }

        .carousel-caption h1[b-yjq08mnhhi] {
            font-size: 1.9rem !important;
            line-height: 1.7rem !important;
            font-weight: bold;
        }

        .carousel-caption h4[b-yjq08mnhhi] {
            font-size: 1rem;
            font-weight: 400 !important;
        }

    .btn-scoped[b-yjq08mnhhi] {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }
}
/* _content/SpofolketApp/Shared/ProgramTable.razor.rz.scp.css */

/* Media query for small screens */
/*@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}*/
