@font-face {
    font-family: ZillaRegular;
    src: url(../fonts/ZillaSlab-Regular.woff2);
}
@font-face {
    font-family: ZillaRegular;
    font-style: italic;
    src: url(../fonts/ZillaSlab-Italic.woff2);
}
@font-face {
    font-family: ZillaMedium;
    src: url(../fonts/ZillaSlab-Medium.woff2);
}
@font-face {
    font-family: ZillaMedium;
    font-style: italic;
    src: url(../fonts/ZillaSlab-MediumItalic.woff2);
}
@font-face {
    font-family: ZillaBold;
    src: url(../fonts/ZillaSlab-Bold.woff2);
}

html {
	background-color	: #111;
	scroll-behavior: smooth;
}
		/* turquoise = #268d92 */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: ZillaMedium;
	font-size: 13px;
	line-height: 1.35;
	padding-top: 0px;
	color: #eee;
	background-color: #111;
	background: url('../img/logo-als-achtergrond.svg');
	background-repeat: no-repeat;
	background-size: 1050px;
	background-position: center -5px;
	padding-bottom: 100px;
	-ms-overflow-style: one;
	scrollbar-width: one;
	min-height: 100vh;
	
	border-top: constant(safe-area-inset-top) solid #111;
	border-top: env(safe-area-inset-top) solid #111;
}
body::-webkit-scrollbar {
	display: none;
}
		@media only screen and (min-width: 500px) {
			body {
				background-size: 1600px;
				font-size: 15px;
			}
		}
		@media only screen and (min-width: 620px) {
			body {
				background-size: 1800px;
				font-size: 16px;
			}
		}
		@media only screen and (min-width: 1000px) {
			body {
				background-size: 2000px;
				font-size: 17px;
			}
		}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body {
		/* het is net alsof de animations rare dingen veroorzaken */
	nimation: 1s ease-out FadeIn;
	-webkit-nimation: 1s ease-out FadeIn;
}

a {
	text-decoration: none;
	color: #2a7695;
}
.klikbaar-gedeelte {
	display: block;
	width: 100%;
	height: 180px;
}
		@media only screen and (min-width: 500px) {
			.klikbaar-gedeelte  {
					height: 200px;
			}
		}
		@media only screen and (min-width: 620px) {
			.klikbaar-gedeelte  {
					height: 200px;
			}
		}
		@media only screen and (min-width: 700px) {
			.klikbaar-gedeelte  {
					height: 200px;
			}
		}

h1, h2 {
	margin-top: 0;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 0em;
	margin-bottom: 1em;
}
h1 {
	font-size: 1em;
}

.titel-van-pagina {
	width: 100%;
	text-align: center;
	font-family: ZillaBold;
	font-size: 1em;
	ont-weight: bold;
	color: #268d92;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.tekst {
		font-family: ZillaMedium;
		display: block;
		width: 40em!important;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
}
				@media only screen and (min-width: 500px) {
					.tekst {
						font-family: ZillaRegular;							
					}
				}

.tekst a {
		color: #eee;
		border-bottom: 0.01em solid #ccc;
}

.kop, .knop, .brede-knop, .smalle-knop, .back {
	font-size: 1em;
	line-height: 1.1em;
		/* grijsblauw */
	background: #446677;
		/* turqoise */
	background: #268d92;
		/* grijsblauw */
	background: #446677;
	color: #eee;
	display: block;
	width: 16em;
	padding-top: 0.15em;
	padding-bottom: 0.31em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2em;
}
.knop:active, .brede-knop:active, .back:active {
	background: #aaa;
	color: #111;
}

.kop {
	margin-bottom: 0.3em;
}
.smalle-knop {
	width: 5em;
}
.les {
	font-size: 1em;
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	color: #ddd;
	padding-right: 1em;
	padding-left: 1em;	
	margin-bottom: 0em;
	font-weight: 400;
	border-radius: 20px;
}
.les:active {
	background-color: #aaa!important;
	color: #111;
}

				@media only screen and (max-width: 500px) {
					.les {
						padding-top: 2px;
						line-height: 1.4;							
					}
				}


.spacer {
	height: 0.7em;
}
.grote-spacer {
	height: 4em;
}

.back {
	width: 4.8em;
	margin-top: 0.75em;
}

.back:after {
	content: "Back";
}

.back::before {
	content: "\2190";
	font-size: 1em;
	position: relative;
	top: 0.04em;
	margin-right: 0.25em;
}

.melding-gespiegeld::before {
	background-image: url(../img/pijltje-wit.png);
	background-size: .5em;
	background-color: white;
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block!important;
	width: 0.5em;
	height: 1em;
	top: 0.16em;
	content: '';
	position: relative;
	margin-left: 0em;
	margin-right: 0.2em;
}

/* ------------------------------------------------------- NAVIGATIE */

.navigatie {
	osition: fixed;
	display: block;
	width: 100%;
	height: 3.2em;
	bottom: 0;
		/* grijsblauw */
	background: #446677;
		/* zelfde antraciet als achter logo */
	background: #423e3f;
	padding-top: 4px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.link-naar-top {
	position: absolute;
	float: left;
	display: block;
	width: 100%;
	height: 100px;
}

/* ------------------------------------------------------- INSTELLINGEN */
	.instelling {
		display: block;
		text-align: center;
		margin-bottom: 0.5em;
		margin-top: 1em;
	}
	.knop-voor-keuze {
		display: inline-block;
				/* grijsblauw */
		background: #446677;
		height: 1.5em;
		width: 2.8em;
		border-radius: 2em;
		color: #eee;
		margin-left: 0.2em;
		margin-right: 0.2em;
	}
	.uitleg-onder-gespiegeld {
		display: block;
		width: 16em;
		font-size: 0.9em;
		line-height: 1.25;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		opacity: 0.7;
	}
	.kruisende-pijlen {
		display: inline-box;
		line-height: 0px!important;
		height: 14px;
		width: 14px;
		border: 0.01em solid #eee;
		padding-bottom: 1px;
		margin-bottom: -5px;
		margin-right: 1px;
	}

/* -------------------------------------------------------------- MAATSOORTEN */
.teller {
	position: relative!important;
	top: -0.1em!important;
}
.noemer {
	position: relative!important;
	top: 0.1em!important;
}
.slash:after {
	content: "/";
	font-size: 1.2em;
	line-height: 1;
	position: relative;
	top: 0.1em;
	margin-right: -0.04em;
}

	-ms-transform: translateX(26px);
	transform: translateX(26px);
}




