	
body, html {
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	line-height: 1.8;
	font-weight:400;
	color: #6D6E71;
	width:100%;
	height:100%;
	background-color: #ED1C24;
    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;
}

.headmastercontainer {
	width: 100vw;
	height: 100vh;
	float: left;
	position: relative;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
	
.mastercontainer {
	width: 100%;
	height: auto;
	float: left;
	top: 0;
	left: 0px;
	position: absolute;
	background-color: #FFF;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	opacity:0;
}

/* header */
	
header {
	width: 100vw;
	height:140px;
	float:left;
	background-color: #FFF;
	z-index:9;
}

.logo {
	width:240px;
	height:75px;
	float:left;
	margin-top:30px;
	margin-left:45px;
	margin-right:90px;
	background-image: url(/images/overig/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.reklamebalkkader {
   	width: -moz-calc(100vw - 350px);
    width: -webkit-calc(100vw - 350px);
    width: calc(100vw - 350px);
	height:45px;
	right:0;
	top:0;
	position:absolute;
	background-color: #DCDDDE;
	background-image: url(/images/overig/reklamebalkheader.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.reklamebalktekst {
	width:60%;
	height:45px;
	float:left;
	line-height:42px;
	padding-left:30px;
	text-shadow:
    -2px 0px 0 #DCDDDE,
    2px 0px 0 #DCDDDE,
    0px -2px 0 #DCDDDE,
    0px 2px 0 #DCDDDE,
    -2px -2px 0 #DCDDDE,
    -2px 2px 0 #DCDDDE,
    2px -2px 0 #DCDDDE,
    2px 2px 0 #DCDDDE;
}

.vacaturebalk {
	width: 100vw;
	height:65px;
	float:left;
	background-color: #6D6E71;
	z-index:9;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top:0;
}

.vacaturebalk-alt {
	width: 100vw;
	height:155px;
	float:left;
	background-color: #6D6E71;
	z-index:9;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top:0;
}

.vacaturekader {
	width:auto;
	height:35px;
	float:left;
	margin-top:15px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.icoonkader {
	width:auto;
	height:35px;
	float:left;
	margin-top:15px;
	margin-right:60px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.vacatureicoon {
	width: 25px;
	height:35px;
	float:left;
	background-image: url(/images/overig/vacatureicoon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.icoonkadergrijsicoon {
	width: 35px;
	height:35px;
	float:left;
	background-image: url(/images/overig/werkwijzeicoon-grijs.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.vacatureicoon-grijs {
	width: 25px;
	height:35px;
	float:left;
	background-image: url(/images/overig/vacatureicoon-grijs.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.werkwijzeicoon-grijs {
	width: 35px;
	height:35px;
	float:left;
	background-image: url(/images/overig/werkwijzeicoon-grijs.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.dienstenicoon-grijs {
	width: 35px;
	height:35px;
	float:left;
	background-image: url(/images/overig/dienstenicoon-grijs.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.contacticoon-grijs {
	width: 35px;
	height:35px;
	float:left;
	background-image: url(/images/overig/contacticoon-grijs.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right:10px;
}

.vacaturetekst {
	width: auto;
	height:35px;
	float:left;
	font-size: 130%;
	font-weight:300;
	color: #FFF;
	line-height:34px;
}

.iconentekst {
	width: auto;
	height:35px;
	float:left;
	font-size: 130%;
	font-weight:300;
	color: #6D6E71;
	line-height:34px;
}

.vacatureaantal {
	width: auto;
	min-width:20px;
	height:20px;
	float:left;
	margin-left:-6px;
	margin-top:-4px;
	background-color: #ED1C24;
	padding-left:6px;
	padding-right:6px;
	color: #FFF;
	font-size: 80%;
	line-height:20px;
	text-align:center;
	border-radius:10px;
}

.vacaturebtn {
	width: 20px;
	height:20px;
	float:left;
	margin-top:8px;
	margin-left:6px;
	background-image: url(/images/overig/pijl-wit.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.vacatureselectiekader {
	width: 300px;
	height:30px;
	float:right;
	background-color: #F1F2F2;
	background-image: url(/images/overig/pijl-select.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	right:0px;
	position:relative;
   overflow: hidden;
   margin-top:18px;
}

select.vacature {
	width: 300px;
	height:30px;
	border:0;
   	background: transparent;
   	-webkit-appearance: none;
    -moz-appearance: none;
    padding-left:10px;
	font-size: 80%;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

select::-ms-expand {
  display: none;
}
	
/* header -> nav */

nav {
	width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
	height:auto;
    float: right;
    right:0;
    margin-top:75px;
    padding-right:60px;
    position:absolute;
}

nav ul {
	width: auto;
	height:30px;
	float:right;
	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: #6D6E71;
	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:#FFF;
	background-color:#ED1C24;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	position: relative;
}

nav ul li:hover {
	background-color:#ED1C24;
	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.submenu {
	visibility: visible;
  	opacity: 1;
	transition: visibility, opacity 0.2s linear;
}


nav li:last-child:hover > ul.submenu {
	visibility: visible;
  	opacity: 1;
	transition: visibility, opacity 0.2s linear;
}

nav li ul.submenu {
	width:250px;
	height:auto;
	float:left;
	visibility: hidden;
	position:absolute;
  	opacity: 0;
	z-index:100;
	margin:0;
	padding:0;
	padding:0;
	background-color:#ED1C24;
	margin-top:30px;
	transition: visibility, opacity 0.2s linear;
}

nav li:last-child ul.submenu {
	width:250px;
	height:auto;
	float:left;
	visibility: hidden;
	position:absolute;
  	opacity: 0;
	z-index:100;
	margin:0;
	padding:0;
	padding:0;
	background-color:#6D6E71;
	margin-top:30px;
	margin-left:-174px;
	transition: visibility, opacity 0.2s linear;
}

nav li ul.submenu li {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	background-color:#ED1C24;
	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.submenu li:hover {
	text-decoration:none;
	background-color: #C4161C;
	background-image:none;
}

nav li ul.submenu li.activate {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	background-color: #C4161C;
	color: #FFF;
	padding-left: 12px;
	padding-right: 12px;
	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;}

.gkader {
	width:auto;
	height:30px;
	float:left
}

.gtekst {
	width:auto;
	height:30px;
	float:left
}

.gicoon {
	width:12px;
	height:30px;
	float:left;
	background-image: url(/images/overig/gss-grijs.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 11px center;
	margin-left:1px;
	margin-right:1px;
}

.vergrootafbeelding {
	width:20px;
	height:20px;
	float:left;
	background-color: #DCDDDE;
	background-image: url(/images/overig/vergroot-wit.svg);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: center center;
	border-radius:50%;
	margin-top: -35px;
	margin-left:15px;
	cursor:pointer;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.asidetweedeafbeelding:hover > .vergrootafbeelding {
	background-color: #6D6E71;
	background-image: url(/images/overig/vergroot-geel.svg);
}

.portfoliokader {
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	position: fixed;
	background-color: #F1F2F2;
	opacity:0;
	z-index:10;
	display:none;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.portfolioafbeeldingskader {
	width:80vw;
	height:80vh;
	top:10vh;
	left:10vw;
	position: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity:0;
	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: 19;
  	background-color:#ED1C24;
  	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:0;
  left:0;
  z-index: 20;
  width:60px;
  height:30px;
  background-color:#ED1C24;
  background-image: url(/images/overig/menu.svg);
  background-size:16px;
  background-repeat:no-repeat;
  background-position:center center;
}

.nav-trigger + label, .sidemenu, .mastercontainer {
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.nav-trigger:checked + label {
  	left: 300px;
  background-size:12px;
	background-image: url(/images/overig/sluit-wit.svg);
}

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

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

.nav-trigger:checked ~ .headmastercontainer .mastercontainer {
  left: 300px;
}

.nav-trigger:checked ~ .headmastercontainer .mastercontainer .container .portfoliokader {
  left: 300px;
}

.nav-trigger:checked ~ .headmastercontainer .mastercontainer .container .portfoliokader .portfolioafbeeldingskader {
	left: -moz-calc(10vw + 300px);
    left: -webkit-calc(10vw + 300px);
    left: calc(10vw + 300px);
}

.nav-trigger:checked ~ .headmastercontainer {
  overflow-x: hidden;
}

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

.sidemenuscroll ul {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
   background-color:#ED1C24;
}

.sidemenuscroll ul a {
	text-decoration: none;
	color: inherit;
}

.sidemenuscroll ul li {
	width: 100%;
	height: auto;
	min-height: 50px;
	float: left;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.4;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	text-decoration: none;
	list-style: none;
	border-bottom: thin solid #DCDDDE;
}

.sidemenuscroll ul li.sidemenusub {
	font-size: 90%;
	font-weight: 400;
	padding-left: 40px;
	background-image: url(/images/overig/menulijntje.svg);
  	background-size:16px;
  	background-repeat:no-repeat;
  	background-position:left 15px center;
}

.sidemenuscroll ul li.activate {
	background-image: url(/images/overig/pijl-wit.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: bottom 15px right 15px;
	color: #FFF;
	background-color: #C4161C;
}

.sidemenuscroll ul li:hover {
	background-color: #C4161C;
}
	
/* container -> hfdonderwerp */

.homepagehfdonderwerp {
	width:100vw;
	height: 200px;
    float:left;
	background-color: #6D6E71;
	position:relative;
	overflow:hidden;
}

.homepagehfdonderwerp img {
	width:100vw;
	height: 100% !important;
    float:left;
    object-fit:cover;
    object-position: 50% 50%;
}

.homepagehfdonderwerptekst {
	width: auto;
	height:20px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	bottom:0;
	right:0;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	color: #E6E7E8;
	line-height:20px;
	font-size: 60%;
}

.homepagehfdonderwerpbtn {
	background-image: url(/images/overig/pijl-wit.svg);
	background-position: center right 25px;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right:40px;
}

.contactcontainer {
	width: -moz-calc(100% - 410px);
    width: -webkit-calc(100% - 410px);
    width: calc(100% - 410px);
	height:45px;
	float:left;
	background-color: #DCDDDE;
}

.contactkader {
	width: 40vw;
	height:45px;
	float: left;
	background-color: #DCDDDE;
	margin-top:-45px;
	position:relative;
	padding-left:45px;
	z-index:2;
}

/* container -> main */
	
.container {
	width:100%; height:auto; float:left;	position:relative;
	background-repeat: no-repeat;
}

.lijntje {
	width:100%;
	height:1px;
	float:left;
	background-color: #E6E7E8;
	
}

.chfdonderwerp {
	height: -moz-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
    position:relative;
    overflow:hidden;
}


.triggercontainer {
	width:100vw;
	height:1px;
	float:left;
	top:30px;
	position:absolute;
}

.scrollbasis {
	transform:translateY(0px);
	transition: all 0.4s ease-in;
}

.scrollpar {
	transform:translateY(100px);
	transition: all 2s ease-out;
}

.climiet {
	width:1400px;
	margin: auto;
	float: none;
}

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

img.homepagehfdonderwerpimg {
	width:100vw;
	height: auto;
    float:left;
	background-color: #6D6E71;
	padding-top:15%;
	position:relative;
    object-fit:cover;
}
.iconenbalk {
	width:100%;
	height:auto;
	float:left;
	padding-top:15px;
}

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

.itemscontainer {
}

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

.raster {
	width:100px;
	height:100px;
	float:left;
	background-image: url(/images/overig/raster.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left:0;
	top: 73px;
	position: absolute;
}

.bordertop {
	width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
	height:15px;
	float:left;
	margin-right:120px;
	border-top:thin solid #DCDDDE;
}

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

.titelcontainerborderleft {
	width:100%;
	height:auto;
	float:left;
	padding-left:15px;
	border-left:thin solid #6D6E71;
	margin-bottom:10px;
}

.accentkader {
	width:auto;
	height:auto;
	min-height:25px;
	float:left;
	background-color:#ED1C24;
	color:#FFF;
	font-size: 80%;
	padding-left: 10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:15px;
}

.containerplus {
	width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
}

.containerbg {
	background-color:#DCDDDE;
}


article {
	width:100%; height:auto; float:left;	padding-left:175px;
	padding-right:120px;
}

article img {
	width: 100%;
	height: auto;
	float: left;
	border: none;
	margin: 0;
	display: block;
	margin-top: 15px;
	margin-bottom: 30px;
}

article p {
}

article strong {
	color: #6D6E71;	
}

article h1 {
}

article h2 {
}

article h2.h2normaal {
}

article h3 {
}

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

article li {
	margin-left:-20px;
}

article li p {
	margin-bottom: 0px;
}

article a {
	color: #6D6E71;
	background-color:#DCDDDE;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	margin-right:4px;
	border-bottom: thin solid #FFF;
}

article a:hover {
	background-color:#F1F2F2;
	border-bottom: thin solid #ED1C24;
}

article a.normaal {
	color: none;
	background-color:none;
	text-decoration: none;
	padding:0;
	border:0;
	margin:0;
}

article a.normaal:hover {
	color: #ED1C24;
	background-color:#6D6E71;
}

article a.articlebtn {
	width: auto;
	height: 30px;
	float: left;
	color: #FFF;
	background-color: #663366;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 33px;
	border-radius: 5px;
	background-image: url(/images/overig/pijl-wit.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center right 12px;
}

article a.articlebtn:hover {
	color: #FFF;
	background-color: #ff6666;
}


article hr {
	border-top:thin solid #fff;
	border-bottom: thin solid #cdc4d9;
}

article table {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	border:none;
	background-color: #efecf3;
}

article table thead, article table tbody {
	border:none;
	padding: 0;
	margin: 0;	
}

article table th {
	padding: 5px;
	padding-left: 10px;
	border:none;
	background-color: #cdc4d9;
	text-align: left;
	font-size: 110%;
	color: #663366;
	font-weight: 700;
	font-family: 'Assistant', sans-serif;
}

article table tr {
	width: 100%;
	height: auto;
	border:none;
	padding: 0;
	margin: 0;
}

article table td {
	padding: 2px;
	padding-right: 5px;
	padding-left: 10px;
	border:none;
	font-size: 90%;
	border-bottom: thin solid #cdc4d9;
}

article table td p {
	margin-top:5px;
	margin-bottom: 5px;
	line-height:1.4;
}

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

article .articlekader p {
	color:inherit;
}

article .articlekader strong {
	color:#663366;
}

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

.sharebtn {
	width:auto;
	height:18px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-right:15px;
	line-height:18px;
	font-size: 60%;
	background-color: #DCDDDE;	
	color: #6D6E71;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.sharebtn:hover {
	background-color: #ED1C24;	
	color: #FFF;
}

.breadcrumkader {
	width:100%;
	height:20px;
	float:left;
	padding-left:175px;
	margin-bottom:15px;
	line-height:20px;
	font-size:80%;
	color: #ED1C24;
	overflow:hidden;
}

.breadcrumkader a.breadcrumlink {
	color: #6D6E71;
	float:left;
}

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

/* container -> contentblokken */

.contentheaderkader {
	width: 100%;
	height:45px;
	float:left;
	margin-bottom:15px;
	background-color: #6D6E71;
	color: #FFF;
	line-height:45px;
	padding-left:15px;
	position:relative;
	overflow:hidden;
}

.contentheader {
	width: auto;
	height:30px;
	float:left;
	background-color: #ED1C24;
	color: #FFF;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}

.contentheaderbreed {
	width: 300px;
	height:45px;
	float:left;
	right:0;
	top:0;
	background-color: #6D6E71;
	color: #FFF;
	line-height:45px;
	position:absolute;
}

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

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

.contentquote {
}

.contentafbkader {
	width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
	padding-top:10%;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	position:relative;
	margin-bottom:30px;
	margin-right:30px;
	-webkit-filter: grayscale(1) opacity(.7);
	filter: grayscale(1) opacity(.7);
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.contentafbkader:hover {
	-webkit-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1);
}

span.contentafbkadertekst {
	width:100%;
	height:100%;
	float:left;
	top:0;
	position:absolute;
}
	
.contentitems {
	width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
	height:auto;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	position:relative;
}
	
.contentitemstekst {
	width:100%;
	height:auto;
	float:left;
	padding-top:15px;
}
	
.contentitemsafbeelding {
	width:100%;
	height:120px;
	float:left;
	position:relative;
	overflow:hidden;
}
	
.contentitemsafbeelding img {
	width:100%;
	height:100% !important;
	float:left;
    object-fit:cover;
    object-position: 50% 50%;
}
	
.contentafbgroottekst {
	width: 700px;
	height:auto;
	float:left;
	left: -moz-calc(50% - 700px);
    left: -webkit-calc(50% - 700px);
    left: calc(50% - 700px);
	bottom:30px;
	padding-left:60px;
	padding-right:60px;
	padding-top:5px;
	padding-bottom:15px;
	background-color: #6D6E71;
	position:absolute;
}
		
.contentoproepbalk {
}

.contentoproepbalkafbeelding {
}
	
.contentoproepbalktekst {
}

.contenticonenblok {
	width: 20%;
    height:auto;
    float:left;
	position:relative;
	margin-bottom:30px;
}

.contenticonenblokafbeelding {
	width :120px;
	height:120px;
	float:left;
	border-radius:50%;
	left: -moz-calc(50% - 60px);
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
	position:relative;
	background-color: #E6E7E8;
}

.contenticonenbloktekst {
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
	text-align:center;
}

.contentlinkblok {
	width:auto;
	height:30px;
	float:left;
	border-radius:15px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	margin-right:10px;
	margin-bottom:10px;
	background-color: #E6E7E8;
}

.formuliercontainertekst {
	width: 50%;
	height: auto;
	min-height: 30px;
	float: left;
	padding-right: 60px;
}

.formuliercontainer {
	width: 50%;
	height: auto;
	min-height: 30px;
	float: left;
}

.verberg {
	display:none;
}

.formulierkader {
	width: 100%;
	height: auto;
	float: left;
	color: #6D6E71;
	font-size: 80%;
	font-weight: 600;
	margin-bottom: 15px;
}

.formulierkadertekst {
	width: auto;
	height: 45px;
	float: left;
	line-height: 1.4;
	padding-top: 5px;
	color: #6D6E71;
}

.formulierkader textarea {
	width:100%;
	min-width: 100%;
	max-width: 100%;
	height:auto;
	min-height:30px;
	float:left;
	border:none;
	border-bottom: thin solid #6D6E71;
	padding-left:5px;
	margin-top: 5px;
}

.formulierkader input[type="text"] {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	border:none;
	border-bottom: thin solid #6D6E71;
	padding-left:5px;
	margin-top: 5px;
}

.formulierkader input[type="checkbox"] {
	display:none;
}

.formulierkader input[type="checkbox"] + label {
    width:30px;
    height:30px;
	float:left;
	margin-right:15px;
    display:inline-block;
	border: thin solid #6D6E71;
    cursor:pointer;
	border-radius: 15px;
	background-image:url(/images/overig/sluit.svg);
	background-position:center center;
	background-size:15px;
	background-repeat:no-repeat;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.formulierkader input[type="checkbox"]:checked + label {
	background-size:18px;
	background-image:url(/images/overig/vinkje-grijs.svg);
	background-color: #FFF;
}

.formulierkader input[type="radio"] {
	display:none;
}

.formulierkader input[type="radio"] + label {
    width:24px;
    height:24px;
	float:left;
	margin-right:10px;
    display:inline-block;
    cursor:pointer;
}

.formulierkader input[type="radio"]:checked + label {
	background-image:url(/images/overig/vinkje-grijs.svg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.button {
   	width:30px;
    height:30px;
	float:left;
	margin-right:15px;
    display:inline-block;
	border: thin solid #6D6E71;
    cursor:pointer;
	border-radius: 15px;
	background-image:url(/images/overig/sluit.svg);
	background-position:center center;
	background-size:15px;
	background-repeat:no-repeat;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.meldingformulier {
	width: 50%;
	height: auto;
	min-height:100px;
	left: 25%;
	top: -moz-calc(50% - 60px);
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
	float:left;
	line-height: 20px;
	position:fixed;
	z-index:20;
	padding:30px;
	padding-top:40px;
	text-align:center;
	background-color:#ED1C24;
	color: #FFF;
}

.formulierbtn {
	width: auto;
	height: 26px;
	float: left;
	background-color:#6D6E71;
	color: #FFF;
	text-align: center;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 30px;
	background-image: url(../images/overig/pijl-wit.svg);
	background-size: 12px;
	background-position: top 7px right 10px;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.formulierbtn:hover {
	background-color:#ED1C24;
}

::-webkit-input-placeholder { /* Chrome */
  color: #cdc4d9;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #cdc4d9;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #cdc4d9;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:  #cdc4d9;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}


.nieuwsitemcontainer {
	width:100%; height:auto; float:left;	padding-left:175px;
	padding-right:410px;
	padding-bottom:30px;
}

.volgordeitemkader {
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    height:300px;
    float:left;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	margin-right:30px;
	margin-bottom:30px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
	
.volgordeitemkaderafbeelding {
	width:100%;
	height:auto;
	float:left;
	padding-top:40%;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
	background-color: #E6E7E8;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
	border-bottom:thin solid #6D6E71;
}

.volgordeitemkader:hover > .volgordeitemkaderafbeelding {
	padding-top: -moz-calc(40% - 10px);
    padding-top: -webkit-calc(40% - 10px);
    padding-top: calc(40% - 10px);
	border-bottom:thin solid #ED1C24;
}

.volgordeitemkadertekst {
	width:100%;
	height:160px;
	float:left;
	padding:30px;
	padding-top:15px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}

.volgordeitemkader:hover > .volgordeitemkadertekst {
	padding-top:20px;
}

.volgordeitemkadertekst h4 {
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}

.volgordeitemkader:hover > .volgordeitemkadertekst h4 {
	color: #ED1C24;
}

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

.volgordeitemkaderdatum {
	width:auto;
	height:auto;
	min-height:20px;
	float:left;
	background-color: #6D6E71;
	color: #FFF;
	font-size: 80%;
	line-height:20px;
	padding-left:5px;
	padding-right:5px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}

.volgordeitemkader:hover > .volgordeitemkadertekst .volgordeitemkaderdatumkader .volgordeitemkaderdatum {
	background-color: #ED1C24;
}

.nieuwsitemkader {
	width: 100%;
    height:auto;
    float:left;
	margin-bottom:15px;
	position:relative;
	background-color: #F1F2F2;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;	overflow:hidden;
}

.nieuwsitemkader:hover {
	background-color: #E6E7E8;
}
	
.nieuwsitemkaderafbeelding {
	width:33.33%;
	height:auto;
	float:left;
	padding-top:20%;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
	background-color: #E6E7E8;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;	
}

.nieuwsitemkaderbtn {
	width:40px;
	height:40px;
	float:left;
	left: -moz-calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
	top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    position:relative;
	background-color: #6D6E71;
	background-image: url(/images/overig/plus.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
	border-radius:50%;
	opacity:0;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}

.nieuwsitemkaderbtn:hover {
	background-color: #6D6E71;
	background-image: url(/images/overig/plus-geel.svg);
}

.nieuwsitemkader:hover .nieuwsitemkaderafbeelding > .nieuwsitemkadertransparant {
	background-color:rgba(00,00,00,0.4);
}

.nieuwsitemkader:hover .nieuwsitemkaderafbeelding .nieuwsitemkadertransparant > .nieuwsitemkaderbtn {
	opacity:1;
}

.nieuwsitemkadertekst {
	width:66.66%;
	height:auto;
	float:left;
	padding:30px;
	padding-top:20px;
}
	
.nieuwsitemkadertekst h4 {
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}
	
.nieuwsitemkader:hover > .nieuwsitemkadertekst .volgordeitemkaderdatumkader .volgordeitemkaderdatum {
	background-color: #ED1C24;
}
		
.nieuwsitemkader:hover > .nieuwsitemkadertekst h4 {
	color: #ED1C24;
}
			
.nieuwsitemkaderdatum {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
	color: #ED1C24;
	font-size: 80%;
}

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

.selectcat {
	width: auto;
	height:35px;
	float:left;
	background-color: #6D6E71;
	padding-left:40px;
	padding-right:15px;
	background-image: url(/images/overig/sluit-wit.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	line-height:33px;
	font-weight:400;
	font-size: 100%;
	color: #FFF;
	margin-bottom:30px;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;	cursor:pointer;
}

.selectcat:hover {
	background-color: #ED1C24;
}

.itemcontainer {
	width:100%; height:auto; float:left;	padding-left:175px;
}

.itemcontainerhp {
	width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height:auto;
    float:left;
	padding-left:175px;
}
	
.itemcategoriekader {
	width:100%; height:auto; float:left;	margin-bottom:15px;
}
			
.itemcategorieactive {
}
			
.itemcategorie {
}
			
.itemkader {
	width: 100%;
    height:auto;
    float:left;
	margin-bottom:15px;
	position:relative;
    overflow:hidden;
	background-color: #F1F2F2;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}
	
.itemkader:hover {
	background-color: #E6E7E8;
}
			
.itemkadertekst {
	width: 100%;
    height:auto;
    float:left;
    padding-left:30px;
    padding-right:30px;
	color: #ED1C24;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}

.itemkadertekst p {
	margin-bottom: 0px;
}

.itemkaderbalk {
	width: 100%;
    height:auto;
    float:left;
    margin-top:15px;
    padding-left:30px;
	background-color: #DCDDDE;
	border-top:solid thin #6D6E71;
	color: #6D6E71;
	font-size: 80%;
	line-height:33px;
	position:relative;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}
	
.itemkaderbalktekst {
	width: -moz-calc(100% - 118px);
    width: -webkit-calc(100% - 118px);
    width: calc(100% - 118px);
    height:auto;
    min-height:35px;
    padding-right:15px;
    padding-bottom:15px;
    float:left;
}
	
.itemkaderbalktekst1 {
	width: auto;
    height:20px;
    float:left;
	line-height:33px;
    padding-right:15px;
}
	
.itemkaderbalktekst2 {
	width: auto;
    height:20px;
    float:left;
	line-height:33px;
}

.itemkaderbalktekst2streepje {
	width: auto;
    height:20px;
	float:left;
	display:block
}

.itemkaderbalkleesverder {
	width: 118px;
    height:100%;
    padding-left:15px;
    padding-right:35px;
	background-color: #6D6E71;
	color: #FFF;
	background-image: url(/images/overig/pijl-wit.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 12px;
	right:0;
	position:absolute;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}

.itemkaderbalkleesverdertekst {
	width:auto;
	height:16px;
	float:left;
	top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    position:absolute;
	line-height:15px;
}

.itemkader:hover > .itemkaderbalk  {
	border-top:solid thin #ED1C24;
	background-color: #C7C8C9;
}
.itemkader:hover > .itemkaderbalk .itemkaderbalkleesverder  {
	background-color: #ED1C24;
}
		
.itemkadercategorie {
	width:auto;
	height:30px;
	float:left;
	background-color: #DCDDDE;
	color: #6D6E71;
	font-weight:400;
	line-height:30px;
	font-size: 80%;
	padding-left:8px;
	padding-right:8px;
	margin-right:10px;
	margin-bottom:10px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
		
.itemkadercategorie:hover {
	background-color: #C7C8C9;
}
											
/* container -> aside */

aside {
	width: 300px;
	height:auto;
	min-height:5px;
	float:left;	
	background-color: #FFF;
	padding-top:30px;
}

.asidenopaddingtop {
	padding-top:0px;
}

.extrapaddingtop {
	padding-top:60px;
}

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

.sidebarcontainerbg {
	width:100%;
	background-color: #DCDDDE;
	padding:30px;
	padding-bottom:0px;
	padding-top:15px;
	float:left;	
}

.sidebarcontainerborder {
	border: 2px solid #ED1C24;
}

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

.sidebarheader {
	width:auto;
	height:30px;
	float:left;
	background-color: #ED1C24;
	color: #FFF;
	line-height:30px;
	padding-left:30px;
	padding-right:30px;
}

.sidebarafbeelding {
}

.sidebaraccentblokje {
	width:60px;
	height:30px;
	float:left;
	top:0px;
	right:0px;
	position:absolute;
	background-color: #ED1C24;
}

.sidebartekst {
	width:100%; height:auto; float:left;	padding:30px;
	padding-bottom:0px;
	padding-top:15px;
	position:relative;
}

.sidebartekstnopadding {
	padding:0px;
}

.sidebartekst p {
margin-bottom:15px;
}

.sidebartekst p.klein {
	font-size: 80%;
	font-weight:700;
	color: #ED1C24;
}

.sidebarquoteicoon {
	width:45px;
	height:35px;
	float:left;
	margin-right: -moz-calc(100% - 45px);
    margin-right: -webkit-calc(100% - 45px);
    margin-right: calc(100% - 45px);
    margin-bottom:15px;
	background-image: url(/images/overig/quote-icoon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sidebarquoteafbeelding {
	width:120px;
	height:120px;
	float:left;
	margin-right: -moz-calc(100% - 120px);
    margin-right: -webkit-calc(100% - 120px);
    margin-right: calc(100% - 120px);
    margin-bottom:15px;
	background-image: url(/images/overig/quote-icoon.svg);
	background-repeat: no-repeat;
	border-radius:50%;
}

.sidebarquote {
}

.sidebarlijntje {
}

.sidebarafbkader {
	width:100%;
	height:auto;
	float:left;
	padding-top:60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}

span.sidebarafbtitel {
}

.sidebarafbhover {
}

.sidebarlink {
	width:100%; height:auto; float:left;	min-height:30px;
	background-color: #DCDDDE;
	color: #6D6E71;
	padding-left:30px;
	padding-right:45px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(/images/overig/pijl-wit.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 15px center;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.sidebarlink:hover {
	background-color: #C7C8C9;
	background-image: url(/images/overig/pijl-grijs.svg);
}

.sidebartagkader {
	width:100%; height:auto; float:left;	background-color: #DCDDDE;
	padding:30px;
	padding-right:25px;
	padding-bottom:25px;
}

.sidebartaglink {
	width:auto;
	height:30px;
	float:left;
	border-radius:15px;
	padding-left:15px;
	padding-right:15px;
	line-height: 30px;
	background-color: #6D6E71;
	margin-right:5px;
	margin-bottom:5px;
}

.sidebarlinkbtn {
	width: auto;
	height:26px;
	float:left;
	padding-left:13px;
	padding-right:26px;
	line-height:26px;
	font-size:80%;
	background-color: #ED1C24;
	color: #FFF;
	background-image: url(/images/overig/pijl-wit.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 10px center;
	margin-right:5px;
	margin-bottom:5px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
			
.sidebarlinkbtn:hover {
	background-color: #C7C8C9;
	background-image: url(/images/overig/pijl-grijs.svg);
	color: #6D6E71;
}

/* tussenblokheaderkader */

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

.tussenblokheader {
	width: auto;
	height:20px;
	float:left;
	font-size:80%;
	line-height:20px;
	background-color: #6D6E71;
	color: #6D6E71;
	padding-left:15px;
	padding-right:15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tussenitema {
    color: #FFF;
	background-color: #6D6E71;
    text-decoration: none;
    padding: 0;
    border-radius: 0px;
    margin: 0;
}

.tussenitemkader {
	width: 100%;
	height:auto;
	float:left;
	background-color: #6D6E71;
	padding:15px;
	border-radius: 5px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.tussenitemkader:hover {
	background-color: #636366;
}

/* footer */

.bodemicoon {
	width:45px;
	height:45px;
	float:left;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
	margin-right:20px;
}

.bodemtekst {
	width:auto;
	height:45px;
	float:left;
	padding-top:10px;
	line-height:22px;
}

.bodembtn {
	margin-top:10px;
}

footer {
	width:100%; height:auto; float:left;	min-height:150px;
	padding-top: 60px;
	padding-bottom:30px;
	background: rgba(38,38,38,1);
	background: -moz-linear-gradient(top, rgba(38,38,38,1) 0%, rgba(77,77,77,1) 20%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38,38,38,1)), color-stop(20%, rgba(77,77,77,1)), color-stop(100%, rgba(77,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(38,38,38,1) 0%, rgba(77,77,77,1) 20%, rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(top, rgba(38,38,38,1) 0%, rgba(77,77,77,1) 20%, rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(top, rgba(38,38,38,1) 0%, rgba(77,77,77,1) 20%, rgba(77,77,77,1) 100%);
	background: linear-gradient(to bottom, rgba(38,38,38,1) 0%, rgba(77,77,77,1) 20%, rgba(77,77,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#4d4d4d', GradientType=0 );
	color: #FFF;
}

.footerkolom {
	width:33.33%;
	height:auto;
	min-height:30px;
	float:left;
	padding-right:30px;
}

.footerkolom h5 {
	color: #FFF;
	font-weight:400;
}

.footerkolom p {
	color: #FFF;
	font-weight:300;
}

.gemaaktdoorbalk {
	width: 300px;
	height: 30px;
	float: left;
	bottom: 0;
	left: -moz-calc(50% - 150px);
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
	background-color:#58595b;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: absolute;
}

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

.afstandheader {
	height:100px;
}

.afstandbasis {
	height:30px;
}

.afstand01 {
	height:1px;
}

.afstand15 {
	height:15px;
}

.afstand30 {
	height:30px;
}

.afstand60 {
	height:60px;
}

.hoogteklein {
	padding-top:10%;
}

.hoogtesmal {
	padding-top:15%;
}

.hoogtemiddel {
	padding-top:20%;
}

.hoogtehoog {
	padding-top:30%;
}

.hoogtehoogst {
	padding-top:40%;
}