.elementor-kit-6{--e-global-color-primary:#E77212;--e-global-color-secondary:#055FAE;--e-global-color-text:#747272;--e-global-color-accent:#E77212;--e-global-color-182dabb:#CA6009;--e-global-color-efe0ee7:#333333;--e-global-color-a1f83e5:#DDDDDF;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:24px;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* FIX: voorkomt dat tooltip wordt afgekapt */
.elementor-container,
.elementor-column,
.elementor-widget {
  overflow: visible !important;
}

/* WRAP */
.tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* PRIJS */
.price-text {
  font-size: 26px;
  font-weight: 800;
}

/* TOGGLE (onzichtbaar) */
.tooltip-toggle {
  display: none;
}

/* I-ICOON */
.tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #0073e6;
  color: #0073e6;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tooltip-icon:hover {
  background: #0073e6;
  color: #fff;
}

/* TOOLTIP */
.tooltip-box {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;

  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);

  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);

  width: 220px;
  white-space: normal;
  z-index: 9999;
}

/* PIJLTJE */
.tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* DESKTOP HOVER */
.tooltip-wrap:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
}

/* MOBIEL KLIK */
.tooltip-toggle:checked + .tooltip-icon + .tooltip-box {
  visibility: visible;
  opacity: 1;
}/* End custom CSS */