/*_______________ 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: #fefefe;
	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_knooppunt.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: 15%;
	margin: 0% 42.5% 0% 42.5%;
}



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

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

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

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

.noot {
	font-size: 14px;
}

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

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

.stappenplan p a {
	color: #636363;
}

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

.ready p {
	color: #e6007e;
	text-align: center;
}

/*_______________ code generator _______________*/


.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 #253c8c;
	background-color: #f3f0ec;
	padding-left: 25px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	color: #111111;
	
	
}

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

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

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

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

.copy a:hover {
	color: #253c8c;
}

/*_______________ 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;
}

.form-group input:-moz-placeholder,
.form-group input::-moz-placeholder,
.form-group textarea:-moz-placeholder {
  color: #888; /* Firefox uses the default text color instead of gray */
}	