@media screen and (max-width: 1200px){
    #exlent-footer{
        right: 0;
    }
}
@media screen and (max-width: 1024px){
    header .header-wrapper{
        padding: 1em;
    }
    header .header-wrapper .right{
        width: 50%;
        top: 1em;
        right: 1em;
    }
    #header.fixed .header-wrapper .right{
        top: 0%;
        right: 0%;
    }
    .header-wrapper .right .header-menu .menu-header-menu-container{
        position: fixed;
        width: 100%;
        min-height: 100vh;
        left: 0;
        top: 0;
    }
    .header-wrapper .right .header-menu .menu{
        position: fixed;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        left: 0;
        top: 0;
        padding-top: 5em;
        padding-right: 2em;
        overflow-y: scroll;
        background-color: rgba(217, 216, 215, .96);
    }
    #header.fixed .header-wrapper .right .header-menu .menu{
        padding-top: 1em;
        top: 70px;
    }
    .container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .swiper-slide .slide-front .wrapper .wrapper-inner h1{
        font-size: 2em;
    }
    .exlent-bg-1{
        background: url(../img/bg-section-1-small.png) no-repeat top center;
        background-size: 100% 100%;
    }
    .section.after-bg{
        margin-top: -80px;
    }
    .exlent-bg-2{
        background-image: url(../img/background-2-small.png);
        background-size: 101% 100%;
        background-position: 100% 100%;
    }
    .center-titles-small .title-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .center-titles-small .title-wrapper .exlent-title{
        display: table;
    }
    .side-padding-small{
        padding-left: 5em;
        padding-right: 5em;
    }
    #consulting{
        transform: translateY(-20px);
    }
    .consulting-row{
        padding-bottom: 10%;
    }
    #trainingen{
        padding: 30px 0 40px 0;
        padding-bottom: 10%;
        padding-top: 10%;
    }
     #trainingen .col-4,  #trainingen .col-8, #trainingen .col-8 .col-6{
        padding-top: 0;
        padding-bottom: 0;
    }
    #testimonials .exlent-title.white{
        width: 60%;
        color: #ffffff;
        margin-bottom: 0;
    }
    #testimonials .row.flexed{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    #testimonials .row.flexed .testifier, #testimonials .row.flexed .testimony{
        width: 60%;
    }
    .content .slider .swiper-testimonials{
        height: 35em;
    }
    .section#testimonials::after{
        background-color: #f79433;
    }
    #map{
        height: 800px;
        margin-top: -70px;
    }
    #exlent-footer{
        top: 20%;
        right: 6%;
        font-size: 130%;
    }
    #exlent-footer .widgets{
        padding-top: 0;
    }
    footer p{
        text-align: center;
    }
    #form-section .header-image::before{
        content: "";
        width: 200%;
        height: 40%;
        background-color: #a85041;
        position: absolute;
        left: -50%;
        bottom: 0;
        z-index: 1;
        filter: blur(70px)
    }
    #form-section .header-image .page-title {
        z-index: 2;
        bottom: 70px;
    }
    #form-section .header-image .page-title {
        z-index: 2;
    }
    #form-section .header-image .page-title h1{
        font-size: 40px;
    }
}

@media screen and (max-width: 768px){
    .exlent-title{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .section.overlay-bg{
        margin-top: -120px;
    }
    .diensten{
        grid-template-columns: 1fr !important;
    }
    .vacatures{
        grid-template-columns: 1fr !important;
    }
    #map {
        height: 1200px;
    }
    #exlent-footer{
        /* padding: 2em .5em .5em 2em; */
        width: 85%;
        top: 12%;
    }
    .footer-image{
        float: none;
        margin: 0 auto;
    }
    .footer-widget-title, .sitemap, .text-widget{
        text-align: center;
    }
    .social-icons{
        justify-content: center;
    }
}
@media screen and (max-width: 600px){
    #detail-title::before{
        content: "";
        width: 200%;
        height: 40%;
        background-color: #a85041;
        position: absolute;
        left: -50%;
        top: 0;
        z-index: 1;
        filter: blur(70px)
    }
    #detail-title .detail-title{
        z-index: 2;
        font-size: 40px;
        bottom: 60px;
    }
}
@media screen and (max-width: 425px) {
    .team-foto{
        transform: scale(1.3,1.3);
    }
    .title-wrapper{
        margin-bottom: 25px;
    }
    .contact-form .title-wrapper{
        margin-bottom: 80px;
    }
    .title-wrapper small{
        bottom: -50px;
        line-height: 20px;
    }
    header .header-wrapper .left{
        align-items: flex-start;
    }
    header .header-wrapper .left .image-container:nth-child(1){
        padding: 0 10px;
    }
    header .header-wrapper .left .image-container:nth-child(2){
        display: none;
    }
    .header-wrapper .right .header-menu{
        width: 50%;
    }
    .header-wrapper .right .header-menu .menu .menu-item{
        width: 100%;
    }
    .swiper-slide .slide-front .wrapper{
        padding: 8em 15px;
    }
    .swiper-slide .slide-front .wrapper .wrapper-inner{
        padding-top: 0;
        width: 100% !important;
        padding-left: 1rem !important;
    }
    .swiper-slide .slide-front .wrapper .wrapper-inner h1{
        font-size: 1.5em;
    }
    .swiper-slide .slide-front .wrapper .wrapper-inner h3{
        font-size: 1.1em !important;
    }
    .swiper-slide .slide-front .wrapper .wrapper-inner p{
        font-size: 1em !important;
    }
    .swiper-container .swiper-controls{
        display: none;
    }
    .button{
        padding-left: 10px;
    }
    .button::before{
        display: none;
    }
    .section.overlay-bg{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .side-padding-small{
        padding: 0;
    }
    .link-item h1{
        line-height: 1.5em;
    }
    #testimonials .title-wrapper{
        padding: 0 2em;
    }
    #testimonials .exlent-title.white{
        width: 100%;
        font-size: 1.5em;
    }
    #testimonials .row.flexed{
        padding: 0 1em;
    }
    #testimonials .row.flexed .testifier, #testimonials .row.flexed .testimony{
        width: 100%;
    }
    .content .slider .swiper-testimonials{
        height: 38em;
    }
    .content .slider .swiper-testimonials::before, .content .slider .swiper-testimonials::after{
        display: none;
    }
    #map #home-map{
        height: 300px;
    }
    #map {
        height: auto;
        margin-top: -60px;
    }
    #slogan{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #slogan span{
        font-size: 1.4rem;
    }
    #exlent-footer{
        position: relative;
        width: 100%;
        background: #ffffff;
        right: 0;
        padding: 0;
    }
    #exlent-footer .row:nth-child(1){
        display: none;
    }
    #exlent-footer .row.widgets .col-4,
    #detail-footer .row [class*="col-"], #exlent-footer [class*="col-"]{
        width: 100% !important;
        text-align: center;
    }
    #detail-footer .row .footer-image{
        float: none;
        display: block;
        margin: 0 auto;
    }
    #exlent-footer .row.widgets .social-links, 
    #detail-footer .row .social-links{
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 375px){
    header .header-wrapper .right{
        width: 60%;
    }
    header .header-wrapper .left .image-container:nth-child(1){
        transform: translateY(5px);
    }
}
@media screen and (max-width: 325px){
    header .header-wrapper .right{
        flex-direction: row-reverse;
        width: 30%;
    }
    .header-wrapper .right .header-menu{
        width: 100%;
    }
    .header-wrapper .right .language-switch{
        position: absolute;
        left: -100%;
        width: 110%;
        transform: scale(0, 1);
        transform-origin: right;
        transition: all .3s ease-in-out;
    }
    .header-wrapper .right .language-switch.open{
        transform: scale(1, 1);
    }
    header .header-wrapper .left .image-container:nth-child(1){
        padding: 0;
    }
    .content .slider .swiper-testimonials{
        height: 41em;
    }
}