	
body, html {
	margin:0;
	padding:0;
	font-family: 'Ruda', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	font-weight:400;
	color: #2F4C8F;
	width:100%;
	height:100%;
	background-color: #DCDDDE;
    background-attachment: fixed;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
	
.mastercontainer {
	width: 1400px;
	height: auto;
	float: left;
	top: 0;
	left: -moz-calc(50% - 700px);
    left: -webkit-calc(50% - 700px);
    left: calc(50% - 700px);
	position: absolute;
	background-color: #FFF;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

/* header */
	
header {
	width: 100%;
	height:160px;
	float:left;
	padding: 30px;
	background-image:url(/images/overig/bg-header.svg);
	background-size: contain;
	background-position: right center;
	background-repeat:no-repeat;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.logo {
	width:283px;
	height:100px;
	float:left;
	margin-right:30px;
	background-image:url(/images/overig/logo.svg);
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.payoff {
	width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
    height: auto;
    float: left;
    text-align:right;
    margin-top:80px;
    font-weight:700;
}
	
/* header -> nav */

.menukader {
	width: 100%;
	height:45px;
	float:left;
	background-color: #395CAA;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.menukadervast {
	width: 1400px;
	top:0px;
	position:fixed;
	z-index:10;
}

.menulogo {
	width: 150px;
	height:45px;
	float:left;
	background-size: 60px;
	background-position: left 15px center;
	background-repeat:no-repeat;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.menulogoplus {
	background-image:url(/images/overig/logowit.svg);
	width: 160px;
}

.menuitem {
	width:auto;
	height:45px;
	float:left;
	line-height:45px;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
	margin-right:15px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.menuitem:hover {
	background-color: #33539A;
}

nav {
	width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
	height:auto;
    float: left;
	background-color: ;
}

nav ul {
	width: auto;
	height:30px;
	float:left;
	font-size: 100%;
	padding:0;
	margin:0;
	border:none;
}

nav ul li {
	width: auto;
	height:30px;
	float:left;
	margin-right:30px;
	list-style:none;
	line-height:30px;
	font-weight: 400;
	color:#4167B0;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

nav ul li.activate {
	width: auto;
	height:30px;
	float:left;
	list-style:none;
	line-height:30px;
	color:#4167B0;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	position: relative;
}

nav ul li:hover {
	background-color:#4167B0;
	color:#FFF;	
}

nav ul li a.hfd, nav ul li.activate a.hfd {
	width: auto;
	height:30px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	list-style:none;
	color:inherit;
	position: relative;
}

nav li:hover > ul {
	display: block;
}

nav li ul {
	width:250px;
	height:auto;
	float:left;
	position:absolute;
	display: none;
	z-index:100;
	margin:0;
	padding:0;
	background-color:;
	margin-top:30px;
}

nav li ul li {
	width:255px;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	background-color: #4167B0;
	color: #FFF;
	background-image:none;
	text-decoration:none;
	position:relative;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

nav li ul li:hover {
	text-decoration:none;
	background-color: #4167B0;
	background-image:none;
}

nav li ul li.activate {
	width:255px;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	background-color: #4167B0;
	color: #FFF;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	text-decoration:none;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

/* sidemenu */

.sidemenu {
  width: 300px;
  height:100%;
  top:0;
  bottom:0;
  left:-300px;
  position:fixed;
  z-index: 1000;
  background-color:;
  display:none;
}

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  display:none;
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  float:left;
  display:none;
  cursor: pointer;
  top:15px;
  left:15px;
  z-index: 1001;
  width:30px;
  height:30px;
  background-color:;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.nav-trigger + label, .sidemenu {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 315px;
}

.nav-trigger:checked ~ .sidemenu {
  left: 0px;
}

.sidemenucontainer {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x:hidden;
	overflow-y: scroll;
}

.sidemenucontainer::-webkit-scrollbar {
    display:none;
}

.sidemenuscroll {
	position: absolute;
	z-index: 1;
	width: 100%;
	line-height:40px;
}
	
/* container -> main */
	
.container {
	width:100%; height:auto; float:left;	position:relative;
}

.cpadding {
	padding-left:175px;
	padding-right:175px;
}

.innercontainer {
	padding:60px;
	padding-right:30px;
}

.itemscontainer {
	padding:60px;
	padding-right:30px;
}

.schaduwcontainer {
	width:100vw;
	height:350px;
	left:0;
	top:205px;
	position:absolute;
	background-color: #C7C8C9;
}

/* container -> hfdonderwerp */

.homepagehfdonderwerp {
	height:350px;
}

.homepagehfdonderwerpplus {
	margin-top:45px;
}

span.homepagehfdonderwerptekst {
}

main {
	width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
	height:auto;
	min-height:45px;
	float:left;
	padding-right: 60px;
	background-size:cover;
	background-position:center center;
}

article {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

article p {
	margin-top: 0px;
}

article ul, article ol {
	width:100%;
	height:auto;
	margin-top:-13px;
}

article ul {
	list-style: none;
}

article li {
	margin-left:-20px;
	line-height: 1.8;
}

article li:before {
	content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url(/images/overig/vinkje.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:10px;
    margin-left:-20px;
}

article a {
	color:#4167B0;
	text-decoration: underline;
}

article hr {
	border-top:thin solid #4167B0;
	border-bottom:thin solid #4167B0;
}

article img {
	width: 100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	display:block;
}

article table {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	cellpadding:0;
	cellspacing:0;
	border:none;
}

article table tr {
	width: 100%;
	height: auto;
}

article table td {
	padding-left: 10px;
}

article table td p {
	margin-bottom: 0px;
}

article .articlekader {
	width: 100%;
	height:auto;
	padding:30px;
	margin-top:-15px;
	margin-bottom:30px;
	background-color:;
	color:#4167B0;
}

article .articlekader p {
	color:inherit;
}

.sharebalk {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

.sharebtn {
	width:auto;
	height:15px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-right:15px;
	line-height:15px;
	font-size: 90%;
	background-color: ;	
}

.breadcrumkader {
	width:100%;
	height:20px;
	float:left;
	margin-bottom:15px;
	line-height:20px;
	font-size:90%;
	color: #395CAA;
	overflow:hidden;
}

.breadcrumkader a.breadcrumlink {
	color: #4167B0;
	float:left;
}

.breadcrumtussenkader {
	width:20px;
	height:15px;
	float:left;
}


/* container -> contentblokken */

.contentheaderkader {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

.contentheader {
	width: auto;
	height:30px;
	float:left;
	font-weight:700;
	font-size:200%;
	padding-right:10px;
	line-height:30px;
}

.contentquoteicoon {
	width:60px;
	height:60px;
	float:left;
	margin-left:30px;
	background-color: ;
}

.contentquoteafbeelding {
	width:60px;
	height:60px;
	float:left;
	margin-left:30px;
	background-color: ;
}

.contentquote {
}

.contentafbkader {
	width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
	height:auto;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	background-color: ;
	position:relative;
}

span.contentafbtitel {
	width:100%;
	height:100%
	float:left;
	position:absolute;
}

.contentafbhover {
	width:100%;
	height:100%
	float:left;
	position:absolute;
}
	
.contentitems {
	width: 100%;
	height:auto;
	float:left;
	margin-bottom:30px;
	position:relative;
}
	
.contentitemstekst {
	width:50%;
	float:left;
	padding:30px;
	position:absolute;
	margin-left:50%;
	display: table;
}

.contentitemstekstbreed {
	width:100%;
	height:auto;
	float:left;
	padding:30px;
	padding-left:175px;
	padding-right:175px;
	text-align:center;
}
	
span.contentitemsspan {
	width:100%;
	height:auto;
	display: table-cell;
    vertical-align: middle;
}
	
.contentitemsafbeelding {
	width:50%;
	height:100%;
	float:left;
	position:relative;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}

.contentafbgrootelement {
	width: -moz-calc(100% - 395px);
    width: -webkit-calc(100% - 395px);
    width: calc(100% - 395px);
	height:60px;
	float:left;
	left:145px;
	bottom:-10px;
	background-color: #2F4C8F;
	position:absolute;
}
	
.contentafbgroottekst {
	width: -moz-calc(100% - 600px);
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
	height:auto;
	float:left;
	left:175px;
	bottom:-30px;
	padding:30px;
	background-color: #4167B0;
	position:absolute;
}
		
.contentoproepbalk {
	width:100%;
	height:auto;
	float:left;
	background-color: #2F4C8F;
	position:relative;
}

.contentoproepbalkafbeelding {
	width:175px;
	height:100%;
	float:left;
	position:absolute;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}
	
.contentoproepbalktekst {
	width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    margin-left:175px;
	height:auto;
	float:left;
	padding:30px;
	padding-top:35px;
}
	
.contentafbgroottekst h3, .contentoproepbalktekst h3 {
	color: #FFF;
	margin-bottom:0px;
}

.nieuwsitemkader {
	width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    height:400px;
    float:left;
	margin-right:30px;
	margin-bottom:30px;
	background-color: ;
	position:relative;
}
	
nieuwsitemkaderafbeelding {
	width:100%;
	height:200px;
	float:left;
}

.nieuwsitemkadertekst {
	width:100%;
	height:200px;
	float:left;
	padding:30px;
}
			
.nieuwsitemkaderdatum {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
	font-size: 90%;
}
			
.itemcategoriekader {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}
			
.itemcategorieactive {
}
			
.itemcategorie {
}
			
.itemkader {
	width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    height:400px;
    float:left;
	margin-right:30px;
	margin-bottom:30px;
	background-color: ;
	position:relative;
}

.itemkaderafbeelding {
	width:100%;
	height:200px;
	float:left;
}

.itemkadertekst {
	width:100%;
	height:200px;
	float:left;
	padding:30px;
}

.itemkadercategoriecontainer {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

.itemkadercategorie {
	width: auto;
	height:20px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	font-size:90%;
	background-color: #395CAA;
}
				
								
/* container -> aside */

aside {
	width: 250px;
	height:auto;
	min-height:45px;
	float:left;
}

.sidebarcontainer {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

.sidebarheaderkader {
	width:100%; height:auto; float:left;	margin-bottom:10px;
}

.sidebarheader {
	font-weight:700;
}

.sidebarafbeelding {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}

.sidebarafbeelding img {
	width:100%; height:auto; float:left;	padding:0;
	margin:0;
	display:block;
}

.sidebartekst {
}

.sidebartekst p {
}

.sidebartekst p.klein {
	font-size: 90%;
}

.sidebarquoteicoon {
}

.sidebarquoteafbeelding {
}

.sidebarquote {
}

.sidebarlijntje {
}

.sidebarafbkader {
}

span.sidebarafbtitel {
}

.sidebarafbhover {
}

.sidebarlink {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	color: #FFF;
	background-color: #395CAA;
	padding-top: 7px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:15px;
	margin-bottom:1px;
	font-size: 90%;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.sidebartagkader {
	width:100%; height:auto; float:left;}

.sidebartaglink {
	width:auto;
	height:auto;
	min-height:30px;
	float:left;
	color: #FFF;
	background-color: #395CAA;
	padding-top: 6px;
	padding-left:10px;
	padding-bottom:3px;
	padding-right:10px;
	margin-bottom:5px;
	margin-right:5px;
	font-size: 90%;
	border-radius:15px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.sidebarlink:hover, .sidebartaglink:hover {
	background-color: #ED1B36;

}

/* footer */

footer {
	width:100%; height:auto; float:left;	min-height:150px;
	padding: 60px;
	padding-left:175px;
	padding-right:175px;
	background-color: #2F4C8F;
}

.footerkolombreed {
	width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
	height:auto;
	min-height:30px;
	float:left;
	padding-right:60px;
}

.footerkolomaside {
	width:250px;
	height:auto;
	min-height:30px;
	float:left;
}

.footerkolombreed h5, .footerkolombreed p, .footerkolomaside h5, .footerkolomaside p {
	color: #FFF;
}

.footerkolombreed p, .footerkolomaside p {
	font-size: 90%;
}


.afstandbasis, .afstand01, .afstand15, .afstand30, .afstand60 {
	width:100%; height:auto; float:left;}

.afstandbasis {
	height:30px;
}

.afstand01 {
	height:1px;
}

.afstand15 {
	height:15px;
}

.afstand30 {
	height:30px;
}

.afstand60 {
	height:60px;
}

.hoogteklein {
	height:150px;
}

.hoogtesmal {
	height:250px;
}

.hoogtemiddel {
	height:300px;
}

.hoogtehoog {
	height:400px;
}

.hoogtehoogst {
	height:550px;
}