* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html, body {
	min-height: 100%;
	width: 100%; 
}

body{
	background: #102C4C;
	color: #606060;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-size: 15px;	
	line-height: 25px;
}


p {	margin-bottom: 25px; }
pre { clear: both; display: block; margin: 40px 0;}
b, strong{ font-weight: 600; }

.blauw { color: #0087C8; }
.donkerblauw { color: #092376; }
.groen { color: #87B336; }


a:link, a:visited{
	color: #87B336;
	text-decoration: none;
}

a:hover, a:active{
	color: #0087C8;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	max-width: 1040px;
	min-width: 300px;
	position: relative;
	z-index: 2;
}


/* ------------------------------header--------------------------------- */

#bgimage {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	height:100vh;
	min-height: 2500px;
	min-width: 300px;
	text-align: center;
	overflow: hidden;
}

#bgimage.404{
	min-height: 800px;
}

#bgimage.support{
	min-height: 1600px;
}

#bgimage .bgimage-container {
	width: 200%;
	margin-left: -50%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#bgimage .bgimage-container img {
	width: 50%;
	min-width: 1600px;
	-ms-interpolation-mode: bicubic;
}

header{
	height: 140px;
	max-width: 920px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

header .logo{
	display: block;
	width: 350px;
	height: 92px;
	margin-left: 30px;
	background: url(../images/sprite.png?v=090223) no-repeat 0px 0px;
}

header a.snellink{
	display: block;
	padding: 11px 18px 14px 48px;
	font-size: 15px;
	position: absolute;
	top: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 0 0 10px 10px;
}

header a.snellink:hover, header a.snellink:active{ color: #092376; }

header a.snellink.digibord{
	background: #87B336;
	right: 0;
}

header a.snellink.handleiding{
	background: #3F8FCD;
	right: 150px;
}

header a.snellink.digibord:before{
	content: "";
	background: url(../images/sprite.png?v=090223) no-repeat -380px -49px;
	width: 25px;
	height: 25px;
	position: absolute;
	margin-left: -35px;
}

header a.snellink.handleiding:before{
	content: "";
	background: url(../images/sprite.png?v=090223) no-repeat -379px -13px;
	width: 25px;
	height: 25px;
	position: absolute;
	margin-left: -35px;
}

/* ------------------------------section--------------------------------- */

section {
	position: relative;
	display: block;
	padding: 60px;
}

section.bg_wit, div.bg_wit{ 
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
}

section#intro{
	box-shadow: 0px 0px 13px rgba(0,0,0,0.1);
	overflow: auto;
}

section h1{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 62px;
	line-height: 65px;
	color: #87B336;
	font-weight: 300;
	text-align: center;
	margin: 20px -60px 100px -60px;
}

section h1 strong{ display: block; }

section#intro .blokken{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0 0;
}

section#intro .blok1, section#intro .blok2, section#intro .blok3 {
	width: 30%;
}

section#intro h2{
	color: #0087C8;
	font-size: 20px;
	margin-bottom: 3px;
}

section#intro h2:before{
	content: "";
	background: url(../images/sprite.png?v=090223) no-repeat;
	display: block;
	margin: 0 auto 20px auto;
	width: 100px;
	height: 75px;
}

section#intro .blok1 h2:before{ background-position: -378px -120px; margin-left: 45px; }
section#intro .blok2 h2:before{ background-position: -565px -122px; }
section#intro .blok3 h2:before{ background-position: -741px -121px; }

section#uitleg{
	padding: 30px 0 50px 0;
}

section#uitleg .content{
	background: url(../images/uitleg.png) no-repeat;
	background-size: contain;
	min-height: 660px;
	z-index: 2;
	position: relative;
	margin: 0 20px;
}

section#uitleg div.bg_wit{
	height: 105%;
	position: absolute;
	width: 100%;
	max-width: 920px;
	left: 50%;
	top: -10px;
	margin-left: -460px;
}

section#uitleg ul, section#uitleg h2 { display: none; }

section#methoden h2{
	color: #72AC26;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
	margin: 0 -60px 20px -60px;
}

section#methoden h2:after{
	content: "";
	display: block;
	background: url(../images/sprite.png?v=090223) no-repeat center bottom;
	height: 20px;
	margin-top: 25px;
}

section#methoden ul{
	margin: 0;
	padding:0;
	list-style: none;
}

section#methoden li{
	padding: 0 0 10px 245px;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

section#methoden h3{
	color: #092376;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 3px;
}

section#methoden h3 span{
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #0087C8;
	margin-bottom: 2px;
	font-style: italic;
}

section#methoden li a{
	font-weight: 600;
	display: block;
	margin-top: 20px;
}

section#methoden a.link_img{
	border: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

section#methoden .interesse{
	text-align: center;
	margin-top: 50px;
	color: #ddd;
}

section#methoden .interesse a:link, section#methoden .interesse a:visited{ color: #ddd; }
section#methoden .interesse a:hover, section#methoden .interesse a:active{ color: #0087C8; }
	
/* ------------------------------footer--------------------------------- */

footer {
	color: #2671C9;
	display: block;
	padding: 40px 15px;
	position: relative;
	text-align: center;
}

footer a:link, footer a:visited { color: #2671C9; text-decoration: none; }
footer a:hover, footer a:active { color: #fff; text-decoration: none; }

footer span {
	padding: 0 10px;
}

footer div{ display: inline; }

/* ---------------------------oude-browser------------------------------ */

#browsermelding{
	background: url(../images/bg_ie.gif) no-repeat right top #F6BD09;
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
}

#browsermelding div{
	max-width: 750px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#browsermelding h1{
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	margin: 50px 0 50px 0;
	z-index: 101;
}

#browsermelding p{
	font-weight: 300;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
	z-index: 101;
	max-width: 530px;
	position: relative;
}

#browsermelding p strong{ font-weight: normal;}

#browsermelding a:link, #browsermelding a:visited {
	text-decoration: none;
	color: #333;
}

#browsermelding a:hover, #browsermelding a:active {
	color: #fff;
}

#browsermelding .browserbutton{
	border-radius: 15px;
	display: block;
	width: 320px;
	height: 140px;
	border: 5px solid #fff;
	display: inline-block;
	margin: 60px 25px 0 0;
	text-indent: -3000em;
	z-index: 5;
}

#browsermelding .browserbutton:hover, #browsermelding .browserbutton:active{
	border-color: #F6BD09;
}

#browsermelding .chrome{
	background: url(../images/browsers.jpg) no-repeat 15px 23px #FFF;
}

#browsermelding .firefox{
	background: url(../images/browsers.jpg) no-repeat -363px 23px #FFF;
}

/* ----------------------------supportpagina------------------------------- */

#supportpagina h1{
	font-size: 70px;
	margin-bottom: 70px;
}

#supportpagina .intro{
	margin: 0px 30px 30px 30px;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	color: #0087C8;
	font-style: italic;
}

#supportpagina .gegevens{
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}

#supportpagina .gegevensblokje {
    border: 1px solid #0087C8;
    border-radius: 4px;
    background: #0087C8;
    color: #05426B;
    height: 55px;
    font-weight: bold;
    padding: 20px 5px 20px 5px;
    width: 260px;
    margin: 25px 12px 0 12px;
    float: left;
    font-size: 16px;
    text-align: center;
}

#supportpagina .gegevensblokje:hover {
    border: 1px solid #092376;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}


#supportpagina .gegevensblokje span {
    color: #fff;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

#supportpagina .gegevensblokje span:first-letter {
    text-transform:capitalize;
}

#supportpagina .gegevensblokje span b{
	color: #990000;
}

#supportpagina .gegevensblokje span i{
	color: #fff;
	font-style: normal;
}

#supportpagina .waarschuwing{
    margin: 46px 12px 60px 12px;
    padding: 30px 30px 30px 30px;
    background: #FFF6BF;
    border: 1px solid #FCEB77;
    color: #222;
    position: relative;
    float: left;
    width: 504px;
    border-radius: 4px;
}

#supportpagina .waarschuwing strong{
	font-size: 18px;
	display: block;
	margin-bottom: 4px;
}

#supportpagina .waarschuwing i{
	display: block;
	margin-top: 15px;
}

#supportpagina .hulp_op_afstand{
	clear: both;
	margin-top: 60px;
	border-top: 1px solid #eee;
	overflow: hidden;
}

#supportpagina .hulp_op_afstand h2{
	color: #0087C8;
    font-size: 22px;
    font-weight: normal;
    margin-top: 60px;
}

#supportpagina .hulp_op_afstand img{
	float: left; 
	margin: 60px 60px 50px 0;
}

#supportpagina .hulp_op_afstand .button{
	background: #3F8FCD;
	border-radius: 5px;
	margin: 0 15px 14px 0;
	padding: 11px 18px 14px 11px;
	display: inline-block;
	color: #fff;
}

#supportpagina .hulp_op_afstand .button:hover, #supportpagina .hulp_op_afstand .button:active{
	background: #092376;
}


/* ------------------------------responsive--------------------------------- */

@media all and (max-width: 920px){
	
	#bgimage { min-height: 500px; }
	#bgimage .bgimage-container img { min-width: 1000px; }
	header .logo{ margin-left: 15px; }
	
	section#uitleg .content{ min-height: 500px; }
	section#uitleg div.bg_wit{ left: 0; margin-left: 0;}
	
	header a.snellink.digibord{ right: 12px; }
	header a.snellink.handleiding{ right: 163px; }
	
	section#intro h2{ font-size: 17px; }
}

@media all and (max-width: 800px){
	
	section{ padding: 30px; }
	section h1{ font-size: 50px; line-height: 55px; margin: 20px -30px 60px -30px; }
	section#methoden h2{ margin: 0 -30px 20px -30px; }
	
	section#uitleg .content{ min-height: 450px; }
}

@media all and (max-width: 680px){
	
	body{ font-size: 14px; }
	
	header{ padding-top: 90px; height: 100px; }
	header .logo { transform: scale(0.75); transform-origin: center top; margin: 0 auto; }
	
	section{ padding: 30px 20px; background: #fff; }
	section#intro{ text-align: center; overflow: hidden; }
	section#intro .blokken{ flex-wrap: wrap; }
	section#intro .blok1, section#intro .blok2, section#intro .blok3{ width: 100%; margin: 0 0 30px 0; }
	section#intro .blok1 h2:before{ margin-left: auto; }
	section#intro h2:before{ margin: 0 auto 14px auto; }
	
	section h1{ font-size: 40px; line-height: 45px; }
	section#uitleg{ display: none; }
	
	section#methoden{ padding-top: 0;}
	section#methoden h2{ margin: 0 -20px 20px -20px; }
	section#methoden a.link_img{ display: none; }
	section#methoden li{ padding-left: 0;}
	section#methoden h2{ font-size: 30px; padding-bottom: 0;}
	section#methoden h3{ margin-bottom: 10px; }
	section#methoden h3 span{ margin-top: 4px; }
	section#methoden .interesse { margin-top: 0;}
	
	#supportpagina .intro{ font-size: 20px; line-height: 26px; margin: 0 0 40px 0; }
	#supportpagina .gegevensblokje{ width: auto; padding: 15px 10px; margin: 0 0 22px 0; float: none;}
	#supportpagina .hulp_op_afstand{ margin-top: 35px; }
	#supportpagina .hulp_op_afstand h2 { margin-top: 35px; }
	#supportpagina .hulp_op_afstand img{ display: none; }
	
	footer{ padding: 30px 15px; line-height: 1.5em; }
	footer span{ padding: 0 4px; }
	footer div{ display: block; font-style: italic; }
	footer div span { display: none; }
}

@media all and (max-width: 500px){
	
	section h1{ font-size: 30px; line-height: 35px; }
	section#methoden h2{ font-size: 23px; }
	
	#supportpagina .intro{ font-size: 18px; line-height: 25px; }
}

@media all and (max-width: 400px){
	
	body{ font-size: 13px; line-height: 23px; }
	
	section h1{ display: none; }
	#supportpagina h1 { display: block; font-size: 50px; margin-bottom: 40px; }
	
	header a.snellink { padding: 10px 12px 12px 40px; }
	header a.snellink:before{ margin-left: -30px !important; }
	header a.snellink span { display: none; }
	header a.snellink.handleiding{ right: 150px; }
	
	#supportpagina .gegevensblokje{ font-size: 14px; height: 44px; }
	#supportpagina .gegevensblokje span { margin-top: 0; }
	#supportpagina .hulp_op_afstand h2{ font-size: 18px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5) {
     
	header .logo, header a.snellink.digibord:before, header a.snellink.handleiding:before, section#intro h2:before, section#methoden h2:after {
		background-image: url(../images/sprite@2x.png?v=090223);
		background-size: 920px 248px;
  	}
  	
  	section#uitleg .content{
		background-image: url(../images/uitleg@2x.png?v=090223);
		background-size: contain;
	}
}