.elementor-kit-12{--e-global-color-primary:#00E998;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0F1632;--e-global-color-accent:#F47121;--e-global-color-d4f0884:#00E998;--e-global-color-5a144a8:#02403D;--e-global-color-cbdd008:#F47121;--e-global-color-4b1983b:#0F1632;--e-global-color-d7e1e4a:#ADC7C8;--e-global-color-7df8e7c:#FFFFFF;--e-global-color-a2b07c1:#D1F811;--e-global-typography-primary-font-family:"degular";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"degular-text";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"degular-variable";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:160%;--e-global-typography-accent-font-family:"Degular";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"degular-variable", Sans-serif;font-size:18px;font-weight:400;line-height:160%;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );font-weight:bold;text-decoration:none;color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-secondary );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-accent );font-family:"degular-variable", Sans-serif;font-size:18px;font-weight:600;text-decoration:none;}.elementor-kit-12 a:hover{color:var( --e-global-color-accent );}.elementor-kit-12 h1{color:var( --e-global-color-text );font-family:"Degular", Sans-serif;font-size:60px;font-weight:bold;}.elementor-kit-12 h2{color:var( --e-global-color-text );font-family:"degular-variable", Sans-serif;font-size:48px;}.elementor-kit-12 h3{color:var( --e-global-color-text );font-family:"degular-variable", Sans-serif;font-size:36px;font-weight:600;}.elementor-kit-12 h4{color:var( --e-global-color-text );font-family:"degular-variable", Sans-serif;font-size:30px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0em;--container-default-padding-right:0em;--container-default-padding-bottom:0em;--container-default-padding-left:0em;}.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:1025px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:1024px){.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.entry-title {
    display: none!important;
}

.grecaptcha-badge {
    opacity: 0!important;
}


li {
    margin-left: -20px;
}

a {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
    text-decoration-thickness: inherit;

}

.witte-link a {
    color: white!important;
}

.secundaire-button {
    
}

.witte-button {
    
}

.elementor-button {
  transition: all 0.4s ease-in-out; /* standaard overgang */
}

.elementor-button:hover {
  transition-delay: 0.1s; /* voeg vertraging toe bij hover */
}

a.elementor-button {
	transform: skew(-25deg);
	margin-left: 10px;
	margin-right: 10px;
}

a.elementor-button > .elementor-button-content-wrapper { 
	display: inline-block;
	transform: skew(25deg)
}

/* Schuine clip-paths */
.elementor-element.clip-foto {
  clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0 100%) !important;
  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0 100%) !important;
}

.top {
  clip-path: polygon(0 5.7vw, 100% 0, 100% 100%, 0 100%);
}

.bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.7vw), 0 100%);
}

.both {
  clip-path: polygon(0 5.7vw, 100% 0, 100% calc(100% - 5.7vw), 0 100%);
}


/* Extra overlaplaag om kartel visueel te maskeren */
.clip-foto::after,
.top::after,
.bottom::after,
.both::after,
.groen::after,
.introborder::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
 
  z-index: 2;
  pointer-events: none;
}



/* Mobiele weergave */
@media (max-width: 768px) {
  .elementor-element.clip-foto {
    clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%) !important;
    -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%) !important;
  }

  .introborder {
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.7vw), 0 100%);
  }
}


@media (max-width: 767px) {
  .introborder {
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.7vw), 0 100%);
  }
}

.elementor-element.groen {
  mask-image: url('/wp-content/uploads/2025/06/achgergrond-groen.svg');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  
  -webkit-mask-image: url('/wp-content/uploads/2025/06/achgergrond-groen.svg');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  background-color: #00E998; 
}


@media (min-width: 768px){
.sectie {
    padding: 0 32px;
}}

@media (max-width: 767px){
.sectie {
    padding: 0 20px;
 
}}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: inherit;
}

@media (max-width: 767px){
.geen-absolute-mobiel {
    position: unset!important;
}}

.bold-accent {
  font-weight: 700;
}/* End custom CSS */