/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-00omktoj0w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-00omktoj0w] {
    flex: 1;
}

@media (max-width: 641px) {
    .page[b-00omktoj0w] {
        flex-direction: column;
    }
}

@media (min-width: 641px) {
    .page[b-00omktoj0w] {
        flex-direction: column;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.content-frame[b-jiwn4qglsj] {
    border: 3px solid #000000;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    opacity: 0;
    animation: fadeInFrame-b-jiwn4qglsj 0.5s ease-in forwards;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Sentrer alt innhold horisontalt */
    display: flex;
    flex-direction: column; /* Behold elementene under hverandre */
    align-items: center; /* Midtstill barna horisontalt */
}

@keyframes fadeInFrame-b-jiwn4qglsj {
    from {
        opacity: 0;
        transform: scaleY(0.95);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
    }
}
.logo-container[b-jiwn4qglsj] {
    opacity: 0;
    animation: fadeInLogo-b-jiwn4qglsj 2s ease-in 1s forwards;
    text-align: center;
    margin-bottom: 20px;
}

@keyframes fadeInLogo-b-jiwn4qglsj {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.content-text[b-jiwn4qglsj] {
    opacity: 0;
    animation: fadeInText-b-jiwn4qglsj 1s ease-in 2s forwards;
}

@keyframes fadeInText-b-jiwn4qglsj {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.content-text strong[b-jiwn4qglsj] {
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: bold;
}

.content-text a[b-jiwn4qglsj] {
    color: #0066cc;
    text-decoration: none;
}

.content-text a:hover[b-jiwn4qglsj] {
    text-decoration: underline;
}

.orgnr[b-jiwn4qglsj] {
    display: inline-flex;
    gap: 0.3em;
}
