<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
.actievelink a {
  color: #1d4b8b;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.menu-achtergrond {
  background-color: rgba(184, 200, 186, 0.5);
}

.fixed-top {
  z-index: 999 !important;
}

.navbar-container {
  padding: 0;
  border-radius: 0;
}

button:focus {
  outline: none;
}

.menu-iconen {
  color: #000;
}
.menu-iconen :hover {
  color: #000;
}

.nav-item {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  padding-right: 15px;
  font-weight: 400;
  color: #1d4b8b;
  transition: all 0.2s ease-in-out;
}

.nav-item:last-child {
  border-right: 0;
}

.nav-item a {
  color: #1d4b8b;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
}

.nav-item a:hover {
  color: #5b7674;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.menu-item-bullet {
  color: #1d4b8b;
}

.fa-dot-circle {
  font-size: 11px;
}

.dropdown:hover &gt; .dropdown-menu {
  display: block;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.dropdown &gt; .dropdown-toggle:active {
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  background-color: #8eb8b4;
  color: white !important;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
  transition: all 0.2s ease-in-out;
  font-size: 0.7em;
  min-width: 220px;
}

.dropdown-menu a:hover {
  transition: all 0.2s ease-in-out;
}

.dropdown-item {
  padding: 6px 20px;
  color: white !important;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #739db2;
  color: white !important;
  transition: all 0.2s ease-in-out;
}

/* Medium devices (tablets, 768px and up) */
/* Medium devices (tablets, 768px and up) *//*# sourceMappingURL=menu.css.map */</pre></body></html>