@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

:root {
  --blue: #204f90;
  --grey: #f7f7f7;
  --dark-grey: #282828;
  --orange: #feac1d;
  --white: #fff;
}


body{ font-size:18px; color:var(--dark-grey); font-family: 'Lato', sans-serif;font-weight: 400; background: var(--grey); letter-spacing: 0;line-height: 25px;}

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


.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}
img{  max-width: 100%;     height: auto;}
a {
    color:  var(--blue);
    text-decoration: underline;
	cursor: pointer;
}
a:hover {color:  var(--orange); text-decoration: underline}
a:focus {outline:none; text-decoration: none}
p {
    margin: 0 0 30px;
}


h1 {
    font-weight: 900;
    font-size: clamp(2.3rem, 2.5vw, 2.8rem);
    line-height: clamp(2.4rem, 2.5vw, 2.8rem);
    color: var(--blue);
    margin: 30px 0;

}
h1 strong {
    position: relative;
}
h1 strong::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.75rem;
    z-index: -1;
    background-image: url(../img/line2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
h1 span {
    display: block;
    font-size: clamp(1.8rem, 2vw, 2rem);
    color: var(--orange);
    font-weight: 600;
}

.header h2, h3 {
	font-size: 20px;
	line-height:normal;
    font-weight: 500;
	margin: 0 0 10px 0;
}
h1 + h2 {
    display: block;
    font-size: 2rem!important;
    color: var(--orange)!important;
    font-weight: 600;
    margin: -30px 0 30px 0!important;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--blue);
    line-height: 43px;
    margin: 0 0 30px 0;
}
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%}
h4 {
    margin-bottom: 20px;
}
.text-primary { color:var(--blue)!important;}
.content h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    font-style: italic;
    color: var(--orange);
    margin: 0 0 10px 0;
    margin-top: -30px;
    margin-bottom: 30px;
}

h3.sub-title {
	 color:  var(--orange);
    margin-bottom: 0;
}
.header-top {
	z-index: 999;
    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 {
    position: fixed;
    top: -125px;
}
.header-top.head_shadow {
    background: #fff;
}
.header-top.head_shadow .logo {
    width: 170px;
}
.header-top.head_shadow .navbar-default {
    margin-top: 5px;
}
.logo {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    display: inline-block;
    width: 220px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.st0 {fill: var(--white);}
.head_shadow .st0 {fill: var(--blue);}
.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: 10px;
    display: inline-block;
    float: right;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: normal;
    padding: 7px 0px;
    color: var(--white);
    margin: 10px 15px 10px;
    text-decoration: none;
	display: inline-block;
	position: relative;
}
.navbar-default .navbar-nav > .active > a {
    color: #fff;
    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:var(--white);
    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-radius: 20px;
    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: var(--orange);
    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.nav-btn > a {
	font-weight: normal;
    background: var(--orange);
    color: var(--blue);
    display: inline-block;
    padding: 5px 40px 7px 40px;
    margin: 12px 0px 0px 10px;
    border-radius: 50px;
}
.navbar-default .navbar-nav > li.nav-btn > a:hover {
    background: var(--white);
    color:var(--blue);
}

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

.head_shadow .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: normal;
    color: var(--blue);
}
.head_shadow .navbar-default .navbar-nav > li.nav-btn > a:hover {
    background: var(--blue);
    color: var(--white);
}
.menu_close {display:none}


/*////////// ////////*/
.video-player {
    max-width: 920px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -240px;
    padding: 0;
    box-shadow: #01294591 0px 0px 40px;
	border: 1px solid #fff;
	z-index: 2;
	position: relative;
}
video {
    display: block;
}

body.offcanvas-active{
	overflow:hidden;
}
.modal-body {
    color: #000;
}
.modal-body .wp-video, .mejs-video, .wp-video-shortcode {
    width: 100% !important;
} 
.mejs-mediaelement {
    background: #fff;
}
.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;
}
.container.header p, .container.header h1 {
    color: var(--white);
}
.container.header a { color: var(--white); }
.container.header a.cta-btn {
    color: var(--blue);
}
.container.header a:hover.cta-btn,
.container.header .cta-btn:hover 
 {
    background: var(--white);
	color: var(--blue);
    border: none;
    text-decoration: none;
}
.container.header h1 {
	margin-top: 0;
	}
	
.container.header ul {
  list-style: none;
}

.container.header ul li:before {
content: '✓';
    color: var(--orange);
    font-size: 30px;
    left: 38px;
    font-weight: 700;
    position: absolute;
    margin-top: -5px;
}
.container.header ul li {
    margin-bottom: 30px;
}	
	
.container.header.medium {
    max-width: 1140px;
}
.header .col-md-6.content {
    padding: 20px 50px 0 0;
}
.header .col-md-6.content, .col-md-6.content {
    display: grid;
    height: 100%;
    /*margin: auto;*/
}


.header-wrapper {
    background-color: var(--blue);
     position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  align-items: center;     /* Verticaal centreren */
  justify-content: center; /* Horizontaal centreren */
 /* z-index: 10;*/
}
.header-wrapper.has-bg {
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-wrapper.has-bg .header-overlay {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #204f90d2;
  /*z-index: 1;*/
}

.header-wrapper .container {
  position: relative;
  /*z-index: 2;*/
  width: 100%;
}
.container.header {
  align-items: center;
  justify-content: center;
}
.container.header h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 40px;
    margin-top: unset;
}
.header-wrapper.home {
    margin-bottom: 200px;
    background-image: url(../img/hi.svg);
    background-repeat: no-repeat;
    background-size: 280px;
    background-position-y: bottom;
    background-position-x: calc(50% - 550px);
}
section.bg-wit {
    background: #fff;
}
.content.text-center {
  text-align: center;
  max-width: 980px;
  margin: auto;
}
.content.text-center .take-action {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
}

.content.text-start .take-action {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1rem;
}

/* Blog opmaak */
.card {
    border: 0;
}
a.btn.groen {
    background: var(--orange);
    color: var(--blue);
    border-radius: 50px;
    padding: 7px 40px;
}
.row.grid-overview, .row.list-overview {
    margin: 0 0 0 -10px;
    max-width: calc(100% + 22px);
    width: calc(100% + 22px);
}

.mb-5 {
    margin-bottom: 3rem !important;
}
/* BEGIN: jouw oorspronkelijke positie bovenin de header */
#sticky-col {
    position: absolute;
    top: 15rem;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 10;
    max-width: 100%;
}
#sticky-col.is-fixed {
    position: fixed;
    top: 20px;     
    left: 0;      
    right: auto;
    width: auto;    
    transform: none;
    z-index: 999;
}


#sticky-col.is-stopped {
    position: absolute;
    left: 0;        
    right: auto;
    width: auto;    
    transform: none;
    z-index: 3;
}


@media (max-height: 985px) {
    #sticky-col, #sticky-col.is-fixed, #sticky-col.is-stopped {
        top: 310px;
        position: relative;
    }
    #sticky-col.is-fixed {
    top: 0 !important;
    left: 0 !important;
}
#sticky-col.is-stopped {
        top: 20px !important;
        left: 0 !important;
        position: relative;
    }
.col-md-7 .content.px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-top: 2rem;
}
.col-md-7 .content.px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-top: 2rem;
}
}


.tekstblok {
    color:#000!important;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    max-width: 420px;
    width: 100%;
}
.tekstblok h2 { 
    color:var(--blue);    
    font-size: 1.8rem;
    font-weight: 700;
}
.tekstblok p { color:#000!important;}
.tekstblok .cta-btn:hover {
    background: var(--blue)!important;
    color: var(--white)!important;
    border: none;
    text-decoration: none;
}

.header-wrapper {
  overflow: visible; 
}


@media (max-width: 991px) {
  .tekstblokken-col {
    position: static;
    transform: none;
    margin-top: 2rem;
    right: auto;
  }
  .tekstblok {
    margin: 0 auto;
    max-width: 100%;
  }
}

.cta-info {
    margin-bottom: 22px;
    border: solid 2px #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
}
/* het pijltje rechts */
.cta-info::after {
    content: "";
    position: absolute;
    right: calc(34% + 17px);
    transform: translateY(-613%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffffff;
}
hr {
    margin: 0 0 33px 0;
    color: inherit;
    background-color: var(--blue);
    border: 0;
    opacity: 1;
}

.container.header {
    margin: 130px auto 90px auto;
}
.vacatures .container.header {
    margin: 130px auto 50px auto;
}
.header-wrapper.mensje {
    background-image: url(../img/hi.svg);
    background-repeat: no-repeat;
    background-size: 280px;
    background-position-y: bottom;
    background-position-x: 85%;
}
.header-wrapper.vacatures.mensje {
    background-size: 210px;
}

.content-intro {
    color:var(--white);
    padding: 0 45px;
}
.content-intro {

    margin-top: 0;
}
img.featured.overflow {
    margin-bottom: -30%;
}

img.featured {
    /*border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
    height: 100%;
    object-fit: cover;
    float: right;
}
body#dashboard img.featured {
    height: auto;
    width: 100%;
    box-shadow: unset;
    top: 10%;
    position: relative;
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

video.js-viewport-video.w-100 {
    border-radius: 10px;
}
span {
  scroll-margin-top: 500px;
}
.cta-btn {
font-weight: 600;
    font-size: 1.2rem;
    color:  var(--blue);
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    margin-right: 10px;
    background: var(--orange);
	border:none;
}
.cta-btn:hover {
	background: var(--blue);
    color:  var(--white);
	border:none;
	text-decoration: none;
}
button.btn-close {
    float: right;
    margin-top: -30px;
    top: 40px;
    right: 8px;
    z-index: 99999;
    position: relative;
}
.centre-btn.home {
    padding-bottom: 100px;
}
.modal-body h2 {
    margin: 0 0 20px 0;
}
.modal-content {border-radius: 0px;}

.modal-inner {
    margin: 50px 20px;
    padding: 0 20px;
    max-height: 70vh;
    overflow: auto;
}

spacer {
  display: block;
}
.content-wrapper {
    position: relative;
	padding-top: 0px;
	padding-bottom: 50px;
}
.content-wrapper.front {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content.px-4.px-md-5 {
    max-width: 870px;
}

/* Basis styling voor de vinklijst */
.content ul{
  list-style: none; /* Verwijder standaard bullets */
  padding-left: 0;
  margin: 0 0 30px;
}

.content li {
  position: relative;
  padding-left: 2rem; /* ruimte voor vink */
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f9b233' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a1 1 0 010 1.414L6.343 10.485 2.515 6.657a1 1 0 011.414-1.414L6.343 7.657l6.728-6.728a1 1 0 011.414 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.content ol li::before {
    top: 0;
    width: 0;
    height: 0;
    left: unset;
    background-image: none;
}
.content ol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
.content ol {
    display: block;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.content ol li:before {
        counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    font: bold 15px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: var(--orange);
    -moz-border-radius: 999px;
    border-radius: 999px;
}


.content-wrapper.succesvol {
    padding-top: 30px;
}
.col-succesvol {
    background: #ffffff;
    padding: 20px 40px 0px 40px;
    margin: 10px!important;
    width: calc(50% - 20px);
    min-height: 110px;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}
.col-succesvol h2 {
    font-size: 23px;
    line-height: 31px;
	margin: 0;
}
.content-wrapper .container {
/*min-height: 350px;*/
    z-index: 9;
    position: relative;
}

.content-wrapper-vac {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
.container.center-text {
    padding: 0px 130px 50px 130px;
	text-align: center;
}
.col-md-8.content {
    margin-bottom: 30px;
    padding-right: 50px;
}
.container.header .col-md-8.content {
    margin-bottom: 0px;
    padding-right: 50px;
}
.container.text-veld {
    padding: 20px;
}
.container.text-veld.anchor {
    margin-bottom: 30px;
}
.container.text-veld.center-text {
    text-align: center;
}
.container.recente-vacatures .col-md-12 {
    margin: 0 80px;
    width: calc(100% - 160px);
}

/* 65% breed gecentreerd */
.content-65-wide {
    width: 65%;
    margin: 0 auto;
}

/* 65% breed, links uitgelijnd */
.content-65-wide-left {
    width: 65%;
    margin: 0;
}

/* Optioneel: responsieve correctie */
@media (max-width: 768px) {
    .content-65-wide,
    .content-65-wide-left {
        width: 100%;
        margin: 0;
    }
}
.row.recente-vacatures {
    margin-top: 40px;
    margin-bottom: 40px;
}
.vacature-1 h2, .vacature-2 h2, .vacature-3 h2, .uitgelicht h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 30px;
}

.col-md-12.centre-btn {
    text-align: center;
    padding-top: 60px;
	padding-bottom: 60px;
}
.col-md-7.order-1 .content.px-md-5, .col-md-7 .content.px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-top: 2rem;
}
.container.text-veld.cta {
    position: relative;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
}
img.cta-img {
    width: 100%;
}
.container.text-veld.cta .col-md-9.content {
    padding: 50px 50px 50px 50px;
}
.box-content {
    height: calc(100% - 40px);
}
.box-content-ut {
    height: calc(100%);
}
.box-layout .content-row {
    margin-bottom: 70px;
}
.box-content h2 a {
    text-decoration: none;
    color: #23262f;
}
.box-content h2 a:hover {
    color: #a53c36;
    text-decoration: none;
}
.druppel-img {
    display: inline-block;
    width: calc(100% - 30px);
    height: 100%;
    background-size: cover;
    background-position: center;
}
.druppel-img.rechts {
    float: right;
}
.druppel-img.links {
    float: left;
}

/* Blog items */
.bg-lichtgrijs {
  background-color: #e7ecf1;
}

/* Blogkaarten */
.blog-card {
  flex: 0 0 100%; /* standaard: 1 kaart per view (mobiel) */
  max-width: 100%;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card a {color:red;}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsieve verdeling */
@media (min-width: 576px) {
  .blog-card {
    flex: 0 0 50%; /* 2 kolommen op tablets */
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .blog-card {
    flex: 0 0 25%; /* 4 kolommen op desktop */
    max-width: calc(25% - 25px);
  }
 
}

/* Scroll container styling */
.blog-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem; /* ruimte tussen kaarten */
}

.blog-scroll .blog-card {
  scroll-snap-align: start;
}

/* Scrollbar verbergen */
.blog-scroll::-webkit-scrollbar {
  display: none;
}
.blog-scroll {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

/* end blog items */


span.locatie {
    margin-right: 15px;
}
img.v_logo {
    max-height: 90px;
    max-width: 300px;
}
.container.cta-vacature-alert {
    background: var(--blue);
    position: relative;
    /*max-width: 980px;*/
}
span.material-symbols-rounded {
    font-size: 50px;
    color:   var(--orange);
}
.take-action {
	color:  var(--white);
}
.cta-vacature-alert h2 {
    font-size: 28px;
    margin: 10px 0;
	color:  var(--white);
}
.spacer-50 {
    display: block;
    height: 50px;
}

.cta-vacature-alert .content {
    padding: 30px 40px 40px 30px;
}
.container.cta-vacature-alert {
    margin-top: 80px;
    margin-bottom: 50px;
}
.col-md-1.content {
    padding: 35px 0px 10px 30px;
}
img.alert-img {
    width: 50px;
    float: left;
    clear: both;
}
.container.client-carousel {
    max-width: 1100px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.flickity-page-dots {
    display: none;
}
.flickity-button {
  background:  none!important;
}
.flickity-button:hover {
  background: none!important;
}

.flickity-prev-next-button {
  width: 30px!important;
  height: 30px!important;
  border-radius: 5px!important;
}
.flickity-button-icon {
  fill:var(--orange)!important;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -30px!important;
}
.flickity-prev-next-button.next {
  right: -30px!important;
}
.col-md-12.content.opdrachtgever-carousel {
       padding-top: 10px;
}
.opdrachtgever-carousel h2 {
    margin: 0px 0px 0px 0px!important;
    text-align: center;
	font-size: 26px;
}
.carousel-cell {

        height: 170px;
    width: 320px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}
    .frame{  
        width: 320px;
        height: 170px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
    } 
.carousel-cell .frame img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.8;
}
.carousel-cell .frame:hover img {
    filter: none;
    opacity: 1;
}

.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;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    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;
}

.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: 5px;
	    width: 100%;
}
span.phone-box {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
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 0px 0;
    padding: 0 0 0 0;
    max-width: 100%;
    overflow: hidden;
}

.apply-bottom {
    display: block;
    position: fixed;
    top: calc(100vh - 0px);
    background: #214f90;
    padding: 15px 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 99;
    text-align: center;
	opacity:0;
	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);
}
.apply-bottom.fixed {top: calc(100vh - 75px);opacity:1}


span.float-right {
    float: right;
}
.col-sm-12.footer-bottom {
    margin-top: 30px;
    font-size: 13px;
}
.grecaptcha-badge {
    display: none!important;
}
/*////Filter/////*/
.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
}
input.sf-input-checkbox {
    width: auto;
}
.searchandfilter ul {
    padding-left: 0;
    width: calc(100% + 10px);
}


/* TEAM CARROUSEL */
/* enable Flickity by default */
.team-carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.vcard {
    background-color: #fff;
    height: 300px;
    background-size: cover;
	overflow: hidden;
	border-radius: 30px;
    border-bottom-left-radius: 0;
}
.vcard.single {
    filter: grayscale(1);
}
.vcard.single:hover {
    filter: grayscale(0);
}
.consultant {
    margin-top: 300px;
    display: inline-block;
    position: relative;
    width: 22vw;
    height: 22vw;
    margin-left: -22vw;
    overflow: hidden;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    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, input.sf-input-text {
    height: 62px;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
	border: 2px solid var(--blue);
	background: #fff;
}
.searchbar input.sf-input-text {
    background: #fff;
    width: 500px;
    float: left;
    border-radius: 20px 0 0 20px;
}
.searchbar input[type="submit"] {
    color: #fff;
    background: var(--blue);
    height: 62px;
    width: 130px;
    border-radius: 0 20px 20px 0;
}
.searchbar .searchandfilter ul li {
    float: left;
}
.searchandfilter>ul>li[data-sf-combobox="1"] label {
    display: inline-block!important;
}
.searchandfilter h4 {
    font-size: 21px!important;
    color: #214f90;
    font-weight: 600;
}
textarea {
    height: 180px;
    padding: 20px;
    margin-bottom: 30px;
    border: 2px solid var(--blue);
}
.wpcf7-form-control-wrap {
    position: unset!important;
}
.wpcf7-spinner {
    display: block!important;
}
.input100 input, .input100 textarea, .input50  {
     display: block;
    width: 100%;
    background: 0 0;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    background: #fff;
}
.input100 input, .input100 textarea, .input50 input {padding: 15px;}

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

.input100 label, .input50 label {
    display: inline-block;
    background: white;
    margin-left: 10px;
    margin-top: -15px;
    padding: 0 10px;
    position: absolute;
    color: #005a6f;
    font-weight: normal;
}

input {
    outline: none;
    border: none;
    width: 100%;
    background: none;
}
input.wpcf7-submit {
    display: inline-block;
    color: var(--blue);
    background-color: var(--orange);
    border-color: var(--orange);
    border-radius: 25px;
    padding: 10px 50px;
    font-weight: 600;
    border-width: 2px;
    max-width: 300px;
    float: right;
    margin: 30px 0;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 br {
    display: none;
}
.wpcf7-form-control-wrap {
	width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}
input.wpcf7-not-valid {
    border: solid 1px red;
    background: #ffeded;
}
.wpcf7-response-output {
    display: none;
}

.cta-form .wpcf7, .cta-form input.wpcf7-submit {
    float: unset;
}
.cta-form {
    max-width: 980px;
    margin: auto;
    text-align: center;
}
 

/*///////////////////END FORM///////////////////*/
/*/////////////// VACATURES ///////////*/
.vacature-alert {
    margin-top: 0px;
    margin-right: 30px;
}
.vacature-alert h3 {
    margin-bottom: 10px!important;
    font-size: 21px!important;
    color: #214f90;
    font-weight: 600;
}
.vacature-alert p {
    font-size: 15px;
    color: #214f90;
    margin-bottom: 22px;
}
.thumb-box-vacature {
    display: inline-block;
    float: right;
    margin-right: -60px;
    margin-left: 40px;
    margin-bottom: 60px;
}
.apply-btn {
    display: inline;
}
span.apply-top {
    margin-bottom: 20px;
    display: inline-block;
}
.addtoany_content_top {
    display: inline-block;
    float: right;
    width: calc(50% - 105px);
}

/*/////// FILTER /////*/
form#search-filter-form-253 {
    margin-left: -10px;
    margin-bottom: 20px;
}
.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    display: none;
}
.sf-field-taxonomy-regio ul,.sf-field-taxonomy-caterogie ul,.sf-field-taxonomy-branche ul, .sf-field-taxonomy-niveau ul, .sf-field-taxonomy-regio ul, .sf-field-post-meta-_OrgNaam ul {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    width: calc(20% - 28px) !important;
    color: #204f90;
    z-index: 999;
    border-top: solid 1px #ced0d4;
}
.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.vacancy-filter-form { 
width: 100%;
    margin: 0 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(../img/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: 980px;   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 {padding: 0;}
 
li.sf-field-taxonomy-regio, li.sf-field-taxonomy-caterogie, li.sf-field-taxonomy-branche, li.sf-field-taxonomy-niveau, li.sf-field-taxonomy-regio, li.sf-field-post-meta-_OrgNaam {
    width: calc(25% - 12px);
    margin-right: 15px!important;
    background: #ffffff;
    display: inline-block!important;
    height: 45px;
    overflow: hidden;
    background: url(../img/dropdown-arrow.svg) 95% 50% no-repeat #fff;
	background-size: 15px;
} 
.searchandfilter h4 {
margin: 0;
    padding: 0px 12px 11px!important;
    font-size: 16px;
}

li.sf-field-post-meta-_OrgNaam { /* last one */
    margin-right: 0 !important;
}

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


.vacature {
	font-size: 16px;
	line-height: 26px;
    background: #fff;
    padding: 30px 30px 30px 30px;
	box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
    margin-bottom: 20px;
}
.col-md-6.vac-content.left {
    padding-right: 50px;
    margin: 30px 0 30px 0;
}
.vacature-box a {
    text-decoration: none;
}
.col-md-9.vacature-info-col, .col-md-3.vacature-logo-col {
    padding: 0;
}
.vacature_logo {
    background: #fff;
    padding: 50px;
    margin-top: -110px;
    box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}
 a h3.mt0 {
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    display: inline-block;
}
 a h3.mt0 i {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
    position: relative;
    margin-left: 0;
    margin-top: -8px;
    margin-bottom: 10px;
}
a:hover .vacature-intro {
    color: #214f90;
}
iframe.inline-iframe {
    width: 100%;
    height: 1100px;
}
.vacature-intro {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
	max-height: 120px;
	overflow: hidden;
	margin-top: 20px;
}
.legenda.list {
    margin-left: -5px;
	margin-bottom: 0px;
    font-size: 15px;
    color: #214f90;
}
.legenda.list .fa {
    color: #feac1c;
    margin-right: 5px;
    margin-left: 5px;
}
.logo-vac-list {
    max-width: 160px;
    float: right;
}
.vacature .apply-top {
    display: none;
}
.vacature h2 {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-decoration: none;
}
.vacature h2 a {text-decoration:none;color:#23262f;}
.vacature h2 a:hover {text-decoration:none;color:#a53c36;}
a.vacature-link {
    font-weight: normal;
    font-size: 16px;
    color: #005A6F;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
	float: right;
	display: inline-block;
}
.legenda {
    margin-left: 0px;
	margin-bottom: 30px;
    font-size: 15px;
    color: #fff;
}
.legenda .fa {
    color: #feac1c;
    margin-right: 5px;
    margin-left: 5px;
}
.logo-vac-full-detail img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	    max-height: 200px;

}
.logo-vac-full-detail {
    background: #fff;
    min-height: 240px;
    padding: 40px;
    position: relative;
	display: flex;
	justify-content: center;
    width: 340px;
    float: right;
    margin-right: 0px;
    margin-left: auto;
    margin-top: -90px;
    margin-bottom: -90px;
	text-align: center;
    box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}
.content-wrapper.vacature-detail {
    padding-top: 30px;
}
.container.header.vacature-detail {
    margin: 150px auto 40px auto;
}

.col-md-12.vac-content img
 {
    max-width: 40%;
    margin-top: 37px;
    margin-left: 0;
    margin-right: 50px;
    margin-bottom: 30px;
    display: block;
    float: left;
    box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}

.vac-content u {
    font-weight: 500;
    font-size: 30px;
    color: var(--blue);
    margin: 0 0 10px 0;
    display: block;
    text-decoration: none;
}
.vacature p {
    margin: 0;
}
.vac-content {
    margin-top: 30px;
	list-style: none;
}
.wrapper-white {
    background: white;
    width: 100%;
    max-width: 1320px;
    padding: 0 10px 0 40px;
    margin: auto;
}
.wrapper-white.last {
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.vac-content li {
    display: block;
    margin-bottom: 10px;
    margin-left: 30px;
}
.vac-content li:before {
    content: "";
    margin-top: 7px;
    width: 10px;
    height: 10px;
    background: #feac1c;
    margin-left: -30px;
    position: absolute;
    border-radius: 20px;
}
div#apply_form {
    width: 50%;
}
.col-md-6 #apply_form {
    width: unset;
}
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 #005a6f;
    border-radius: 10px 10px 0px 10px;
	padding: 15px;
}



.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    z-index: 999;
    position: relative;
}
a.next.page-numbers {
    width: auto;
    background: unset;
    margin-left: 10px;
}
a.prev.page-numbers {
    width: auto;
    background: unset;
    margin-right: 10px;
}
a.page-numbers {
    display: inline-block;
    width: 25px;
    background: #e49045;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    padding-top: 6px;
    font-weight: 500;
}
span.page-numbers.current {
    background: #561f20;
    color: #fff;
    display: inline-block;
    width: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    padding-top: 6px;
    font-weight: 500;
}
a:hover.page-numbers {
    color: #fff;
}
a:hover.next.page-numbers, a:hover.prev.page-numbers {
    color: #e49045;
}
.searchandfilter label {
    font-size: 15px;
    color: #214f90;
    display: inline-block;
    margin: 0;
    padding: 0;
}
li.sf-field-post-meta-_Salarisklasse {
    display: none!important;
}
.searchandfilter .noUi-connect {
    background-color: #214f90!important;
}
.searchandfilter .noUi-handle {
    border-color: #feac1c!important;
}
.noUi-handle {
    background: #feac1c!important;
    box-shadow: unset!important;
}
.noUi-target {
    background: #ffffff!important;
    border-radius: 0!important;
    border: 1px solid #214f90!important;
    box-shadow: unset!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
/* 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: 32px!important;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #214f90;
    border-radius: 0;
    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.5em;
  line-height: 0.8;
  color: #e5ab39;
  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;
}
/* accessibility */
/*/////////////// EINDE VACATURES//////*/

.filled .kol-box-wrapper {
    background: #f6f5f0;
    padding: 30px;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    height: 100%;
}
.filled .kol-box-wrapper.mid { background: #eeece2; }

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

.footer {
    margin-top: 0px;
	padding: 0px 0 80px 0;
    color: var(--blue);
	font-size: 16px;
}
.footer a {
	text-decoration: none;
	color:var(--blue);
	}

.footer .container {
	border-top: solid 1px var(--blue);
	padding: 0;
	
}

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


/* ============ mobile view ============ */
@media only screen and (max-width: 1400px) {
	.container.text-veld {
    padding: 0px 30px 50px 30px;
}
.druppel-img.large {
    width: 470px;
    height: 470px;
}	
.druppel-img.large::after {
    top: 0;
    margin-top: 295px;
}
.druppel-img.links.large::after {
    top: 0;
    margin-top: 295px;
    left: 28px;
}
.druppel-img.rechts.large::after {
    left: 370px;
}
}


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

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

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		border-radius:0; 
		display:block;
		position: fixed;  top: 0; left:0;
		height: 100vh; width:100%;
		background: #2e3642;
		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;
}	
	
.logo {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: 175px;
    margin-left: 10px;
}
button.d-lg-none.btn.btn-mob-menu {
    background: var(--orange);
    border-radius: 10px 10px 10px 10px;
    float: right;
    font-weight: 400;
    font-size: 18px;
    color:  var(--blue);
    margin: 20px 10px 10px 10px;
    padding: 7px 24px;
}
.offcanvas-header .btn-close {
    background: unset;
    background-color: var(--orange);
    width: auto;
    height: auto;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 18px;
    color: var(--blue);
    margin: 20px 10px 10px 10px;
    padding: 7px 24px;
    opacity: 1;
	    top: 4px;
}
ul.nav.navbar-nav {
    margin-right: 0px;
	margin-top: 30px;
}
ul.nav.navbar-nav li {
    width: 100%;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li.vacature-btn > a {
font-size: 26px;
    padding: 25px 0px!important;
    font-weight: 300!important;
    color: var(--white)!important;
    width: calc(100% - 50px);
    margin: 0px 25px 0px!important;
    text-decoration: none;
    display: inline-block!important;
    position: relative;
    border-bottom: solid 1px var(--orange);
    background: none!important;
    border-radius: unset!important;
}
.navbar-default .navbar-nav > li.contact-btn > a {
    background: none;
    display: inline-block;
    font-weight: normal;
    color: #3c383a;
    padding: 25px 0;
    margin: 0px 25px 0px;
    -webkit-border-radius: 0px;
}
.navbar-default .navbar-nav > li > a:hover::after {
    width: 0px;
    left: 0;
}
.navbar-default .navbar-nav > li.vacature-btn > a:hover,
.navbar-default .navbar-nav > li.contact-btn > a:hover {
    background: none;
}
h1 {
    font-size: 34px;
    line-height: 38px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0;
}
h1 strong::after {
    content: '';
    position: absolute;
    bottom: -0.725rem;
}
.content-wrapper {
    position: relative;
    padding-bottom: 0px;
}
.col-md-6.thumb-box-header.default {
    order: 2;
}
.box-layout .content-row {
    margin-bottom: 30px;
}
.container.header {
    margin: 120px auto 30px auto;
}
.header-wrapper.mensje {
    background-size: 140px;
    background-position-x: 95%;
}
.video-player {
    max-width: 980px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -140px;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
}
.header-wrapper.home {
    margin-bottom: 100px;
}
.container.cta-vacature-alert {
    margin: 40px 20px;
    width: calc(100% - 40px);
    padding: 0px 40px 40px 30px;
}
.container.text-veld.cta {
    background: #f3dabf;
    position: relative;
    width: 75%!important;
    padding: 0px;
    right: -10px;
    margin-top: 50px;
    margin-bottom: 0px;
}
img.cta-img {
    width: 100%;
    margin-left: -35px;
    margin-top: -35px;
}
.container.text-veld.cta .col-md-9.content {
    padding: 0px 30px 40px 40px;
}
.container.recente-vacatures {
    margin-top: 30px;
}
.container.recente-vacatures .col-md-12 {
    margin: 10px 0 10px 0px;
    width: calc(100% - 0px);
}
.row.recente-vacatures {
    margin-top: 0;
    margin-bottom: 0;
}
.recente-vacatures .col-md-4 {
   margin-bottom: 0px;
    margin-top: 20px;
}
.header .col-md-6.content, .header .col-md-10.content {
    padding: 0px 30px 50px 30px;
    order: 1;
}
.col-md-8.content {
    padding: 0px 30px 50px 30px;
}
.container.header .col-sm-12 {
    padding: 0px 30px 0px 30px;
}
.image-col.order-2 {
    order: 1 !important;
    margin-bottom: 30px;
}
spacer#topspacer {
    height: 0px !important;
}
.col-md-3.filter {
    margin: 0 20px 0 15px;
}
li.sf-field-taxonomy-regio, li.sf-field-taxonomy-caterogie, li.sf-field-taxonomy-branche, li.sf-field-taxonomy-niveau, li.sf-field-taxonomy-regio, li.sf-field-post-meta-_OrgNaam {
    width: calc(100% - 30px);
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.sf-field-taxonomy-regio ul, .sf-field-taxonomy-caterogie ul, .sf-field-taxonomy-branche ul, .sf-field-taxonomy-niveau ul, .sf-field-taxonomy-regio ul, .sf-field-post-meta-_OrgNaam ul {
    width: calc(100% - 33px) !important;
}
.col-md-6.thumb-box.default, .col-md-6.thumb-box-header.default {
    padding: 0 30px 0 30px;
}
.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;
}
.content.text-start .take-action {
    flex-direction: column;
}
a.cta-btn {
    margin-right: 5px;
	padding: 10px 15px 10px 15px;
    text-align: center;
}
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;;
}
.col-md-6.content {
    padding: 0 30px 30px  30px;
}
.col-md-12.content {
       padding: 20px 30px 0px 30px;
}
.container.client-carousel {
    margin-bottom: 50px;
    margin-top: 30px;
}
 .take-action {
    flex-direction: column !important;
}
.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 {
    height: 150px;
    width: 150px;
}
.frame {
    width: 150px;
    height: 150px;
}
.spacer-50 {
    display: block;
    height: 0;
}
.vacature .col-md-9 {
    order: 2;
}
.container.header.vacature-detail {
    margin: 90px auto 0px auto;
}
.legenda {
    display: inline-block;
}
.logo-vac-full-detail {
    margin: 40px auto -50px auto;
    float: initial;
    width: 90%;
    min-height: auto;
    padding: 40px;
}
.logo-vac-full-detail img {
    position: relative;
}
.legenda .fa {
    width: 20px;
    float: left;
    margin-top: 4px;
}
.legenda.list .fa {
    width: auto;
    float: none;
    margin-top: 4px;
}
span.vac-sum {
    display: inline-block;
	    font-size: 14px;
	    font-size: 14px;
    width: 49%;
    padding-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.col-md-8.content.vacaturecoll {
    order: 2;
}
.vacature_logo {
    background: #fff;
    padding: 50px;
    margin: -70px 50px 0 50px;
}
.vacature-alert {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.col-lg-4.col-md-4.col-sm-12 form {
    margin-bottom: 40px;
}
.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 22px;
}
a.vacature-link {
    display: none;
}
.vacature {
    padding: 20px 10px;
    margin: 15px 0 15px 0;
}
.vacature h2 a {
    text-decoration: none;
    color: #561f20;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
}
.vacature h2 {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-decoration: none;
    line-height: 28px;
}
.footer {
	margin-top: 0px;
    padding: 30px 30px;
}
.footer span.float-right {
    float: right;
    display: none;
}
.col-sm-12.footer-bottom {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}
.container.text-veld {
    padding: 20px 15px;
}

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 0 0;
    padding: 0;
}
.input100 {
    width: calc(100% - 0px)!important;
    margin-bottom: 30px;
    float: left;
	margin-left: 0px!important;
}
.input50 {
    width: calc(100% - 0px);
    margin-bottom: 30px;
    float: left;
	margin-left: 0px!important;
    margin-right: 30px;
}
input.wpcf7-submit {
    margin-right: 0px;
}
.cx2_personal-firstName, .cx2_personal-lastName, .cx2_contact-homePhone, .cx2_contact-workPhone, .cx2_contact-email {
    margin: 0px 0px 10px 10px!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%;
}
.cx2_personal-cv {
    width: calc(100% - 0px);
}

#remember_me label {
    display: inline-block;
    width: 100%!important;
}
a.anchor-btn {
    width: 100%;
}
.cta-form {
    max-width: 85%;
    margin: auto;
    text-align: center;
}
.col-succesvol {
    background: #ffffff;
    padding: 20px 20px 20px 20px!important;
    margin: 10px 20px!important;
    width: calc(100% - 40px);
    min-height: unset;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.10);
}
.col-succesvol h2 {
    font-size: 18px;
    line-height: 23px;
}
}	
/* ============ 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){




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


