@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,200,300,800;1,800&display=swap');


:root {
    --clr-primary: #00ff8b;
    --clr-headings: #003329;
    --clr-dark: #003329;
    --vacancy-accent-color: 0, 255, 139;
}

body, html { overflow-x: hidden !important;  width: 100% !important;}

html { background-color: #f7f7f7; }  
.is-wrapper > div { background-color: #f7f7f7; }

/*.is-wrapper > div.is-section-auto { height: auto !important; }*/

/*** Containers ***/
.is-container { margin: 0 auto; padding-left: 0; padding-right: 0; width: 85%; max-width: 1280px!important; }
.is-content-fluid { width: 100%!important; max-width: 100%!important; margin-top: 0!important; margin-bottom: 0!important; }

/*** Typography ***/
h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif !important; line-height: 100%; font-weight: 500!important; color: var(--clr-dark) !important; }

h1 { font-size: 3.3rem !important; } 
h1 mark { color: var(--clr-dark) !important; background: #00ff8a; border-radius: 80px; position: relative; margin-left: -0.8rem; display: inline-block; line-height: .5; padding: 0 0.3rem 1.2rem 0.8rem; }

h2 { line-height: 1.2 !important; }

h3 { font-size: 1.5rem; line-height: 1.1 !important; }

p, td, li, div, span { font-family: 'Open Sans', sans-serif !important; color: #000 !important; font-size: 16px !important; line-height: 150% !important; font-weight: 400 !important; }


@media (min-width: 1024px) {
    h3 { font-size: 2rem; }
}

.is-section { overflow-x: clip !important; }

/*** Backgroud colors ***/
.is-bg-dark, .is-wrapper > div.is-bg-dark { background-color: var(--clr-dark)!important; }
.is-bg-primary, .is-wrapper > div.is-bg-primary { background-color: var(--clr-primary) !important; }

.is-light-text h1, .is-light-text h2, .is-light-text h3, .is-light-text, h4, .is-light-text h5, .is-light-text h6 { color: var(--clr-primary)!important; } 
.is-light-text, .is-light-text p, .is-light-text li { color: #fff!important; }

.is-opacity-80 .is-container { opacity: 1 !important; background-color: rgba(255,255,255,.8) !important; }

/*** Elementen ***/
.is-block-link { color: #000!important; text-decoration: none; font-weight: 600; font-size: 1.125rem; position: relative; padding: 0 3rem 1.25rem 1rem; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.is-block-link:before {content: ""; width: 100%; display: inline-block; border-bottom: 1px solid; position: absolute; bottom: 0; height: 1rem; left: 0; border-left: 1px solid; }
.is-block-link:after { font-family: "Font Awesome 5 Pro"; content: "\f061"; font-weight: 400; font-size: 1rem; display: inline-block; padding: 0 0.6rem; position: absolute; right: 0; border: 2px solid; bottom: 5px; border-radius: 20px; background: 0 0; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.is-block-link:hover { text-decoration: underline; }
.is-block-link:hover:after { background: var(--clr-primary); border-color: var(--clr-primary); }

.is-col-text { display: flex; flex-direction: column; justify-content: center; }
.is-col-text > * { margin: 0; }
.is-col-text > * + * { margin-top: 1em; }

/*** Forms ***/
.input-group {  min-height: 43px; border-radius: 5px; overflow: hidden; }
.input-group-search { opacity: 1; height: auto; min-height: 43px; border-radius: 5px; overflow: hidden; }
.input-group-search .input-group-prepend { height: auto; }
.input-group-search .form-control { height: auto; }  
.is-bg-dark .input-group-search { border: none; } 

label.custom-control-label::before, label.custom-control-label::after { top: 0; box-shadow: none!important; }
.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }  

.form-control { box-shadow: none!important; min-height: 43px; }

.is-bg-dark .form-control {}

/*.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: var(--clr-dark)!important; color: #fff!important; }*/

/*** Buttons ***/
a:not(.btn, .is-block-link, .nav-link):visited { color: inherit !important; }
a:not(.btn, .is-block-link, .nav-link):visited:hover { color: var(--clr-primary) !important; }

.btn, a.btn, button.btn { border-radius: 5rem!important; font-weight: 500!important; box-shadow: none!important; } 

.btn.btn-secondary, .btn.btn-primary, .body .btn.btn-apply { justify-content: center !important; opacity: 1 !important; padding: .45rem 1.125rem; background: #003329; border-radius: 50px; font-size: 1.125rem; text-decoration: none; box-shadow: 0 0 5px transparent, 0 0 15px transparent; transition: all .2s ease-in-out; display: inline-flex; color: #FFF !important; }
.btn.btn-secondary:hover, .btn.btn-primary:hover, body .btn.btn-apply:hover, .btn.btn-secondary:active, .btn.btn-primary:active, body .btn.btn-apply:active, .btn.btn-secondary:focus, .btn.btn-primary:focus, body .btn.btn-apply:focus { border-color: var(--clr-dark); background-color: var(--clr-dark) !important; color: var(--clr-primary) !important; opacity: 1 !important; }

.vacancy-detail .btn-sm * { color: #FFF !important; }

.btn.btn-outline { padding: .45rem 1.125rem; background: transparent; border-radius: 50px; font-size: 16px; text-decoration: none; box-shadow: 0 0 5px transparent, 0 0 15px transparent; transition: all .2s ease-in-out; display: inline-flex; color: #FFF !important; border: 1px solid var(--clr-primary)!important; }
.btn.btn-outline:hover { background-color: var(--clr-primary) !important; }

/*** Navbar ***/
.navbar { background-color: transparent!important; position: fixed; top: 0; left: 0; right: 0; padding: 16px 0!important; z-index: 9999; }
.navbar .container-fluid { padding: 0; overflow-x: clip; position: relative; }
.navbar .navbar-brand { padding: 0; margin: 0; z-index: 2; }
.navbar .navbar-brand img { width: 44px; max-height: 100px; }

.navbar-toggler { z-index: 2; width: 40px; height: 40px; border-radius: 50%; padding: 0; background-color: var(--clr-primary); position: relative; }
.navbar-toggler span { display: block; margin: 0; position: absolute; top: 50%; left: 50%; width: 1.5rem; height: 3px; background-color: #000; border-radius: 5px; -webkit-transform: translate(calc(-50% + 1px),calc(-50% - 4px)) rotate(0); transform: translate(calc(-50% + 1px),calc(-50% - 4px)) rotate(0); -webkit-transition: width .3s ease,-webkit-transform .3s ease; transition: width .3s ease,-webkit-transform .3s ease; transition: width .3s ease,transform .3s ease; transition: width .3s ease,transform .3s ease,-webkit-transform .3s ease; }
.navbar-toggler span:nth-child(2) { display: none; }
.navbar-toggler span:nth-child(3) { width: 1.25rem; -webkit-transform: translate(calc(-50% - 1px),calc(-50% + 4px)) rotate(0); transform: translate(calc(-50% - 1px),calc(-50% + 4px)) rotate(0); } 

.navbar-toggler:not(.collapsed) span:nth-child(1) { left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%) rotate(45deg); transform: translate(-50%,-50%) rotate(45deg); }
.navbar-toggler:not(.collapsed) span:nth-child(3) { left: 50%; top: 50%; width: 1.5rem; -webkit-transform: translate(-50%,-50%) rotate(-45deg); transform: translate(-50%,-50%) rotate(-45deg); }

@media (max-width: 991.98px) {
    .navbar-collapse { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: var(--clr-primary); padding: 92px 7.5% 16px 7.5%; display: block!important; opacity: 0; pointer-events: none; transition: opacity .3s ease!important; }
    .navbar-collapse.collapsing { height: 100%; min-height: 100%; }
    .navbar-collapse.collapsing,
    .navbar-collapse.show { opacity: 1; pointer-events: all!important; }
    
    .navbar .nav-item { border: none!important; }
    .navbar .nav-item .nav-link { padding: 0!important; font-size: 44px; font-weight: 400; line-height: 1.2; }
}

@media (max-width: 767.98px) {
        .navbar-collapse { padding: 72px 7.5% 16px 7.5%; }
}

@media (min-width: 768px) {
    .navbar { padding: 16px!important; }
    .navbar .navbar-brand img { width: 66px; height: 60px; }
}

@media (min-width: 992px) {
    .navbar-collapse .navbar-nav { display: flex; padding: 0 1.5rem; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,.15), 0 0 15px rgba(0,0,0,.05); background: #f7f7f7; }
    .navbar .nav-item .nav-link { color: #000!important; padding: 0.65rem 0; font-size: 14px; line-height: 1.2; min-height: 42px; display: flex; align-items: center; position: relative; }
    .navbar .nav-item .nav-link:hover { text-decoration: underline; text-underline-offset: 4px; }
    .navbar .nav-item { display: flex; align-items: center; }
    .navbar .nav-item + .nav-item::before { content: '|'; color: #000; display: inline-block; padding: .2rem 1rem; font-size: 14px; line-height: 1.2; }
}

/*** Header home ***/
/*.is-header-home { height: 100px !important; }*/
.is-header-home .is-bg { height: 300px; width: 100%; -webkit-clip-path: polygon(100% 0,100% 100%,65% 100%,40% 48%,0 48%,0 0); clip-path: polygon(100% 0,100% 100%,65% 100%,40% 48%,0 48%,0 0); background-size: cover; background-position: right top; }
.is-header-home .is-bg:has(img) { display: flex; height: 100%; justify-content: end; } 
.is-header-home .is-bg img { object-fit: cover;  }
.is-header-home .is-container { z-index: 2; position: relative; margin-top: -9rem!important; }
.is-header-home .is-block-links { margin-top: 2rem; }
.is-header-home .inner > p { max-width: 400px !important; }
.is-header-home .is-video-bg { -webkit-clip-path: polygon(100% 0,100% 100%,65% 100%,40% 48%,0 48%,0 0); clip-path: polygon(100% 0,100% 100%,65% 100%,40% 48%,0 48%,0 0); }
.is-header-home video { height: 100% !important; object-fit: cover; width: 100% !important; }
/*.is-header-home.has-video .is-container { margin-top: 0 !important; }*/

@media(max-width: 767.98px) {
    .is-header-home .is-video-bg {  height: 300px; width: 100%; }
    .is-header-home.has-video .is-container *:not(a) { line-height: 1.1!important; font-size: 2.8rem !important;}
    .is-header-home.has-video .is-container mark { margin-top: .5rem; } 
    .is-header-home .is-video-bg video { width: 100% !important; }
    .is-header-home .is-bg img { width: 100%; height: 300px !important; }
    .is-header-home.has-form .is-container { margin-top: -8rem !important; }
}

@media (min-width: 768px) {
    .is-header-home {  padding: 8rem 0 3rem 0!important; }
    .is-header-home .is-bg{ height: 100%; position: absolute; -webkit-clip-path: polygon(35% 31%,35% 0,100% 0,100% 100%,65% 100%,65% 69%); clip-path: polygon(35% 31%,35% 0,100% 0,100% 100%,65% 100%,65% 69%); top: 0; bottom: 0; left: 0; right: 0; }
    .is-header-home .is-container { margin-top: 0!important; }
    .is-header-home .is-block-links { margin-top: 3rem; }
    .is-header-home h1 { font-size: 4rem!important; }
    
    .is-header-home .is-video-bg { -webkit-clip-path: polygon(35% 31%,35% 0,100% 0,100% 100%,65% 100%,65% 69%); clip-path: polygon(35% 31%,35% 0,100% 0,100% 100%,65% 100%,65% 69%); }
}

@media (min-width: 992px) {
    .is-header-home { height: 50% !important; }
    .is-header-home h1 { font-size: 6.875rem!important; }
    .is-header-home .is-video-bg { display: flex; justify-content: end; }
    
    .is-header-home.has-form .is-bg { height: 600px !important; }
    .is-header-home.has-form form { max-width: 600px !important; }
    .is-header-home.has-form form textarea { max-height: 80px; }
    
}

@media(min-width: 1200px) {
    .is-header-home.has-video { height: 800px !important; padding-top: 300px !important; }
    .is-header-home.has-video video { width: 100% !important; height: unset !important; }
    
    .is-header-home .is-bg img { width: 60%; object-fit: cover; }
    
}

@media(min-width: 1400px) {
    .is-header-home h1 { line-height: 120px !important; }
}

/*** Header subpage ***/
.is-header-subpage img { height: 11.875rem; width: 100%; border-radius: 5px; object-fit: cover; }
.is-header-subpage h1 { margin-top: 0; margin-bottom: 22px; font-size: 2.5rem!important; }
.is-header-subpage p { margin: 0; }

@media (min-width: 600px) {
    .is-header-subpage p { font-size: 18px!important; }
}

@media (min-width: 768px) {
    .is-header-subpage h1 { font-size: 3.25rem!important; }
}

@media (min-width: 992px) {
    .is-header-subpage h1 { font-size: 4rem!important; }
    .is-header-subpage .is-container { margin-top: 6.5rem!important; }
    .is-header-subpage img { height: 33.75rem; border-radius: 10px; }
    .is-header-home .inner > p { max-width: 550px !important; }
}

/*** Header testomonial ***/
.is-header-testomonial { height: 500px !important; }
.is-header-testomonial h1 { color: #fff !important; margin: 0!important; }
.is-header-testomonial p { font-style: normal !important; }

/*** Text media wide ***/
.is-text-media-wide [class*="col"] { padding: 0; }
.is-text-media-wide figure { overflow: hidden; position: relative; height: 100%; }
.is-text-media-wide figure img { width: 100%; height: 100%; object-fit: cover; }
.is-text-media-wide .is-col-text { padding: 3rem 1.5rem 3rem 1.5rem;  }
.is-text-media-wide .is-col-text > * { max-width: 25.625rem; }

@media (min-width: 768px) {
    .is-text-media-wide.is-image-right .is-col-image { order: 1; }
    .is-text-media-wide.is-image-right .is-col-text { align-items: end; }
}

@media (min-width: 992px) {
    .is-text-media-wide .is-col-text { padding: 7.5rem; }
}

/*** Team list item ***/
.team-list-item .team-list-item-function { color: #FFF !important; }
.team-list-item .team-list-item-info { height: 360px !important; }
.team-list-item .team-list-item-name { color: #FFF !important; }

/*** Team detail ***/
.is-team-image .is-container { margin-top: 0!important; margin-bottom: 0!important;  }
.is-team-image .is-container img { width: 100%; max-height: 500px; object-fit: cover; }

.is-team-content { overflow: inherit!important; }
.is-team-content .card { width: 100%; max-width: 360px; position: absolute; bottom: 100%; right: 15px; border: none; border-radius: 6px; padding: 18px; align-items: start; }
.is-team-content .card p { margin-top: 0; margin-bottom: 20px; }


@media screen and (max-width: 450px) {
    .is-team-content .card { right: 30px; left: 30px; width: fit-content; }
}

@media (min-width: 1200px) {
    .is-team-content .card { padding: 32px; }
    .is-team-content .card p { font-size: 18px; }
}



/*** Contact ***/
.is-section-contact .is-social a { border-color: #000; }
.is-section-contact .is-social a i { color: #000!important; }
.is-section-contact iframe { border-radius: 16px; }

/*** CTA ***/
.is-wrapper .is-boxed-layout .is-overlay { display: block !important; }

@media(max-width: 991.98px) {
    .is-section.is-section-cta { height: unset !important; }
}


/*** Footer ***/
.is-footer { background-color:; }  
.is-footer h3 { font-size: 16px; font-weight: 700; }
.is-footer .is-secondary-links span { color: #fff!important; }
.is-footer .is-secondary-links a { margin-right: 16px; }
.is-footer img { width: 62px; }
.is-footer a { transition: all .2s ease-in-out; text-decoration: none!important; }
.is-footer a:hover { color: var(--clr-primary); }

.is-social { display: flex; flex-wrap: wrap; column-gap: 16px; row-gap: 16px; }
.is-social a { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 5px; border: 1px solid #f7f7f7; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.is-social a i { margin: 0!important; color: #f7f7f7!important; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.is-social a:hover { background-color: var(--clr-primary); border-color: var(--clr-primary); }
.is-social a:hover i { color: #000!important; }

/*** Vacancy overview ***/
.is-vacancy-overview form .btn { width: 100%; }
.is-vacancy-overview form > .row:nth-child(1) .btn { margin-top: 16px; }
.is-vacancy-overview form > .mt-4 { margin-top: 48px!important; }
.is-vacancy-overview .vacancy-index-sidebar { padding: 2rem; }
.is-vacancy-overview .vacancy-index-sidebar * { color: #000; }
.is-vacancy-overview .vacancy-index-sidebar .badge.badge-filter { border-radius: 0; position: relative; padding-right: 0; }
.is-vacancy-overview .vacancy-index-sidebar .badge.badge-filter:hover { color: #000; box-shadow: none!important; }
.is-vacancy-overview .vacancy-index-sidebar .badge.badge-filter::before { content: ""; width: 100%; display: inline-block; border-bottom: 1px solid; position: absolute; bottom: 0; height: 1rem; left: 0; border-left: 1px solid; }
.is-vacancy-overview .vacancy-index-sidebar .badge.badge-filter:hover::before { border-color: #000!important; }

.vacancy-index-item { border: none; }
.vacancy-index-item .vacancy-index-item-title { font-weight: 500!important; }

@media (min-width: 992px) {
    .is-vacancy-overview form > .mt-4 { margin-top: 64px!important; }
    
    .vacancy-index-item { padding: 2rem; }
}

.vacancy-index-sidebar { background-color: #fff; border-radius: 5px; }

.vacancy-index-list-counter { display: inline-grid; place-items: center; padding: 0; width: 42px; height: 42px; text-align: center; color: #000!important; }

/*** USP's ***/
.is-usps .col-md-3 { display: flex; align-items: center; column-gap: 20px; } 
.is-usps .col-md-3 h3 { margin: 0; font-size: 18px; }
.is-usps .col-md-3 i { font-size: 40px; }

@media(max-width: 767.98px) {
    .is-usps .col-md-3 { display: grid; grid-template-columns: 30px 1fr; }
}

/*** Vacancy alert ***/
.vacancy-alert-container #vacature-alert .input-group { flex-wrap: nowrap; }
.vacancy-alert-container #vacature-alert .select2-container--default .select2-selection--multiple { padding-bottom: 0; border-radius: 5px; border-color: #ced4da; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.vacancy-alert-container #vacature-alert .select2-container--default .select2-selection--multiple input { margin: 0; padding: .375rem .75rem; min-height: 43px; }
.vacancy-alert-container #vacature-alert > .row > *:not(.col-12) { margin-top: 16px; }
.vacancy-alert-container #vacature-alert .row .col-md-12 > p { font-weight: 300 !important; font-style: italic !important; }

@media (min-width: 992px) {
    .vacancy-alert-container { margin-top: 48px; }
}

/*** Vacancy detail ***/
.vacancy-index-item-field-value i,
.vacancy-detail-offer-and-requirements .item i,
.vacancy-detail-sidebar .vacancy-detail-sidebar-cta .social-share button i { color: #003329!important; }
.vacancy-detail-subtitle.small { font-size: 18px !important; }

.btn-head{font-weight:600;}

@media only screen and (max-width: 600px) { 
    .slider-image h1{font-size: 30px !important; line-height: 35px !important; background-color: #fff !important;padding:20px;color:#000; text-align:left;} 
    .slider-image h2{font-size:30px !important; line-height:32px !important; background-color: #fff !important;padding:20px;color:#000;text-align:left;} 
    .slider-image p{font-size:18px !important; line-height:18px !important;background-color: #fff; padding: 20px;color:#000;text-align:left;}
    .slider-image b{color:#000;}
    .slider-on-box .slider-content { padding: 65px 20px 70px 20px;} 
    .slider-image a{margin-bottom:20px;}
    .btn-slide{margin-bottom:20px;}
    .is-wrapper > div.is-section-60{height:80% !important;}
    
}

.contact-footer a{color:#fff !important;}
.contact-info a{color:#7B7B7A;}

.vacancy-detail h2{font-size:1.3rem !important; font-weight:bold;}


/* VACANCY DETAIL 2021 */
.section_vacancy-detail-header .header { margin: 0; }

.container_vacancy-detail .section_vacancy-detail-header .overlay {background-color: transparent;}
.container_vacancy-detail h1 {padding: 0; color: var(--clr-dark)!important;}
.container_vacancy-detail h2 {font-weight: 600; font-size: 18px!important; color: var(--clr-dark)!important; font-weight: bold !important;}
.container_vacancy-detail h3 {padding: 0; color: var(--clr-dark)!important; font-weight: bold !important; }
.container_vacancy-detail .vacancy-detail-content strong {display: inline-block; margin-bottom: 0; margin-top: 8px; font-weight: bold !important; color: #003329; font-size: 18px;}
.container_vacancy-detail .vacancy-detail-offer-and-requirements {padding-top: 20px!important;}
.container_vacancy-detail .vacancy-detail-progress {padding-top: 20px!important;}
.container_vacancy-detail .vacancy-detail-offer-and-requirements .item div {font-weight: 600;}
.container_vacancy-detail p, .container_vacancy-detail li {font-size: 18px; line-height: 28px;}
.container_vacancy-detail .btn {padding: 10px 32px; font-weight: 600;}
.vacancy-detail-cta .btn {margin-top: 12px;}
.vacancy-detail-cta { margin-bottom: 10px !important; }
.vacancy-detail-cta h2 {font-size: 30px!important;}
.vacancy-detail .form-group + p { font-style: normal !important; }  

.section_vacancy-detail-header.has-images .slides {height: 450px;}

.modal .modal-body i {color: rgb(var(--vacancy-accent-color));}

@media screen and (max-width: 792px) {
    .container_vacancy-detail .vacancy-info {display: block!important;}
    .container_vacancy-detail h3 {font-size: 20px!important;}
    .container_vacancy-detail h2 {font-size: 28px!important;}
    .container_vacancy-detail h1 {font-size: 36px!important;}
}

@media only screen and (max-width: 576px) {
    .section_vacancy-detail-header .slider .slide {
        height: 66%;
    }
}

/*.list i { color: #FFF !important; }*/

/* Section: Text & bulletpoints */
.is-section.is-section-text-bulletpoints i { color:#FFF !important; }
@media(max-width: 767.98px) {
    .is-section.is-section-text-bulletpoints h3 { text-align: left !important; }
}

@media(min-width: 992px) {
    .is-section.is-section-text-bulletpoints .inner-row { display: flex; justify-content: space-evenly;}

}
