@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import 'imports/reset.css';
@import 'imports/helper.css';
@import 'imports/preloader.css';
@import 'imports/animations.css';

:root {
    --exlent-color: #f3732a;
    --exlent-color-alt: #f79432;
    --exlent-dark-color: #71291d;
    --light-color: #ffffff;
    --dark-color: #424242;
}

html, body{
    max-height: 100%;
    max-width: 100%;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #424242;
    background-image: url('../img/footer-bg.png');
    background-size: contain;
}
.inline-block{
    display: inline-block !important;
}
.mb-0{
    margin-bottom: 0;
}
.mb-1{
    margin-bottom: 10px;
}
.mt-1{
    margin-top: 10px;
}
.pb-0{
    padding-bottom: 0;
}
.pb-1{
    padding-bottom: 10px;
}
.fw-bold{
    font-weight: bold;
}
.text-uppercase{
    text-transform: uppercase;
}
.exlent-color {
    color: var(--exlent-color);
}
.exlent-color-alt {
    color: var(--exlent-color-alt);
}
.text-shadow{
    text-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
@media screen and (max-width: 600px){
    body.admin-bar{
        padding-top: 46px;
    }
}
.vacature-beschrijving p{
    margin-bottom: 0;
}
ul{
    margin-top: 0;
    line-height: 35px;
    list-style-image: url('../img/list-icon.svg')
}
h1{
    margin-bottom: 10px;
}
p{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 22px;
}

/* CONTAINER */
header.contained .header-wrapper, .container, .slider.contained .swiper-container .swiper-controls .wrapper, .slider.contained .swiper-container .swiper-slide .slide-front .wrapper , footer .footer-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
/* CONTAINER 
--------------------------------------------------------*/
#wrapper{
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
/* BUTTON STYLE */
a.button,
input.button{
    display: table-cell;
    text-decoration: none;
    cursor: pointer;
}
.button{
    position: relative;
    display: block;
    color: #ffffff;
    padding-left: 14px;
    padding-right: 4px;
    height: 44px;
    width: auto;
    min-height: 40px;
    line-height: 40px;
    /* background: url('../img/button-single-bg.png') no-repeat left center; */
    /* background-size: 100% 100%; */
    background-color: var(--exlent-color);
    box-shadow: none;
    border:none;
    outline: none;
    transform: translate3d(0,0,0);
    transition: translate .2s ease-in-out;
}
.button::after{
    position: absolute;
    content: "";
    width: 0; 
    height: 0; 
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 13px solid var(--exlent-color);
    right: -12px;
    top: 0;
}
.button::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    top: 0;
    right: -48px;
    background: url('../img/button-before-bg.png') no-repeat center center;
    background-size: 100% 100%;
    transition: transform .2s ease-in-out;
}
.button:hover{
    cursor: pointer;
    /* transform: translate3d(0, -2px, 0); */
}
.button:hover::before{
  animation: .4s bounce infinite alternate;
}
.content-right .button{
    display: inline-block;
}
.content-right .button + .ajax-loader{
    transform: translate3d(0, 32px, 0);
}

/* END BUTTON STYLE
--------------------------------------------------------*/
/* HEADER STYLE */
header{
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100px;
    background-color: #333333;
    transform: translate3d(0,0,0);
    transition: background-color .2s ease-in-out .1s;
    transition: height .4s ease-in-out;
}
#header.fixed{
    background-color: #282828;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.1);
    height: 70px;
}
#header.fixed .header-wrapper .right{
    height: 70px;
}
#header.fixed .header-wrapper .right .header-menu, #header.fixed .header-wrapper .right .language-switch{
    line-height: 70px;
}
header .header-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em 0;
}
header.transparent, header.transparent .header-wrapper{
    background: none;
}
header .header-wrapper .left{
    position: relative;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    width: 30%;
}
header .header-wrapper .left a{
    display: block;
    position: relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
}
header .header-wrapper .right{
    position: fixed;
    width: 30%;
    height: 48px;
    background-color: #fff;
    top: 0;
    right: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    transition: height .1s ease-in-out;
}
header .header-wrapper .left .image-container{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 1;         /* OLD - Firefox 19- */
  	-webkit-flex: 1;          /* Chrome */
  	-ms-flex: 1;              /* IE 10 */
  	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 50%;
    height: 100%;
    padding-right: 1em;
    overflow: hidden;
}
header .header-wrapper .left .image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header.fixed .header-wrapper .left .image-container{
    padding: 0;
}
#header.fixed .header-wrapper .left .image-container:nth-child(1) img{
    width: 70%;
}
#header.fixed .header-wrapper .left .image-container img{
    object-position: left;
}
/* MENU STYLE */
.header-wrapper .right .header-menu, .header-wrapper .right .language-switch{
    height: 100%;
    line-height: 48px;
    transition: all .4s ease-in-out;
}
.header-wrapper .right .header-menu{
    width: 30%;
    position: relative;
}
.header-wrapper .right .header-menu .title{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 2;
}
.header-wrapper .right .header-menu .menu-icon{
    color: #71291d;
    font-size: 120%;
}
.header-wrapper .right .header-menu .menu-header-menu-container{
    transform: scaleY(0);
    transform-origin: top;
    /* transition: .3s all ease-in-out; */
}
.header-wrapper .right .header-menu .menu{
    transform: scaleY(0);
    transform-origin: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s all ease-in-out;
    width: 340%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1em 0 1em 2em;
    background-color: rgba(217, 216, 215, 0.8);
}
.header-wrapper .right .header-menu.open .menu-header-menu-container,
.header-wrapper .right .header-menu.open .menu{
    transform: scaleY(1);
}
.header-wrapper .right .header-menu .menu .menu-item{
    width: 70%;
}
/* MENU ITEM ACTIVE STYLE */
.header-wrapper .right .header-menu .menu .menu-item.current-menu-item{
    background-color: #ffffff;
}
.header-wrapper .right .header-menu .menu .menu-item.current-menu-item a{
    color: #f3732a;
}
/* END MENU ITEM ACTIVE STYLE
--------------------------------------------------------*/
.header-wrapper .right .header-menu .menu .menu-item a{
    position: relative;
    text-decoration: none;
    color: #71291d;
    display: block;
    line-height: 1.4rem;
    padding: 1rem;
}
.header-wrapper .right .header-menu .menu .menu-item a::after{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0da";
    opacity: 0;
    right: 1rem;
    top: calc(50% - 10px);
}
.header-wrapper .right .header-menu .menu .menu-item a:hover::after{
    opacity: 1;
}
.header-wrapper .right .language-switch{
    z-index: 2;
    width: 70%;
    background-color: #f6b332;
    color: #71291d;
    text-transform: uppercase;
    font-size: 80%;
    padding: 0 1em;
}
.header-wrapper .right .language-switch span+span::before{
    content: "/";
    margin: 0 5px;
}
.header-wrapper .right .language-switch span a{
    text-decoration: none;
}
.header-wrapper .right .language-switch span.active a{
    color: #ffffff;
    cursor: default;
}
/* MENU SHADOWS */
.header-wrapper .right, .header-wrapper .right .header-menu .menu{
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.1);
}
.header-wrapper .right .header-menu .menu .menu-item.current-menu-item{
    box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.1);
}
/* END MENU SHADOWS
--------------------------------------------------------*/
/* END MENU STYLE
--------------------------------------------------------*/
/* END OF HEADER
--------------------------------------------------------*/
/* CONTENT STYLE */
.content{
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: #fff;
}
/* END CONTENT STYLE 
--------------------------------------------------------*/

/* BACKGROUND STYLE */
.exlent-bg-1{
    background-image: url("../img/bg-section-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.exlent-bg-2{
    background-image: url("../img/background-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.exlent-bg-3{
    background: url("../img/consulting.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
}
.exlent-bg-4{
    background: url("../img/detail-bg-faded.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.section.exlent-bg-4{
    padding: 0;
}
.exlent-bg-5{
    background: url("../img/exlent-bg-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.orange-bg, .transform-fix.orange-bg::before{
    background-color: #f79433;
}
/* END BACKGROUND STYLE */

/* SECTION STYLE */
.section{
    position: relative;
    padding: 50px 0;
}
.section.overlay-bg{
    z-index: 10;
    margin-top: -260px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section.overlay-bg.first{
    margin-top: -80px;
}
.section.after-bg{
    padding-top: 0;
}
.transform-fix{
    position: relative;
}
.transform-fix::before{
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-150px);
}

/* TITLE STYLE */
.title-wrapper{
    position: relative;
}
.title-wrapper small{
    position: absolute;
    bottom: -20px;
    left: 50px;
    color: #666666;
}
.exlent-title{
    text-transform: uppercase;
    position: relative;
    color: #71291d;
    font-size: 1rem;
}
.exlent-title.small{
    font-size: 1.5em;
}
.exlent-title.icon{
    text-transform: none;
    padding-left: 30px;
}
.exlent-title.icon::before{
    content: "";
    position: absolute;
    background: url("../img/list-icon.svg") no-repeat top center;
    background-size: contain;
    left: 0;
    top: 2px;
    height: 30px;
    width: 20px;
}
.exlent-title.white{
    position: relative;
    color: #71291d;
    padding-left: 50px;
    font-weight: 700;
}
.exlent-title.white::before{
    content: "";
    position: absolute;
    background: url("../img/item-before-white.png") no-repeat top center;
    background-size: 80%;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}
/* END TITLE STYLE */

/* IMAGE STYLE */
.image-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* END IMAGE STYLE */

/* LINK-ITEM STYLE */
.link-item{
    display:flex;
    align-items: center;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.05), -2px -2px 8px rgba(0,0,0,0.05);
    padding: 2% 4%;
    color: #424242;
    transform: translate3d(0,0,0);
    transition: .2s all ease-in-out;
    width: 100%;
    min-height: 76px;
    margin-bottom: 1em;
}
.link-item:hover{
    transform: translateY(-5px);
    box-shadow: 8px 8px 32px rgba(0,0,0,0.03), -4px -4px 16px rgba(0,0,0,0.03);
}
.link-item h1{
    font-weight: 300;
    font-size: 1em;
    padding-left: 40px;
}
.link-item h1:before{
    content: "";
    position: absolute;
    background: url("../img/list-icon.svg") no-repeat center center;
    background-size: contain;
    left: 15px;
    top: 0;;
    height: 100%;
    width: 20px;
}
/* END LINK-ITEM STYLE */

/* WIDGETS */
.footer-image{
    float: left;
    width: 100px;
    height: auto;
}
.widgets{
    padding-top: 1em;
}
.footer-widget-title{
    font-size: 1em;
}
.sitemap{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 25px;
}
.sitemap li{
    list-style: none;
    font-size: .8em;
}
.sitemap li a{
    text-decoration: none;
    color: #424242;
}
.sitemap li a:hover, .sitemap li.current-item a{
    color: #f3732a;
}
.text-widget p{
    margin: 0;
    font-size: .8em;
    line-height: 2em;
}
.text-widget a{
    text-decoration: none;
    color: #424242;
}
.social-links .social-link{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background-color: #792f1d;
    color: #ffffff;
    transition: all .3s ease-in-out;
}
.social-links .social-link:hover{
    background-color: #71291d;
    color: #f79433
}
.social-links .social-link a{
    display: block;
    color: inherit;
    text-decoration: none;
}

footer{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    text-align: right;
    background-color: #333333;
}
footer p{
    line-height: 50px;
    margin: 0;
    color: #ffffff;
}
footer p span{
    color: #f3732a;
}
footer p a{
    text-decoration: none;
    color: #ffffff;
    transition: all .3s ease-in-out;
}
footer p a:hover{
    color: #f6b332;
}
footer .footer-image-holder a{
    display: inline-block;
}
footer .footer-image-holder img{
    width: 170px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
}
/* END FOOTER STYLE */

/* WPCF7-FORM */
.wpcf7-form label{
    color: #666666;
    text-transform: uppercase;
    font-size: 13px;
}
.wpcf7-form .wpcf7-form-control-wrap{
    margin-top: 5px;
    display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea{
    width: 100%;
    background-color: #f6f6f6;
    padding: 8px 12px;
    border: none;
    outline: none;
    color: #666666;
    font-weight: 300;
}
.wpcf7-form [class*="col-"]{
    padding: 5px 25px 10px 0;
}
/* END WPCF7-FORM */

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    margin-top: 10px;
}
.social-icons .social-icon {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
    text-decoration: none !important;
}
.social-icon svg{
    transition: color 0.1s ease;
    color: var(--dark-color);
    width: 20px;
    height: 20px;
}
.social-icon:hover svg{
    color: var(--exlent-color);
}
/* END SOCIAL ICONS */