*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class*=grid] {
    margin: 0 auto;
    width: 78%
}

@media (min-width:992px) {
    [class*=grid] {
        max-width: 90%
    }
}

.grid {
    width: 96%
}

.grid--sm,
.grid__sm {
    max-width: 600px
}

.grid--md,
.grid__md {
    max-width: 992px
}

.grid--lg,
.grid__lg {
    max-width: 1220px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-col-padd>[class*=col],
.row.col-padd>[class*=col],
[class*=col].col-padd {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.offset-1 {
    margin-left: 8.33333%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.offset-2 {
    margin-left: 16.66667%
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.offset-3 {
    margin-left: 25%
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.offset-4 {
    margin-left: 33.33333%
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.offset-5 {
    margin-left: 41.66667%
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.offset-6 {
    margin-left: 50%
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.offset-7 {
    margin-left: 58.33333%
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.offset-8 {
    margin-left: 66.66667%
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.offset-9 {
    margin-left: 75%
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.offset-10 {
    margin-left: 83.33333%
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.offset-11 {
    margin-left: 91.66667%
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-12 {
    margin-left: 100%
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:37.5em) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-12 {
        margin-left: 100%
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:62em) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-12 {
        margin-left: 100%
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.row.justify__content-flex-start,
[class*=col].justify__content-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row.justify__content-flex-end,
[class*=col].justify__content-flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cmp__software_body[class*=col],
.cmp__voordelen_body-configuratie[class*=col],
.cmp__voordelen_body-mbd[class*=col],
.cmp__voordelen_body-mbe[class*=col],
.cmp__voordelen_body-resdev[class*=col],
.cmp__voordelen_body-standaardisatie[class*=col],
.cmp__voordelen_body[class*=col],
.row.cmp__software_body,
.row.cmp__voordelen_body,
.row.cmp__voordelen_body-configuratie,
.row.cmp__voordelen_body-mbd,
.row.cmp__voordelen_body-mbe,
.row.cmp__voordelen_body-resdev,
.row.cmp__voordelen_body-standaardisatie,
.row.justify__content-center,
.row.section__header_background,
.section__header_background[class*=col],
[class*=col].justify__content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row.justify__content-space-between,
[class*=col].justify__content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row.justify__content-space-around,
[class*=col].justify__content-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row.align__items_flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row.align__items_flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row.align__items_center,
.row.cmp__software_body,
.row.mod__customers_body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.align__items_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.row.align__items_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align__items-start,
.align_items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align__items-end,
.align_items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align__items-center,
.align_items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align__items-baseline,
.align_items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align__items-stretch,
.align_items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.padd-l {
    padding-left: 0.75rem
}

.padd-r {
    padding-right: 0.75rem
}

.padd-lr {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.padd-t {
    padding-top: 0.75rem
}

.padd-b {
    padding-bottom: 0.75rem
}

.padd-tb {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.padd {
    padding: 0.75rem
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.card__blog_media-img,
.cmp__voordeel_icon-configuratie svg,
.cmp__voordeel_icon-mbd svg,
.cmp__voordeel_icon-mbe svg,
.cmp__voordeel_icon-resdev svg,
.cmp__voordeel_icon-standaardisatie svg,
.footer__widget_body svg,
.img__responsive,
.responsive,
.specialisatie__overzicht_illustration_container .cmp__basic_icon svg,
.text_under_hero-blue .cmp__textunderhero_icon svg {
    max-width: 100%;
    height: auto
}

.fullwidth,
.img__fullwidth,
.specialisatie__slider-configuratie .slick-slide img,
.specialisatie__slider-mbd .slick-slide img,
.specialisatie__slider-mbe .slick-slide img,
.specialisatie__slider-resdev .slick-slide img,
.specialisatie__slider-standaardisatie .slick-slide img,
.specialisatie__slider .slick-slide img {
    width: 100%;
    height: auto
}

.card__blog_media-img,
.card__singleblog_media-img,
.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.u__align-left {
    text-align: left !important
}

.align--center,
.card__contact_cta,
.card__member_header,
.cmp__software_header,
.cmp__textunderhero,
.cmp__textunderhero-configuratie,
.cmp__textunderhero-mbd,
.cmp__textunderhero-mbe,
.cmp__textunderhero-resdev,
.cmp__textunderhero-standaardisatie,
.cmp__voordelen_footer,
.cmp_voordelen_header,
.engineering__hero .hero__content_body,
.mod__customers_header,
.ondersteuning__hero .hero__content_body,
.ondersteuning__hero .hero__content_footer,
.section__header_icon,
.section__header_title,
.text-align__center,
.textunderhero,
.u__align-center,
.u__align_center {
    text-align: center
}

.align--right,
.u__align-right,
.u__align_right {
    text-align: right
}

.list__basic,
.u__list-basic {
    margin: 0;
    padding: 0;
    list-style: none
}

.list__inline,
.u__list-inline {
    margin: 0;
    padding: 0
}

.list__inline li,
.u__list-inline li {
    display: inline
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    font-family: "Gillsans", arial, sans-serif
}

.h1,
h1 {
    font-size: 2.28887em
}

.h2,
.nieuwsbrief__header-title,
h2 {
    font-size: 1.86087em
}

.h3,
h3 {
    font-size: 1.5129em
}

.h4,
h4 {
    font-size: 1.23em
}

.h5,
h5 {
    font-size: 1em
}

.h6,
h6 {
    font-size: 0.81301em
}

@font-face {
    font-family: 'Gillsans';
    src: url("../fonts/gillsans/GillSansLight-Regular.woff2") format("woff2"), url("../fonts/gillsans/GillSansLight-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gillsans';
    src: url("../fonts/gillsans/GillSansStd-Bold.woff2") format("woff2"), url("../fonts/gillsans/GillSansStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Gillsans';
    src: url("../fonts/gillsans/GillSansStd-Light.woff2") format("woff2"), url("../fonts/gillsans/GillSansStd-Light.woff") format("woff");
    font-weight: lighter;
    font-style: normal
}

html {
    font-size: 19px;
    line-height: 1.8em
}

body {
    font-size: 100%;
    font-family: "Gillsans", arial, sans-serif;
    color: #3B3535;
    line-height: 1.8em;
    background-color: #fff
}

article h2,
article h3,
article h4 {
    margin-bottom: 25px;
    margin-top: 45px
}

figure {
    margin: 0
}

img {
    display: block
}

p,
ul {
    margin-top: 0;
    font-family: "Gillsans", arial, sans-serif;
    line-height: inherit;
    font-weight: 300
}

a {
    text-decoration: none
}

.blog__pagination,
.cmp__pagination {
    padding: 0
}

.blog__pagination .number,
.cmp__pagination .number {
    margin-right: 1px;
    display: inline-block;
    color: #005ca9;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    font-weight: 600;
    background-color: #fff
}

.blog__pagination .number:hover,
.cmp__pagination .number:hover {
    background-color: #eee
}

.blog__pagination .number.current,
.cmp__pagination .number.current {
    color: #fff;
    background-color: #005ca9
}

.link,
.link__base,
.link__primary {
    display: inline-block;
    font-family: "Gillsans", arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    transition: background-color 50ms linear
}

.link__base {
    color: #3B3535
}

.link__base:hover {
    color: #005ca9
}

.link__primary {
    color: #005ca9
}

.link__primary:hover {
    color: #3B3535
}

.btn__border__pill {
    border-radius: 25px
}

.btn,
.btn-configuratie,
.btn-mbd,
.btn-mbe,
.btn-resdev,
.btn-standaardisatie,
.btn__base,
.btn__configuratie,
.btn__contact,
.btn__mbd,
.btn__mbe,
.btn__primary,
.btn__resdev,
.btn__secondary,
.btn__specialisatie-configuratie,
.btn__specialisatie-mbd,
.btn__specialisatie-mbe,
.btn__specialisatie-resdev,
.btn__specialisatie-standaardisatie,
.btn__standaardisatie,
.btn__white {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 7px;
    display: inline-block;
    font-family: "Gillsans", arial, sans-serif;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
    min-width: 110px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 25px;
    -webkit-transition: background-color 50ms linear;
    -o-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
    text-transform: uppercase
}

@media (max-width:992px) {

    .btn,
    .btn-configuratie,
    .btn-mbd,
    .btn-mbe,
    .btn-resdev,
    .btn-standaardisatie,
    .btn__base,
    .btn__configuratie,
    .btn__contact,
    .btn__mbd,
    .btn__mbe,
    .btn__primary,
    .btn__resdev,
    .btn__secondary,
    .btn__specialisatie-configuratie,
    .btn__specialisatie-mbd,
    .btn__specialisatie-mbe,
    .btn__specialisatie-resdev,
    .btn__specialisatie-standaardisatie,
    .btn__standaardisatie,
    .btn__white {
        padding-top: 8px
    }
}

.btn__base {
    color: #fff;
    background-color: #3B3535
}

.btn__base:hover {
    color: #3B3535;
    background-color: transparent
}

.btn__contact,
.btn__primary {
    color: #FFF;
    background-color: #83b4ca;
    border: 2px solid #83b4ca
}

.btn__contact:hover,
.btn__primary:hover {
    color: #005ca9;
    background-color: #FFF;
    border: 2px solid #005ca9
}

.btn__secondary {
    color: #005ca9;
    background-color: #FFF;
    border: 2px solid #FFF
}

.btn__secondary:hover {
    color: #FFF;
    background-color: #005ca9;
    border: 2px solid #FFF
}

.btn__white {
    color: #005ca9;
    background-color: #fff;
    border: 2px solid transparent
}

.btn__white:hover {
    color: #005ca9;
    background-color: #FFF;
    border: 2px solid #005ca9
}

.card__section_header .card__blog_media-img,
.card__section_header .card__singleblog_media-img,
.card__section_header .object-fit {
    min-height: 50px
}

.cmp__asec__hero-gradient,
.cmp__asec__hero-gradient-blue,
.cmp__asec__hero-gradient-configuratie,
.cmp__asec__hero-gradient-mbd,
.cmp__asec__hero-gradient-mbe,
.cmp__asec__hero-gradient-resdev,
.cmp__asec__hero-gradient-standaardisatie,
.cmp__asec__hero-gradient-yellow {
    position: relative;
    overflow: hidden
}

.cmp__asec__hero-gradient-blue .asec__hero-gradient,
.cmp__asec__hero-gradient-configuratie .asec__hero-gradient,
.cmp__asec__hero-gradient-mbd .asec__hero-gradient,
.cmp__asec__hero-gradient-mbe .asec__hero-gradient,
.cmp__asec__hero-gradient-resdev .asec__hero-gradient,
.cmp__asec__hero-gradient-standaardisatie .asec__hero-gradient,
.cmp__asec__hero-gradient-yellow .asec__hero-gradient,
.cmp__asec__hero-gradient .asec__hero-gradient {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%
}

.cmp__asec__hero-gradient-blue .card__blog_media-img,
.cmp__asec__hero-gradient-blue .card__singleblog_media-img,
.cmp__asec__hero-gradient-blue .object-fit,
.cmp__asec__hero-gradient-configuratie .card__blog_media-img,
.cmp__asec__hero-gradient-configuratie .card__singleblog_media-img,
.cmp__asec__hero-gradient-configuratie .object-fit,
.cmp__asec__hero-gradient-mbd .card__blog_media-img,
.cmp__asec__hero-gradient-mbd .card__singleblog_media-img,
.cmp__asec__hero-gradient-mbd .object-fit,
.cmp__asec__hero-gradient-mbe .card__blog_media-img,
.cmp__asec__hero-gradient-mbe .card__singleblog_media-img,
.cmp__asec__hero-gradient-mbe .object-fit,
.cmp__asec__hero-gradient-resdev .card__blog_media-img,
.cmp__asec__hero-gradient-resdev .card__singleblog_media-img,
.cmp__asec__hero-gradient-resdev .object-fit,
.cmp__asec__hero-gradient-standaardisatie .card__blog_media-img,
.cmp__asec__hero-gradient-standaardisatie .card__singleblog_media-img,
.cmp__asec__hero-gradient-standaardisatie .object-fit,
.cmp__asec__hero-gradient-yellow .card__blog_media-img,
.cmp__asec__hero-gradient-yellow .card__singleblog_media-img,
.cmp__asec__hero-gradient-yellow .object-fit,
.cmp__asec__hero-gradient .card__blog_media-img,
.cmp__asec__hero-gradient .card__singleblog_media-img,
.cmp__asec__hero-gradient .object-fit {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    height: 800px
}

.cmp__asec__hero-gradient-blue .row-hero-body,
.cmp__asec__hero-gradient-configuratie .row-hero-body,
.cmp__asec__hero-gradient-mbd .row-hero-body,
.cmp__asec__hero-gradient-mbe .row-hero-body,
.cmp__asec__hero-gradient-resdev .row-hero-body,
.cmp__asec__hero-gradient-standaardisatie .row-hero-body,
.cmp__asec__hero-gradient-yellow .row-hero-body,
.cmp__asec__hero-gradient .row-hero-body {
    height: 100%;
    min-height: 600px;
    color: #fff
}

.cmp__asec__hero-gradient-blue .asec__hero-body,
.cmp__asec__hero-gradient-configuratie .asec__hero-body,
.cmp__asec__hero-gradient-mbd .asec__hero-body,
.cmp__asec__hero-gradient-mbe .asec__hero-body,
.cmp__asec__hero-gradient-resdev .asec__hero-body,
.cmp__asec__hero-gradient-standaardisatie .asec__hero-body,
.cmp__asec__hero-gradient-yellow .asec__hero-body,
.cmp__asec__hero-gradient .asec__hero-body {
    position: relative;
    z-index: 20;
    padding-top: 120px;
    padding-bottom: 120px
}

.cmp__asec__hero-gradient-blue .asec__hero-body h1,
.cmp__asec__hero-gradient-configuratie .asec__hero-body h1,
.cmp__asec__hero-gradient-mbd .asec__hero-body h1,
.cmp__asec__hero-gradient-mbe .asec__hero-body h1,
.cmp__asec__hero-gradient-resdev .asec__hero-body h1,
.cmp__asec__hero-gradient-standaardisatie .asec__hero-body h1,
.cmp__asec__hero-gradient-yellow .asec__hero-body h1,
.cmp__asec__hero-gradient .asec__hero-body h1 {
    margin-bottom: 10px
}

.cmp__asec__hero-gradient-blue .asec__hero-body h2,
.cmp__asec__hero-gradient-blue .asec__hero-body h3,
.cmp__asec__hero-gradient-configuratie .asec__hero-body h2,
.cmp__asec__hero-gradient-configuratie .asec__hero-body h3,
.cmp__asec__hero-gradient-mbd .asec__hero-body h2,
.cmp__asec__hero-gradient-mbd .asec__hero-body h3,
.cmp__asec__hero-gradient-mbe .asec__hero-body h2,
.cmp__asec__hero-gradient-mbe .asec__hero-body h3,
.cmp__asec__hero-gradient-resdev .asec__hero-body h2,
.cmp__asec__hero-gradient-resdev .asec__hero-body h3,
.cmp__asec__hero-gradient-standaardisatie .asec__hero-body h2,
.cmp__asec__hero-gradient-standaardisatie .asec__hero-body h3,
.cmp__asec__hero-gradient-yellow .asec__hero-body h2,
.cmp__asec__hero-gradient-yellow .asec__hero-body h3,
.cmp__asec__hero-gradient .asec__hero-body h2,
.cmp__asec__hero-gradient .asec__hero-body h3 {
    font-weight: normal
}

.cmp__asec__hero-gradient-blue .asec__hero-gradient {
    background: #005ca9;
    background: -webkit-linear-gradient(legacy-direction(to right), #005ca9 15%, rgba(0, 92, 169, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #005ca9), color-stop(70%, rgba(0, 92, 169, 0)));
    background: -webkit-linear-gradient(left, #005ca9 15%, rgba(0, 92, 169, 0) 70%);
    background: -o-linear-gradient(left, #005ca9 15%, rgba(0, 92, 169, 0) 70%);
    background: linear-gradient(to right, #005ca9 15%, rgba(0, 92, 169, 0) 70%)
}

.cmp__asec__hero-gradient-yellow .asec__hero-gradient {
    background: #ffcc00;
    background: -webkit-linear-gradient(legacy-direction(to right), #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #ffcc00), color-stop(70%, rgba(255, 204, 0, 0)));
    background: -webkit-linear-gradient(left, #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: -o-linear-gradient(left, #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: linear-gradient(to right, #ffcc00 15%, rgba(255, 204, 0, 0) 70%)
}

.form header,
.wpcf7-form header,
form header {
    margin-bottom: 0.75rem
}

.form label,
.wpcf7-form label,
form label {
    display: block;
    margin-bottom: 0.25rem
}

.form label span,
.wpcf7-form label span,
form label span {
    display: inline-block;
    margin-bottom: 0.25rem
}

.form input[type=submit],
.wpcf7-form input[type=submit],
form input[type=submit] {
    cursor: pointer
}

.form input[type=email],
.form input[type=telephone],
.form input[type=text],
.form select,
.form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=telephone],
.wpcf7-form input[type=text],
.wpcf7-form select,
.wpcf7-form textarea,
form input[type=email],
form input[type=telephone],
form input[type=text],
form select,
form textarea {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px
}

.form ::-webkit-input-placeholder,
.wpcf7-form ::-webkit-input-placeholder,
form ::-webkit-input-placeholder {
    color: #aaa
}

.form ::-moz-placeholder,
.wpcf7-form ::-moz-placeholder,
form ::-moz-placeholder {
    color: #aaa
}

.form :-ms-input-placeholder,
.wpcf7-form :-ms-input-placeholder,
form :-ms-input-placeholder {
    color: #aaa
}

.form :-moz-placeholder,
.wpcf7-form :-moz-placeholder,
form :-moz-placeholder {
    color: #aaa
}

.form input[type=email],
.form input[type=telephone],
.form input[type=text],
.form select,
.form textarea,
.wpcf7-form input[type=email],
.wpcf7-form input[type=telephone],
.wpcf7-form input[type=text],
.wpcf7-form select,
.wpcf7-form textarea {
    padding: 12px 16px;
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 3px
}

.section__header_background {
    background-image: url("../../assets/images/pattern.png");
    min-height: 40px
}

.section__header_title {
    font-weight: 600;
    min-width: 200px;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 10px 15px
}

.illustration__image img {
    max-height: 800px
}

.contact__contactformulier,
.contact__cta,
.contact__hero,
.engineering__hero,
.hero_illustration_container,
.home__hero,
.ondersteuning__hero,
.over__ons_voordelen_illustration_container,
.over__tfh_hero,
.over_ons__cta,
.section__header_voordelen,
.section__header_voordelen-configuratie,
.section__header_voordelen-mbd,
.section__header_voordelen-mbe,
.section__header_voordelen-resdev,
.section__header_voordelen-standaardisatie,
.specialisatie__hero,
.specialisatie__overzicht_illustration_container,
.specialisatie__overzicht_intro,
.specialisatie__quote,
.specialisatie__quote-configuratie,
.specialisatie__quote-mbd,
.specialisatie__quote-mbe,
.specialisatie__quote-resdev,
.specialisatie__quote-standaardisatie,
.specialisatie__text_under_hero,
.specialisatie__text_under_hero-configuratie,
.specialisatie__text_under_hero-mbd,
.specialisatie__text_under_hero-mbe,
.specialisatie__text_under_hero-resdev,
.specialisatie__text_under_hero-standaardisatie,
.text_under_hero,
.text_under_hero-blue {
    position: relative;
    overflow: hidden
}

.contact__contactformulier .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.contact__contactformulier .specialisatie__text_under_hero .cmp__illustration-l,
.contact__cta .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.contact__cta .specialisatie__text_under_hero .cmp__illustration-l,
.contact__hero .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.contact__hero .specialisatie__text_under_hero .cmp__illustration-l,
.engineering__hero .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.engineering__hero .specialisatie__text_under_hero .cmp__illustration-l,
.hero_illustration_container .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.hero_illustration_container .specialisatie__text_under_hero .cmp__illustration-l,
.home__hero .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.home__hero .specialisatie__text_under_hero .cmp__illustration-l,
.ondersteuning__hero .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.ondersteuning__hero .specialisatie__text_under_hero .cmp__illustration-l,
.over__ons_voordelen_illustration_container .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero .cmp__illustration-l,
.over__tfh_hero .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.over__tfh_hero .specialisatie__text_under_hero .cmp__illustration-l,
.over_ons__cta .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.over_ons__cta .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen-configuratie .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen-configuratie .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen-mbd .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen-mbd .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen-mbe .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen-mbe .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen-resdev .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen-resdev .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen-standaardisatie .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero .cmp__illustration-l,
.section__header_voordelen .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.section__header_voordelen .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__hero .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__hero .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__overzicht_intro .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote-configuratie .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote-mbd .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote-mbe .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote-resdev .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__quote .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__quote .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero-configuratie .text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero .cmp__illustration-l,
.specialisatie__text_under_hero .contact__contactformulier .cmp__illustration-l,
.specialisatie__text_under_hero .contact__cta .cmp__illustration-l,
.specialisatie__text_under_hero .contact__hero .cmp__illustration-l,
.specialisatie__text_under_hero .engineering__hero .cmp__illustration-l,
.specialisatie__text_under_hero .hero_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero .home__hero .cmp__illustration-l,
.specialisatie__text_under_hero .ondersteuning__hero .cmp__illustration-l,
.specialisatie__text_under_hero .over__ons_voordelen_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero .over__tfh_hero .cmp__illustration-l,
.specialisatie__text_under_hero .over_ons__cta .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen-mbd .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen-mbe .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen-resdev .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero .section__header_voordelen .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__hero .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__overzicht_illustration_container .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__overzicht_intro .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__quote .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero .text_under_hero-blue .cmp__illustration-l,
.specialisatie__text_under_hero .text_under_hero .cmp__illustration-l,
.text_under_hero-blue .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.text_under_hero-blue .specialisatie__text_under_hero .cmp__illustration-l,
.text_under_hero .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero-mbd .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero-mbe .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero-resdev .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.text_under_hero .specialisatie__text_under_hero .cmp__illustration-l {
    position: absolute;
    z-index: 10
}

.contact__contactformulier .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.contact__contactformulier .specialisatie__text_under_hero .cmp__illustration-r,
.contact__cta .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.contact__cta .specialisatie__text_under_hero .cmp__illustration-r,
.contact__hero .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.contact__hero .specialisatie__text_under_hero .cmp__illustration-r,
.engineering__hero .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.engineering__hero .specialisatie__text_under_hero .cmp__illustration-r,
.hero_illustration_container .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.hero_illustration_container .specialisatie__text_under_hero .cmp__illustration-r,
.home__hero .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.home__hero .specialisatie__text_under_hero .cmp__illustration-r,
.ondersteuning__hero .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.ondersteuning__hero .specialisatie__text_under_hero .cmp__illustration-r,
.over__ons_voordelen_illustration_container .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.over__ons_voordelen_illustration_container .specialisatie__text_under_hero .cmp__illustration-r,
.over__tfh_hero .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.over__tfh_hero .specialisatie__text_under_hero .cmp__illustration-r,
.over_ons__cta .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.over_ons__cta .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen-configuratie .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen-configuratie .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen-mbd .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen-mbd .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen-mbe .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen-mbe .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen-resdev .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen-resdev .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen-standaardisatie .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen-standaardisatie .specialisatie__text_under_hero .cmp__illustration-r,
.section__header_voordelen .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.section__header_voordelen .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__hero .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__hero .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__overzicht_illustration_container .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__overzicht_intro .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote-configuratie .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote-mbd .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote-mbe .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote-resdev .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote-standaardisatie .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__quote .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__quote .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero-configuratie .text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero .cmp__illustration-r,
.specialisatie__text_under_hero .contact__contactformulier .cmp__illustration-r,
.specialisatie__text_under_hero .contact__cta .cmp__illustration-r,
.specialisatie__text_under_hero .contact__hero .cmp__illustration-r,
.specialisatie__text_under_hero .engineering__hero .cmp__illustration-r,
.specialisatie__text_under_hero .hero_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero .home__hero .cmp__illustration-r,
.specialisatie__text_under_hero .ondersteuning__hero .cmp__illustration-r,
.specialisatie__text_under_hero .over__ons_voordelen_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero .over__tfh_hero .cmp__illustration-r,
.specialisatie__text_under_hero .over_ons__cta .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen-mbd .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen-mbe .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen-resdev .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero .section__header_voordelen .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__hero .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__overzicht_illustration_container .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__overzicht_intro .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote-mbd .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote-mbe .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote-resdev .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__quote .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero .text_under_hero-blue .cmp__illustration-r,
.specialisatie__text_under_hero .text_under_hero .cmp__illustration-r,
.text_under_hero-blue .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.text_under_hero-blue .specialisatie__text_under_hero .cmp__illustration-r,
.text_under_hero .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero-mbd .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero-mbe .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero-resdev .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.text_under_hero .specialisatie__text_under_hero .cmp__illustration-r {
    position: absolute;
    z-index: 10
}

@media (max-width:992px) {

    .contact__hero .cmp__illustration-l,
    .engineering__hero .cmp__illustration-l,
    .home__hero .cmp__illustration-l,
    .mobile__hide_illustration,
    .over__ons_voordelen_illustration_container .cmp__illustration-r,
    .over__tfh_hero .cmp__illustration-l,
    .over_ons__cta .cmp__illustration-l,
    .page__team .cmp__page_header_illustration,
    .page__blog .cmp__page_header_illustration,
    .specialisatie__hero .cmp__illustration-l,
    .specialisatie__overzicht_illustration_container .cmp__illustration-l,
    .specialisatie__overzicht_intro .cmp__illustration-l,
    .specialisatie__quote-configuratie .cmp__illustration-l,
    .specialisatie__quote-mbd .cmp__illustration-l,
    .specialisatie__quote-mbe .cmp__illustration-l,
    .specialisatie__quote-resdev .cmp__illustration-l,
    .specialisatie__quote-standaardisatie .cmp__illustration-l,
    .specialisatie__quote .cmp__illustration-l,
    .specialisatie__text_under_hero-configuratie .cmp__illustration-r,
    .specialisatie__text_under_hero-mbd .cmp__illustration-r,
    .specialisatie__text_under_hero-mbe .cmp__illustration-r,
    .specialisatie__text_under_hero-resdev .cmp__illustration-r,
    .specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
    .specialisatie__text_under_hero .cmp__illustration-r {
        display: none
    }
}

.mod__customers {
    margin-bottom: 50px
}

.mod__customers_header {
    margin-top: 50px
}

.mod__customer_logo {
    padding: 20px
}

.mod__customer_logo .card__blog_media-img,
.mod__customer_logo .card__singleblog_media-img,
.mod__customer_logo .object-fit {
    margin-left: auto;
    margin-right: auto
}

.cmp__voordelen-configuratie:first-child .cmp__voordeel,
.cmp__voordelen-configuratie:first-child .cmp__voordeel-configuratie,
.cmp__voordelen-configuratie:first-child .cmp__voordeel-mbd,
.cmp__voordelen-configuratie:first-child .cmp__voordeel-mbe,
.cmp__voordelen-configuratie:first-child .cmp__voordeel-resdev,
.cmp__voordelen-configuratie:first-child .cmp__voordeel-standaardisatie,
.cmp__voordelen-mbd:first-child .cmp__voordeel,
.cmp__voordelen-mbd:first-child .cmp__voordeel-configuratie,
.cmp__voordelen-mbd:first-child .cmp__voordeel-mbd,
.cmp__voordelen-mbd:first-child .cmp__voordeel-mbe,
.cmp__voordelen-mbd:first-child .cmp__voordeel-resdev,
.cmp__voordelen-mbd:first-child .cmp__voordeel-standaardisatie,
.cmp__voordelen-mbe:first-child .cmp__voordeel,
.cmp__voordelen-mbe:first-child .cmp__voordeel-configuratie,
.cmp__voordelen-mbe:first-child .cmp__voordeel-mbd,
.cmp__voordelen-mbe:first-child .cmp__voordeel-mbe,
.cmp__voordelen-mbe:first-child .cmp__voordeel-resdev,
.cmp__voordelen-mbe:first-child .cmp__voordeel-standaardisatie,
.cmp__voordelen-resdev:first-child .cmp__voordeel,
.cmp__voordelen-resdev:first-child .cmp__voordeel-configuratie,
.cmp__voordelen-resdev:first-child .cmp__voordeel-mbd,
.cmp__voordelen-resdev:first-child .cmp__voordeel-mbe,
.cmp__voordelen-resdev:first-child .cmp__voordeel-resdev,
.cmp__voordelen-resdev:first-child .cmp__voordeel-standaardisatie,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel-configuratie,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel-mbd,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel-mbe,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel-resdev,
.cmp__voordelen-standaardisatie:first-child .cmp__voordeel-standaardisatie,
.cmp__voordelen:first-child .cmp__voordeel,
.cmp__voordelen:first-child .cmp__voordeel-configuratie,
.cmp__voordelen:first-child .cmp__voordeel-mbd,
.cmp__voordelen:first-child .cmp__voordeel-mbe,
.cmp__voordelen:first-child .cmp__voordeel-resdev,
.cmp__voordelen:first-child .cmp__voordeel-standaardisatie {
    border: 2px dotted transparent
}

.cmp__voordelen_body,
.cmp__voordelen_body-configuratie,
.cmp__voordelen_body-mbd,
.cmp__voordelen_body-mbe,
.cmp__voordelen_body-resdev,
.cmp__voordelen_body-standaardisatie {
    margin-top: 50px;
    margin-bottom: 70px
}

.cmp__voordeel,
.cmp__voordeel-configuratie,
.cmp__voordeel-mbd,
.cmp__voordeel-mbe,
.cmp__voordeel-resdev,
.cmp__voordeel-standaardisatie {
    padding-left: 25px;
    border-left: 2px dotted #005ca9;
    height: 100%
}

@media (max-width:992px) {

    .cmp__voordeel,
    .cmp__voordeel-configuratie,
    .cmp__voordeel-mbd,
    .cmp__voordeel-mbe,
    .cmp__voordeel-resdev,
    .cmp__voordeel-standaardisatie {
        border-left: 2px dotted transparent
    }
}

.cmp__voordeel_title,
.cmp__voordeel_title-configuratie,
.cmp__voordeel_title-mbd,
.cmp__voordeel_title-mbe,
.cmp__voordeel_title-resdev,
.cmp__voordeel_title-standaardisatie {
    font-weight: 600;
    margin-bottom: 10px
}

.section__nieuwsbrief {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #005ca9
}

.nieuwsbrief__media {
    text-align: center
}

.nieuwsbrief__media-icon {
    display: inline-block
}

.nieuwsbrief__header {
    text-align: center
}

.nieuwsbrief__header-title {
    margin-bottom: 10px
}

.nieuwsbrief__header-subtitle {
    font-weight: 400;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.5)
}

.nieuwsbrief__content fieldset {
    border: 0
}

.nieuwsbrief__content fieldset input[type=checkbox] {
    margin-right: 8px
}

.nieuwsbrief__content .content__gdpr,
.nieuwsbrief__content .content__gdprLegal {
    max-width: 75%
}

.nieuwsbrief__content .content__gdpr h5,
.nieuwsbrief__content .content__gdprLegal h5 {
    margin-bottom: 0
}

.nieuwsbrief__content .content__gdprLegal p,
.nieuwsbrief__content .content__gdpr p {
    font-size: 0.8rem;
    line-height: 1.0rem
}

.nieuwsbrief__content .content__gdpr a,
.nieuwsbrief__content .content__gdprLegal a {
    color: #fff;
    text-decoration: underline
}

.nieuwsbrief__content .buttons {
    text-align: center
}

.card__member_header .member__header_title,
.member__header_title {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 1.4rem;
    line-height: 1rem
}

.member__header_subtitle {
    text-transform: capitalize;
    font-size: 1.2rem
}

.card__member_bodytitle,
.memeber__body_subtitle {
    margin-top: 20px;
    font-size: 2rem;
    color: #005ca9;
    line-height: 2.2rem
}

.card__member_seperator {
    font-size: 1.5rem
}

.card__member {
    margin-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px
}

.card__member_socials {
    position: relative
}

.card__member_header {
    margin-bottom: 1.5rem
}

.card__member_header .member__header_subtitle {
    font-size: 1.2rem
}

.card__member_body {
    margin-bottom: 20px
}

.card__member_body .card__blog_media-img,
.card__member_body .card__singleblog_media-img,
.card__member_body .object-fit {
    min-height: 400px
}

.card__member_seperator {
    margin-bottom: 15px
}

.card__member_footer {
    border-bottom: 3px solid #005ca9;
    padding-bottom: 10px
}

.card__member_social {
    text-align: center;
    display: inline
}

.card__member_social figure {
    padding-right: 4px;
    display: inline-block;
    width: 48px;
    height: auto
}

.card__member_social figure svg {
    width: 100%;
    height: auto
}

.mobile__phonenumber {
    font-size: 0.9rem;
    display: inline;
    position: absolute;
    top: 7px
}

.page__team {
    border-top: 1px solid #005ca9;
    padding-top: 50px;
    overflow: hidden
}

.page__team .cmp__page_header_illustration, .page__blog .cmp__page_header_illustration {
    position: absolute;
    left: -260px;
    top: 0
}

.team__page_header_header, .blog__page_header_header {
    z-index: 20;
    position: relative;
    padding-top: 70px
}

.team__page_header_header p , .blog__page_header_header p {
    font-size: 2rem
}

.team__page_header, .blog__page_header {
    position: relative;
    padding-top: 35px;
    padding-bottom: 55px
}

@media (min-width:992px) {
    .team__page_header {
        margin-bottom: 250px
    }

    .blog__page_header {
        margin-bottom: 110px
    }
}

.blog__single {
    padding-top: 55px;
    border-top: 4px solid #E5EFF6
}

.section__blog_gerelateerd {
    padding: 35px 0
}

.blog_gerelateerd__header-title {
    color: #005ca9
}

.blog_header-title,
.card__blog_header-title,
.card__singleblog_header-title {
    margin-bottom: 15px;
    font-weight: 400;
    color: #005ca9
}

.blog_body-content,
.card__blog_body-content {
    color: #3B3535;
    line-height: 1.5rem
}

.blog_media-img,
.card__blog_media-img,
.card__singleblog_media-img {
    width: 100%
}

.card__blog {
    margin-bottom: 55px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
}

@media (min-width:600px) {
    .card__blog {
        margin-left: 0.75rem;
        margin-right: 0.75rem
    }
}

.card__blog_header {
    padding: 1.5em
}

.card__blog_body-content {
    color: #777;
    padding: 1.5em
}

.card__blog_media-img {
    height: 400px;
    width: 100%
}

.card__blog_footer {
    padding: 1.5em;
    padding-top: 0;
    text-align: right
}

.card__singleblog h1,
.card__singleblog h2,
.card__singleblog h3 {
    color: #005ca9
}

.card__singleblog_header {
    margin-bottom: 25px
}

.card__singleblog_header-title {
    font-size: 3.3em;
    line-height: 1.05em
}

.singleblog__excerpt {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.5rem
}

.card__singleblog_media-img {
    margin-bottom: 35px;
    height: 600px;
    width: 100%
}

.card__singleblog_footer {
    margin-top: 35px;
    margin-bottom: 70px
}

.card__singleblog_footer-title {
    margin: 0;
    margin-bottom: 10px;
    color: #005ca9
}

.card__specialisatie_image {
    padding-bottom: 10px
}

@media (max-width:600px) {

    .card__specialisatie_image .card__blog_media-img,
    .card__specialisatie_image .card__singleblog_media-img,
    .card__specialisatie_image .object-fit {
        margin-left: auto;
        margin-right: auto
    }
}

.card__specialisatie_header {
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.2rem
}

@media (max-width:600px) {
    .card__specialisatie_header {
        min-height: 35px
    }
}

.card__specialisatie_header-simple {
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.3rem
}

.card__specialisatie_header_title-simple {
    font-size: 1.1rem;
    text-transform: capitalize
}

.card__specialisatie_header_title {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.3rem
}

.card__specialisatie_body {
    font-weight: lighter;
    min-height: 320px
}

@media (max-width:600px) {
    .card__specialisatie_body {
        min-height: 100px
    }
}

.cmp__specialisatie_body_inner,
.main__page_block-configuratie .cmp__basic_body,
.main__page_block-mbd .cmp__basic_body,
.main__page_block-mbe .cmp__basic_body,
.main__page_block-resdev .cmp__basic_body,
.main__page_block-standaardisatie .cmp__basic_body,
.main__page_block .cmp__basic_body {
    margin-bottom: 40px
}

.card__specialisatie {
    min-width: 150px
}

@media (min-width:600px) {
    .card__specialisatie {
        min-width: 200px
    }
}

@media (max-width:600px) {
    .specialisatie__overzicht_uitgebreid {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px;
        text-align: center
    }
}

@media (max-width:600px) {
    .specialisatie__overzicht_simple {
        text-align: center
    }
}

.main__page_block-blue {
    color: #FFF
}

.specialisatie__hero .cmp__illustration-l {
    top: 180px;
    left: -90px
}

.specialisatie__hero .cmp__illustration-l img {
    width: 600px
}

.specialisatie__hero .hero__content__body_title {
    line-height: 2.4rem
}

.hero__content__body_title {
    font-size: 2.1rem
}

.hero__content_body_img {
    margin-bottom: 25px
}

.hero__content_body_img img {
    max-width: 90px
}

.specialisatie__hero {
    position: relative;
    overflow: hidden
}

.cmp__textunderhero_text,
.cmp__textunderhero_text-configuratie,
.cmp__textunderhero_text-mbd,
.cmp__textunderhero_text-mbe,
.cmp__textunderhero_text-resdev,
.cmp__textunderhero_text-standaardisatie {
    font-size: 1.2rem
}

.specialisatie__slider,
.specialisatie__slider-configuratie,
.specialisatie__slider-mbd,
.specialisatie__slider-mbe,
.specialisatie__slider-resdev,
.specialisatie__slider-standaardisatie {
    margin-top: 50px
}

.cmp__slider_text,
.cmp__slider_text-configuratie,
.cmp__slider_text-mbd,
.cmp__slider_text-mbe,
.cmp__slider_text-resdev,
.cmp__slider_text-standaardisatie {
    margin-bottom: 50px
}

@media (min-width:992px) {

    .cmp__slider_text,
    .cmp__slider_text-configuratie,
    .cmp__slider_text-mbd,
    .cmp__slider_text-mbe,
    .cmp__slider_text-resdev,
    .cmp__slider_text-standaardisatie {
        padding-right: 35px
    }
}

.cmp__slider_text_header,
.cmp__slider_text_header-configuratie,
.cmp__slider_text_header-mbd,
.cmp__slider_text_header-mbe,
.cmp__slider_text_header-resdev,
.cmp__slider_text_header-standaardisatie {
    margin-bottom: 35px
}

@media (max-width:992px) {

    .cmp__slider_text_header,
    .cmp__slider_text_header-configuratie,
    .cmp__slider_text_header-mbd,
    .cmp__slider_text_header-mbe,
    .cmp__slider_text_header-resdev,
    .cmp__slider_text_header-standaardisatie {
        word-break: break-word
    }
}

.cmp__slider_text_text,
.cmp__slider_text_text-configuratie,
.cmp__slider_text_text-mbd,
.cmp__slider_text_text-mbe,
.cmp__slider_text_text-resdev,
.cmp__slider_text_text-standaardisatie {
    line-height: 1.8rem
}

.cmp__slider,
.cmp__slider-configuratie,
.cmp__slider-mbd,
.cmp__slider-mbe,
.cmp__slider-resdev,
.cmp__slider-standaardisatie {
    font-size: 1em
}

.slider__items {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.slider__items.slick-initialized {
    visibility: visible;
    opacity: 1
}

.slider__items .cmp__slider_item {
    display: none
}

.slider__items .cmp__slider_item:first-child {
    display: block;
    visibility: hidden
}

.slider__items.slick-initialized .cmp__slider_item {
    display: block;
    visibility: visible !important
}

.slider__margin {
    margin-right: 50px
}

.cmp__textblock_header {
    color: #005ca9
}

.cmp__textblock_body {
    margin-bottom: 50px
}

.specialisatie__quote_name {
    font-weight: bold
}

.cmp__specialisatie__quote,
.cmp__specialisatie__quote-configuratie,
.cmp__specialisatie__quote-mbd,
.cmp__specialisatie__quote-mbe,
.cmp__specialisatie__quote-resdev,
.cmp__specialisatie__quote-standaardisatie {
    position: relative;
    padding: 10px;
    z-index: 20
}

.cmp__quote_author,
.cmp__quote_author-configuratie,
.cmp__quote_author-mbd,
.cmp__quote_author-mbe,
.cmp__quote_author-resdev,
.cmp__quote_author-standaardisatie {
    font-size: 1.2rem;
    margin-bottom: 20px
}

.cmp__quote_img,
.cmp__quote_img-configuratie,
.cmp__quote_img-mbd,
.cmp__quote_img-mbe,
.cmp__quote_img-resdev,
.cmp__quote_img-standaardisatie {
    padding: 20px
}

.cmp__quote_img-configuratie .card__blog_media-img,
.cmp__quote_img-configuratie .card__singleblog_media-img,
.cmp__quote_img-configuratie .object-fit,
.cmp__quote_img-mbd .card__blog_media-img,
.cmp__quote_img-mbd .card__singleblog_media-img,
.cmp__quote_img-mbd .object-fit,
.cmp__quote_img-mbe .card__blog_media-img,
.cmp__quote_img-mbe .card__singleblog_media-img,
.cmp__quote_img-mbe .object-fit,
.cmp__quote_img-resdev .card__blog_media-img,
.cmp__quote_img-resdev .card__singleblog_media-img,
.cmp__quote_img-resdev .object-fit,
.cmp__quote_img-standaardisatie .card__blog_media-img,
.cmp__quote_img-standaardisatie .card__singleblog_media-img,
.cmp__quote_img-standaardisatie .object-fit,
.cmp__quote_img .card__blog_media-img,
.cmp__quote_img .card__singleblog_media-img,
.cmp__quote_img .object-fit {
    border-radius: 50%
}

.cmp__quote__quote_container,
.cmp__quote__quote_container-configuratie,
.cmp__quote__quote_container-mbd,
.cmp__quote__quote_container-mbe,
.cmp__quote__quote_container-resdev,
.cmp__quote__quote_container-standaardisatie {
    margin-bottom: 25px
}

.cmp__quote_quote,
.cmp__quote_quote-configuratie,
.cmp__quote_quote-mbd,
.cmp__quote_quote-mbe,
.cmp__quote_quote-resdev,
.cmp__quote_quote-standaardisatie {
    display: inline;
    line-height: 1.8rem;
    font-size: 2rem;
    padding: 5px;
    margin: 0;
    font-weight: bold
}

.specialisatie__quote,
.specialisatie__quote-configuratie,
.specialisatie__quote-mbd,
.specialisatie__quote-mbe,
.specialisatie__quote-resdev,
.specialisatie__quote-standaardisatie {
    padding-top: 70px;
    padding-bottom: 120px
}

.specialisatie__quote-configuratie .cmp__illustration-l,
.specialisatie__quote-mbd .cmp__illustration-l,
.specialisatie__quote-mbe .cmp__illustration-l,
.specialisatie__quote-resdev .cmp__illustration-l,
.specialisatie__quote-standaardisatie .cmp__illustration-l,
.specialisatie__quote .cmp__illustration-l {
    bottom: -50px;
    left: -100px
}

.specialisatie__quote-configuratie .cmp__illustration-l img,
.specialisatie__quote-mbd .cmp__illustration-l img,
.specialisatie__quote-mbe .cmp__illustration-l img,
.specialisatie__quote-resdev .cmp__illustration-l img,
.specialisatie__quote-standaardisatie .cmp__illustration-l img,
.specialisatie__quote .cmp__illustration-l img {
    width: 600px
}

.specialisatie__cta_header,
.specialisatie__cta_header-configuratie,
.specialisatie__cta_header-mbd,
.specialisatie__cta_header-mbe,
.specialisatie__cta_header-resdev,
.specialisatie__cta_header-standaardisatie {
    padding-right: 15px
}

.specialisatie__cta_header_header,
.specialisatie__cta_header_header-configuratie,
.specialisatie__cta_header_header-mbd,
.specialisatie__cta_header_header-mbe,
.specialisatie__cta_header_header-resdev,
.specialisatie__cta_header_header-standaardisatie {
    font-size: 2.2rem;
    line-height: 2.2rem
}

.specialisatie__cta_header_header-configuratie span,
.specialisatie__cta_header_header-mbd span,
.specialisatie__cta_header_header-mbe span,
.specialisatie__cta_header_header-resdev span,
.specialisatie__cta_header_header-standaardisatie span,
.specialisatie__cta_header_header span {
    font-weight: 600
}

.specialisatie__cta_body,
.specialisatie__cta_body-configuratie,
.specialisatie__cta_body-mbd,
.specialisatie__cta_body-mbe,
.specialisatie__cta_body-resdev,
.specialisatie__cta_body-standaardisatie {
    padding-left: 15px
}

.cmp__cta,
.cmp__cta-configuratie,
.cmp__cta-mbd,
.cmp__cta-mbe,
.cmp__cta-resdev,
.cmp__cta-standaardisatie {
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 2px dotted #005ca9
}

.cmp__cta_header,
.cmp__cta_header-configuratie,
.cmp__cta_header-mbd,
.cmp__cta_header-mbe,
.cmp__cta_header-resdev,
.cmp__cta_header-standaardisatie {
    margin-bottom: 10px
}

.cmp__cta_header_title,
.cmp__cta_header_title-configuratie,
.cmp__cta_header_title-mbd,
.cmp__cta_header_title-mbe,
.cmp__cta_header_title-resdev,
.cmp__cta_header_title-standaardisatie {
    font-weight: 600;
    margin-bottom: 0
}

.section__header_voordelen,
.section__header_voordelen-configuratie,
.section__header_voordelen-mbd,
.section__header_voordelen-mbe,
.section__header_voordelen-resdev,
.section__header_voordelen-standaardisatie {
    padding-top: 95px;
    padding-bottom: 95px
}

.section__header_voordelen-configuratie .section__header_background,
.section__header_voordelen-mbd .section__header_background,
.section__header_voordelen-mbe .section__header_background,
.section__header_voordelen-resdev .section__header_background,
.section__header_voordelen-standaardisatie .section__header_background,
.section__header_voordelen .section__header_background {
    position: relative;
    z-index: 11
}

.section__header_voordelen-configuratie .cmp__illustration-l,
.section__header_voordelen-mbd .cmp__illustration-l,
.section__header_voordelen-mbe .cmp__illustration-l,
.section__header_voordelen-resdev .cmp__illustration-l,
.section__header_voordelen-standaardisatie .cmp__illustration-l,
.section__header_voordelen .cmp__illustration-l {
    top: 35px;
    left: -150px
}

.section__header_voordelen-configuratie .cmp__illustration-r,
.section__header_voordelen-mbd .cmp__illustration-r,
.section__header_voordelen-mbe .cmp__illustration-r,
.section__header_voordelen-resdev .cmp__illustration-r,
.section__header_voordelen-standaardisatie .cmp__illustration-r,
.section__header_voordelen .cmp__illustration-r {
    top: -50px;
    right: -170px
}

.specialisatie__overzicht_illustration_container .cmp__basic_icon #Layer_1 path {
    fill: #FFF
}

.specialisatie__overzicht_illustration_container .cmp__basic_icon #Layer_2 path {
    fill: #005ca9
}

.specialisatie__overzicht_illustration_container .cmp__illustration-l {
    top: 20px;
    left: -200px
}

.specialisatie__overzicht_illustration_container .cmp__illustration-l img {
    opacity: 0.3;
    z-index: 0;
    width: 600px
}

.specialisatie__overzicht_illustration_container .cmp__illustration-r {
    top: 20px;
    right: -200px
}

.specialisatie__overzicht_illustration_container .cmp__illustration-r img {
    opacity: 0.3;
    z-index: 0;
    width: 600px
}

.specialisatie__overzicht {
    padding-bottom: 70px
}

.cmp__specialisatie_overzicht_header {
    color: #FFF
}

.specialisatie__cases .card__blog_media-img,
.specialisatie__cases .card__singleblog_media-img,
.specialisatie__cases .object-fit {
    max-width: 200px
}

.card__specialisatie {
    margin-bottom: 50px
}

.card__specialisatie_header_title {
    font-weight: 600
}

.cmp__basic_header {
    color: #005ca9
}

.btn-configuratie,
.cmp__quote_quote-configuratie,
.main__page_block-configuratie,
.specialisatie__color-configuratie,
.specialisatie__text_under_hero-configuratie {
    color: #FFF
}

.specialisatie__backgroundcolor-configuratie,
.specialisatie__quote-configuratie,
.specialisatie__text_under_hero-configuratie {
    background-color: #ef7d00
}

.cmp__asec__hero-gradient-configuratie .asec__hero-gradient {
    background: #ef7d00;
    background: -webkit-linear-gradient(legacy-direction(to right), #ef7d00 15%, rgba(239, 125, 0, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #ef7d00), color-stop(70%, rgba(239, 125, 0, 0)));
    background: -webkit-linear-gradient(left, #ef7d00 15%, rgba(239, 125, 0, 0) 70%);
    background: -o-linear-gradient(left, #ef7d00 15%, rgba(239, 125, 0, 0) 70%);
    background: linear-gradient(to right, #ef7d00 15%, rgba(239, 125, 0, 0) 70%)
}

.cmp__voordeel_icon-configuratie #Layer_2 path {
    fill: #ef7d00
}

.btn-configuratie,
.btn__configuratie,
.btn__specialisatie-configuratie {
    background-color: #ef7d00;
    border: 2px solid #ef7d00
}

.btn-configuratie:hover,
.btn__configuratie:hover,
.btn__specialisatie-configuratie:hover {
    color: #ef7d00;
    background-color: #FFF;
    border: 2px solid #ef7d00
}

.cmp__quote_quote-mbd,
.main__page_block-mbd,
.specialisatie__color-mbd {
    color: #FFF
}

.specialisatie__backgroundcolor-mbd,
.specialisatie__quote-mbd,
.specialisatie__text_under_hero-mbd {
    background-color: #ffcc00
}

.cmp__asec__hero-gradient-mbd .asec__hero-gradient {
    background: #ffcc00;
    background: -webkit-linear-gradient(legacy-direction(to right), #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #ffcc00), color-stop(70%, rgba(255, 204, 0, 0)));
    background: -webkit-linear-gradient(left, #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: -o-linear-gradient(left, #ffcc00 15%, rgba(255, 204, 0, 0) 70%);
    background: linear-gradient(to right, #ffcc00 15%, rgba(255, 204, 0, 0) 70%)
}

.cmp__voordeel_icon-mbd #Layer_2 path {
    fill: #ffcc00
}

.btn-mbd,
.btn__mbd,
.btn__specialisatie-mbd {
    color: #FFF;
    background-color: #ffcc00;
    border: 2px solid #ffcc00
}

.btn-mbd:hover,
.btn__mbd:hover,
.btn__specialisatie-mbd:hover {
    color: #ffcc00;
    background-color: #FFF;
    border: 2px solid #ffcc00
}

.cmp__software {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px
}

.cmp__software_header_title {
    margin-bottom: 10px
}

.btn-mbe,
.cmp__quote_quote-mbe,
.main__page_block-mbe,
.specialisatie__color-mbe,
.specialisatie__text_under_hero-mbe {
    color: #FFF
}

.specialisatie__backgroundcolor-mbe,
.specialisatie__quote-mbe,
.specialisatie__text_under_hero-mbe {
    background-color: #76b82a
}

.cmp__asec__hero-gradient-mbe .asec__hero-gradient {
    background: #76b82a;
    background: -webkit-linear-gradient(legacy-direction(to right), #76b82a 15%, rgba(118, 184, 42, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #76b82a), color-stop(70%, rgba(118, 184, 42, 0)));
    background: -webkit-linear-gradient(left, #76b82a 15%, rgba(118, 184, 42, 0) 70%);
    background: -o-linear-gradient(left, #76b82a 15%, rgba(118, 184, 42, 0) 70%);
    background: linear-gradient(to right, #76b82a 15%, rgba(118, 184, 42, 0) 70%)
}

.cmp__voordeel_icon-mbe #Layer_2 path {
    fill: #76b82a
}

.btn-mbe,
.btn__mbe,
.btn__specialisatie-mbe {
    background-color: #76b82a;
    border: 2px solid #76b82a
}

.btn-mbe:hover,
.btn__mbe:hover,
.btn__specialisatie-mbe:hover {
    color: #76b82a;
    background-color: #FFF;
    border: 2px solid #76b82a
}

.cmp__quote_author-resdev,
.cmp__quote_quote-resdev,
.cmp__specialisatie__quote-resdev,
.cmp__textunderhero_body-resdev,
.cmp__textunderhero_header-resdev,
.main__page_block-resdev,
.specialisatie__color-resdev {
    color: #FFF
}

.specialisatie__backgroundcolor-resdev,
.specialisatie__quote-resdev,
.specialisatie__text_under_hero-resdev {
    background-color: #951b81
}

.cmp__asec__hero-gradient-resdev .asec__hero-gradient {
    background: #951b81;
    background: -webkit-linear-gradient(legacy-direction(to right), #951b81 15%, rgba(149, 27, 129, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #951b81), color-stop(70%, rgba(149, 27, 129, 0)));
    background: -webkit-linear-gradient(left, #951b81 15%, rgba(149, 27, 129, 0) 70%);
    background: -o-linear-gradient(left, #951b81 15%, rgba(149, 27, 129, 0) 70%);
    background: linear-gradient(to right, #951b81 15%, rgba(149, 27, 129, 0) 70%)
}

.cmp__voordeel_icon-resdev #Layer_2 path {
    fill: #951b81
}

.btn-resdev,
.btn__resdev,
.btn__specialisatie-resdev {
    color: #FFF;
    background-color: #951b81;
    border: 2px solid #951b81
}

.btn-resdev:hover,
.btn__resdev:hover,
.btn__specialisatie-resdev:hover {
    color: #951b81;
    background-color: #FFF;
    border: 2px solid #951b81
}

.cmp__software {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px
}

.cmp__software_header_title {
    margin-bottom: 10px
}

.btn-standaardisatie,
.cmp__quote_author-standaardisatie,
.cmp__quote_quote-standaardisatie,
.cmp__specialisatie__quote-standaardisatie,
.main__page_block-standaardisatie,
.specialisatie__color-standaardisatie,
.specialisatie__text_under_hero-standaardisatie {
    color: #FFF
}

.specialisatie__backgroundcolor-standaardisatie,
.specialisatie__quote-standaardisatie,
.specialisatie__text_under_hero-standaardisatie {
    background-color: #eb0029
}

.cmp__asec__hero-gradient-standaardisatie .asec__hero-gradient {
    background: #eb0029;
    background: -webkit-linear-gradient(legacy-direction(to right), #eb0029 15%, rgba(235, 0, 41, 0) 70%);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #eb0029), color-stop(70%, rgba(235, 0, 41, 0)));
    background: -webkit-linear-gradient(left, #eb0029 15%, rgba(235, 0, 41, 0) 70%);
    background: -o-linear-gradient(left, #eb0029 15%, rgba(235, 0, 41, 0) 70%);
    background: linear-gradient(to right, #eb0029 15%, rgba(235, 0, 41, 0) 70%)
}

.cmp__voordeel_icon-standaardisatie #Layer_2 path {
    fill: #eb0029
}

.btn-standaardisatie,
.btn__specialisatie-standaardisatie,
.btn__standaardisatie {
    background-color: #eb0029;
    border: 2px solid #eb0029
}

.btn-standaardisatie:hover,
.btn__specialisatie-standaardisatie:hover,
.btn__standaardisatie:hover {
    color: #eb0029;
    background-color: #FFF;
    border: 2px solid #eb0029
}

.home__hero .hero__content_body {
    font-size: 2rem;
    line-height: 3rem
}

.engineering__hero .asec__hero-body {
    padding-bottom: 0;
    padding-top: 0
}

.engineering__hero .asec__hero-body .hero__content_body {
    padding-top: 25px
}

.engineering__hero .cmp__illustration-l {
    top: 0px;
    left: 100px
}

.engineering__hero .cmp__illustration-l img {
    width: 300px
}

.engineering__hero .card__blog_media-img,
.engineering__hero .card__singleblog_media-img,
.engineering__hero .object-fit {
    height: 400px
}

.engineering__hero .hero__content_body {
    font-size: 1.3rem;
    line-height: 2.2rem
}

.engineering__hero .hero__content_body_header {
    margin-bottom: 20px
}

.ondersteuning__hero .asec__hero-body {
    padding-bottom: 0;
    padding-top: 0
}

.ondersteuning__hero .cmp__illustration-l {
    top: 170px;
    left: 235px
}

@media (max-width:992px) {
    .ondersteuning__hero .cmp__illustration-l {
        top: 50px;
        left: 25px
    }
}

.ondersteuning__hero .cmp__illustration-l img {
    width: 300px
}

.ondersteuning__hero .hero__content_body {
    font-size: 1.3rem;
    line-height: 2.2rem
}

.ondersteuning__hero .hero__content_body_header {
    margin-bottom: 20px
}

.card__specialisatie_image .card__blog_media-img,
.card__specialisatie_image .card__singleblog_media-img,
.card__specialisatie_image .object-fit {
    max-height: 90px
}

.specialisatie__overzicht_intro {
    margin-bottom: 100px
}

.home__hero_3 .asec__hero-body {
    padding-bottom: 50px;
    padding-top: 50px
}

.home__hero .hero__content__body_title {
    font-size: 3.5rem
}

.home__hero .cmp__illustration-l {
    top: 0px
}

.home__hero .cmp__illustration-l img {
    width: 600px
}

.specialisatie__text_under_hero,
.specialisatie__text_under_hero-configuratie,
.specialisatie__text_under_hero-mbd,
.specialisatie__text_under_hero-mbe,
.specialisatie__text_under_hero-resdev,
.specialisatie__text_under_hero-standaardisatie,
.text_under_hero,
.text_under_hero-blue {
    padding-top: 50px;
    padding-bottom: 50px
}

.specialisatie__text_under_hero-configuratie img,
.specialisatie__text_under_hero-mbd img,
.specialisatie__text_under_hero-mbe img,
.specialisatie__text_under_hero-resdev img,
.specialisatie__text_under_hero-standaardisatie img,
.specialisatie__text_under_hero img,
.text_under_hero-blue img,
.text_under_hero img {
    opacity: 0.3;
    z-index: 0
}

.specialisatie__text_under_hero-configuratie .cmp__illustration-l,
.specialisatie__text_under_hero-mbd .cmp__illustration-l,
.specialisatie__text_under_hero-mbe .cmp__illustration-l,
.specialisatie__text_under_hero-resdev .cmp__illustration-l,
.specialisatie__text_under_hero-standaardisatie .cmp__illustration-l,
.specialisatie__text_under_hero .cmp__illustration-l,
.text_under_hero-blue .cmp__illustration-l,
.text_under_hero .cmp__illustration-l {
    top: 70px;
    left: -200px
}

.specialisatie__text_under_hero-configuratie .cmp__illustration-r,
.specialisatie__text_under_hero-mbd .cmp__illustration-r,
.specialisatie__text_under_hero-mbe .cmp__illustration-r,
.specialisatie__text_under_hero-resdev .cmp__illustration-r,
.specialisatie__text_under_hero-standaardisatie .cmp__illustration-r,
.specialisatie__text_under_hero .cmp__illustration-r,
.text_under_hero-blue .cmp__illustration-r,
.text_under_hero .cmp__illustration-r {
    top: 70px;
    right: -200px
}

.cmp__textunderhero,
.cmp__textunderhero-configuratie,
.cmp__textunderhero-mbd,
.cmp__textunderhero-mbe,
.cmp__textunderhero-resdev,
.cmp__textunderhero-standaardisatie,
.textunderhero {
    position: relative;
    z-index: 11;
    font-weight: 400
}

.cmp__textunderhero_header,
.cmp__textunderhero_header-configuratie,
.cmp__textunderhero_header-mbd,
.cmp__textunderhero_header-mbe,
.cmp__textunderhero_header-resdev,
.cmp__textunderhero_header-standaardisatie,
.textunderhero_header {
    margin-bottom: 0px
}

.cmp__textunderhero_text,
.cmp__textunderhero_text-configuratie,
.cmp__textunderhero_text-mbd,
.cmp__textunderhero_text-mbe,
.cmp__textunderhero_text-resdev,
.cmp__textunderhero_text-standaardisatie,
.textunderhero_text {
    margin-bottom: 35px
}

.cmp__textunderhero_text-configuratie p,
.cmp__textunderhero_text-mbd p,
.cmp__textunderhero_text-mbe p,
.cmp__textunderhero_text-resdev p,
.cmp__textunderhero_text-standaardisatie p,
.cmp__textunderhero_text p,
.textunderhero_text p {
    font-weight: 400
}

.specialisatie__overzicht_intro p {
    font-weight: 400
}

.specialisatie__overzicht_intro .cmp__basic {
    position: relative;
    z-index: 11
}

.specialisatie__overzicht_intro img {
    opacity: 0.3;
    z-index: 0
}

.specialisatie__overzicht_intro .cmp__illustration-l {
    top: 70px;
    left: -200px
}

.specialisatie__overzicht_intro .cmp__illustration-r {
    top: 70px;
    right: -200px
}

.support p {
    font-weight: 600
}

.over__tfh_hero .cmp__illustration-l {
    bottom: -50px;
    left: -70px
}

.over__tfh_hero .cmp__illustration-l img {
    width: 600px
}

.over__tfh_hero h2.hero__content__body_title {
    font-weight: bold
}

.over__tfh_hero .hero__content__body_title {
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 0
}

.over__tfh_hero .asec__hero-body {
    padding-top: 300px;
    padding-bottom: 70px
}

.over__ons_voordelen_illustration_container .cmp__illustration-l {
    top: 500px;
    left: -300px
}

.over__ons_voordelen_illustration_container .cmp__illustration-l img {
    width: 800px;
    opacity: 0.3
}

.over__ons_voordelen_illustration_container .cmp__illustration-r {
    bottom: 70px;
    right: -200px
}

.over__ons_voordelen_illustration_container .cmp__illustration-r img {
    width: 500px
}

.text_under_hero-blue {
    padding-top: 0
}

.text_under_hero-blue .cmp__textunderhero_header,
.text_under_hero-blue .cmp__textunderhero_header-configuratie,
.text_under_hero-blue .cmp__textunderhero_header-mbd,
.text_under_hero-blue .cmp__textunderhero_header-mbe,
.text_under_hero-blue .cmp__textunderhero_header-resdev,
.text_under_hero-blue .cmp__textunderhero_header-standaardisatie {
    margin-top: 50px
}

.text_under_hero-blue .cmp__textunderhero_icon #Layer_1 circle,
.text_under_hero-blue .cmp__textunderhero_icon #Layer_1 path {
    fill: #005ca9
}

.text_under_hero-blue .cmp__textunderhero_icon #Layer_2 circle {
    fill: #FFF
}

.over_ons__cta .cmp__illustration-l {
    bottom: -50px;
    left: -100px
}

.over_ons__cta .cmp__illustration-l img {
    width: 500px
}

.over_ons__cta .specialisatie__cta_body,
.over_ons__cta .specialisatie__cta_body-configuratie,
.over_ons__cta .specialisatie__cta_body-mbd,
.over_ons__cta .specialisatie__cta_body-mbe,
.over_ons__cta .specialisatie__cta_body-resdev,
.over_ons__cta .specialisatie__cta_body-standaardisatie {
    position: relative;
    z-index: 11
}

.page__blog {
    padding-top: 70px;
    background-color: #E5EFF6
}

.blog__pagination {
    margin-top: 35px;
    padding-bottom: 70px
}

.aside__widget {
    background-color: #E5EFF6
}

.aside__widget h5 {
    margin-bottom: 10px
}

.aside__widget .widget__header {
    margin-bottom: -25px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #005ca9
}

.aside__widget .widget__header-title {
    color: #fff
}

.aside__widget .widget__content {
    padding: 25px
}

.aside__widget li a {
    color: #005ca9
}

.contact__hero .hero__content__body_title {
    line-height: 3rem;
    font-size: 4rem
}

.contact__hero .cmp__illustration-l {
    bottom: 50px;
    left: -150px
}

.contact__hero .cmp__illustration-l img {
    width: 600px
}

.contact__hero .hero__content_icon svg {
    width: 120px;
    height: 120px
}

.contact__hero .hero__content_icon #Layer_1 #Layer_1_1_ circle {
    fill: transparent
}

.contact__contactformulier .cmp__illustration-r {
    top: 0;
    right: -150px
}

.contact__contactformulier .cmp__illustration-r img {
    opacity: 0.3;
    width: 600px
}

.contact__cta {
    padding-top: 120px;
    padding-bottom: 120px
}

.contact__cta .cmp__illustration-l {
    top: 0;
    left: -100px
}

.contact__cta .cmp__illustration-l img {
    opacity: 0.3;
    width: 800px
}

.card__contact {
    margin-bottom: 25px
}

.card__contact_cta {
    padding: 35px 25px;
    height: 100%
}

.card__contact_cta_header_title {
    margin: 0;
    font-weight: 600
}

.card__contact_cta_footer {
    font-size: 0.9rem
}

.card__contact_cta_footer .btn__secondary {
    font-size: 0.9rem
}

.contact__cta_link {
    font-weight: bold
}

.contact__cta_link:hover {
    color: #323232
}

.contact__formulier_content_formulier .btn__contact,
.contact__formulier_content_formulier .btn__primary {
    padding: 5px 15px
}

.g__sw__mobilehamburger {
    position: fixed;
    right: 10px;
    top: 15px;
    z-index: 99
}

.g__sw__mobilehamburger button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 23px;
    line-height: 27px;
    color: rgba(2, 33, 48, 0.9);
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid transparent
}

@media (min-width:992px) {
    .g__sw__mobilehamburger {
        display: none
    }
}

@media (max-width:600px) {
    body.admin-bar .g__sw__mobilehamburger {
        top: 58px
    }
}

@media (max-width:992px) {
    .site__header_nav {
        display: none
    }
}

@media (max-width:992px) {
    .site__header_nav.show {
        display: block
    }
}

.theme__brand .logo {
    max-width: 200px
}

.theme__header {
    position: fixed;
    padding-top: 1em;
    padding-bottom: 0.9em;
    background-color: white;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #eee
}

@media (max-width:992px) {
    .theme__header {
        padding-top: 4em
    }
}

.site__header_nav-contact ul,
.site__header_nav ul,
.site__header_subnav ul {
    margin-bottom: 0px;
    line-height: 1.8rem
}

.site__header_nav-contact li,
.site__header_nav li,
.site__header_subnav li {
    color: rgba(59, 53, 53, 0.5);
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.site__header_nav-contact li a,
.site__header_nav li a,
.site__header_subnav li a {
    font-weight: 400
}

.site__header_nav-contact li a:hover,
.site__header_nav li a:hover,
.site__header_subnav li a:hover {
    color: #005ca9
}

@media (min-width:992px) {

    .site__header_nav-contact li,
    .site__header_nav li,
    .site__header_subnav li {
        display: inline;
        border: 1px solid transparent;
        margin-left: 5px;
        margin-right: 5px;
        padding-bottom: 27px;
        position: relative;
        z-index: 99
    }

    .site__header_nav-contact li:hover,
    .site__header_nav li:hover,
    .site__header_subnav li:hover {
        border-bottom: 4px solid #005ca9
    }
}

.site__header_nav-contact a,
.site__header_nav a,
.site__header_subnav a {
    color: #3B3535
}

.sub-menu {
    display: block;
    padding-left: 0
}

.sub-menu li {
    border-bottom: 1px transparent;
    padding-bottom: 5px
}

@media (min-width:992px) {
    .sub-menu {
        display: none
    }

    li.menu-item-has-children:hover {
        border-bottom: 4px solid transparent
    }

    li.menu-item-has-children:hover .sub-menu {
        display: block;
        position: absolute;
        z-index: 100;
        width: 250px;
        text-align: left;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 4px solid #005ca9;
        padding-top: 40px
    }

    li.menu-item-has-children:hover .sub-menu li {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid transparent;
        display: block
    }

    li.menu-item-has-children:hover .sub-menu li a:hover {
        color: #005ca9
    }
}

/* .site__header_nav,
.site__header_subnav {
    text-align: right
} */

@media (max-width:992px) {

    .site__header_nav,
    .site__header_subnav {
        text-align: left
    }
}

.site__header_nav-contact {
    text-align: right
}

.site__header_nav-contact a {
    color: #fff
}

.site__header_subnav li {
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-size: 0.82rem
}

.site__header_subnav li:after {
    padding-left: 5px;
    content: '|'
}

.site__header_subnav li:last-child:after {
    content: ''
}

li.current-menu-item,
li.current-page-ancestor,
li.current_page_parent {
    border-bottom: 4px solid #005ca9
}

li li.current-menu-item {
    border: 0
}

li li.current-menu-item a {
    color: #005ca9
}

main {
    padding-top: 85px
}

@media (max-width:992px) {
    .hide__on_mobile {
        display: none
    }
}

@media (max-width:992px) {

    .card__contact_cta_body_text,
    .card__member_text,
    .card__specialisatie_body,
    .cmp__cta_body,
    .cmp__quote_text,
    .cmp__slider_text_text,
    .cmp__slider_text_text-configuratie,
    .cmp__slider_text_text-mbd,
    .cmp__slider_text_text-mbe,
    .cmp__slider_text_text-resdev,
    .cmp__slider_text_text-standaardisatie,
    .cmp__textblock_text,
    .cmp__textunderhero_text,
    .cmp__textunderhero_text-configuratie,
    .cmp__textunderhero_text-mbd,
    .cmp__textunderhero_text-mbe,
    .cmp__textunderhero_text-resdev,
    .cmp__textunderhero_text-standaardisatie,
    .cmp__voordeel_text,
    .line-height__mobile,
    .specialisatie__overzicht_intro .cmp__basic_text,
    .textunderhero_text {
        line-height: 1.5rem
    }
}

.main__contentblock {
    margin-bottom: 70px
}

@media (min-width:600px) {
    .main__contentblock {
        margin-bottom: 120px
    }
}

.cmp__basic {
    padding-top: 60px;
    padding-bottom: 60px
}

.background-color__primary,
.contact__cta,
.main__page_block-blue,
.text_under_hero-blue {
    background-color: #005ca9
}

.background-color__secondary,
.card__contact_cta {
    background-color: #FFF
}

.color__secondary,
.text_under_hero-blue {
    color: #FFF
}

.cmp__slider_text_header,
.cmp__slider_text_header-configuratie,
.cmp__slider_text_header-mbd,
.cmp__slider_text_header-mbe,
.cmp__slider_text_header-resdev,
.cmp__slider_text_header-standaardisatie,
.color-primary,
.contact__cta_link {
    color: #83b4ca
}

.card__contact_cta,
.cmp__voordelen_footer,
.contact__formulier_content,
.contact__formulier_content_formulier,
.z-index11 {
    position: relative;
    z-index: 11
}

.footer__widget_header h5 {
    margin-bottom: 15px;
    font-weight: bold
}

.footer__widget_body a {
    color: inherit
}

.footer__list_naw {
    display: block
}

.footer__list_naw li {
    display: block;
}

.footer__logo {
    margin-bottom: 30px;
    margin-top: 30px
}

.footer__logo img {
    max-height: 100px;
}

.footer__widget_body svg {
    height: 35px
}

.footer__widget_body svg #Layer_1_1_ circle,
.footer__widget_body svg #Layer_2 circle {
    fill: rgba(59, 53, 53, 0.8)
}

.theme__footer {
    color: rgba(59, 53, 53, 0.8)
}

.footer__social_icon {
    padding-left: 5px;
    padding-right: 5px
}

.footer__kvkbtw {
    margin-top: 35px
}

.footer__copyright {
    margin-top: 20px;
    font-size: 0.8rem
}


@media (min-width: 992px) {
    .site__header_nav-contact li, .site__header_nav li, .site__header_subnav li {
        z-index: auto !important;
    }
    }


.is-style-strepen,
.is-style-strepen-hexagon-links,
.is-style-strepen-hexagon-rechts {
	background-image: url(https://www.tfhtechnicalservices.nl/wp-content/themes/tfh/assets/images/pattern.png);
	min-height: 40px;
	text-align: center;
}

.is-style-strepen h2,
.is-style-strepen-hexagon-links h2,
.is-style-strepen-hexagon-rechts h2 {
	background: #fff;
	display: inline-block;
	font-weight: 600;
	min-width: 200px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 10px 15px;
}

.is-style-strepen-hexagon-links,
.is-style-strepen-hexagon-rechts {
	position: relative;
}

.is-style-strepen-hexagon-links {
	margin-top: 60px;
	margin-bottom: 52px;
}

.is-style-strepen-hexagon-rechts {
	margin-top: 89px;
	margin-bottom: 54px;
}

.is-style-strepen-hexagon-links:before,
.is-style-strepen-hexagon-rechts:before {
	content:'';
	position: absolute;
	z-index:-1;
	-webkit-mask-size: cover;
	mask-size: cover;
	display: inline-block;
	background-color: currentcolor;
	width: 394.939px;
	height: 238.939px;
}

.is-style-strepen-hexagon-links:before {
	top: -60px;
	left: -150px;
	-webkit-mask: url('https://www.tfhtechnicalservices.nl/wp-content/themes/tfh/assets/images/hexagon-links.svg') no-repeat 50% 50%;
	mask: url('https://www.tfhtechnicalservices.nl/wp-content/themes/tfh/assets/images/hexagon-links.svg') no-repeat 50% 50%;

}

.is-style-strepen-hexagon-rechts:before {
	top: -145px;
	right: -160px;
	-webkit-mask: url('https://www.tfhtechnicalservices.nl/wp-content/themes/tfh/assets/images/hexagon-rechts.svg') no-repeat 50% 50%;
	mask: url('https://www.tfhtechnicalservices.nl/wp-content/themes/tfh/assets/images/hexagon-rechts.svg') no-repeat 50% 50%;
}

.is-style-strepen-hexagon-links h2,
.is-style-strepen-hexagon-rechts h2 {
	color: #3B3535;
}

:root {
    --zwart: #000;
    --wit: #fff;
    --paars: #951b81;
    --rood: #eb0029;
    --oranje: #ef7d00;
    --geel: #ffcc00;
    --groen: #76b82a;
    --blauw: #83b4ca;
}



.has-zwart-background-color {
    background-color: var(--zwart);
}
.has-zwart-color, .has-zwart-border-color {
    color: var(--zwart);
}

.has-wit-background-color {
    background-color: var(--wit);
}
.has-wit-color, .has-wit-border-color {
    color: var(--wit);
}

.has-paars-background-color {
    background-color: var(--paars);
}
.has-paars-color, .has-paars-border-color {
    color: var(--paars);
}

.has-rood-background-color {
    background-color: var(--rood);
}
.has-rood-color, .has-rood-border-color {
    color: var(--rood);
}

.has-oranje-background-color {
    background-color: var(--oranje);
}
.has-oranje-color, .has-oranje-border-color {
    color: var(--oranje);
}

.has-geel-background-color {
    background-color: var(--geel);
}
.has-geel-color, .has-geel-border-color {
    color: var(--geel);
}

.has-groen-background-color {
    background-color: var(--groen);
}
.has-groen-color, .has-groen-border-color {
    color: var(--groen);
}

.has-blauw-background-color {
    background-color: var(--blauw);
}
.has-blauw-color, .has-blauw-border-color {
    color: var(--blauw);
}