@import url("https://use.typekit.net/iox8kmu.css");

    /* @font-face {
    font-family: 'Ciutadella Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Ciutadella Medium'), url('Ciutadella Medium.woff') format('woff');
    }

    @font-face {
    font-family: 'Ciutadella Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ciutadella Regular'), url('Ciutadella Regular.woff') format('woff');
    } */

    @font-face {
        font-family: 'Inter';
        src: url('../fonts/inter.ttf');
    }

html {background: #fff;     margin-top: -90PX;}
body{ font-size:18px; color:#313236; font-family: museo-sans, sans-serif;font-weight: 300; background: #fff; letter-spacing: 0;line-height: 30px;}

h1, h2, h3, h4, h5, h6, p, img, a, input, select, span, small{-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}

h1 {
    font-family: 'Inter' !important;
    font-size: 64px !important;
    line-height: 64px !important;
    font-weight: 900 !important;
}
h2 {
    font-family: 'Inter' !important;
    font-size: 25px !important;
    line-height: 25px !important;
    font-weight: 700 !important;
}
h3 {
    font-family: 'Inter' !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}
h3.salaris {
    font-weight: 700 !important;
    
}

h4 {
    font-family: 'Inter' !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
}
h5 {
    font-family: 'Inter' !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
}
h6 {
    font-family: 'Inter' !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 300 !important;
}

@media (max-width: 768px) {
    h1 {
      font-size: 40px !important;
      line-height: 44px !important;
    }
    h2 {
      font-size: 20px !important;
      line-height: 24px !important;
    }
    h3 {
      font-size: 18px !important;
      line-height: 22px !important;
    }
    h4 {
      font-size: 14px !important;
      line-height: 18px !important;
    }
    h5 {
      font-size: 14px !important;
      line-height: 18px !important;
    }
    h6 {
      font-size: 12px !important;
      line-height: 16px !important;
    }
  }

img{  max-width: 100%;     height: auto;}
a {
    color: #2b9ba8;
    text-decoration: none;
}
a:hover {color: #21596e; text-decoration: underline}
a:focus {outline:none; text-decoration: none}
p {
    margin: 0 0 30px;
}
input {
/*-webkit-appearance: none;
-moz-appearance: none;
appearance: none;*/
opacity: 1
}
h1 {
	font-family:'Ciutadella Medium';
	font-weight:normal;
    font-size: 34px;
	color: #005A6F;
	line-height: 38px;
    margin: 30px 0;
}
h2 {  
    font-family: 'Ciutadella Medium';
    font-size: 40px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 48px;
    margin: 0 0 20px 0;
 }
/*  .page-id-2 .navbar-default .navbar-nav > li > a {
    color: #000000 !important;
} */

.header h1 {margin-top:10px;color: #fff;}
h2.sub {  
    font-family: museo-sans, sans-serif;
	font-size: 20px;
    font-weight: 500;
 }
h3 {font-size:21px; margin-bottom: 20px; font-weight: 600; line-height: 140%}
.header h2 {
	color: #fff;
	font-size: 20px;
	line-height:normal;
    font-weight: 500;
	margin: 0 0 25px 0;
}

.center-text h3, h3 {
	color: #2B9BA8;
	font-size: 20px;
	line-height:normal;
    font-weight: 500;
	margin: 0 0 10px 0;
}

h4,h5,h6 {
    color: #2b9ba8;
    font-family: 'Ciutadella Medium';
}

.header-top {
	    z-index: 9999;
    top: 0px;    
	transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    position: fixed;
    transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
	width:100%;
}
.header-top.fixed {
    background-color: white;
    color: #000000 !important;
}

.header-top.fixed .navbar-nav > li > a {
    color: #000000 !important;
}

.header-top.fixed .navbar-nav > li.contact-btn > a {
    color: #fff !important;
}

.logo {
    margin-top: 20px;
	margin-bottom: 20px;
    display: inline-block;
    width: 150px;
    margin-left: 40px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*
.collapse:not(.show) {
    display: inline-block;
}*/
.navbar-collapse:not(.show) {
    display: inline-block;
}
.navbar-header {
    display: none;
}
.navbar-default {
background: none;
    border: none;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-top: 12px;
    display: inline-block;
    float: right;
}

/* .header-top.fixed .navbar-nav > li > a {
    color: #ffffff !important;
} */
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 7px 0px;
    color: #ffffff;
    margin: 10px 15px 10px;
    text-decoration: none;
	display: inline-block;
	position: relative;
}
.navbar-default .navbar-nav > .active > a {
    color: #2b9ba8 !important;
    background-color:unset;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #2b9ba8 !important;
    background-color: transparent;
}
.navbar-nav > li span img {
    width: 15px;
    margin-left: calc(50% - 7px);
    margin-top: -20px;
	    display: none;
}
.navbar-nav > li.button a {
    border: solid 1px #fff;
    padding: 6px 15px;
}
.navbar-nav > li.button a:after {display:none; }
.navbar-default .navbar-nav > li.button a:hover {
    color: #fff;
    background-color: #48cae9;
    border-color: #ed1c24;
}

.navbar-default .navbar-nav > li > a::after {
    position: absolute;
    bottom: -5px;
    height: 1px;
    background: #5EB5C5;
    width: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: '';
    left: 50%;
}
.navbar-default .navbar-nav > li > a:hover::after {
    width: 100%;
    left: 0;
}

ul.nav.navbar-nav {
	flex-direction: row;
    margin-top: 0px;
    margin-right: 10px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navbar-default .navbar-nav > li.contact-btn > a {
	font-family:'museo-sans' !important;
	font-weight:normal;
    background: #5EB5C5;
	    color: #ffffff;
    display: inline-block;
    border-radius: 100PX;
    padding: 10px 25px 10px 25px;
    margin-top: 7px;
}
.navbar-default .navbar-nav > li.contact-btn > a:hover {
    background: #EEBE67;
}

.navbar-default .navbar-nav > li.contact-btn > a:hover::after {
    width: 0px;
    left: 0;
}

.menu_close {display:none}
.home p#breadcrumbs { display: none; }

p#breadcrumbs {margin-top: -60px;display: block;z-index: 2;position: absolute;font-size: 12px!important;margin-left: auto;margin-right: auto;color: #f3be5f;width: 100%;max-width: 1140px;left: 0;right: 0;    line-height: 20px;}
p#breadcrumbs-vac {margin-top: -60px;display: block;z-index: 2;position: absolute;font-size: 12px!important;margin-left: auto;margin-right: auto;color: #f3be5f;width: 100%;max-width: 1300px;left: 0;right: 0;    line-height: 20px; }
/*////////// ////////*/

body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%; width:0%;
	z-index: 30;
	position: fixed; top: 0; right: 0; 
	opacity:0; visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

.quote .afbeelding {
	border-radius: 48px 48px 0px 48px !important;
	border: none !important;
	aspect-ratio: unset;
	height: 375px;
	width: 100%;
	transition: all .3s ease-in;
}

/* Darcy blokken */

.bg-light {
    background-color: #f8f9fa;
  }
  
  .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .test{
    font-family: 'Ciutadella Medium';
    font-size: 25px;
    font-weight: 500;
    color: #000000 !important;
    line-height: 48px;
    margin: 0 0 20px 0;
}
  
  .subtitel {
    font-size: 1.25rem;
    color: #666;
  }
  
  .blok,
  .blok3 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #455759;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
  }

  .blok2{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #4D8D93;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
  }
    
  /* AOS (Animate On Scroll) ondersteuning */
  [data-aos] {
    opacity: 0;
    transition-property: transform, opacity;
  }
  
  .kol-box-wrapper li, .col-md-6.content li{
    padding-left: 0px !important;
    text-align: left;
  }

  .bullet-rechts{
    background-color: #455759;
  }

  .kol-box-wrapper ul, .col-md-6.content ul{
    padding-left: 0px !important;
  }
  .titel_bullet{
    color: #fff;
  }

  .bullet-logo{
    width:50px;
    height:auto;
    margin-right:10px;
    padding-right: 10px;
  }

  .btn-bullet{
    color: white;
  }

  .btn-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50% 50% 0% 50%;
  }

  .intro-blok {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 5%;
  padding-top: 250px;
  padding-bottom: 250px;
}

.intro-blok:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

.vacatures .intro-blok:after {
	content: none;
}

.intro-blok h1{
    font-size: 64px;
    color: #fff;
}

.intro-blok p{
    font-size: 20px;
    color: #fff;
}

.vacatures .intro-blok p{
    font-size: 18px;
    color: #000;
}

.intro-blok .container,
.intro-blok .row,
.intro-blok .col-md-6 {
  position: relative;
  z-index: 1;
}

.primaire{
    background-color: #5EB5C5;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
}

.secundaire{
    background-color: #21596E;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
}

.intro2-blok {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
    padding-top: 250px;
    padding-bottom: 250px;
  }
  
  .intro2-blok h1{
      font-size: 64px;
      color: #ffffff;
  }
  
  .intro2-blok p{
      font-size: 25px;
      color: #78BDC4;
  }
  
  .intro2-blok .container,
  .intro2-blok .row,
  .intro2-blok .col-md-6 {
    position: relative;
    z-index: 1;
  }

  .intro2-blok {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.intro2-blok::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* Pas de rgba aan indien nodig */
	z-index: 2;
}

.intro2-blok > .w-100 {
	position: relative;
	z-index: 3;
}

  .teks_center h2{
    font-size: 24px;
    color: #5EB5C5;
  }

.teks_center h3 {
    font-size: 40px !important;
    color: #000;
    line-height: 45px !important;
}
  .titel_logo{
    background-color: #455759;
  }

  .titel_logo img{
    min-height: 80px;
  }

  .titel_logo .img-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    background-color: #78BDC4;
    border-radius: 100px 0px 100px 100px;
  }

  .titel_logo .button{
    background-color: #78BDC4;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
    color: white;
  }

  .titel_logo h2{
    color: white;
    font-size: 24px;
  }

  .titel_logo p {
    color: white;
    font-size: 18px;
  }

  .titel_logo #apply_button {
    background: #eebe67 !important;
    color: #2e2e2e !important;
  }

  .contact_blok .apply_button_box {
    display: flex;
    margin-top: 1rem;
  }

  .contact_blok .apply_button_box #apply_button {
    background: #eebe67 !important;
    color: #2e2e2e !important;
  }

  .teller-item{
    background-color: #4D8D93;
    padding: 30px;
    border-radius: 100px 100px 0px 100px;
  }

  .teller-item .tekst{
    color: white;
    font-size: 16px;
  }

  .teller{
    font-size: 20px;
    background-color: white;
    padding: 20px 25px;
    border-radius: 500px;
  }

  .carousel-control-next{
    transform: translate(175%, 85%);
}

.carousel-control-prev{
      transform: translate(-175%, 85%);
  }

  .carousel-control-prev, .carousel-control-next {
    background-color: #21596E !important;
    max-height: 60px;
    max-width: 60px;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: white;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.titel_bullet_afbeelding{
    font-size: 38px;
    color: white;
}

.img-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.bullets{
    font-size: 20px;
}

.knop_afbeelding{
    padding: 20px;
    border-radius: 40px;
    background-color: #FFB700;
    color: #000;
}

.teks_center h4{
    color: #000;
}

.aantal_jaar{
    color: #FFB700 !important;
}
.content .functie{
    color: white !important;
}
.content h5{
    color: white !important;
}
.aantal_werknemers {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 30px 50px 22px;
	border-radius: 48px 48px 0px 48px;
	background: #4B686D;
	color: #FFFFFF;
}
.aantal_werknemers p,
.aantal_werknemers h2 {
	margin: 0;
    color: white;
}

.quotes-wrapper {
	display: flex;
	gap: 20px;
}
.quote {
	cursor: pointer;
	display: flex;
	border-radius: 48px 48px 0px 48px;
	background: #4B686D;
	width: 10%;
	transition: all .3s ease-in;
}
.quote.active {
	border-radius: 48px 96px 0px 48px;
	width: 100%;
}
.quote .afbeelding img {
	border-radius: 48px 48px 0px 48px !important;
	border: none !important;
	aspect-ratio: unset;
	height: 375px;
	width: 100%;
	transition: all .3s ease-in;
}
.quote.active .afbeelding img {
	width: 300px;
}
.quote .content {
	display: none;
	flex-direction: column;
	justify-content: center;
    object-fit: cover;
	padding: 20px 24px;
	color: #252525;
	transition: all .3s ease-in;
}
.quote.active .content {
	display: flex;
}
.quote .content .aantal_jaar {
	color: #6397A4;
	margin-bottom: 24px;
}
.quote .content .cta-btn {
	background: #FFB700;
	color: #000;
	padding: 8px 16px;
    border-radius: 50px;
	display: inline-block;
	margin: 0;
}
.quote .content i {
	color: white;
	font-size: 30px;
}

span.naam {
	display: block;
	color: white;
	font-weight: 300;
	text-align: right;
}

.quote .tekst{
    color: white;
}

/* .afbeelding {
	width: 100%;
	max-width: 160px; 
	height: 160px;     
	overflow: hidden;
	border-radius: 50%; 
	margin: 0 auto;
} */

.afbeelding img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Darcy blokken end */

  .ballon {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #455759;
    color: #fff;
    border-radius: 50px 50px 0px 50px;
    padding: 1rem;
  }

.container-fluid.header {
    margin: 87px auto 0px auto;
}
.thumb-box-header {
    background-size: cover;
}
.col-md-7.thumb-box {
    background-size: cover;
}
.col-md-6.content {
    padding: 100px 120px 100px 120px;
}
.col-md-5.content {
    padding: 100px 120px 100px 120px;
}
.content-header {
        max-width: 680px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.content-header a {
    color: #fff;
}
.container.header.contact {
    margin-top: 140px;
    margin-bottom: 90px;
    max-width: 980px;
}
.container.header.contact h1 {
    color: #2e2e2e;
}

.blokken{
    background-color: #F1F1F1;
    padding: 50px;
}

.container .ballon h5{
    color: white;
}

.container .ballon img{
    max-height: 65px;
}
.container .blok h5,
.container .blok2 h5,
.container .blok3 h5{
    color: #FFB700;
}

/* tekst_logo */
.text_logo_background{
    background-color: #F1F1F1;
    border-radius: 30px;
}

.button_logo{
    color: white;
    background-color: #5EB5C5;
    padding: 15px;
    border-radius: 100px;
    margin-top: 25px;
    text-decoration: none;

}

.tekst_logo_titel{
    color: #000;
    font-size: 26px;
}

/* tekst_logo */
.right .content-header {
    margin-left: 0;
    margin-right: auto;
}
.content-header h2 {
    color: #fff;
}
.header .col-md-6.content, .col-md-6.content {
    display: grid;
    height: 100%;
    margin: auto;
}
.col-md-12.content {
    max-width: 770px;
    margin: auto;
}
 .col-md-6.content.text-col {
    margin-top: 0;
}
a.cta-btn, a.cx2_vacancydetails-apply {
    background-color: #5EB5C5;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
}
a.cx2_vacancydetails-apply {
	background: #5EB5C5;
}
a.cta-btn.beige {
    border-radius: 30px;
	background: #FFB700;
    color: #000;
}
a.cta-btn.aquamarijn {
	background: #2e2e2e;
}
a:hover.cta-btn.aquamarijn {
    background: #2b9ba8;
	color: #fff;
}
a:hover.cta-btn.beige {
    background: #fff;
	color: #2e2e2e;
}
a.cta-btn.whatsapp {
	background: #80BF71;
	margin-right: 20px!important;
}
a.cta-btn.whatsapp:hover {
    background: #75cb62;
    color: #fff;
}
a.cta-btn.whatsapp img {
    margin-right: 10px;
    margin-top: -3px;
}
a.cta-btn:hover {
background: #eebe67;
    color: #2e2e2e;
}
a.cx2_vacancydetails-apply:hover {
	background: #eebe67;
    color: #2e2e2e;
}
p.link-more {
    display: none;
}

.col-md-6.thumb-box {
    background-size: cover; 
}

.container.container-box.box-layout.default.small {
    max-width: 1080px;
}
.container.center-text {
    padding: 80px 130px 80px 130px;
	text-align: center;
}
.container.text-veld {
    padding-top: 120px;
    padding-bottom: 120px;
}
.container.text-veld.top-normaal {
    padding-top: 60px;
}
.container.text-veld.bottom-normaal {
    padding-bottom: 60px;
}
.container.text-veld.top-minimaal {
    padding-top: 20px;
}
.container.text-veld.bottom-minimaal {
    padding-bottom: 20px;
}
.container.text-veld.anchor {
    margin-bottom: 30px;
}
.container.text-veld.center-text {
    text-align: center;
}
.container-fluid.vacature-stream {
    background: #2e2e2e;
	color:#fff;
}
.container-fluid.vacature-stream h2 {
	color: #fff;
    font-size: 30px;
    line-height: 36px;
}
.first-content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
    margin-left: 60px;
}
.container-fluid.vacature-stream a {
    color: #fff;
}
.col-md-4.first a:hover {
    color: #edbe67;
}
.col-md-4.first {
    width: 25%;
}
.col-md-8.vacatures {
    padding: 0;
   width: 75%;
   max-width:1450px;
}

.vacature-detail .apply-top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
 }

.vacature-uitgelicht .apply-top {
    display: none;
}
.vacature-uitgelicht h3 {
    color: #fff;
    font-family: 'Ciutadella Regular';
    font-size: 25px;
    line-height: 30px;
}
.vacature-uitgelicht a {text-decoration: none;}
.vacature-uitgelicht a.more {
    font-family: 'Ciutadella Medium';
    position: absolute;
    bottom: 30px;
}
.vacature-uitgelicht a.more:before {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50% 50% 0px 50%;
	    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.vacature-uitgelicht a:hover:before {
    border-radius: 50% 0px 50% 50%;
}
.vacature-uitgelicht {
    width:  33.33%;
    padding: 45px;
    height: 100%; 
    min-height: 420px;
	/*float: left;*/
}
.uitgelicht-intro {
    display: block;
    max-height: calc(100% - 150px);
    overflow: hidden;
}
.vacature-uitgelicht h4.cx_h4 {
    display: none;
}
.stream-wrapper {
       width: auto;
}
.flickity-button:disabled {
    opacity: 0;
}
.vacature-uitgelicht.\31,
.vacature-uitgelicht.\34 

{ background: #ea7758; }
.vacature-uitgelicht.\32,
.vacature-uitgelicht.\35  

{ background: #2b9ba8; }
.vacature-uitgelicht.\33,
.vacature-uitgelicht.\36  

{ background: #eebe67; }
.poi span {
    margin-right: 20px;
}
.poi {
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 10px;
}

.box-content {
    height: calc(100% - 20px);
}
.box-content-ut {
    height: calc(100%);
}
.box-layout .content-row {
    
}
a.link-projecten {
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 16px;
    color: #005A6F;
    text-decoration: none;
    display: inline-block;
	margin-left: 30px;
}
a.link-projecten::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EEBE67;
    left: 50px;
    margin-top: 3px;
    position: absolute;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover.link-projecten::before { background: #2B9BA8;} 

.container.client-carousel {
    max-width: 1100px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.flickity-page-dots {
    display: none;
}
.flickity-button {
  background: #fff!important;
}
.flickity-button:hover {
  background: #fff!important;
}

.flickity-prev-next-button {
  width: 30px!important;
  height: 30px!important;
  border-radius: 0!important;
}
.flickity-button-icon {
  fill: #2B9BA8!important;
}
/* position outside */
.flickity-prev-next-button.previous {
    right: 30px!important;
    width: 50px!important;
    height: 50px!important;
}
.flickity-prev-next-button.next {
    right: 30px!important;
    width: 50px!important;
    height: 50px!important;
    background: transparent !important;
}
.flickity-prev-next-button.previous {
    left: 30px!important;
    background: transparent !important;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 33%!important;
    top: 33%!important;
    width: 35%!important;
    height: 35%!important;
}
.flickity-button:disabled {
    opacity: 0!important;
}
.col-md-12.content.opdrachtgever-carousel {
    /* padding-left: 20px; */
}
.opdrachtgever-carousel h2 {
    padding-left: 85px;
    font-size: 36px;
    text-align: center;
}
.carousel-cell {
    background: #fff;
    height: 190px;
	    width: 190px;
    margin-left: 10px;
    text-align: center;
}
    .frame{  
        width: 190px;
        height: 190px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
    } 
.carousel-cell .frame img {
    max-width: 90px;
	display: block;
        margin: 0 auto;
		/* filter: grayscale(1); */
		-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.carousel-cell .frame img:hover {
		filter: grayscale(0);
}

.container-fluid.koffie {
    background-color: #2b9ba8;
}
.content-koffie {
    max-width: 485px;
    display: block;
        margin-left: 0;
    margin-right: auto;
    color: #fff;
}
.content-koffie h2 {
    color: #fff;
}
.project-tabs {
    margin-bottom: 80px;
}
.project-tab {
    padding: 0px 0px 0 0px;
    margin-right: 60px;
	background: #fff!important;
	cursor: pointer;
}
.project-tab h2, .tab-pane h2 {
    font-size: 24px;
}
.project-tab.active {
    border-bottom: solid 3px #eebe67;
}
.tab-content > .active {
    display: flex;
    background: #fff;
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.tab-content-1, .tab-content-2 {
    padding: 20px 40px 20px 40px;
    background: #f6f5f0;
    width: calc(50% - 30px);
    margin-top: 40px;
	float: left;
	flex: 1;
}
.tab-content-1 {
    margin-right: 15px;
	background-color:#eeece2;
}
.tab-content-2 {
    margin-left: 15px;
}
#v-pills-tab, #v-pills-tabContent {
    
} 
.container-fluid.panorama {
    height: 60vh;
    background-size: cover;
    padding: 0;
	background-color:#000;
	margin-bottom: 100px;
}
.panorama-slide {
	height: 60vh;
    background-size: cover;
	flex: 0 0 auto;
    width: 100%;
}
.col-md-6.content-contact.right {
 padding-left:60px;
}
span.adres-box {
    margin-top: 78px;
    display: inline-block;
    margin-bottom: 20px;
	    width: 100%;
}
span.phone-box {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    width: 200px;
}
span.whatsapp-box {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    width: 50%;
}
span.email-box {
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 20px;
}
span.adres-box a, span.phone-box a, span.whatsapp-box a, span.email-box a{
    text-decoration: none;
    color: #313236;
}
img.social-icon {
    width: 40px;
    margin-top: 15px;
    margin-right: 12px;
}
.container-fluid.map {
margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-width: 100%;
    overflow: hidden;
}
.col-md-12.map {
    margin-bottom: -10px;
}
a.anchor-btn {
    font-family: 'Ciutadella Medium';
    font-size: 25px;
    font-weight: 500;
    color: #005A6F;
    line-height: 0;
    margin: 30px 0;
    text-decoration: none;
    width: 33%;
    display: inline-block;
}
.druppel-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    background-color: #eebe67;
    border-bottom-left-radius: 0;
    margin-top: -10px;
}
.druppel-down img {
    margin: 7px 0 0 5px;
}
/*///// BLOG ////*/
span.tag {
    font-size: 14px;
    color: #edbe67;
    display: block;
    margin-bottom: -20px;
}
.content-box-news .tag {
    margin-bottom: -2px;
}
.col-md-6.referentie.news .thumb {
     display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-position: center 20%;
    background-size: cover;
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: -5px;
    margin-top: 15px;
	position: relative;
    z-index: 2;
}
.col-md-6.referentie.news .thumb img {
    min-height: 100%;
    width: 100%;
}
.col-md-6.referentie.news .content {
    background: #f6f5f0;
    padding: 25px 40px 50px 40px;
    margin-bottom: 25px;
    min-height: 440px;
	position: relative;
}
.col-md-6.referentie.news .content h2 a {
    text-decoration: none;
}
.news-intro p {
    margin: 0;
}
.container.news-list {
    margin-top: -50px;
}
.news-thumb {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-left: 30px;
    margin-right: 25px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}
.content-box-news {
	    width: calc(100% - 280px);
    margin-top: 40px;
}
.content-box-news h4 a {
    text-decoration: none;
}
/*/////// FILTER /////*/
.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    display: none;
}
.sf-field-taxonomy-worklocation ul,.sf-field-taxonomy-procedure ul,.sf-field-taxonomy-hours-per-week ul ,.sf-field-taxonomy-niveau ul {
position: absolute;
    background: #ffffff;
    padding: 20px;
    width: 280px;
    color: #4a4a4a;
    z-index: 999;
    border: solid 1px #2b9ba8;
}
li.sf-field-taxonomy-niveau {
    margin-left: -40px!important;
}
.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.vacancy-filter-form { 
width: 100%;
    margin: 40px auto;
    position: relative;
    display: block;
    height: 70px;
	float: left;
}
.vacancy-filter-form .input-row { position:relative; margin-bottom:20px;  }
.vacancy-filter-form .input-row:last-child { margin-bottom:0;  }
.vacancy-filter-form .btn.search-btn { font-size: 19px;     width: auto;     padding: 7px 25px;     position: absolute;     top: 85px;     right: 0px;     border: 1px solid #fff;}
.vacancy-filter-form .input-row .form-control { height:45px!important; border-radius:0; border:0; font-weight:400; padding:0 20px;   margin-top: 20px; }
.vacancy-filter-form .input-row select { -moz-appearance:none;  -webkit-appearance:none; appearance:none; background:url(../images/dropdown-arrow.svg) right 50% no-repeat #fff; padding-right:40px!important;   }
.vacancy-filter-form .input-row input[type="search"],input.form-control.search { height:45px!important; width: calc(100% - 200px); }

li.sf-field-search {
    margin-bottom: 20px!important;
}
 .sf-input-text { height: 45px!important;  width: 100%;   border-radius: 0;     border: 0;     font-weight: 400;     padding: 0 20px;}
#search-filter-form-14988 .sf-field-submit input[type="submit"] {font-size: 19px;width: auto;padding: 7px 25px;position: absolute;top: 0px;right: 0px;border: 1px solid #fff; background: #f39c12;     color: #fff;min-width: 170px; }
.searchandfilter ul li {
  
}
 
li.sf-field-taxonomy-worklocation, li.sf-field-taxonomy-procedure, li.sf-field-taxonomy-hours-per-week, li.sf-field-taxonomy-niveau {
    width: auto;
    margin-right: 35px!important;
	padding:10px 40px 20px 0px !important;
    float: left;
    display: inline-block!important;
    height: 50px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.svg) 95% 50% no-repeat;
	background-size: 15px;
} 
li.sf-field-taxonomy-soortopdracht {
    width: calc(33% - 10px);
    margin-right: 0px!important;
    background: #fff;
    float: left;
    display: inline-block!important;
    height: 45px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.svg) 95% 50% no-repeat #fff;
	background-size: 15px;
}
#search-filter-form-253.searchandfilter h4 {
	font-family: 'Ciutadella Regular';
    color: #fff;
    padding: 0px 12px 11px!important;
    font-size: 22px!important;
}
label.sf-label-checkbox {
    font-weight: 100;
    line-height: normal;
	font-size: 16px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px!important;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #2b9ba8;
    border-radius: 1px;
    background: #fff;
  
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: 1px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #2b9ba8;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

form#search-filter-form-34693 {
    width: 440px;
    float: left;
    margin-top: -10px;
}
form#search-filter-form-34693 li.sf-field-search {
    float: left;
}
#search-filter-form-34693.searchandfilter h4 {
    font-family: 'Ciutadella Regular';
    color: white!important;
    padding: 0px 10px 0px!important;
    font-size: 16px!important;
    background: #2b9ba8;
    display: inline;
    position: absolute;
    margin-left: 12px;
    top: -8px;
}
input.sf-input-text {
    border: solid 1px #fff;
    background: #2b9ba8;
	color: #fff;
    font-weight: 200;
}
input[type="submit"] {
    border: none;
    border-radius: 0;
    width: 80px;
    height: 45px;
    margin-left: 4px;
    color: #2b9ba8;
	background: #fff;
    font-size: 17px;
    font-family: 'museo-sans' !important;
}
.teks_center input,
.teks_center textarea {
    border: 2px solid #5EB5C5 !important;
}

.teks_center input[type='submit'] {
    border: none !important;
}

input {
    position: relative;
}

input::file-selector-button {
    position: absolute;
    left: 100%;
    top: 50%;
    padding: 25px 10PX !important;
    transform: translateX(-99%) translateY(-60%);
    background: #5EB5C5 !important;
    color: #fff !important;
    cursor: pointer !important;
}

/*////////////////////*/

/* TEAM CARROUSEL */
/* enable Flickity by default */
.team-carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.flickity-viewport {
    overflow: hidden;
    width: 100%;
}
.container-fluid.max {
    width: calc(100% - 40px);
}
.col-team {
    width: calc(20% - 2px);
	display: block;
}
.vcard {
    background-color: #fff;
    overflow: hidden;
    height: 20vw;
    margin: 0 10px 0 10px;
    background-size: cover;
    background-position-x: center;
}
.vcard.single {
    filter: grayscale(1);
}
.vcard.single:hover {
    filter: grayscale(0);
}
.consultant {
    margin-top: 300px;
    display: inline-block;
	display:none;
    position: relative;
    width: 0;
    height: 22vw;
    margin-left: -22vw;
    overflow: hidden;
    background-color: #eebe67c2;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
    
.vcard:hover > .consultant {
    margin-top: 70px;
    height: 230px;
    width: 230px;
    margin-left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.consultant-text {
    position: absolute;
    width: 100%;
    bottom: -22vw;
	margin-left: -5vw;
	opacity: 0;
	padding: 0 20px 0 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.consultant-text a {
    text-decoration: none;
}
.vcard:hover > .consultant > .consultant-text { 
    opacity: 1;
    bottom: -10px;
    margin-left: 0;
    left: -70px;

}
.consultant h3 {
    color: #fff;
    margin-left: 6vw;
    margin-top: 5vw;
    margin-bottom: 0.4vw;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 1.7vw;
}
.consultant span {
        margin-left: 6vw;
    color: #fff!important;
    font-size: 0.9vw!important;
}
.consultant span a {
    display: inline-block;
    width: 1vw;
    float: right;
    margin-right: 1.3vw;
}
.col-sm-3.col-xs-12.carousel-team-cell {
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-offset-1 {
    margin-left: 12.5%;
}
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
  .container-fluid.team-carousel {
    margin-top: 40px;
	    padding-right: 0;
    padding-left: 0;
}
/*///////////////////FORM///////////////////////*/
input.input100, input.input50 {
    height: 62px;
    padding: 0 20px 0 23px;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
    position: unset!important;
}
.input100 input, .input100 textarea, .input50 input {
     display: block;
    width: 100%;
    background: 0 0;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    border: solid 1px #fff;
}
.input100 input, .input100 textarea, .input50 input {padding: 15px;width: 100%;}

.input50 p, .input100 p {
    margin: 0;
}

.input100 {
    width: calc(100% - 30px);
	margin-bottom: 20px;
	float: left;
}
.input50 {
    width: calc(50% - 30px);
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
}

input.input100 {
    width: calc(100% - 30px);
}
input.input50 {
    width: calc(50% - 30px);
}

input.wpcf7-submit {
    display: inline-block;
    width: auto;
    border: 0px;
    padding: 10px 30px;
    color: #2b9ba8;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    background: #ffffff;
    text-decoration: none;
    margin-top: 0px;
    float: right;
    margin-right: 30px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 br {
    display: none;
}
.wpcf7-form-control-wrap {
	width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
input.wpcf7-not-valid {
    border: solid 1px red;
    background: #ffeded;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-form-control-wrap.upload-file-32 {
    display: inline-block;
    margin: 0 30px 0 0;
    width: calc(100% - 30px);
}
.codedropz-upload-inner h3 {
    font-size: 23px!important;
    line-height: 21px!important;
}
/*///////////////////END FORM///////////////////*/
/*/////////////// VACATURES ///////////*/
.thumb-box-vacature {
    display: inline-block;
    float: right;
    margin-right: -60px;
    margin-left: 40px;
    margin-bottom: 60px;
}
h4.cx_h4.cx2_introduction {
    display: none;
}
h4.cx_h4 {
    margin-bottom: 20px;
}
.cx2_requirements, .cx2_offer, .cx2_information {

}
.apply-btn {
    display: inline;
}
.header.vacature-detail {
    margin-top: 200px;
    padding-bottom: 50px;
    
}
.header .header_box {
    border-radius: 16px;
    height: 400px;
    width: 100%;
}

.container-box {
    padding: 25px 0px;
}

.bullet_points_afbeelding .container-box {
    padding: 0px;
}

.contact_blok {
    position: sticky;
    top: 154px;
    margin-top: 50px !important;
    padding: 25px;
    border: 1px solid #4D8D93;
    background: #fff;
    border-radius: 10px;
}
.col-md-12.vacature-detail li p {margin:0px;}
span.apply-top {
    margin-top: -110px;
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
}

.col-md-9.vacature-detail ul {
  list-style: disc;
  padding-left: 1.25em;
  margin-left: 0;
}


.col-md-9.vacature-detail ul li {
    position: relative;
}

.col-md-9.vacature-detail ul li::after {
    background-image: url(../img/check.png);
}

span.apply-top div {
    display: inline-block;
	float: left;
}

element.style {
}
div a#apply_button {
    display: inline-block;
    float: left;
}
.addtoany_content_top {
    display: inline-block;
    float: right;
    width: calc(50% - 105px);
}
.vacature {
	    font-size: 16px;
    line-height: 26px;
    background: #F9F9F8;
    padding: 40px 40px 30px 40px;
    margin: 20px;
    min-height: 320px;
    width: calc(50% - 40px);
    float: left;
	position: relative;
}

/* vacature */

/* ===========================
   VACATURE CARD (globaal)
=========================== */
.vacature-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.vacature-card__titel {
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px 0 !important;
    color: #1a1a1a !important;
}

.vacature-card__titel a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.vacature-card__titel a:hover {
    color: #4D8D93 !important;
}

.vacature-card__uren {
    display: inline-block;
    background: #E5E5E5;
    color: #2e2e2e;
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    width: fit-content;
}

.vacature-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.vacature-card__meta-rij {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #555;
}

.vacature-card__meta-rij svg {
    flex-shrink: 0;
}

.vacature-card__excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0;
    flex-grow: 1;
}

.vacature-card__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

.vacature-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.vacature-card__btn--geel {
    background: #EBC140;
    color: #1a1a1a !important;
}

.vacature-card__btn--geel:hover {
    background: #d4a928;
    color: #1a1a1a !important;
}

.vacature-card__btn--teal {
    background: #5EB5C5;
    color: #fff !important;
}

.vacature-card__btn--teal:hover {
    background: #3fa0b0;
    color: #fff !important;
}

.btn-dot-geel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #1a1a1a;
    border-radius: 50% 50% 0 50%;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .vacature-card__buttons {
        flex-direction: column;
    }

    .vacature-card__btn {
        justify-content: center;
    }
}

.vacature-card--compact {
    padding: 20px 24px;
}

.vacature-card--compact .vacature-card__titel {
    font-size: 18px !important;
    margin-bottom: 8px !important;
}

.vacature-card--compact .vacature-card__meta {
    margin-bottom: 16px;
    gap: 6px;
}

.vacature-card__salaris {
    color: #4D8D93;
    font-weight: 600;
    font-size: 15px;
}

/* end vacature card */

.read-more {
    display: inline-block;
    width: calc(100% - 80px);
    bottom: 0;
    position: absolute;
	padding-bottom: 30px;
}
.vacature h4 {
    display: none;
}
.vacature .apply-top {
    display: none;
}
.vacature .cx2_introduction p {
    margin: 0 0 0;
}
.container.vacatures {
    margin-bottom: 80px;
}
.vacature h2 {
	font-family: 'Ciutadella Regular';
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 25px;
    text-decoration: none;
    line-height: 160% !important;
}
.vacature h2 a {text-decoration:none;color: #2e2e2e;}

a.vacature-link {
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 16px;
    color: #2e2e2e;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
	float: right;
	display: inline-block;
}
.vacature .entry {
    overflow: hidden;
    max-height: 100px;
}
a.vacature-link:before
{
content: "";
    background: #2e2e2e;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50% 50% 0px 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}
a.blog-link {
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 16px;
    color: #005A6F;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
	float: right;
	display: inline-block;
	position: absolute;
    bottom: 20px;
    right: 30px;
}
a.vacature-link::before, a.blog-link::before {
   content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #2e2e2e;
    left: 0px;
    top: 2px;
    margin-top: 0px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover.vacature-link::before, a:hover.blog-link::before {
    background: #2B9BA8;
}
.vacature a.more-link {
    display: none;
}
.samenvatting {
    margin-bottom: 15px;
    display: flex;
    gap: 25px;
}
.samenvatting b {
    color: #2b9ba8;
    font-weight: 200;
}
.vacature-detail .samenvatting b {
    color: #fff;
}
.filter-wrapper {
    background-color: #2b9ba8;
    height: 130px;
    margin-bottom: 60px;
}

.linkedin_button {
    display: block;
    background: #0077B5;
    color: #ffffff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
}

.linkedin_button:hover {
    display: block;
    background: #02659b;
    color: #ffffff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
}

.vacature-klein {
font-size: 16px;
padding: 40px 40px 30px 40px;
width: 100%;
position: relative;
border-radius: 20px;
border: solid 2px #4D8D93;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.vacature-klein a{
    margin-bottom: -20px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.vacature-klein h2{
    line-height: 0px;
    margin-bottom: 10px;
}

.test{
    color: #005A6F;
}

.salaris-klein {
    font-size: 20px !important;
    color: #4D8D93;
}

a.solliciteer-link-klein {
    background: #5EB5C5;
    padding: 10px 15px;
    border-radius: 8px 0px 6px 0px;
}

.locatie-klein{
    font-size: 20px;
}

.box-rotate {
  transform: rotate(360deg);
}

.filter-mobile { display:none; }
span.salaris {
    padding-right: 30px;
}

#apply_form form {
display: flex;
flex-wrap: wrap;
gap: 2%;
}

#apply_form div {
    margin-bottom: 25px !important;
}

div#apply_form {
	padding-top: 90px;
    /*width: 50%;*/
}
.solliciteren div#apply_form{
    padding: 0px;
}
.col-md-6 #apply_form {
    width: unset;
}
#logged_out {
    display: none;
}
.vacature-detail .cx_h4 {
    display: block!important;
    margin: auto;
    margin-top: 50px!important;
    margin-bottom: 15px!important;
}
.col-md-12.vacature-detail div {
    max-width: 780px;
    margin: auto;
}

.col-md-12.vacature-detailx {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
div#apply_form {
    padding-top: 90px;
    max-width: 780px;
}
h4.cx_h4 {
    color: #2e2e2e;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 27px;
}
.cx2_personal-password {
    display: none;
}
.col-md-12.vacature-detail .cta-btn {
    float: right;
    margin-right: 18%;
}

a.cx2_backToJobDetails {
    width: auto;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: #2b9ba8;
    border-radius: 50px;
    position: absolute;
}

input.cx2_type-contact-email {
    width: auto;
}
input.carerix_input {
    width: auto;
}
div#remember_me input, input#agreement_check {
    width: auto;
    left: 0px;
    position: relative;
}
input#apply_button {
	font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    margin-top: 7px;
    background: #eebe67;
    border-radius: 50px;
    width: max-content;
    margin-bottom: 30px;
}
label.cx2_personal-lastName, label.cx2_personal-firstName, label.cx2_personal-birthDate,label.cx2_contact-email, label.cx2_contact-homePhone,label.cx2_contact-contactInstructions {
    display: inline-block;
    background: white;
    margin-left: 20px!important;
    margin-top: -15px!important;
    padding: 0 10px;
    position: absolute;
    color: #2b9ba8;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
	width: auto!important;
	z-index: 99;
}
input#personal-lastName, input#personal-firstName, input#personal-birthDate, input.contact-email,input#contact-homePhone,input#contact-contactInstructions {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    background: #fff;
    border: solid 1px #2b9ba8;
	padding: 15px;
}
.cx2_personal-firstName, .cx2_personal-lastName, .cx2_contact-homePhone, .cx2_contact-contactInstructions,.cx2_contact-email {
    margin: 0px !important;
    position: relative;
    display: inline-block;
    width: 49%;
}

.cx2_contact-contactInstructions {
    width: 100%;
}
label.cx2_contact-homePhone, label.cx2_contact-contactInstructions  {
    width: 80px!important;
    color: #fff0;
	height: 30px;
}
label.cx2_contact-contactInstructions::before {
    content: 'LinkedIn';
    color: #2b9ba8;
}
label.cx2_contact-homePhone::before {
    content: 'Telefoon';
    color:#2b9ba8;
}
.cx2_contact-contactInstructions::after {
    content: 'Voeg hier de link naar je linkedin profiel toe';
    font-family: 'Ciutadella Regular';
    font-weight: normal;
    display: inline-block;
    margin: -1px -12px 20px 0px;
    color: #868686;
    font-size: 16px;
    float: right;
    width: 100%;
}
.carerix_input.cx2_input.cx2_contact-contactInstructions::after {display: none; }
label.cx2_contact-contactInstructions::after {display: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.cx2_personal-birthDate {
    margin: 0 10px 20px 0!important;
    position: relative;
    display: inline-block;
    width: calc(50% - 20px);
    float: right;
}
.cx2_personal-gender {
    display: inline-block;
    width: calc(50% - 0px);
    padding-top: 10px;
    padding-bottom: 13px;
}
.cx2_personal-cv {
    width: 100%;
}
h3.cx_h3 {
    display: none!important;
    width: 100%;
}
label.cx2_personal-gender,  label.cx2_personal-cv {
    display: inline-block;
    background: white;
    padding: 0 10px;
    position: relative;
    color: #005a6f;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    width: auto!important;
	margin-left: -10px;
	
}
.error {
    display: inline-block;
    padding: 5px;
    z-index: 9999;
    padding-left: 0px;
    font-size: 13px;
    margin-left: -20px!important;
}
.error::before {
    position: relative;
    content: " ";
    right: -40px;
    top: -32px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FAA2A8;
}
.cx2_labels_personal-gender input {
    margin-left: 15px;
}
label.cx2_personal-birthDate {
    margin-left: 0px!important;
}
.cx2_personal-photo {
    display: none;
}
span.cx2_personal-cv-info {
    font-family: 'Ciutadella Regular';
    font-weight: normal;
    display: inline-block;
    margin: 10px 0 20px 0px;
    color: #868686;
    font-size: 16px;
    float: right;
    width: 100%;
}
a.cx2_contact-email {
    font-size: 14px;
    margin-bottom: 30px;
}
.cx2_personal-cv {
    width: 100%;
    display: inline-block;
}
label.cx2_personal-cv {
    width: 40px;
    float: left;
    display: inline-block;
    height: 60px;
    background: #2b9ba8;
    padding-top: 14px;
    margin-top: 0px;
    margin-left: 1px;
    color: #fff;
}
.error {
    display: inline-block;
    float: left;
    padding-bottom: 10px;
}
input#personal-cv {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    background: #fff;
    border: solid 1px #2b9ba8;
    line-height: 1.2;
	padding: 15px;
	margin-top: 0;
}
#remember_me, #agreement_container {
    display: inline-block;
    width: 100%;
    padding-left: 17px;
}

input[type=file]::file-selector-button {
    background: #eebe67;
    border: none;
    height: 28px;
    padding: 2px;
    color: #fff;
    min-width: 120px;
}

span.carerix_labels.cx2_labels_type-contact-email {
    display: inline-block;
    height: 52px;
    background: #005a6f;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 10px;
    color: #fff;
    margin: 0px 0 0 -6px;
    font-family: 'Ciutadella Regular';
    font-weight: normal;
    width: 170px;
}
span.carerix_labels.cx2_labels_type-contact-email input {
    margin: 0 5px 0 10px;
}
span.carerix_labels.cx2_labels_type-contact-email {
    display: inline-block;
    height: 52px;
    background: #005a6f;
    padding-top: 13px;
    padding-left: 5px;
    padding-right: 10px;
    color: #fff;
    margin: 0px 0 0 -6px;
    font-family: 'Ciutadella Regular';
    font-weight: normal;
    width: 150px;
}
.cx2_contact-email {
    margin-bottom: 20px;
}
div#apply_form p {
    margin: 0;
}
input#agreement_check {
    width: auto;
}
/*/////////////// EINDE VACATURES//////*/

.filled .kol-box-wrapper {
    background: #f6f5f0;
    padding: 30px;
    height: 100%;
}
.filled .kol-box-wrapper.mid { background: #eeece2; }

.kol-box-wrapper li::marker, .col-md-6.content li::marker, .col-md-7.content li::marker, .col-md-12.content li::marker  {
    color: #eebe67;
}
.kol-box-wrapper ul, .col-md-6.content ul {
    padding-left: 20px;
}
.kol-box-wrapper li, .col-md-6.content li {
    padding-left: 10px;
}

.formulier_footer p {
	display: flex;
	margin: 0;
}

.formulier_footer p .cta-btn {
	padding: 10px 30px;
}

.breadcrumbs-footer {
	text-align: right;
	font-size: 12px;
	top: 106px;
	position: relative
}

#footer {
	background-color: #455759;
	color: #fff;
	padding: 60px 50px 20px 50px;
	font-weight: 200;
	position: relative;
}

#footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right, #7dbac6, #214f6e);
}

#footer img.footer-logo {
	width: 125px;
	margin: 0 0 20px 0
}

#footer img.footer-pointer {
	margin: 3px 15px 30px 0;
	float: left
}

#footer img.footer-phone {
	margin: 3px 15px 15px 0;
	float: left
}

#footer img.footer-whatsapp {
	margin: 3px 15px 0px 0;
	float: left
}

#footer img.footer-mail {
	margin: 7px 15px 10px 0;
	float: left
}

#footer img.footer-linkedin {
	margin: 4px 15px 15px 0;
	float: left;
	width: 20px
}

#footer a {
	color: #fff;
	font-size: 14px;
    text-decoration: none;
}

#footer ul {
    list-style-type: none;
    padding: 0px;
}

#footer .nen {
	display: inline-block;
	margin-top: 13px
}

#footer .nen img {
	width: 145px
}
#footer .footer-box h5 {
	color: #78BDC4;
}
.social {
	margin-top: 25px;
	margin-bottom: 35px;
}
.social .item i {
	font-size: 24px;
	color: #78BDC4;
	margin-right: 10px;
}
.footer_tekst p {
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 20px !important;
    line-height: 10px;
}
.footer_tekst p a {
	text-decoration: underline;
	font-size: 10px !important;
}
.footer-logo-search {
	width: 80px;
}
.footer_links_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-box i {
	color: #78BDC4;
}
.footer_middle, .footer_bottom {
	font-size: 14px;
}
a.solliciteer-direct {
	display: inline-block;
	overflow: hidden;
	width: 135px;
	height: 135px;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	bottom: 20px;
	right: 15px;
	position: fixed;
	background: #80bf71;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 21px;
	line-height: 20px;
	text-align: right;
	padding: 54px 20px 0 0;
	opacity: 0;
	z-index: 1000
}

a.solliciteer-direct.toon {
	opacity: 1
}

#menu-footermenu-1,
#menu-footermenu-2 {
	list-style-type: none;
	padding: 0; 
}

#menu-footermenu-1 a,
#menu-footermenu-2 a {
	list-style-type: none;
	padding: 0; 
}

#footer .menu-item a[aria-current=page] {
	color: #AFCBD2;
}

#accordionExample {
    display: none;
}
.content-col {
    display: inline-block;
    position: relative;
    width: 100%;
}
.col-3 {
    width: 33.33333333%;
    display: inline-block;
    float: left;
}

a.solliciteer-direct {
    display: inline-block;
    overflow: hidden;
    width: 175px;
    height: 175px;
    bottom: 30px;
    right: 15px;
    position: fixed;
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 33px;
    line-height: 30px;
    text-align: right;
    border-radius: 50% 50% 0px 50%;
    padding: 64px 20px 0 0;
    opacity: 0;
}
a.solliciteer-direct.toon { opacity: 1; }
/* ============ mobile view ============ */
@media only screen and (max-width: 1400px) {
	.container.text-veld {
    padding: 0px 30px 50px 30px;
}
.druppel-img.large {
    width: 470px;
    height: 470px;
}	

}

@media all and (max-width: 991px) {

    .header.vacature-detail {
        padding-bottom: 0px;
    }

    .header.vacature-detail::after{
        display: none;
    }

    .header .header_box {
        height: 200px;
    }

    a.vacature-link {
        margin-left: 0px;
    }

	.offcanvas-header{ display:block;padding: 5px 1rem; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		display:block;
		position: fixed;  top: 0; left:0;
		height: 100vh; width:100%;
		background: #2e2e2e;
		margin: 0;
		padding: 0 20px;
		z-index: 1200; 
		overflow-y: auto;
		overflow-x: hidden;
		transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible; 	transform: translateX(0);

	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

.container-fluid.header-top {
    padding-left: 15px;
    padding-right: 15px;
}	
.container-fluid.header {
    margin: 75px auto 0px auto;
}	
.logo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 115px;
    margin-left: 10px;
}
button.d-lg-none.btn.btn-mob-menu {
    background: transparent;
    float: right;
    margin: 4% 10px 10px 10px;
    padding: 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

button.d-lg-none.btn.btn-mob-menu {
    font-size: 0 !important; /* verbergt tekst */
}

button.d-lg-none.btn.btn-mob-menu::before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #2e2e2e;
    box-shadow: 0 7px 0 #2e2e2e, 0 14px 0 #2e2e2e;
}

button.d-lg-none.btn.btn-mob-menu:hover::before {
    background: #4D8D93;
    box-shadow: 0 7px 0 #4D8D93, 0 14px 0 #4D8D93;
}
.offcanvas-header .btn-close {
    background: transparent !important;
    background-image: none !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 16px 0px 10px auto !important;
    opacity: 1 !important;
    border-radius: 6px !important;
    position: relative;
    border: none;
    font-size: 0 !important;
    flex-shrink: 0;
}

.offcanvas-header .btn-close::before,
.offcanvas-header .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.offcanvas-header .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.offcanvas-header .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas-header .btn-close:hover::before,
.offcanvas-header .btn-close:hover::after {
    background: #4D8D93;
}
ul.nav.navbar-nav {
    margin-right: 0px;
	margin-top: 30px;
}
ul.nav.navbar-nav li {
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 26px;
    font-family: 'Ciutadella Regular' !important;
    padding: 25px 0px;
    font-weight: 200;
    color: #fff !important;
    width: calc(100% - 50px);
    margin: 0px 25px 0px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border-bottom: solid 1px #777777;
}
.navbar-default .navbar-nav > li.contact-btn > a {
    background: none;
    font-family: 'Ciutadella Regular' !important;
    display: inline-block;
    padding: 25px 0;
    margin-top: 0;
    -webkit-border-radius: 0px;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover::after {
    width: 0px;
    left: 0;
}
.navbar-default .navbar-nav > li.contact-btn > a:hover {
    background: none;
}
.col-md-6.thumb-box-header.default {
    order: 2;
}

.container.header {
    margin: 140px auto 30px auto;
	padding: 0 20px 0 20px;
}
.header .col-md-6.content {
    padding: 30px 30px 0px 30px!important;
    order: 1;
}
.container.header .col-sm-12 {
    padding: 0px 30px 0px 30px;
}
p#breadcrumbs {
    margin-top: -45px;
    padding: 0 30px;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, p, img, a, input, select, span, small {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.col-md-4.first {
    width: 100%;
}
.first-content {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 30px;
}
.col-md-8.vacatures {
    padding: 0;
    width: 100%;
    max-width: 1450px;
}
.vacature-uitgelicht {
    width: 90%;
}
.container.text-veld.top-maximaal {
    margin-top: 50px;
}
.container.text-veld.bottom-maximaal {
    margin-bottom: 50px;
}
.col-md-6.thumb-box.default, .col-md-6.thumb-box-header.default {
    padding: 0 30px 0 30px!important;
}
.col-md-6.thumb-box-header {
    display: none;
}
.container-fluid.header.vacature-detail, .vacature-detail .col-md-6.thumb-box-header {
    min-height: 360px;
}

.header.vacature-detail {
    border-radius: 20px !important;
    margin: 90px 15px 15px 15px;

}

a.cx2_backToJobDetails {
    width: auto;
    margin-left: 0;
}
.container.center-text {
    padding: 0px 30px 0px 30px;
    text-align: center;
}
.container.onze-opdrachten {
    margin-bottom: 0px;
    padding: 0px 30px 30px 30px;
}
.thumb-box-vacature {
    display: none;
}
span.salaris {
    padding-right: 30px;
    width: 100%;
    display: block;
}
.container.onze-opdrachten .col-md-4 {
    margin-bottom: 20px;
}
a.cta-btn {
    margin-right: 5px;
	padding: 10px 15px 10px 15px;
}
a.cta-btn.whatsapp img {
    margin-right: 5px;
    margin-top: -3px;
}
a.cta-btn, a.cx2_vacancydetails-apply {
    padding: 10px 15px 10px 15px;
    margin-right: 10px;;
}
.take-action {
    margin: 0 0 40px;
}
.col-md-6.content {
    padding: 30px 30px 30px  30px;
}
.col-md-12.content {
    padding: 0px 30px 0px 30px;
}
.col-md-5.content {
    padding: 30px 30px 30px 30px;
}
.container.client-carousel {
    margin-bottom: 50px;
    margin-top: 30px;
}
.flickity-prev-next-button {display: none; }
.col-md-12.content.opdrachtgever-carousel {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.container.client-carousel {
    padding: 0;
}
.opdrachtgever-carousel h2 {
    padding-left: 0;
}
.carousel-cell {
    background: #f3f3f3;
    height: 150px;
    width: 150px;
}
.frame {
    width: 150px;
    height: 150px;
}
.col-lg-4.col-md-4.col-sm-12 form {
    margin-bottom: 40px;
}

element.style {
}
/*
.filter-mobile {
    display: inline-block;
    background: #2b9ba8;
    margin-top: -80px;
    position: absolute;
    padding: 5px 20px;
    color: #fff;
}*/
.filter-wrapper {
    background-color: #2b9ba8;
    height: 250px;
    margin-bottom: 0;
    /* display: none; 
    position: fixed;
    z-index: 99;
    bottom: 0;
	bottom: -290px;*/
}
.filter-wrapper.show-filters {
    bottom: 0;
}
input.sf-input-text {
    border: solid 1px #fff;
    background: #2b9ba8;
    color: #fff;
    width: 180px;
    font-weight: 200;
}
form#search-filter-form-34693 {
    width: auto;
}
.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
    float: left;
}
.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 22px;
}
.entry {
    margin-bottom: 50px;
}
a.vacature-link {
    /*display: none;*/
}
.vacature {
    padding: 30px 30px 30px 30px;
	width: calc(100% - 40px) !important;
}
.vacature h2 a {
    text-decoration: none;
    color: #005a6f;
    font-size: 23px;
}
.news-thumb {
    display: none;
}
.content-box-news p {
    display: none;
}
.col-md-6.referentie.news .thumb {
    clear: both;
    width: 130px;
    height: 130px;
    align-items: center;
    top: -60px;
    right: calc(50% - 65px);
    position: absolute;
}
span.tag {
    font-size: 14px;
    color: #edbe67;
    display: block;
    margin-bottom: -80px;
    margin-top: 40px;
}
.content-box-news .tag {
    margin-bottom: -2px;
    margin-top: 0;
}
.container.news-list {
    margin-top: 0px;
}
.content-box-news {
    width: calc(100% - 20px);
    padding: 0px 0px 0 0px;
    margin: 7px 0px 3px 10px;
    border-bottom: solid #f6f5ef;
}
.col-md-6.referentie.news .content h2 a {
    text-decoration: none;
    width: 100%;
    display: block;
    clear: both;
}
p#breadcrumbs-vac {
    margin-left: 20px;
    margin-top: -40px;
}
.col-md-6.referentie.news .content {
    min-height: auto;
    padding: 25px 25px 50px 25px;
	margin-bottom: 65px;
}
.col-md-6.referentie.news .content h2 {
    font-size: 24px;
    line-height: 30px;
	    overflow-wrap: normal;
		    margin-top: 80px;
}
.content-box-news p {
    display: none;
}
.news-intro p {
    display: none;
}
a.solliciteer-direct {
    width: 100px;
    height: 100px;
    padding: 35px 10px 0 0;
    font-size: 20px;
    line-height: 20px;
	z-index: 9;
}
.footer {
	margin-top: 0px;
    padding: 60px 30px;
}
span.footer-small {
    display: block;
}
.col-md-3.footer1 {
    margin-bottom: 30px;
    margin-top: 50px;
}
.col-md-3.footer3 {
    margin-top: 10px;
}

.container.text-veld {
    padding: 0px 15px;
}
#accordionExample {
    width: calc(100% - 60px);
    margin: -100px auto 0;
	display: block;
}
h2 .accordion-button {
    color: #2b9ba8;
    font-size: 25px;
}
h2.accordion-header {
    margin: 0;
}
.accordion-button:not(.collapsed) {
    color: #2b9ba8;
    background-color: #eeece2;
    box-shadow: unset;
}
.accordion-collapse.collapse{
    background: #f6f5f0;
}
.accordion-button:focus {
    border: none;
    z-index: 3;
    border-color: #e91e63;
    outline: 0;
    box-shadow: unset;
}
.project-tab {
    padding: 0px 0px 0 0px;
    margin-right: 0;
    display: inline-block;
    position: relative;
    margin-left: 30px;
	background: #fff;
	border-radius: 0;
}
.project-tab h2, .tab-pane h2 {
    font-size: 24px;
    margin: 10px 0;
}
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.scroll::-webkit-scrollbar {
  display: none;
}  
.nav.scroll {
display: block!important;
    width: calc(100% + 60px);
    margin-left: -30px;
	padding-right: 60px;
    padding-left: 30px;
}
.scroll::before {
    content: '';
    display: inline-block;
    height: 70px;
    width: 40px;
    position: absolute;
    z-index: 999;
    left: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.scroll::after {
    content: '';
    display: inline-block;
    height: 70px;
    width: 40px;
    position: absolute;
    z-index: 999;
    right: 0;
    background: linear-gradient(
90deg
, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.tab-content > .active {
    display: inline-block;
}
.tab-content-1, .tab-content-2 {
    width: 100%;
}
.tab-content-2 {
    margin-left: 0;
}
.project-tabs {
    margin-bottom: 0;
}
.filled .kol-box-wrapper {
    height: auto;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.col-3 {
    width: 100%;
    display: inline-block;
    float: unset;
}

.content-contact.left, .col-md-6.content-contact.right {
    padding: 0 30px;
}
span.adres-box {
    margin-top: 20px;
}
.container-fluid.map {
    margin: 0 0 20px 0;
    padding: 0;
}
.input100 {
    width: calc(100% - 0px);
    margin-bottom: 30px;
    float: left;
}
.input50 {
    width: calc(100% - 0px);
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
}
input.wpcf7-submit {
    margin-right: 0px;
}
.cx2_personal-firstName, .cx2_personal-lastName, .cx2_contact-homePhone, .cx2_contact-workPhone, .cx2_contact-email, .cx2_contact-contactInstructions {
    margin: 0px 0px 10px 0px!important;
    position: relative;
    display: inline-block;
    width: calc(100% - 0px);
    float: right;
}
.cx2_personal-birthDate {
    margin: 0 0px 20px 0!important;
    position: relative;
    display: inline-block;
    width: calc(100% - 0px);
    float: right;
}
.cx2_personal-gender {
    display: inline-block;
    width: calc(100% - 0px);
    padding-top: 10px;
    padding-bottom: 30px;
}
label.cx2_personal-cv {
    width: 40px;
    float: left;
    display: inline-block;
    height: 60px;
    background: #005a6f;
    padding-top: 14px;
    margin-top: 0px;
}
div#apply_form {
    width: 100%;
	margin-left:0px;
}
#remember_me, #agreement_container {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.cx2_contact-contactInstructions::after {
    display: inline-block;
    margin: -1px -2px 20px 0px;
}
.cx2_personal-cv {
    width: calc(100% - 0px);
    padding-left: 0;
	margin-left: 0px!important;
}
input#file-upload-button {
    overflow: hidden !important;
    padding: 0px !important;
}
input#personal-cv {
    width: 100% !important;
    overflow: hidden !important;
    height: 50px !important;
    text-align: left !important;
    color: white !important;
}
input#apply_button{
    margin-left: 0;
    width: calc(100% - 0px);
}
#remember_me label {
    display: inline-block;
    width: 100%!important;
}
a.anchor-btn {
    width: 100%;
}

.custom-anchor-wrapper {
    min-height: 200px; /* pas aan indien nodig */
    padding: 2rem 0;
}

.take-action {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.anchor-btn {
    background-color: #f0f0f0; /* of je eigen kleur */
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.anchor-btn:hover {
    background-color: #ddd;
}

.druppel-down {
    margin-right: 8px;
    display: inline-block;
}

.anchor-logo {
    max-height: 60px;
}
/* .vacature-detail {
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
  } */
  
  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.5; /* of 1 als je geen donkere overlay wilt */
  }
  
  .content-wrapper {
    position: relative;
    z-index: 2;
    padding: 60px 30px;
  }

  /* bullet_points */
  .bullet_points .container-box{
    background-image: linear-gradient(180deg, #2b9ba8 50%, #455759 50%) !important;
  }

}	
/* ============ mobile view .end// ============ */
/*////////// ////////*/

@media only screen and (min-width:768px) {
	
}

@media only screen and (min-width:768px) and (max-width:1200px) {
	
}

@media only screen and (min-width:813px) and (max-width:1024px) {

}

@media only screen and (max-width:812px){

/* responsieve blokken */ 

.blokken{
    padding: 25px;
}

/* vataure klein */

.vacature-klein {
    font-size: 16px;
    width: 90%;
    float: left;
    position: relative;
    padding: 40px 40px 30px;
    margin: 20px;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(77, 141, 147);
    border-image: initial;
}

.vacature-klein a {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

/* tekst_logo */

.logo_rechts{
    margin-top: 50px;
}

body {
    font-size: 16px;
    color: #000;
}

/* contact_form */

input[type='submit'] {
    width: 100% !important;
    border-radius: 100px;
    background: #FFB700 !important;
    color: #000000;
    margin-left: -20px;
    text-align: center;
}

.contactformulier_gegevens .afbeelding_inner {
    display: none;
}

.contactformulier_gegevens * {
    color: #ffffff;
    text-decoration: none;
    background: none;
    text-align: center;
}

.contactformulier_gegevens .linkedin_button {
    width: 100% !important;
}

.wpcf7-spinner{
    display: none !important;
}

/* intro */

.intro-blok {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
    padding-top: 175px;
    padding-bottom: 75px;
}

/* intro 2 */

.intro2-blok {
    padding-top: 125px ;
    padding-bottom: 50px ;
}

/* titel_logo */

.img-shape{
    display: none !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}

/* bullet_points_afbeelding */

.bullet_points_afbeelding .img-container{
    display: none;
}

.bullet_points_afbeelding .container-box {
    padding: 0px;
}

/* teamleden_small */

.quote .afbeelding {
    margin-bottom: -100px;
}

}

/* Hard reset: nooit standaard bullets tonen binnen cx2_offer */
.cx2_offer-list,
.cx2_offer-list ul,
.cx2_offer-list li {
  list-style: none !important;
}

.cx2_offer-list,
.cx2_offer-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

.cx2_offer-list li::marker,
.cx2_offer-list ul li::marker {
  content: "" !important;
}



/* functie bullet points: */


/* volledige reset voor offer */
.cx2_offer-list,
.cx2_offer-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* basis item */
.cx2_offer-list li {
  display: block;
  position: relative;
  padding-left: 32px;
  margin: 12px 0;
}

/* check icon */
.cx2_offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/JE-THEME/img/check.png") no-repeat center;
  background-size: contain;
}

/* parent ("including:") geen check */
.cx2_offer-list > li.cx2_offer-parent {
  padding-left: 0;
  margin-top: 18px;
}

.cx2_offer-parent::before {
  display: none !important;
}


.cx2_offer-parent::after {
  display: none !important;
}

.vacature-notificatie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E8F4F6;
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 20px;
    max-width: 480px;
}

.notificatie-tekst {
    font-size: 15px;
    line-height: 1.4;
    color: #2e2e2e;
}

.notificatie-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #2e2e2e;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #2e2e2e;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.notificatie-button:hover {
    background: #2e2e2e;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 575px) {
    .vacature-notificatie {
        flex-direction: row;
        gap: 10px;
    }
}

.mobiel-zoekbalk {
    width: 100%;
    padding: 16px 20px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    color: #aaa;
    margin-bottom: 12px;
    outline: none;
}

.mobiel-zoekbalk:focus {
    border-color: #5EB5C5;
}

.mobiel-filters-btn {
    width: 100%;
    background: #5EB5C5;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 20px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobiel-filters-btn:hover {
    background: #3fa0b0;
}

.mobiel-filter-panel {
    display: none;
    margin-top: 12px;
}

.mobiel-filter-panel.open {
    display: block;
}

@media (max-width: 991px) {

    .searchandfilter ul>li>ul:not(.children) {
        display: flex !important;
        flex-direction: column !important;
        padding: 0  !important;
    }

    .mobiel-filter-panel .sf-input-text,
    .col-12.d-lg-none .sf-input-text {
        width: 100%;
        padding: 16px 20px;
        border: 1px solid #e0e0e0 !important;
        border-radius: 12px !important;
        font-size: 16px;
        color: #aaa;
        margin-bottom: 12px;
        outline: none;
        box-sizing: border-box;
    }

    .col-12.d-lg-none .sf-input-text:focus {
        border-color: #5EB5C5 !important;
    }

    /* Verberg de submit-knop van de shortcode op mobiel buiten het panel */
    .col-12.d-lg-none > .searchandfilter input[type="submit"] {
        display: none;
    }

    /* Verberg alle andere filter-opties buiten het panel */
    .col-12.d-lg-none > .searchandfilter ul li:not(:first-child) {
        display: none;
    }
}

/* Checkmark bullets voor vacature lijsten */
.cx2_offer ul,
.cx2_requirements ul,
.cx2_function ul,
.carerix-content ul {
   list-style: none !important;
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.cx2_offer ul li,
.cx2_requirements ul li,
.cx2_function ul li,
.carerix-content ul li {
   position: relative !important;
   padding-left: 28px !important;
   margin-bottom: 8px;
}

.cx2_offer ul li::before,
.cx2_requirements ul li::before,
.cx2_function ul li::before,
.carerix-content ul li::before {
   content: "" !important;
   position: absolute !important;
   left: 0 !important;
   top: 10% !important;
   width: 18px !important;
   height: 18px !important;
   background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18C10.1819 18 11.3522 17.7672 12.4442 17.3149C13.5361 16.8626 14.5282 16.1997 15.364 15.364C16.1997 14.5282 16.8626 13.5361 17.3149 12.4442C17.7672 11.3522 18 10.1819 18 9C18 7.8181 17.7672 6.64778 17.3149 5.55585C16.8626 4.46392 16.1997 3.47177 15.364 2.63604C14.5282 1.80031 13.5361 1.13738 12.4442 0.685084C11.3522 0.232792 10.1819 -1.76116e-08 9 0C6.61305 3.55683e-08 4.32387 0.948211 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM8.768 12.64L13.768 6.64L12.232 5.36L7.932 10.519L5.707 8.293L4.293 9.707L7.293 12.707L8.067 13.481L8.768 12.64Z' fill='%235EB5C5'/%3E%3C/svg%3E") !important;
   background-repeat: no-repeat !important;
   background-size: contain !important;
}

.page_div.tekstblok_afbeelding {
    padding: 50px 0;
    background: #EDEDE3;
}

.page_div.tekstblok_afbeelding .afbeelding_top,
.page_div.tekstblok_afbeelding .afbeelding_bottom {
    width: 100%;
    border-radius: 14px;
}

.page_div.solliciteer_meer_informatie .solliciteer {
    background: #FFB700;
    color: #000;
}

.page_div.solliciteer_meer_informatie .info {
    background: #5EB5C566;
    color: #000;
}

.page_div.solliciteer_meer_informatie .info a {
    color: #000;
    text-decoration: underline;
}

.page_div.solliciteer_meer_informatie .info a i {
    color: #455759;
}

.page_div.solliciteer_meer_informatie .info .afbeelding {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 100px;
    object-fit: cover;
}

.page_div.faq {
    padding: 50px 0;
    color: #2F2C29;
}

.page_div.faq .faq_item {
    border-bottom: 1px solid #B6B2B4;
}

.page_div.faq .faq_item .vraag h4 {
    color: #2F2C29;
    margin: 0;
}

.page_div.faq .faq_item .vraag .icon {
    position: relative;
}

.page_div.faq .faq_item .vraag .icon span {
    display: block;
    width: 16px;
    height: 1px;
    background: #78BDC4;
}

.page_div.faq .faq_item .vraag .icon span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all .3s ease-out;
}

.page_div.faq .faq_item.active .vraag .icon span:last-child {
    transform: translate(-50%, -50%) rotate(0deg);
}

.page_div.faq .faq_item .antwoord {
    opacity: 0;
    height: 0px;
    transition: all .3s ease-out;
}

.page_div.faq .faq_item.active .antwoord {
    margin-top: 1rem;
    display: block;
    opacity: 1;
    height: max-content;
    min-height: 100px;
}