body {
	color: silver;
	background-color: rgb(37, 37, 37);
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	display: flex;
	justify-content: center;
}


a:link {
	text-decoration: underline;
	color: rgb(240, 240, 100);
	font-style: italic;
}

a:visited {
	text-decoration: underline;
	color: rgb(240, 240, 100);
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	color: rgb(240, 240, 100);
	font-style: italic;
}

img {
	pointer-events: none;
}

.container {
	width: 90%;
	max-width: 80rem;
	text-align: center;
}

.talenContainer {
	max-width: 60rem;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	gap: 0.5rem;
}

.taal {
	font-weight: bold;
}

.mediaContainer {
	max-width: 50rem;
	margin: auto;
	padding: 0.5rem;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.inhoudsopgaveTitel {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 0;
}

.inhoudsopgaveContainer {
	position: sticky;
	top: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgb(37, 37, 37);
}

.inhoudsopgaveContainer p {
	margin: 0;
	padding: 0.5rem;
}

.inhoudsopgaveContainer a {
	padding: 0.5rem;
}

.fotoContainer {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.fotoContainer p {
	margin: 0.5rem;
}

.fotoContainer img {
	border: 4vw solid black;
	max-width: 80%;
}

.cameraContainer {
	max-width: 40rem;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.cameraDetail {
	font-size: 0.9rem;
	font-style: italic;
}

.locatie {
	font-weight: bold;
}

.footer {
	position: fixed;
	text-align: center;
	background-color: rgb(37, 37, 37);
	border-top: 0.2rem solid black;
	padding: 1rem;
	width: 100%;
	height: 3rem;
	bottom: 0;
	left: 0;
}

.footerFlex {
	width: 95%;
	max-width: 90rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.previous {
	display: inline-block;
}

.overview {
	display: inline-block;
}

.next {
	display: inline-block;
}

.footerFiller {
	height: 5rem;
}

.listContainer {
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.listContainer div {
	width: 40%;
	margin-top: 2rem;
}

@media screen and (max-width: 630px) {
	.footerFiller {
		height: 9rem;
	}

	.footer {
		height: 7rem;
	}

	.footerFlex {
		flex-direction: column;
	}
}