/* SWIPER/ SLIDER STYLE */
.content .slider .swiper-header{
    height: 700px;
    width: 100%;
    background-color: #333333;
    overflow: hidden;
    z-index: 1;
}
.content .slider .swiper-testimonials{
    position: relative;
    height: 350px;
}
.content .slider .swiper-testimonials::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 200%;
    left: -40px;
    top: -50%;
    background-color: #f79433;
    z-index: 5;
    filter: blur(10px);
    border-radius: 50%;
}
.content .slider .swiper-testimonials::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 200%;
    right: -40px;
    top: -50%;
    background-color: #f79433;
    z-index: 5;
    filter: blur(10px);
    border-radius: 50%;
}
.content .slider.transparent{
    background-color: transparent;
}
.swiper-container{
    height: 100%;
    width: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container .swiper-slide::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 5;
}
.slider.transparent .swiper-container .swiper-slide::before{
    background-color: transparent;
}
.swiper-container .swiper-controls{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.swiper-container .swiper-controls .wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}
.swiper-pagination{
    bottom: 1em;
    text-align: center;
    width: 100%;
}
.swiper-pagination-bullet{
    margin: 0 5px;
}
.swiper-pagination-bullet-active{
    background-color: #ffffff;
}
.swiper-nav{
    height: 50px;
    width: 50px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.swiper-container:hover .swiper-nav{
    opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; 
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
/* SLIDE FRONT STYLE */
.swiper-slide .slide-front{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.swiper-slide .slide-front .wrapper{
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}
.swiper-testimonials .swiper-slide .slide-front .wrapper{
    padding: 0;
}
.swiper-slide .slide-front .wrapper .wrapper-inner{
    width: 60%;
    color: #ffffff;
    padding-left: 8em;
    padding-left: 8em;
}
.swiper-testimonials .swiper-slide .slide-front .wrapper .wrapper-inner{
    padding-top: 0;
    width: 100%;
}
.swiper-slide .slide-front .wrapper .wrapper-inner h1{
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
}
.swiper-slide .slide-front .wrapper .wrapper-inner h1 .highlight{
    color: var(--exlent-color-alt);
}
.swiper-slide .slide-front .wrapper .wrapper-inner p{
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25em;
    padding-right: 10%;
}
/* END SLIDE FRONT STYLE */
/* END SWIPER STYLE */


/* SECTION STYLE */
.section#testimonials{
    padding-bottom: 0;
}
.section#testimonials::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: -80px;
    left: 0;
    height: 80px;
    background: url('../../img/background-4.png') bottom center no-repeat;
    background-size: 100% 100%;
    /* box-shadow: 10px 10px 20px rgba(0,0,0,0.05); */
}
/* END SECTION STYLE */

/*  TESTIMONIAL STYLE */
#testimonials .row.flexed{
    display: flex;
    flex-direction: row;
}
#testimonials .row.flexed .testifier{
    /* width: 33.33%; */
    flex: 1;
}
#testimonials .row.flexed .testimony{
    /* width: 66.66%; */
    flex: 2;
}
.testifier .testifier-image{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 4px solid #fff;
    background-color:#fff;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 4px 8px 16px rgba(0,0,0,0.1), -4px -8px 16px rgba(0,0,0,0.05);
}
.testifier .testifier-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testifier .name{
    display: block;
    margin-top: 1em;
    text-align: center;
    color: #71291d;
    font-size: 1.5em;
    font-weight: 700;
}
.testifier .function{
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: .5em;
    font-weight: 300;
    line-height: 1.2em;
    font-size: 90%;
}
.testimony{
    position: relative;
    box-sizing: border-box;
    padding: 1em;
    margin-top: 5%;
}
.testimony::before, .testimony::after{
    content: '"';
    position: absolute;
    font-size: 3em;
    font-family: cursive;
    font-style: italic;
}
.testimony::before{
    top: 0;
    left: 0;
}
.testimony::after{
    bottom: 0;
    right: 10%;
}
/* END TESTIMONIAL STYLE */

/*  MAP STYLE */
#map{
    position: relative;
    height: 600px;
    margin-top: -120px;
    z-index: 99;
}
#map #home-map{
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* END MAP STYLE */

/* FOOTER STYLE */
#exlent-footer{
    height: auto;
    width: auto;
    position: absolute;
    z-index: 3;
    top: 25%;
    right: 16%;
    background-color: transparent;
    background: url('../../img/footer-shape.png') no-repeat;
    background-size: 100% 100%;
    padding: 2.5em;
    /* box-shadow: 4px 4px 16px rgba(0,0,0,0.05), -2px -2px 8px rgba(0,0,0,0.05); */
}
#exlent-footer [class*="col-"]{
    width: auto !important;
    margin-right: 1em;
}
.consulting-row{
    display: flex;
    flex-direction: row;
    padding: 40px 0;
    padding-bottom: calc(15% + 40px);
}
.consulting-img{
    width: 90%;
}
@media screen and (max-width:768px) {
    .consulting-row{
        flex-direction: column-reverse;
        padding: 100px 15px;
        padding-bottom: 5%;
    }
    #exlent-footer [class*="col-"]{
        float: unset;
    }
}
.diensten{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.dienst{
    padding: 20px;
    background-color: var(--light-color);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}
.dienst .title-wrapper{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #424242;
}
.dienst .title-wrapper h1{
    font-size: 1.3rem;
    padding-left: 30px;
}
.dienst .title-wrapper h1:before{
    content: "";
    position: absolute;
    background: url("../../img/list-icon.svg") no-repeat center center;
    background-size: contain;
    left: 0;
    top: 2px;;
    height: 100%;
    width: 20px;
}
.dienst p{
    margin-bottom: 0;
}
.dienst .content-wrapper{
    margin-bottom: 1rem;
}
.dienst a{
    margin-left: auto;
    font-weight: 500;
    font-style: italic;
}
#trainingen{
    padding-top: 10%;
    padding-bottom: 10%;
}
#slogan{
    background-color: var(--exlent-color-alt);
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 8rem;
}
#slogan span{
    font-size: 1.8rem;
    color: var(--exlent-dark-color);
    font-weight: bold;
}