.post-type-archive-aanbod .categoriegroep{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.post-type-archive-aanbod .content-container{
    padding: 80px 0;
}

.post-type-archive-aanbod .content-container a{
    text-decoration: none!important;
}

.post-type-archive-aanbod #s{
    font-family: montserrat, Fontawesome;
    border: 1px solid #F00808;
    color: #F00808;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    background: #EEEEEE;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    max-width: 100%;
}

.post-type-archive-aanbod #s::placeholder{
    color: #F00808;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.post-type-archive-aanbod .categoriegroep{
    margin-top: 60px;
}

.post-type-archive-aanbod .categoriegroep h2{
    flex: 0 0 100%;
    font-size: 40px;
    line-height: 49px;
    font-weight: 800;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod{
    flex: 0 0 31.333%;
    background: #DEDEDE;
    padding: 20px;
    box-sizing: border-box;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod:nth-child(n+5){
    margin-top: 20px;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod img{
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod .undersection{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod .undersection h3{
    color: black;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

.post-type-archive-aanbod .categoriegroep a.singleaanbod .undersection i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F00808;
    color: white;
}

body.single-aanbod .content-container{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

body.single-aanbod .content-container .afbeeldingaanbod{
    flex: 0 0 49%;
    display: flex;
    align-items: center;
}

body.single-aanbod .content-container .infosection{
    flex: 0 0 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    column-gap: 20px;
}

body.single-aanbod .content-container .specificaties{
    flex: 0 0 49%;
    margin-top: 60px;
}

body.single-aanbod .content-container .specificaties h3{
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
}

body.single-aanbod .content-container .specificaties .specificatietitel{
    cursor: pointer;
    color: #F00808;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}

body.single-aanbod .content-container .specificaties .specificatietitel i{
    float: right;
    font-size: 100;
    font-size: 12px;
}

body.single-aanbod .content-container .specificaties .singlespecificatie{
    border-bottom: 1px solid #F00808;
    padding-bottom: 5px;
}

body.single-aanbod .content-container .specificaties .specificatiecontent{
    display: none;
}

body.single-aanbod .content-container .specificaties .specificatiecontent p{
    margin-bottom: 0;
}

body.single-aanbod .content-container .galerijslider{
    flex: 0 0 49%;
    width: 49%;
    margin-top: 60px;
}

body.single-aanbod .content-container .galerijslider video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-aanbod .content-container .galerijslider .swiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    background: #EEEEEE;
}

body.single-aanbod .content-container .galerijslider .swiper .swiper-button-next{
    width: 35px;
    height: 35px;
    background: #EEEEEE;
}
body.single-aanbod .content-container .galerijslider .swiper .swiper-button-next:after{
    content: '\f105';
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #F00808;
    color: #F00808;
    text-align: center;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.single-aanbod .content-container .galerijslider .swiper .swiper-button-prev:after{
    content: '\f104';
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #F00808;
    color: #F00808;
    text-align: center;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.single-aanbod .content-container .galerijslider .swiper{
    height: 400px;
    width: 100%;
}

body.single-aanbod .content-container .galerijslider .swiper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body.single-aanbod .content-container .galerijslider .swiper2{
    height: 150px;
    overflow: hidden;
    margin-top: 10px;
}

body.single-aanbod .content-container .galerijslider .swiper2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body.single-aanbod .content-container .galerijslider .swiper2 video{
    height: 100%;
    object-fit: cover;
}

body.single-aanbod .content-container .galerijslider .swiper2 .swiper-slide{
    opacity: 0.6;
}

body.single-aanbod .content-container .galerijslider .swiper2 .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}

body.single-aanbod .content-container .contactwrapper{
    width: 100%;
    margin-top: 60px;
}

@media screen and (max-width: 1150px) {
    body.single-aanbod .content-container .infosection .button{
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    body.single-aanbod .content-container .infosection .button.offerteknop{
        margin-top: 20px;
    }

    .post-type-archive-aanbod .categoriegroep a.singleaanbod{
        flex: 0 0 48.5%;
    }

    .post-type-archive-aanbod .categoriegroep a.singleaanbod:nth-child(n+4){
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    body.single-aanbod .content-container > div{
        flex: 0 0 100%!important;
        width: 100%;
    }

    body.single-aanbod .content-container .afbeeldingaanbod{
        justify-content: center;
        margin-bottom: 20px;
    }

    body.single-aanbod .content-container .galerijslider .swiper2{
        height: 80px;
    }
}

@media screen and (max-width: 850px) {
    .post-type-archive-aanbod .categoriegroep a.singleaanbod{
        flex: 0 0 100%;
    }

    body.single-aanbod .content-container .galerijslider .swiper{
        height: 300px;
    }

    .post-type-archive-aanbod .categoriegroep a.singleaanbod:nth-child(n+3){
        margin-top: 20px;
    }
}