@font-face {
    font-family: 'aller_lightregular';
    src: url('fonts/aller-light-webfont.eot');
    src: url('fonts/aller-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller-light-webfont.woff2') format('woff2'),
         url('fonts/aller-light-webfont.woff') format('woff'),
         url('fonts/aller-light-webfont.ttf') format('truetype'),
         url('fonts/aller-light-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #2C3E50;
}

/* HEADER */
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/


header {
	display: block;
	width: 320px;
	height: 80px;
	
  
	background-image: url(../img/sneeuw.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

header > img {
	position: absolute;
	width: 108px;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
}

header > h1 {
	font-size: 26px;
	font-family: "aller_lightregular";
	font-weight:normal;
	color: #FFF;
	margin-left: 80px;
	padding-top: 25px;
	margin-right: 24px;
}

header > h2 {
	font-size: 11px;
	font-family: "aller_lightregular";
	color: #FFF;;
	margin-left: 84px;
	font-weight:normal;
}


header > div {
	display: block;
	position: absolute;
	height: 2px;
	width: 174px;
	background-color: white;
	margin-left: 84px;
	border-radius: 90px; 
	margin-top: 2px;
}



/* AANKONDIGING */
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/





article {
	display: block;
	width: 320px;
	z-index: 200;
	background-color: white;
}

article > section > h1 {
	text-align: center;
	padding-top: 25px;
	font-family: "aller_lightregular";
	font-weight:normal;
	color: #222222;
	font-size: 28px;
}

article > section > p {
	text-align: center;
	color: #222222;
	padding-top: 12px;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px; 
	line-height:20px;
}



/* FORM */
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/



form {
	width: 320px;
	background-color: #EEEEEE;
	font-family: "aller_lightregular";
}

form > fieldset {
	border-style: none;
	text-align: center;
	line-height: 4;
	padding-bottom:25px;
}

form > fieldset > input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 32px;
	margin-bottom: 15px;

	font-family: "aller_lightregular";
	font-size: 17px;

	text-align: center;
}

form > fieldset > input:last-of-type {
	margin-bottom: 30px;
}

.submit {
	display: block;
	width: 280px;
	height: 34px;
	-webkit-appearance: none;
	border-style: none;
	background-color: #2ECC71;
	color: white;
}



/* FOOTER */
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

footer {
	display: block;
	width: 320px;
	height: 200px;
	background-color: #2C3E50;
}




.ok {
	padding:10px;
	margin:10px;
	background-color:#60c874;
	border-radius:3px;
	text-align:center;
	font-family: "aller_lightregular";
	font-size: 14px;
}
