body {
	margin: 0em;
	padding: 0em;
}

.logo img {
	z-index: -1;
	width: 800px;
    height: 160px;
}
.menu {
	margin-top: -5em;
	
}
.menu ul {
  list-style-type: none;
  margin: 0em;
  padding: 0.5em;

}
.menu li {
  display: flex;
  float: left;
}
.menu li a {
	color: red;
	text-decoration: none;
	padding: 1em;
	margin-top: 0em;
	margin-left: 1em;
	z-index: 1;
}
.logmen {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.Footer {
	padding: 0.8em;
	display: flex;
	align-items: center;
	background-color: darkred;
	margin-top: 2em;

}
.footertekst {
	margin: 0;
	margin-left: 0.5em;

}
.container-footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.locatie {
	margin-top: 0.1em;
	font-size: 3.8em;
	padding: 0.1em;
}

.container-info {
	width: 100%;
	line-height: 1.688em;
	font-size: 1.125em;
}
.info {
	width: 100%;
}
.logo-footer {
	color: white;
	display: flex;
}
.sitemap {
	align-items: center;
	color: white;
	line-height: 1.688em;
	font-size: 1.125em;
}
.nummers {
	color: white;
	margin-right: 4em;

}
.sitemap a {
	text-decoration: none;
	color: white;
	display: flex;
	
}
.opening {
 line-height: 0.7em;
 font-size: 1.125em;
}
.fotos {
	display: flex;
	justify-content: center;
	margin-top: 1em;
}

.fotos img {
	width: 60em;
	height: 40em;
	margin: 0em;
}

	
@media only screen and (max-width: 770px){
	
	.nummers {
	
	margin-right: 2em;

}
@media only screen and (max-width: 740px){
	.nummers {
		margin-right: 0em;
	}
	.footer {
		padding: 0em;
	}
}