.elementor-kit-4{--e-global-color-primary:#0085BA;--e-global-color-secondary:#00314B;--e-global-color-text:#3C3C3B;--e-global-color-accent:#EF7D00;--e-global-color-651a0ef:#F8F8F8;--e-global-color-2f87a1b:#FCFCFC;--e-global-color-0484bfb:#DFDFDF;--e-global-color-c7e6d7c:#F6AE2D;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-size:17px;}.elementor-kit-4 h1{font-family:"Lato", Sans-serif;font-size:45px;font-weight:600;}.elementor-kit-4 h2{font-family:"Lato", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-4 h3{font-family:"Lato", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-4 h4{font-family:"Lato", Sans-serif;font-size:26px;font-weight:600;}.elementor-kit-4 h5{font-family:"Lato", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-4 h6{font-family:"Lato", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:15px;font-weight:500;color:#FFFFFF;background-color:var( --e-global-color-secondary );border-radius:4px 4px 4px 4px;padding:15px 25px 15px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.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(min-width:2400px){.elementor-kit-4 h1{font-size:50px;}.elementor-kit-4 h2{font-size:40px;}.elementor-kit-4 h3{font-size:32px;}.elementor-kit-4 h4{font-size:28px;}.elementor-kit-4 h5{font-size:24px;}.elementor-kit-4 h6{font-size:22px;}}@media(max-width:1366px){.elementor-kit-4{font-size:16px;}.elementor-kit-4 h1{font-size:38px;}.elementor-kit-4 h2{font-size:32px;}.elementor-kit-4 h3{font-size:26px;}.elementor-kit-4 h4{font-size:22px;}.elementor-kit-4 h5{font-size:20px;}.elementor-kit-4 h6{font-size:18px;}}@media(max-width:1024px){.elementor-kit-4{font-size:15px;}.elementor-kit-4 h1{font-size:32px;}.elementor-kit-4 h2{font-size:28px;}.elementor-kit-4 h3{font-size:24px;}.elementor-kit-4 h4{font-size:21px;}.elementor-kit-4 h5{font-size:18px;}.elementor-kit-4 h6{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:15px;}.elementor-kit-4 h1{font-size:28px;}.elementor-kit-4 h2{font-size:24px;}.elementor-kit-4 h3{font-size:20px;}.elementor-kit-4 h4{font-size:18px;}.elementor-kit-4 h5{font-size:18px;}.elementor-kit-4 h6{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* TEKST STIJLEN */
.text-darkblue{
    color: var(--e-global-color-secondary);
}

.text-lightblue{
    color: var(--e-global-color-primary);
}

.text-orange{
    color: var(--e-global-color-accent);
}



/* LINK STIJLEN */

.header-icon-box a{
    color: var(--e-global-color-text);
}

.footer-icon-box a{
    color: #FFFFFF;
}

.inline-link{
    color: inherit;
background-image: linear-gradient(var( --e-global-color-primary ), var( --e-global-color-primary )), linear-gradient(var( --e-global-color-accent ), var( --e-global-color-accent ));
background-size: 0% 0.1em, 100% 0.1em;
background-position-y: 100%;
background-repeat: no-repeat;
transition: background-size 0.2s ease-in-out;
text-decoration: none;
}

.inline-link{
    background-position-x: 0%;
}

.inline-link:hover,
.inline-link:focus,
.inline-link:active {
  background-size: 100% 0.1em, 100% 0.1em;
  color: inherit;
}

.contactgegevens a{
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
}

.contactgegevens a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-accent );
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.contactgegevens a:hover::before {
  transform: scaleX(1);
}

.footer .list a {
  position: relative;
  color: var( --e-global-color-text );
  text-decoration: none;
}

.footer .list a:hover {
  color: var( --e-global-color-text );
}

.footer .list a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-accent );
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.footer .list a:hover::before {
  transform: scaleX(1);
}

.breadcrumb a{
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-accent );
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.breadcrumb a:hover::before {
  transform: scaleX(1);
}

.sitemap a {
  position: relative;
  color: var( --e-global-color-text );
  text-decoration: none;
}

.sitemap a:hover {
  color: var( --e-global-color-text );
}

.sitemap a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-accent );
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.sitemap a:hover::before {
  transform: scaleX(1);
}

/* ICON BOX */

.header-icon-box .elementor-icon{
    background-color: transparent;
    background-image: linear-gradient(200deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}

.header-icon-box .elementor-icon-box-content{
    margin-bottom: 1px;
}

.cta-icon-box .elementor-icon{
    background-color: transparent;
    background-image: linear-gradient(200deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}

.cta-icon-box .elementor-icon-box-content{
    margin-bottom: 1px;
}

.cta-icon-box a{
    color: var(--e-global-color-text);
}

@media only screen and (max-width: 1024px){
.header-icon-box .elementor-icon-box-content{
    display: none;
}
}

/* FORMULIEREN */

.verplicht-label{
    font-size: 11px;
}

.contactformulier button{
    background-image: linear-gradient(275deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
}

.contactformulier button:hover{
    background-image: linear-gradient(275deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 50%);

}/* End custom CSS */