.elementor-kit-7{--e-global-color-uicore_primary:#162135;--e-global-color-uicore_secondary:#41C8F2;--e-global-color-uicore_accent:#0AE0A8;--e-global-color-uicore_headline:#070707;--e-global-color-uicore_body:#292929;--e-global-color-uicore_dark:#DCE9FF;--e-global-color-uicore_light:#F5F5F5;--e-global-color-uicore_white:#FFFFFF;--e-global-color-e0c19d6:#FE7D80;--e-global-typography-uicore_primary-font-family:"Poppins";--e-global-typography-uicore_primary-font-weight:700;--e-global-typography-uicore_secondary-font-family:"Poppins";--e-global-typography-uicore_secondary-font-weight:600;--e-global-typography-uicore_text-font-family:"Poppins";--e-global-typography-uicore_text-font-weight:400;--e-global-typography-uicore_accent-font-family:"Poppins";--e-global-typography-uicore_accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-uicore_primary );font-family:"Poppins", Sans-serif;font-size:15px;font-weight:500;text-transform:None;line-height:1em;letter-spacing:0em;color:#FFFFFF;border-style:none;border-radius:6px 6px 6px 6px;padding:17px 40px 17px 40px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-uicore_secondary );color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:15px;padding:17px 40px 17px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:14px;padding:13px 35px 13px 35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Begin: transparant */
#header-main {
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Na scroll */
#header-main.scrolled {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(22,33,53,0.08);
}

/* Logo standaard grootte */
#header-main img {
    transition: transform 0.3s ease, height 0.3s ease;
}

/* Logo kleiner bij scroll */
#header-main.scrolled img {
    transform: scale(0.65);
}/* End custom CSS */