@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
/* layout top */

.top {
	min-height: 500px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(IMG/top.png);
	float: left;
}
.top_menu {
	height: 65px;
	width: 100%;
	background-color: #2D2D2D;
	margin-top: 35px;
}
.top_center {
	height: 65px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.top_tekst {
	height: 25px;
	width: 750px;
	background-color: #F06;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Rammetto One', cursive;
	background-color: #2D2D2D;
	padding: 12px;
	color: #FC6000;
	margin-top: 300px;
	font-size: 20px;
	text-align: center;
}
.menu_groot {
	float: left;
	width: 600px;
	padding-bottom: 5px;
	min-height: 30px;
	margin: 5px;
}
.menu_klein {
	display: none;
}
.logo {
	float: left;
	width: 360px;
	height: 60px;
	background-image: url(IMG/logo.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
/* einde layout top */

/* layout midden */

.midden {
	min-height: 40px;
	width: 100%;
	background-color: #2D2D2D;
	float: left;
	padding-bottom: 10px;
}
.midden_center, .midden_center_contact {
	min-height: 415px;
	width: 970px;
	background-color: #2D2D2D;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	margin-top: 25px;
	padding: 15px;
	color: #FC6000;
}
/* einde layout midden */

/* layout copyright */

.copyright {
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
}
.copyright_klein {
	display: none;
}
.icon {
	margin-right: 3px;
	margin-left: 3px;
	height: 40px;
	width: 40px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* einde layout copyright */
h1{
	color: #FC6000;
	font-size: 25px;
	text-align: center;
	margin-top: 15px;
	line-height: 75px;
}
h2{
	color: #FC6000;
	font-size: 25px;
	margin-top: 15px;
	line-height: 75px;
}
.video{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 5px solid #FC6000;
 	height: 480px;
	width: 853px;
}
.adres{
	background-color: #2D2D2D;
	height: 400px;
	width: 470px;
	float: left;
	margin-right: 15px;
}

/* layout formulier */
label {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: pre;
	font-size: 16px;
}
input {
	font-size: 16px;
	border: 1px solid #FC6000;
	padding: 5px;
	width: 300px;
	background-color: #3A3A3A;
	color: #FFF;
}

textarea {
	font-size: 16px;
	border: 1px solid #FC6000;
	padding: 5px;
	width: 300px;
	height: 100px;
	background-color: #3A3A3A;
	color: #FFF;
}

input:required:invalid, input:focus:invalid {
	border: 1px solid #FC6000;
}
input:required:valid {
border: 2px solid #3C0;
}
textarea:required:invalid, input:focus:invalid {
	border: 1px solid #FC6000;
}
textarea:required:valid {
border: 2px solid #3C0;
}
.label {
	width: 420px;
	float: left;
	margin-left: 25px;
	padding: 4px;
}
.input {
	width: 420px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	padding: 4px;
}
.knop{
	background-color: #FC6000;
	width: 250px;
	border-radius: 15px;
	font-size: 20px;
	}
.knop:hover {
	border: 2px solid #FFF;
	color: #FFF;
}
.verzonden {
	width: 450px;
	height: 120px;
	z-index: 1;
	background-color: #1CB31C;
	border: 2px solid #000;
	border-radius: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	box-shadow: 0px  0px  10px  1px  #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.fout {
	width: 450px;
	height: 120px;
	z-index: 1;
	background-color: #ED1C24;
	border: 2px solid #000;
	border-radius: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	box-shadow: 0px  0px  10px  1px  #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.afb_verzonden {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	height: 90px;
	width: 90px;
}
.vet_groot {
	font-weight: bold;
	font-size: 36px;
}
/* einde layout formulier */