/* 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: #1b38c7;
  background: linear-gradient(116deg, #1b38c7 16.27%, #38a532 50.6%, #ffcb05 93.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  color: #38a532;
}
h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 600;
  color: #1b38c7;
}
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: #1b38c7;
  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: #1b38c7;
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 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: #ffcb05;
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
}
.btn-highlight-yellow {
  background-color: #FCBF00;
  color: #1b38c7;
  padding: 10px 20px;
  font-family: 'Anek Malayalam', sans-serif;
  font-weight: 500;
  display: inline-block;
}
.btn-highlight-yellow:hover {
  background: #cee9f5;
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
  color: #ffffff;
}
.btn-highlight-reversed {
  border: 2px solid #1b38c7;
  color: #1b38c7;
  -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: #1b38c7;
}
.btn-primary {
  background-color: #1b38c7;
  /* 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: #1b38c7;
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
}
.btn-primary-light {
  background-color: #38a532;
  /* 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: #38a532;
  background: linear-gradient(90deg, #38a532 0%, #1b38c7 100%);
  /* Gradiënt op hover */
}
.btn-secondary {
  background-color: #38a532;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
}
.btn-secondary:hover {
  background: #1b38c7;
  background: linear-gradient(90deg, #1b38c7 0%, #38a532 100%);
}
.btn-secondary-reversed {
  background-color: #ffffff;
  color: #38a532;
  border: 2px solid #38a532;
  -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: #38a532;
  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");
}
/* Brand gradient overrides
===========================================================================*/
.btn-highlight:hover,
.btn-highlight-green:hover,
.btn-highlight-yellow:hover,
.btn-primary:hover,
.btn-primary-light:hover,
.btn-secondary:hover {
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
}
.btn-highlight-yellow:hover {
  color: #ffffff;
}
/* Site header
===========================================================================*/
.region-main-menu {
  display: flex;
  justify-content: center;
  /* Horizontale uitlijning */
  align-items: center;
  /* Verticale uitlijning */
  width: 135px;
  height: 135px;
  background-color: #1b38c7;
  border-bottom-left-radius: 50px;
  /* Linkeronderhoek afronden */
  position: relative;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
}
.region-main-menu:hover {
  background: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
}
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: #1b38c7;
  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: linear-gradient(116deg, #1b38c7 0%, #38a532 48%, #ffcb05 88%, #ffcb05 100%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 50px;
}
.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: #1b38c7;
  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;
}
