#infoHr {
    /* position: relative; */
    color: #45434371;
    background-color: #69676762;
    padding: 2px;
    margin: auto;
}

#infoHr2 {
    /* position: relative; */
    padding: 2px;
    color: #45434371;
    background-color: #69676762;
    margin: auto;
    padding: 2px;
}

/* Anpassa stilen för info-kortet */
.parallax-wrap {

    height: 405px;
    background-image: url(/assets/img/parallaxBg.png);
    background-position: 85%;
    background-attachment: fixed;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px;
    background-color: #000000;
}

.parallax-wrap .parallax-content {
    position: relative;
    width: fit-content;

}

.parallax-content {
    position: absolute;
    top: 20rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
    margin-top: -25rem;
    width: 100%;
}

.parallax-text {
    font-size: 2rem;
    margin-left: 2%;
    margin-top: 45%;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 28%;
}

.info-box {
    max-width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.812);
    padding: 1rem;
    border-radius: 7px;
    width: 15rem;
    margin-top: -5%;
}

.info-box p {
    margin-bottom: 0.5rem;
    margin: auto;
    margin-left: 5%;
    color: rgb(255, 255, 255);
}

/* & UTSTÄLLNING 70 (div) + KARATAN */

.utstallning {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: -10%;
}

.map_container {
    position: relative;
    padding-bottom: 36.25%;
    margin-top: -5%;
    /* Ger kartcontainern ett 16:9-aspektförhållande, kan justeras efter behov */
    height: 0;
    overflow: hidden;
}

.map-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

/* Använd Snazzy Maps för att skapa en mörkare karta */
.map-responsive iframe {
    filter: grayscale(100%) invert(100%) brightness(80%);
}





/* .list-inline-item a {
    font-weight: 500;
    color: rgb(215, 214, 214);
    text-decoration: none;
} */

/* Media Query för skärmar som är mindre än 600px breda */
@media screen and (max-width: 600px) {
    main {
        border: 0;
        box-shadow: none;
        background-color: #222121;

    }

    #infoHr {
        position: relative;
        color: #45434371;
        background-color: #69676762;
        padding: 2px;
        top: 5.5%;
        margin: auto;
    }

    #infoHr2 {
        position: relative;
        bottom: 3%;
        padding: 2px;
        color: #45434371;
        background-color: #69676762;
        margin: auto;
        padding: 2px;
    }

    .parallax-wrap .parallax-content {
        /* position: relataiva;
       */
        width: 100%;
        /* margin-left: 5%; */
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(0, 0, 0, 0.907);
        z-index: 99;
    }

    .parallax-wrap {
        margin-bottom: 1rem;
        margin-top: 2.5rem;
        height: 420px;
        /* background-position: 1.5rem 10rem; */
        /* Ändra höjden efter behov */

    }

    .parallax-content {
        background-color: rgba(3, 3, 3, 0.857);
        margin-top: -20rem;
        /* Ändra margin-top efter behov */
        border-radius: 7px;
        padding: auto;
    }

    .parallax-text {
        font-size: 1.8rem;
        margin-left: 0;
        margin-top: 0;
        margin: auto;
    }

    .parallax-content p {
        font-size: 1.2rem;
    }

    .info-box {
        background-color: transparent;
    }

    .info-box p {
        width: 100%;
        /* Ta bort fast bredd och centreringsmarginal efter behov */
        margin: 0.5rem 0;
    }

    /*& GALLERI 70 (div)  + KARTAN */
    .utstallning {
        padding-bottom: 1.5rem;
        padding-top: 0.5rem;
        margin-bottom: 0;
    }

    .map_container {
        padding-bottom: 80.25%;
        margin-top: -5%;
        margin-bottom: -35%;
        /* Ger kartcontainern ett 16:9-aspektförhållande, kan justeras efter behov */
        height: 0;
        overflow: hidden;
    }

}