html{
    font-size: 62.5%;
}
.SEO-block p, .SEO-contactform-block p, .SEO-faq p{
    margin: 12px 0 0;
}
.SEO-block p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 25px;
}
.introduction-block .mx-auto, .stocklist-block .mx-auto{
    max-width: 980px;
}
.stocklist-block, .SEO-contact-details{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 5% 0;
}
.stocklist-block .position-absolute.h-100, .SEO-contact-details .position-absolute.h-100{
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: -1;
}
.company-usp-block{
    background: #000;
}
.company-usp-block .bg-dark{
    padding: 55px 30px;
    font-size: 1.8rem;
    background-color: #151515 !important;
    border-radius: 30px;
    color: #fff;
}
.company-usp-block h5{
    margin: 20px 0 18px;
}
.SEO-contactform-block h2{
    color: #000;
}
.SEO-contactform-block p{
    max-width: 680px;
    color: rgba(0,0,0,0.70);
}
.SEO-contact-details{
    overflow: hidden;
    background-position: right;
}
.SEO-contact-details h6{
    color: #fff;
    font-size: 1.8rem;
    font-family: 'ModeratBold';
}
.SEO-contact-details .position-absolute.h-100{
    background: rgba(44, 43, 42, 0.90);
}
.SEO-contact-details a, .SEO-contact-details table, .SEO-contact-details p{
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.8rem;
}
.SEO-contact-details a:hover{
    text-decoration: underline;
}
.SEO-contact-details table{
    margin-bottom: 30px;
}
.SEO-contact-details th{
    font-family: 'ModeratMedium';
    padding-bottom: 10px;
}
.SEO-contact-details td{
    padding-right: 20px;
    vertical-align: top;
    padding-bottom: 5px;
}
.SEO-contact-details td:nth-child(even){
    padding-right: 0;
}
.SEO-contact-details h6{
    margin-bottom: 15px;
}
.SEO-contact-details p{
    font-size: 1.6rem;
    line-height: 24px;
}
.SEO-contact-wrap{
    padding-left: 15%;
    padding-right: 15%;
}
.related-articles-block .position-absolute{
    bottom: 0;
    left: 0;
}
.SEO-faq h2{
    margin-bottom: 10px;
}
#SEO-accordion{
    max-width: 1160px;
}
#SEO-accordion h5{
    font-family: 'ModeratExtendedBold';
    font-size: 1.8rem;
}
#SEO-accordion .accordion-item{
    background: #f4f4f4;
}
.SEO-faq .cursor{
    cursor: pointer;
}
.SEO-faq .accordion-item .position-absolute{
    top: -11px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #fff;
}
.SEO-faq .accordion-item .collapsed .position-absolute img{
    transform: rotate(180deg);
}
/*===============MODEl================*/
.model-introduction p{
    margin: 40px 0 70px;
}
.model-slider .row{
    padding: 25px 20px;
}
.model-slider .d-block.w-100 h4{
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.model-slider .d-block.w-100 p{
    margin-top: 4px;
    height: 48px;
    overflow: hidden;
}
.model-slider .d-block.w-100 span{
    font-size: 1.8rem;
    margin-top: 8px;
}
.bekijk-nu-btn{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.model-slider .d-block.w-100:hover .bekijk-nu-btn{
    background: #FAB868;
    border-color: #FAB868;
    color: #000;
}