* {
	text-decoration: none;
	list-style: none;
    box-sizing: border-box;
}

html {
	min-height: 100%;
    overflow: -moz; 
    overflow-y: scroll;
	border:none;
}
main{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	display: flex;
	flex-direction: column;
}
@font-face {
	font-family: 'broadway';
	font-style: normal;
	src: url('broadway.ttf');
}
@font-face {
	font-family: 'britannic';
	font-style: normal;
	src: url('britannic-regular.otf');
}
body {
	font-family: 'britannic';
	font-size: 14px;
	width: 100%;
	border:none;
	display:block;
	margin: 8px 0 0 0;
}
header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainheader{
	width: 100%;
	margin: 0 0 0 0;
	height: 50px;
}
#myheader{
    display: inline-block;
    width:74%;
	text-align: right;
    margin-top: 0;
    vertical-align: top;
	justify-content:flex-end;
}
.wrapper {
	display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
.wrapper:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
.wrapper1 {
	width:fit-content;
    height: 660px;
	display: flex;
    flex-direction: column; 
    justify-content: space-between;
}
.wrapper1:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
.title {
    position: absolute;
	border: hidden;
	top: 30px;
    left: 150px;
    font-size: 22px;
}
.slogan{
    position: absolute;
	top: 24vw;
    right: 12vw;
    width: 250px;
    font-style: italic;
    font-size: 22px;
    text-align: right;
}
.maincontent{
	display: flex;
	flex-direction: column;
	position: relative;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-image: url(images/brug.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #cccccc;
	justify-content:flex-start;
	margin: 0 0 0 0;
	flex-wrap: wrap;
	min-height: max-content;
}

.maincontent img{
	visibility: hidden;
	width: 100%;
}
.subcontent{
	position: relative;
	display: flex;
	flex-direction: column;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin: 0 0 0 0;
	flex-wrap: wrap;
	justify-content: center;
	min-height: max-content;
	background-color: #cccccc;
}

#logo{
    display: inline-block;
    width:25%;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
    height: 45px;
}
.logothepage{
	position: fixed;
	width: 100px;
	margin: 0 0 0 0;
	animation-name: logothepage;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
	animation-duration: 2s;
	animation-timing-function: linear;
	z-index: 1;
}

	@keyframes logothepage {
	0%   {left:180px; top:8px;}
	100% {left: 0px; top:8px;}
	}

.navigatie {
	font-size: 16px;
	width: 100%;
	display: block;
}
.mainnav{
	margin: 10px 0 5px 0;
	padding: 0;
}
.mainnav li {
		font-family: broadway;
		display: inline-block;
		line-height: 20px;
		background: rgb(208, 208, 208);
		color: black;
		font-size: 16px;
		padding: 3px 10px 3px 10px;
		margin: 0 5px 0 5px;
		border-radius: 4px;
		text-transform: uppercase;
		outline: 0;
		}

			.mainnav li:active {
				background-color: rgb(151, 151, 151);
				transition: .5s;
			}

			.mainnav li:focus {
				background-color: rgb(151, 151, 151);
				transition: .5s;
			}

			.mainnav li:hover {
				background-color: rgb(151, 151, 151);
				cursor: pointer;
				transition: .5s;
			}
			.mainnav a:visited{
				color: black;
			}
			.mainnav a:default{
				color: black;
			}
			.mainnav a:any-link{
				color: black;
			}
.navline{
    width: 680px;
    float: right;
	margin-top: 0;
}


.box1 {
	top: 10vh;
    left: 90px;
	position: absolute;
	width: 50vw;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	padding: 0 8px 0 8px;
	margin: 0 8px 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border: hidden;
	border-radius: 4px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis:auto;
}
.box2 {
	top: 29vw;
    left: 90px;
	position: absolute;
	width: 65vw;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	padding: 0 8px 0 8px;
	margin: 0 5px 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border: hidden;
	border-radius: 4px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.box3 {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
	position: relative;
	width: 50vw;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 5px 5px 5px 5px;
	margin: 10px 25vw 10px 25vw;
	background-color: rgb(255, 255, 255);
	border: hidden;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	}
.box4{
	width: 50vw;
	top: 6vh;
    left: 90px;
	position: absolute;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: justify;
	padding: 10px 8px 10px 8px;
	margin: 5px 8px 5px 5vw;
	background-color: rgba(0, 0, 0, 0.3);
	border: hidden;
	border-radius: 4px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}
.tegelcontainer{
    width: 100%;
    padding: 1px 1px 1px 1px;
    margin: 35px 0 35px 0;
    display: flex;
    overflow: auto;
}
.tegelcontainer::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.tegelcontainer a:hover {
	color: black;
	cursor: pointer;
    background-color: rgb(199, 199, 199);
    transition: .5s;
}
.tegels{
	color: black;
	flex-direction: column;
	display: flex;
	flex: 1;
    min-width: 200px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	border-radius: 6px; 
	border:solid 1px rgb(130, 130, 130); 
	vertical-align: top;
	text-align: justify;
    background-color: rgba(234, 234, 234);
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0;
	justify-content: space-between;
}
.tegels h3{
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}
.tegels p{
	padding: 5px 5px 5px 5px;
}
.tegels img{
    width: 100%;
    margin: auto auto 0;
	border-radius: 0 0 6px 6px; 
}

footer{
    min-height: 150px;
    width: 100%;
    background-color: rgb(216, 216, 216);
}

.footercontent{
	min-height: 150px;
    width: 100%;
    display: flex;
    background-color: rgb(216, 216, 216);
}
.footerleft{
   flex-grow:1;
    flex-shrink:1;
    flex-basis: 100%; 
    font-family: britannic;
	background-color: rgb(190, 190, 190);
	vertical-align: bottom;
	padding: 30px 10px 10px 10px; 
	border-radius: 4px;
    margin: 10px 10px 10px 10px;
    text-align: start;
    font-size: 22px;
}
.footerright{
   flex-grow:1;
    flex-shrink:1;
    flex-basis: 100%; 
    font-family: britannic;
	background-color: rgb(190, 190, 190);
	padding: 10px 10px 10px 10px; 
	border-radius: 4px;
    margin: 10px 10px 10px 10px;
    text-align: end;
    align-content: flex-end;
    vertical-align: bottom;
}
.footerdown{
	height: 30px;
	justify-content:center;
	width: 60vw;
	margin: 0 20vw 5px 20vw;
	text-align: center;
}

.proceslist {
	color: black;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content:stretch;
	text-align: center;
}

	.proceslist li {
		margin: 0 0 0 0;
		line-height: 35px;
		flex: auto;
	}

		.proceslist li label {
			background: rgb(199, 199, 199);
			color: black;
			font-size: 14px;
			font-family: times;
			border: 1px solid black;
			border-radius: 4px;
			text-transform: uppercase;
			outline: 0;
			padding: 5px 5px 5px 5px;
			margin: 0px 0px 0px 0px;
			flex: auto;
		}

a {
	background-color: rgba(0, 0, 0, 0.12);
	transition: .5s;
	visibility: visible;
	color: #413bc8;
	z-index: 1;
}
a:hover {
	color: #000000;
	cursor: pointer;
	background-color: #828282;
}
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

.checkbtn {
	margin: 10px 10px 0 0;
	font-size: 30px;
	color: black;
	float: right;
	margin-right: 30px;
	cursor: pointer;
	display: none;
}
#check {
	display: none;
}

@media screen and (max-width: 1100px) {
	.checkbtn {
		display: block;
		font-size: 30px;
		color: black;
		float: right;
		margin: 10px 10px;
	}
	.headerlabel{
		font-size: 18px;
	}
	.navline{
		display: none;
	}
	body {
		display:block;
        font-size: 12px;
	}
    .tegels{
        min-height: 280px;
    }

	.mainnav {
		position: fixed;
		width: 100%;
		height: 190px;
		background: rgb(255, 255, 255);
		left: -100%;
		text-align: center;
		transition: all .5s;
		z-index: 900;
		margin: 50px 0 0 0;
	}

		.mainnav li {
		display: block;
		line-height: 30px;
		z-index: 900;
		font-family: britannic;
		background: rgba(0, 0, 0, 0.22);
		color: black;
		font-size: 16px;
		padding: 0px 10px 0px 10px;
		margin: 5px 5px 5px 5px;
		border-radius: 4px;
		text-transform: uppercase;
		outline: 0;
		}
	
			.mainnav li:active {
				background: rgba(0, 0, 0, 0.3);
				transition: .5s;
			}

			.mainnav li:focus {
				background: rgba(0, 0, 0, 0.3);
				transition: .5s;
			}

			.mainnav li:hover {
				background: rgba(0, 0, 0, 0.4);
				cursor: pointer;
				transition: .5s;
			}
			.mainnav li a {
				font-size: 20px;
				z-index: 900;
			}
			.mainnav a:visited{
				color: black;
			}
			.mainnav a:default{
				color: black;
			}
			.mainnav a:any-link{
				color: black;
			}
 
	#check:checked ~ .mainnav {
		left: 0;
	}

	#check {
		display: none;
	}
    .title{
	position: absolute;
	top: 30px;
    left: 90px;
	font-size: 20px;
    }
    .slogan{
	position: absolute;
	top: 22vw;
    right: 14vw;
    width: 200px;
    font-style: italic;
    font-size: 14px;
    text-align: right;
    }
	.maincontent{
	min-height: max-content;
	padding: 0 0 0 0;
	}
	.subcontent{
	min-height: max-content;
	}
	.box1{
	position: relative;
	left: 0;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
	width:97vw;
	background: linear-gradient(90deg,#cccccc 0%, rgb(140, 140, 140) 100%);
	margin: 10px 0 5px 0;
	padding: 0 10px 5px 15px;
	top: 0;
	font-size: 12px;
	color: black;
	border-radius: 4px;
	}
	.box2{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
	left:0;
	width: 97vw;
	position: relative;
	background: linear-gradient(90deg, rgb(140, 140, 140)0%, #cccccc 100%);
	margin: 5px 0 5px 10px;
	padding: 0 10px 5px 15px;
	top: 0;
	font-size: 12px;
	color: black;
	border-radius: 4px;
}
	.box3{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
	width:90vw;
	position: relative;
	margin: 5px 5vw 5px 5vw;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	background-color: white;
	}
	.box4{
	position: relative;
	left: 0;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 1;
	width:95vw;
	background: linear-gradient(90deg,#cccccc 0%, rgb(140, 140, 140) 100%);
	margin: 5px 0 5px 0;
	padding: 0 10px 5px 15px;
	top: 0;
	font-size: 12px;
	color: black;
	border-radius: 4px;
	}
}

div input[type=text], select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}

div input[type=email], select {
	width: 45vw;
	display: inline-block;
	padding: 8px ;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}

div textarea, select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	resize: none;
	max-width: 100%
}

form button {
	width: 45vw;
	background-color: #5b5b5b;
	color: black;
	cursor: pointer;
	display: inline-block;
	padding: 8px;
	margin: 10px 0 0 0;
	min-width: 300px;
	border: 1px solid #5b5b5b;
	border-radius: 4px;
	font-weight: 900;
	font-size: medium;
	max-width: 100%
}

form button:hover {
		background-color: #404040;
		border: 1px solid black;
	}

div.form-group {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: black;
	font-size: 16px;
	margin: 0px 5px 5px 0px;
	display: flex;
	flex-direction: column;
}
div.form-accept {
	padding: 10px 0 10px 0;
	text-align: center;
}

div.embed {
	flex-direction: column;
}

div.alert-success {
	background-color: rgba(255,255,255,0.2);
	color: darkgreen;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 20px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: darkgreen;
	border-radius: 4px;
	width: 45vw;
	display: inline-block;
	max-width: 100%;
	min-width: 300px;
}

div.alert-danger {
	background-color: rgba(255,255,255,0.2);
	color: red;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 20px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: red;
	border-radius: 4px;
	width: 45vw;
	display: inline-block;
	max-width: 100%;
	min-width: 300px;
}
