@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

.container p {
    margin: 0 0 35px;
}


input[name=css-tabs] {
  display: none;
}
a {
	color: #ff7800;
}
a.btn {
    white-space: normal;
}
#tabs {
width: 80%;
    margin: auto;
}
.mtsnb a {
    color: #ffffff;
    font-weight: bold;
}

#tabs label {
	position: relative;
	z-index: 100;
	float: left;
	cursor: pointer;
	font-weight: normal;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#radio1:checked ~ #tabs #tab1, #radio2:checked ~ #tabs #tab2, #radio3:checked ~ #tabs #tab3, #radio4:checked ~ #tabs #tab4, #radio5:checked ~ #tabs #tab5, #radio6:checked ~ #tabs #tab6 {
 background-color:#ff7800;
 color:#fff!important;
}

#radio1:checked ~ #tabs #tab1 h2, #radio2:checked ~ #tabs #tab2 h2, #radio3:checked ~ #tabs #tab3 h2, #radio4:checked ~ #tabs #tab4 h2, #radio5:checked ~ #tabs #tab5 h2, #radio6:checked ~ #tabs #tab6 h2 {
 color:#fff!important;
}


#content section {
position: absolute;
    opacity: 0;
	display:none;
    transition: transform 500ms, opacity 500ms;
    background-color: #294587;
    z-index:2;
    top: calc(-50vh + 47px);
    width: calc(100% + 0px);
    margin-left: -15px;
    height: calc(50vh - 47px);
background-position-x: 0%;
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: 45%;
}


@-webkit-keyframes fadein{
from{
   opacity: 0;
}
to{
    opacity: 1;
}
}
.mtsnb {
    top: 98px!important;
	z-index: 88!important;
}
.mtsnb-hidden.mtsnb-top {
    display: none;
}
#radio1:checked ~ #content #content1, #radio2:checked ~ #content #content2, #radio3:checked ~ #content #content3, #radio4:checked ~ #content #content4, #radio5:checked ~ #content #content5, #radio6:checked ~ #content #content6 {
	-webkit-animation: fadein 1s linear 1 normal forwards;
	display: block;
}

.content-box h3 {
    margin: 20px 0 0 0;
    font-size: 32px;
	color: #fff;
}

span.subtitle {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    font-size: 19px;
}
.quote {
display: inline-block;
    float: left;
    height: 100%;
    width: calc(43.5% + 1px);
    background-color: #29458766;
    background-image: url(../images/header-mask.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
	    
}

.quote .bottom { 
position: absolute;
    bottom: 0;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 40px;   
width: 25%;	
    font-weight: 100;
            }
.quote .bottom .naam {
    font-weight: 600;
}
.content-box {
    background-color: #294587;
    color: #fff;
    float: left;
    width: 50%;
    height: 100%;
    padding-left: 50px;
    padding-top: 0px;
	margin-left: -1px;
	display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-box {
    display: block;
    padding-top: 20px;
    position: relative;
    z-index: 9999;
}
.cta-box .btn {     
display: inline-block;
    border-radius: 25px;
    padding: 10px 30px;
    float: left;
    margin-top: 23px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: solid 2px #fff;
    position: relative;
    z-index: 9999;

 }
.cta-box .btn:hover { 	  background-color:#dd6c20; 	  color:#fff;  text-decoration:none;  border: solid 2px #dd6c20;}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

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

.owl-theme {
    height: 50vh;
}
.carrousel-content {
    height: 50vh;
    background-size: cover;
    background-position-y: 50%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px!important;
    z-index: 999;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    width: 30px!important;
    height: 5px!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7800!important;
}
.carrousel-content:before {
	content: ' ';
	background-color: #00000042;
    position: absolute;
    background-image: url(../images/carrousel-plus.svg);
    z-index: 10;
    height: 50vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: -1px;
}
.float-box {
    position: relative;
    z-index: 99;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    width: 70vw;
    margin-top: 20vh;
    margin-left: 10vw;
}
.float-box p {
    font-style: italic;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
}
.float-box a {
    color: #fff;
    font-size: 22px;
}
body{ font-size:16px; color:#313236; font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; line-height: 27px;}

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

h1 {
    font-family: 'Montserrat', sans-serif;
}


img{     max-width: 100%;     height: auto;}
a { color: #f15a24;}
a:hover {color: #f15a24; text-decoration: underline}
a:focus {outline:none; text-decoration: none}
p { 
line-height: 27px;
    font-weight: 400;
    font-size: 17px;
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.top-menu-row {
  background-color: #717cb2;
    margin-left: -60px;
    width: calc(100% + 120px);
}
nav.top-menu-navbar {
    float: right;
}
.top-menu-navbar .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 15px;
}
.top-menu-navbar .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #465186;
}

.top-menu-navbar .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ddd;
}
.top-menu-navbar .navbar-nav > li > .dropdown-menu {
    background-color: #465186;
}
.top-menu-navbar .dropdown-menu > .active > a {
    background: none;
    color: #ff7800;
}
.top-menu-navbar .dropdown-menu > li > a:hover, .top-menu-navbar .dropdown-menu > li > a:focus {
    background: none;
    color: #bbc9ff;
}
.top-menu-navbar .navbar-nav > li > .dropdown-menu::before {display: none;}

.content p {     margin-bottom: 25px; }
.header-top { padding-top:0; background: rgba(255,255,255,1); width:100%; z-index: 999; top:0px; padding-bottom: 0px;}
.head_shadow { -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);}


.header-top .btn-default {background: #80bd00; color:#fff; font-size:18px; padding: 11px 25px}
.header-top .container-fluid{padding-right: 60px;padding-left: 60px;}
.footer .container-fluid{padding-right: 60px;padding-left: 60px;}

.logo {margin:24px 15px 15px 50px;}
.logo img{width: 245px; }
.logo.ass img { width: 305px;}

.navbar-default { background:none; border:none; margin-bottom:0px; float:right; margin-top: 0px;}

.navbar-default .navbar-nav > li > a {    font-size: 14px;         padding: 17px 4px;     color: #313236;     margin: 20px 13px 25px 13px;     text-transform: uppercase;     font-weight: 700;}
.navbar-default .navbar-nav > li:last-child a { padding-right:0 }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

background: none;  color:#000

}
.navbar-default .navbar-nav .btn a {
    background: #ff7800;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 30px !important;
    float: right;
    margin-top: 26px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-default .navbar-nav .btn a:hover {
    color:#fff;
        background: #677bb7;
    text-decoration: none;
}
.navbar-default .navbar-nav .btn a:hover:after {display: none;}
/*.navbar-default .navbar-nav{ float:right!important;}*/

.nav #nr {
    display: inline-block;
    background-color: #ff7800;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    float: right;
    font-size: 10px;
    margin-top: -8px;
	margin-right: -15px;
    line-height: 1.5;
}
.navbar-default .navbar-nav > li > a::after {    position: absolute;     bottom: 0px;     height: 6px;     border-radius: 6px;     background: #ff7800;     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}
.navbar-default .navbar-nav > li.active a::after {width:0% ; left: 0}
.navbar-default .navbar-nav > li.active a::after { width: 100%; background: #697cb7; left: 0;}

.cta-header {     display: inline-block;     margin: 0px 45px 0 20px; float: right;}
a#contact-btn, #diensten-btn {     display: inline-block;     border-radius: 25px;     padding: 10px 30px;     float: right;     margin-top: 23px;     margin-right: 10px;     color: #fff;    font-size: 14px;     text-transform: uppercase;     font-weight: 700; }
a.button {     display: inline-block;     border-radius: 25px;     padding: 10px 30px;     float: left;     margin-top: 0;     margin-right: 10px;     color: #fff;    font-size: 14px;     text-transform: uppercase;     font-weight: 700; }
a#contact-btn, a.button {background: #2b4486; }
a#diensten-btn {background: #ff7800; }

a:hover.button {background:#677bb7; text-decoration:none; }
a:hover#contact-btn {background:#677bb7; text-decoration:none; }
a:hover#diensten-btn {background:#677bb7; text-decoration:none; }


.navbar-toggle { background-color:#605c5a; border-radius:0px; border:0px;}
.navbar-default .navbar-toggle .icon-bar { background-color:#fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:#605c5a;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {       background: none; color:#000 }
a.agenda-btn {     display: inline-block;     background-color: #f15a24;     padding: 8px 13px;     border: 2px solid #f15a24;     padding: 10px 15px;     color: #fff;     margin-left: 20px;     margin-top: 25px; border-radius: 10px;}
a:hover.agenda-btn {     background-color: #ffffff;     color: #f15a24;     text-decoration: none; }
.navbar-nav > li > .dropdown-menu { background:#ff7800; border-radius:0px; border:0px; box-shadow: none; padding: 25px 15px; min-width: 350px; left:50%; margin-left:-175px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;  }
.navbar-nav > li > .dropdown-menu::before {position: absolute; left:0; right:0; margin: 0 auto; top:-17px; content:'';   width: 0;   height: 0;   border-left: 18px solid transparent;   border-right: 18px solid transparent;   border-bottom: 20px solid #ff7800;}


.dropdown-menu > li > a { color:#ffffff; font-size:14px; padding: 6px 0px; font-size:16px; font-weight: 600}
.dropdown-menu > li:last-child a {border-bottom:0}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background:none;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background:none; color:#000} 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {  background:none; color:#313236; }

.nav.navbar-nav span {display:block}
.tele { text-align: right; font-size: 17px; color: #fff; padding-top: 2px; padding-bottom: 5px; background-color: #808080; text-transform: uppercase; }
.tele a {color:#fff; padding-left: 17px; font-size:13px;}
.tele a:hover {color:#fff}

.prz{padding-right:0px; padding-left: 0px} 



.header-content.space {      height: 30px;     clear: both;  }
.cta-btn-header {
    display: inline-block;
    background-color: transparent;
    padding: 8px 24px;
    color: #ffffff;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 20px 0 0 0;
    border-radius: 25px;
	    z-index: 1;
    position: relative;
width: 200px;
    text-align: center;
}
.cta-btn-header:hover { 	  background-color:#dd6c20; 	  color:#fff;  text-decoration:none;  border: solid 2px #dd6c20;}
a.cta-btn-header.mobile {  display: none;}
.capcont{ position:relative;}
#start {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -120px;
    position: absolute;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 40px;
    font-size: 17.5px;
    border-left: 5px solid #ff7800;
	font-style: italic;
}
.header-content {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 45%;
    height:calc(100vh - -34px);
    padding: 0px 200px 0 62px;
    background-image: url(../images/header-back.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: right;
}
.header-txt {
    height: 45vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
	    width: calc(100% - 60px);
}

.header-content.hero {
    width: 65%;
    background-image: url(../images/header-back-50.svg);
    height: 150vh;
}
.header-content.hero .header-txt {
    height: 75vh;
}
.take-action .btn {
    background: #ff7800;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 23px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 100%;
}
.take-action a:hover.btn {
    background: #677bb7;
    text-decoration: none;
}
.header-content h1 {
    line-height: 100%;
    font-weight: 800;
	margin-top: -12px;
}
.header-txt h2 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
}
.grecaptcha-badge {
    display: none!important;
}
.menu_close {display:none}


#toggle {display:none; position: absolute; top:-74px; right:20px;}

#toggle, #toggle1 {     cursor: pointer;     float: right;     height: 60px;     margin: 10px auto;     width: 40px; 	padding-top: 13px; 	 }
#toggle div, #toggle1 div {  backface-visibility: hidden;
    background: #697cb7 none repeat scroll 0 0;
    height: 2px;
    margin: 5px auto;
    transition: all 0.3s ease 0s;
    width: 60%;
    border-radius: 2px;}
#toggle.on div {     background: #697cb7  none repeat scroll 0 0; }
#toggle.on .one {     transform: rotate(45deg) translate(4px, 3px); }
#toggle.on .two {     opacity: 0; }
#toggle.on .three {     transform: rotate(-45deg) translate(7px, -8px); }


h1 {font-size:40px;}
h2 {font-size: 25px;     font-weight: 600;     margin-bottom: 20px;     color: #294587; }
h3 {font-size:21px; margin-bottom: 20px; font-weight: 600; line-height: 140%;color: #294587;}

.gray-bg {
    background-color: #eeefef;
}
.usp { display:inline-block; width:75px; height:75px; background: url(../images/usps.png) no-repeat;float: left;}
.container.usps .row .col-sm-4 {height: 75px;}
.container.usps .row .col-sm-4 p {padding-top: 28px;font-weight:bold}
span.usp.p1 {background-position-x: -155px;}
span.usp.p2 {background-position-x: -78px;}

h3.titel-open {     background-color: #64a2d8;     color: #fff;     padding: 10px;     margin: 0; }
.openingstijden {     background-color: #fff;     padding: 20px;     line-height: 25px; }
.space {height:30px; clear:both}
.btn {padding:0}
.btn a {font-size:17px; font-weight: 600; color:#fff; background: #479a36; padding: 8px 18px}
.btn a:hover {background:#fee115}
.tussen-foto img {     width: 100%;     height: auto; }
.banner-video {
    overflow: hidden;
    position: relative;
    height: 100vh;
	width: calc(100% + 30px);
    margin-left: -15px;
}
video {
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
spacer {
    display: block;
}
section.box_blue {
    background: #9aa2c0;
    padding: 40px;
}
section.box_blue h2 {
    color: #ffffff;
}
section.box_blue p
 {
    font-weight: 400;
}
.orange-fading {     width: calc(100% + 30px);     display: block;          height: 100%;     margin-left: -15px; background: #0000008f;}
.blue-fading2 {     width:100%;     display: block;     background-color:rgba(0, 0, 0, 0.62);     height: 100vh;     margin-left: -15px;     z-index: 10;position: absolute;}
.container-fluid.header-photo { height: 100vh;background:no-repeat; background-position-y: 10%; background-size: cover;    margin-top: -130px;}
.container-fluid.header-photo.next {     margin-top: -35px;     height: calc(50vh - 47px);    background-position-x: right;     background-position-y: 50%;     background-size: 80%; }
.container-fluid.hero {  
        margin-top: -50px;
    height: calc(70vh - 0px);
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
}
.container-fluid.footer-photo {height: 450px;background: no-repeat; background-size: cover; margin-top: 0;}
.plus img {
    margin-top: 60px;
}
.plus {
	width: 40%;
    float: right;
    height: 100%;
    display: inline-block;
    right: -380px;
    position: fixed;
}
.carousel-caption { margin-top: 40vh;
    bottom: auto;}
.carousel-caption.footer {
    margin-top: 120px;
    background: none;
}
.carousel-caption.footer h2 {
    color: #fff;
    font-size: 40px;
}
.carousel-caption.next {  top: auto;     bottom: auto;     left: 0%;     right: 0%;     text-align: left;margin-top: 250px; }

.mlist {
  color: #000; 
  text-decoration: none; 
  word-wrap: break-word;
}


.mlist strong {
  color: #294587; 
  transition: color 0.3s ease; 
}
.mlist strong::after {
  transition: color 0.5s ease; 
}
.mlist:hover { text-decoration: none;}

.mlist:hover strong::after {
  content: ' ›'; 
  padding-left: 5px;
}

.mlist:hover strong {
  color: #ff7800; 
}
/* flex boxes */
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1!important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2!important;
    order: 2 !important;
}
.container-fluid.flexible {
    width: 85vw;
    max-width: 1560px;
}

.col-md-7.content-col,
.col-md-5.content-col,
.col-md-8.content-col,
.col-md-4.content-col {
  padding: 0 20px;
}
.content-col.order-2,
.content-col.order-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*
.content-col.order-1 {
  padding: 40px 40px 40px 40px;
}*/
.content-col.order-2 {
  padding: 40px 40px 40px 40px;
}
.dienst {
    background: #fff;
    padding: 30px 30px 30px;
    border-radius: 25px;
    box-shadow: #0000001a 0px 0px 20px;
    margin-bottom: 30px;
}
.dienst__image {
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16 / 9;
}
.dienst__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.border {
    background: #fff;
    padding: 30px 30px 30px;
    border-radius: 25px;
    box-shadow: #0000001a 0px 0px 20px;
    margin-bottom: 30px;
  
}
  /* Maak de rij een flexcontainer */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* Zorg dat de binnenbox de volledige kolomhoogte pakt */
  .eq-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; /* rekt mee tot volledige kolomhoogte */
    width: 100%;
     height: 100%;
  }
/* dropdown */
/* container moet kunnen overlappen */
.diensten-menu {
    background: #fff;
    padding: 0;
    border-radius: 25px;
    box-shadow: #0000001a 0px 0px 20px;
    width: 100%;
}
.pv-hover { position: relative; }

/* kop + caret */
.pv-head{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:.5rem;
  background:#ffffff00; border:unset; border-radius:.75rem;
  padding:.75rem 1rem; cursor:pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.pv-head h3.m-0 {
    margin: 10px 0px 10px 20px;
}
.pv-head:hover{ background:#ffffff00; }
.pv-hover.is-open .pv-head{ border-color:#ffffff00; box-shadow:0 0 0 .2rem rgba(122,167,255,.25); }
.pv-caret{ transition:transform .15s; opacity:.75; margin-right: 10px;}
.pv-hover.is-open .pv-caret{ transform:rotate(180deg); }

/* het dropdown paneel dat OVER de content valt */
.pv-panel{
  position:absolute; left:0; right:0; top:100%;
  z-index:50; background:#fff; border:1px solid #e3e6eb; border-radius:.75rem;
  box-shadow:0 10px 30px rgba(16,24,40,.12), 0 2px 6px rgba(16,24,40,.08);
  padding:.5rem;
  /* animatie */
  opacity:0; transform: translateY(-4px); pointer-events:none; transition: opacity .12s, transform .12s;
}
.pv-hover.is-open .pv-panel{ opacity:1; transform:none; pointer-events:auto; }

/* lijst stijl */
.pv-list{ list-style:none; margin:0; padding:0; }
.pv-list li{ margin:0; }
.pv-list a{  border-radius:.5rem; text-decoration:none;
}
.pv-list a:hover{ background:#f3f6ff; }

ul.list-cross, ul.list-check {
    padding-left: 0;
}
.list-cross li, .list-check li {
    margin: 8px 0;
    padding-left: 28px;
    list-style: none;
    position: relative;
}
.list-cross li:before {
    content: "✖";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #ff7800;
    font-weight: 800;
}
.list-check li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #ff7800;
    font-weight: 800;
}
/* Desktop: instant open bij hover zonder te klikken */
@media (hover:hover){
  .pv-hover:hover .pv-panel{ opacity:1; transform:none; pointer-events:auto; }
  .pv-hover:hover .pv-head{ border-color:#ffffff00; }
  .pv-hover:hover .pv-caret{ transform:rotate(180deg); }
}

/* nieuw stukje */
.pv-list {
  padding: 12px;
  border-radius: 10px;
  transition: background-color .2s ease, box-shadow .2s ease;
  color: #294587;
}

.pv-hover .pv-list:hover {
  background-color: #f3f6ff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  color: #ff7800;
}
.pv-list a { text-decoration: none; color: #294587;}
.pv-hover .pv-list:hover a { text-decoration: none; color: #ff7800;}

/* end dropdown */

a.btn.small {
    background: #ff7800;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 30px !important;
    margin-top: 26px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
a.btn.small:hover {
   background: #677bb7;
    text-decoration: none;
}
.col-md-12.content-col {
  margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}
/* al had je dit al */
.row-eq {
  display: flex;
  flex-wrap: wrap;
}

/* alleen de 3 kolommen flex-items maken */
.row-eq > .col-md-4, .row-eq > .col-md-6 {
  display: flex;
}

/* kaart vult de volledige kolomhoogte */
.row-eq > .col-md-4 .dienst, .row-eq > .col-md-6 .dienst {
  display: flex;
  flex-direction: column;
  flex: 1;              /* <— belangrijk: .dienst wordt net zo hoog als de kolom */
  max-width: 100%;
}

/* knop naar beneden duwen */
.row-eq > .col-md-4 .dienst .btn.small, .row-eq > .col-md-6 .dienst .btn.small {
  margin-top: auto;
  white-space: normal;
}

/* (optioneel) net wat lucht boven de knop i.p.v. <br> in HTML */
.row-eq > .col-md-4 .dienst .btn.small, .row-eq > .col-md-6 .dienst .btn.small {
  margin-top: auto;     /* duwt 'm naar onderen */
  margin-bottom: 0;     /* consistent */
  /* padding/marge naar smaak */
}

/* (aanrader) kleine reset voor nette spacing */
.dienst h3 { margin-top: 0; }
.dienst p:last-child { margin-bottom: 0; }


/* ---- FAQ accordion styling (Bootstrap 3) ---- */
.faq-accordion {
  --faq-accent: #677bb7;      /* blauwtint voor tekst/icoon */
  --faq-line:   #cfd6f6;      /* zachte lijnkleur */
}

/* reset BS3 panel look */
.faq-accordion .panel {
      box-shadow: none;
    background: #f3f6ff;
    border-radius: 5px;
    margin: 0 0 15px 0;
    padding: 0 25px;
}
.faq-accordion .panel + .panel { margin-top: 0; }
.faq-accordion .panel-heading { background: transparent; border: 0; padding: 0; }

/* vraagregel */
.faq-accordion .panel-title { margin: 0; }
.faq-accordion .panel-title a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  font-size: 20px;            /* match screenshot */
  font-weight: 600;
  color: var(--faq-accent);
  text-decoration: none;
  outline: none;
}

/* plus/min icoon links */
.faq-accordion .panel-title a::before {
  content: '+';
  display: inline-block;
  width: 20px;                /* reserve ruimte */
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--faq-accent);
}

/* geopend: minus */
.faq-accordion .panel-title a[aria-expanded="true"]::before {
  content: '–';               /* of '−' als je liever een echte minus hebt */
}

/* antwoordvlak */
.faq-accordion .panel-collapse .panel-body {
  padding: 15px 0 24px;
  color: #444;                /* goed leesbaar grijs */
  background: transparent;
}

/* focus/hover (a11y + micro-interactie) */
.faq-accordion .panel-title a:hover,
.faq-accordion .panel-title a:focus {
  text-decoration: none;
  color: #5c6ad0;            /* iets donkerder blauw */
}

/* titel spacing optioneel */
.faq-title { margin-bottom: 12px; }

.image-mask {
    overflow: hidden;
    border-radius: 20px;
}
.calendly-overlay .calendly-popup {
    background: #c6cde8;
}
/* end flex boxes */

.container-fluid.diensten {
	background-color: rgba(213, 219, 241, 0.5411764705882353);
	height: auto;
    position: relative;
    padding-bottom: 28px;
}

.diensten_wrapper {
    width: 100%;
    margin: auto;
	margin-top: 30px;
}
a.dienst_block, .dienst_block {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 10px;
    width: calc(33% - 22px);
    font-size: 13px;
    text-align: center;
    height: 170px;
    float: left;
    color: #000;
    box-shadow: #0000001a 0px 0px 20px;
}
a:hover .dienst_block, a:focus .dienst_block {
    background-color: #fc7d28;
    text-decoration: none;
    color: #fff!important;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}   
.dienst_block h2 {
    font-size: 20px; 
    margin: 0px 0px 10px 0;
}
a:hover .dienst_block h2 {
    font-size: 21px; 
    color:#fff;
}

.pf-content h3 {
    margin: 0 0 0 0;
}
.pf-content {
    background-color: #e7ebf2;
    padding: 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	    margin-bottom: 30px;
}
a:hover.dienst_block h2, a:focus.dienst_block h2 {
    color: #fff!important;;
}

.container-fluid.news {
background-color: #fff;
    position: relative;
}
.news_wrapper {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flow-root;
}
.news_wrapper h2 {
    margin-left: 30px;
}
.news_item {
    display: inline-block;
    width: 44%;
    float: left;
    margin: 20px 20px 20px 20px;
    min-height: 215px;
}
.news_item img {
    float: left;
    margin-right: 20px;
	    margin-bottom: 38px;
}
.news_item h3 {
    color: #2b4486;
    font-size: 17px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: -32px;
    line-height: 26px;
}
.news_item i.date {
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
    color: #697cb7;
}
.news_item.full, .news_item.artikel {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 20px 30px 10px 30px;
}
.news_item.full{
	
    padding-bottom: 20px;
    border-bottom: solid 1px #ccd1d9;
}
.news_item.artikel {margin: 0px 0px 10px 0px;}
.news_item.artikel img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
	margi-right:0px;
}

.row.grid-overview,.row.list-overview {
    margin: 0 0 0 -10px;
    max-width: calc(100% + 22px);
    width: calc(100% + 22px)
}
.panel {
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #e9ebf1;
    border: 1px solid transparent;
    border-radius: 15px;
}
.panel.panel-default {
    border: none;
}
.object-fit-cover {
    object-fit: cover;
    object-position: center center
}
.col-xs-12.featured-post {
    margin-left: -10px;
    width: calc(100% + 20px);
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: #000;
    --bs-card-border-radius: 0;
    background-color: #e9ebf1;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #294587
}
.text-muted {
    line-height: 1.3;
    font-size: 13px;
}
select#category
 {
    font-size: 15px;
    padding: 10px;
    margin-top: 20px;
    margin-left: 15px;
}
/* Bootstrap 3 polyfills */
.grid-overview { margin-bottom: 30px; }
.news-item-grid { margin-bottom: 0px; } /* vervangt mb-5/g-6 gap */

/* 4x3 ratio wrapper met cover-afbeelding */
.ratio { position: relative; display: block; overflow: hidden; height: 0; }
.ratio-4x3 { padding-top: 75%; } /* 4:3 = 3/4 = 75% */
.ratio > img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; /* moderne browsers; oudere krijgen ‘contain’-achtig gedrag */
}
.overflow-hidden { overflow: hidden; }

/* optioneel: panel-body wat lucht geven */
.panel-body { padding: 20px; display: flex; flex-direction: column; height: 100%; }
.card-meta { margin-bottom: 10px!important; }
.card-text { margin-top: auto; } /* ‘lees verder’ onderin houden */



.testimonial_bg {background:no-repeat; padding-bottom: 30px; background-position-y: 50%; background-size: cover}
_:-ms-lang(x), .testimonial_bg {background-image: none; background-color:#acc433; }
.testimonial {background: rgba(255, 255, 255, 0.3); border-radius: 6px; padding: 20px; min-height:200px}
.testimonial h3 {margin-top:15px; margin-bottom: 10px;}
.testimonial_bg h1 {color:#fff; text-align: center; margin-top: 30px; margin-bottom: 20px;}


.wpcf7 h3 {     color: #ffffff!important;     margin: -30px -30px 20px -30px;     padding: 10px 24px;     background-color: #f15a24;    border-radius: 10px 10px 0 0; }
input[type="button"], input[type="reset"], input[type="submit"] {    
background-color: #ff7800;
    color: #fff;
    padding: 10px 80px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    border: solid 1px;
	width: auto;

}
input,  textarea {
    width: 100%;
}
.content-bg, .content-bg-od {
    display: block;
    background: rgba(255, 255, 255, 0.8901960784313725);
    position: relative;
    padding: 80px 0 80px 0;
}
.content-bg-od {
    background: rgba(213, 219, 241, 0.5411764705882353);
}
.cta-bottom {
    background-color: #697cb7;
	    display: inline-block;
    width: 100%;
    padding: 30px;
    margin-top: 60px;
    border-radius: 25px;
    color: #fff;
	background-image: url(../images/plus-outline.svg);
    background-repeat: no-repeat;
background-size: auto 450px;
    background-position-x: calc(100% + 200px);
    background-position-y: -90px;
}
.cta-bottom h2 { color:#fff; }
.cta-content {
    margin-bottom: 30px;
    max-width: 70%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 5px;
    border: 0px;
    padding: 10px;
	color: black;
	    font-weight: 400;
}
label.half {
	    display: inline-block;
    width: calc(50% - 5px);
	float: left;
}
label.half.first {
	   margin-right:10px;
}
label {
    display: inline-block;
    width: 100%;
	margin-bottom: 10px;
}
/* COOKIE */
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    margin: 0;
    font-size: 13px!important;
    line-height: 16px!important;
    font-weight: 300!important;
    padding-bottom: 0;
}
/* CONTACT POPUP */
/* Outer */
.popup {
	/*width:100%;
	height:100vh;*/
	display:none;
	position:fixed;
	    z-index: 1000;
	top:0px;
	left:0px;
	background:none;
}

/* Inner */
.popup-inner {
width: 393px;
    padding: 20px 30px;
    position: fixed;
    top: calc(100vh - 300px);
    right: 31px;
    background-color: #2a4586;
    border-radius: 16px;
}
.popup-inner h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 8px;
    color: #ffffff;
}
.icon_holder {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
}
a:hover.contact_icon {
    background-color: #ff7800;
}
a.contact_icon {
    display: inline-block;
    margin: 5px 0 0 0;
    width: 70px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}
.contactpersoon .icon_holder {
    width: 60px;
    margin-right: 7px;
    margin-top: 7px;
}
.contactpersoon a.contact_icon {
    border: 0px solid #fff;
    background-color: #2b4486;
    width: 60px;
}
.contactpersoon a:hover.contact_icon {
    background-color: #ff7800;
}
/* Close Button */
.cross {
    position: absolute;
    right: 28px;
    top: 28px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: solid 1px #fff;
	
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #2a4586;
    text-align: center;
    color: #fff;
}
.cross:hover {
  background-color:#fff;
}
.cross:before, .cross:after {
    position: absolute;
    left: 14px;
    top: 6px;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #fff;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.cross:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	text-decoration:none;
}
#contact_info {
display: inline-block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 70px;
}
p.bel-ons {
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
}
/* EINDE */
.case-afb {
    height: 230px;
    background-size: cover;
    border-radius: 18px;
}
.col-sm-6.case-item {
    margin-bottom: 30px;
	    min-height: 410px;
}
.col-sm-6.case-item h2 {
    font-weight: 400;
    font-style: italic;
	font-size: 23px;
}
.diensten-box {
    border-radius: 20px;
    padding: 3px 30px 30px 30px;
    background-color: #fff;
	    margin-bottom: 30px;
}
.diensten-box p {
    min-height: 120px;
}
.diensten-box a.btn {
    background-color: #2b4486;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    font-weight: 600;
}
.diensten-box a:hover.btn { background: #ff7800;}
.partner_block {
    border: 1px solid grey;
    padding: 40px;
    border-radius: 20px;
	    min-height: 610px;
}
.partner_block img {
    max-height: 90px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
}

.footer {     background: #3a3a3a;     padding-top: 30px;     padding-bottom: 30px;position: relative; }
.footer p {color:#fff; font-size:16px;}
.footer a {color: #fff;}

.footer_links i {background: #479a36; color:#fff; width:54px; height:54px; border-radius: 50%; text-align: center; padding-top: 10px; font-size:35px; margin-right: 5px;}

.vestiging-container {
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    margin-left: 100px;
    text-align: right;
}
.vestiging-container p {
    font-size: 13px;
    line-height: 19px;
}
.vestiging-container p, .vestiging-container a, .vestiging-container h4 {
    color: #b3b3b3;
}
.vestiging-container.nl span {
    display: block;
    line-height: 21px;
}
.sub-footer .f_text,.sub-footer .f_text a {
    color: #989898;
    font-size: 12px;
    padding-right: 0;
    clear: both;
}

.f_links ul {padding:0px; margin-top: 0px;}
.f_links li {display:inline-block;color:#fff;font-size: 13px;}
.f_links li a{font-size:13px; color:#fff; }
.f_links li a:hover {color:#fee115}
.f_links {float: right;padding-right: 20px;}
.f_text{    color: #ffffff;
    font-size: 13px;
    clear: both;
    margin-top: -5px;}
.f_text a:hover {color:#fff; text-decoration:none;}
.f_text.right {float: right;}

.f_text.menu li {
    list-style: none;
    float: left;
}
.f_text.right.menu {
    padding-right: 35px;
}
.cert-logos img {
    margin: 30px 50px 0 0;
}
.header_icons {display:none} 
.header_icons i {    color: #f15a24; background: #ffffff; font-size:25px; width:45px; padding-top: 10px; height:45px; border-radius: 50%; text-align:center; margin:15px 0px 15px 15px}


/*inner pages*/

.page-content h4 {font-size:15px; line-height: 160%}
.page-content h3 {color:#f15a24}
.page-content ul {margin-bottom:30px;}
.page-content p {margin-bottom:22px}
.page-content p span {display:block}
.right_gr {border-radius: 8px; background: #e5e5e5; padding: 20px 25px; margin-bottom: 30px}
.right_gr h3 {color:#479a36; margin-top: 0}
.right_gr .detail span {padding-right:10px}
.right_gr hr {border-color:#479a36; margin-top: 10px; margin-bottom: 10px;}
.right_gr .btn {margin-top:15px; width:100%}
.right_gr .btn a{display:block}
.right_gr p {margin-bottom:20px}
.right_gr h6 {    color: #479a36; font-size: 20px; margin-bottom: 0;}
.right_gr .functie { font-size: 15px;font-style: italic; margin-bottom: 20px;display: inline-block;font-weight: 200;}
.right_gr h6 a  {color:#479a36; font-size:15px}

.right_gr .memberImg {display: inline-block; overflow: hidden;border-radius: 250px;}
.right_gr .memberImg img { height: auto;}

.refer hr {clear:both; width:100%; float:left; margin-left: 15px; margin-right: 15px}

.contac_form .form-control {outline:none !important; box-shadow: none; min-height: 43px;}
.contac_form label {font-weight:300; font-size:16px; margin-top: 15px;}
.openingstijden span {     display: inline-block;     width: 110px; }
.form_bottom {padding-top:25px}
.form_bottom .col-sm-6:nth-child(2) {text-align: right}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-up {   border: 1px solid gray;   color: #000;   padding: 6px 10px;   border-radius: 0px;   font-size: 17px;   font-weight:normal; 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,e0e0e0+100 */ background: rgb(241,241,241); /* Old browsers */ background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */   }

.upload-btn-wrapper input[type=file] {   font-size: 100px;   position: absolute;   left: 0;   top: -50px;   opacity: 0; } 
.upload-btn-wrapper span, .upacv {font-weight:300; font-size:16px;}
.upacv {margin-bottom:5px}
.verp {display:block; margin-top: 20px; font-weight:300; font-size:16px;}

.contac_form .btn a {padding-left:45px; padding-right:45px; }

.vc_det h1 {font-size:51px; color:#479a36; margin-top: 0px; margin-bottom: 20px}
.vc_det h4 {margin-bottom:0px;}
.social i{background: #479a36 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 37px;
    margin-right: 0px;
   
    text-align: center;
    width: 37px;
}

.samenv ul {padding:0px;}
.samenv li {list-style:none; font-size:16px; margin-bottom: 10px;}
.samenv i {color:#479a36; font-size:18px; min-width: 30px;}

.teamlid ul {padding:0px;}
.teamlid li {list-style:none; font-size:15px; margin-bottom: 10px;}
.teamlid i {color:#479a36; font-size:15px; min-width: 20px;}

.detailbtn {background: #479a36; text-align: center; margin-bottom: 15px;}
.detailbtn a {display:block; color:#fff; padding: 10px 10px}
.detailbtn .fa-caret-down {font-size:20px;}
.detailbtn i {color:#fff; font-size:40px}
.btndet {display:inline-block; text-align:left; font-size:16px; padding-left: 8px}
.btndet span {display:block; font-size:12px; font-weight: 300; font-style:italic}
.powered {font-size:12px; text-align:center; color:#c2c2c2; font-weight: 300}


.vc_det .col-lg-3.col-md-4.col-sm-5 {float:right}

.vcpg .carousel-caption {top:0%}
.vcpg .greenbg {padding-left:0px}

.vaclarge h3{ font-size:28px; margin-bottom: 0}
.vaclarge .detail {margin-bottom:20px;}
.vaclarge .detail span {margin-right:10px;}
.vaclarge hr {margin-top:35px;}

.mt0 {margin-top:0px;}

.zoeken .form-control{margin-bottom:15px; border-radius: 0px; box-shadow: none; border:0px; min-height: 43px;}
.zoeken select {background: #000 url(../images/select_arrow.png) no-repeat 96% center;   -webkit-appearance: none;   -moz-appearance:    none;  appearance:  none; color:#fff;}
.zoeken .btn {margin-top:0px;}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px!important;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 15px; height: 15px;
  border: 1px solid #a6a6a6;
   border-radius: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,e0e0e0+100 */
background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
  
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: 1px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #479a36;
  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 */


.anchor {
  scroll-margin-top: 20vh; 
}


.vacatures p{margin-bottom:5px}
.vacatures label {font-weight:normal; font-size:16px;}
.vacatures h4{font-size:17px; margin-top: 25px;}
.vacatures a {color:#479a36; padding-left: 25px;}

.testimonial a{color:#479a36; }
.testimonial a:hover {text-decoration:underline }


.header-top {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);}
.header-top.fixed {position:fixed; background: #fff ; transform: translate(0,-130px); -webkit-transform: translate(0,-130px); -moz-transform: translate(0,-130px);-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

li.dropdown span {display:none !important}
.refer .page-content a {     color: #f15a24;     text-decoration: underline; }
.refer .page-content a:hover {color: #f15a24}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background:none; color:#000}


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


    .logo {
    margin: 15px 15px 15px 50px;
}
.navbar-default .navbar-nav > li > a {
   margin: 11px 8px 13px 8px;
   font-size: 12px;
}
.navbar-default .navbar-nav .btn a {
    padding: 8px 22px !important;
        margin-top: 19px;
        margin-right: 20px;
        font-size: 12px;
}
a#contact-btn, #diensten-btn {
    padding: 7px 18px;
    float: right;
    margin-top: 17px;
    font-size: 11px;
}
.dropdown-menu > li > a {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 0px;
    font-weight: 600;
}
.container-fluid.header-photo.next {
        margin-top: -56px;
height: calc(50vh + -40px);
}
.header-content h1 {
    line-height: 100%;
    font-weight: 800;
    font-size: 32px;
}
.header-txt h2 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
}
.header-content {
    color: #fff;
    font-size: 14px;
    line-height: 22px!important;
    display: inline-block;
    width: 45%;
    height: calc(100vh - 0px);
    padding: 0px 100px 0 62px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: right;
}
.header-content p {line-height: 21px!important;font-size: 17px;}

.cta-btn-header {
    margin: 8px 0 0 0;
    font-size: 12px;
    width: 180px;
}
.dienst_block h2 {
    margin: 0px 0px 5px 0;
    font-size: 20px;
}
a.dienst_block, .dienst_block {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px;
    margin: 8px;
    width: calc(33% - 16px);
    text-align: center;
    height: 17vh;
    color: #4f4f4f;
	line-height: 18px;
    font-size: 13px;
}
.diensten_wrapper {
    width: 100%;
    margin: auto;
    margin-top: 23px;
}
#content section {
    top: calc(-50vh + 40px);
    width: calc(100% + 0px);
    margin-left: -15px;
    height: calc(50vh - 40px);
}
.anchor {
  scroll-margin-top: 40vh; 
}
.quote {
   width: calc(43% + 6px);
}
#content section {
    background-size: 46%;
}
.plus {
    right: -250px;
}
.content-box {
    padding-left: 30px;
	    font-size: 14px;
    line-height: 21px!important;
	padding-top: 45px;
}
.cta-box {
    padding-top: 0;
	padding-bottom: 60px;
}
.content-box h3 {
    margin: 0px 0 0 0;
    font-size: 30px;
}
span.subtitle {
    margin-bottom: 20px;
    font-size: 22px;
    font-style: italic;
}
.cta-box .btn {
    padding: 7px 17px;
}
.news_item h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: -26px;
    line-height: 22px;
}
.news_item {
    display: inline-block;
    width: 44%;
    font-size: 13px;
	    line-height: 19px;
    float: left;
    margin: 20px 30px 10px 30px;
}
.float-box {
    font-size: 20px;
}
.float-box p {
    font-style: italic;
    font-size: 43px;
    line-height: 50px;
    font-weight: 400;
}
.cert-logos img {
    margin: 30px 20px 0 0;
    max-width: 125px;
}
.vestiging-container {
    margin-left: 50px;
}

}

@media only screen and (min-width:768px) {
	
	body {padding-top:130px !important	}
	.navbar-nav > li.dropdown:hover .dropdown-menu {display:block}	
}

@media only screen and (min-width:992px) and (max-width:1200px) {
.header-top .container-fluid{padding-right: 15px;padding-left: 15px;}
.footer .container-fluid{padding-right: 15px;padding-left: 15px;}
	.navbar-default .navbar-nav > li > a {font-size:15px;margin: 20px 10px 25px 10px;}
	.vcpg .carousel-caption {top:0}
	.header-top { position:relative !important; }
	.header-top.fixed {position:fixed; background: #fff ; transform: translate(0,0px); -webkit-transform: translate(0,0px); -moz-transform: translate(0,0px);}
	body {padding-top:0px !important}
	.carousel-caption {top:20%}
a.agenda-btn {font-size: 14px;width: 150px;text-align: center;line-height: 16px;margin-top: 20px; float: right;}
.container.usps .row .col-sm-4 p {padding-top: 25px;font-weight: bold;line-height: 15px; }
}

@media only screen and (max-width:1280px) {
.logo {
    margin: 15px 15px 15px 15px;
}
.navbar-nav {
    float: left!important;
}	
.cta-header {
    display: inline-block;
    margin: 2px 10px 0 20px;
    width: 270px;
    float: right;
}
a#contact-btn, #diensten-btn {
    padding: 7px 12px;
    float: right;
    margin-top: 17px;
    font-size: 11px;
    margin-right: 5px;
}	
	
	.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    margin: 10px 10px 10px 10px;
}
.container-fluid.header-photo.next {
    /*margin-top: 0px;*/
        height: calc(55vh + -40px);
}
.header-txt {
    height: calc(45vh - 60px);
}
.header-content {
    padding: 40px 70px 40px 30px;
}
.header-content h1 {
    line-height: 100%;
    font-weight: 800;
    font-size: 25px;
}
.header-content p {
    font-size: 13px!important;
    line-height: 17px!important;
}
.quote {
   width: calc(42% + 6px);
}
#content section {
    background-size: 50%;
}

.content-box {
     padding: 100px 10px 40px 30px;
    font-size: 13px;
    line-height: 20px!important;
}
.content-box h3 {
    margin: 0px 0 0 0;
    font-size: 25px;
}
span.subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    font-style: italic;
}
.cta-box {
    padding-top: 0;
    padding-bottom: 40px;
}
.news_item {
    display: inline-block;
    width: 40%;
}
.news_item img {
    float: left;
    margin-right: 20px;
    width: 55px;
}
.vestiging-container {
    margin-left: 30px;
}
.vestiging-container p {
    font-size: 12px;
    line-height: 17px;
}
.cert-logos img {
    margin: 0px 20px 12px 0;
    max-width: 84px;
}
.header-txt h2 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 27px;
}
/*///// END 1029 //////*/
}


@media only screen and (min-width:768px) and (max-width:991px) {
	
	.navbar-default .navbar-nav > li > a {margin:12px 8px 25px; font-size:13px;}
	.carousel-caption {top:20%;}
	.greenbg {font-size:40px;}
	h1 {font-size:30px}
	h2 {font-size:26px;}
	h3 {font-size:22px}
	.vac li h3 {font-size:23px;}
	.vac li .btn {font-size:30px;}
	.form_bottom .col-sm-6 {width:100%}
	.vc_det h1 {font-size:30px}
	.vcpg .carousel-caption {top:-18%}
	.header-top .container-fluid{padding-right: 15px;padding-left: 15px;}
	.footer .container-fluid{padding-right: 15px;padding-left: 15px;}
	.testimonial {min-height: 250px;}
	.header-top { position:relative !important} 
	.header-top.fixed {position:fixed; background: #fff ; transform: translate(0,0px); -webkit-transform: translate(0,0px); -moz-transform: translate(0,0px);}
	body {padding-top:0px !important}
a.agenda-btn { border: 0; margin-top: 21px; margin-left: 5px; font-size: 12px; width: 110px; text-align: center; line-height: 13px; padding: 8px 0;float: right;}
.container.usps .row .col-sm-4 p {     padding-top: 22px;     font-weight: bold;     font-size: 13px;     line-height: 15px; }	
}



@media only screen and (max-width:812px){
.header-txt {
    height: calc(45vh - -150px);
}
.navbar-default .navbar-nav .btn a {
    float: none;
}
    li.btn.menu-item {
        border-bottom: none !important;
    }
.diensten_wrapper {
    width: 100%;
}	
a.dienst_block {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    margin: auto;
    margin-top: 17px;
    width: calc(100%);
    text-align: center;
    height: 140px;
    float: left;
    color: #000;
}	
	.container-fluid.diensten {
   height: auto;} 
	
.container-fluid.header-photo.next {
    margin-top: 0px;
    height: calc(100vh - 70px);
    background-position-x: right;
    background-position-y: 50%;
    background-size: cover;
}
	
.cta-btn-header {
    display: inline-block;
    background-color: transparent;
    padding: 6px 10px;
    color: #ffffff;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    margin: 10px 0 0 0;
    border-radius: 25px;
    z-index: 1;
    position: relative;
    width: 140px;
    text-align: center;
}	
#tabs {
    width: 100%;
    margin: auto;
	display: inline-block;
}	
#tabs label {
    font-size: 12px;
}
a.dienst_block, .dienst_block {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px;
    margin: 10px;
    width: calc(33% - 22px);
    text-align: center;
    height: 110px;
    float: left;
    color: #000;
}
.dienst_block h2 {
    margin: 0px 0px 10px 0;
    font-size: 18px;
}
.news_wrapper {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    display: inline-block;
}
.container-fluid.flexible {
    width: 100%;
}
.news_item {
    display: inline-block;
    width: 44%;
	font-size: 12px;
	line-height: 18px;
}
.news_item img {
    float: left;
    margin-right: 20px;
    width: 80px;
	margin-bottom: 12px;
}
.news_item h3 {
    color: #2b4486;
    font-size: 17px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: -19px;
    line-height: 19px;
}
.float-box {
    position: relative;
    z-index: 99;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    width: unset;
    margin-top: 17vh;
}
.float-box p {
    font-style: italic;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
}
.float-box a {
    color: #fff;
    font-size: 15px;
}
#content section {
    position: absolute;
    opacity: 0;
    display: none;
    transition: transform 500ms, opacity 500ms;
    background-color: #294587;
    z-index: 999;
    top: calc(-100vh + -1px);
    width: calc(100% + 0px);
    margin-left: -15px;
    height: calc(100vh - 0px);
    background-position-x: 0%;
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: 50%;
}
div#content {
    display: block;
    margin: 0;
    width: 100%;
    height: 100vh;
	margin-top: -30px;
}
.cta-box .btn {
    padding: 10px 15px;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 12px;
}
  .header-top .container-fluid{padding-right: 15px;padding-left: 15px;}
.footer .container-fluid{padding-right: 15px;padding-left: 15px;}
	h1 {font-size:28px; overflow-wrap: break-word; word-wrap: break-word;}
	h2 {font-size:20px; overflow-wrap: break-word; word-wrap: break-word;}
	h3 {font-size:22px; overflow-wrap: break-word; word-wrap: break-word;}
	.carousel-caption.footer h2 {
    color: #fff;
    font-size: 21px;
}
	.navbar-default {float:none}
	.prz {padding-right:15px; padding-left: 15px}
	.nav.navbar-nav span {display:initial;}
	.navbar-toggle {display:none}
	#toggle {display:block} 
	.capcont {position:initial;	}
	.carousel-caption {padding-bottom:0; text-align: center; }
	.header-content {
		font-size:18px; line-height: 19px;
    color: #fff;
    display: inline-block;
    width: 80%;
    height: calc(100vh - 0px);
    background-image: url(../images/header-back.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: right
	}
	.header-content h2 {font-size:22px; line-height: 22px;}
	.tele {display:none}
	.navbar-default {position:initial}
	.logo { margin-top: 15px;  width: 240px;}
	.navbar {min-height:initial;	}
	.navbar-default .navbar-nav > li > a {color:#fff !important; padding:15px 20px}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color:#ff8401 !important;}
	.dropdown-menu > li > a {color:#fff !important;}
	.navbar-collapse {
position: absolute;
    background: #294587;
    width: 100%;
    z-index: 999;
    right: 0;
    top: 0px;
    border: 0px;
    height: 100vh;	
	}
	.navbar-default .navbar-nav > li > a {
	font-weight: 600;
    font-size: 16px;
	}
.wpcf7 {     width: 100%; }
input, textarea {     width: 100%; }
	.dropdown.open { }
	.navbar-nav > li > .dropdown-menu {padding:0 10px; left: 0px; margin-left: 0px}
	.navbar-nav > li > .dropdown-menu::before {display:none}
	.menu_close {width:50px; height: 50px; position: absolute; left: -50px; top:0px; background: #000; text-align:center; color:#fff; padding-top: 8px; font-size:23px; display:block; cursor:pointer; }
	.homepic {float:none; max-width: 250px; margin: auto; margin-top: 50px;}
	
	.header-top {padding-bottom:0px;}
	.space {height:30px;}
	.vac li .btn {display:none}
	.vac .detail {width:100%}
	.vac li h3 {font-size:22px;}
	.testimonial_bg {padding:0px 0px 80px 0px}
	.footer p {text-align:center}
	.footer .text-right {text-align:center; margin-top: 25px}
	.nav > li {padding: 0px;
    text-align: center;
    margin: 0;}
	ul.nav.navbar-nav {
    margin-top: 0px;
	float: none!important;
}
.cta-header {
    width: unset;
}
	.navbar-default .navbar-nav > li > a {margin:0 2px 5px;  padding:15px 0px; display:inline-block}
	.navbar-default .navbar-nav > li {border-bottom:1px solid #fff;}
	.dropdown-menu > li > a {padding:5px 0px !important}
	.slider .item {height:400px ; overflow: hidden !important}
	.slider img {
    max-width: inherit !important;
    width: auto;
	left: 50%;
	top:50%;
	/*transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%);*/
}
#start {margin-top: -90px;}
.carousel-caption {padding-top: 0px;     margin-top: 20px; }
.carousel-caption.next {     padding-top: 25px;     margin-top: 250px;}
.carousel-caption p {
    display: none;
}
.vcpg .carousel-caption {
    top: 40%;
}
.carousel { background-size: cover;}
	.carousel-inner {
    max-height: 250px;
}
	.header_icons {    display: block;
    text-align: center;
    margin-top: 30px;
    margin-left: -15px;}
	.vac h2 {text-align:center}
	.form_bottom .col-sm-6:nth-child(2) {text-align:left; margin-top: 20px;}
	.vc_det h1 {font-size:25px; margin-bottom: 0px;}
	.vaclarge h3 {font-size:21px;}
	
	.wpcf7-validation-errors {font-size:16px !important; font-weight: normal; margin-top: 15px ;}
	#verstuur {margin-bottom:15px;}
	.fm_testimonials-template-default .slider .item {height:auto}
	
	.vc_det div {clear:both}
	
	.vacatures {height:300px; overflow: auto}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background:none !important	}
	li.dropdown span {display:block !important; position: absolute; top:15px; right:20px}
	ul.dropdown-menu {position:relative; margin-bottom: 15px; width:auto; float:none; min-width: inherit !important; background: none !important}
	.header-top.fixed {position:fixed; background: #fff ; transform: translate(0,0px); -webkit-transform: translate(0,0px); -moz-transform: translate(0,0px);}
	body .navbar-nav li.active {background-color:#767cae !important;}
    .navbar-default .navbar-nav > li.active a::after {width: 0;left: 0;}
	
	.post-type-archive-vacancy #text-4 {display:none}
	.single-vacancy #text-4 {display:none}
	.single-vacancy .col-lg-3.col-md-4.col-sm-5 {float:none}
	.vc_det h1 {margin-bottom:15px;}
	.f_links {     float: none;     padding-right: 0; }
.f_text {float: none;}	
#toggle, #toggle1 {
    padding-top: 15px;
}

/* --- topmenu --- */
ul#top-menu {
    margin: 0 0 7px 0;
    width: 100%;
    position: relative;
}
.top-menu-row {
    width: calc(100% + 30px);
}
ul#top-menu.navbar-collapse
 {
    height: auto;
}
.col-12.navbar-collapse {
    height: auto;
    position: relative;
    background: unset;
}
.top-menu-navbar .nav > li
 {
    position: relative;
    display: block;
}
.top-menu-navbar .nav > li.dropdown span {
        display: inline-block !important;
        position: relative;
        top: 0px;
        width: 9px;
        margin-left: 20px;
        margin-right: -40px;
    }
.top-menu-navbar .nav > li > a {
    color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 10px;
        padding: 4px 8px;
        display: inline;
}
.top-menu-navbar .dropdown-menu > li > a {
    padding: 6px 0px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}
nav.top-menu-navbar {
    float: none;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
}
.col-md-12, .col-md-7.content-col, .col-md-pull-7, .col-md-5.content-col, .col-md-5, .col-md-8.content-col, .col-md-4.content-col {
    padding: 0 30px 20px 30px;
}
.col-md-12.content-col {
    margin-bottom: 0px;
}
.col-md-7.content-col.col-md-push-5, .col-md-7.content-col.order-1 {
    order: 2 !important;
}
.col-md-5.col-md-pull-7, .col-md-5.order-2 {
    order: 1 !important;
}
/* ---- Stacked cards on mobile ---- */
  .lightblue {
    overflow: visible; /* zeker weten dat niets wordt weggestopt */
  }

  .row-eq {
    position: relative;
    display: block;         
    padding-top: 0;
  }



spacer {
    height: 30px !important;
}

}

@media only screen and (max-width:500px) {
    .container-fluid.hero {
    margin-top: -50px;
    height: auto;
    }
    .header-content p {
        font-size: 17px !important;
        line-height:27px !important;
    }
    .header-content.hero {
    width: calc(100% - 0px);;
    height: auto;
}
.header-txt {
    height: auto!important;
    margin-top: 180px;
    margin-left: 0px;
    margin-bottom: 50px;
    width: calc(100% - 30px);
}
.mtsnb {
    top: 71px!important;
}	
.header-content {
    background-position-x: left;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 0px 0 30px;
    opacity: 0.9;

}
.dropdown-menu > li > a {
    color: #fff !important;
    text-align: center;
    margin-bottom: 8px;
}
.popup-inner {
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #294587;
    border-radius: 0px;
    height: 100vh;
    text-align: center;
    padding-top: 50%;
}
.icon_holder {
    display: inline-block;
    width: 110px;
    margin-right: 5px;
    margin-left: 5px;
}
a.contact_icon {
    width: 100px;
}
#content section {
    position: fixed;
    opacity: 0;
    display: none;
    transition: transform 500ms, opacity 500ms;
    background-color: #294587;
    z-index: 999;
    top: 0;
    width: calc(100% + 0px);
    margin-left: -15px;
    height: 100vh;
    background-position-x: 0%;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.quote {
    width: calc(100% + 0px);
    height: 40vh;
}
.quote .bottom {
osition: absolute;
    top: 28vh;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 30px;
    width: calc(100% - 60px);
}
.f_text.right.menu {
    padding-right: 0;
}
.content-box {
float: left;
    width: 100%;
    height: 55vh;
    padding-top: 30px;
    padding-right: 30px;
    margin-left: 0px;
    display: inline-block;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    position: relative;
}
.content-box h3 {
    margin: 0px 0 0 0;
    font-size: 26px;
    line-height: 31px;
}
a#contact-btn, #diensten-btn {
    padding: 10px 16px;
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 17px;
    font-size: 15px;
    margin-right: 5px;
}
a#contact-btn {
    background: #697cb7;
}
span.subtitle {
    margin-bottom: 16px;
    font-size: 13px;
}
.container-fluid.header-photo.next {
	    height: auto;
    margin-top: 0px;
}
.cta-box .btn {
    padding: 10px 15px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
    width: 100%;
}
.cta-box {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
}

.content-bg, .content-bg-od {
    display: block;
    position: relative;
    padding: 25px 15px 0px 15px;
    font-size: 14px;
}
.cta-content {
    margin-bottom: 30px;
    max-width: 100%;
}
.cta-bottom {
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.orange-fading {
    background-color: rgb(0 0 0 / 64%);
}
div#content {
    margin: 0;
    width: 100%;
    height: auto;
}
a.dienst_block, .dienst_block {
    padding: 25px 15px;
    width: calc(100% - 22px);
	line-height: 15px;
}
.news_wrapper h2 {
    margin-left: 15px;
}
.news_item {
    display: inline-block;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 12px;
}
.news_item.full, .news_item.artikel {
    display: inline-block;
    width: auto;
    float: left;
    margin: 20px 10px 10px 10px;
    font-size: 12px;
}
.diensten-box {
    border-radius: 20px;
    padding: 3px 30px 30px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.diensten-box p {
    min-height: unset;
}
label.half {
    display: inline-block;
    width: calc(100% - 0px);
    float: left;
}
li.dropdown span {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
}

.cert-logos img {
    margin: 0px 13px 12px 0;
    max-width: 64px;
}
.cert-logos {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.vestiging-container {
    width: 100%;
    text-align: center;
    color: #b5b5b5;
}
.f_text {
    text-align: center;
    margin-bottom: 20px;
}
.f_text.menu li {
    list-style: none;
    float: unset;
    color: #3a3a3a;
}
.f_text.right {
    float: unset;
}
.owl-carousel {
    height: 50vh;
}
.carrousel-content {
    height: 50vh;
}
.carrousel-content:before {
    content: ' ';
    background-color: #00000073;
    position: absolute;
    background-image: url(../images/carrousel-plus.svg);
    z-index: 10;
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: 170%;
    background-size: auto 100%;
}
}


