body  {
    --e-global-color-primary: #2E2E2E;
    --e-global-color-secondary: #D5D3D3;
    --e-global-color-text: #28AFC3;
    --e-global-color-accent: #F2E52E;
    --e-global-color-ed035f1: #F2E752;
    --e-global-color-f579a5e: #BDB107;
    --e-global-color-e4446bd: #68C7D5;
    --e-global-color-a397c43: #208C9C;
    --e-global-color-6b1bd58: #F4F4F4;
}

:root {
    --transition: 0.5s cubic-bezier(.2, 1.3, .6, 1);
}

.elementor-widget-text-editor a {
    color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1025px) {
    .mobile-gap {
        padding-left: 16px;
        padding-left: 16px;
    }
}

.border0 img {
    border-radius: 0 !important;
}

.ws-fade,
.ws-fade-item {
    transition: none !important
}

.elementor-heading-title {
    color: var(--e-global-color-primary);
}

h1.elementor-heading-title {
    font-size: 82px;
    line-height: 1.2em;
    font-weight: bold;
}

h2.elementor-heading-title,
.ws-shortcode h2,
.elementor-widget-theme-post-content h2.wp-block-heading {
    font-family: "Outfit", Sans-serif;
    font-size: 60px;
    line-height: 1.2em;
}

h3.elementor-heading-title,
.ws-shortcode h3,
.elementor-widget-theme-post-content h3.wp-block-heading {
    font-family: "Outfit", Sans-serif;
    font-size: 32px;
    line-height: 1.2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    h1.elementor-heading-title {
        font-size: 46px;
    }

    h2.elementor-heading-title,
    .ws-shortcode h2,
    .elementor-widget-theme-post-content h2.wp-block-heading {
        font-size: 34px;
    }

    h3.elementor-heading-title,
    .ws-shortcode h3,
    .elementor-widget-theme-post-content h3.wp-block-heading {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h1.elementor-heading-title {
        font-size: 31px;
    }

    h2.elementor-heading-title,
    .ws-shortcode h2,
    .elementor-widget-theme-post-content h2.wp-block-heading {
        font-size: 26px;
    }

    h3.elementor-heading-title,
    .ws-shortcode h3,
    .elementor-widget-theme-post-content h3.wp-block-heading {
        font-size: 22px;
        line-height: 1.2em;
    }
}

/* Buttons */
a.elementor-button {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;

    padding: 16px 24px;
    border-radius: 4px;
}

.elementor-button-pri a.elementor-button {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.elementor-button-pri a.elementor-button:hover {
    background-color: var(--e-global-color-f579a5e);
    color: white;
}

.elementor-button-sec a.elementor-button {
    background-color: var(--e-global-color-e4446bd);
    color: white;
}

.elementor-button-sec a.elementor-button:hover {
    background-color: var(--e-global-color-a397c43);
}

.gform_button.button {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 4px;
    background-color: var(--e-global-color-e4446bd);
    color: white;
    border: none;
    margin-left: auto;
}

.gform_button.button:hover {
    background-color: var(--e-global-color-a397c43);
}

.sub p {
    font-size: 24px;
    line-height: 36px;
    color: var(--e-global-color-text);
}

@media only screen and (max-width: 767px) {
    .sub p {
        font-size: 18px;
        line-height: 1.2em;
    }
}

/* Projects shortcode */
.ws-projecten-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ws-projecten-grid > a:first-child {
    grid-row: span 2
}

.ws-project-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 280px;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    color: white !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ws-project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(46, 46, 46, 1) 0%, rgba(46, 46, 46, 0) 100%);
    z-index: 2;
}

.ws-project-title {
    position: relative;
    z-index: 3;
    margin: 0;
    color: inherit;
}

img.ws-project-arrow {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 32px;
    transition: .3s;
    width: 48px;
}

.ws-project-card:hover img.ws-project-arrow {
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .ws-projecten-grid {
        grid-template-columns: 1fr;
    }
}

.project-prev.is-disabled,
.project-next.is-disabled {
    opacity: 0;
    pointer-events: none;
}

.projecten-slider .elementor-swiper-button {
    position: relative !important;
    align-self: center;
    top:  unset !important;
    left: 37% !important;
    right: unset !important;
    transform: translateX(50%) !important;
    margin: 40px 20px 0 !important;
}

@media only screen and (max-width: 767px) {
    .projecten-slider .elementor-swiper-button {
        left: 33% !important;
        margin: 40px 5px 0 !important;
    }
}

.nummer p {
    height: 40px;
    width: 40px;
    background: var(--e-global-color-text);
    font-size: 24px;
    font-weight: bold;
    color: white !important;
    border-radius: 200%;
    text-align: center;
    justify-content: center;
    align-content: center;
}

html .ginput_container input,
.ginput_container_select select {
    height: 80px;
    border-radius: 4px;
    text-indent: 32px;
    border: 1px solid var(--e-global-color-primary)
}

.ginput_container_textarea textarea {
    border-radius: 4px;
    text-indent: 32px;
    font-weight: 300;
    padding-top: 16px !important;
    border: 1px solid var(--e-global-color-primary)
}

.gfield_label {
    color: var(--e-global-color-primary);
    font-weight: 300 !important;;
}

.gfield_required {
    color: var(--e-global-color-primary) !important;
}

/* Gravity Forms custom checkboxes */
.gform_wrapper .gfield--type-checkbox .gchoice {
  position: relative;
}

.gform_wrapper .gfield--type-checkbox .gfield-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gform_wrapper .gfield--type-checkbox .gform-field-label--type-inline {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 48px;
  cursor: pointer;
  align-content: center;
}

/* vierkantje */
.gform_wrapper .gfield--type-checkbox .gform-field-label--type-inline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid var(--e-global-color-primary);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}

/* checkmark */
.gform_wrapper .gfield--type-checkbox .gform-field-label--type-inline::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* checked = blauw */
.gform_wrapper .gfield--type-checkbox .gfield-choice-input:checked + .gform-field-label--type-inline::before {
  background: var(--e-global-color-e4446bd);
  border-color: var(--e-global-color-e4446bd);
}

.gform_wrapper .gfield--type-checkbox .gfield-choice-input:checked + .gform-field-label--type-inline::after {
  opacity: 1;
}

.gform_button_select_files {
    background: var(--e-global-color-e4446bd) !important;
    color: white !important;
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .gfield_checkbox {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
}