html {background: #fff;}
body{ font-size:calc(14px + 5 * ((100vw - 600px)/ 1960)); color:#313236; font-family: Lato, sans-serif;font-weight: 500; 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;}


img{  max-width: 100%;     height: auto;}
a {
    color: #1e3560;
    text-decoration: underline;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover {color: #8ebcd9; text-decoration: underline}
a:focus {outline:none; text-decoration: none}
p {
    margin: 0 0 30px;
}
b, strong {
    font-weight: 800;
}
h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: calc(34px + 25 * ((100vw - 600px)/ 1960));
    line-height: calc(36px + 25 * ((100vw - 600px)/ 1960));
    color: #1e3560;
    margin: 30px 0;
}
h2 {  
    font-family: Montserrat;
    font-size: calc(15px + 25 * ((100vw - 600px)/ 1960));
    font-weight: 600;
    color: #1e3560;
    line-height: 1.8vw;
    margin: 20px 0;
 }
.header h1 {margin-top:10px;}
.header h1 span {
    color: #eb5a26;
}
.header h1 a {
    text-decoration: none;
}
.header h1 a:hover {
    color:#1e3560;
}
h2.sub {  
    font-family: lato, sans-serif;
	font-size: 20px;
    font-weight: 500;
 }
h3 {font-size:21px; margin-bottom: 20px; font-weight: 600; line-height: 140%}


.header h2, .center-text h3, h3 {
	color: #1e3560;
    font-family: Montserrat;
    font-size: 1.25vw;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 0.9vw 0;
}

h4, h5, h6 {
    color: #60a9cd;
    font-weight: 600;
    font-family: Montserrat;
}

.header-top {
    background: #ffffff00;
	z-index: 1050;
    top: 0px;    
	transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    position: fixed;
	width:100%;
}
.header-top.fixed {
    position: fixed;
    top: 0;
}
.container-fluid.header-top.head_shadow {
    height: 80px;
}
.header-top.head_shadow {
    background: #ffffff;
	border-bottom: solid 2px #f6f6f6;
	
    animation: fadeoutBg 0.5s; /***Transition delay 3s fadeout is class***/
    -moz-animation: fadeoutBg 0.5s; /* Firefox */
    -webkit-animation: fadeoutBg 0.5s; /* Safari and Chrome */
    -o-animation: fadeoutBg 0.5s; /* Opera */	
}
@keyframes fadeoutBg {
    from { background-color:  #ffffff00; border-bottom: solid 2px #ffffff00;} /** from color **/
    to { background-color: #ffffff; border-bottom: solid 2px #f6f6f6;} /** to color **/
}

@-moz-keyframes fadeoutBg { /* Firefox */
    from { background-color: #ffffff00;  border-bottom: solid 2px #ffffff00;}
    to { background-color: white;  border-bottom: solid 2px #f6f6f6;}
}

@-webkit-keyframes fadeoutBg { /* Safari and Chrome */
    from { background-color: #ffffff00; border-bottom: solid 2px #ffffff00; }
    to { background-color: white;  border-bottom: solid 2px #f6f6f6;}
}

@-o-keyframes fadeoutBg { /* Opera */
    from { background-color: #ffffff00; border-bottom: solid 2px #ffffff00; }
    to { background-color: white;  border-bottom: solid 2px #f6f6f6;}
}

.logo {
    margin-top: 30px;
	margin-bottom: 30px;
    display: inline-block;
    width: 16vw;
    margin-left: 25px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-top.head_shadow .logo {
margin-top: 23px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: inline-block;
    width: 250px;
}
.header-top.head_shadow .navbar-default {
    background: none;
    border: none;
    margin-bottom: 0px;
    margin-right: -15px;
    margin-top: 0px;
}
.header-top.head_shadow .navbar-default .navbar-nav > li.contact-btn > a {
    font-weight: 600;
	font-size: 16px;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    margin-top: 10px;
	width: 200px;
    text-align: center;
	background:#fff;
}
.navbar-collapse:not(.show) {
    display: inline-block;
}
.navbar-header {
    display: none;
}
.navbar-default.hide {
    display: none!important;
}
.navbar-default {
background: none;
    border: none;
    margin-bottom:0px;
    margin-right:0px;
    margin-top: 0.5vw;
    display: inline-block;
    float: right;
}
.navbar-default .navbar-nav > li > a {
    /*font-size: 16px;*/
	font-size: calc(16px + 4 * ((100vw - 600px)/ 1960));
	letter-spacing: 1px;
    padding: 0.5vw 0px 30px;
    color: #1a3560;
    font-weight: 700;
    margin: 0.7vw 1.2vw 0.7vw;
    text-decoration: none;
	display: inline-block;
	position: relative;
}
span.post-count {
    background:#eb5a26;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    padding: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    margin: -6px 0 0 0;
    position: absolute;
}
.header-top.head_shadow li.menu-item:hover span {
    display: inline-block;
    margin-top: 76px;
	background:#d9f2fe;
}
.header-top.head_shadow li.menu-item:hover li.menu-item span {
    display: none;
}


li.menu-item:hover li span  {
    display:none;
}
.header-top.head_shadow .navbar-default .navbar-nav > li > a {
    font-size: 16px;
	    letter-spacing: 0.5px;
    padding: 5px 0px 7px;
    color: #1a3560;
    font-weight: 700;
    margin: 12px 20px 30px;
    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: #1e3560;
    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: 20px;
    height: 1px;
    background: #8ed9ff;
    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%;
}
.header-top.head_shadow .navbar-default .navbar-nav > li > a::after {
    bottom: 2px;
}
.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-size: 17px;
    border: solid 2px #1a3560;
    display: inline-block;
	padding: 8px 30px 8px 30px;
    margin-top: 0.5vw;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	z-index: 2;
	background: #d9f2fe;
    width: 240px;
    text-align: center;
	margin-right: 15px;
}
.navbar-default .navbar-nav > li.contact-btn > a:hover {
    background:#1e3560!important;
	color: #fff;
}

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

.navbar-nav .menu-item:hover .dropdown-menu{ display: block; }
.navbar-nav .menu-item .dropdown-menu{ margin-top:0; }

ul.dropdown-menu {
	position: fixed!important;
    top: 85px;
    min-width: 120px;
    border: unset;
    padding: 30px;
    border-radius: 10px;
	font-size: 17px;
}
.header-top.head_shadow .navbar-default .navbar-nav ul.dropdown-menu {
    top: 92px;
	margin-right: 40px;
	background: #d9f2ff;
	width: auto;
}
.header-top.head_shadow .navbar-default .navbar-nav ul.dropdown-menu ul.dropdown-menu {
	margin-right: 0px;
	margin-bottom: 20px;
}
/*ul.dropdown-menu::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -38px;
	margin-left: 20px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
}*/
.contact-btn ul.dropdown-menu {
	line-height: 35px;
    top: 50px;
    right: 37px;
    width: 240px;
    padding-top: 45px;
    background: #1e3560;
    z-index: 1;
	border-radius: 0 0 25px 25px;
}
.header-top.head_shadow .navbar-default .navbar-nav .contact-btn ul.dropdown-menu {
    top: 36px;
    right: -13px;
    width: 200px;
    padding-top: 35px;
    font-size: 14px;
    padding-bottom: 19px;
    padding-left: 20px;
    background: #1e3560;
    z-index: 1;
}
.contact-btn ul.dropdown-menu li a {color: #fff; }
.mega .dropdown-menu {
    min-width: 800px;
	/*right: 20px;*/
}

.mega .dropdown-menu .dropdown-menu {
    min-width: 120px;
	right: unset;
}

.header-top.head_shadow .navbar-default .navbar-nav ul.dropdown-menu::before {
	background: #d9f2ff;
	margin-left: 3%;
}

ul.dropdown-menu li a, ul.dropdown-menu li a:hover {
    text-decoration:none;
}

ul.dropdown-menu li.active a, ul.dropdown-menu li.active a:hover {
    color: #ed1c24;
}
li ul > li.menu-item-has-children > ul.dropdown-menu {
    display: block;
    position: relative!important;
    top: 0!important;
    padding: 8px 0 0 0px;
	border-radius: 0;
	border-top: 1px solid #7ebedc;
}
li ul > li.menu-item-has-children > ul.dropdown-menu::before { display: none; }
li.mega > ul.dropdown-menu li {
    float: left;
    margin-right: 30px;
}
li.mega > ul.dropdown-menu li a {	
    font-weight: 800;
	font-size: calc(15px + 4 * ((100vw - 600px)/ 1960));
	margin-bottom: 5px;
    display: block;
    color: #1e3560;
}
li.mega > ul.dropdown-menu li > ul li {
    background: none;
    float: unset;
}
li.mega > ul.dropdown-menu li > ul li a{	
    font-weight: 400;
	font-size: unset;
	margin-bottom: 0px;
    display: block;
	line-height: 35px;
}
li.mega > ul.dropdown-menu li a:hover {
    color: #7ebedc;
}
.menu_close {display:none}
.home p#breadcrumbs { display: none; }

p#breadcrumbs {
margin-top: -60px;
    display: none;
    z-index: 2;
    position: absolute;
    font-size: 12px!important;
    margin-left: 15px;
    margin-right: auto;
    color: #1e3560;
    width: 100%;
    max-width: 1140px;
    left: 0;
    right: 0;
    line-height: 20px;
}
#breadcrumbs a {
    color: #60a9cd;
}
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;
}
section.header {
    position: relative;
    background: #d9f2ff;
    display: block;
    min-height: 30vw;
}
section.header.vervolg {
    min-height: 32vw;
}
section.header.verhaalvan {
    min-height: 42vw;
	background-size: cover;
}
.container-fluid.wbc {
    height: 490px;
    background-size: cover;
    margin-top: 10vh;
    background-position-y: 40%;
    background-attachment: fixed;
}
.container-fluid.wbc img {
    margin-top: -109px;
    max-height: 600px;
}
.container.header {
    margin: 0px auto 50px auto;
	z-index: 9;
    position: relative;
}
.container.header.medium {
    max-width: 1580px;
}
.header .col-md-6.content-top {
    padding: 20px 50px 0 40px;
    display: flex;
    height: calc(34vw - 115px);
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 115px;
	}

.header .col-md-7.content-top {
    padding: 20px 50px 0 40px;
    display: flex;
    height: calc(28vw - 115px);
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 115px;
	}

.header .col-md-6.content {
    padding: 3vw 50px 2vw 40px;
    display: flex;
    margin: auto;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 1vw;
}
#intro-wrapper {
    float: left;
    left: 0;
    position: absolute;
    padding-right: 80px;
	padding-left: 35px;
    max-width: 50%;
}
#intro-vacatures {
    float: right;
    right: 0;
    position: absolute;
    padding-right: 80px;
	padding-left: 0px;
    max-width: 790px; 
}
#intro-wrapper .take-action {
    margin-top: 60px;
}
.col-md-6.content {
    display: grid;
    height: 100%;
    margin: auto;
}
 .col-md-6.content.text-col {
    margin-top: 0;
}
/* VACATURE TEMPLATE */
.header-custom-vacature {
    background: #ffffff00;
    z-index: 1050;
    top: 0px;
    position: absolute;
    width: auto;
}
section.header.custom-vacature {
    min-height: 32vw;
    display: flex;
    position: relative;
    background: #d9f2ff;
    margin-bottom: 80px;
}
.custom-vacature {
    position: relative;
    z-index: 9;
    display: grid;
    justify-content: center;
    align-content: center;
}
#intro-custom-vacature {
    width: 70vw;
    padding: 50px 50px 50px 88px;
    display: inline-block;
    height: auto;
}
.featured-background {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-vacature {
    margin-top: 40px;
    display: inline-block;
}
.accordion-item {
    border-top: solid 1px #23345d!important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item h2 {
    margin: 0;
}
button.accordion-button {
    font-size: 1.4rem!important;
    color: #23345d;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    color: #23345d;
}
.accordion-body {
    padding: 0 0 0 0;
}
#accordionblock {
    border-bottom: 1px solid;
}
.col-md-12.accordion {
    margin-top: 80px;
    margin-bottom: 80px;
}
.vcard-recruiter-vacature {
    padding: 50px 0 20px 0;
}
.fly-in-custom-vacature {
    width: 100%;
    padding: 15px 30px;
    background: #def1fd;
    position: fixed;
    top: 0;
    z-index: 99;
    top: -90px;
    opacity: 0;
    border-bottom: solid 1px #23345d;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fly-in-custom-vacature.toon {
    top: 0;
    opacity: 1;
}
.fly-in-custom-vacature .summery img {
    height: 12px;
}
.fly-in-custom-vacature h2 {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    font-size: 26px;
    font-weight: 700;
}
.fly-in-custom-vacature .summery {
    display: inline-block;
    margin-top: 0px;
    width: 70%;
    font-size: 15px;
}
.fly-in-custom-vacature .cta-vacature {
    float: right;
    margin-top: -20px;
}
.fly-in-custom-vacature .cta-vacature .btn {
    border-radius: 25px;
    padding: 5px 40px;
    font-weight: 600;
    letter-spacing: 2px;
    border-width: 2px;
    margin-right: 13px;
    text-decoration: none;
}
.solliciteer-bottom {
    margin-top: 20px;
    display: block;
}
.col-md-12.content.recente-vac {
    display: flex;
    flex-wrap: wrap;
}
/* END VACATURE TEMPLATE */
a.cta-btn, a.cx2_vacancydetails-apply {
    font-weight: 600;
    font-size: 0.9vw;
	letter-spacing: 1px;
    color: #1b3560;
    text-decoration: none;
    display: inline-block;
    padding: 10px 35px 10px 35px;
    margin-top: 0px;
    border-radius: 50px;
    margin-right: 20px;
    background: #ffffff00;
    border: solid #1b3560 2px; 
    cursor:pointer;
}
a.cx2_vacancydetails-apply {
	background: #2B9BA8;
}
a.cta-btn.beige {
    background: #1e3560;
    color: #fff;
}
a.cta-btn.all {
    background: #1e3560;
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    letter-spacing: unset;
    margin-top: 10px;
}
a.cta-btn.aquamarijn {
	
}
a.cta-btn.whatsapp {
	background: #80BF71;
}
a.cta-btn.whatsapp img {
    margin-right: 10px;
    margin-top: -3px;
}
a.cta-btn:hover {
    background: #7ebedc;
    border: solid 2px #7ebedc;
    color: #1e3560;
}
a.cta-btn.btn-whiteline.small {
    color: #fff;
    border-color: #fff;
}
a:hover.cta-btn.btn-whiteline.small {
    color: #1e3560;
    border-color: #fff;
	background-color:#fff;
}
.cta-wrapper {
    width: 50%;
    float: left;
	padding-right: 30px;
}
a.cx2_vacancydetails-apply:hover {
	background: #21596e;
}
p.link-more {
    display: none;
}

.header-img {
    display: inline-block;
    overflow: hidden;
    background-size: cover;
	background-position-x: right;
    margin-left: 60px;
    right: 0;
    top: 6.2vw;
    position: absolute;
    width: 50vw;
    height: 35vw;
    padding: 0;
    border-radius: 0px 0px 0px 150px;
}
.header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.header-img.vervolg {
    width: 40vw;
    height: 31vw;
}
.header-img.top, .header-img.vervolg.top  {
    top: 0;
    height: 38vw!important;
    width: 44vw!important;
}
.header-img-mobile { display:none;}	
.block-img {
    width:100%;
    background-size: cover;
    height: 100%;
}
.block-img.round-corners {
    border-radius: 30px;
}
.anchor-block {
    display: inline-block;
    width: 20px;
	margin-left: -20px;
    height: 1px;
    position: absolute;
    margin-top: -140px;
}
section.content-block {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
section.content-block.overflow {
    margin-bottom: -80px;
    position: relative;
}
.container.container-box.box-layout {
    padding-right: 0;
    padding-left: 50px;
    background: #f6f6f6;
    border-radius: 80px 0 0 80px ;
    max-width: unset;
    width: 70vw;
}

.container.container-box.box-layout.uitlijning { margin-right: 0; }
.container.container-box.box-layout.left {
    
    padding-left: 0;
    background: #f6f6f6;
    border-radius: 0 50px 50px 0;
    max-width: unset;
    width: 80vw;
}
.container.container-box.box-layout.left.uitlijning { margin-left: 0; }
.container.container-box.box-layout.overflow {
	margin-bottom: -140px;
    position: relative;
}
.container.container-box.box-layout.default.round-corners {
    border-radius: 30px;
    padding: 20px;
}
.container.container-box.box-layout.default.dark {
    color: #fff;
}
.container.container-box.box-layout.default.dark a:hover {
    color: #fff;
}
.container.container-box.box-layout.default.dark a {
    color: #7ebedc;
}
.container.container-box.box-layout.default.dark a.cta-btn, .wbh-carrousel-content a.cta-btn{
  
    color: #ffffff;
    background: #ffffff00;
    border: solid #ffffff 2px;
}

.container.container-box.box-layout.default.dark a.cta-btn:hover , .wbh-carrousel-content a.cta-btn:hover {
    background: #fff;
    color: #1e3560;
}

.spacer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.wrapper-container {
    margin-top: 80px;
}
.wrapper-container.blue {
	  margin-top: 0px;
background: #1e3560;
    background-image: url('/wp-content/themes/vbase/css/../img/d_lines.svg');
    background-repeat: no-repeat;
    background-position-y: 155px;
        background-position-x: -762px;
    background-size: 40vw;
    color: #fff;
    font-weight: 300;
    padding: 8vw 10vw 8vw 10vw;
	
}
.wrapper-container.blue.aos-animate {
	background-position-x: -3px; 
transition-duration: 1.0s;
	}
.wrapper-container.blue h2 {
    color: #fff;
	    margin-top: 0;
}
.col-md-8.content.inline {
    padding: 50px 50px 50px 50px;
}
.container-fluid.text-veld {
    max-width: 80vw;
}

.container.container-box.box-layout.default.small {
    max-width: 1080px;
}
.container.center-text {
    padding: 0px 130px 50px 130px;
	text-align: center;
}
.container.text-veld {
    padding: 0px 130px 50px 130px;
}
.container.text-veld.anchor {
    margin-bottom: 30px;
}
.container.text-veld.center-text {
    text-align: center;
}
.container.onze-opdrachten {
    margin-bottom: 50px;
}
.opdracht-1 h2, .opdracht-2 h2, .opdracht-3 h2, .uitgelicht h2 {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 30px;
}
.opdracht-1, .opdracht-2, .opdracht-3, .uitgelicht {
    background: #f6f5f0;
    padding: 40px 40px 50px 40px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    min-height: 330px;
    height: 100%;
}
.opdracht-2 {
    background: #eeece2;
}
.box-content {
    height: calc(100% - 20px);
}
.box-content-ut {
    height: calc(100%);
}
.box-layout .content-row {
   /* margin-bottom: 70px;*/
}
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;
    -webkit-border-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 50%;
    -moz-border-radius-bottomleft: 0;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    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-top: 40px;
}
.flickity-page-dots {
  /*  display: none;*/
}
.flickity-button {
  background: #fff!important;
}
.flickity-button:hover {
  background: #fff!important;
}

.flickity-prev-next-button {
 width: 40px!important;
    height: 40px!important;
    border-radius: 50px!important;
    border: solid 1px #1e3560!important;
}
.flickity-button-icon {
  fill: #1e3560!important;
    height: 15px!important;
    margin-top: 4px;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -60px!important;
}
.flickity-prev-next-button.next {
   /* right: unset!important;
    left: -50px;*/
	right: -60px!important;
}

.client-carousel .flickity-prev-next-button.next {
    right: -50px!important;
    left: unset!important;
}
.client-carousel .flickity-prev-next-button.previous {
    left: -50px!important;
}
.container.client-carousel {
    max-width: 80vw!important;
}
.col-md-12.content.opdrachtgever-carousel {
    padding-left: 20px;
}
.opdrachtgever-carousel h2 {
       padding-left: 0px;
}
.carousel-cell {
    background: #fff;
    height: 170px;
	    width: 170px;
    margin-left: 10px;
    text-align: center;
}
    .frame{  
        width: 170px;
        height: 170px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
    } 
.carousel-cell .frame img {
    max-width: 90px;
	display: block;
    margin: 0 auto;
	filter: grayscale(1);
	/*opacity: 0.6;*/
} 
.carousel-cell .frame:hover img {
	filter: grayscale(0);
	opacity: 1;
}


/* het verhaal van */
.col-md-12.content-verhaal {
    padding: 0;
}
.verhaal-carrousel {
    height: 60vh;
}
.col-md-12.box_move.wbc-content {
    padding-top: 70px;
}
.carrousel-content.wbh {
    height: 60vh;
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    
	text-align: unset;
}
.wbh-img {
    height: 63vh;
    top: 0;
    display: inline-block;
    position: absolute;
}
.wbh-img img {
    height: 100%;
    width: auto;
    margin-left: 10vw;
}
.container-fluid.wbh {
    height: 50vh;
    background-size: cover;
    margin-top: 10vh;
    background-position-y: 40%;
}
.wbh-carrousel-content {
    margin-left: 35vw;
    width: 55vw;
    padding-top: 5%;
    color: #fff;
    z-index: 999;
    position: relative;
}
.wbh-carrousel-content h2 a, .wbh-carrousel-content h2 a:hover {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
}
.wbh-carrousel-content h2 {
    margin-bottom: 20px;
}
.wbh-carrousel-content .intro {display:block; margin-bottom: 30px;}
.wbh-name {
    color: #98cae1;
    font-size: 20px;
    font-weight: 700;
}
.container.header .wbh-name {
color: #1e3560;
    font-size: 27px;
    font-weight: 700;
}
.container.header .functie {
    color: #fff;
    margin-bottom: 20px;
}
.wbh-carrousel-content a {
    text-decoration: none;
}
.container-fluid.full {
    padding-left: 0;
}
.container-fluid.full  .col-md-12.content {
    padding-right: 0px;
}
.container-fluid.full .col-md-12.content .flickity-page-dots {
    bottom: 40px;
}
.container-fluid.full .col-md-12.content .flickity-page-dots .dot {
    background: #1e3560!important;
    opacity: 1!important;
}
.container-fluid.full .col-md-12.content .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #7ebedc!important;
}
/* einde het verhaal van */
/* Accordion */
#accordionblock {
    margin-bottom: 30px;
	z-index: 2;
    position: relative;
}
.accordion-item {
    border: unset;
}
.accordion-button {
    border-bottom: 0;
    border-top: unset!important;
    border-left: unset!important;
    border-right: unset!important;
    border-radius: 0!important;
    box-shadow: unset!important;
}
h2#heading button {
    font-size: 1.3rem;
    padding: 20px 0 20px 0;
    color: #23345d;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
    background-color: unset;
    border-color: #23345d;
}
.accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23015d8c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
.accordion-body {
    padding: 0 0 0 0;
}
/* einde accordion */

.wbh_boxes {
    padding: 40px 10px 20px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
}
.wbh-box h2 {
    color: #003768!important;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}
a:hover.wbh-box h2 {
    color: #fff!important;
}
a.wbh-box {
    width: calc(25% - 20px);
    float: left;
    background: #7ebedc;
    margin-right: 10px;
    margin-left: 10px;
    padding: 60px 35px 30px 35px;
    text-align: center;
    text-decoration: none;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 0px;
    color: #003768;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s!important;
}
a:hover.wbh-box {
    background: #003768;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: #fff!important;
}
a:hover.wbh-box img.img-icon {
    filter: brightness(0) invert(1);
}
img.img-icon {
    width: 110px;
}
.wbh_boxes i:before {
    font-size: 60px;
}
.project-tabs {
    margin-bottom: 80px;
}
.project-tab {
    padding: 0px 0px 0 0px;
    margin-right: 60px;
	background: #fff!important;
    border-radius: 0;
	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;
    -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;
}
#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 60px 0;
    padding: 0 0 0 0;
    max-width: 100%;
    overflow: hidden;
}

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;
}

/*///// BLOG ////*/

/*////Filter/////*/

input.sf-input-checkbox {
    width: auto;
}
.searchandfilter ul {
    padding-left: 0;
    max-width:650px;
}
.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    padding-left: 0;
}

/*///contact///*/
iframe.contact {
    padding-right: 50px;
    border-radius: 0 0 0 0px;
}

/* TEAM CARROUSEL */
/* enable Flickity by default */
section.partners {
    margin-top: 40px;
    margin-bottom: 40px;
}
section.partners h3 {
    margin-bottom: 45px;
    font-size: 30px;
    margin-left: 11px;
}
.partners .container-fluid.max {
   /* margin-right: 0px;*/
}
.team-carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.flickity-viewport {
    overflow: hidden;
    width: 100%;
}
.container-fluid.max {
       width: 80vw;
}
.col-team {
    width: calc(20% - 2px);
	display: block;
}
.vcard {
    background-color: #f00;
    overflow: hidden;
    border-radius: 0;
    border-bottom-left-radius: 0;
    height: 16vw;
    margin: 0 10px 0 10px;
    background-size: cover;
    background-position-x: center;
}
.vcard.single {
    filter: grayscale(1);
}
.vcard.single:hover {
    filter: grayscale(0);
}

.team-info { display:block; 
height: 100%;
opacity: 0;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.partner-text {
    height: 130px;
    position: absolute;
    width: calc(100% - 20px);
    opacity: 1;
    z-index: 9;
    bottom: -130px;
    text-align: center;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.team-icons {
    margin-top: 8px;
}
.team-icon {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	margin: 0 5px 0 5px;
}
.team-icon .fa-solid, .team-icon .fa-brands {
    color: #1e3560;
    font-size: 16px;
}
.partner-text h4 {
    font-size: 20px!important;
    margin: 0px!important;
	color: #1e3560;
}
.vcard:hover .partner-text {bottom: 0;}
.vcard:hover .team-info { opacity: 0.8;}
.partner-text span {
    color: #fff;
    font-weight: 300;
	font-size: 15px;
}
.consultant {
    margin-top: 300px;
    display: inline-block;
	display:none;
    position: relative;
    width: 0;
    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;
}

/*/// TEAM overzicht /*/
.teamoverview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    width: calc(100% + 20px);
    max-width: 1220px;
}
.col-teamitem {
    width: 25%;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.tcard {
    overflow: hidden;
    margin: 0 10px 0 10px;
    border-radius: 20px;
    position: relative;
    height: 440px;
}
.tcard img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    background: #def1fd;
}
img.photo00 {
    position: absolute;
    z-index: 2;
}
img.photo01 {
    position: absolute;
    z-index: 2;
}
img.photo01:hover {
    opacity: 0;
}
img.photo02 {
    position: absolute;
    z-index: 1;
    top: 0;
}
.team-text {
    padding: 25px 0;
    min-height: 150px;
    top: 290px;
    position: relative;
}
.tcard .team-icons {
    margin-left: -13px;
}
.team-text h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.team-text span {
    font-size: 14px;
}
.team-text .team-icon {
    color: #1e3560;
    font-size: 16px;
    padding-left: 8px;
}
.cta-werken-bij-afbeelding {
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    margin-left: 0;
    left: 0;
    position: relative;
    width: 47vw;
    height: auto;
    border-radius: 0px 50px 50px 0px;
}
.col-md-6.content.werkenbij {
    max-width: 40vw;
}
.container-fluid.werken-bij {
    margin-top: 90px;
}
.pointers { display:block; margin-top:40px; }
a.pointer {
display: inline-block;
    width: calc(50% - 15px);
    background: #7ebedc;
    text-decoration: none;
    text-align: center;
    padding: 30px;
    min-height: 160px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
	    border-radius: 20px;
}
a.pointer i.fa-solid {
    font-size: 40px;
    color: #1e3560;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pointer img.img-icon {
    width: 70px;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a.pointer h3 {
    margin: 0;
    line-height: normal;
    font-weight: 600;
    margin-top: 10px;
	font-size: 1.0vw;
}
a:hover.pointer {
    background: #1e3560;
	color:#fff;
}
a:hover.pointer h3 {color:#fff; }
a:hover.pointer i.fa-solid {
    font-size: 40px;
    color: #fff;
}
a:hover.pointer img.img-icon {
    filter: brightness(0) invert(1);
}
/*/// TEKST CARROUSEL /*/
.wrapper-container.blue-carrousel {
    background: #1e3560;
    background-image: url('/wp-content/themes/vbase/css/../img/d_lines.svg');
    background-repeat: no-repeat;
    background-position-y: 155px;
    background-position-x: -3px;
    background-size: 40vw;
    color: #fff;
    font-weight: 300;
    padding: 8vw 0vw 8vw 20vw;
}
.tekst-carrousel {
	width: 100%;
    max-width: 980px;
    margin: auto;
}
.wrapper-container.blue-carrousel h2 { color: #fff; }
.item {
    display: inline-block;
    width:100%;
    color: #ffffff;
    margin: 0 ;
    text-align: center;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 30px!important;
    height: 8px!important;
    margin: 0px 8px!important;
    background: #7ebedc94!important;
    border-radius: 5px!important;
    opacity: 1;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #7ebedc!important;
}
/*///////////////////FORM///////////////////////*/
input.input100, input.input50, input.sf-input-text {
    height: 62px;
    padding: 0 20px 0 20px;
    margin-bottom: 30px;
	border: 2px solid #1e3560;
}
.searchbar input.sf-input-text {
    background: #fff;
    width: 500px;
    float: left;
    border-radius: 20px 0 0 20px;
}
.searchbar input[type="submit"] {
    color: #fff;
    background: #1e3560;
    height: 62px;
    width: 130px;
    border-radius: 0 20px 20px 0;
}
.searchbar .searchandfilter ul li {
    float: left;
}
li.sf-field-search {
    width: 70%;
}
.searchandfilter h4 {
    margin-bottom: 10px!important;
    font-size: 21px!important;
    color: #1e3560;
    font-weight: 800;
}
textarea {
    height: 180px;
    padding: 20px;
    margin-bottom: 30px;
    border: 2px solid #1e3560;
}
.wpcf7-form-control-wrap {
    position: unset!important;
}
.input100 input, .input100 textarea, .input50  {
     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;
}
.input100 input, .input100 textarea, .input50 input {padding: 15px;}

.input100 {
    width: calc(100% - 0px);
	margin-bottom: 20px;
	float: left;
}
.input50 {
    width: calc(50% - 30px);
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
}
input.input100 {
    width: calc(100% - 0px);
}
input.input50 {
    width: calc(50% - 30px);
}
.input100 label, .input50 label {
    display: inline-block;
    background: white;
    margin-left: 10px;
    margin-top: -15px;
    padding: 0 10px;
    position: absolute;
    color: #005a6f;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
}

input {
    outline: none;
    border: none;
    width: 100%;
    background: none;
}
input.wpcf7-submit {
    display: inline-block;
	color: #fff;
    background-color: #1e3560;
    border-color: #1e3560;
    border-radius: 25px;
    padding: 10px 50px;
    font-weight: 600;
    letter-spacing: 2px;
    border-width: 2px;
    margin-right: 20px;
	max-width: 300px
}
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;
}
.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;
}
/*///////////////////BUTTONS///////////////////*/
.btn {
    border-radius: 25px;
    padding: 10px 50px;
    font-weight: 600;
    letter-spacing: 2px;
    border-width: 2px;
	margin-right: 20px;
	text-decoration: none;
}
.btn.full {width:100%;}
.btn:hover {
    color: #1e3560;
    background: #fff;
    border-color: #fff;
	text-decoration: none;
}
.btn-darkblue {
    color: #fff;
    background-color: #1e3560;
    border-color: #1e3560;
}
.btn-lightblue {
    color: #1e3560;
    background-color: #d9f2ff;
    border-color: #d9f2ff;
}
.btn-darkline {
    color: #1e3560;
    background-color: #ffffff00;
    border-color: #1e3560;
}
.btn-whiteline {
    color: #fff;
    background-color: #ffffff00;
    border-color: #fff;
}
button.over-green:hover {
    background: #668f66;
    color: #ffff;
}
/*/////////////// VACATURES ///////////*/
.bg-video {
    display: block;
    width: 100%;
    height: 32vw;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.bg-video img {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-video video {
    
    background-size: cover;
    transition: 1s opacity;
    right: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0.1;
    filter: grayscale(1);
	    position: absolute;
}
.col-md-12.content .wp-video {
    width: 100%!important;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}


.header .col-md-9.content-top-vacature {
    padding: 0 0 0 15px;
    display: flex;
    height: calc(28vw - 115px);
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 115px;
}
.header .col-md-9.content-hetverhaalvan {
    padding: 0 0 0 15px;
    display: flex;
    height: calc(28vw - 115px);
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 20%;
}
.dark-fading-wb {
    background: linear-gradient(75deg, rgb(187 230 251) 0%, rgb(172 217 243 / 33%) 100%);
    width: 100%;
    height: 85vh;
}

.container.vacature-list {
    padding: 80px 0;
}
.cta-header {
    display: block;
    margin-top: 40px;
}

iframe.vacature-iframe {
    width: 100%;
    height: 80vh;
}
h5.modal-title {
    font-weight: bold;
    font-size: 26px;
    font-family: Montserrat;
    color: #1e3560;
}
.modal-header {
    border-bottom: 0px;
	padding: 30px 40px;
}
.modal-body {
    padding: 0px 40px 40px;
}
.modal-body.solliciteer {
    padding: 0 0 0 0;
}
.ccc-favorite-post-toggle {
    display: inline-block;
	display: none;
	}
.ccc-favorite-post-toggle > a {
    display: inline-block!important;
    vertical-align: unset!important;
    padding: 5px 5px 2px 5px!important;
    text-align: center;
    color: #1e3560;
    border: solid 2px #1e3560;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-top: 0;
}
.ccc-favorite-post-toggle > a::before {
    content: "\f08a";
    padding-top: 8px;
    display: inline-block;
}
.vcard-recruiter {
    background: #1e3560;
    color: #fff;
    padding: 40px 40px 60px 40px;
    margin-left: 30px;
    border-radius: 30px;
    margin-top: -180px;
position: sticky;
    top: 120px;
}
.vcard-recruiter a {
    color: #d9f2fe;
	text-decoration: none;
}
.vcard-recruiter a:hover {
	text-decoration: underline;
}
.pasfoto-rond {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.vcard-recruiter .btn-lightblue {
    margin-bottom: 10px;
}
.vcard-recruiter h3 {
    color: #fff;
}

.vacature h2 {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 25px;
    text-decoration: none;
}
.vacature h2 a {text-decoration:none;color: #1e3560;}


.vacature a.more-link {
    display: none;
}


.summery img {
    height: 18px;
    margin: -5px 9px 0 0;
}

.summery .locatie, .summery .deadline, .summery .uren, .summery .contract {
    display: inline-block;
    margin-right: 20px;
}
.col-md-9.content {
    padding-top: 60px;
}


.container-fluid.procedure h2 {
    font-size: 30px;
    color: #003768;
	margin-bottom: 40px;
	    font-weight: 800;
}
.steps {
    display: inline-block;
}
.steps .line {
height: 10px;
width: 80%;
position: relative;
content: "";
background:#ffffff;
display: inline-block;
top: -89px;
}
.steps .step {
    display: inline-block;
    text-align: center;
    width: 18%;
	color: #003768;
	    z-index: 10;
    position: relative;
}
.step .icon {
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 25px;
    background: #d9f2fe;
    clear: both;
    text-align: center;
    position: relative;
	margin-bottom: 15px;
}
.icon.one {
    background: #fff;
    border-radius: 50%;
    margin-bottom: 0;
}
.icon.one img {
    margin-top: 13px;
}
.arrow {
    display: inline-block;
    z-index: 11;
    position: relative;
    top: -59px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff0;
border-bottom: 5px solid #d72e2e00;
border-left: 6px solid    #fff;
}
.arrow1 {
display: inline-block;
z-index: 10;
position: relative;
top: -58px;
width: 0;
height: 0;
border-top: 6px solid
#fff0;
border-bottom: 6px solid
#d72e2e00;
border-left: 6px solid
#d9f2fe;
left: 9px;
}
.icon img {
width: 55px;
margin-top: 24px;
}

.container-fluid.procedure {
    background-color: #d9f2fe;
    text-align: center;
    padding: 35px 0 65px 0;
	margin-top: 70px;
}
.vacature {
    background: whitesmoke;
    padding: 30px 50px 20px 50px;
    margin-bottom: 30px;
    border-radius: 35px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	overflow: hidden;
	cursor: pointer;
}
.vacature:hover {
    background: #d9f2fe;
}
a.meer-info {
float: right;
    margin-top: -30px;
    margin-right: -270px;
    margin-bottom: 0;
    bottom: -20px;
    color: #fff;
    text-decoration: none;
    background: #1e3560;
    padding: 8px 60px 10px 26px;
    position: relative;
    border-radius: 20px 0 0 0;
}
.vacature:hover a.meer-info { margin-right: -80px;}

.vacature-intro {
    margin-top: 20px;
}
label.sf-label-checkbox {
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
li.sf-level-0:hover {
    font-weight: 700;
}


.vacature.flex {
    width: calc(50% - 40px);
    float: left;
    margin-right: 20px;
	min-height: 220px;
}
span.vacature-flex-content {
    display: block;
    min-height: 148px;
}
.vacature.flex .vacature-intro {
    
}
/*/////////////// EINDE VACATURES / BEGIN BLOG //////*/
section.posts {
    padding: 70px 0;
}
.card.mb-4.blog {
    border-radius: 20px;
    overflow: hidden;
    border: none;
    background: #e9f7ff;
}
.card.mb-4.blog .card-body {
    padding: 0;
    cursor:pointer;
}
.post-thumbnail {
    height: 340px;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-text.entry-content {
    padding: 30px;
    min-height: 395px
}
.card-title a {
    text-decoration: none;
}
/*/////////////// EINDE BLOG //////*/
.filled .kol-box-wrapper {
    background: #f6f6f6;
    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: #f6f6f6; }

.kol-box-wrapper li::marker, .col-md-6.content li::marker, .col-md-7.content li::marker, .col-md-12.content li::marker  {
    color: #7ebedc;
}v
.kol-box-wrapper ul, .col-md-6.content ul {
    padding-left: 20px;
}
.kol-box-wrapper li, .col-md-6.content li {
    padding-left: 10px;
}
.grecaptcha-badge {
    display: none!important;
}
.container-fluid.footer {
    padding: 0 40px;
}
.cky-revisit-bottom-left {
    transition: bottom 0.3s ease-in-out; 
  }
.footer {
    background: #45535e;
    margin-top: 0px;
	padding: 80px 0;
    color: #fff;
	font-size: 16px;

}
.footer a {
	text-decoration: none;
	color:#fff;
	}
.footer a:hover {
	color:#2B9BA8;
	}
.footer .container {
    max-width: 1100px;
    display: none;
}
span.contact-1 {
    margin-right: 40px;
    float: left;
}
img.footer-logo {
    width: 135px;
	margin-top: 10px;
}
span.footer-box {
    display: inline-block;
    width: 100%;
}
img.footer-pointer {
    margin: 3px 15px 30px 0;
    float: left;
}
img.footer-phone {
    margin: 3px 15px 15px 0;
    float: left;
}
img.footer-whatsapp {
    margin: 3px 15px 0px 0;
    float: left;
}
img.footer-mail {
    margin: 7px 15px 15px 0;
    float: left;
}
img.footer-linkedin {
    margin: 4px 15px 15px 0;
    float: left;
    width: 20px;
}



#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;
    -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: 30px;
    right: 15px;
    position: fixed;
    background: #80BF71;
    color: #fff;
    text-decoration: none;
    font-family: 'Ciutadella Medium';
    font-weight: normal;
    font-size: 33px;
    line-height: 30px;
    text-align: right;
    padding: 64px 20px 0 0;
	opacity: 0;
}
a.solliciteer-direct.toon { opacity: 1; }


/*///FOOTER///*/
.footer-spacer {
    display: block;
    height: 60px;
}
.footer {
    background: #45535e;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.container-fluid.footer {
    padding: 0 40px;
}
.row.footer_top .col-sm-4, .row.footer_top .col-sm-3, .row.footer_top .col-sm-2, .row.footer_bottom .col-sm-6 {
    padding: 0;
    color: #c9d1d7;
    font-size: 14px;
}
.col-sm-2.footermenu, .col-sm-3.footermenu {
    font-size: 16px!important;
    line-height: 30px;
    margin-bottom: 50px;
}
.col-sm-2.footermenu strong, .col-sm-4.footermenu strong {
    font-size: 23px;
    margin-bottom: 13px;
    display: inline-block;
    color: #fff!important;
}
.footer a {
    color: #c9d1d7;
}
.social {
    float: right;
}
.social .item {
position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 4px;
    margin-top: 20px;
    margin-bottom: 3px;
}
.social .item.fb:after {
    background: url('/wp-content/themes/vbase/css/../img/fb.svg');
    background-size: 100%;
}
.social .item.ig:after {
    background: url('/wp-content/themes/vbase/css/../img/ig.svg');
    background-size: 100%;
}
.social .item.tw:after {
    background: url('/wp-content/themes/vbase/css/../img/twitter.svg');
    background-size: 100%;
}
.social .item.ln:after {
    background: url('/wp-content/themes/vbase/css/../img/linkedin.svg');
    background-size: 100%;
}
.social .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wave-container:hover:before {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.wave-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #97a2aa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

element.style {
}
.social .item.wave-container:hover .wave {
    box-shadow: 0px 0px 10px 0px #97a2aa;
}
.social .item.wave-container .wave {
    box-shadow: 0px 0px 0px 0px #97a2aa;
}
.wave-container:hover .wave {
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 0px 10px 0px #97a2aa;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.wave-container .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #97a2aa;
}
.row.footer_bottom {
    border-top: solid 1px #97a2aa;
    padding-top: 15px;
}
img.footer_logos {
    float: right;
    width: 290px;
}

/* ============ mobile view ============ */

@media only screen and (min-width: 2200px) {
.block-img {
    width: 100%;
    background-size: cover;
    background-position-y: top!important;
    height: 100%;
    min-height: 14vw;
}
}

@media only screen and (max-width: 1450px) {
	.container.text-veld {
    padding: 0px 30px 50px 30px;
}

span.vacature-flex-content {
    display: block;
    min-height: 170px;
}
.wbh-box h2 {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 15px;
}
.verhaal-carrousel {
    height: 65vh;
}
.carrousel-content.wbh {
    height: 65vh;
}
.wbh-img {
    height: 65vh;
}
.container-fluid.wbh {
    height: 55vh;
}
}


@media(max-width: 780px) {
	
#intro-wrapper {
    max-width: 930px;
    float: right;
    right: 0;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
#intro-wrapper .cta-btn {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.wrapper-container {
    margin-top: 0;
}	
.col-md-6.content.text-col {
    padding: 0;
}
iframe.contact {
    padding-right: 0;
    border-radius: 30px;
}
.header .col-md-6.content-top {
    padding: 10px 10px 0px 10px;
    margin-top: 90px;
    margin-bottom: 30px;
    height: auto;
}	
.header-img { display:none;}	
	.header-img-mobile {
    display: inline-block;
    height: 300px;
    background-size: cover;
}
.d-flex {
    display: none !important;
}	
	.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: #81bedc!important;
		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, .header-top.head_shadow .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 198px!important;
    margin-left: 10px;
}
.container-fluid.header-top.head_shadow {
    height: 70px;
}
button.d-lg-none.btn.btn-mob-menu {
    background: #1e3560;
    border-radius: 10px 10px 0px 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin: 20px 10px 10px 10px;
    padding: 7px 24px;
	border: 0px;
	letter-spacing:1px;
}
.offcanvas-header .btn-close {
    background: unset;
    background-color: #1e3560;
    width: auto;
    height: auto;
    border-radius: 10px 10px 0px 10px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin: 20px 10px 10px 10px;
    padding: 7px 12px;
    opacity: 1;
}
.collapse.navbar-collapse {
    margin-top: 0px;
}
ul.nav.navbar-nav {
    margin: 0 10px 100px 10px;
}
ul.nav.navbar-nav li {
    width: 100%;
}
.navbar-default .navbar-nav > li > a, .header-top.head_shadow .navbar-default .navbar-nav > li > a {
    font-size: 21px;
    padding: 20px 0px;
    font-weight: 600;
    color: #fff;
    width: calc(100% - 40px);
    margin: 0px;
    text-decoration: none;
    display: inline-block;
    position: relative;

}
.navbar-default .navbar-nav > li {
    border-bottom: solid 1px #1e3560;
	border-width: 0px 0px 1px 0px;
}
.navbar-default .navbar-nav > li.contact-btn > a, .header-top.head_shadow .navbar-default .navbar-nav > li.contact-btn > a {
    background: none;
	    font-size: 21px;
    display: inline-block;
    padding: 25px 0;
    margin-top: 0;
    -webkit-border-radius: 0px;
	border-width: 0px;
	text-align: left;
	
}
.navbar-default .navbar-nav > li.menu-item-has-children > span {
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	background: none;
    margin-left: auto;
    margin-right: 40px;
    margin-top: 25px;
    position: absolute;
    right: 0;
}
.header-top.head_shadow li.menu-item:hover span {
    display: inline-block;
    margin-top: 25px;
    background: none;
}
.navbar-collapse:not(.show) {
    display:hidden!important;
}
.navbar-default .navbar-nav > li.contact-btn > a:hover {
    background: none;
}
ul.dropdown-menu, .header-top.head_shadow .navbar-default .navbar-nav ul.dropdown-menu {
    position: relative!important;
    top: 0;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 20px;
    background: none;
    padding-bottom: 0px;
    display: block!important;
    min-width: 100%!important;
}
.header-top.head_shadow .navbar-default .navbar-nav .contact-btn ul.dropdown-menu, .contact-btn ul.dropdown-menu {
    line-height: 35px;
    top: 0;
    right: unset;
    width: unset;
    padding-top: 0px;
    background: none;
    z-index: 1;
    border-radius: 0;
}
.header-top.head_shadow .navbar-default .navbar-nav .contact-btn ul.dropdown-menu {
    font-size: 16px;
    padding-bottom: 0;
    padding-left: 0;
}
ul.dropdown-menu::before {display:none;}
h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    color: #1e3560;
    line-height: 28px;
    margin: 20px 0 30px 0;
}
.navbar-nav .menu-item:hover .dropdown-menu {
    display: none;
}
.contact-btn ul.dropdown-menu li a {
    color: #1e3560;
}
li ul > li.menu-item-has-children > ul.dropdown-menu, .header-top.head_shadow .navbar-default .navbar-nav ul.dropdown-menu ul.dropdown-menu {
display: block!important;
    margin-left: 0;
    font-size: 18px;
}
.navbar-default .navbar-nav > li > a::after { display: none;} 
li.mega > ul.dropdown-menu li a {
    font-weight: 800;
    font-size: 20px;
	color: #1e3560;
}
li.mega > ul.dropdown-menu li > ul li a {
    font-weight: 400;
    font-size: unset;
    margin-bottom: 10px;
}

.header h2, .center-text h3, h3 {
    color: #1e3560;
    font-family: Montserrat;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 9px 0;
}

.col-md-6.thumb-box-header.default {
    order: 2;
}

.container.header {
    margin: 0px auto 0px auto;
	padding: 0 20px 0 20px;
}
.header .col-md-6.content {
    padding: 30px 30px 0px 30px;
    order: 1;
}
.container.header .col-sm-12 {
    padding: 0px 30px 0px 30px;
}
p#breadcrumbs {
    margin-top: -45px;
    padding: 0 30px;
    margin-bottom: 0;
}
.wrapper-container.blue {
    margin-top: 0px;
    background: #1e3560;
    background-repeat: no-repeat;
    background-position-y: 255px;
    background-position-x: -3px;
    background-size: 100%;
    color: #fff;
    font-weight: 300;
    padding: 150px 30px 90px 30px;

}
.container.container-box.box-layout.default.round-corners {
    border-radius: 30px;
    padding: 0;
}
.wrapper-container.blue .col-md-12.content {
    padding: 0px 0px 0px 0px;
}

.container.container-box.box-layout,
.container.container-box.box-layout.left {
    width: calc(100% - 25px);
	
}
.container.container-box.box-layout {border-radius: 30px 0 0 30px;}
.container.container-box.box-layout.left {border-radius: 0 30px 30px 0;}
.col-md-8.content.inline {
    padding: 30px 30px;
}
.header .col-md-7.content-top {
    padding: 0px 25px 25px 25px;
    display: flex;
    height: auto;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 85px;
}

.header .col-md-9.content-top-vacature {
    padding:0 25px 0 25px;
    height: auto;
}
.searchbar input.sf-input-text {
    width: 100%;
}
.searchbar input[type="submit"] {
    width: 80px;
}
.searchandfilter label {
    width: calc(100% - 30px);
}
.sf-field-search label {
    width: calc(100% - 0px);
}
.cta-header {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}
.btn {
    margin-bottom: 13px;
    border-radius: 25px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    float: left;
    border-width: 2px;
    margin-right: 7px;
    text-decoration: none;
}
/*/// VACATURES //*/
.col-md-3.filter {
    padding-left: 40px;
    padding-bottom: 30px;
}
.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 22px;
}
a.vacature-link {
    display: none;
}
.vacature a.meer-info {
    margin-right: -60px;
    bottom: -10px;
}
.vacature-list .col-md-8.content {
    order: 2;
}
.vacature {
    padding: 30px 30px 10px 30px;
    margin: 10px 20px;
    width: calc(100% - 40px);
}
.vacature h2 a {
    text-decoration: none;
    color: #005a6f;
    font-size: 23px;
}
.vacature-list .col-md-8.content {
    margin: 0 20px;
    width: calc(100% - 40px);
}
.container.vacature-list {
    padding-top: 20px;
}
.vcard-recruiter {
    background: #1e3560;
    color: #fff;
    padding: 40px 40px 30px 40px;
    margin: 10px;
    border-radius: 30px;
    margin-top: 20px;
	margin-bottom:30px;
    position: relative;
    top: unset;
    display: inline-block;
}
.vacature.flex {
    width: calc(100% + 80px);
    margin: 0 0 20px -40px;
    min-height: auto;
}
button.btn.btn-darkblue.last {
    /* display: none; */
    margin-bottom: 30px;
}
.container-fluid.procedure {
    display: none;
}

/*/// EINDE VACATURES //*/
/*// VACATURE CUSTOM //*/
.fly-in-custom-vacature.toon {
    top: unset;
    bottom: 0;
    padding: 40px 30px 10px;
}
.header-custom-vacature .logo {
    margin-left: 30px;
}
#intro-custom-vacature {
    width: 100%;
    padding: 80px 30px 20px 30px;
}
#intro-custom-vacature button {
    width: 100%;
}
section.header.custom-vacature {
    margin-bottom: 0;
}
.col-md-12.accordion {
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.header-custom-vacature button.d-lg-none.btn.btn-mob-menu {
    display: none;
}
.fly-in-custom-vacature h2 {
    display: none;
}
.fly-in-custom-vacature .cta-vacature .btn {
    width: 100%;
}
.fly-in-custom-vacature .summery {
    display: none;
}
.vcard-recruiter-vacature {
    padding: 0px 0 0px 0;
}
.vcard-recruiter-vacature a.cta-btn {
    width:100%;
    text-align: center;
}
.vcard-recruiter-vacature .row {
    padding: 0;
    margin: 0;
}
a.cta-btn.beige.direct {
    display: none;
}
.vcard-recruiter-vacature .col-md-9 {
    padding: 20px 30px;
}
/*// EINDE VACATURE CUSTOM //*/
.col-sm-2.footermenu {
    padding: 0;
    margin: 0;
}
.container-fluid.werken-bij {
    margin-top: 0px;
}
.cta-werken-bij-afbeelding {
    width: 100%;
    height: 300px;
    border-radius: 0px 0px 0px 0px;
}
.col-md-6.content.werkenbij {
    max-width: 100%;
    margin-top: 20px;
}
a.pointer {
	width: calc(100% - 0px);
    margin-right: 4px;
    margin-bottom: 12px;
    border-radius: 15px;
	min-height: auto;
}
a.pointer p {
    font-size: 16px;
}
a.wbh-box {
    width: calc(100% - 20px);
    float: none;
}
.wbh-img {
   display:none;
}
.col-md-12.wbh_boxes {
    overflow: auto;
}
span.contact-1 {
    margin-right: 0px;
    float: unset;
    width: 100%;
    display: block;
}
.spacer {
    height: 20px!important;
}
.bg-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.bg-video video {
    background-size: cover;
    transition: 1s opacity;
    right: 0;
    background-position-x: right;
    width: auto;
    min-height: 100%;
    opacity: 0.1;
    filter: grayscale(1);
    position: absolute;
	left: -280%;
}
.container.container-box.box-layout {
    padding-right: 0;
    padding-left: 0;
}
.box-layout .content-row {
    margin-bottom: 40px;
}
.cta-wrapper {
    width: 100%;
    float: left;
    padding-right: 0;
	    margin-bottom: 30px;
}
section.partners h3 {
    margin-bottom: 25px;
    font-size: 30px;
    margin-left: unset;
    text-align: center;
    margin-top: -40px;
}
.container-fluid.max {
    width: 100%;
    padding: 0;
}
.container.client-carousel {
    max-width: 100%!important;
}
.col-team {
    width: calc(45% - 2px);
    display: block;
}
.vcard {
	height: 180px
}
.cta-wrapper p {
    margin-bottom: 10px;
}
.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;
}
.footer-spacer {
    display: block;
    height: 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: 5px 35px 5px 35px;
    margin-right: 10px;
	font-size: 15px;
	    margin-bottom: 15px;
}
.take-action {
    margin: 0 0 40px;
}
#intro-wrapper .take-action {
    margin: 0 0 0px;
}
a.pointer h3 {
    margin: 0;
    line-height: normal;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
    word-break: break-word;
}
.col-md-6.content {
    padding: 0 30px 0px  30px;
}
.col-md-12.content {
    padding: 0px 30px 0px 30px;
}
.col-md-12.content-verhaal {
    margin: 0;
    padding: 0;
	height: 120vh;
}
.wbh-carrousel-content h2 a, .wbh-carrousel-content h2 a:hover {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
.wbh-carrousel-content {
	margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    padding-top: 30px;
    color: #fff;
    z-index: 999;
    position: relative;
}
.carrousel-content.wbh {
    height: 120vh;
}
.container-fluid.wbh {
    height: calc(100% + 0px);
	margin-top: 0;
}
.container.client-carousel {
    margin-bottom: 30px;
    margin-top: 0px;
}
.container.client-carousel {
    max-width: 100%;
}
.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;
}
.col-lg-4.col-md-4.col-sm-12 form {
    margin-bottom: 40px;
}

.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;
}
.partner-text {
    height: 165px;
	bottom: -165px;
	padding: 0 5px;
	line-height: 18px;
}
.partner-text h4 {
    margin-bottom: 6px!important;
}
.team-icons {
    margin-top: 8px;
    line-height: 28px;
}
.footer {
	    margin-top: 0;
    padding: 0;
}
.container-fluid.footer {
    padding: 40px 40px;
}
.col-sm-3.footermenu {
    margin-bottom: 0px;
}
.col-md-3.footer1 {
    margin-bottom: 30px;
    margin-top: 50px;
}
.col-md-3.footer3 {
    margin-top: 10px;
}
.social {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
img.footer_logos {
    float: left;
    width: 80%;
    margin-top: 20px;
}
.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#personal-cv {
    width: calc(100% - 37px);
}
input#apply_button{
    margin-left: 0;
    width: calc(100% - 0px);
}
#remember_me label {
    display: inline-block;
    width: 100%!important;
}
a.anchor-btn {
    width: 100%;
}

.col-teamitem {
    width: 50%;
}
.teamoverview {
    margin: unset;
    width: auto;
}
.tcard {
    height: 320px;
}
.team-text {
    padding: 15px;
    min-height: 145px;
    top: 210px;
}
.tcard img {
    height: 200px;
    object-fit: cover;
}
.team-text h4 {
    margin: 0;
    font-size: 16px;
}
.team-text span {
    font-size: 12px;
    display: block;
    line-height: 16px;
}
.team-icon {
    display: inline-block;
    background: #e2f0fc;
}	
}
/* ============ mobile view .end// ============ */
/*////////// ////////*/





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




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


