html {
  background-color: #e6f0ff;
  height: 100%; /* Ensure that the html element takes up the full height of the viewport */
}
body {
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  height: 100%; /* Ensure that the body takes up the full height of the viewport */
  background-color: #e6f0ff;
  font-family: "Arial", sans-serif; /* Set Roboto as the default font for body text */
  color: black !important;
}

h1 {
  font-family: "Georgia", serif;
  font-size: 220%; /* 50% larger */
  font-weight: 700; /* Bold */
  color: #00338e;
  text-align: center;
}

h2 {
  font-family: "Georgia", 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: "Georgia", serif;
  font-weight: 700; /* Bold */
  font-size: 125%; /* 50% larger */
}

h5 {
  font-family: "Georgia", serif;
  font-weight: 700; /* Bold */
  font-size: 125%; /* 50% larger */
  color: #00338e;
  text-align: left;
}

h6 {
  font-family: "Georgia", serif;
  font-weight: 700; /* Bold */
  font-size: 80%; /* 50% larger */
}

.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 */
}

/* 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%;
}

/* NIEUW VANAF HIER */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #009a3e;
  border-radius: 10px; /* Adding border-radius to the table */
  font-family: "Arial", sans-serif; /* Fallback to sans-serif if Calibri is not available */
  font-size: 120%; /* 50% larger */
  font-weight: 700; /* Bold */
  color: #e1f7ff;
}

table img {
  width: 120px; /* Ensures the image does not exceed the width of its container */
  height: auto; /* Maintains the aspect ratio of the image */
}

th {
  background-color: #001b4c;
  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;
}
