section#paginahero{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}

section#paginahero .container{
    padding: 80px 0;
    z-index: 1;
}

.page-template-template-landingspagina .content-container:not(.metextrapadding){
    padding-bottom: 0!important;
}

section#paginahero:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #be1622cf;
    z-index: 1;
}

section#paginahero .container h1{
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 70px;
    font-size: 70px;
    pointer-events: none;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
}

section#paginahero .container h2{
    margin: 0;
    color: white;
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;
}

section#paginahero .container .tekst{
    margin: 20px 0;
    color: white;
}

section#paginahero .container .tekst p{
    color: white;
}

section#paginahero{
    width: 100%;
}

section#paginahero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.paginasectie.video .container {
    display: block;
    width: 800px;
    overflow: hidden;
}

.paginasectie.contactformulier{
    padding: 0!important;
    margin: 0!important;
    background: white!important;
}

.paginasectie:last-child:nth-child(even){
    margin-bottom: 80px!important;
}

.paginasectie.logos{
    margin: 80px 0!important;
}

.paginasectie.reviews{
    margin: 0!important;
    padding: 80px 0!important;
    background: #fef6f4!important;
}

.paginasectie.reviews #reviews{
    padding: 0!important;
}

.paginasectie.contactformulier:nth-child(odd) #contactsection{
    margin-bottom: 80px;
}

.paginasectie.contactformulier #contactsection{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
} 

.paginasectie.video .container video{
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.paginasectie.video{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0!important;
    padding: 80px 0;
}

.paginasectie.video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffcc;
    content: '';
}

.paginasectie.video .playbutton {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #00000042;
}

.paginasectie.video .video{
    position: relative;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.paginasectie.video .video i{
    color: white;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.paginasectie h5{
    padding: 5px 10px;
    background: #daeaea;
    color: #4e9b9c;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
}

.paginasectie.video section#video .videowrapper {
    overflow: hidden;
}

.paginasectie.video section#video .videowrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.paginasectie:nth-child(even) .puntenlijst{
    background: #15388d;
}

.paginasectie:nth-child(even) .puntenlijst h2{
    color: white;
}

.paginasectie:nth-child(even) .puntenlijst .punt span{
    color: white;
}

.paginasectie:nth-child(even) .puntenlijst .punt i{
    color: white;
}

.paginasectie:nth-child(odd) .puntenlijst{
    background: white;
}

.paginasectie .puntenlijst{
    padding: 20px;
    box-sizing: border-box;
}

.paginasectie .puntenlijst h2{
    margin-bottom: 20px;
}

.paginasectie .puntenlijst .punt{
    display: flex;
    gap: 10px;
}

.paginasectie .puntenlijst .punt:nth-child(n+2){
    margin-top: 10px;
}

.paginasectie .puntenlijst .punt i{
    color: #f57a29;
    margin-top: 2px;
}

.paginasectie.reversed .container{
    flex-direction: row-reverse;
}

.paginasectie .buttonswrapper {
    display: flex;
    flex-wrap: wrap;
}

.paginasectie .logosection {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.paginasectie .logosection a {
    flex: 0 0 18%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.paginasectie.meerderevideos .container .content{
    flex: 0 0 100%;
}

.paginasectie.meerderevideos .container .videos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.paginasectie.meerderevideos .container .videos .videoinner{
    position: relative;
}

.paginasectie.meerderevideos .container .videos .videoinner video{
    display: block;
    width: 100%;
}

.paginasectie.meerderevideos .container .videos .videoinner .playbutton{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #00000042;
}

.paginasectie.meerderevideos .container .videos .videoinner .playbutton i{
    color: white;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.paginasectie.meerderevideos .container .videos a.leesmeer{
    background: #ededed;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 16px;
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    color: #000;
    margin-top: 10px;
    text-decoration: none;
}

@media screen and (max-width: 800px) {

    .paginasectie .logosection {
        gap: 4%;
    }

    .paginasectie .logosection a {
        flex: 0 0 29%;
    }

}

@media screen and (max-width: 500px) {

    .paginasectie .logosection {
        gap: 4%;
    }

    .paginasectie .logosection a {
        flex: 0 0 48%;
    }

}


.paginasectie .buttonswrapper a.button:first-child {
    margin-left: 0;
}

.paginasectie .buttonswrapper a.button {
    color: white;
    padding: 10px 20px;
    border-radius: 100px;
    margin-left: 20px;
}

 .sliderproducts{
    position: relative;
    width: 100%;
}

.paginasectie.galerij{
    margin: 0!important;
}

.paginasectie.galerij .galerijsection{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.paginasectie.galerij a{
    flex: 0 0 23.5%;
}

.paginasectie.galerij a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.paginasectie.galerij a:nth-child(n+5){
    margin-top: 40px;
}

.sliderproducts li form{
    display: none;
}

.content-container{
    width: 100%;
}

.content-container section:first-child{
    margin-top: 0!important;
}

.content-container .singlepagecubes{
    width: 400px;
    position: absolute;
    right: 50px;
    top: -60px;
}

.paginasectie .container{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    position: relative;
    box-sizing: border-box;
}

.far, .fas, i{
    font-family: 'FontAwesome';
    font-style: normal;
}

 .paginasectie h1{
    text-align: left;
    margin-bottom: 20px;
}

.page-template-template-landingspagina .container{
    overflow: visible!important;
}

.landingsbanner{
    height: 500px;
    width: 100%;
}

.landingsbanner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.productslider .titelslider{
    text-align: right;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

 .sliderproducts li h2{
    color: var(--zwart);
    font-size: 16px !important;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 0 !important;
    margin-bottom: 0!important;
}

 .sliderproducts li span.woocommerce-Price-amount.amount{
    font-size: 16px;
    text-decoration: none;
}

 .sliderproducts li .highlight{
    text-decoration: none;
}

.puntenlijstje li:before {
    font-family: 'FontAwesome';
    content: "\f192";
    margin-right:15px;
    margin-left: 2px;
    font-size: 10px;
}

.tweeblokjestekstnaastelkaar, .eenbloktekstinhetmidden{
    align-items: flex-start!important;
}


.puntenlijstje li{
    font-weight: 900;
    width: fit-content;
    line-height: 22px;
    margin-top: 5px;
}

.puntenlijstje ul li:nth-child(1){
    margin-top: 0!important;
}

.puntenlijstje ul{
    margin-bottom: 10px;
}

.paginasectie .tekstblok2{
    align-self: flex-start;
}

.tekstbovenfotoonder .tekstblok1{
    width: 60%;
}

.tekstbovenfotoonder .container > div{
    flex: 0 0 100%!important;
}

.tekstbovenfotoonder .tekstblok1{
    order: 1;
}

.tekstbovenfotoonder .imgwrapper{
    order: 2;
}



.fotoboventekstonder .tekstblok1{
    text-align: center;
    width: 60%;
}

.paginasectie{
    margin: 80px 0;
    position: relative;
}

.paginasectie:nth-child(even) {
    background: #fafafa;
    padding: 80px 0;
    margin: 0!important;
}

.fotoboventekstonder .container > div{
    flex: 0 0 100%!important;
}

.paginasectie .imgwrapper{
    justify-self: center;
    display: flex;
    overflow: hidden;
    position: relative;
    
}

.tekstlinksfotorechts .imgwrapper, .tekstrechtsfotolinks .imgwrapper{
    max-height: 850px;
}

.tekstbovenfotoonder .imgwrapper, .fotoboventekstonder .imgwrapper{
    max-height: 300px;
}

.paginasectie ul li{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.paginasectie .imgwrapper img{
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.tekstlinksfotorechts .imgwrapper{
    order: 2;
}

.paginasectie .container > div{
    flex: 1;
}

.paginasectie .container > div a:not(.button){
    font-weight: 600;
    line-height: initial;
    box-sizing: border-box;
    position: relative;
    color: black;
    text-decoration: underline;
}


@media screen and (max-width: 1000px) {
	.paginasectie .container > div{
		flex: 0 0 100%;
        max-width: 100%;
	}

    .content-container .singlepagecubes{
        display: none;
    }

    .paginasectie .container{
        gap: 20px!important;
    }

    section.paginasectie:nth-of-type(n+2){
        margin-top: 60px;
    }

    .paginasectie.galerij a{
        flex: 0 0 49%;
    }

    .paginasectie.galerij a:nth-child(n+3){
        margin-top: 20px;
    }

    .paginasectie.video .container{
        width: 90%!important;
    }

    .paginasectie:nth-child(even){
        padding: 60px 0;
    }

    body:not(.home) .content-container{
        padding-top: 140px;
    }

    .paginasectie{
        margin: 60px 0;
    }
}

@media screen and (max-width: 600px) {
    .paginasectie.galerij a{
        flex: 0 0 100%;
    }

    .paginasectie.galerij a:nth-child(n+2){
        margin-top: 20px;
    }
}

.paginasectie.productslider{
    width: 100%;
}

.paginasectie.productslider .splide__arrow{
    border-radius: 0!important;
    background: white!important;
    box-shadow: 0px 0px 5px 1px #0000003d;
    opacity: 1!important;
}

.paginasectie.productslider .splide__arrow--prev{
    left: -3em;
}

.paginasectie.productslider .splide__arrow--prev svg{
    margin-left: -2px;
}

.paginasectie.productslider .splide__arrow--next svg{
    margin-right: -2px;
}

.paginasectie.productslider .splide__arrow--next{
    right: -3em;
}