html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*einde css reset*/
header{
	background-color:#fff;
	background:#fff;
	padding:25px 0;
	text-align:center;
	width:100%;
	position:fixed;
	top:0;
	z-index:1;
	transition:padding .25s ease;
}
header.scroll{
	padding:5px 0;
}
#logo{
	text-align:center;
}
#logo img{
	max-width:100%;
	width:auto;
	transition:max-width .25s ease;
}
.scroll #logo img{
	max-width:180px;
}
#banner{
	height:125px; /* 505 */
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	/*background-image:url('images/header.jpg');
	background-repeat:none;
	background-size:cover;
	background-position:center center;
	margin-top:85px;*/
	margin:40px 0px;
}
#banner_tekst{
	text-align:center;
}
#banner_tekst h2{
	font-family: 'Quicksand', sans-serif;
	color:#fff;
	font-size:35px;
	margin-bottom:8px;
	text-shadow:1px 1px 15px #000;
}
#banner_tekst h1{
	font-family: 'Poppins', sans-serif;
	font-size:43px;
	color:#111;
	text-transform:uppercase;
	line-height:55px;
	text-shadow:1px 1px 15px #ccc;
}
#formulier_container{
	background-color:#eceff3;
	background:#eceff3;
	padding:60px 55px;
	font-family: 'Quicksand', sans-serif;
}
#formulier_container input{
	border:none;
	border-radius:25px;
	padding:8px 8px 9px;	font-size:14px;
	margin-bottom:15px;
}
#functie_input{
	width:100%;
}
#naam_input, #email_input{
	width:calc(50% - 5px);
}
#naam_input{
	margin-right:5px;
}
#klant_input{
	border: none;
    border-radius: 25px;
    padding: 8px 8px 9px;
    font-size: 14px;
    margin-bottom: 15px;
    width: calc(50% - 5px);
}
#aanmeld_input{
	background-color: #c00000;
    background: #c00000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    padding: 8px;
    position: relative;
    width: 144px;
    text-align: left;
    height: 35px;
    padding: 0 0 0 20px;
    font-size: 14px;
	transition:all .25s ease;
	margin:0 0 15px 5px;
}
#aanmeld_input i{
	color: #fff;
    background-color: #282827;
    background: #282827;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    display: block;
    padding: 7px 0 0 0;
    font-size: 12px;
	transition:all .25s ease;
}
#aanmeld_input:hover{
	background-color:#c44545;
	background:#c44545;
}
#aanmeld_input:hover i{
	background-color:#0e0e0e;
	background:#0e0e0e;
}
#tekst_container{
	margin-right:20px;
	padding:60px 0px 0px;
}
.tekst{
	font-family: 'Quicksand', sans-serif;
}
.tekst p{
	font-size:18px;
	margin-bottom:35px;
	line-height:25px;
}
.tekst p a{
	color:#000;
	text-decoration:underline;
}
.tekst p a:hover{
	text-decoration:none;
}
.tekst p b{
	font-weight:700;
}
@media(max-width:767px){
	#formulier_container input{margin:0 0 15px 0; width:100%;}
}
@media(max-width:500px){
	#banner_tekst h1{font-size:30px; line-height:35px;}
	#banner_tekst h2{font-size:20px; line-height:25px;}
	#formulier_container{padding:20px 15px;}
}