* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 300;
  font-style: normal;
  color: #333;
}

body p {
  padding-bottom: 12px;
}

strong {
  font-weight: 600;
  color: #264446;
}

/* --- CONTAINERS --- */

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/* --- TYPE HEADINGS --- */

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  display: block;
  font-family: "Kalam", sans-serif;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #264446;
  margin-bottom: 1.3rem;
}

h2,
.h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #264446;
  margin-bottom: 1.3rem;
}

h3,
.h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #264446;
  margin-bottom: 1rem;
}

h3 strong,
.h3 strong {
  color: #318375;
}

a {
  font-weight: 400;
  color: #333;
}

.container ul ul {
  margin: 0 0 0 24px;
}

/* --- NAVIGATIE --- */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;

  padding: 0 1rem;
  height: 110px;
  border-bottom: 1px solid rgba(38, 68, 70, 0.05);
  /* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); */

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;

  transition: 0.2s;
}

.header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
}

.container {
  padding: 7rem 0;
}

.site-main .container:not(:last-of-type) {
  padding-bottom: 0rem;
}

.container--light {
  background-color: #f2f7fc;
}

.container--dark {
  background-color: #00192e;
  color: #fff;
}

.bg-dark {
  background-color: #00192e;
  color: #fff;
  padding: 2rem 0;
}

.bg-light {
  background-color: #e1f5f5;
  border-radius: 10px;
}

/* --- SOCIALS --- */

.social-group {
  margin-top: 2rem;
}

.social-icon {
  color: #264446;
}

.social-icon {
  font-size: 1.5rem;
}

/* --- FOOTER --- */

.footer--cta__container {
  width: 100%;
  background: linear-gradient(to bottom, #fff 50%, #e0f5f5 50%);
}

.footer--cta {
  padding: 4rem;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

  border-radius: 10px;
  overflow: hidden;

  background-image: url("../images/stats-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer--cta__body {
  z-index: 1;
  max-width: 800px;
  color: rgba(255, 255, 255, 0.8);
}

.footer--cta h2 {
  color: #fff;
}

.site-footer .container {
  padding-bottom: 0;
  color: #264446;
  font-weight: 400;
}

.site-footer a {
  text-decoration: none;
  color: #264446;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .social-group {
  margin-top: 1rem;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 7rem auto;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}

.row .row {
  margin-top: 0;
  margin-bottom: 0;
}

.row.row--reverse {
  flex-direction: row-reverse;
}

.row.center {
  justify-content: center;
  align-items: center;
}

.row.start {
  justify-content: flex-start;
}

.row.end {
  justify-content: flex-end;
}

.container .row:first-of-type {
  margin-top: 0;
}

.container .row:last-of-type {
  margin-bottom: 0;
}

.site-footer .container .row {
  margin: 0 auto;
}

.site-footer .container > .row:not(:first-of-type) {
  margin-top: 1rem;
}

.site-footer .container .row.subfooter {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1rem !important;
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.credits {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}

/* --- COLUMNS --- */

.col-1 {
  width: calc(100% / 12 * 1);
}

.col-2 {
  width: calc(100% / 12 * 2);
}

.col-3 {
  width: calc(100% / 12 * 3);
}

.col-4 {
  width: calc(100% / 12 * 4);
}

.col-5 {
  width: calc(100% / 12 * 5);
}

.col-6 {
  width: calc(100% / 12 * 6);
}

.col-7 {
  width: calc(100% / 12 * 7);
}

.col-8 {
  width: calc(100% / 12 * 8);
}

.col-9 {
  width: calc(100% / 12 * 9);
}

.col-10 {
  width: calc(100% / 12 * 10);
}

.col-11 {
  width: calc(100% / 12 * 11);
}

.col-full {
  width: 100%;
}

.colspan-1 {
  margin-right: calc(100% / 12 * 1);
}
.row.row--reverse .colspan-1 {
  margin-left: calc(100% / 12 * 1);
  margin-right: 0;
}
.colspan-2 {
  margin-right: calc(100% / 12 * 2);
}
.colspan-3 {
  margin-right: calc(100% / 12 * 3);
}
.colspan-4 {
  margin-right: calc(100% / 12 * 4);
}
.colspan-5 {
  margin-right: calc(100% / 12 * 5);
}
.colspan-6 {
  margin-right: calc(100% / 12 * 6);
}
.colspan-7 {
  margin-right: calc(100% / 12 * 7);
}
.colspan-8 {
  margin-right: calc(100% / 12 * 8);
}
.colspan-9 {
  margin-right: calc(100% / 12 * 9);
}
.colspan-10 {
  margin-right: calc(100% / 12 * 10);
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-full {
  padding-left: 1.2rem;
  padding-right: 1.2rem;

  display: flex;
  flex-flow: column nowrap;
}

.col-1.start,
.col-2.start,
.col-3.start,
.col-4.start,
.col-5.start,
.col-6.start,
.col-7.start,
.col-7.start,
.col-9.start,
.col-8.start,
.col-11.start,
.col-full.start {
  justify-content: flex-start;
}

/* .col-1.center,
.col-2.center,
.col-3.center,
.col-4.center,
.col-5.center,
.col-6.center,
.col-7.center,
.col-7.center,
.col-9.center,
.col-8.center,
.col-11.center,
.col-full.center {
  justify-content: center;
} */

.col-1.end,
.col-2.end,
.col-3.end,
.col-4.end,
.col-5.end,
.col-6.end,
.col-7.end,
.col-7.end,
.col-9.end,
.col-8.end,
.col-11.end,
.col-full.end {
  justify-content: flex-end;
}

.txt-center {
  text-align: center;
}

img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/* --- LIJSTEN --- */

.container ul {
  margin: 1rem 0;
}

.container ul li {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 8px;
}

.container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  aspect-ratio: 1 / 1;
  background: url("../images/list-circle.svg") no-repeat center / contain;
}

.container ul.arrow li {
  list-style: none;
  padding-left: 24px;
  padding-bottom: 8px;
}

.container ul.arrow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  aspect-ratio: 1 / 1;
  background: url("../images/ico-arrow.svg") no-repeat center / contain;
}

.container ul.arrow a {
  text-decoration: none;
}

.container ul.arrow a:hover {
  text-decoration: underline;
}

.container ul.check li {
  padding-left: 44px;
  padding-bottom: 8px;
}

.container ul.check li::before {
  top: -1px;
  width: 2rem;
  background: url("../images/ico-check.svg") no-repeat center / contain;
}

/* --- KNOPPEN --- */

a {
  color: #318375;
}

a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  margin-top: 2rem;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none !important;
  transition: 0.2s;
  max-width: fit-content;
}

.btn-group,
.social-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.btn-group .btn {
  margin-top: 0;
}

.btn--full {
  color: #fff;
  background-color: #318375;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.btn--default {
  color: #264446;
}

.btn--default:hover {
  text-decoration: underline !important;
}

.btn--full:hover,
.btn--full.white:hover {
  color: #fff;
  background-color: #264446;
}

.btn--full.white {
  background-color: #fff;
  color: #264446;
}

.btn-outline {
  color: #006bc2;
  border: 1px solid #006bc2;
}

/* --- SPACERS --- */

.spacer-sm {
  padding: 20px 0;
}

.spacer-md {
  padding: 40px 0;
}

.spacer-lg {
  padding: 60px 0;
}

.container--dark {
  background-color: #e0f5f5;
  color: #264446;
}

.container--dark h2,
.container--dark h3,
.container--dark h4 {
  color: #264446;
}

/* --- HERO --- */

.hero {
  display: flex;
  background-color: #264446;
  padding-top: 5rem;
  padding-bottom: 3rem;
  color: rgba(38, 68, 70, 0.8);

  background-image: url("../images/hero-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(224, 245, 245, 0.9);
  z-index: 0;
}

.hero .row {
  margin: 5rem auto;
  z-index: 1;
}

.hero .subtitle {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  opacity: 0.5;
}

.pgdetail .hero {
  text-align: center;
}

.pgdetail .hero .row {
  margin-top: 7rem;
  margin-bottom: 0;
}

.tagline {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(38, 68, 70, 0.6) !important;
  margin-bottom: 32px;
  padding: 6px 8px 5px;
  border: 1px solid rgba(38, 68, 70, 0.4);
  border-radius: 4px;
  width: max-content;
}

.pgdetail .tagline {
  margin-left: auto;
  margin-right: auto;
}

/* --- STATS --- */

.stats-container {
  padding: 0;
  margin-top: -5rem;
}

.stats {
  display: flex;
  text-align: center;
  color: #fff;
  padding: 4rem 0;

  border-radius: 10px;
  overflow: hidden;

  background-image: url("../images/stats-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.stats::after,
.footer--cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 133, 119, 0.8);
  z-index: 0;
}

.stats--item {
  z-index: 1;
}

.stats .stats .h2 {
  color: #fff;
  margin-bottom: 0.6rem;
}

.stats--title {
  font-family: "Kalam", sans-serif;
  font-size: 2.8rem;
  line-height: auto;
  font-weight: 500;
  margin-bottom: 0;
}

.inv {
  opacity: 0;
}

p i {
  margin-right: 8px;
}

.quote {
  font-family: "Kalam", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 2rem 0 1rem 0;
  color: #264446;
}

/* --- SWIPER --- */

.swiper {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(224, 245, 245, 0.9);
  text-align: center;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 100%;
  padding: 2rem 3rem;
  display: flex !important;
  flex-direction: column;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  width: 20px;
  height: 20px;

  background-image: url(../images/ico-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.6;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.review--body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.review--author {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.review--school {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.review--stars {
  color: #ffcc00;
}

.review--quote {
  font-style: italic;
  margin: 2rem 0;
}

.img-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.img-square {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.img-round {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

/* --- VALUES --- */

.values {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}

.value {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  column-gap: 20px;
}

.value--number {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #318375;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.value--body {
  padding-top: 12px;
}

/* --------- CARDS --------- */

.row.cards {
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1.2rem;
}

.card {
  padding: 4rem 2rem;
  width: 31%;
  background-color: #e1f5f5;
  border-radius: 10px;
}

.card--icon {
  font-size: 1.6rem;
  width: 60px;
  aspect-ratio: 1 / 1;
  color: #fff;
  background-color: #318375;
  border-radius: 6px;
  margin-bottom: 2.4rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.number {
  color: #318375;
}

/* #aanpak .row .row {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
}

#aanpak .row .row .col-8 {
  padding: 3rem;
  background-color: rgba(224, 245, 245, 0.7);
}

#aanpak .row .row .col-2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(224, 245, 245, 0.7);
} */

.card--xl {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: auto;
}

.card--xl.reverse {
  flex-direction: row-reverse;
  margin-right: unset;
  margin-left: auto;
}

.card--xl__body {
  width: 80%;
  padding: 3rem;
  background-color: #e1f5f5;
  border-radius: 10px;
}

.card--xl .card--xl__body::before,
.card--xl.reverse .card--xl__body::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #e1f5f5;
  border-radius: 10px;
}

.card--xl .card--xl__body::before {
  right: -150px;
}

.card--xl.reverse .card--xl__body::before {
  left: -150px;
}

.card--xl__media {
  width: 300px;
  aspect-ratio: 1 / 1;
}

.intro {
  max-width: 800px;
  margin: 0 auto 2rem auto;
}

.mt0 {
  margin-top: 0;
}

.align-right {
  margin: 0 0 0 auto;
}

.clear {
  clear: both;
}

.sitemap {
  font-weight: 400;
}

.sitemap a {
  text-decoration: none;
}

/* --- FORM --- */

.form {
  padding: 3rem 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

label.required::after {
  content: " *";
  color: red;
}

.form label {
  font-weight: 400;
  margin-bottom: 12px;
}

.form input,
.form textarea {
  padding: 8px;
  border: none;
  margin-bottom: 20px;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.form textarea {
  min-height: 150px;
}

.form button {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  margin-top: 1rem;
  border-radius: 4px;
  transition: 0.2s;
  color: #fff;
  background-color: #318375;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.form button:hover {
  cursor: pointer;
  background-color: #264446;
}

.form--group,
.form--group__sm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form--group__sm {
  width: 48%;
}

/* --- FAQ --- */

.faq {
  background-color: #e1f5f5;
  border-radius: 10px;
  padding: 2rem 1rem;
}

.accordion {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 16px;
  width: 100%;
  border: none;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #264446;
  font-weight: 500;
  transition: 0.4s;
  background-color: transparent;
  border-bottom: 1px solid rgb(49, 131, 117, 0.1);
}

.accordion::after {
  content: "\25BE";
  position: absolute;
  top: 20px;
  right: 16px;
  font-weight: bold;
  float: right;
  margin-left: 30px;
}

.accordion.active:after {
  content: "\25B4";
}

.panel {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion.active + .panel {
  padding-top: 16px;
  padding-bottom: 10px;
}

/* --------- MEDIAQUERIES --------- */

@media only screen and (max-width: 960px) {
  .row {
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .row .row {
    gap: 1.5rem;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-full {
    width: 100%;
    padding: 0;
  }

  .colspan-1,
  .row.row--reverse .colspan-1 {
    margin: 0;
  }

  .go {
    display: none;
  }

  .site-header {
    height: 90px;
    border-bottom: none;
  }

  .hero {
    padding-top: 8rem;
  }

  .pgdetail .hero .row {
    margin-top: 2rem;
  }

  .tagline {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .stats {
    padding: 3rem 0;
  }

  .stats--title {
    font-size: 2.2rem;
  }

  .site-footer .container > .row:not(:first-of-type) {
    margin-top: 0;
  }
  .site-footer .row {
    gap: 4rem;
  }

  .subfooter {
    margin-top: 3rem !important;
  }

  .row.row.cards {
    padding: 0;
  }

  .intro {
    margin-bottom: 0;
  }

  .card {
    width: 100%;
  }

  .card--xl {
    width: 100%;
  }

  .card--xl__body {
    width: 100%;
  }

  .card--xl__media {
    display: none;
  }

  .card--xl__body::before {
    display: none;
  }

  .align-right {
    margin: 0;
  }

  h1,
  .h1 {
    font-size: 2rem;
    line-height: normal;
  }
}

@media only screen and (max-width: 769px) {
}

@media only screen and (max-width: 600px) {
  .stats {
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    margin: 0 auto;
  }

  .footer--cta {
    padding: 4rem 2rem;
  }

  .form--group__sm {
    width: 100%;
  }

  .credits {
    row-gap: 4px;
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 480px) {
  .btn {
    width: 100%;
    max-width: unset;
  }
}

/* --- RESPONSIVE MENU --- */

.mainnav__item.actief,
.mainnav__item:hover {
  opacity: 0.7;
}

.mobilenav {
  display: none;
  cursor: pointer;
  background-color: #318375;
  border-radius: 4px;
  width: 40px;
  aspect-ratio: 1 / 1;
  z-index: 999;
}

.bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.nav-logo {
  width: 160px;
  top: 20px;
  border-radius: 0;
  z-index: 999;
}

.mainnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.mainnav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 16px;

  list-style: none;
}

.mainnav__list .btn {
  margin-top: 0;
}

.mainnav__item {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  flex: 0 1 auto;
}

.mainnav__link {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  flex: 0 1 auto;

  padding: 16px;
  text-decoration: none;
  color: #264446;
  font-weight: 500;

  transition: 0.2s;
}

.mainnav__link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.mainnav__item.active {
  display: block;
  opacity: 1;
}

@media only screen and (max-width: 1100px) {
  .nav-logo {
    width: 125px;
    left: -10px;
  }
  .nav-logo.fixed {
    position: fixed;
    top: -5px;
  }

  .mobilenav.active {
    position: fixed;
    top: 40;
    right: 25px;
  }

  .mobilenav {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
  }

  .mobilenav.active .bar:nth-child(2) {
    opacity: 0;
  }

  .mobilenav.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobilenav.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mainnav__list {
    position: fixed;
    top: -100%;
    left: 0%;
    flex-direction: column;
    background-color: #e0f5f5;
    width: 100%;
    height: calc(100% - 120px);
    padding: 4rem 0;
    transition: 0.3s;
    z-index: 99;
  }

  .mainnav__link:hover,
  .mainnav__item.active {
    opacity: 1;
  }

  .mainnav__item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .mainnav__item.actief,
  .mainnav__link:hover {
    opacity: 1;
  }

  .hero.active::after {
    background-color: #264446;
  }

  .mainnav .btn {
    margin-top: 2rem;
  }

  .mainnav__list.active {
    justify-content: flex-start;
    top: 0;
    height: 100%;
    padding-top: 180px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
