

.first-section a {
    color: var(--theme);
}

.first-section header {
    max-width: 100%;
}

/* - - - INHOUD - - - */

.inhoud {
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--drop-shadow);
    margin-bottom: 5px;
}

@media screen and (min-width: 350px ) {
    .inhoud {
        width: 310px;
    }
}

.inhoud h2 {
    margin-top: 0;
}

.inhoud ul {
    list-style-type: ">";
    padding-left: inherit;
}

.inhoud li {
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}

.inhoud a:hover,
.inhoud li.active {
    color: var(--secondary-hover);
}

/* - - - PUBQUIZSTORE - - - */

.pubquizlogo {
    width: 557px;
    max-width: 100%;
}

.pubquizcovers {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.pubquizcovers img {
    border-radius: var(--round);
    border: 2px solid var(--text);
    box-sizing: border-box;
    width: 268px;
    max-width: 100%;
}

.resultaat-img {
    background-color: var(--primary-background);
}

.caroussel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 5px;
    overflow-x: scroll;
    max-width: 100%;
}

.caroussel-container .card {
    min-width: 280px;
}

.project-boxed {
    padding: 20px;
}


@media screen and (min-width: 992px) {
    .project-boxed {
        max-width: 992px;
        margin: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 20px;
    }

    .half-boxed {
        width: 620px;
    }

    .inhoud {
        height: fit-content;
        position: sticky;
        top: 20px;
    }
}

#resultaat img {
    max-width: 100%;
}

.resultaat-img img {
    width: 100%;
    max-width: 320px;
    border-radius: var(--round)
}
/* - - - Lijst Fier - - - */

.poster-container {
    display: flex;
    height: 200px;
    flex-direction: row;
    overflow-x: scroll;
    gap: 20px;
    padding: 5px 0px;
}

.poster-container img {
    box-shadow: var(--schaduw);
}

.insta .deel1,
.insta .deel3 {
    width: 70%;
    margin: auto;
    min-height: 30px;
    box-shadow: var(--drop-shadow);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.insta .deel1 {
    margin-top: 5px;
    border-radius: var(--round) var(--round) 0 0;
    font-weight: 600;
    display: flex;
    flex-direction: row;


}

.insta .thumbnail {
    background-color: var(--background);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 10px;
    background-image: url(../images/logoinstaklein.png);
    background-size: cover;
    border: var(--subtle-border) solid 0.5px;
}

.insta .deel3 {
    border-radius: 0 0 var(--round) var(--round);
    padding: 15px;
}

.insta .deel2 {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.insta .deel2::webkit-scrollbar {
    display: none;
}

.insta .deel2 img {
    width: 70%;
    min-width: 70%;
    box-sizing: border-box;
    box-shadow: var(--schaduw);
    margin-right: 6px;
}
.insta .deel2 img:last-of-type {
    margin-right: 0px;
}

.insta .deel2 div {
    min-width: 15%;
}

@media screen and (min-width: 557px) {
    .fier {
        flex-direction: row;
        display: flex;
        gap: 20px;
        max-width: 320px;
    }
}

.fier>div>div {
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: var(--medium);
}

@media screen and (max-width: 557px) {
    .first-section header.lijstfier img {
        content: url(../images/headerFierS.webp);
        max-width: 100%;
    }
}

@media screen and (min-width: 557px) {
    .first-section header.lijstfier img {
        content: url(../images/headerFierL.webp);
        max-width: 100%;
    }
}

/* - - - SPORTLOKAAL - - - */

#sportlokaal-achtergrond {
    position: sticky;
    max-width: 100%;
    top: 0;
    z-index: -1;
    margin-top: -100%;
}

.sportkaart-achtergrond {
    min-height: 100vh;
}

@media screen and (max-width: 557px) {
    #sportlokaal-achtergrond {
        content: url(../images/sportlokWireframesS.png)
    }
}
@media screen and (min-width: 557px) {
    #sportlokaal-achtergrond {
        content: url(../images/sportlokWireframesL.png)
    }
}

@media screen and (min-width: 992px) {
    #sportlokaal-achtergrond {
        max-width: 557px;
    }
}

.half-boxed section, .first-section, header {
    background-color: var(--surface);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .project-boxed {
        background: linear-gradient(var(--surface) 14%, rgba(255,255,255,0) 15%)
    }

    .sportkaart-container div {
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        padding: 5%;
        gap: 10%;
    }

    .sportkaart-container div img {
        max-width: 40%;
    }
    .locatiepins {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
        width: 100%;
        justify-content: space-evenly;
    }
    .locatiepins img {
        width: 40vw;
        max-width: 200px;
        object-fit: contain;
    }

    .first-section header.sportkaart-header img {
        content: url(../images/rect2247-breed.png);
max-width: 100%;
    }

    .first-section .sportkaart-header {
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        overflow: hidden;
    }