#startsida_toppsektion {
    background-image: url(../bilder/paradbilder/46.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

#startsida_toppsektion_text_vanster_behallare {
    display: table;
}


#startsida_toppsektion_text_hoger_behallare {
    padding: 1.625rem 1rem 1.625rem 1rem;
}


#startsida_toppsektion_text_vanster_innehall {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4rem;
    padding-right: 2rem;
}

#startsida_toppsektion_text_vanster_innehall h1,
#startsida_toppsektion_text_vanster_innehall p {
    margin-bottom: 24px;
}

#startsida_toppsektion_text_hoger_innehall h3,
#startsida_toppsektion_text_hoger_innehall p {
    margin-top: 0;
    margin-bottom: 1rem;
}




#startsida_kortsektion {
    position: relative;
    margin-top: 5rem;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.startsida_kortsektion_kort {
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
    max-width: 500px;
}

.startsida_kortsektion_kort_textdel_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42%;
}

.startsida_kortsektion_kort_textdel {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.startsida_kortsektion_kort_textdel h3,
.startsida_kortsektion_kort_textdel p,
.startsida_kortsektion_kort_textdel a {
    bottom: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.startsida_kortsektion_kort_textdel a {
    margin-bottom: 2rem;
}


#kort_volontar {
    background-image: url(../bilder/startsidekort/volontarer.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#kort_adam {
    background-image: url(../bilder/startsidekort/adam.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

#kort_lee {
    background-image: url(../bilder/startsidekort/lee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


#kort_parad {
    background-image: url(../bilder/startsidekort/prideparaden.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#kort_park {
    background-image: url(../bilder/startsidekort/pridepark.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#startsida_komma_ut_textinnehall a {
    margin-right: auto;
}

#startsida_bli_medlem_container {
    margin-top: 5rem;
    position: relative;
    margin-left: 20%;
    margin-right: 20%;
    width: 60vw;
}

.startsida_bli_medlem_innehall {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: block;
    position: relative;
    text-align: center;
}

img.startsida_bli_medlem_innehall {
    margin-top: 2rem;
}

#startsida_komma_ut_container {
    position: relative;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "text bild";
}

#startsida_komma_ut_bild {
    float: right;
    width: 41vw;
    aspect-ratio: 1/1;
    object-fit: cover;
    grid-area: bild;
}

#startsida_komma_ut_textinnehall {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 4rem;
    grid-area: text;
}

#startsida_huvudsamarbetspartner_container {
    position: relative;
    margin-top: 5rem;
    align-items: center;
}

.startsida_huvudsamarbetspartner_innehall {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    text-align: center;
}


#startsida_ljuskortsektion {
    position: relative;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 45% 45%;
    column-gap: 5%;
    margin-left: 5%;
}

.startsida_ljuskortsektion_bild {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}



@media screen and (min-width: 1001px) {
    #startsida_toppsektion {
        height: 56vw;
    }

    #startsida_toppsektion_text_vanster_behallare {
        width: 36%;
        height: 100%;
    }

    #startsida_toppsektion_text_hoger_behallare {
        position: absolute;
        float: right;
        width: 40%;
        bottom: 1.625rem;
        right: 4rem;
    }

}

@media screen and (max-width: 1000px) {
    #startsida_toppsektion_text_vanster_innehall {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    #startsida_toppsektion {
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../bilder/paradbilder/46.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10rem 2rem 2rem 2rem;
        display: block;
        overflow: auto;
    }

    #startsida_toppsektion_text_vanster_behallare {
        width: 100%;
        position: relative;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
    }

    #startsida_bli_medlem_container {
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #startsida_toppsektion_text_hoger_behallare {
        position: relative;
        float: left;
        height: auto;
        margin-top: 2rem;
    }


    .startsida_kortsektion_kort {
        margin-top: 2rem;
    }

    #startsida_komma_ut_container {
        position: relative;
        margin-top: 5rem;
        display: grid;
        grid-template-columns: auto;
        grid-template-areas:
            "bild"
            "text";
    }

    #startsida_komma_ut_bild {
        margin-right: 5vw;
        margin-left: 5vw;
        width: 90vw;
    }

    #startsida_komma_ut_textinnehall {
        margin-top: 1rem;
    }

    #startsida_huvudsamarbetspartner_container {
        position: relative;
        margin-top: 5rem;
        align-items: center;
    }

    .startsida_huvudsamarbetspartner_innehall {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        text-align: center;
    }


    #startsida_ljuskortsektion {
        grid-template-columns: 100%;
        margin-left: 1rem;
        margin-right: 1rem;
        row-gap: 2rem;

    }

}