/*_______________ font _______________*/

@font-face {
    font-family: 'variableblack';
    src: url('../font/madtype_-_variable-black-webfont.eot');
    src: url('../font/madtype_-_variable-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/madtype_-_variable-black-webfont.woff2') format('woff2'),
         url('../font/madtype_-_variable-black-webfont.woff') format('woff'),
         url('../font/madtype_-_variable-black-webfont.ttf') format('truetype'),
         url('../font/madtype_-_variable-black-webfont.svg#variableblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*__________________ general ___________________*/

body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: #efeae2;
	color: #636363;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;

}

/*_______________ wrapper _______________*/

.wrapper {
	max-width: 1400px;
	min-width: 320px;
	margin: 0px auto;
	padding: 0px 10px;
}


/*_______________ header _______________*/

.header {
	width: 100%;
	height: 450px;
	background-image: url('../img/header_dubbel.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.baseline {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.baseline img {
	float: left;
	width: 150px;
}

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

/*_______________ body _______________*/

.information {
	width: 95%;
	float: left;
	margin: 2.5%;

}

.logo {
	float: left;
	width: 18%;
	margin: 0% 42.5% 0% 42.5%;
}

.logo img {
	float: left;
	width: 220px;
	padding: 5px;
}

.copy {
	float: left;
	width: 90%;
	margin: 20px 5% 5px 5%;
}

.copy p {
	line-height: 30px;
}


.didditplan {
	float: left;
	width: 45%;
	margin: 0px 2.5%
}

.covers {
	float: left;
	width: 100%;
	margin: 10px 0%;
}

.covers img {
	float: left;
	margin: 10px 5%;
}

.platformlogo {
	float: left;
	width: 30%;
	margin: 20px 5%;
}

.diddit img {
	float: left;
	width: 165px;
}

.knp img {
	float: left;
	width: 150px;
}


.stappenplan {
	float: left;
	width: 90%;
	margin: 10px 5% 0px 5%;
}

.stappenplan h4 {
	width: 100%;
	float: left;
	color: #e5382d;
	font-weight: 400;
	margin: 10px 0px;
}

.stappenplan h4 a {
	text-decoration: underline;
	color: #e5382d;
}

.stappenplan h4 a:hover {
	color: #eb6f31;
}

.stappenplan p a {
	color: #636363;
}

.stappenplan p a:hover {
	color: #eb6f31
}


.knooppuntplan {
	float: left;
	width: 45%;
	margin: 0px 2.5%
}


.knooppunt {
	float: left;
	width: 90%;
	margin: 10px 5% 0px 5%;
}

.knooppunt h4 {
	width: 100%;
	float: left;
	color: #253c8c;
	font-weight: 400;
	margin: 10px 0px;
}

.knooppunt h4 a {
	text-decoration: underline;
	color: #253c8c;
}

.knooppunt h4 a:hover {
	color: #a4b33d;
}

.knooppunt p a {
	color: #636363;
}

.knooppunt p a:hover {
	color: #a4b33d
}


.ready p {
	color: #636363;
	text-align: center;
	font-weight: bold;
}

/*_______________ code generator _______________*/

fieldset p {
    text-align: center;
}

.form-horizontal {
	width: 95%;
	float: left;
	margin: 20px 2.5% 10px 2.5%;

}

.form-group {
	float:left;
	width:70%;
	margin: 0px 15%;
}

.form-group input {
	float: left;
	height: 40px;
	line-height: 50px;
	width: 80%;
	margin: 0px 10%;
	border: 1px solid #e6007e;
	background-color: #f3f0ec;
	padding: 25px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	
}

.form-group button {
	float: left;
	height: 50px;
	width: 40%;
	margin: 20px 30% 0px 30%;
	border: none;
	background-color: #e6007e;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

.form-group span {
	float: left;
	height: 40px;
	line-height: 50px;
	width: 80%;
	margin: 0px 10%;
}

.form-group button:hover {
	background-color: #fbb900;
}

.klantendienst p {
	text-align: left;
}
.copy a {
	text-decoration: underline;
	color: #e6007e;
}

.copy a:hover {
	color: #fbb900;
}

/*_______________ footer _______________*/

.footer {
	width: 95%;
	float: left;
	margin: 2.5%;
}	

.footer img {
	width: 15%;
	max-width: 175px;
	margin: 0px 42.5%;
	padding:10px;
}

/*_______________ popups _______________*/

.succes h3 {
	font-size: 18px;
	text-align: left;
}	