@font-face {
	font-family: "Tenon Regular";
	src: url('/fonts/tenon_regular.woff2') format('woff2');
}

@font-face {
	font-family: "Korolev Heavy";
	src: url('/fonts/korolev_heavy.040424.woff2') format('woff');
}

@font-face {
	font-family: "Kongapro";
	src: url("/fonts/kongapro.040724.woff2");
}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}







/****************/
/* JOUW STYLING */
/****************/

body {
	font-family: "Tenon Regular";
	color: #00615f;
	background-color: #f9f3f0;
	overflow-x: hidden;
	max-width: 375px;
}

h1 {
	font-size: 3em;
	margin-bottom: 20px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

a {
	display: inline-block;
	margin: 10px;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	border: solid white;
	transition: 0.3s;
	font-family: "Korolev Heavy";
}

header nav {
	position: fixed;
	z-index: 10;
}


header ul {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 1em;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}


header nav > div {
	position: fixed;
	inset: 0;
	background-color: #00615f;
	transform: translateX(100%);
	transition: .2s;
	z-index: 30;
}

header nav>div.open {
	transform: translate(0%);
	background: #00615f;
}



header div {
	height: 100vh;
	position: absolute;
	width: 100vw;
	background-image: linear-gradient(180deg, rgb(46, 45, 45), transparent 60%);
}


header img:nth-of-type(1) {
	top: 1em;
	left: 1em;
	width: 5em;
	height: auto;
	z-index: 3;
}



video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: relative;
}

header>section:nth-of-type(2) {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-family: "Korolev Heavy";
	line-height: 1;
}

section:nth-child(1) {
	color: #00615f;
	background-color: #f9f3f0;
	text-align: center;
	font-family: "Tenon Regular";
	margin: 0;

}

section:nth-child(1) p {
	padding: 2em;
	color: #7f807e;
}

section:nth-child(1) h2 {
	padding: 0.5em;
	font-family: "Tenon Regular";
}

section:nth-of-type(1) h2:nth-of-type(2) {
	font-family: "Korolev Heavy";
	color: #00615f;
	font-size: 2em;
	padding: 0.5em;
}

section:nth-of-type(1) h2:nth-of-type(3) {
	font-family: "KongaPro";
	color: #ff7973;
	font-size: 2em;
	padding: 0.5em;
}

main>section ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	gap: 1em;
	list-style: none;
}

section:nth-of-type(1) li:nth-of-type(odd) {
	text-align: end;
	margin-left: 1em;
}

section:nth-of-type(1) li:nth-of-type(even) {
	text-align: start;
}

ul {
	grid-column: 1/-1;
	text-align: center;
}


section:nth-child(2) {
	background-color: #285F5E;
	color: #e9d9d2;
}

section:nth-of-type(1) div {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 2em;
}

section:nth-of-type(1) div img {
	max-width: 7em;
}

section:nth-of-type(1) article>img {
	width: 20em;
	height: 14em;
}

section:nth-of-type(2)>ul {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 10);

}

main section:nth-of-type(3) {
	color: #f9f3f0;
	background-color: #00615f;
	text-align: center;
	font-family: "Tenon Regular";
}


section:nth-of-type(3) article:first-of-type h3 {
	font-family: "korolev Heavy";
	color: #fffb9b;
	text-align: center;
	padding: 1em;
	font-size: 1em;
}

section:nth-of-type(3) article:first-of-type h4 {
	font-family: "korolev Heavy";
	color: #f9f3f0;
	text-align: center;
	padding: 1em;
	font-size: 1.5em;
}

section:nth-of-type(3) p:first-of-type {
	margin-bottom: 2em;
	font-size: 0.8em;
	padding: 1.8em;
}

section:nth-of-type(3) div li {
	display: flex;
	overflow: auto;
}

section:nth-of-type(3) article div {
	display: grid;
	grid-template-columns: repeat(8, 3em);
	grid-template-rows: repeat(6, 3em);
}

section:nth-of-type(3) article img:nth-of-type(1) {
	grid-column: 3;
	height: 220px;
	width: 220px;
}

section:nth-of-type(3) article img:nth-of-type(2) {
	grid-column: 2;
	grid-row: 4;
	height: 116px;
	width: 116px;
	z-index: 2;
}


section:nth-of-type(3) ul {
	display: flex;
	overflow: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 1em;
	padding: 1em;
}

.knopjes a {
	display: inline-block;
	width: 0.25em;
	height: 0.25em;
	border-radius: 100%;
	background: #7f807e;
	overflow: hidden;
	margin: 1em;
	align-items: center;
}

main section:nth-of-type(4) {
	color: #f9f3f0;
	background-color: #00615f;
	text-align: center;
	font-family: "Tenon Regular";
}

section:nth-of-type(4) h3 {
	font-family: "Korolev Heavy";
	color: #fffb9b;
	font-size: 1em;
	margin: 1em;
}

section:nth-of-type(4) h4 {
	font-family: "Korolev Heavy";
	color: #f9f3f0;
	font-size: 2em;
	line-height: 1.1;
	margin: 1em;
	letter-spacing: 0;
}

section:nth-of-type(4)>img {
	width: 100%;
	height: auto;
}


section:nth-of-type(5)>img {
	width: 100%;
	height: auto;
}

section:nth-of-type(6) article:first-of-type h4 {
	font-family: "korolev Heavy";
	color: #00615f;
	text-align: center;
	padding: 1em;
	font-size: 1.5em;
}

section:nth-of-type(6) p {
	color: #5F6D6D;
	text-align: center;
	margin: 1em;
}

section:nth-of-type(6) article:not(:first-of-type) {
	border: 2px solid rgb(190, 187, 187);
	display: block;
	text-align: center;
	margin: 3em;
}

section:nth-of-type(6) p:first-of-type {
	margin-bottom: 3em;
}

section:nth-of-type(6) article div {
	display: grid;
	grid-template-columns: repeat(6, 3em);
	grid-template-rows: repeat(6, 3em);
}

section:nth-of-type(6) article div img:nth-of-type(1) {
	grid-column: 5 / 7;
	z-index: 2;
}

section:nth-of-type(6) article div img:nth-of-type(2) {
	grid-column: 2 /4;
}

section:nth-of-type(6) img:nth-of-type(1) {
	height: 116px;
	width: 116px;
}

section:nth-of-type(6) img:nth-of-type(2) {
	height: 220px;
	width: 220px;
}

section:nth-of-type(7) h2 {
	font-family: "korolev Heavy";
	color: #00615f;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	font-size: 1.5em;
	padding: 1.5em;
}

section:nth-of-type(7) a {
	margin: 10px;
	padding: 12px 24px;
	color: #00615f;
	text-decoration: none;
	border: solid #00615f;
	font-family: "Korolev Heavy";
}

footer section article {
	background-color: #00615f;
	color: #ffffff;
}

footer section:first-child ul {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 1em;
	margin: 1em;
	margin-top: 0;
	list-style-type: none;
	font-family: "Korolev Heavy";
}

footer section article:nth-of-type(1) img {
	width: 375px;
	height: auto;
}

footer section article:nth-of-type(2) {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;

}

footer section article:nth-of-type(2) img {
	width: 6em;
	height: auto;
}

footer section article:nth-of-type(3) img {
	width: 5em;
	height: auto;
	margin: 1em;
}

footer section:nth-of-type(2) article {
	background-color: rgb(0, 82, 80);
	padding: 2em;
}

footer section:nth-of-type(2) article>h2 {
	font-family: "Korolev Heavy";
	text-align: center;
	font-size: 2.5em;
}

footer section:nth-of-type(2) li {
	margin: 2em;
	font-size: 0.5em;
	list-style-type: none;
}





@-webkit-keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 5));
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 5));
	}
}


/* STYLING PAGINA TWEE*/


.paginatwee section:nth-of-type(1) p {
	color: #dfe8e8;
	text-align: center;
	margin: 1em;
	font-size: 0.8em;
}

.paginatwee section:nth-of-type(1) {
	background-color: #00615f;
	color: #e9d9d2;
}

.paginatwee section>article h1 {
	font-family: "Korolev Heavy";
	font-size: 1.5em;
	padding-top: 4em;
	line-height: 1.5;
	text-shadow: none;
	color: #fffb9b;
	margin-bottom: auto;
}

.paginatwee section:nth-of-type(1) h3 {
	font-family: "Korolev Heavy";
	font-size: 2.5em;
	padding: 1em;
	line-height: 1;
	color: #f9f3f0;
}


.paginatwee article:first-child img {
	width: 20em;
	height: auto;
}

.paginatwee section:nth-of-type(2) {
	background-color: #f9f3f0;
	color: #00615f;
}

.paginatwee section:nth-of-type(2) h2 {
	font-family: "Korolev Heavy";
	font-size: 1em;
	color: #ff7973;
	text-align: center;
}

.paginatwee section:nth-of-type(2) h3 {
	font-family: "Korolev Heavy";
	font-size: 1.5em;
	line-height: 1;
	color: #00615f;
	text-align: center;
	padding: 1em;
}

.paginatwee section:nth-of-type(2) p {
	text-align: center;
	margin: 1em;
	font-size: 0.8em;
}

.paginatwee section:nth-of-type(3) {
	background-color: #e9d9d2;
	padding: 2em;
}

.paginatwee section:nth-of-type(3) article:first-of-type h3 {
	font-family: "korolev Heavy";
	color: #00615f;
	text-align: center;
	padding: 1em;
	font-size: 1.8em;
	line-height: 1;
}

.paginatwee section:nth-of-type(3) a {
	font-family: "korolev Heavy";
	color: #00615f;
	border: solid 1px #00615f;
}

.paginatwee section:nth-of-type(4) {
	background-color: #f9f3f0;
}


.paginatwee section:nth-of-type(4) h2 {
	font-family: "Korolev Heavy";
	font-size: 1em;
	color: #ff7973;
	text-align: center;
	margin-top: 6em;
}

.paginatwee section:nth-of-type(4) article h3:first-of-type {
	font-family: "Korolev Heavy";
	font-size: 2em;
	color: #00615f;
	margin-top: 0.5em;
}

.paginatwee section:nth-of-type(4) article h3:not(:first-of-type) {
	font-family: "Korolev Heavy";
	font-size: 1.5em;
	color: #00615f;
	line-height: 1em;
}

.paginatwee section:nth-of-type(4) article>p {
	color: #5F6D6D;
	margin: 1em;
	font-size: 0.8em;
}


.paginatwee section:nth-of-type(4) article img:first-of-type {
	height: auto;
	width: 6em;
	margin-top: 2em;
}

.paginatwee section:nth-of-type(4) a {
	font-family: "korolev Heavy";
	color: #00615f;
	border: solid 1px #00615f;
}

.paginatwee section:nth-of-type(5) article:first-of-type h3 {
	font-family: "korolev Heavy";
	color: #ff7973;
	text-align: center;
	padding: 1em;
	font-size: 1em;

}

.paginatwee section:nth-of-type(5) article:first-of-type h4 {
	font-family: "korolev Heavy";
	color: #00615f;
	text-align: center;
	padding: 1em;
	font-size: 1.5em;
}

.paginatwee section:nth-of-type(5) article:not(:first-of-type) {
	border: 2px solid rgb(190, 187, 187);
	text-align: center;
	margin: 3em;
}


.paginatwee section:nth-of-type(5) p:first-of-type {
	margin-bottom: 2em;
	font-size: 0.8em;
	padding: 1.8em;
}

.paginatwee section:nth-of-type(5) article div {
	display: grid;
	grid-template-columns: repeat(8, 3em);
	grid-template-rows: repeat(6, 3em);
}

.paginatwee section:nth-of-type(5) article img:nth-of-type(1) {
	grid-column: 2;
	grid-row: 4;
	height: 116px;
	width: 116px;
	z-index: 2;
}

.paginatwee section:nth-of-type(5) article img:nth-of-type(2) {
	grid-column: 3;
	height: 220px;
	width: 220px;
}

.paginatwee section:nth-of-type(5) ul {
	display: flex;
	overflow: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 1em;
	padding: 1em;
}

.paginatwee section:nth-of-type(5) a {
	font-family: "korolev Heavy";
	color: #00615f;
	border: solid 1px #00615f;

}

.paginatwee section:nth-of-type(6)>ul {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 10);
	color: #f9f3f0;
	background-color: #00615f;
	line-height: 1em;
}

.paginatwee section:nth-of-type(7) img {
	height: auto;
	width: 20em;
	padding: 3em;
	margin-left: 1.5em;
}

.paginatwee section:nth-of-type(7) {
	background-color: #00615f;
	color: #f9f3f0;
}

/* check ff deze hieronder */

.paginatwee section:nth-of-type(7) details {
	border-radius: 8px;
	padding: 1em;
	cursor: pointer;
}

.paginatwee section:nth-of-type(7) h2 {
	font-family: "Korolev Heavy";
	font-size: 1em;
	color: #fffb9b;
}

.paginatwee section:nth-of-type(7) h3 {
	font-family: "Korolev Heavy";
	font-size: 2em;
	line-height: 1em;
	color: #f9f3f0;
	text-align: center;
	padding: 1em;
}

.paginatwee summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	padding-right: 25px;
	/* ruimte voor het icoon */
}

.paginatwee summary::after {
	content: '';
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="12" y1="5" x2="12" y2="19" stroke="white" stroke-width="2"/><line x1="5" y1="12" x2="19" y2="12" stroke="white" stroke-width="2"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}

.paginatwee details[open] summary::after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12" stroke="white" stroke-width="2"/></svg>');
}

.paginatwee section:nth-of-type(8) {

	background-color: #005250;
	padding: 2em;
	margin-top: 0;
	text-align: center;

	& h2 {
		font-family: "Korolev Heavy";
		font-size: 2em;
		line-height: 1;
		color: #f9f3f0;
	}
}

.paginatwee section:nth-of-type(8) a {
	font-family: "korolev Heavy";
	color: #f9f3f0;
	border: solid 1px #f9f3f0;
}

.paginatwee section:nth-of-type(9) {
	background-color: #00615f;
	color: #f9f3f0;
	font-size: 0.8em;
}

.paginatwee section:nth-of-type(9) img {
	margin-left: 4.5em;
	padding: 1em;
}

.paginatwee section:nth-of-type(9) h2 {
	font-family: "Korolev Heavy";
	font-size: 1.3em;
	color: #fffb9b;
	text-align: center;
	padding: 1em;
}

.paginatwee section:nth-of-type(9) h3 {
	font-family: "Korolev Heavy";
	font-size: 2em;
	line-height: 1em;
	color: #f9f3f0;
	text-align: center;
	padding: 1em;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2em;
}

input {
	margin-bottom: 0.8em;
	border: 1px solid #f9f3f0;
	padding: 0.8em;
	background-color: #00615f;
}

input[type=text],
select {
	margin-bottom: 0.8em;
	border: 1px solid #f9f3f0;
	padding: 0.8em;
	background-color: #00615f;
}


#Telefoonnummer {
	display: flex;
	flex-direction: row;
}

form a {
	font-family: "korolev Heavy";
	color: #f9f3f0;
	border: solid 1px #f9f3f0;
	padding: 1em;
	align-self: center;
}

.paginatwee footer section:nth-of-type(2) article>h2 {
	font-family: "Korolev Heavy";
	color: #f9f3f0;
	text-align: center;
	font-size: 2.5em;
} 


