body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana;
	font-size: 18px;
	color: white;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}

header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 100px;
	background: #c31c2d;
	/*background: #1F4E78;*/
	width: 100%;
	box-sizing: border-box;
}

header nav {float: left;}
header nav ul {	margin: 0;	padding: 0;	display: flex;}
header nav ul li {	list-style: none;}
header nav ul li a {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	display: block;
}

header nav ul li a:hover,
header nav ul li a.active {
	color: rgb(253, 250, 250);
	background: #000000;
}

.highlight {background-color: #c31c2d;	color: black;}

ul.highlight li.active a {background-color: #000000;	color: white;}

.menu-toggle {
	color: #fff;
	float: right;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

.achtergrond {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/Lesauto.jpg) no-repeat 50% 50% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
}

.hoofd {
	padding: 0.01em 16px;
	margin: 0;
	padding-top: 22px !important;
	padding-bottom: 32px !important;
}

.top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.titel {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding-top: 0px !important;
	clear: left;
}
.back {
	width: 94%;
	margin: 0 auto;
	background: rgba(73, 73, 72, 0.808);
	padding: 0.01em 16px;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.vervolg {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding-left: 8%;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	padding-right: 16px;
	display: inline-block;
}

.vervolg .logo {width: 22%; margin: 0 auto;}
.vervolg .image {width:140%; margin: 0 auto;}
.vervolg .button {width: 30%; margin: 0 auto;}
.vervolg .whatsapp {width:40%; margin: 0 auto;}
.vervolg .insta { width:45%; margin: 0 auto;}
.vervolg .fb {width:45%; margin: 0 auto;}

.left {	float: left; width: 5%;}
.mid {float: left; width: 25%;}
.right {float: right; width: 40%;}
.third {float: left; width: 40%;}
.quarter {float: left; width: 22%;}

.message {float: left; width: 40%}

/* CSS tbv formulier */

.form-label {
	font-size: 18px; 
	color: white;
	display: block;
	opacity: 1;
}

.form-control {
	box-shadow: none;
	border-radius: 0;
	border-color: #ccc;
	border-style: none none solid none;
	padding: 5px 0px 5px 5px;
	font-size: 18px;
}

.form-control::placeholder {color: #736e6e;}

.btn {
	background: 0 0 #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #ff0000;
	font-size: 1em;
	padding: 10px 10px 10px 10px; 
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

.btn:hover {
	background-color: #000000;
	border-color: #B8F5B1;
	color: #B8F5B1;
}

textarea {resize: none;}



a:link {color: white;}
a:visited {	color: white;}
a:hover {color: red;}
a:active {color: white;}


@media (max-width: 799px) and (orientation: portrait) {
	body {font-size: 12px;}

	h1 {font-size: 16px;}
	h2 {font-size: 14px;}

	header {padding: 0 10px;}

	.menu-toggle {display: block;}

	header nav {
		position: absolute;
		width: 90%;
		height: calc(100vh - 30px);
		background: #c31c2d;
		top: 30px;
		left: -100%;
		transition: 0.7s;
	}

	header nav.active {left: 0;}
	header nav ul {	display: block;	text-align: center;	}
	header nav ul li a {height: 40px; line-height: 40px;	}
	header nav ul li {font-size: 16px;}

	.achtergrond {
		background: url(../img/Ziyed.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: -1;
	}

	.back {	width: 85%;	}

	.titel {width: 90%;	padding-top: 0px !important;}

	.vervolg {width: 85%;}
	.vervolg .logo {width: 30%; margin: 0 auto;}
	.vervolg .image {width:200%; margin: 0 auto;}
	.vervolg .whatsapp {width:70%; margin: 0 auto;}
	.vervolg .insta {width:70%; margin: 0 auto;}
	.vervolg .fb {width:70%; margin: 0 auto;}

	.third {float: left; width: 40%;}
	.quarter {float: left; width: 22%;}

	.message {float: left; width: 95%;}

	.form-label {font-size: 12px;}
	.form-control {font-size: 12px;}
}

@media (max-width: 799px) and (orientation: landscape) {
	body {font-size: 12px;}

	h1 {font-size: 16px;}
	h2 {font-size: 14px;}

	header {padding: 0 10px;}

	.menu-toggle {display: block;}

	header nav {
		position: absolute;
		width: 90%;
		height: calc(100vh - 30px);
		background: #c31c2d;
		top: 30px;
		left: -100%;
		transition: 0.7s;
	}

	header nav.active {	left: 0;}
	header nav ul {display: block; text-align: center;}
	header nav ul li a {height: 25px; line-height: 25px;}
	header nav ul li {font-size: 18px;}

	.achtergrond {
		background: url(../img/Ziyed.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: -1;
	}

	.back {width: 85%;}
	.titel {width: 90%;	padding-top: 0px !important;}

	/* .titel1 {
		width: 90%;
		padding-top: 0px !important;
	} */
	.vervolg {width: 85%;}

	.message {float: left; width: 70%;}

	.form-label {font-size: 12px;}
	.form-control {font-size: 12px;}
}

@media (min-width: 800px) and (max-width: 1024px) {
	body {font-size: 16px;}

	h1 {font-size: 16px;}
	h2 {font-size: 14px;}

	header {padding: 0 10px;}

	.menu-toggle {display: block;}

	header nav {
		position: absolute;
		width: 90%;
		height: calc(100vh - 30px);
		background: #c31c2d;
		top: 30px;
		left: -100%;
		transition: 0.7s;
	}

	header nav.active {left: 0;}
	header nav ul {	display: block;	text-align: center;	}
	header nav ul li a {height: 40px;line-height: 40px;	}
	header nav ul li {font-size: 20px;}

	.achtergrond {
		background: url(../img/Lesauto_kll.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: -1;
	}

	.back {width: 85%;}

	.titel {width: 95%; padding-top: 0px !important;	}

	.vervolg {width: 85%;}
	.vervolg .logo {width: 30%; margin: 0 auto;}
	.vervolg .image {width: 170%; margin: 0 auto;}

	.message {float: left; width: 70%;}

	.form-label {font-size: 16px;}
	.form-control {font-size: 16px;}
}


@media (min-width: 1025px) and (max-width: 1600px) {
	body {font-size: 14px;}

	h1 {font-size: 20px;}
	h2 {font-size: 18px;}

	header nav ul li a {
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		color: #fff;
		text-decoration: none;
		display: block;
	}

	.vervolg .image { 
		width: 160%; 
		margin: 0 auto;	
	}

	.message {
		float: left;
		width: 50%;
	}
	.form-label {font-size: 14px;}
	.form-control {font-size: 14px;}
	}
