.elementor-kit-10{--e-global-color-primary:#54595F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #E8F0FE 0%, #FFFFFF 100%);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Algemene instellingen */
body {
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(135deg, #e8f0fe 0%, #ffffff 100%);
  color: #333333;
}

/* Headings */
H1 {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  text-transform: none;
}

H2 {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: none;
  text-align: center;
}

H3 {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}

H4 {
  font-size: 24px;
  color: #555555;
  font-weight: 600;
  text-transform: none;
}

/* Dienstenblok */
.service-item {
  background-color: #fff8e6;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Kernwaarden blok */
.core-value {
  background-color: #e8f0fe;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* CTA Button */
.button-primary {
  background-color: #fca311;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.button-primary:hover {
  background-color: #e68a00;
}

/* FAQ */
.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
}

.faq-answer {
  margin-top: 10px;
  display: none;
}

/* Footer */
footer {
  background: #1a1a1a;
  color: #eeeeee;
  padding: 40px;
  text-align: center;
}/* End custom CSS */