/* Colors
===========================================================================*/
/* UIpallet colors
===========================================================================*/
/* Font family's
===========================================================================*/
/* Font size's
===========================================================================*/
/* Widths
===========================================================================*/
/* Breaks
===========================================================================*/
/* Preset
===========================================================================*/
h1 {
  margin: 0;
  font-size: 32px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 700;
  color: #134478;
}
h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  color: #009CDF;
}
h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  color: #134478;
}
h4 {
  margin: 0 0 15px;
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
}
h5 {
  margin: 0 0 10px;
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
}
h6 {
  margin: 0 0 10px;
  font-size: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
}
/* Basic btns
===========================================================================*/
.btn-highlight {
  background-color: #134478;
  color: #ffffff;
  padding: 10px 20px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 500;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-highlight:hover {
  background: #134478;
  background: linear-gradient(90deg, #134478 0%, #009CDF 100%);
}
.btn-highlight-green {
  background-color: #cee9f5;
  color: #ffffff;
  padding: 10px 20px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 500;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-highlight-green:hover {
  background: #95C127;
  background: linear-gradient(90deg, #95C127 0%, #95C127 100%);
}
.btn-highlight-yellow {
  background-color: #FCBF00;
  color: #134478;
  padding: 10px 20px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 500;
  display: inline-block;
}
.btn-highlight-yellow:hover {
  background: #cee9f5;
  background: linear-gradient(90deg, #cee9f5 0%, #cee9f5 100%);
}
.btn-highlight-reversed {
  border: 2px solid #134478;
  color: #134478;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: 600;
  display: inline-block;
}
.btn-highlight-reversed:hover {
  color: #ffffff;
  background-color: #134478;
}
.btn-primary {
  background-color: #134478;
  /* Primaire achtergrondkleur */
  color: #ffffff;
  /* Tekstkleur */
  padding: 10px 30px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  /* Zorgt voor centreren van tekst */
  border-radius: 0 20px 20px 20px;
  min-width: 120px;
  /* Zorg voor een minimale breedte */
  overflow: hidden;
  /* Verberg eventuele inhoud buiten de afgeronde randen */
}
.btn-primary:hover {
  background: #134478;
  background: linear-gradient(90deg, #134478 0%, #009CDF 100%);
  /* Gradiënt op hover */
}
.btn-primary-light {
  background-color: #009CDF;
  /* Primaire achtergrondkleur */
  color: #ffffff;
  /* Tekstkleur */
  padding: 10px 30px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  /* Zorgt voor centreren van tekst */
  border-radius: 0 20px 20px 20px;
  min-width: 120px;
  /* Zorg voor een minimale breedte */
  overflow: hidden;
  /* Verberg eventuele inhoud buiten de afgeronde randen */
}
.btn-primary-light:hover {
  background: #009CDF;
  background: linear-gradient(90deg, #009CDF 0%, #134478 100%);
  /* Gradiënt op hover */
}
.btn-secondary {
  background-color: #009CDF;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
}
.btn-secondary:hover {
  background: #134478;
  background: linear-gradient(90deg, #134478 0%, #009CDF 100%);
}
.btn-secondary-reversed {
  background-color: #ffffff;
  color: #009CDF;
  border: 2px solid #009CDF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 40px;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}
.btn-secondary-reversed:hover {
  background-color: #009CDF;
  color: #ffffff;
}
.ul-checkmark-style {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.ul-checkmark-style li {
  display: flex;
  align-items: center;
}
.ul-checkmark-style li::before {
  content: '';
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.ul-checkmark-style li:nth-child(3n+1):before {
  background-image: url("../images/KB Checkmark Blauw.png");
}
.ul-checkmark-style li:nth-child(3n+2):before {
  background-image: url("../images/KB Checkmark Groen.png");
}
.ul-checkmark-style li:nth-child(3n+3):before {
  background-image: url("../images/KB Checkmark Geel.png");
}
/* Site header
===========================================================================*/
.region-main-menu {
  display: flex;
  justify-content: center;
  /* Horizontale uitlijning */
  align-items: center;
  /* Verticale uitlijning */
  width: 135px;
  height: 135px;
  background-color: #009CDF;
  border-bottom-left-radius: 50px;
  /* Linkeronderhoek afronden */
  position: relative;
  top: 0;
  left: 0;
}
body.front .region-main-menu {
  position: relative;
  /* Overlapping mogelijk maken */
  z-index: 10;
  /* Bovenop andere elementen */
  top: 0;
  /* Laat het naar boven uitsteken */
  right: 0;
  width: 200px;
  height: 190px;
}
@media screen and (max-width: 960px) {
  body.front .region-main-menu {
    width: 135px;
    height: 135px;
  }
}
/* Slider
===========================================================================*/
.slider {
  clear: both;
  background-color: #ffffff;
}
.slider .inner-slider .region-slider {
  position: relative;
}
/* Main menu
===========================================================================*/
.site_header_menu {
  clear: both;
  overflow: hidden;
}
.site_header_menu .inner-site-header-menu {
  margin: 0 auto;
}
/* Content menu
===========================================================================*/
.content-menu {
  clear: both;
}
.content-menu .inner-content-menu {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .content-menu {
    display: none;
  }
}
/* Main content
===========================================================================*/
#main_content {
  clear: both;
  overflow: hidden;
}
/* Jigsaw
===========================================================================*/
.jigsaw {
  padding: 40px 0;
  background-color: #134478;
  overflow: hidden;
  clear: both;
}
.jigsaw .inner-jigsaw {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
/* Gmap
===========================================================================*/
.gmap {
  overflow: hidden;
  clear: both;
}
/* Footer
===========================================================================*/
.footer {
  background-color: #cee9f5;
  padding: 50px 0;
  background-image: url("../images/Kleurbalkje.png");
  background-repeat: repeat-x;
  /* 🔹 Herhaal alleen horizontaal */
  background-position: bottom center;
  /* 🔹 Onderin gecentreerd */
  background-size: auto;
  /* 🔹 Zorgt ervoor dat de hoogte behouden blijft */
}
.footer .inner-footer {
  padding: 0 20px;
}
.footer .inner-footer .region-footer {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .footer .inner-footer .region-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 0 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  .footer .inner-footer .region-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .footer .inner-footer .region-footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.copyright {
  background-color: #ffffff;
  color: #134478;
  padding: 10px;
}
.copyright .inner-copyright {
  max-width: 1180px;
  margin: 0 auto;
}
.copyright .inner-copyright .region-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
