@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Variabelen */
:root {
  --red: #DE1600;
  --blue: #0070C0;
  --green: #4EA72F;
  --grey: #3F3F3F;
  --txtbg: #c3e5f777;
}
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 190px; /* 40px bovenmarge bij scroll */
}

/* Basisstijlen voor alle schermbreedten/x apparaten (mobile-first) */

/* Fonts */
.rubik-bold {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* basic lay-out */
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
div.archive_notice {
	position: fixed;
	top: 0px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #ffef00;
	color: #000;
	z-index: 99999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	background-color:#F7F7F7;
}
#wrapper {
  padding-top: 70px;  
}
.wrapper {
	position:relative;
	width:92%;
  padding: 0 4%;
  max-width: 1280px;
	margin:0 auto; 
}
.container {
  width: 100%;
  /*max-width: 1600px;*/
  padding: 20px 0 8px 0;
    margin: 0 auto;
  background-color: #fff;
}
.home .container.top {
  padding:  0;
  margin-top: 0;
}
.page .container.top {
  padding:  0;
  margin-top: 0;
}
header {
	display:block;
	height:70px;
	width:100%;
	top:0px;
	position:fixed;
	z-index:101;
  background-color: rgba(255,255,255,0.95);
  transition: top 0.2s ease-in-out;
}
.nav-up header {
    /*top: -182px;*/
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
}
.nav-down header{
}
#header-content {
	position:relative;
	width:92%;
  height: 70px;
  padding: 0 4%;
  max-width: 1280px;
	margin:0 auto;
}
a#logo {
  display: block;
	border:0;
  top:8px;
  left: 0;
	position:relative;
  background-image: url("../images/svg/logo_vcoz.svg");
  width:140px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* nav */
nav ul {
	list-style-type:none;
}
.col nav ul {
	margin-left: 0;
}
nav ul li {
	float:left;
}
nav ul li a {
	text-decoration:none;
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
#mobile-nav-icon {
  display:block;
  width:38px;
  height:34px;
  background-image: url(../images/svg/mmenu.svg?v=2);
  background-repeat: no-repeat;
  position:absolute;
  right:4%;
  top:18px;
}


/* mainnav */
#mainnav, #topnav, #subnav {
  display:none;
}
#mainnav {
	position:absolute;
	top:93px;
	right:4%;
}
#mainnav ul li a {
	font-size:2rem;
	color: #000;
	display:block;
	padding:10px;
  margin-right: 20px;
	text-transform: uppercase;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#mainnav ul li:last-child a {
    margin-right: 0;
}
#mainnav ul li a:hover, #mainnav ul li.active a {
  background-color: #c3e5f7;
}

/* sub */
#mainnav ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  transition: all 0.5s ease;
  background-color: #ffffff;
  padding: 10px 0 0;
  box-sizing: border-box;
  min-width: 280px;
  /*margin: 0 0 0 -10px;*/
  
}

#mainnav ul li:hover > ul,
#mainnav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#mainnav ul li ul li {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  /*padding: 8px 20px;*/
  background-color: #e1e1e1;
}
#mainnav ul li ul li:hover {
  /*background-color: #F4F4F4;*/
}
#mainnav ul li ul li a {
  color:#000;  
  height: auto;
  padding: 15px 15px 15px 25px;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainnav ul li ul li a:hover {
  color:#000;  
}
#mainnav ul li a:hover ul li a, #mainnav ul li.active ul li a {
  background-color: transparent;
}
#mainnav ul li.active ul li a {
  border:none;
}
#mainnav ul li.active ul li.active {
  background-color: #000;
}
#mainnav ul li.active ul li.active a {
  color: #fff;
}
#mainnav ul li ul li a:hover {
  background-color: #c3e5f7;
}


#mainnav ul li:hover > ul,
#mainnav ul li:focus-within > ul,
#mainnav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


/* social-icons */
.social-icons {
	position:absolute;
	top:20px;
  right: calc(4% + 70px);
}
.social-icon {
	display:block;
	height:30px;
	width:30px;
	background-image: url("../images/svg/social-icons.svg");
	float:left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right:10px;
}
.social-icon.twitter {
	background-position: left 0px;
}
.social-icon.facebook {
	background-position: -46px 0px;
}
.social-icon.youtube {
	background-position: -183px 0px;
}
.social-icon.instagram {
	background-position: -91px 0px;
}
.social-icon.linkedin {
	background-position: -244px 0px;
}
.social-icon:last-child {
	margin-right:0;
}

/* page *******************************/
#img-container {
  width: 100%;
  height: 32vw;
  max-height: 440px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1400px;
}
@media only screen and (min-width: 1400px) {
  #img-container {
    margin-left: calc(50% - 700px);
  }
}
.page .col1 {
	width: 300px;
	padding-top: 75px;
}
.page .col2 {
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-left: 6%;
	padding-top: 0px;
	min-height: 600px;
	padding-bottom: 50px;
}
.team-contact {
  margin-bottom: 40px;
}
/*
.scroll .container.title {
  position: fixed;
  top:156px;
  z-index: 20;
}
  */

/* footer *******************************/
footer {
	display:block;
	/*	height:400px; */
	background-color: #000;
}
#footer-content {
  width: 92%;
  padding: 40px 4% 40px 4%;
  max-width: 1280px;
	display:block;
	margin:0 auto; 
	color:#fff;
  font-size: 2.2rem;
  line-height: 1.5em;
}
#footer-content a {
	text-decoration:none;
	color:#fff;
}
#footer-content a.button.floatright {
  background-color: #fff;
  color:var(--blue);
  float: none;
}

.col {
	float:left;
  box-sizing: border-box;
}
#footercol1, #footercol2, #footercol3 {
  float:none;
  width:100%;
}
#footercol1 {
  text-align: center;
}
#footercol2 {
  text-align: center;
}
#footercol3 {
  text-align: center;
}
#footercol3 ul {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 300;
}

.credits {
	display:block;
	margin:0px auto;
  padding: 20px 4% 20px 4%;
  max-width: calc(1600px 8%);
	clear:both;
  font-size: 1.3em;
  background-color: #fff;
	text-align: center;
}
.credits, .credits a {
	text-decoration:none;
	color: var(--brown);
}
.credits a:hover {
	text-decoration:underline;
}

/*** TOOLTIP *****/
/* Tooltip-blok */
/*body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; padding: 2rem; line-height:1.5 }*/
a.term { 
  position: relative; 
  color: #000; 
  /*text-decoration: underline dashed; */
  text-decoration: none;
  cursor: help; 
  border-bottom: 1px dashed #000;
}
/*
.tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 0.6rem);
  min-width: 250px;
  max-width: 320px;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  background: #fff;
  color: #111;
  font-size: 1.2rem;
  line-height: 1.3;
  border: 1px solid rgba(0,0,0,0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 30;
  transform-origin: bottom center;
}
.tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: inherit;
  border-left: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.03);
}
a.term:hover .tooltip,
a.term:focus .tooltip,
a.term:focus-within .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-6px);
}
@media (max-width: 480px) {
  .tooltip { left: 50%; transform: translateX(-50%); max-width: 90vw; }
}
a.term.show-tooltip .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-6px);
}
a.term.show-tooltip { outline: 2px solid rgba(6,69,173,0.08); border-radius:4px; }
.tooltip[data-align="left"] { left: 0; transform: translateX(0); }
.tooltip[data-align="right"] { left: auto; right: 0; transform: translateX(0); }
*/

/* styling **********************************************************************/
html {
	font-size:8px;
}
body {
	line-height: 1.5em;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5,ul {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}
h1 {
	font-size:2.5rem;
	line-height: 1.2em;
  font-style: normal;
  margin-bottom: 1em;
}
h2 {
	font-size:2.2rem;
  margin-bottom: 1em;
}
h3 {
	font-size:2.2rem;
  margin-bottom: 0;
}
.container .wrapper {
	font-size: 2rem;
	line-height: 1.5em;
}
.content_container {
  max-width: 940px;
  /*font-size: 2.2rem;
  line-height: 1.5em;*/
}

.content_container ul, .content_container ol {
  margin-left: 25px;
  margin-bottom: 1em;;
}
.container.maincontent ul, .container.maincontent ol {
    margin-left: 15px;
    margin-bottom: 1.5rem;
}
.content_container img {
  max-width: 100%;
  height: inherit!important;
}
.container.bgcolor {
  background-color: var(--txtbg);
}
.container:nth-child(2n+1) {
  background-color: var(--txtbg);
}
.container.top{
  background-color: #dadada;
}
.center {
	text-align: center;
}
.border-top {
	border-top:1px solid #c6c5c6;
	padding-top:8px;
}
a {
	color:var(--blue);
}
a[target="_blank"]:not(.no-ext-link-icon):after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
p {
	margin-top:0px;
	margin-bottom:1.5em;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
.no-mobile {
  display: none;
}
.col {
  float:left;
  box-sizing: border-box;
}
.col1 {
  width: calc(100% - 300px);
  padding-bottom: 40px;
}
.col2 {
  width: 300px;
  background-color: aliceblue;
  box-sizing: border-box;
  padding-left: 6%;
}
.col ul, .col ol {
	margin-left: 15px;
}
.col2 ul {
  margin-bottom: 20px;
}
.contentcols .fourcol {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.err_msg {
	color:#d13739;
}
.clearing {
	clear:both;
}
.img-left {
	padding: 5px 5px 5px 0; 
	margin-right: 10px;
	float:left;
}
.img-right {
	padding: 5px 0 5px 5px; 
	margin-left: 10px;
	float:right;
}
hr {
	height:1px;
	background-color:#fff;
	color:#fff;
}
table.news td {
  padding: 10px;
  vertical-align: top;
}
ul#toc li {
    float: left;
    margin-right: 30px; 
}
ul#toc {
  list-style: none;
  height: 40px;
}
ul#toc li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #3F3F3F;
}
ul#toc li a:hover {
  text-decoration: underline;
}


/* ww validatie ******************************************************/
/* The message box is shown when the user clicks on the password field */
#message {
  background: #fff;
  color: #000;
  position: relative;
  padding: 10px 20px;
  margin-top: 10px;
    border: 2px dotted #C04829;
    width: calc(100% - 40px);
    max-width: 540px;
}

#message p {
  padding: 4px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}



/* form */
form span.label {
	display:block;
  float: none;    
  width: 100%;
	padding-right:20px;
  font-size: .9em;
  color:#888888;
}
form span.formelement {
	display:block;
  float: none;
  width: 100%;
}
form div.formrow {
	clear:both;
}
form div.formrow.hidden {
	display:none;
}
form div.formrow:before, form div.formrow:after {
	content: " ";
	display: table;
}
form div.formrow:after {
	clear: both;
}
form div.formmargin {
	margin-left:35px;
}
.wegspam {
	display:none;
}
fieldset, legend {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding:20px;
}
legend {
	padding: 4px 10px;
    font-size: .9em;
}
#errormsg {
	width:60%;
	padding:10px;
	color:#f35300;
	border: 2px dotted #f35300;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea,
input.text,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"], input[type="password"], input[type="email"] {
  width: 100%;
  box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	height:40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding-left:5px;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 1em;
}
input.medium {
    max-width: 500px;
}
input:disabled {
	border: 1px solid #ECECEC;  
  background-color: #F7F7F7;
  color: #757575;
}
input.two-col, select.two-col {
    width: calc(50% - 10px);
}
input.margin-left, select.margin-left {
    margin-left: 2px;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}
select {
  width: 100%;
	max-width:400px;
}


input#submit, input.submit, a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0071BF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border:none;
  appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	cursor: pointer;  
}
a.button:hover {
  background-color: #0056b3;
}
a.button.floatright {
  float: right;
}
#button-home {
  padding: 10px 20px;
  width: auto;
  margin-bottom: 20px;
}
a.button.header-bt {
  padding: 4px 10px;
  width: 80px;
}



/* responsive lay-out *********************************************************************************************************/
@media only screen and (min-width: 768px) {
  html {
    font-size:10px;
  }
  #wrapper {
    padding-top: 156px;
  }
	header {
		height:156px;
	}
	#mainnav, #topnav, #subnav {
		display:block;
	}
	a#logo {
    top:21px;
    width:342px;
    height: 112px;
	}
	#header-content {
		height:auto;
	}
	#mobile-nav-icon {
		display:none;
	}
  .social-icons {
    right: 4%;
  }
  .container {
    padding: 60px 0 60px;
  }
  .container.title {
    padding: 40px 0 20px;
  }
  .contentcols {
    display: flex;
    flex-wrap: wrap;
  }
  .contentcols .fourcol {
    width: 25%; /* 4 kolommen van 25% */
    box-sizing: border-box;
    padding: 20px; /* optioneel */
    border-bottom: none;
    margin-bottom: 0;
  }
  .no-mobile {
    display: block;
  }


  /* form */
  form span.label {
    float:left;
    width:200px;
  }
  form span.formelement {
    float: left;
    width:calc(100% - 220px);
  }

  
	/* footer */
  #footercol1, #footercol2, #footercol3 {
    float:left;
    text-align: left;
  }
  #footercol1 {
    width:30%;
  }
  #footercol2 {
    width: 50%;
    padding-bottom: 0;
  }
  #footercol3 {
    width: 20%;
    column-count: 2;
  }
  
  a.button {
    padding: 10px 20px;
    width: auto;
  }
  a.button.header-bt {
    padding: 10px 20px;
    width: auto;
}
    
}

/*		iPad landscape screen layout:   ********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1300px){
  html {
    font-size:9px;
  }
	#mainnav {
    top:83px;
	}
  #mainnav ul li a {
    font-size: 1.8rem;
    margin-right: 1.8vw;
    padding: 8px;
  }
  #mainnav ul li ul li a {
    font-size: 1.5vw;
  }
	a#logo {
		width: 260px;
		top: 30px;
	}
  #slider {
    height: 40vw;
  }
}

/*		Tablet Layout: 768px.  *****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	a#logo {
    width: 200px;
		top: 10px;
	}

	/* mainnav */
	#mainnav {
    right:auto;
    left:4%;
		top:110px;
	}
	#mainnav ul li a {
    margin-right: 14px;
    padding: 8px;
	}
	/* footer */
}

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

 .home .content_container, .content_container {
    column-count: 2;
    column-gap: 5%;
    max-width: 100%;
    padding-top: 50px;
  }
  .home .content_container.first {
    max-width: 100%;
  } 
  .content_container h2 {
    margin-top: -50px;
  }
  .content_container.no-cols {
    column-count: 1;
    max-width: 940px;
    padding-top: 0;
  }
  .content_container.no-cols h2 {
    margin-top: 0px;
  }
  .pag10  .content_container.no-cols {
    max-width: none;
  }

}


/*	jQuery.mmenu CSS **************************************************************/
/*
	jQuery.mmenu panels CSS
*/

.mm-menu {
  font-size: 1.6em;
  
  --mm-color-background: #000; 	/* 	The background-color for the menu.*/
  --mm-color-background-emphasis: #494949; 	/* 	The background-color for emphasized listitems.*/
/*  --mm-color-background-highlight: ; 	/* 	 	The background-color for highlighted listitems.*/
  --mm-color-border: #ffffff77; 	/* 	 	The border-color for navbars, listitems, etc.*/
  --mm-color-button: #fff; 	/* 	 	The color for buttons.*/
  --mm-color-text: #fff; 	/* 	 	The text-color for the menu.*/
/*  --mm-color-text-dimmed: ; 	/* 	 	The text-color for dimmed out elements in the menu.*/
  /*Positioning*/
  --mm-offset-top: 72px; 	/* 	 	Menu top offset.*/
/*  --mm-offset-right: ; 	/* 		Menu right offset.*/
/*  --mm-offset-bottom: ; 	/* 	 	Menu bottom offset.*/
/*  --mm-offset-left: ; 	/* 	 	Menu left offset.*/
  /*Sizes*/
/*  --mm-line-height: ; 	/* 		The line-height for the menu.*/
/*  --mm-listitem-size: ; 	/* 		The height for the listitems.*/
/*  --mm-navbar-size: ; 	/* 	 	The height for the navbars.  */
}

#navmenu:not( .mm-menu ) {
   display: none;
}

nav ul.mm-listview li {
	float:none;
}
@media only screen and (max-width: 440px) {
  #navmenu.mm-menu_offcanvas {
    max-width: 300px;
    max-height: calc(100vh -60px);
  }
}
.mm-wrapper_opened header {

}
.mm-navbar a.fa, .mm-navbar a.fab {
  display: inherit;
  font-size: 20px;
}
#navmenu .mm-navbar {
  color: rgba(255,255,255,0.79);
}