.elementor-kit-108{--e-global-color-primary:#FEDF4A;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-b69c020:#E5E5E5;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Nunito Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-108 button,.elementor-kit-108 input[type="button"],.elementor-kit-108 input[type="submit"],.elementor-kit-108 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-108 e-page-transition{background-color:#FFBC7D;}.elementor-kit-108 a{color:var( --e-global-color-primary );}.elementor-kit-108 h1{font-family:"Nunito Sans", Sans-serif;font-size:46px;font-weight:900;}.elementor-kit-108 h2{font-family:"Nunito Sans", Sans-serif;font-size:36px;font-weight:900;}.elementor-kit-108 h3{font-family:"Nunito Sans", Sans-serif;font-size:28px;font-weight:800;}.elementor-kit-108 h4{font-family:"Nunito Sans", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-108 h5{font-family:"Nunito Sans", Sans-serif;font-size:22px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-108 h1{font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Geselecteerde tekst krijgt primaire kleur achtergrond */
::selection {
  background: #FEDF4A;
  color: #000; /* pas aan indien nodig */
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.bounce-animation {
  animation: bounce 0.5s ease;
}/* End custom CSS */