@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;700&display=swap");
.actievelink a {
  color: #103d63;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.menu-achtergrond {
  background: none;
}

.stickytop {
  position: sticky;
  z-index: 1000000000;
}

.navbar-container {
  padding: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

button:focus {
  outline: none;
}

.menu-iconen {
  color: #000;
}

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

.nav-item {
  font-family: 'Baloo Tamma 2', cursive;
  font-size: 1.1rem;
  padding-right: 15px;
  font-weight: 400;
  color: white;
  transition: all 0.2s ease-in-out;
}

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

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

.nav-item a:hover {
  color: white;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: rgba(8, 154, 143, 0.5);
}

.menu-item-bullet {
  color: white;
}

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

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

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

.dropdown-menu {
  background-color: #105f85;
  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 {
  color: white !important;
  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: #29779b;
  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 */