/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

/* ---------------------------------------------
             GENERAL STYLING
-----------------------------------------------*/
.row-display-flex,
.vc_row.row-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vc_row.wpb_row.row-display-flex:before,
.vc_row.wpb_row.row-display-flex:after {
    display: none;
}

.vc_row.row-width-auto>.wpb_column {
    width: auto;
}

.vc_row.justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vc_row.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_row.justify-flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc_row.justify-flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vc_row.justify-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.vc_row.align-items-space-between {
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -moz-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.vc_row.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_row.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.align-items-flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc_row.align-items-flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-flex-wrapper.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_row.row-z-index {
    position: relative;
    z-index: 1;
}

.col-auto.wpb_column {
    width: auto;
}

.col-auto.wpb_column:last-child {
    margin-left: auto;
}

.col-auto.wpb_column:first-child {
    margin-right: auto;
}


[class*=is__hidden] {
    display: none !important;
}

[class*=visibility__hidden] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.vc_row[data-vc-full-width].overflow-visible {
    overflow: visible;
}

.vc_section.vc_section-has-fill {
    padding: 0;
}


/* text color white */
.text-white * {
    color: var(--white);
}

/* text align center */
.text-center .text-subtitle {
    display: block;
}

.text-center .text-subtitle,
.text-center * {
    text-align: center;
}

/* text-subtitle */
.text-subtitle {
    font-size: var(--text-md);
}

/* column-link */
.col-content-column-link {
    cursor: pointer;
}

/* custom title and subtitle */
.text-column-title.custom-title-content .text-subtitle {
    display: inline-block;
    margin-bottom: 4px;
}

.text-column-title.custom-title-content h2 {
    line-height: var(--lineheight-xxxs);
}

/*
    background position image bottom 
*/
.vc_row.background-position-bottom,
.vc_row.row-ontdek-je-expertise.vc_row-has-fill,
.vc_row.row-producten.vc_row-has-fill {
    background-position: bottom;
}

/*
    background position image top
*/
.vc_row.row-filter-vacature-section-top.vc_row-has-fill,
.vc_row.row-workflow.vc_row-has-fill {
    background-position: top;
}


/*
    wh customer review
    wh werkbedrijven
*/
.customer-reviews,
.werkbedrijven-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -20px;
}

.wrapper-customer-review-item,
.wrapper-werkbedrijven-item {
    padding: 20px;
}

.customer-review-item,
.werkbedrijven-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: var(--rounded-lg);
    -moz-border-radius: var(--rounded-lg);
    border-radius: var(--rounded-lg);
    -webkit-box-shadow: var(--shadow-rating);
    -moz-box-shadow: var(--shadow-rating);
    box-shadow: var(--shadow-rating);
    max-width: 680px;
    background-color: var(--white);
}

.image-customer-wrapper .no-image,
.image-werkbedrijven-wrapper .no-image {
    width: 100%;
    height: 100%;
    background-color: var(--gray);
}

.content-review .review,
.content-werkbedrijven .content {
    line-height: var(--lineheight);
}

.content-review .customer-name,
.content-werkbedrijven .heading-title {
    font-size: var(--text-md);
    font-weight: 900;
    color: var(--black-doff);
}


/* 
    Layout Ontdek Je Expertise
    Layout Het sollicitatieproces
    Layout Content categorieen image cta
*/
.vc_row.row-ontdek-je-expertise-listing,
.vc_row.row-content-het-solicitatieproces,
.vc_row.row-content-categorieen-image-cta {
    margin: -10px -20px;
}

.vc_row.row-ontdek-je-expertise-listing>.wpb_column>.vc_column-inner,
.vc_row.row-content-het-solicitatieproces>.wpb_column>.vc_column-inner,
.vc_row.row-content-categorieen-image-cta>.wpb_column>.vc_column-inner {
    padding: 10px 20px;
}



/* is thankyou page */
.page-template-template-page-corporate.is-thankyou-page .site-header .navbar-header {
    display: none;
}


/* --------------------- Elemen WP Bakery ------------------------------------------------ */

/* ---------------------------------------------
             WH Logo Label
-----------------------------------------------*/
.logo-groups {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.logo-groups .logo-group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.logo-groups .logo-group-item:not(:last-child) {
    margin-right: 22px;
}

.logo-groups .image-logo-group {
    width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}



/* ---------------------------------------------
             VC TTA Panel FAQ
-----------------------------------------------*/
.vc_tta.vc_general .vc_tta-panel:not(:last-child) {
    margin-bottom: 8px;
}

div.vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 34px 32px 34px 33px;
}

div.vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0px 32px 34px 33px;
}

div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding-right: 32px;
}

div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 32px;
}

.vc_tta-panel .vc_tta-panel-title span {
    display: inline-block;
    color: var(--black);
    font-weight: 900;
    line-height: var(--lineheight-l);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}

.vc_tta-panel.vc_active .vc_tta-panel-body p {
    line-height: var(--lineheight);
}

.vc_tta-panel.vc_active .vc_tta-panel-title span,
.vc_tta-panel.vc_active .vc_tta-panel-body,
div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover span {
    color: var(--white);
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: var(--blue-soft);
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    background: var(--blue);
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background: var(--blue);
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:before,
.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:after {
    border: none;
}

.vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title>a[href*="#"] .vc_tta-controls-icon:before,
.vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title>a[href*="#"] .vc_tta-controls-icon:after {
    background-color: var(--green);
}

.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a[href*="#"] .vc_tta-controls-icon:before,
.vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a[href*="#"] .vc_tta-controls-icon:after {
    background-color: var(--orange);
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a[href*="#"] .vc_tta-controls-icon:before {
    -webkit-transform: rotate(90deg) translate3d(0, -8px, 0);
    -moz-transform: rotate(90deg) translate3d(0, -8px, 0);
    -ms-transform: rotate(90deg) translate3d(0, -8px, 0);
    -o-transform: rotate(90deg) translate3d(0, -8px, 0);
    transform: rotate(90deg) translate3d(0, -8px, 0);
}

.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:before,
.vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a .vc_tta-controls-icon:after {
    content: '';
    display: block;
    position: static;
    width: 17px;
    height: 3px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}

.vc_tta .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading *,
.vc_tta .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
}

.vc_tta .vc_tta-panels .vc_tta-panel {
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    overflow: hidden;
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-body {
    opacity: 0;
    visibility: hidden;
    height: auto;
    position: absolute;
}

div.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}


/* ---------------------------------------------
             WH Customer Review
-----------------------------------------------*/
.image-customer-wrapper img,
.image-customer-wrapper div {
    -webkit-border-radius: var(--rounded-full);
    -moz-border-radius: var(--rounded-full);
    border-radius: var(--rounded-full);
}

.content-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-review .customer-name {
    line-height: var(--lineheight-xl);
}

.icon-review {
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-top: 3px;
}

.star-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.star-rating li {
    width: 12px;
    height: 12px;
    margin: 0;
    font-size: 0;
}

.star-rating li:not(:last-child) {
    margin-right: 6.46px;
}

.star-rating li.full {
    background: url(/wp-content/uploads/2023/03/rating-full-star-whello.svg) center/contain no-repeat;
}

.star-rating li.half {
    background: url(/wp-content/uploads/2023/03/ratinf-star-half-whello.png) center/contain no-repeat;
}

.star-rating li.blank {
    background: url(/wp-content/uploads/2023/03/rating-empty-star-whello.svg) center/contain no-repeat;
}

/* review type slider */
.customer-review-wrapper.type-review--slider .slick-slider .slick-arrow {
    top: 50%;
}

.wrapper-customer-review-item.slick-slide {
    opacity: 0.5;
}

.wrapper-customer-review-item.slick-slide.slick-active {
    opacity: 1;
}

.content-werkbedrijven-wrapp .content>p,
.content-review-wrapp .review>p {
    padding-right: 4px;
    -webkit-line-clamp: 4;
    overflow-y: auto;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.review p::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.review p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

/* Handle */
.review p::-webkit-scrollbar-thumb {
    -webkit-border-radius: var(--rounded);
    border-radius: var(--rounded);
    background: var(--orange);
}

.review p::-webkit-scrollbar-thumb:window-inactive {
    background: var(--orange);
}

.customer-review-wrapper.type-review--listing .customer-reviews .customer-review-item,
.customer-review-wrapper.type-review--slider .customer-review-item {
    height: 100%;
}


/* ---------------------------------------------
             WH Partner Logo
-----------------------------------------------*/
.partner-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.partner-logo-item img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.partner-logo-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
}

.partner-logo-item .image-logo-group {
    height: auto;
}

.partner-logo-item .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner-logo-item img:hover {
    -webkit-filter: invert(51%) sepia(64%) saturate(6548%) hue-rotate(355deg) brightness(104%) contrast(104%);
    filter: invert(51%) sepia(64%) saturate(6548%) hue-rotate(355deg) brightness(104%) contrast(104%);
}

.type-partner-logo--slider .slick-slider .slick-arrow {
    width: 12px;
    height: 17px;
    background: rgba(0, 0, 0, 0) center/17px 12px no-repeat;
}

.type-partner-logo--slider .slick-slider .slick-next.slick-arrow,
.type-partner-logo--slider .slick-slider .slick-prev.slick-arrow {
    background-image: url(/wp-content/uploads/2023/03/arrow-black-partner-logo-slider.svg);
    padding: 0;
}

.type-partner-logo--slider .slick-slider .slick-prev.slick-arrow {
    left: 8px;
}

.type-partner-logo--slider .slick-slider .slick-next.slick-arrow {
    right: 8px;
}


/* ---------------------------------------------
             WH Bullet List Image
-----------------------------------------------*/
.text-column-list .heading-list {
    font-size: var(--text-md);
    font-weight: 700;
    line-height: var(--lineheight-xl);
    margin-bottom: 8px;
}

.text-column-list ul {
    list-style-type: none;
    padding-left: 0;
}

.text-column-list ul li {
    position: relative;
    padding-left: -webkit-calc(24px + 12px);
    padding-left: -moz-calc(24px + 12px);
    padding-left: calc(24px + 12px);
    line-height: var(--lineheight);
}

.text-column-list ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0) center/24px 24px no-repeat;
}

.text-column-list li+li {
    margin-top: 16px;
}


/* ---------------------------------------------
             WH Werkbedrijven
-----------------------------------------------*/
.image-werkbedrijven-wrapper img,
.image-werkbedrijven-wrapper div {
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
}

.content-werkbedrijven .heading-title {
    line-height: var(--lineheight-sm);
}


/* ---------------------------------------------
        WH Gallery Grid & Slider
---------------------------------------------- */
/* WH GALLERY */
.wg-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.wg-wrapper .wg-item {
    width: 100%;
}

.wg-wrapper.wg-col-10 .wg-item {
    width: 10%;
}

.wg-wrapper.wg-col-9 .wg-item {
    width: 11.111%;
}

.wg-wrapper.wg-col-8 .wg-item {
    width: 12.5%;
}

.wg-wrapper.wg-col-7 .wg-item {
    width: 14.285%;
}

.wg-wrapper.wg-col-6 .wg-item {
    width: 16.667%;
}

.wg-wrapper.wg-col-5 .wg-item {
    width: 20%;
}

.wg-wrapper.wg-col-4 .wg-item {
    width: 25%;
}

.wg-wrapper.wg-col-3 .wg-item {
    width: 33.333%;
}

.wg-wrapper.wg-col-2 .wg-item {
    width: 50%;
}

.wg-wrapper.wg-col-1 .wg-item {
    width: 100%;

}

.wg-wrapper .wg-item--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*
    styling gallery grid
    grid and slider
*/
.wg-wrapper.wg-type-grid.with-gap .wg-item--wrapper img,
.wg-wrapper.wg-type-grid_and_slider.with-gap .wg-item--wrapper img {
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
}

.wg-wrapper.wg-type-grid.with-gap,
.wg-wrapper.wg-type-grid_and_slider.with-gap {
    margin: -20px;
}

.wg-wrapper.wg-type-grid.with-gap .wg-item,
.wg-wrapper.wg-type-grid_and_slider.with-gap .wg-item {
    padding: 20px;
}

.wg-wrapper.wg-type-slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.wg-wrapper.slick-slider.wg-col-1 .wg-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.wg-wrapper.slick-slider .slick-prev.slick-arrow {
    left: -38px;
}

.wg-wrapper.slick-slider .slick-next.slick-arrow {
    right: -38px;
}

/* full width row gallery grid and slider */
.vc_row.vc_row-no-padding .wg-wrapper.width-fit-container.wg-type-grid,
.vc_row.vc_row-no-padding .wg-wrapper.width-fit-container {
    max-width: 1920px;
    margin: 0 auto;
}

.vc_row.vc_row-no-padding .wg-wrapper .slick-list {
    margin: 0 auto;
}

.vc_row.vc_row-no-padding .wg-wrapper.wg-type-grid.width-fit-container.with-gap {
    width: -webkit-calc(-webkit-calc(100% - 128px) + 40px);
    width: -moz-calc(-moz-calc(100% - 128px) + 40px);
    width: calc(calc(100% - 128px) + 40px);
}

.vc_row.vc_row-no-padding .wg-wrapper.slick-slider .slick-prev.slick-arrow {
    left: 25px;
}

.vc_row.vc_row-no-padding .wg-wrapper.slick-slider .slick-next.slick-arrow {
    right: 25px;
}


/* ---------------------------------------------
               WH Icon Text
------------------------------------------------*/
.icon-text-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-text-wrapper:not(:last-child) {
    margin: 0 16px 16px 0;
}

.icon-text-wrapper .col-icontext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-text-wrapper.icon-size--small .col-icontext {
    width: 18px;
    height: 18px;
}

.icon-text-wrapper.icon-size--medium .col-icontext {
    width: 40px;
    height: 40px;
}

.icon-text-wrapper.icon-size--large .col-icontext {
    width: 80px;
    height: 80px;
}

.icon-text-wrapper.icon-size--small .col-icontext img {
    -o-object-fit: contain;
    object-fit: contain;
}

.icon-text-wrapper .col-content-icontext {
    padding-left: 8px;
}

.icon-text-wrapper.icon-position--right .col-content-icontext {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-left: 0;
    padding-right: 16px;
}

.icon-text-wrapper .col-content-icontext p {
    margin: 0;
}

.icon-text-wrapper.alignment--left,
.icon-text-wrapper.alignment--center,
.icon-text-wrapper.alignment--right {
    width: 100%;
}

.icon-text-wrapper.alignment--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-text-wrapper.alignment--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon-text-wrapper.alignment--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


/* ---------------------------------------------
               WH STYLE PLYR JS
------------------------------------------------*/
.plyr-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.plyr,
.plyr-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    -webkit-border-radius: var(--rounded-lg);
    -moz-border-radius: var(--rounded-lg);
    border-radius: var(--rounded-lg);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    cursor: pointer;
}

.plyr .plyr__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto !important;
}

.plyr .plyr__video-wrapper .plyr__video-embed__container.plyr__video-embed__container {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.plyr .plyr__poster {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.plyr.plyr__poster-enabled.plyr--paused .plyr__poster,
.plyr.plyr__poster-enabled.plyr--playing .plyr__poster {
    opacity: 0;
}

.plyr.plyr__poster-enabled .plyr__poster,
.plyr.plyr__poster-enabled.plyr--paused.plyr--stopped .plyr__poster {
    opacity: 1;
}

.plyr.plyr--video .plyr__controls {
    opacity: 0;
}

.plyr.plyr--video.plyr--playing .plyr__controls {
    opacity: 1;
}

.plyr.plyr--video>.plyr__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 4px solid var(--white);
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.plyr.plyr--video:hover>.plyr__control {
    background-color: var(--white);
}

.plyr.plyr--video>.plyr__control>svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
    margin: auto;
}

.plyr.plyr--video:hover>.plyr__control>svg {
    fill: var(--salmon);
}

.plyr.plyr--video input[type=range] {
    color: var(--salmon);
}

.video-player-popup {
    width: 100%;
    height: 600px;
    background: #f5f5f5 center/cover no-repeat;
    cursor: pointer;
}


/* --------------------- Styling row section / layout --------------------------------------- */

/* -----------------------------------------------
           Styling Layout USP BAR
-------------------------------------------------*/
.vc_row.row-usp-bar {
    -webkit-box-shadow: var(--shadow-usp-bar);
    -moz-box-shadow: var(--shadow-usp-bar);
    box-shadow: var(--shadow-usp-bar);
    background-color: var(--white);
    z-index: 2;
}

.vc_row.row-usp-bar .wpb_wrapper img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.vc_row.row-usp-bar .vc_row.wpb_row>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* -----------------------------------------------
        Styling Layout Het sollicitatieproces
-------------------------------------------------*/
.row-content-het-solicitatieproces {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row-content-het-solicitatieproces>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-content-het-solicitatieproces>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_single_image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-content-het-solicitatieproces>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_single_image img {
    max-width: 100px;
    max-height: 80px;
}

.row-content-het-solicitatieproces strong {
    font-size: var(--text-md);
    font-weight: 900;
    line-height: var(--lineheight-xs);
}

.row-content-het-solicitatieproces p+p {
    margin-top: 8px;
    line-height: -webkit-calc(var(--lineheight) - 0.25);
    line-height: -moz-calc(var(--lineheight) - 0.25);
    line-height: calc(var(--lineheight) - 0.25);
}


/* -----------------------------------------------
       Styling Layout Categorieen Image CTA
-------------------------------------------------*/
.row-content-categorieen-image-cta .vc_single_image-wrapper {
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}


/* -----------------------------------------------
            Styling Layout Workflow
-------------------------------------------------*/
.vc_row.row-workflow-listing {
    margin-top: -81.5px;
}

.vc_row.row-workflow .wpb_text_column {
    margin: 0 auto;
    width: 100%;
    max-width: 942px;
}


/* ----------------------------------------------
        Styling Layout Image Card Contact
-------------------------------------------------*/
.col-image-card-contact>.vc_column-inner>.wpb_wrapper,
.row-image-card-contact>.wpb_column>.vc_column-inner>.wpb_wrapper {
    -webkit-box-shadow: var(--shadow-rating);
    -moz-box-shadow: var(--shadow-rating);
    box-shadow: var(--shadow-rating);
    -webkit-border-radius: var(--rounded-lg);
    -moz-border-radius: var(--rounded-lg);
    border-radius: var(--rounded-lg);
}

.row-image-card-contact-content img {
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
}

.col-list-contact-detail ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 32px;
}

.col-list-contact-detail h4,
.col-list-contact-detail h5,
.col-list-contact-detail h6 {
    margin-bottom: 0;
    line-height: -webkit-calc(var(--lineheight-xxxs) + 0.2);
    line-height: -moz-calc(var(--lineheight-xxxs) + 0.2);
    line-height: calc(var(--lineheight-xxxs) + 0.2);
}

.col-list-contact-detail li:nth-child(even) {
    margin-bottom: 15px;
}

.col-list-contact-detail li:last-child {
    margin-bottom: 0;
}

.col-list-contact-detail p {
    margin-top: 0;
    line-height: -webkit-calc(var(--lineheight-xxl) + 0.2);
    line-height: -moz-calc(var(--lineheight-xxl) + 0.2);
    line-height: calc(var(--lineheight-xxl) + 0.2);
}

.col-list-contact-detail li+li {
    margin-top: 0;
}

.col-list-contact-detail li a {
    display: block;
    -webkit-transition: all var(--duration);
    -o-transition: all var(--duration);
    -moz-transition: all var(--duration);
    transition: all var(--duration);
    line-height: var(--lineheight);
}

.col-list-contact-detail li a:hover {
    color: var(--orange);
}


/* ----------------------------------------------
        Styling Layout Collectie
-------------------------------------------------*/
.row-content-collectie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row-content-collectie>.wpb_column:nth-child(1) {
    color: var(--white);
    margin-right: auto;
}

.row-content-collectie>.wpb_column:nth-child(1) .wpb_text_column {
    line-height: var(--lineheight);
}

.row-content-collectie>.wpb_column:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    padding: 24px;
    background-color: var(--white);
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
    cursor: pointer;
}

.col-content-collectie-highlight>.wpb_column:nth-child(1) .vc_single_image-wrapper {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
}

.col-collectie-title h4,
.col-collectie-title h5,
.col-collectie-title h6 {
    margin-bottom: 0;
}

.col-collectie-title p {
    margin-top: 6px;
    line-height: var(--lineheight);
}

.col-collectie-review p:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-collectie-review p:nth-child(1)>em {
    font-size: -webkit-calc(var(--text-xs) - 2px);
    font-size: -moz-calc(var(--text-xs) - 2px);
    font-size: calc(var(--text-xs) - 2px);
    font-style: normal;
}

.col-collectie-review p:nth-child(1) img {
    width: 12.5px;
    height: 12px;
}

.col-collectie-review p+p {
    margin-top: 6px;
}

.col-collectie-review p:nth-child(1) img:not(:last-child) {
    margin-right: 6.46px;
}

.col-content-collectie-highlight .cta-whbutton img {
    width: 10px;
    height: 15px;
}


/* ---------------------------------------------
     Styling Layout Content Image and Text
----------------------------------------------*/
.row-content-image-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-content-image-text>.wpb_column {
    max-width: -webkit-calc(1920px / 2);
    max-width: -moz-calc(1920px / 2);
    max-width: calc(1920px / 2);
}

/* content image */
.row-content-image-text.image-content-left>.wpb_column:nth-child(1) img,
.row-content-image-text.image-content-right>.wpb_column:nth-child(2) img {
    height: 100%;
}

.row-content-image-text.image-content-left>.wpb_column:nth-child(2)>.vc_column-inner>.wpb_wrapper,
.row-content-image-text.image-content-right>.wpb_column:nth-child(1)>.vc_column-inner {
    margin-left: auto;
}

/* ---------------------------------------------
        Styling Content Form
-----------------------------------------------*/
.row-content-form .gform_wrapper {
    position: relative;
    z-index: 2;
}

/* ---------------------------------------------
    Styling Layout Image text Container
-----------------------------------------------*/
/* content image */
.row-image-left-text-right-fit-container>.wpb_column:nth-child(1) img,
.row-image-right-text-left-fit-container>.wpb_column:nth-child(2) img {
    height: 100%;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}



/* --------------------- Styling Listing ------------------------------------------------ */

/* -----------------------------------------------
           Styling Listing Product
-------------------------------------------------*/
.listing-product .image-wrapper {
    margin-bottom: 18px;
}

.listing-product .title-listing {
    line-height: var(--lineheight-sm);
    margin-bottom: 8px;
}

.listing-product .wrapper-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-product .wrapper-price.no-discount .price,
.listing-product .wrapper-price.discount .price-discount {
    font-weight: 700;
    line-height: var(--lineheight);
}

.listing-product .wrapper-price.discount .price {
    font-weight: 300;
    font-size: var(--text-xs);
    line-height: var(--lineheight-xxl);
    text-decoration: line-through;
    text-decoration-thickness: 0.1em;
    margin-right: 8px;
}

.listing-product .wrapper-price.discount .price-discount {
    color: var(--blue);
}

.listing-product .whbutton-wrapper {
    margin-top: 24px;
}

.listing-product.slick-slider {
	overflow: visible;
}


/* ------------------------------------------------
 			Styling Row Listing Card
-------------------------------------------------*/
.row-listing-card>.wpb_column>.vc_column-inner>.wpb_wrapper {
	 background-color: var(--white);
    height: 100%;
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
    -webkit-box-shadow: var(--shadow-rating);
    -moz-box-shadow: var(--shadow-rating);
    box-shadow: var(--shadow-rating);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.row-listing-card>.wpb_column>.vc_column-inner>.wpb_wrapper .wpb_text_column {
    height: 100%;
}

.row-listing-card>.wpb_column>.vc_column-inner>.wpb_wrapper  .whbutton-wrapper {
	margin-top: 32px;
}

.row-listing-card>.wpb_column>.vc_column-inner>.wpb_wrapper .vc_single_image-wrapper img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.row-listing-card>.wpb_column>.vc_column-inner>.wpb_wrapper:hover .vc_single_image-wrapper img {
    -webkit-transform: scale(1.03);
       -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
}

.row-listing-card .vc_single_image-wrapper {
    overflow: hidden;
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
}

.row-listing-card ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 16px;
}

.row-listing-card ul li {
    position: relative;
    padding-left: -webkit-calc(24px + 12px);
    padding-left: -moz-calc(24px + 12px);
    padding-left: calc(24px + 12px);
    line-height: var(--lineheight);
}

.row-listing-card ul li::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0) center/24px 24px no-repeat;
}

.row-listing-card ul li::before {
    background-image: url(/wp-content/uploads/2023/03/checklist-green-circle-whello.svg);
}

.row-listing-card li+li {
    margin-top: 16px;
}


/* -----------------------------------------------
           Styling Listing Vacatures
-------------------------------------------------*/
.listing-vacature .listitem-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--white);
    height: 100%;
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-radius: var(--rounded-md);
    -webkit-box-shadow: var(--shadow-rating);
    -moz-box-shadow: var(--shadow-rating);
    box-shadow: var(--shadow-rating);
}

.listing-vacature .whbutton-wrapper {
	margin-top: 24px;
}

.listing.listing-vacature .image-wrapper img {
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.row-listing-card .vc_single_image-wrapper,
.listing.listing-vacature .image-wrapper {
    margin-bottom: 24px;
    height: 211px;
    width: 100%;
}

.listing.listing-vacature .detail-content-work {
    margin-bottom: 16px;
}

.listing.listing-vacature .title-listing {
    margin-bottom: 0;
    line-height: var(--lineheight);
}

.listing.listing-vacature .detail-content-work span {
    font-size: var(--text-xs);
    line-height: var(--lineheight-xxl);
    color: var(--blue);
}

.listing.listing-vacature .detail-content-work span:not(:last-child)::after {
    content: ' -';
}

.row-filter-vacature .pagination {
    display: none;
}