body #breadcrumbs.yoast {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 !important;
    color: #00b0ff;
}

body #breadcrumbs.yoast .breadcrumb {
    display: block;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    color: #00b0ff;
}

@media (max-width: 690px) {
    body #breadcrumbs.yoast {
        height: auto;
        min-height: 3rem;
    }
}

.sticky-cta > .vc_column-inner {
    padding: 4%;
}

.sticky-cta,
.sticky-cta h3,
.sticky-cta p,
.sticky-cta .iwt-text,
.sticky-cta .iwt-text a {
    color: #fff !important;
}

@media (max-width: 690px) {
    .sticky-cta > .vc_column-inner {
        padding: 2rem;
    }
}

.form-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-message {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.contact-form-message--success {
    color: #174d2b;
    background: #e8f7ed;
    border: 1px solid #84c99b;
}

.contact-form-message--error {
    color: #8a1f1f;
    background: #fff0f0;
    border: 1px solid #e2a0a0;
}

.contact-form-message h3 {
    margin-bottom: .75rem;
}

.contact-form-message p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Keep ordinary page content visually separated from the footer. */
.container-wrap:not(:has(#contact)) {
    padding-bottom: 64px;
}

@media (max-width: 690px) {
    .container-wrap:not(:has(#contact)) {
        padding-bottom: 40px;
    }
}

/* Compact Gravity Form used in the blue "Hoe kunnen we helpen?" section. */
#contact .gform_wrapper#gform_wrapper_5 {
    margin: 0;
}

#contact #gform_wrapper_5 .gform_required_legend {
    display: none;
}

#contact #gform_wrapper_5 .gform_fields {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 20px 16px;
    height: auto;
}

#contact #gform_wrapper_5 .gfield {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0;
}

#contact #gform_wrapper_5 .gfield--width-half {
    grid-column: span 6;
}

#contact #gform_wrapper_5 .gfield_label {
    display: block;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.35;
}

#contact #gform_wrapper_5 input[type="text"],
#contact #gform_wrapper_5 input[type="email"],
#contact #gform_wrapper_5 input[type="tel"] {
    display: block;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #777;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}

#contact #gform_wrapper_5 textarea {
    display: block;
    width: 100%;
    height: 96px;
    min-height: 96px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #777;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
}

#contact #gform_wrapper_5 .gform-footer {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
}

#contact #gform_wrapper_5 .gform_button {
    margin: 0;
}

#contact .vc_col-sm-8[data-bg-color="#ffffff"] > .vc_column-inner {
    height: auto;
    padding: 40px 24px 56px;
    overflow: hidden;
    border-radius: 15px;
}

@media (max-width: 690px) {
    #contact #gform_wrapper_5 .gform_fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #contact #gform_wrapper_5 .gfield--width-half {
        grid-column: 1;
    }

    #contact .vc_col-sm-8[data-bg-color="#ffffff"] > .vc_column-inner {
        padding: 28px 20px 36px;
    }
}
