.mainSite #mainHeader {
    /* position: absolute;
    width: 75%;
    z-index: 1;
    bottom: 0px;
    right: 0; */
    /* height: calc(100% + 10vh); */
    min-height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.mainSite #particles2 {
    content: "";
    width: 100%;
    height: calc(100% + 10vh);
    object-fit: cover;
    position: absolute;
    top: -5vh;
    left: 0;
    opacity: .2;
    z-index: 0;
}

.mainSite .contentPage *:not(.adminElementHolder>*) {
    z-index: 2;
}

.mainSite .secondSection {
    margin: -10vh 0 5vh;
}

.mainSite .topSection .container:first-of-type {
    margin-bottom: 50px;
}

.mainSite .topSection .headerTxt {
    text-shadow: #000 0px 0 10px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    margin: 0 0 15vh 0;
}

.mainSite .contactPage .topSection .headerTxt {
    margin-bottom: 0px;
}

.mainSite .thirdSection {
    background-color: rgba(var(--color-prim-rgb),.3);
    padding: 5vh 0;
    margin: 5vh 0;
}

.mainSite .thirdSection:has(.customGrid):not(.notHidden) {
    display: none;
}

.mainSite .thirdSection:has(.customGrid:has(*)) {
    display: flex;
}

.mainSite:has(.productView) .topSection::before,
.mainSite:has(.productView) .topSection::after {
    height: calc(75vh + 10vh);
}

.mainSite .productView {
    z-index: 5;
    position: relative;
}

.mainSite:has(.productView) .topSection .container:first-of-type {
    margin-bottom: 0px;
}

.mainSite .topSection {
    margin: 10vh 0 15vh;
}

.mainSite .productPage .topSection {
    margin: 0;
}


.mainSite .contentPage .producten {
    margin: 15vh 0 30vh;
    position: relative;
}

.mainSite .contentPage .container:has(.producten) {
    position: relative;
}
.mainSite .contentPage .container:has(.producten) #particles2  {
    top: 7vh;
}
.mainSite .contentPage .productContainer .product h2 {
    font-size: 1.5em;
}

.mainSite .contentPage .productContainer .product .descriptionLong {
    height: 92px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
}

.mainSite .contentPage .productContainer .product .descriptionLong * {
    margin: 0px;
}

.mainSite .contentPage .productContainer img {
    max-width: 250px;
    margin: 15px 0;
}

.mainSite .contentPage .productContainer .product {
    margin: 15px 0;
    background-color: rgba(var(--color-prim-rgb),.3);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
}

.mainSite .paginaLijst .pageBar {
    padding: 75px 0;
}

.mainSite .paginaLijst .pageBar .bgImageElement {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 250px;
}

@media (min-width: 576px) {
    .mainSite .topSection {
        padding-bottom: 2vh;
        margin-bottom: 5vh;
    }
}

@media (min-width: 768px) {
    .mainSite #mainHeader {
        /* width: 65%; */
    }
}

@media (min-width: 992px) {
    .mainSite #mainHeader {
        /* width: 60%; */
    }

    .mainSite .contentPage .productContainer {
        display: flex;
        flex-wrap: wrap;
    }
    .mainSite .contentPage .productContainer .product {
        width: calc(50% - 30px);
        margin: 15px;
    }

    .mainSite .thirdSection {
        padding: 10vh 0;
        margin: 10vh 0;
    }
}

@media(min-width: 1200px) {
    .mainSite #mainHeader {
        /* width: 55%; */
    }
}