html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Arial", sans-serif;
	color: black !important;
}

/* Default (landscape on PC, etc.) */
html,
body {
	background-color: #f0f0f0;
}

/* Portrait mode (smartphones / tablets) */
@media screen and (orientation: portrait) {
	html,
	body {
		background-color: #ffffff;
	}
}

/* Landscape mode (PC screens or tablets turned sideways) */
@media screen and (orientation: landscape) {
	html,
	body {
		background-color: #f0f0f0;
	}
}

h1 {
	font-family: "Lora", serif;
	font-weight: 700; /* Bold */
	font-size: 220%;
	color: #00338e;
	text-align: center;
}

h2 {
	font-family: "Lora", serif;
	font-weight: 700; /* Bold */
	font-size: 125%; /* 50% larger */
	color: #00338e;
}

h3 {
	font-family: "Arial", serif;
	font-weight: 700; /* Bold */
	font-size: 125%; /* 50% larger */
	color: black;
	text-align: center;
}

h4 {
	font-family: "Lora", serif;
	font-weight: 700; /* Bold */
	font-size: 125%; /* 50% larger */
}

h5 {
	font-family: "Lora", serif;
	font-weight: 700; /* Bold */
	font-size: 125%; /* 50% larger */
	color: #00338e;
	text-align: left;
}

.footer-slogan {
	font-family: "Arial", sans-serif;
	font-weight: 550; /* Bold */
	font-size: 85%;
	color: black;
	text-align: center;
}

.footer-credits {
	font-family: "Lora", serif;
	font-weight: 700; /* Bold */
	font-size: 100%;
	color: #00338e;
}

/* Mobiel (klein scherm) */
@media screen and (max-width: 600px) {
	.footer-credits {
		text-align: center;
		margin-left: 0;
	}
}

/* Tablet en groter (medium/large/xlarge) */
@media screen and (min-width: 601px) {
	.footer-credits {
		text-align: left;
		margin-left: 1.4em;
	}
}

.custom-hover:hover {
	background-color: #e6f0ff !important;
}

.aerosolenMenu {
	font-family: "Arial", sans-serif;
	max-width: 100%;
	font-size: large;
	color: white !important;
	background-color: #00338e;
	text-align: justify;
}

.aerosolenText {
	font-family: "Arial", sans-serif;
	max-width: 750px;
	font-size: large;
	background-color: white !important;
	text-align: justify;
}

.aerosolenLandingpage {
	font-family: "Arial", sans-serif;
	font-size: large;
	text-align: justify;
}

.aerosolenBalken {
	font-family: "Arial", sans-serif;
	max-width: 100%;
	font-size: large;
	color: white !important;
	background-color: #00338e;
	text-align: justify;
}

.center_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	width: 10%;
	border-radius: 20px;
}

.center_blauw {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	width: 100%;
	border-radius: 10px;
}

.center_grijs {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #3d3346;
	border-radius: 10px;
}

.center_licht {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #e6f0ff;
	border-radius: 10px;
}

.menu_header {
	font-family: "Arial", sans-serif;
	font-size: 120%; /* 50% larger */
	font-weight: 700; /* Bold */
	color: black;
}

.menu_item {
	font-family: "Georgia", serif;
	font-weight: 700; /* Bold */
	font-size: 80%; /* 50% larger */
}

figure {
	margin: 0; /* geen extra marge */
	padding: 0; /* geen extra padding */
	border: none; /* geen rand */
}

/* The <ul> tag defines an unordered (bulleted) list.  */

ul.myUL {
	list-style-type: disc !important;
	list-style-position: outside !important;
	padding-left: 1.2em !important;
	margin-left: 0 !important;
	margin-top: 0;
	margin-bottom: 1em;
}

ul.myUL li {
	padding-left: 0 !important;
	margin-bottom: 0.6em;
	text-align: left !important;
}

.myUL li::marker {
	color: #00338e; /* blauwe bullet */
}

@media (max-width: 600px) {
	.myUL {
		padding-left: 0.75rem;
	}
}

/* kleuren van links.  */

a:link,
a:visited {
	color: #00338e;
	text-decoration: none;
	cursor: pointer;
}

a:link:active,
a:visited:active {
	color: #00338e;
}

a:hover {
	color: #00a9d2;
	background-color: transparent;
}

/*toegevoegd voor het dynamisch maken van de iframe*/
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

th {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}
td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

.pointer {
	cursor: pointer;
}

.container {
	text-align: center;
}
.image {
	display: inline-block;
	margin: 0 10px; /* Adjust as needed */
}
/* Center container to align button in the middle of the screen */
.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px; /* Full viewport height */
}

/* Styling for the centered button */
.menuButton {
	font-size: 24px;
	padding: 10px 20px;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-family: "Arial", sans-serif;
	max-width: 100%;
	font-size: large;
	background-color: #00338e;
	text-align: justify;
}

.sublist {
	list-style-type: circle;
	margin-left: 20px;
}
.prompt-box {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	font-family: monospace;
	white-space: normal;
	word-wrap: break-word;
}
.copy-btn {
	display: inline-block;
	margin-top: 12px;
	background-color: #152d52;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
}
.copy-btn:hover {
	background-color: #f34865;
}
