@import url("https://use.typekit.net/whx6khr.css");

:root {
  --catalina-blue: #12326e;
  --sea-serpent: #68c3cd;
  --jade-mountain: #7ec19f;
  --praying-mantis: #62bc62;
  --plump-purple: #6653a5;
  --deep-fuchsia: #bc62bc;
  --raspberry-jam: #c63663;
  --dark-coral: #c65036;
  --tropical-sun: #f7b718;
  --primary-one-color: var(--catalina-blue);
  --primary-two-color: var(--tropical-sun);
  --primary-three-color: var(--sea-serpent);
  --secondary-one-color: var(--raspberry-jam);
  --secondary-two-color: var(--praying-mantis);
}

body {
  font-family: "azo-sans-web", sans-serif;
  background-color: #f4f4f4;
}

.ovsg-icon {
  color: #aaa;
}

.ovsg-icon:hover {
  color: var(--primary-two-color);
}

.social-icon {
  padding: 0 0.3rem;
}

#header {
  display: flex;
  align-items: center;
}

.header-menu {
  position: relative;
}

.header-menu a {
  text-decoration: none;
}

.header-menu-shape {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--primary-one-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.25s all;
}

.header-menu-shape:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 0px var(--primary-one-color);
}

/* HEADER - MENU */
.backdrop-visible {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

#menu {
  position: fixed;
  top: 0;
  right: -600px;
  width: 500px;
  height: 100%;
  background-color: #e0e6f1;
  z-index: 100;
  transition: 0.4s all;
  box-shadow: rgb(49 52 55 / 41%) 0px 8px 24px;
}

#menu::before {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 115vh 400px;
  border-color: transparent transparent #12326e0a transparent;
  transform: rotate(0deg);
  z-index: -1;
  content: "";
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #menu {
    right: -120%;
    width: 100%;
    transition: 0s all;
  }
}

#menu.opened {
  overflow-y: auto;
  right: 0;
}

.header-menu-x {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  text-align: center;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all;
}

.header-menu-x:hover {
  transform: scale(1.1);
}

#menu-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 0 1rem;
}

.hoofdlink,
.submenu {
  text-decoration: none;
  color: #12326e;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem;
  padding-top: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 0.5rem;
  transition: 0.5s all;
}

.hoofdlink:hover,
.submenu:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #12326e;
}

.submenu {
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}

.sublinks {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sublinks a {
  color: #12326e6e;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.sublinks a:hover {
  background-color: #12326e0f;
  border-radius: 0.5rem;
}

.submenu-titel::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16" style="color: %2312326E"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
}

.submenu.open > .submenu-titel::after {
  transform: rotate(90deg);
  padding-top: 1rem;
}

/* IMAGE-CONTAINER */
#image-container {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 0 var(--bs-gutter-x);
}

#image-container img {
  width: 100%;
  filter: brightness(0.75);
}

.header-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text-centered h1 {
  color: white;
  text-shadow: 6px 6px 11px #000000;
}

.image-shape-one {
  width: 200px;
  height: 150px;
  border-radius: 100%;
  background-color: var(--primary-two-color);
  position: absolute;
  right: -50px;
  top: -50px;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-shape-one:hover {
  transform: scale(1.1);
}

.image-shape-two {
  width: 200px;
  height: 150px;
  border-radius: 50% / 10%;
  background-color: var(--primary-three-color);
  position: absolute;
  left: -50px;
  bottom: -75px;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-shape-two::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}

.image-shape-two:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 500px) {
  #image-container img {
    object-fit: cover;
    min-height: 100%;
  }
}

/* NAVBAR */
.navbar {
  padding: 0;
}

.navbar-brand {
  color: white;
}

button.navbar-toggler {
  margin-left: 0.5rem;
  border: 0;
}

button.navbar-toggler:hover,
button.navbar-toggler:active,
button.navbar-toggler:focus,
button.navbar-toggler:focus-visible {
  border: 0;
  box-shadow: none;
}

.nav-item {
  display: flex;
  align-items: center;
  margin: 10px;
  padding-right: 5px;
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  transition: 0.5s all;
}

.nav-item:hover {
  background-color: #389da9;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:active {
  color: white;
}

.navbar-collapse form.d-flex {
  margin-block-end: 0;
}

.dropdown-menu.show {
  background-color: #389da9;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  color: white;
  background-color: var(--primary-two-color);
}

.dropdown-divider {
  background-color: white;
}

.custom-icon {
  padding-bottom: 0.3rem;
  margin-right: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 8px 0;
  }

  .nav-item {
    display: block;
    margin: 0 10px 5px;
  }

  .nav-link {
    width: 100%;
  }

  a.nav-link {
    margin-left: 0.5rem;
  }

  li a {
    margin-left: 1rem;
    margin-right: 0.5rem;
  }

  .navbar-collapse form.d-flex {
    margin-block-end: 1rem;
  }

  .nav-item.dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
  }

  .dropdown-item {
    color: white;
  }

  .dropdown-item:hover {
    background-color: #389da9;
    color: var(--primary-two-color);
  }
}

/* MAIN */

/* h1::before {
  content: "";
  display: block;
  width: 102px;
  height: 10px;
  margin-bottom: 10px;
  background-size: 17px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 -5 60 60"><g><path d="M-5,30 L30,0 L65,30" fill="none" stroke="rgb(247,184,30)" stroke-width="8" /></g></svg>');
} */

h1 {
  font-size: 3rem;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  line-height: 3.5rem;
  color: rgb(18, 50, 110);
  margin-top: 1.5rem;
}

h2 {
  font-size: 2rem;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
  color: rgba(18, 50, 110, 1);
  margin-top: 1.5rem;
}

/* BREADCRUMBS */
#breadcrumbs ol {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  margin: 1rem 0;
  padding-left: 0rem;
  font-size: 0.85rem;
}

#breadcrumbs ol li:first-child {
  background-color: #d8e3f9;
  border-radius: 0rem 0.5rem;
  padding: 0.5rem;
}

#breadcrumbs ol li:first-child a {
  margin: 0rem;
}

#breadcrumbs ol li + li::before {
  display: inline-block;
  padding: 0rem 0.75rem;
  color: #6e6e6e;
  content: ">";
}

#breadcrumbs ol li a {
  color: var(--primary-one-color);
  margin: 0rem;
}

/* BUTTONS */
.btn-ovsg {
  color: white;
  background-color: var(--primary-one-color);
  border-color: var(--primary-one-color);
  border-radius: 0.5rem 0rem;
  margin-right: 0.5rem;
  padding: 0.375rem 0.75rem 0.125rem;
}

.btn-ovsg:hover {
  color: var(--primary-one-color);
}

.btn-green:hover {
  background-color: #418663;
  border-color: #418663;
  color: white;
}

.btn-red:hover {
  background-color: #ae2f23;
  border-color: #ae2f23;
  color: white;
}

.btn-alt:hover {
  background-color: rgba(180, 43, 85, 1);
  border-color: rgba(180, 43, 85, 1);
  color: white;
}

/* FORM */
.input-group {
  font-family: sans-serif;
}

/* TOGGLE */
label.form-check-label {
  margin-top: 0.1rem;
}

.form-check-input:checked {
  background-color: rgba(18, 50, 110, 1);
  border-color: rgba(18, 50, 110, 1);
}

.form-check-input:focus {
  border-color: rgba(18, 50, 110, 1);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(18, 50, 110, 0.25);
}

/* RESULTATENTABEL */
#services {
  font-family: sans-serif;
}

#services .fa-solid {
  color: var(--primary-one-color);
}
