/* .header-bar {
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    z-index: 999;
} */

/* Default header style */
.header-bar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* On homepage, at the top (hero section visible) */
body.home .header-bar {
    background-color: transparent;
}


/* Custom styles for the hero section and bee icon */





/* Homepage 2 */

.hero_section {
    display: flex;
    flex-direction: row;
}

.hero_section_left,
.hero_section_right {
    flex: 1;
    padding: 1rem;
    text-align: center;
    position: relative;
}
.hero_content {
    padding-top: 5rem;
}
.hero-section-right {
    padding: 0;
}

.hero_content h1,
.hero_content p {
    text-align: left;
}
.fjellbiene_bg_image img {
    max-height: 80vh;
    width: fit-content;
}



/* --- Mobil: stable og juster størrelser --- */
@media (max-width: 900px) {
    .stack_on_mobile.hero_section {
        grid-template-columns: 1fr;
    }

    /* .fjellbiene-hero-images {
        min-height: clamp(300px, 55vh, 560px);
    } */

}

@media (min-width: 1400px) {
    /* .fjellbiene_bg_image {
        aspect-ratio: 17 / 10;
    } */

    /* .fjellbiene-hero-images {
        padding-bottom: 4rem;
        overflow: hidden;
    } */
}


@media (min-width: 1600px) {
    .hero-section-content {
        width: 90vw;
        max-width: 1600px;
        margin-top: 4rem !important;
    }

    .hero-section-content-info {
        min-width: 30vw;
    }

    .hero-section-content-info p {
        font-size: 2rem !important;
    }

    /* Hjemside 1 /*/

    .fjellbiene-hero-images {
        overflow: hidden;
    }

    /* .fjellbiene_bg_image {
        aspect-ratio: 18 / 10;
    } */
}

@media (min-width: 2000px) {
    .hero-section-content {
        width: 1500px;
        max-width: 1800px;
    }
}

@media (max-width: 775px) {
    .honningglass-header {
        min-width: 40vw;
        left: -3rem;
    }

    /* Homepage 1 */
    .hero_section {
        flex-direction: column;
    }

    .hero_content h1,
    .hero_content p {
        text-align: center;
    }

    .hero_content p {
        font-size: large !important;
    }

    .fjellbiene-hero-images {
        padding-top: 0rem;
    }

    .fjellbiene_bg_image {
        aspect-ratio: 16 / 12;
    }

    .fjellbiene_glass {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
    }

}