html{
    font-size: 62.5%;
}
.SEO-block p{
    margin-top: 15px;
}
.SEO-button{
    font-family: 'PoppinsSemiBold';
    font-size: 1.6rem;
    display: inline-block;
    border: 0;
    border-radius: 0;
    position: relative;
    background: #FFCC08;
    color: #091B22;
    max-width: 260px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    padding-left: 40px;
    cursor: pointer;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.SEO-button:after {
    position: absolute;
    width: 70px;
    height: 100%;
    right: 0;
    content: '';
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    top: 0;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    border-left: 1px solid rgba(9, 37, 34, 0.30);
}
.SEO-button:hover {
    color: #091B22;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.SEO-button:hover:after{
    background-color: #fff;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    border-color: transparent;
}
.introduction-block{
    background: #091B22;
    padding-top: 170px;
}
.introduction-block .mx-auto, .stocklist-block .mx-auto{
    max-width: 980px;
}
.introduction-block h2{
    font-family: 'PoppinsSemiBold';
}
.introduction-block p{
    color: #fff;
}
.SEO-list, .company-usp-block {
    background: #f9f9f9;
}
.SEO-list .row{
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 90px 0;
}
.SEO-list h3 {
    font-size: 3.2rem;
}
.stocklist-block, .SEO-contact-details{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 5% 0;
}
.stocklist-block p{
    color: #fff;
}
.stocklist-block .position-absolute.h-100, .SEO-contact-details .position-absolute.h-100{
    top: 0;
    left: 0;
    background: rgba(44, 43, 42, 0.60);
    z-index: -1;
}
.company-usp-block .bg-dark{
    padding: 55px 30px;
    background-color: #091B22 !important;
}
.company-usp-block h2{
    color: #1c1c1c;
}
.company-usp-block h5{
    font-family: 'PoppinsMedium';
    color: #fff;
    margin: 20px 0 10px;
}
.company-usp-block p{
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}
.company-usp-block a{
    color: #fff;
}
.SEO-contactform-block {
    background: #091B22;
    position: relative;
}
.SEO-contactform-block:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 221px;
    height: 161px;
    background: url(../images/form-grid.svg) no-repeat center /contain;
}
.SEO-contactform-block h2, .SEO-contactform-block p{
    color: #fff;
}
.SEO-contactform-block p{
    max-width: 680px;
}
.SEO-form-wrap{
    border: 1px solid #DFDFDF;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 40px 30px 50px;
    margin-top: 40px;
}
.SEO-contact-details{
    overflow: hidden;
    background-position: right;
}
.SEO-contact-details .position-absolute.h-100{
    background: rgba(0,0,0,0.75);
}
.SEO-contact-details h6{
    color: #fff;
    margin-bottom: 10px;
}
.SEO-contact-details a, .SEO-contact-details td{
    color: rgba(255, 255, 255, 0.75);
    line-height: 28px;
}
.SEO-contact-details a:hover{
    text-decoration: underline;
}
.SEO-contact-details td{
    vertical-align: top;
    padding-right: 10px;
}
.SEO-contact-details td:last-child{
    padding-right: 0;
}
.SEO-contact-details h5{
    font-size: 1.8rem;
}
.SEO-contact-details h5{
    margin-bottom: 10px;
}
.SEO-contact-wrap{
    padding-left: 10%;
    padding-right: 10%;
}
.related-articles-block{
    background: #f8f8f8;
}
.related-articles-block .position-absolute{
    bottom: 0;
    left: 0;
}
.related-articles-block h6{
    color: #fff;
}
.SEO-faq{
    background: #fff;
}
.SEO-faq h5{
    font-family: 'LamaSansBold';
    font-size: 2rem;
    letter-spacing: 0.04rem;
}
#SEO-accordion{
    max-width: 1160px;
    position: relative;
}
.SEO-faq .cursor{
    cursor: pointer;
}
.SEO-faq .accordion-item{
    background: #f8f8f8;
    border: 1px solid rgba(0,0,0,0.06);
}
.SEO-faq .accordion-item h6{
    font-family: 'LamaSansSemiBold';
}
.SEO-faq .accordion-item .position-absolute{
    top: -11px;
    right: 0;
    width: 48px;
    height: 48px;
    background: #2A7E8B;
}
.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;
}
