html{
    font-size: 62.5%;
}
.SEO-block h1{
    color: #121212;
}
.SEO-block h3, .SEO-list p, .stocklist-block h2, .stocklist-block p, .related-articles-block h2, .related-articles-block h4, .SEO-faq h2, .SEO-faq h5 {
    color: #fff;
}
.SEO-block p{
    margin: 15px 0 0;
}
.SEO-block h2, .SEO-block h3{
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}
.SEO-block h2:after, .SEO-block h3:after{
    content: '';
    height: 7px;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/text-line.svg) no-repeat center /contain;
}
.SEO-block h3:after{
    width: 60%;
}
.SEO-button{
    color: #fff;
    font-family: 'ArchivoSemiExpanded-Medium';
    font-size: 1.6rem;
    border-radius: 5px;
    background-color: #0695E7;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 14px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    border: 1px solid #0695E7;
}
.SEO-button:hover{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.SEO-button, .company-usp-block .bg-dark, .related-articles-block img.w-100, .SEO-form, .SEO-contact-details, 
.SEO-faq .accordion-item, .model-slider .d-block.w-100{
    border-radius: 10px;
}
.introduction-block .mx-auto, .stocklist-block .mx-auto{
    max-width: 980px;
}
.introduction-block-bg{
    padding-bottom: 87px;
}
.introduction-block-bg:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 87px;
    background: url(../images/service-sec-wave.png) #202020 no-repeat center / cover;
}
.SEO-list{
    background: #202020;
    padding: 100px 0;
    border-bottom: 1px solid #2b2b2b;
}
.SEO-list img{
    border-radius: 5px;
}
.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(44, 43, 42, 0.70);
    z-index: -1;
}
.company-usp-block .bg-dark{
    padding: 55px 30px;
    background: #fff !important;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 15px;
    color: #121212;
    font-family: 'ArchivoSemiExpanded-Medium';
}
.company-usp-block h4{
    margin: 20px 0 18px;
}
.SEO-contactform-block p{
    max-width: 680px;
}
.SEO-contactform-block .SEO-button{
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}
.SEO-contactform-block .SEO-button:hover{
    background-color: #0695E7;
    border-color: #0695E7;
}
.SEO-contact-details{
    overflow: hidden;
    background-position: right;
}
.SEO-contact-details a, .SEO-contact-details td{
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.6rem;
}
.SEO-contact-details a:hover{
    text-decoration: underline;
}
.SEO-contact-details td{
    padding-right: 20px;
    vertical-align: top;
}
.SEO-contact-details td:last-child{
    padding-right: 0;
}
.SEO-contact-details h6, .SEO-faq h2{
    margin-bottom: 10px;
}
.SEO-contact-details h6{
    font-size: 1.8rem;
}
.SEO-contact-details .each-footer-info h6{
    font-size: 1.6rem;
}
.SEO-contact-wrap{
    padding-left: 10%;
    padding-right: 10%;
}
.SEO-contact-wrap .each-footer-info{
    padding: 0 0 20px;
    margin: 0;
}
.SEO-contact-wrap .each-footer-info:last-child{
    padding-bottom: 0;
}
.SEO-contact-wrap .each-footer-info:after{
    display: none;
}
.related-articles-bg, .SEO-faq{
    background: #202020;
}
.related-articles-block .position-absolute{
    bottom: 0;
    left: 0;
}
.related-articles-bg{
    padding-top: 134px;
}
.related-articles-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 134px;
    background: url(../images/reach-wave.png) no-repeat center / cover;
}
.SEO-faq h5{
    font-family: 'ArchivoSemiExpanded-Medium';
    font-size: 2rem;
}
.SEO-faq h6{
    font-size: 1.8rem;
    color: #121212;
}
.SEO-faq p{
    font-size: 1.4rem;
    margin-top: 10px;
}
#SEO-accordion{
    max-width: 1160px;
}
.SEO-faq .cursor{
    cursor: pointer;
}
.SEO-faq .accordion-item .position-absolute{
    top: -11px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #0695E7;
}
.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{
    background: #202020 !important;
}
.model-slider .d-block.w-100:hover .bekijk-nu-btn{
    background: #0695E7;
    border-color: #0695E7;
    color: #fff;
}