/*!
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
*/

.text-subtitle {
    font-family: var(--fontfamily-newake);
    font-size: var(--text-md);
    line-height: var(--lineheight-xl);
    font-weight: 400;
    color: var(--purple);
    display: block;
}


/*
    wh customer review
    wh werkbedrijven
*/
.ons-teams,
.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-ons-team-item,
.wrapper-werkbedrijven-item {
    padding: 20px;
}

.ons-team-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-team-wrapper .no-image,
.image-werkbedrijven-wrapper .no-image {
    width: 100%;
    height: 100%;
    background-color: var(--gray);
}

.content-ons-team .description,
.content-werkbedrijven .content {
    line-height: var(--lineheight);
}

.content-werkbedrijven .heading-title {
    font-size: var(--text-xl);
    font-weight: 400;
}

.content-werkbedrijven .heading-title {
    font-family: var(--fontfamily-newake);
}

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

.content-team-wrapp .description>p{
    -webkit-line-clamp: 4;
}

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

.row-overons span, .row-overons h2, .row-overons .wpb_text_column p {
    color: var(--white);
    text-align: center;
}

.content-werkbedrijven {
    padding: 30px 20px 20px;
}

/* Track */
.description 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 */
.description p::-webkit-scrollbar-thumb {
    -webkit-border-radius: var(--rounded);
    border-radius: var(--rounded);
    background: var(--orange);
}

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

.ons-team-wrapper.type-team--listing .ons-teams .ons-team-item,
.ons-team-wrapper.type-team--slider .ons-team-item {
    height: 100%;
}

/* ---------------------------------------------
             WH Werkbedrijven
-----------------------------------------------*/

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

/* ---------------------------------------------
             Row content image 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.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;
}

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


/* ---------------------------------------------
             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;
}

.bg-overlay {
    background-image: linear-gradient(180deg, #9F46E3 0%, #0F2B80 100%);
}

.bg-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/06/bg-banner-linewave.png) left bottom/contain no-repeat;
}

.image-werkbedrijven-wrapper img {
    display: block;
}

/* ---------------------------------------------
             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(--purple);
}

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

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(--blue-navy);
}

.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(--blue-navy);
}

.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, -9px, 0);
    -moz-transform: rotate(90deg) translate3d(0, -9px, 0);
    -ms-transform: rotate(90deg) translate3d(0, -9px, 0);
    -o-transform: rotate(90deg) translate3d(0, -9px, 0);
    transform: rotate(90deg) translate3d(0, -9px, 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: 18px;
    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;
}

.list-lef {
    margin-left: 24px;
}

.site-main .wpb_text_column ul {
    padding-left: 35px;
}

.site-main .wpb_text_column ul li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
}

.site-main .wpb_text_column ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: -35px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2024/06/icon-list.svg) center / 24px 24px no-repeat;
}

.row-boxed {
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow-form);
    -moz-box-shadow: var(--shadow-form);
    box-shadow: var(--shadow-form);
    -webkit-border-radius: var(--rounded-lg);
    -moz-border-radius: var(--rounded-lg);
    border-radius: var(--rounded-lg);
    margin-bottom: -70px;
    z-index: 2;
}


.image-team-wrapper {
    width: 140px;
    margin-right: 24px;
}

.content-ons-team .team-name {
    font-family: var(--fontfamily-newake);
    font-size: var(--text-md);
    margin-bottom: 8px;
}

.image-team-wrapper img,
.image-team-wrapper div {
    width: 140px;
    height: 140px;
    -webkit-border-radius: var(--rounded-full);
    -moz-border-radius: var(--rounded-full);
    border-radius: var(--rounded-full);
}

.content-ons-team {
    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;
}

.wrapper-ons-team-item.slick-slide {
    opacity: 0.5;
}

.wrapper-ons-team-item.slick-slide.slick-active {
    opacity: 1;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.text-column-title h3 {
    font-family: var(--fontfamily-newake);
    font-weight: 400;
}

.row-content-form {
	padding-right: 15px;
}

.wpb_single_image.img-with-man {
	position: relative;
}

.wpb_single_image.img-with-man:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/06/image2-var4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 110%;
    z-index: 9;
    right: 0;
    bottom: 0;
}

.vc_row.row-content-image-text.image-content-right {
	margin-top: -10%;
	padding-top: 10%;
}