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

/* --------------------------------------------------------

# Algemene instellingen
# Tekst en linken
# Containers
# Header en menu
# Homepagehfdonderwerp
# Linkerkolom
# Content
# Nieuwsitems
# Items
# Contentblokken
# Aside
# Footer
# Uitklapmenu
# Naar boven button
# Formulieren
# Afstandsbalkjes
# Hoogtebalkjes
# Bekijk deze pagina



/*--------------------------------------------------------------
# Algemene instellingen
--------------------------------------------------------------*/

body, html {
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	font-weight:400;
	color:#231F20;
	width:100%;
	height:100%;
	background-color: #004341;
}

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

/*--------------------------------------------------------------
# Tekst en linken
--------------------------------------------------------------*/

.tekstgecentreerd {
	text-align: center;
	padding-left: 60px;
	padding-right: 185px;
}

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

a.linkunderline {
	text-decoration:underline;
	color:inherit;
}

h1 {
	font-weight:400;
	font-size:42px;
	line-height:42px;
	margin-top:-8px;
	margin-bottom:10px;
	color:#0F7D79;
}

h2 {
	font-weight:400;
	font-size:26px;
	line-height:38px;
	margin-top:-8px;
	margin-bottom:-20px;
	color:#0F7D79;
}

h3 {
	font-weight:400;
	font-size:20px;
	line-height:1.2;
	margin-top:-8px;
	margin-bottom:-12px;
	color:#0F7D79;
}

h4 {
	font-weight:400;
	font-size:22px;
	line-height:1.3;
	margin-top:0px;
	margin-bottom:0px;
	color:#0F7D79;
}

h5 {
	font-size: 17px;
	line-height: 1.3;
	font-weight:400;
	color:#0F7D79;
	margin-top:0px;
	margin-bottom:0px;
}

h5.inline {
	font-size: 17px;
	line-height: 1.3;
	font-weight:400;
	color:#0F7D79;
	margin-top:0px;
	margin-bottom:0px;
	display: inline-block;
}

h5.klein {
	font-size: 15px;
	line-height: 1.4;
	font-weight:700;
	color:#0F7D79;
	margin-top:0px;
	margin-bottom:0px;
}

p {
	font-size: 15px;
	line-height: 1.7;
	font-weight:400;
	color:#231F20;
}

p.nomargins {
	margin-top:0px;
	margin-bottom:0px;	
}

p.klein {
	font-size: 12px;
	line-height: 1.2;
	margin-top:0px;
	margin-bottom:0px;
	color:#13A19C;
}

p.sidebar {
	font-size: 13px;
	line-height: 1.7;
	margin-top:0px;
	margin-bottom:0px;
	color:#0F7D79;
}

p.sidebarextra {
	font-size: 13px;
	line-height: 1.7;
	margin-top:0px;
	margin-bottom:0px;
	color:#0F7D79;
	display: inline-block;
}

p.sidebargroen {
	font-size: 15px;
	line-height: 1.7;
	font-weight:300;
	margin-top:0px;
	margin-bottom:0px;
	color:#0F7D79;
}

p.sidebarzwart {
	font-size: 13px;
	line-height: 1.7;
	margin-top:0px;
	margin-bottom:0px;
	color:#000;
}

p.sidebargroot {
	font-size: 24px;
	line-height: 1.7;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
}

p.sidebarklein {
	font-size: 11px;
	font-weight:700;
	color:#0F7D79;
	margin-top:20px;
	margin-bottom:0px;
}

p.sidebarkleinplus {
	font-size: 11px;
	font-weight:700;
	color:#0F7D79;
	margin-bottom:0px;
}

p.inleiding {
	font-size: 18px;
	line-height: 1.4;
	font-weight:400;
	color:#679897;
	margin-top: -5px;
	float: left;
}

.tekstwit {
	color: #FFF;
}

.tekstgroen {
	color:#0F7D79;	
}



/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/

.mastercontainer {
	width:1200px;
	height:auto;
	float:left;
	left:50%;
	margin-left:-600px;
	margin-bottom:60px;
	position:relative;
	background-color:#FFF;
	border: #EDF0F0 15px solid;
}

.loginkaderheader {
	width: 60px;
	height: 30px;
	left: -moz-calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
	top:-20px;
	position: absolute;
	z-index: 10;
	color:#0F7D79;
	background-color: #EDF0F0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-size: 11px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.loginkaderheader:hover {
	background-color: #E2E8E7;
}

.ingelogdkaderheader {
	width: 60px;
	height: 30px;
	left: -moz-calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
	top:-20px;
	position: absolute;
	z-index: 10;
	color:#0F7D79;
	background-color: #EDF0F0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-size: 11px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.ingelogdkaderheader:hover {
	width: 120px;
	left: -moz-calc(50% - 60px);
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
	color:#FFF;
	background-color: #0F7D79;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ingelogdkaderheader:hover .ingelogdmenu {
	visibility:visible;
}

.ingelogdkaderheader .ingelogdmenu {
	visibility: hidden;
	width: 120px;
	height: 60px;
	margin-top: 30px;
	margin-left: -79px;
	position: absolute;
	background-color:#0C6864;
}

.ingelogdmenuitems {
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	background-color:#0F7D79;
	color: #EDF0F0;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.ingelogdmenuitems:hover {
	background-color:#0D6E6B;
}

.stijlelementheader {
	width: 100%;
	height: 15px;
	float: left;
	margin-top: -15px;
	background-image: url(../images/overig/knbv-headerelement.svg);
	background-size: contain;
	background-position: top right 60px;
	background-repeat: no-repeat;
}

.stijlelementfooter {
	width: 15px;
	height: 90px;
	float: left;
	margin-left: -15px;
	margin-top: -115px;
	background-color: #6CAB43
}

.container {
	width: -moz-calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
    width: calc(100% - 185px);
	height: auto;
	float: left;
}

.containerA {
	width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
	height:auto;
	float:left;
	background-size:cover;
	background-position:top center;
	position:relative;
	background-repeat: no-repeat;
}

.containerAextra {
	width: -moz-calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
    width: calc(100% - 185px);
}

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

.containerB {
	width:100%;
	height:auto;
	float: left;
	background-size:cover;
	background-position:top center;
	position:relative;
}

.containerBextra {
	padding-left: 185px;
	padding-right: 185px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.containerBplus {
	padding-left: 185px;
	padding-right: 155px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.containerC {
	width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
	height:auto;
	float:left;
	
}

.containerD {
}

.linkerkolom {
	width:185px;
	min-height:30px;
	float:left;
}

.BG-lichtgroen {
	background-color: #E0E8D3;
}

.BG-lichtblauw {
	background-color: #EDF0F0;
	border-top: thin #AEC8C7 solid;
	border-bottom: thin #AEC8C7 solid;
}

.randLichtblauw {
	width: 100%;
	height: 1px;
	float: left;
	border-top: thin #AEC8C7 solid;
	
}

/*-----------------------------------------------------------
Reklamebalk
------------------------------------------------------ */

.reklamebalkkader {
	width: 100%;
	height: 45px;
	float: left;
	background-color:#0F7D79;
	position: relative;
}

.reklamebalkkaderhover {
	background-color:#0F7D79;
	border:none; 
	cursor:pointer;
	-webkit-appearance:none;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.reklamebalkkaderhover:hover {
	background-color:#0C6763;
}

.reklamebalkafbeelding {
	width: 285px;
	height: 45px;
	float: left;
	background-color:#0F7D79;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reklamebalktekst {
	width: -moz-calc(100% - 285px);
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
	height: 45px;
	float: left;
	padding-left: 30px;
	padding-right: 40px;
	line-height: 43px;
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reklamebalktekstbreed {
	width: 100%;
	height: 45px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 43px;
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.sluitreklamebalk {
	width: 24px;
	height: 24px;
	background-image: url(../images/overig/sluit.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	border-radius: 12px;
	right: 8px;
	top: 8px;
	background-color:#0C6763;
	position: absolute;
	z-index: 5;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.sluitreklamebalk:hover {
	background-color: #0F7D79;
}

.sluitreklamebalktekst {
	width: 100%;
	height: 45px;
	float: left;
	background-color: #6CAB43;
	display: none;
	position: absolute;
	z-index: 2;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 45px;
	color: #FFF;
	font-size: 22px;
	text-align: center;
}

.sluitreklamebalk:hover + .sluitreklamebalktekst {
	display: block;
}

/*--------------------------------------------------------------
# Header en menu
--------------------------------------------------------------*/

header {
	width: 100%;
	height:90px;
	float:left;
}

.logo {
	width:155px;
	height:150px;
	float:left;
	background-image:url(../images/overig/logo.svg);
	margin-bottom:30px;
	margin-right: 30px;
	background-size:110px;
	background-repeat:no-repeat;
	background-position:top 20px center;
}

.navkader {
	width: 100%;
	height:120px;
	float:left;
	padding-right: 30px;
}

nav {
	width:100%;
	height:95px;
	float:right;
}

nav ul {
	width: auto;
	height:30px;
	float:right;
	padding:0;
	margin:0;
	border:none;
	margin-left:-5px;
	margin-top:30px;
}

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

nav ul li:hover {
	background-color: #EDF0F0;	
}

nav ul li.activate {
	width: auto;
	height:30px;
	float:left;
	list-style:none;
	line-height:30px;
	color:#6CAB43;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

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

.menuhfd {
	width: auto;
	height:25px;
	float:left;
}

.menuhfdextra {
	border-bottom: 1px #6CAB43 solid;
}

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: #EDF0F0;
	margin-top:30px;
}

nav li ul li {
	width:255px;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	color:#0F7D79;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	background-color: #EDF0F0;
	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:#D7E0E0;
	background-image:none;
}

nav li ul li.activate {
	width:255px;
	height:auto;
	min-height:30px;
	float:left;
	line-height:22px;
	font-weight:400;
	color:#6CAB43;
	background-image: url(../images/overig/groen-blokje.svg);
	background-repeat: repeat-y;
	background-size: 3px;
	background-position: left;
	background-color:#EDF0F0;
	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;
}

.breadcrum {
	width: 100%;
	height:45px;
	float:left;
	font-size:12px;
	font-weight: 700;
	line-height:45px;
	padding-right: 185px;
	color:#6CAB43;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrum a {
	width: auto;
	height:45px;
	font-size:12px;
	font-weight: 300;
	line-height:45px;
	margin-right: 20px;
	color:#8DAEAE;
	text-align: center;
	transition:linear 50ms;
	-o-transition: linear 50ms;
	-moz-transition: linear 50ms;
	-webkit-transition: linear 50ms;
}

.breadcrum a:hover {
	color:#5C9392;
}


/*--------------------------------------------------------------
# Homepagehfdonderwerp

tekstkaderhide


--------------------------------------------------------------*/



.homepagehfdonderwerp {
	width: -moz-calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
	height:320px;
	float:left;
	background-size:cover;
	background-position:center center;
	position:relative;
}

span.homepagehfdonderwerptekst {
	width: 400px;
	height: auto;
	float: left;
	bottom:-30px;
	background-color: #6CAB43;
	padding: 30px;
	padding-top: 22px;
	padding-bottom: 12px;
	color: #FFF;
	font-size: 32px;
	line-height: 32px;
	z-index: 2;
	position:absolute;
}


span.afbgroottekstkader {
	width: 450px;
	height: auto;
	right: 0;
	bottom:-30px;
	background-color: #FFF;
	padding: 30px;
	padding-top: 22px;
	padding-bottom: 12px;
	color:#0F7D79;
	font-size: 32px;
	line-height: 32px;
	z-index: 2;
	position:absolute;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content {
	width: -moz-calc(100% - 305px);
    width: -webkit-calc(100% - 305px);
    width: calc(100% - 305px);
	height:auto;
	min-height:45px;
	float:left;
	padding-left: 100px;
	margin-right:30px;
	margin-bottom:30px;
	background-size:cover;
	background-position:center center;
}

.contentleden {
	width: -moz-calc(100% - 305px);
    width: -webkit-calc(100% - 305px);
    width: calc(100% - 305px);
	height:auto;
	min-height:45px;
	float:left;
	padding-left: 100px;
	margin-right:30px;
	margin-bottom:30px;
	background-size:cover;
	background-position:center center;
}

.contentbalkjegroen {
	background-image: url(../images/overig/contentbalkje-groen.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 3px;
}

.contentbalkjelichtgroen {
	background-image: url(../images/overig/contentbalkje-lichtgroen.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 3px;
}

.contentbalkjegrijs {
	background-image: url(../images/overig/contentbalkje-grijs.svg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 3px;
}

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

.articlekolommen {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	 -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;
}

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

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

article a {
	color:#6CAB43;
	text-decoration: underline;
}

article hr {
	border-top:thin solid #679897;
	border-bottom:thin solid #FFF;
}

article img {
	width: -moz-calc(100% + 100px);
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
	height:auto;
	padding:0;
	margin:0;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: -100px;
	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:#43bee8;
	color:#FFF;
}

article .articlekader p {
	color:inherit;
}

article .articlekader strong {
	color:#00526e;
}

article .hfdpaginakader {
	width:100%;
	height: auto;
	min-height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	font-weight: 700;
	font-size: 17px;
}

article .subpaginakader {
	width:100%;
	height: auto;
	min-height: 30px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	font-weight: 700;
}

article .hfdnwspaginakader {
	width:100%;
	height: auto;
	min-height: 30px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	font-weight: 400;
}

article .subnwspaginakader {
	width:100%;
	height: auto;
	min-height: 30px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	font-weight: 400;
}


/*--------------------------------------------------------------
# Nieuwsitems
--------------------------------------------------------------*/

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

.ledenurl {
	width: auto;
	height: 20px;
	float: left;
	line-height: 20px;
	background-color: #CBD8D7;
	color: #0F7D79;
	font-weight: 400;
	font-size: 13px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 2px;
	margin-top: -5px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.ledenurl:hover {
	background-color: #C0D0D0;
}

.nieuwsitemkader {
	width: 100%;
	height: 100px;
	float: left;
	margin-bottom: 30px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
}

.nieuwsitemkader:hover {
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1 );
}

.nieuwsitemkaderafbeelding {
	width: 150px;
	height: 100px;
	float: left;
	background-position: center;
	background-size: cover;
	background-color: #E8E8E8;
}

.hfdnieuwsitemkadertekst {
	width: 100%;
	height: auto;
	float: left;
	padding-right: 185px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.nieuwsitemkadertekst {
	width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
	height: 100px;
	float: left;
	padding-left: 30px;
	overflow: hidden;
	text-overflow:ellipsis; 
}

.nieuwsitemkadertekstbreed {
}

.hfdnieuwsitemkaderdatum {
	width: auto;
	height: 20px;
	float:left;
	background-color: #FFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 20px;
	font-size: 13px;
	color: #8DAEAE;
	margin-left: 20px;
	margin-top: 20px;
}

.nieuwsitemkaderdatum {
	width: 100%;
	height: 23px;
	float: left;
	color: #8DAEAE;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 6px;
}

.itemblokicoonkader {
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.itemblokicoonkaderextra {
	margin-left:-8px; 
	margin-top:2px;
	
}

.terugbtn {
	width:100px;
	height:30px;
	float:left;
	background-color: #6CAB43;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	position: relative;
	border-radius: 2px;
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
}

.terugbtnextra {
	margin-top: -75px;
}

.terugbtnklein {
	width:auto;
	height:18px;
	float:left;
	background-color: #6CAB43;
	padding-left: 5px;
	padding-right: 7px;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	margin-top: 4px;
	margin-right: 6px;
	border-radius: 2px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.terugbtnklein:hover, .terugbtn:hover {
	background-color: #66A23F;
}

.stemkader {
	width:auto;
	min-width: 20px;
	height:15px;
	float:left;
	background-color:#0F7D79;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 14px;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	margin-top: 5px;
	margin-right: 6px;
	border-radius: 2px;
	
}


.selecteerbtnklein {
	width:auto;
	height:18px;
	float:left;
	background-color: #82B1B0;
	padding-left: 5px;
	padding-right: 7px;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	margin-top: 4px;
	margin-right: 6px;
	border-radius: 2px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.selecteerbtnklein:hover {
	background-color: #0F7D79;
}

.selecteerbtnkleinactivate {
	width:auto;
	height:18px;
	float:left;
	background-color: #0F7D79;
	padding-left: 5px;
	padding-right: 7px;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	margin-top: 4px;
	margin-right: 6px;
	border-radius: 2px;
}





/*--------------------------------------------------------------
# Items
--------------------------------------------------------------*/

.itemkader {
	width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
	height:400px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	position:relative;
}

.itemkaderafbeelding {
	width:100%;
	height:180px;
	float:left;
	background-size:cover;
	background-position:center;
}

.itemkaderafbeeldinghoog {
	width:100%;
	height:400px;
	float:left;
	background-size:cover;
	background-position:center;
	position:relative;
}

.itemkadertekst {
	width:100%;
	height:210px;
	float:left;
	padding: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.itemkaderteksthoog {
	width:100%;
	height:400px;
	float:left;
	padding: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.itemkadertekstopafbeelding {
	width: 100%;
	height:auto;
	bottom:0;
	left:0;
	position:absolute;
	font-weight:400;
	font-size:22px;
	padding: 20px;
	padding-top: 15px;
}

.subtitelcontainer {
	width: 100%;
	float: left;
}

.subtitelkader {
	width: auto;
	max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	background-color: #0F7D79;
	color:#FFF;
	float: left;
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -40px;
	position: absolute;
	text-overflow: ellipsis;
	overflow: hidden;
}

.subtitelkaderextra {
	margin-top: -45px;
}


.subtitelkadertekst {
	width: auto;
	max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	background-color: #0F7D79;
	color:#FFF;
	float: left;
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -20px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	
}


/*--------------------------------------------------
# documentenpagina
---------------------------------------------------*/

.dockader {
	width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
	height:255px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
	position:relative;
	background-color: #E2E8E7;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.dockader:hover {
	background-color: #D9E1E1;
}

.dockadergerelateerd {
	width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.dockaderafbeelding {
	width:100%;
	height:170px;
	float:left;
	background-size:cover;
	background-position:center;
	background-color: #B6C8C8;
}

.dockadertekst {
	width:100%;
	height:85px;
	float:left;
	padding: 10px;
	padding-top: 8px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.documentkader {
	width: 100%;
	height:auto;
	min-height: 55px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	background-color: #DFE9D3;
	margin-bottom: 5px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
	position: relative;
}

.documentkader:hover {
	background-color: #D4E2C3;
}

.typedocumentkader {
	width: 80px;
	height:100%;
	float: left;
	position: absolute;
	background-color: #BFD4A6;
	color:#0F7D79;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.documentkadertekst {
	width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
	margin-left: 80px;
	height: 100%;
	float: left;
	color:#0F7D79;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;	
}

.ledenkader {
	width: 100%;
	height:auto;
	min-height: 55px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	background-color: #DFE9D3;
	margin-bottom: 5px;
	position: relative;
}

.letterkader {
	width: 45px;
	height: 22px;
	float: left;
	left: 0;
	position: absolute;
	font-size: 30px;
	line-height: 20px;
	margin-left: -45px;
	color: #0F7D79;
}

.woordkader {
	width: 100%;
	height: 40px;
	float: left;
	padding-top: 12px;
	background-color: #FFF;
	line-height: 10px;
	color: #0F7D79;
	font-size: 12px;
}

.ledenportretkader {
	width: 100px;
	height:auto;
	min-height: 55px;
	padding: 15px;
	padding-top: 20px;
	float: left;
}

.ledenportret {
	width: 70px;
	height:70px;
	float: left;
	background-color: #FFF;
	border-radius: 35px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ledengegevenskader {
	width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
	height:auto;
	min-height: 55px;
	padding: 15px;
	padding-left: 0px;
	padding-bottom: 20px;
	float: left;
}

.ledengegevensbewerk {
	width: 20px;
	height: 20px;
	right: 15px;
	position:absolute;
	background-image: url(../images/overig/leden-bewerk.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;	
}

.ledengegevensbewerksluit {
	width: 20px;
	height: 20px;
	right: 15px;
	position:absolute;
	background-image: url(../images/overig/leden-bewerksluit.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;	
}

.ledengegevensbewerkextra {
	top: 15px;
}

.ledengegevensbewerkplus {
	right: -15px;
	top: -15px;
	
}

.ledengegevensbewerkkader {
	width: 100%;
	height: 0px;
	float: left;
	position:relative;
}

.ledengegevenskadernaam {
	width:100%;
	height:20px;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #0F7D79;
	margin-bottom: 10px;
}

.ledengegevenskadernaw {
	width:100%;
	height:auto;
	float: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #231F20;
}

.ledentelmailkader {
	width:100%;
	height:auto;
	min-height: 20px;
	float: left;
}

.ledentelmailkaderextra {
	margin-top: 3px;
}

.ledentelefoonicoon {
	width:20px;
	height:20px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/overig/leden-tel.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

.ledenemailicoon {
	width:20px;
	height:20px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/overig/leden-mail.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}


.ledenwebsiteicoon {
	width:20px;
	height:20px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/overig/leden-website.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

.ledentelmail {
	width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
	height:20px;
	float: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #231F20;
}

.ledenverenigingsfunctie {
	width: auto;
	height: 16px;
	float: left;
	line-height: 16px;
	font-size: 12px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 4px;
	background-color: #0F7D79;
	color: #FFF;
}

.ledenverenigingsfunctieA {
	width: auto;
	height: 16px;
	float: left;
	line-height: 16px;
	font-size: 12px;
	padding-right: 7px;
	margin-right: 7px;
	border-right: thin solid #DFE9D3;
}

.ledengegevenswerktitel {
	width:100%;
	height:20px;
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #0F7D79;
	margin-top: 20px;
}

.bedrijfskader {
	width: 100%;
	height:auto;
	min-height: 55px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	background-color: #C8DAB3;
	position: relative;
	padding-bottom: 5px;
}

.ledenbedrijfskaderextra {
	margin-bottom: 5px;
	
}

.bedrijfsgegevenskadernaam {
	width:100%;
	height:20px;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #0F7D79;
	margin-bottom: 10px;
}

#pasaangegevensledennaw, #pasaangegevensaccount, #pasaangegevensledenwerk, #pasaangegevensbedrijven {
	width: -moz-calc(100% + 15px);
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
	height: auto;
	float: left;
	display: none;
	background-color: #C8DAB3;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Contentblokken
--------------------------------------------------------------*/

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

.typeblokheaderextra {
	text-align: center;
}

.typeblokheaderplus {
	padding-right: 30px;
	margin-bottom: 30px;
}

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

.quotekader {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 150px;
	padding-right: 225px;
	margin-top: 15px;
	text-align: center;
}

.quotetekstkader {
	width: 100%;
	height: auto;
	padding-top: 30px;
	text-align: center ;
}

.afbcontainer {
	width: 33.33%;
	height: auto;
	float: left;
}

.afbkader {
	width: 100%;
	height: 200px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#FFF;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
	overflow: hidden;
}

.afbkader:hover {
	width: 100%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
	z-index: 2;
	position: relative;
}

.afbkaderhoog {
	height: 340px;
}

.afbtitel {
	width: 100%;
	height: auto;
	float: left;
	display: none;
	position: absolute;
	bottom: 0;
	padding: 20px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 1.4;
	color: #FFF;
	background-color: rgba(0,67,65,0.4);	
}

.afbkader:hover > .afbtitel {
	display: block;
}

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

.afbkadertekst {
	width: 100%;
	height: 200px;
	float: left;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 45px;
	background-color: #D2E0C1;
}


.afbkaderteksthoog {
	height: 260px;
}

.afbkadertitel {
	width: 100%;
	height: auto;
	float: left;
	min-height: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	color: #0F7D79;
}

.afbkaderleeg {
	width: 100%;
	float: left;
	height: 45px;
}

/* popup */

.popupachtergrond {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#004341;
	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:#FFF;
	border: #EDF0F0 15px solid;
	margin-left:45px;
	margin-top: 45px;
	z-index:1002;
	overflow:hidden;
}

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

.popuptekstlipje {
	width: 100%;
	height: 30px;
	float: left;
}

.popuptekst {
    width: 100%;
	height: 300px;
	float: left;
	padding: 45px;
	padding-left: 185px;
	padding-right: 185px;
	text-align: center;
	margin-top: 30px;
	background-color: #D2E0C1;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.popuptekst:hover {
	margin-top: -240px;
}

.popupteksthoog {
	width: 100%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	margin-top: 0px;
}

.popupterug {
	width: 60px;
	height: 60px;
	right: 60px;
	position: fixed;
	background-image: url(../images/overig/sluit.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	transition:linear 350ms;
	-o-transition: linear 350ms;
	-moz-transition: linear 350ms;
	-webkit-transition: linear 350ms;
	z-index: 5;
}

.popupterug:hover {
	background-image: url(../images/overig/sluit-hover.svg);
}

.popupterugextra {
	position: absolute;
	
}


.popupvorige {
	width: 50%;
    height: calc(100% - 90px);
	height: -moz-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
	float: left;
	background-image: url(../images/overig/vorige.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/vorige-hover.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/volgende.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/volgende-hover.svg);
}

.afbkaderafbeelding {
}

.afbkaderafbeelding img {
}

.afbkaderhover {
}

.afbkadertekst {
}

.promokader {
	width: 50%;
	height: auto;
	float: left;	
}

.promokaderblokafbeelding {
	width: 100%;
	height: auto;
	min-height: 300px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

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

.promokaderbloktekstcontainer {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 45px;
}

.promokaderbloktekst {
	width: 100%;
	height: auto;
	float: left;
	padding: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #D2E0C1;
}

.pkbt {
	background-color: #C4D7AD;
	width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
	
}

.linknaamkader {
	width: auto;
	height: 24px;
	float: left;
	right: 0;
	position: relative;
	line-height: 24px;
	font-size: 12px;
	color: #FFF;
	background-color: #0F7D79;
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.itemkaderblokken {
	width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
	height: 320px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.itemkaderblokkenafbeelding {
	width: 100%;
	height: 200px;
	float: left;
	background-image: url(../images/overig/cirkel.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.itemkaderblokkentekst {
	width: 100%;
	height: 110px;
	float: left;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.itemkaderblokkentekstbreed {
	width: 100%;
	height: 320px;
	float: left;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.BG-kleur01 {
	background-color: #D2E0C1;
}

.BG-kleur01:hover {
	background-color: #C4D7AD;
}

.BG-kleur01A {
	background-color: #D2E0C1;
	background-image: url(../images/overig/logo-wit.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.BG-kleur01A:hover {
	background-color: #C4D7AD;
}

.BG-kleur01B {
	background-color: #C4D7AD;
}

.BG-kleur02 {
	background-color: #CBD8D7;
}

.BG-kleur02:hover {
	background-color: #B8CACA;
}

.BG-kleur02A {
	background-color: #CBD8D7;
	background-image: url(../images/overig/logo-wit.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.BG-kleur02A:hover {
	background-color: #B8CACA;
}

.BG-kleur02B {
	background-color: #B8CACA;
}

.BG-kleur03 {
	background-color: #C1D5A9;
}

.BG-kleur03:hover {
	background-color: #B4CE99;
}

.BG-kleur03A {
	background-color: #C1D5A9;
	background-image: url(../images/overig/logo-wit.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.BG-kleur03A:hover {
	background-color: #B4CE99;
}

.BG-kleur03B {
	background-color: #B4CE99;
}



.span .afbgroottekstkader {
}

.tekstkaderhide {
}

.oproepbalk {
	width: 100%;
	height:auto;
	min-height:90px;
	float:left;
	background-color: #6CAB43;
	position:relative;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.oproepbalk:hover {
	background-color: #5AA445;
}

.oproepbalkafbeelding {
	width:285px;
	height:100%;
	min-height:110px;
	float:left;
	background-size:cover;
	background-position:center center;
	position:absolute;
}

.oproepbalktekst {
	width: -moz-calc(100% - 285px);
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
	height:auto;
	min-height:110px;
	float:left;
	margin-left:285px;
	padding-left:45px;
	padding-top:38px;
	padding-right:90px;
	padding-bottom:5px;
}

.oproepbalktekstbreed {
	width: 100%;
	height:auto;
	min-height:90px;
	float:left;
	padding-left:45px;
	padding-top:38px;
	padding-right:90px;
	padding-bottom:5px;
}

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

.iconenblokafbeelding {
	width:80px;
	height:80px;
	float:left;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin-top:10px;
	border-radius: 40px;-webkit-box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.4);
box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.4);
}

.iconenbloktekst {
	width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
	height:100px;
	float:left;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 30px;
}

.linkblok {
	width:auto;
	height:45px;
	float:left;
	line-height:45px;
	color:#D2E0C1;
	font-weight: 400;
	font-size: 18px;
	padding-left:20px;
	padding-right:20px;
	background-color:#0F7D79;
	margin-right:15px;
	margin-bottom:15px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.linkblok:hover {
	color: #FFF;
	background-color:#0C6865;
}

.gerelateerdkader {
	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;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.gerelateerdkaderafb {
	width: 100%;
	height: auto;
	min-height: 100px;
	max-height: 200px;
	float: left;
	overflow: hidden;
}

.gerelateerdkaderafbextra {
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.gerelateerdkaderafb img {
	width: 100%;
	height: auto;
	min-height: 100px;
	float: left;
	paddding:0;
	margin: 0;
	border: none;
	display: block;
}

.gerelateerdkadertekst {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
}

.gerelateerdkadertekstextra {
	width: 100%;
	height: 95px;
	float: left;
	padding-top: 15px;
	overflow: hidden;
    text-overflow: ellipsis; 
}

.gerelateerdkaderitems {
	width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
	height: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.gerelateerdkaderitemsafb {
	width: 100%;
	height: 160px;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.gerelateerdkaderitemstekst {
	width: 100%;
	height: 140px;
	float: left;
	padding: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gerelateerdbtn {
	float: right;
	margin-right: 30px;
}


/*--------------------------------------------------------------
# Itemblokken
--------------------------------------------------------------*/

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

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

.itembloklinkblok {
	width:100%;
	height:45px;
	float:left;
	line-height:45px;
	color:#D2E0C1;
	font-weight: 400;
	font-size: 18px;
	padding-left:20px;
	padding-right:20px;
	background-color:#0F7D79;
	margin-bottom:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

.itembloklinkblok:hover {
	color: #FFF;
	background-color:#0C6865;
}

.reactiekader {
	width: 100%;
	height: 60px;
	float: left;
	border: none;
	margin-bottom: 30px;
}

.reactiekaderextra {
	height: 90px;
}

.tekensteller {
	width: auto;
	height: 15px;
	float: right;
	position: relative;
	margin-top: -23px;
	font-size: 13px;
	font-weight: 400;
	color:#0F7D79;
}

.inputledenurl {
	width: 100%;
	height: 30px;
	float: left;
	border: none;
	margin-bottom: 30px;
	padding-left: 5px;
}

.pasaangegevensleden {
	width: 100%;
	height: 20px;
	float: left;
	border: none;
	margin-bottom: 15px;
	padding-left: 5px;
}

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

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

.itemblokkader input[type="radio"] + label {
    width:24px;
    height:24px;
	float:left;
	border-radius: 12px;
	margin-right:10px;
    display:inline-block;
	background-color:#FFF;
    cursor:pointer;
}

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

.inputledenkader {
	width: 100%;
	height: 30px;
	float: left;
	border-radius: 15px;
	text-align: center;
	font-weight: 400;
	line-height: 30px;
	color:#0F7D79;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/

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

.desktop {
	display: block;	
}

.smartphone {
	display: none;	
}

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

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

.sidebarcontainerBGlink {
	background-color: #E2E8E7;
	background-image: url(../images/overig/sidebar-border.svg);
	background-repeat: repeat-y;
	background-size: 4px;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.sidebarcontainerBGlink:hover {
	background-color:#D7E0E0;
}

.sidebarcontainerBG {
	background-color: #E2E8E7;
	background-image: url(../images/overig/sidebar-border.svg);
	background-repeat: repeat-y;
	background-size: 4px;
}

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

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

.sidebartekst {
	width: 100%;
	height:auto;
	float:left;
	padding:20px;
	padding-top:10px;
}


.sidebarteksthide {
}

.quoteicoonsidebar {
	width: 100%;
	height: 25px;	
	background-image: url(../images/overig/quote.svg);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;

}
.sidebarquotekader {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
	background-image: url(../images/overig/sidebar-border.svg);
	background-repeat: repeat-y;
	background-size: 4px;
}

.sidebarfoto {
	width: 50%;
	height: 75px;
	float: left;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sidebarfotohover {
}


.sidebarlinkheader {
	width:100%;
	height:25px;
	float:left;
	line-height:20px;
	font-size:14px;
	font-weight: 700;
	color:#0F7D79;
}

.sidebaremail {
	width: -moz-calc(100% + 36px);
    width: -webkit-calc(100% + 36px);
    width: calc(100% + 36px);
	height:auto;
	float:left;
	margin-left: -16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
	
}

.sidebarlink {
	width:100%;
	height:auto;
	min-height:45px;
	float:left;
	color:#0F7D79;
	font-weight:400;
	font-size:15px;
	line-height:18px;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:13px;
	margin-bottom: 2px;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
	overflow:hidden;
}

.sidebarlink:hover, .sidebaremail:hover {
	background-color:#D7E0E0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	width:100%;
	height:45px;
	float:left;
	background-color: #EDF0F0;
}

.footeritemkader {
	width: 40%;
	height: 30px;
	margin-top: 15px;
	right: 45px;
	position: absolute;
}

.footeritemtekst {
	width: -moz-calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
	height: 30px;
	float: left;
	line-height: 30px;
	font-weight: 400;
	color:#0F7D79;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.footeritemtekstbreed {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	font-weight: 400;
	color:#0F7D79;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.footeritemafbeelding {
	width: 90px;
	height: auto;
	max-height: 120px;
	bottom: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,67,65,0.5);
}

.footeritemafbeelding img {
	width: 90px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	
}



/*--------------------------------------------------------------
# Uitklapmenu
--------------------------------------------------------------*/

.menublok {
  /* critical sizing and position styles */
  width: 300px;
  height:100%;
  top:0;
  left:-100%;
  position:fixed;
  z-index: 1000;
  padding-top:30px;
  padding-bottom:30px;
  background-color:#00526d;
  display:none;
}

.nav-trigger {
  /* critical styles - hide the checkbox input */
  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:30px;
  left:40px;
  z-index: 1001;
  width:30px;
  height:30px;
  background-image:url(../images/overig/menu-icoon.svg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
/* Make the Magic Happen */
.nav-trigger + label, .menublok {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 240px;
  background-image:url(../images/overig/menu-icoon-sluit.svg);
}

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

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

#wrapper::-webkit-scrollbar {
    display:none;
}

#scroller {
	position: absolute;
	z-index: 1;
	width: 100%;
	color:#FFF;
	padding:30px;
	line-height:40px;
}




/*--------------------------------------------------------------
# Naar boven en email button
--------------------------------------------------------------*/

.cd-top {
	display: inline-block;
	height: 50px;
	width: 40px;
	position: fixed;
	left:50%;
	margin-left:-20px;
	bottom: -10px;
	overflow: hidden;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-indent: 100%;
	white-space: nowrap;
	background: #6CAB43 url(../images/overig/pijl-boven.svg) no-repeat top 10px center ;
	background-size:20px;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity .5s 0s, visibility 0s .5s;
	-moz-transition: opacity .5s 0s, visibility 0s .5s;
	transition: opacity .5s 0s, visibility 0s .5s;
}

.cd-top:hover {
	bottom: 0;
}

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

.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: #0085ae;
	padding-right: 5px;
	overflow: hidden;
}

.emailbutton:hover {
	background-color: #00526d;
}

.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: 11px;
	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;
}

.sitemapkader {
	width: 100px;
	height: 25px;
	left: 50%;
	color:#679897;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-left: -50px;
	position: absolute;
	
}


/*--------------------------------------------------------------
# Login leden
--------------------------------------------------------------*/

.loginbtnkader {
	width: 50px;
	height: 24px;
	float: left;
	border-radius: 12px;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	background-color: #0F7D79;
	text-align: center;
	margin-right: 6px;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.loginbtnkader:hover {
	background-color: #0C6763;
}

.loginkader {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px;
	background-color: #DFE9D3;
	margin-bottom: 30px;
}

.invoertekst {
	width: 200px;
	height: 24px;
	float: left;
	border: none;
	padding: 5px;
}

.invoertekstbreed {
	width: 80%;
	height: 24px;
	float: left;
	border: none;
	padding: 5px;
}

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

.selectiekaderextra {
	margin-top: -10px;
}

.selectiekaderauto {
	width: 100%;
	height: 30px;
	float: left;
	margin-right: 15px;
}

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

.selectiekaderauto input[type="checkbox"] + label {
    width:24px;
    height:24px;
	float:left;
	margin-right:10px;
    display:inline-block;
	background-color:#FFF;
    cursor:pointer;
}

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

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

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

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

.selectiekaderauto input[type="radio"] + label.klein {
    width:20px;
    height:20px;
	float:left;
	margin-right:10px;
    display:inline-block;
	background-color:#FFF;
    cursor:pointer;
}

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

.selectiekadertekst {
	width: auto;
	height: 30px;
	float: left;
	margin-right: 15px;
}

#submit {
	width:auto;
	height:24px;
	float:left;
	font-size: 13px;
	font-weight: 400;
	background-color:#0F7D79;
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
	margin-right:20px;
	border-radius: 12px;
	border:none; 
	cursor:pointer;
	-webkit-appearance:none;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

#submit:hover {
	background-color:#0C6763;
}


/*--------------------------------------------------------------
# Formulieren
--------------------------------------------------------------*/

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

.tabellen table {
	width:100%;
	height:auto;
	float:left;
	border:none;
}

.BTN-doorklik {
	width:auto;
	height:40px;
	float:left;
	font-size:14px;
	border:none;
	background-color:#005495;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	-webkit-appearance:none;
}

.BTN-doorklikextra {
	width:100%;
}

.tabellen table th {
	width:100%;
	height:auto;
	float:left;
	font-size: 22px;
	font-weight:400;
	color:#005495;
	border:none;
	border-bottom:#B1BBD4 solid thin;
	text-align:left;
	padding-bottom:15px;
	margin-bottom:15px;
}

.tabellen table td {
	width:100%;
	height:auto;
	float:left;
	border:none;
	margin-bottom: 15px;
}

.tabellen label {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-weight: 600;
	color:#0F7D79;
}

.tabellen input[type=text] {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	border:none;
	padding-left:5px;
	font-size: 12px;
}

.tabellen input[type=radio] {
}

.tabellen input[type=checkbox] {
}

.tabellen textarea {
	width:100%;
	height:auto;
	float:left;
	border:none;
	padding-left:5px;
	padding-top:5px;
	font-size: 12px;
}

::-webkit-input-placeholder {
	color: #8DAEAE;
	font-size: 12px;
}

::-moz-placeholder {
  color: #8DAEAE;
	font-size: 12px;
}

:-ms-input-placeholder {
  color: #8DAEAE;
	font-size: 12px;
}

:-moz-placeholder {
  color: #8DAEAE;
	font-size: 12px;
}

.verberg {
	display:none;
}

.meldingkader {
	width:100%;
	height: 20px;
	float:left;
	color: #F00;
	font-weight: 600;
	line-height: 20px;
	margin-bottom:15px;
}

.melding {
	color:#F00;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
}

.tabellensidebar {
	width:100%;
	height:auto;
	float:left;
	padding:15px;
	background-color:#FCB31C;
	z-index:100;
	position:relative;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

.tabellensidebar table {
	width:100%;
	height:auto;
	float:left;
	border:none;
	margin-bottom:25px;
}

.tabellensidebar table th {
	width:100%;
	height:auto;
	float:left;
	font-size: 16px;
	font-weight:400;
	color:#005495;
	border:none;
	border-bottom:#B1BBD4 solid thin;
	text-align:left;
	padding-bottom:15px;
	margin-bottom:15px;
}

.tabellensidebar table td {
	width:100%;
	height:auto;
	float:left;
	border:none;
	font-size: 14px;
	font-weight:400;
	text-align:left;
}

.tabellensidebar input[type=text] {
	width:100%;
	height:auto;
	min-height:30px;
	float:left;
	border:none;
	border-bottom:#B1BBD4 solid thin;
	border-right:#B1BBD4 solid thin;
	padding-left:5px;
	margin-bottom:10px;
}

.tabellensidebar textarea {
	width:100%;
	height:auto;
	float:left;
	border:none;
	border-bottom:#B1BBD4 solid thin;
	border-right:#B1BBD4 solid thin;
	padding-left:5px;
	padding-top:5px;
}

.tabellensidebar input[type=radio] {
	margin-top:-8px;
}

.tabellensidebar .verberg {
	display:none;
}

.melding {
	color:#F00;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
}

.meldingextra {
	margin-top:10px;
	margin-bottom:-10px;
}


/*--------------------------------------------------------------
# Afstandsbalkjes
--------------------------------------------------------------*/

.afstandbalkjebasis, .afstandbalkje01, .afstandbalkje05, .afstandbalkje10, .afstandbalkje15, .afstandbalkje30, .afstandbalkje45, .afstandbalkje60, .afstandbalkje75, .afstandbalkje90, .afstandbalkje105, .afstandbalkje120 {
	width: 100%;
	float:left;
}

.afstandbalkjebasis {
	height:30px;
}

.afstandbalkje01 {
	height:1px;
}

.afstandbalkje05 {
	height:10px;
}

.afstandbalkje10 {
	height:10px;
}

.afstandbalkje15 {
	height:15px;
}

.afstandbalkje30 {
	height:30px;
}

.afstandbalkje45 {
	height:45px;
}

.afstandbalkje60 {
	height:60px;
}

.afstandbalkje75 {
	height:75px;
}

.afstandbalkje90 {
	height:90px;
}

.afstandbalkje105 {
	height:105px;
}

.afstandbalkje120 {
	height:120px;
}


/*--------------------------------------------------------------
# Hoogtebalkjes
--------------------------------------------------------------*/

.hoogteklein {
	height:150px;
}

.hoogtesmal {
	height:250px;
}

.hoogtemiddel {
	height:300px;
}

.hoogtehoog {
	height:400px;
}

.hoogtehoogst {
	height:550px;
}

.hoogteblokklein {
	height:15px;
}

.hoogtebloksmal {
	height:30px;
}

.hoogteblokmiddel {
	height:45px;
}

.hoogteblokhoog {
	height:60px;
}

.hoogteblokhoogst {
	height:75px;
}

.popupitemkader {
	display: none;
	position: fixed;
    width: 1200px;
	background-color:#FFF;
	border: #EDF0F0 15px solid;
	height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
	top:100px;
	left:50%;
	margin-left:-600px;
	z-index:1002;
	overflow:auto;
}

.popupitemafbeelding {
	width: 330px;
	height: -moz-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
	float: left;
	margin-left: 60px;
	margin-top: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.popupitemafbeeldingleeg {
	width: 180px;
	height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.popupitemcontent {
	width: -moz-calc(100% - 495px);
    width: -webkit-calc(100% - 495px);
    width: calc(100% - 495px);
	height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
	margin-top: 30px;
	margin-left: 30px;
	float: left;	
}

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

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

.popupterug:hover {
	background-image: url(../images/overig/sluit-hover.svg);
}

.popupitemlink {
	width: auto;
	height: 45px;
	float: right;
	text-align: right;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	color: #0F7D79;
	transition:linear 250ms;
	-o-transition: linear 250ms;
	-moz-transition: linear 250ms;
	-webkit-transition: linear 250ms;
}

/*--------------------------------------------------------------
# Uitklapmenu
--------------------------------------------------------------*/

.menublok {
	width: 300px;
	height:100%;
	top:0;
	left:-100%;
	position:fixed;
	z-index: 1000;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #EDF0F0;
	border-top: #D7E0E0 15px solid;
	display:none;
}

.nav-trigger {
  /* critical styles - hide the checkbox input */
  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:20px;
  left:30px;
  z-index: 1001;
  width:40px;
  height:40px;
  background-image:url(../images/overig/menu-icoon.svg);
	background-color: #FFF;
  background-size:20px;
  background-repeat:no-repeat;
  background-position:center center;
	border-radius: 20px;
}
/* Make the Magic Happen */
.nav-trigger + label, .menublok {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
	left: 280px;
	background-image:url(../images/overig/menu-icoon-sluit.svg);
}

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

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

#wrapper::-webkit-scrollbar {
    display:none;
}

#scroller {
	position: absolute;
	z-index: 1;
	width: 100%;
	color:#0F7D79;
	padding:0px;
}

#scroller ul {
	width: 100%;
	height: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#scroller ul li {
	width: 100%;
	height: auto;
	min-height: 40px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	list-style: none;
	float: left;
	font-weight:400;
	font-size: 16px;
	transition:linear 150ms;
	-o-transition: linear 150ms;
	-moz-transition: linear 150ms;
	-webkit-transition: linear 150ms;
}

#scroller ul li.activate {
	width: 100%;
	height: auto;
	min-height: 40px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
	float: left;
	font-weight:400;
	font-size: 16px;
	color:#6CAB43;
	background-image: url(../images/overig/groen-blokje.svg);
	background-repeat: repeat-y;
	background-size: 6px;
	background-position: left;
	background-color:#EDF0F0;
}

#scroller ul li.sidemenusub {
	font-weight:300;
	font-size: 16px;
	padding-left: 40px;
}

#scroller ul li:hover {
	background-color: #D7E0E0;
}

/*--------------------------------------------------------------
# Bekijk deze pagina btn
--------------------------------------------------------------*/

.bekijkdezepagina {
	width:190px;
	height:30px;
	float:left;
	left:-80px;
	top:180px;
	position:fixed;
	color:#FFF;
	line-height:30px;
	padding-left:35px;
	background-color:#0080B7;
	background-image:url(../cms/images/iconen/sluit.png);
	background-position:left 7px center;
	background-repeat:no-repeat;
	background-size:16px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}



