html{
    font-size: 62.5%;
}
.SEO-header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.SEO-block h1{
    font-family: 'NunitoSansExtraBold';
}
.SEO-block h2, .SEO-block h3{
    font-family: 'NunitoSansSemiBold';
}
.SEO-block h2{
    letter-spacing: 4px;
}
.SEO-button{
    font-family: 'NunitoSansBold';
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
    max-width: 260px;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.SEO-button:hover {
    color: #fff;
    background: #1da3de;
    border-color: #1da3de;
}
.SEO-block h1, .SEO-block h3, .SEO-block p, .company-usp-block .bg-dark, .SEO-block h5{
    color: #FFF;
}
.SEO-block p{
    margin: 12px 0 0;
    font-size: 16px;
    letter-spacing: normal;
}
.SEO-block .default-btn{
    margin-top: 30px;
}
.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(44, 43, 42, 0.60);
    z-index: -1;
}
.company-usp-block .bg-dark{
    padding: 55px 30px;
    background: #121212 !important;
    border: 2px solid rgba(255, 255, 255, 0.15);
}
.company-usp-block .bg-dark span{
    font-size: 18px;
    font-family: 'NunitoSansSemiBold';
}
.company-usp-block h4{
    margin: 20px 0 18px;
    font-family: 'NunitoSansBold';
    color: #fff;
}
.SEO-contactform-block {
    background: #1d1d1d;
}
.SEO-form{
    background: transparent;
    padding: 0 0 10px;
    color: #fff;
    resize: none;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.SEO-form:placeholder {
    color: #fff;
    opacity: 1;
}
.SEO-form:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.SEO-form::placeholder {
    color: #fff;
    opacity: 1;
}
.SEO-contactform-block p{
    max-width: 680px;
}
.SEO-contact-details{
    overflow: hidden;
    background-position: right;
}
.SEO-contact-details .position-absolute.h-100{
    background: rgba(44, 43, 42, 0.90);
}
.SEO-contact-details a, .SEO-contact-details td{
    color: rgba(255, 255, 255, 0.8);
}
.SEO-contact-details a:hover{
    text-decoration: underline;
}
.SEO-contact-details td{
    padding-right: 20px;
    vertical-align: top;
}
.SEO-contact-details h5{
    margin-bottom: 10px;
    font-family: 'NunitoSansBold';
}
.SEO-contact-details td h5{
    font-size: 16px;
    font-family: 'NunitoSansSemiBold';
    margin-top: 10px;
}
.SEO-contact-wrap{
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;
}
.related-articles-block h5{
    font-family: 'NunitoSansSemiBold';
}
.related-articles-block .position-absolute{
    bottom: 0;
    left: 0;
}
/*===============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{
    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;
}