.elementor-kit-7{--e-global-color-text:#E0F1F9;--e-global-color-primary:#152B3E;--e-global-color-secondary:#003654;--e-global-color-accent:#63B9DF;--e-global-color-3160b3d:#F8456A;--e-global-color-f791747:#FFFFFF;--e-global-typography-secondary-font-family:"Bellefair";--e-global-typography-secondary-font-size:64px;--e-global-typography-secondary-font-weight:100;--e-global-typography-secondary-line-height:64px;--e-global-typography-primary-font-family:"Bellefair";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:100;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:32px;--e-global-typography-accent-font-family:"Bellefair";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:100;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:24px;--e-global-typography-text-font-family:"Athiti";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:21px;--e-global-typography-12b80d0-font-family:"Bellefair";--e-global-typography-12b80d0-font-size:24px;--e-global-typography-12b80d0-font-weight:100;--e-global-typography-12b80d0-text-transform:uppercase;--e-global-typography-12b80d0-line-height:32px;--e-global-typography-d606865-font-family:"Athiti";--e-global-typography-d606865-font-size:21px;--e-global-typography-d606865-font-weight:400;--e-global-typography-d606865-line-height:21px;--e-global-typography-bc551c8-font-family:"Athiti";--e-global-typography-bc551c8-font-size:20px;--e-global-typography-bc551c8-font-weight:400;--e-global-typography-bc551c8-text-transform:none;--e-global-typography-bc551c8-line-height:20px;--e-global-typography-98ff786-font-family:"Athiti";--e-global-typography-98ff786-font-size:20px;--e-global-typography-98ff786-font-weight:400;--e-global-typography-98ff786-text-transform:none;--e-global-typography-98ff786-line-height:20px;color:var( --e-global-color-primary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-3160b3d );}.elementor-kit-7 h1{color:var( --e-global-color-primary );}.elementor-kit-7 h2{color:var( --e-global-color-primary );}.elementor-kit-7 h3{color:var( --e-global-color-primary );}.elementor-kit-7 h4{color:var( --e-global-color-primary );}.elementor-kit-7 h5{color:var( --e-global-color-primary );}.elementor-kit-7 h6{color:var( --e-global-color-primary );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-f791747 );}.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{color:var( --e-global-color-f791747 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-accent-font-size:32px;--e-global-typography-accent-line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-line-height:48px;--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:32px;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*verwijder extra spacing onder teksteditorblok*/
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}





/*contact form styling*/
.form-row {
  margin-bottom: 20px;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
    .two-columns {
       gap: 10px;
 /*margin-left: -10px!important;*/  
    }
}

.column {
  flex: 1;
  min-width: 250px;
}

.full-width {
  width: 100% !important;
}

.full-width label,
.full-width textarea {
  width: 100%!important;
  max-width: 100%!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"], .wpcf7-select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  box-sizing: border-box;
  resize: vertical;
  margin-top: 8px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: white;
    background-color: #63B9DF;
    border: none;
    border-radius: 8px;
    font-size: 21px;
    font-family: "athiti";
    font-weight: 300;
}

textarea[name="your-message"] {
  height: 150px;
}/* End custom CSS */