.elementor-kit-9{--e-global-color-primary:#0076C0;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#398873;--e-global-color-accent:#000409;--e-global-color-082e82e:#F1F3F5;--e-global-color-c23b796:#DCDCDC;--e-global-color-791bad6:#00050ACC;--e-global-typography-c8ad244-font-family:"Poppins";--e-global-typography-c8ad244-font-size:clamp(2rem, 1.2885rem + 2.0513vw, 3.75rem);--e-global-typography-c8ad244-font-weight:700;--e-global-typography-c8ad244-line-height:120%;--e-global-typography-e463a47-font-family:"Poppins";--e-global-typography-e463a47-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-e463a47-font-weight:700;--e-global-typography-e463a47-line-height:120%;--e-global-typography-d967bde-font-family:"Roboto";--e-global-typography-d967bde-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-d967bde-font-weight:600;--e-global-typography-d967bde-line-height:120%;--e-global-typography-a3944ad-font-family:"Poppins";--e-global-typography-a3944ad-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-a3944ad-font-weight:600;--e-global-typography-a3944ad-line-height:120%;--e-global-typography-6fd27ca-font-family:"Roboto";--e-global-typography-6fd27ca-font-size:1rem;--e-global-typography-6fd27ca-font-weight:400;--e-global-typography-6fd27ca-line-height:150%;--e-global-typography-8569866-font-family:"Roboto";--e-global-typography-8569866-font-size:0.875rem;--e-global-typography-8569866-font-weight:400;--e-global-typography-8569866-line-height:150%;--e-global-typography-7684b73-font-family:"Roboto";--e-global-typography-7684b73-font-size:1.125rem;--e-global-typography-7684b73-font-weight:400;--e-global-typography-7684b73-line-height:150%;--e-global-typography-bdf66a0-font-family:"Roboto";--e-global-typography-bdf66a0-font-size:1rem;--e-global-typography-bdf66a0-font-weight:600;--e-global-typography-bdf66a0-line-height:150%;--e-global-typography-bcab71b-font-family:"Roboto";--e-global-typography-bcab71b-font-size:0.75rem;--e-global-typography-bcab71b-font-weight:700;--e-global-typography-bcab71b-text-transform:uppercase;--e-global-typography-bcab71b-line-height:150%;--e-global-typography-4b57b07-font-family:"Roboto";--e-global-typography-4b57b07-font-size:0.875rem;--e-global-typography-4b57b07-font-weight:400;--e-global-typography-4b57b07-line-height:150%;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:var( --e-global-typography-6fd27ca-font-family ), Sans-serif;font-size:var( --e-global-typography-6fd27ca-font-size );font-weight:var( --e-global-typography-6fd27ca-font-weight );line-height:var( --e-global-typography-6fd27ca-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-6fd27ca-font-size );line-height:var( --e-global-typography-6fd27ca-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-6fd27ca-font-size );line-height:var( --e-global-typography-6fd27ca-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* -- HEADER -- */
/* Standaard transparant */
#custom-header {
  transition: background-color 0.3s ease;
  background-color: transparent;
  z-index: 99;
}

/* Wordt toegevoegd na scroll */
#custom-header.scrolled {
  background-color: white;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
/* -- END HEADER -- */

/* -- BUTTONS -- */
.elementor-button {
    font-weight: bold;
    border-radius: 10px;
    padding: 1rem 2rem;
}
.elementor-button-icon svg {
    width: 1.5rem;
}
.elementor-button .elementor-button-icon {
    transition: transform 0.3s ease-in-out;
}
.elementor-button:hover .elementor-button-icon {
    transform: translateX(4px);
}

/* Primary */
.primary-button .elementor-button {
    color: white;
    background-color: #398873;
}
.primary-button .elementor-button svg path {
    fill: white;
}
.primary-button:hover .elementor-button {
    background-color: #2F7663;
}

/* Secondary */
.secondary-button .elementor-button {
    background-color: transparent;
    color: #398873;
    border: 1px solid #398873;
}
.secondary-button .elementor-button:hover {
    color: white;
    background-color: #398873;
    border: 1px solid #398873;
}
.secondary-button .elementor-button svg path {
    fill: #398873;
}
.secondary-button .elementor-button:hover svg path {
    fill: white;
}
/* -- END BUTTONS -- */

/* -- CARD -- */
.custom-icon-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.custom-icon-card .elementor-icon {
    background-color: #C8EFE2 !important;
}

.custom-icon-card .elementor-icon svg {
    fill: #398873;
}
/* -- END CARD -- */

/* -- SHADOWS -- */
.section-box-shadow {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04), 0 4px 6px rgba(0, 0, 0, 0.02);
}
.image-section-box-shadow img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04), 0 4px 6px rgba(0, 0, 0, 0.02);
}
/* -- END SHADOWS -- */

/* -- SECTIONS -- */
.pad-s{padding: clamp(1rem, 0.7692rem + 1.0256vw, 1.5rem);}
.pad-m{padding: clamp(1.5rem, 1.2692rem + 1.0256vw, 2rem);}
.pad-l{padding: clamp(2rem, 1.5385rem + 2.0513vw, 3rem);}
.pad-tb-s{padding: clamp(1.5rem, 1.0385rem + 2.0513vw, 2.5rem) 0;}
.pad-tb-m{padding: clamp(4rem, 3.5385rem + 2.0513vw, 5rem) 0;}
.pad-tb-l{padding: clamp(7rem, 6.5385rem + 2.0513vw, 8rem) 0;}
.pad-t-s{padding-top: clamp(1.5rem, 1.0385rem + 2.0513vw, 2.5rem);}
.pad-t-m{padding-top: clamp(4rem, 3.5385rem + 2.0513vw, 5rem);}
.pad-t-l{padding-top: clamp(7rem, 6.5385rem + 2.0513vw, 8rem);}
.pad-b-s{padding-bottom: clamp(1.5rem, 1.0385rem + 2.0513vw, 2.5rem);}
.pad-b-m{padding-bottom: clamp(4rem, 3.5385rem + 2.0513vw, 5rem);}
.pad-b-l{padding-bottom: clamp(7rem, 6.5385rem + 2.0513vw, 8rem);}
/* -- END SECTIONS -- *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://calibration-lab.nl/wp-content/uploads/2025/06/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://calibration-lab.nl/wp-content/uploads/2025/06/Poppins-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-display: auto;
	src: url('https://calibration-lab.nl/wp-content/uploads/2025/06/Roboto-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */