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

.tekstkaderhide {
}	

a {
	text-decoration:none;
	color:inherit;
}

h1 {
	font-weight:700;
	font-size: 180%;
	line-height: 1.1;
	margin-top:0px;
	margin-bottom:15px;
	color: #4790A4;
}

h2 {
	font-weight:700;
	line-height: 1.2;
	font-size: 150%;
	margin-bottom:20px;
	color: #FFF;
}

.h2kleiner {
	font-size: 130%;
	margin-top:0px;
}

h3 {
	font-weight:300;
	font-size: 120%;
	line-height:1.2;
	margin-bottom:5px;
	color: #006581;
}

h4 {
	font-weight:700;
	font-size: 120%;
	line-height:1.2;
	margin-top:8px;
	margin-bottom:10px;
	color: #006581;
}

h5 {
	font-weight:700;
	font-size: 100%;
	line-height:1.2;
	margin-top:0px;
	margin-bottom: 5px;
	color: #006581;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	color: ;
}

p {
	font-size: 100%;
	line-height: 1.8;
	font-weight:400;
	color: #006581;
	margin-top:0px;
	margin-bottom:15px;
}

p.inleiding {
	font-size: 120%;
	line-height: 1.6;
	font-weight:700;
	color: #006581;
	margin-top:0px;
}

p.klein {
	font-size: 80%;
	line-height: 1.8;
	font-weight:400;
	color: #006581;
	margin-top:0px;
	margin-bottom:0px;
}

.tekstwit {
	color:#FFF !important;
}

.tekstrood {
	color:#00A9E4 !important;
}

.terugbtn {
	width:auto;
	height:30px;
	float:left;
	background-color: #006581;
	color:  #FFF;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	text-align: center;
	font-weight:300;
	font-size: 100%;
	position: relative;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	margin-right:10px;
}

.terugbtnklein {
	width:auto;
	height:20px;
	float:left;
	background-color: #006581;
	color: #FFF;
	padding-left: 8px;
	padding-right: 10px;
	margin-right:20px;
	line-height: 20px;
	font-weight:300;
	font-size: 80%;
	margin-top: 0px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.terugbtnklein:hover, .selecteerbtnklein:hover, .actiebtn:hover {
	background-color:#00A9E4;
}

.terugbtn:hover {
	background-color:#006581;
}

.cd-top {
	display: inline-block;
	height: 45px;
	width: 45px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #004961 url(../images/overig/pijl-boven-kaal.svg) no-repeat center center ;
	background-size:15px;
	visibility: hidden;
	opacity: 0;
	z-index: 20;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	border-radius:50%;
}

.cd-top.cd-is-visible {
	-webkit-transition: opacity .5s 0s, visibility 0s 0s bottom 150ms;
	-moz-transition: opacity .5s 0s, visibility 0s 0s bottom 150ms;
	transition: opacity .5s 0s, visibility 0s 0s bottom 150ms;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

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

.emailbutton {
	width: auto;
	height: 20px;
	float: left;
	border-radius: 3px;
	background-color: #C9DEE1;
	padding-right: 5px;
	overflow: hidden;
}

.emailbutton:hover {
	background-color: #C9DEE1;
}

.emailicon {
	width: 20px;
	height: 20px;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-image: url(../images/overig/email-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 85%;
}

.emailtekst {
	width: auto;
	height: 20px;
	float: left;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 80%;
	line-height: 20px;
	color: #FFF;
	padding-left: 5px;
}

.sharebuttonextra {
	float: left;
	margin-right: 5px;
}

.sharebuttonextrafb {
	margin-top: -3px !important;
}

.sociallinkkader {
	width: auto;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-top: 18px;
}

.sociaallink {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 6px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

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

.submastercontainer {
	width:1200px;
	height:auto;
	margin:0 auto;
	position: relative;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

/* header */
	
header {
	width: 100vw;
	height:100px;
	float:left;
	background-color: #006581;
	color: #FFF;
}

.headerbalk {
	width: 100vw;
	height:30px;
	float:left;
	background-color: #004961;
	position: relative;
	z-index:5;
}

.headerbalktitel {
	width: 100%;
	height:30px;
	float:left;
	line-height:30px;
	font-size: 80%;
	color: #FFF;
}

.headertitelbalk {
	width: 100vw;
	height:60px;
	float:left;
	background-color: #C9DEE1;
	color: #006581;
}

.logo {
	width:213px;
	height:43px;
	float:left;
	background-image: url(/images/overig/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.logoicoon {
	width:24px;
	height:24px;
	right:3px;
	top:3px;
	background-image: url(/images/overig/logo-icoon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index:10;
}

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: #006581;
	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:#00A9E4;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	position: relative;
}

nav ul li:hover {
	background-color:#00A9E4;
	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:#00A9E4;
	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:#E2ECED;
	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:#00A9E4;
	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: #009CD2;
	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: #009CD2;
	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;}

/* sidemenu */

.sidemenu {
  	width: 300px;
  	height:100%;
 	top:0;
 	bottom:0;
  	left:-300px;
 	position:fixed;
  	z-index: 19;
  	background-color:#006581;
}

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

label[for="nav-trigger"] {
  /* critical positioning styles */
  	position: fixed;
  	float:left;
  	display:block;
  	cursor: pointer;
  	top:0px;
  	left:0px;
  	z-index: 20;
  	width:100px;
  	height:30px;
	padding-left:45px;
	color:#FFF;
	font-size: 80%;
	line-height:30px;
  	background-color:#003C50;
  	background-image: url(/images/overig/menu.svg);
  	background-size:16px;
  	background-repeat:no-repeat;
  	background-position:left 15px 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 .submastercontainer .portfoliokader {
  left: 300px;
}


.nav-trigger:checked ~ .headmastercontainer .mastercontainer .submastercontainer .portfoliokader .sluitportfoliokader {
  right: -270px;
}



.nav-trigger:checked ~ .headmastercontainer .mastercontainer .submastercontainer .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:#006581;
}

.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 #4790A4;
}

.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.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: bottom 15px right 15px;
	color: #FFF;
	background-color: #004961;
}

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


/* container -> main */

.containerlinks {
	width:33.33%;
	height:auto;
	min-height:15px;
	float:left;
	padding-right:30px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}

.containerrechts {
	width:66.66%;
	height:auto;
	float:left;
	min-height:15px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;	
}

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

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

main {
	width: 100%;
	height:auto;
	min-height:45px;
	float:left;
	background-size:cover;
	background-position:center center;	
}

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

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

article {
	width:100%; height:auto; float:left;}

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: #006581;	
}

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 {
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	margin-right:4px;
	border-bottom: thin solid #FFF;
}

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

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-bottom: 0px;
}

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

a.normaalbtn, a.normaalbtn:hover {	
	color: #FFF;
	background-color:none;
	text-decoration: none;
	padding:0;
	border:0;
	margin:0;
}

.contentbtn {
	width:auto;
	height:30px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	background-color: #4790A4;	
	color: #FFF;
}

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

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

.breadcrumkader {
	width:100%;
	height:20px;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	line-height:20px;
	font-size:80%;
	color: #00A9E4;
	overflow:hidden;
}

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

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

.vorigebtn {
	width:60px;
	height:60px;
	float:left;
	margin-left:-90px;
	position:absolute;
	border-radius:50%;
	background-color: #006581;	
}

.volgendebtn {
	width:60px;
	height:60px;
	float:left;
	right:-90px;
	position:absolute;
	border-radius:50%;
	background-color: #006581;
}

.volgordebtnkader {
	width:100%;
	height:80px;
	float:left;
	display:none;
	margin-top:15px;
	margin-bottom:30px;
}

.benedenbtn {
	width:60px;
	height:60px;
	float:left;
	left: -moz-calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    margin-top:30px;
	position:absolute;
	border-radius:50%;
	background-color: #006581;
	background-image: url(/images/overig/pijl-beneden.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: top 25px center;
	cursor:pointer
}
/* container -> contentblokken */

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

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

.contentheaderbreed {
	width: 100vw;
	height:45px;
	float:left;
	background-color: #006581;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
	line-height:45px;
}

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

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

.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(30% - 30px);
    width: -webkit-calc(30% - 30px);
    width: calc(30% - 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:auto;
	float:left;
	padding-top:45%;
	background-repeat: no-repeat;
	background-position: center center;
}
	
.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: #006581;
	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: #4790A4;
}

.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: #4790A4;
}

.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: #006581;
	font-size: 80%;
	font-weight: 600;
	margin-bottom: 15px;
}

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

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

.formulierkader input[type="text"] {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	border:none;
	background-color: #E2ECED;
	border-bottom: thin solid #006581;
	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;
	background-color: #E2ECED;
	border: thin solid #006581;
    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;
	background-color: #E2ECED;
    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 #006581;
    cursor:pointer;
	border-radius: 15px;
	background-image:url(/images/overig/sluit-grijs.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:#006581;
	color: #FFF;
}

.formulierbtn {
	width: auto;
	height: 26px;
	float: left;
	background-color:#006581;
	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:#00A9E4;
}

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

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

.nieuwsitemkader:hover {
	background-color: #CDD6D7;
}

.nieuwsitemkaderafbeeldingkader {
	width:33.33%;
	height:auto;
	min-height:5px;
	float:left;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;	
}
	
.nieuwsitemkaderafbeelding {
	width:100%;
	height:auto;
	float:left;
	padding-top:60%;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
	background-color: #CDD6D7;
	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: #E2ECED;
	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: #006581;
	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;	
}
			
.nieuwsitemkaderdatum {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
	color: #00A9E4;
	font-size: 80%;
}

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

.selectcat {
	width: auto;
	height:35px;
	float:left;
	background-color: #E2ECED;
	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: #00A9E4;
}

.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;
    padding-top:40%;
	position:relative;
    overflow:hidden;
	background-color: #C9DEE1;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}
	
.itemkader:hover {
	background-color: #4790A4;
}

.itemkadergegevens {
	width: 50%;
    height:180px;
    float:left;
    margin-top:-180px;
	background-color: #006581;
	color: #FFF;
	position:relative;
	z-index:2;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}

.itemkaderbalkjeboven {
	width:60px;
	height:30px;
	float:left;
	margin-top:-30px;
	background-color: #E2ECED;
}

.itemkaderbalk {
	width:30px;
	height:180px;
	float:left;
	background-color: #E2ECED;
}
	
.itemkaderbalkpijl {
	width:60px;
	height:60px;
	float:left;
	bottom:0;
	right:-60px;
	position:absolute;
	background-color: #E2ECED;
}

	
.itemkaderbalkpijltop, .itemkaderbalkpijltop02 {
	width:6px;
	height:24px;
	float:left;
	left:28px;
	top:11px;
	position:absolute;
	background-color: #006581;
	transform: rotate(-45deg);
}
	
.itemkaderbalkpijlbodem, .itemkaderbalkpijlbodem02 {
	width:6px;
	height:24px;
	float:left;
	left:28px;
	bottom:11px;
	position:absolute;
	background-color: #006581;
	transform: rotate(45deg);
}

	
.itemkaderbalkpijltopterug {
	width:6px;
	height:24px;
	float:left;
	left:24px;
	top:11px;
	position:absolute;
	background-color: #006581;
	transform: rotate(45deg);
}
	
.itemkaderbalkpijlbodemterug {
	width:6px;
	height:24px;
	float:left;
	left:24px;
	bottom:11px;
	position:absolute;
	background-color: #006581;
	transform: rotate(-45deg);
}
	
		
.itemkadertekst {
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height:180px;
    float:left;
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
	color: #FFF;
	position:relative;
	z-index:2;
	transition:linear 450ms; -o-transition: linear 450ms; -moz-transition: linear 450ms; -webkit-transition: linear 450ms;}

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

.headermenukader {
	width:100vw;
	height:45px;
	float:left;
	background-color: #C9DEE1;
	display:none;
}

.headermenukaderoverzicht {
	width:50%;
	height:45px;
	float:left;
	background-color: #C9DEE1;
	position:relative;
	line-height:45px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}

.headermenukaderstart {
	width:50%;
	height:45px;
	float:left;
	background-color: #C9DEE1;
	position:relative;
	line-height:45px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}

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

.gegevenskaderbalkje {
	width:30px;
	height:150px;
	float:left;
	margin-left:-30px;
	background-color: #C9DEE1;
}

.gegevenskadertitel {
	width:100%;
	height:auto;
	float:left;
	padding:30px;
	padding-bottom:20px;
	background-color: #E2ECED;
}

.gegevenskadertekst {
	width:100%;
	height:auto;
	float:left;
	padding:30px;
	background-color: #C9DEE1;
}

.groepsitemkader {
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    height:auto;
    float:left;
    padding-top:25%;
	background-color: #C9DEE1;
	margin-right:30px;
	margin-bottom:30px;
}
									
.clickkader {
	width:auto;
	height:20px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background-color: #006581;
	color: #FFF;
	font-size: 60%;
	line-height:20px;
	margin-top:-20px;
	cursor:pointer;
	position: relative;
	z-index:2;
}
										
.portfoliokader {
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	position: fixed;
	background-color: #FFF;
	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;}
										
.sluitportfoliokader {
	width:45px;
	height:45px;
	float:left;
	top:30px;
	right:30px;
	position: fixed;
	border-radius:50%;
	background-image: url(/images/overig/sluit-wit.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center center;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
											
/* container -> aside */

aside {
	width: 100%;
	height:auto;
	min-height:5px;
	float:left;	
	background-color: #FFF;
}

.asidetop {
	display:block;
}

.asidebodem {
	display:none;
}

.extrapaddingtop {
	padding-top:60px;
}

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

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

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

.sidebarheaderbalkje {
	width:75%;
	height:10px;
	float:left;
	background-color: #4790A4;
	bottom:0;
	left:0;
	position:absolute;
}

.sidebarheader {
	width:auto;
	height:30px;
	float:left;
	background-color: #006581;
	color: #FFF;
	line-height:30px;
	padding-left:30px;
	padding-right:30px;
	position:relative;
	z-index:1;
}

.sidebarafbeelding {
}


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

.sidebartekst {
	width:100%; height:auto; float:left;	padding:30px;
	padding-bottom:10px;
	padding-top:20px;
	position:relative;
	background-color: #E2ECED;
}

.sidebarteksthover {
}

.sidebarcontainer:hover > .sidebarteksthover {
	background-color: #CDD6D7;
}

.sidebartekstnopadding {
	padding:0px;
}

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

.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:50%;
	height:auto;
	float:left;
	padding-top:30%;
	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: #E2ECED;
	color: #006581;
	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: #CDD6D7;
	background-image: url(/images/overig/pijl-blauw.svg);
}

.sidebartagkader {
	width:100%; height:auto; float:left;	background-color: #E2ECED;
	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: #4790A4;
	color: #FFF;
	margin-right:5px;
	margin-bottom:5px;
}

.sidebarlinkbtn {
	width: 30px;
	height:30px;
	float:left;
	right:0;
	bottom:0;
	position:absolute;
	background-image: url(/images/overig/pijl-wit.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: top left;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}
		
.sidebarcontainer:hover > .sidebartekst .sidebarlinkbtn {
	background-image: url(/images/overig/pijl-blauw.svg);
}

/* tussenblokheaderkader */

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

.tussenblokcontainerBG {
	padding:30px;
	background-color: #E2ECED;
}

.tussenblokcontainer a.tussenbloknormaallink {
	width:100%;
	text-decoration:none;
	float: left;
	padding:0;
	margin:0;
	border-bottom:none;
}

.tussenblokcontainer a.tussenblokbasislink {
	width:auto;
	text-decoration:none;
	padding:0;
	margin:0;
	border-bottom:none;
}

.tussenblokheaderkader {
	width: 100%;
	height:auto;
	float:left;
	border-bottom:thin solid #006581;
}

.tussenblokheader {
	width: auto;
	height:20px;
	float:left;
	font-size:60%;
	line-height:20px;
	background-color: #006581;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
}

.tussenbloklink {
	width:100%;
	height:auto;
	float:left;
	font-size:100%;
	background-color: #E2ECED;
	color: #006581;
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.tussenbloklink:hover {
	background-color: #CDD6D7;
}

.tussenbloklink01 {
	width:auto;
	height:auto;
	float:left;
	font-size:80%;
	background-color: #006581;
	color: #FFF;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	transition:linear 250ms; -o-transition: linear 250ms; -moz-transition: linear 250ms; -webkit-transition: linear 250ms;}

.tussenbloklink01:hover {
	background-color: #004961;
}

.tussenblokfoto {
	width:25%;
	height:auto;
	float:left;
	padding-top:12%;
	margin-right:15px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

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

.tussenblokcontactpart a {
	float:left;
	margin:0;
	padding:0;
	border-bottom: none;
}

.tussenblokcontactparttekst {
	float:left;
	margin:0;
	padding:0;
	margin-top:-10px;
	margin-bottom:10px;
}

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

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

.tussenblokafbeelding {
	width:30%;
	height:auto;
	float:left;
	padding-top:20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.tussenbloktekst {
	width:70%;
	height:auto;
	float:left;
	padding-left:30px;
}

.tussenbloktekst p {
	font-size:80%;
}

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

@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/

.popupachtergrond {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
    background-attachment: fixed;
	z-index:1001;
}

.popupkader {
	width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	background-color:var(--kleurwit);
	margin-left:45px;
	margin-top: 45px;
	z-index:1002;
}

.popupafbeelding {
	width:100%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	float: left;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.popupafbeeldingleeg {
    height: 90px;
	margin-top: 0px;
}

.popuptekst {
    width: 30%;
	height: auto;
	float: left;
	padding: 45px;
	background-color:var(--bijkleur02);
	border-radius: var(--borderradius);
	left: 90px;
	bottom: 90px;
	position: absolute;
}

.popupterug {
	width: 30px;
	height: 30px;
	left: -15px;
	top: -15px;
	position: absolute;
	background-image: url(../images/overig/sluit-blauw.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
	z-index: 5;
}

.popupvorige {
	width: 50%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	float: left;
	background-image: url(../images/overig/pijl-blauw-terug.svg);
	background-size: 30px;
	background-position: center left 30px;
	background-repeat: no-repeat;
	position: absolute;
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
}

.popupvorige:hover {
	background-image: url(../images/overig/pijl-blauw-terug.svg);
}

.popupleeg {
	width: 50%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	float: left;
	position: absolute;
}

.popupvolgende {
	width: 50%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	right: 0;
	background-image: url(../images/overig/pijl-blauw.svg);
	background-size: 30px;
	background-position: center right 30px;
	background-repeat: no-repeat;
	position: absolute;
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
}

.popupvolgende:hover {
	background-image: url(../images/overig/pijl-blauw.svg);
}

.popupitemkader {
	display: none;
	position: fixed;
    width: 1200px;
	background-color:var(--bijkleur02);
	height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
	top:100px;
	left:50%;
	margin-left:-600px;
	z-index:1002;
}

.popupitemafbeelding {
	width: 33.33%;
	height:100%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-color:var(--bijkleur02);
}

.popupitemafbeeldingleeg {
	width: 33.33%;
	height:100%;
	float: left;
	background-color:var(--bijkleur02);
}

.popupitemcontent {
	width:66.66%;
	height: 100%;
	float: left;	
}

.popupitemtekst {
	width: 100%;
	height: -moz-calc(100% - 120px);
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
	margin-bottom: 15px;
	padding: 90px;
	float: left;
	position: relative;
}

.popupterugextra {
	right: 5px;
	position: absolute;
}

/* footer */

.bodembalkklein {
	width: 100vw;
	height:15px;
	float:left;
	background-color: #C9DEE1;
}

.bodembalk {
	width: 100vw;
	height:60px;
	float:left;
	background-color: #004961;
	color: #FFF;
	padding-top:15px;
}

.bodembalkbtn {
	width:30px;
	height:30px;
	float:right;
	position:relative;
	background-image: url(../images/overig/pijl.svg);
	background-size: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}

footer {
	width:100%; height:auto; float:left;	min-height:150px;
	padding-top: 60px;
	padding-bottom:30px;
	background-color: #006581;
	color: #FFF;
}

footer h5 {
	color: #FFF;
	font-weight:700;
	font-size:100%;
}

footer p {
	color: #FFF;
	font-weight:300;
	font-size:80%;
}

.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:#004961;
	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, .afstand05, .afstand15, .afstand30, .afstand60 {
	width:100%; height:auto; float:left;}

.afstandheader {
	height:100px;
}

.afstandbasis {
	height:30px;
}

.afstand01 {
	height:1px;
}

.afstand05 {
	height:5px;
}

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