@charset "UTF-8";
/* CSS Document */
html{
	background:#fff;
	color:#333;
	transition: 0.3s ease-in-out;
}
body{
	font-family: 'Raleway', sans-serif;	
	font-weight:400;
	line-height: 30px;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: 'Arvo', serif;
	color:#352c78;
}
h1{
	font-size:32px;
}
h2{
	font-weight:100;
	font-size:19px;	
}
strong{
	font-weight: 800;
}

label{
	width:150px;
	margin-top:25px;
}
input[type=submit]{
	margin-top:45px;
	padding:10px 20px 10px 20px;
	border-radius:3px;
	font-family: 'Arvo', serif;
	background:#352c78;
	color:#fff;
	border:none;
	box-shadow: 0px 8px 0 0 #251F54;
	transition-duration: 0.5s;
}
input[type=submit]:hover{
	background:#4A3DA6;
	box-shadow: 0px 8px 0 0 #352c78;
	cursor: pointer;
	transition-duration: 0.5s;
}
textarea{
	width:100%;
	height:60%;
}
.keuzeknop{
	margin-top:45px;
	padding:10px 20px 10px 20px;
	border-radius:3px;
	font-family: 'Arvo', serif;
	background:#352c78;
	color:#fff;
	border:none;
	box-shadow: 0px 8px 0 0 #251F54;
	transition-duration: 0.5s;
	text-decoration:none;
}
.keuzeknop:hover{
	background:#4A3DA6;
	box-shadow: 0px 8px 0 0 #352c78;
	cursor: pointer;
	transition-duration: 0.5s;
	color:#fff;
	text-decoration:none;
}

.loginback{
	background:url('/img/loginback.jpg');
	min-height: 80vh;
}
.loginblock{
	padding:40px;
	background:rgba(255,255,255,0.95);
	margin-top:160px;
	border-radius: 10px;;
}
.witblok{
	padding:40px;
	background:rgba(255,255,255,0.95);
	border-radius: 10px;
}
.paarsblok{
	padding:40px;
	background:#352c78;
	border-radius: 10px;
	color:#fff;
}
.draair{
	transform: rotate(4deg);
}
.draail{
	transform: rotate(-4deg);
}
.header{
	background:#fff;
	height:110px;
}
.headerlogo{
	margin-top:20px;
	min-height:100%;
	width:auto;	
	transform: rotate(-4deg);

}
.banner{
	height:65vh;
	background:url('/img/banner01.jpg');
	background-position: center;
}
.banner2{
	height:65vh;
	background:url('/img/banner02.jpg');
	background-position: center;
}
.divider{
	height:70vh;
	width:100%;
}
.horcenter{
	display:flex;
	justify-content:center!important;
}
.vercenter{
	display:flex;
	align-items: center!important;
	height:100%;
}
.horvercenter{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.right{
	text-align: right;
}
.centered{
	text-align: center!important;
}
.whiteshadow{
	color:#fff;
	text-shadow:0px 0px 10px #000;
}
.white{
	color:#fff;
}
.topmargin{
	margin-top:30px;
}
.darkfooter{
	background:#251F54;
	color:#fff;
}
.darkfooter a{
	color:#fff;
	text-decoration: underline;
}
.darkfooter a:hover{
	text-decoration:none;
}
.lightfooter{
	padding-top:40px;
	color:#fff;
	background:#352c78;
	padding-bottom:40px;
}
.lightfooter a{
	color:#fff;
	text-decoration: underline;
}
.lightfooter a:hover{
	text-decoration:none;
}
.nomargin{
	margin:0px!important;	
}

.datablok{
	padding:0!important;
	color:#fff;
	background:#009ee0;
	opacity: 0.6;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}
.datablok:hover{
	opacity:1;
}
.inblok{
	padding:15px;
}
.blue{
	color:#fff;
	background:#009ee0;
	padding-top:30px;
	padding-bottom:30px;
}
.btn-blauw{
	background:#009ee0;
	color:#fff;
	margin-right:10px;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}
.btn-blauw:hover{
	opacity: 0.8;
}
.rechtsonder{
	position:absolute;
	bottom: 0;
	right: 0;
}
.bottompadding{
	padding-bottom: 50px;
}
.blueblock{
	color:#fff;
	background:#009ee0;
	padding:10px;
	border-radius: 5px;
}
.pepernoot{	
    list-style-image: url('/img/list_pepernoot.png');
}