/*
    01. Common CSS
    02. Header CSS
    03. Footer CSS
    04. Vestigingen Page CSS
    05. Single Vestigingen Page CSS
    06. Blog Page CSS
    07. Home Page CSS
    08. Pillar page css
    09. Contact Page CSS
    10. Pers en media Page CSS
    11. Werkgevers Page CSS
    12. Open Sollicitatie Page CSS
    13. Open Sollicitatie Page Marketingpakketten
    14. Solliciteer Page
*/

/* 01. Common CSS*/
:root {
    --baseColor: #7a7a7a;
    --baseDarkColor: #525252;
    --baseDarkerColor: #292929;
    --baseDarkestColor: #000;
    --baseLightColor: #a3a3a3;
    --baseLighterColor: #ccc;
    --baseLightestColor: #f5f5f5;
    --General-Dark: #000;
    --General-Light: #fff;
    --General-Color: #dbe200;
    --General-Text-Dark: #000;
    --General-Text-Light: #fff;
    --General-Text-Color: #dbe200;
    --Extra-Dark: #283030;
    --Extra-Light: #fff;
    --Extra-Color: #e2e2dc;
    --Extra-Text-Dark: #283030;
    --Extra-Text-Light: #fff;
    --Extra-Text-Color: #e2e2dc;
    --Alert: #f55200;
    --Alert-Light: #ffc9ad;
    --Alert-Dark: #b83d00;
    --Shadow-Dark: 0, 0, 0, 2px, rgba(219, 226, 0, .5);
    --Shadow-Color: rgba(219, 226, 0, .5);
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Druk Wide';
    src: url('../fonts/DrukWide-Bold.eot');
    src: url('../fonts/DrukWide-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DrukWide-Bold.woff2') format('woff2'),
        url('../fonts/DrukWide-Bold.woff') format('woff'),
        url('../fonts/DrukWide-Bold.ttf') format('truetype'),
        url('../fonts/DrukWide-Bold.svg#DrukWide-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.home-hero-section .rank-with-google {
    margin-top: 20px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Titillium Web", sans-serif;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin: 0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    /* overflow-x: hidden; */
}

a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000;
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: "";
    background-image: url(/wp-content/themes/werkenbijwerktalent/assets/images/werktalent-text-pattern-ondark.svg);
    width: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: 70%;
    position: absolute;
    display: block !important;
    left: 0;
    top: 20%;
    bottom: 20%;
}

.bg-overlay-dark {
    position: relative;
}

.bg-overlay-dark:before {
    content: "";
    background-image: url(/wp-content/themes/werkenbijwerktalent/assets/images/text-bg.svg);
    width: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: 70%;
    position: absolute;
    display: block !important;
    left: 0;
    top: 20%;
    bottom: 20%;
}

.container {
    max-width: 75%;
}

a:visited {
    color: var(--General-Text-Dark);
}

a:focus {
    outline: none;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
ul:first-child,
ol:first-child {
    margin-top: 0;
}

.page-template-template-solliciteren h6.checkbox-titles {
    margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5 {
    text-rendering: optimizelegibility;
    font-family: 'Druk Wide';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08rem;
}

.rich-text b,
.rich-text strong {
    font-weight: bold;
}


h2 {
    font-size: 32px;
    line-height: 1.0625;
}

h5 {
    font-size: 22px;
    line-height: 1.09091;
}

.bgWhite {
    background-color: #fff;
    color: var(--General-Dark);
}

.bgSecondary {
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
}

.bgPrimary {
    color: var(--General-Text-Dark);
    background-color: var(--General-Light);
}

.mb-common h3 {
    margin-bottom: 0;
}

p a {
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    right: 32px;
    z-index: 99;
    -webkit-transform: .3s;
    -moz-transform: .3s;
    -ms-transform: .3s;
    -o-transform: .3s;
    transform: .3s;
    width: 30px;
    line-height: 27px;
    text-align: center;
    border-color: var(--General-Color);
    background-color: var(--General-Color);
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    bottom: -100%;
}

.back-to-top.aff-active-arrow.top-active {
    bottom: 74px;
}

.cso-img img.h-full {
    height: 100% !important;
}

.back-to-top img {
    width: 19px;
}

.back-to-top.top-active {
    bottom: 24px;
}

.hier-kun-je-werken-contact h2 {
    margin-bottom: 28px;
}

form#search-form {
    position: relative;
}

form#search-form .auto-suggest-wrapper {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 00;
    display: none;
    overflow-y: auto;
}

form#search-form .auto-suggest-wrapper.active {
    display: block;
    z-index: 99;
    max-height: 200px;
}

.auto-suggest-wrapper ul {
    margin-left: 0;
}

.auto-suggest-wrapper ul li {
    padding: 10px 5px;
    list-style: none;
    background: #e8e8e8;
    border-bottom: 1px solid;
    cursor: pointer;
}

section {
    padding: 96px 0;
}

section.padding-md {
    padding: 64px 0;
}

.bgSecondary p a {
    color: #000;
}

.title-with-text {
    margin-top: 24px;
    margin-bottom: 32px;
}

h1 {
    font-size: 40px;
    line-height: 1.05;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.rnSubTitle span,
.rnElementTitle span,
.rnSubHeader span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-decoration: none !important;
}

.title-with-text p {
    margin: 32px 0 0 0;
}

.title-with-text h1 {
    margin: 0;
}

.custom-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}

.bgBase .custom-breadcrumbs a,
.bgBase .custom-breadcrumbs span {
    color: var(--General-Text-Light);
}

.custom-breadcrumbs ul li:not(:last-child) {
    padding-right: 21px;
    position: relative;
}

.custom-breadcrumbs ul li:not(:last-child):after {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-size: 11px;
    top: 1px;
    right: 7px;
    font-weight: 900;
}

img.h-100 {
    object-fit: cover;
}

p {
    margin: 0;
}

h3 {
    font-size: 28px;
    line-height: 1.07143;
}

.common-btn-outer {
    margin-top: 16px;
}

a:hover,
a:focus,
a:active {
    color: #000000;
}

.rank-with-google {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #fff;
}

.rank-with-google .ReviewTotal {
    font-weight: 600;
    margin-left: 8px;
}

.rank-with-google .ReviewTotal span.Reviews {
    font-size: 12px;
}

.rank-with-google a {
    color: #fff;
    display: inline-flex;
}

.common-btn {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border: 1px solid var(--General-Color);
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
    border-radius: 100px;
}

.common-btn:hover {
    background-color: transparent;
    color: var(--General-Text-Color);
    text-decoration: none;
}

/* .has-mouse:before,
.has-mouse:after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.has-mouse:after {
    bottom: 32px;
    width: 22px;
    height: 34px;
    border: 1px solid var(--General-Light);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
} */

.common-btn-yellow-border {
    background: transparent;
    color: var(--General-Color);
}

.common-btn-yellow-border:hover {
    background: var(--General-Color);
    color: var(--General-Text-Dark);
}

.common-btn-yellow-border:focus,
.common-btn-yellow-border:visited {
    color: var(--General-Color);
}

.common-btn-yellow-border:focus:hover,
.common-btn-yellow-border:visited:hover {
    color: #000;
}

.has-mouse {
    position: relative;
}

.hier-kun-je-werken-vacatures-slider span.prev.page-numbers.disabled,
.hier-kun-je-werken-vacatures-slider span.next.page-numbers.disabled {
    margin: 0 8px;
}

.content_text a {
    text-decoration: underline;
}

.mouse-animation {
    position: absolute;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
    width: 22px;
    height: 34px;
    border: 1px solid var(--General-Light);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mouse-animation:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    bottom: 18px;
    background: var(--General-Light);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    animation: moveUpDown 2s .5s infinite;
}

/* .has-mouse:before {
    width: 4px;
    height: 8px;
    bottom: 52px;
    background: var(--General-Light);
    animation: moveUpDownMobile 2s .5s infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    animation: moveUpDown 2s .5s infinite;
} */

@keyframes moveUpDown {
    0% {
        bottom: 18px;
    }

    25% {
        bottom: 12px;
    }

    50% {
        bottom: 18px;
    }
}


.custom-ul li {
    padding-left: 20px;
    position: relative;
}

.custom-ul li+li {
    margin-top: 4px;
}

.custom-ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: var(--General-Color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mb-common {
    margin-bottom: 28px;
}

.mt-common {
    margin-top: 28px;
}

.mb-common-md {
    margin-bottom: 20px;
}

.mt-common-md {
    margin-top: 20px;
}

.custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers {
    background: #000;
    color: #fff;
}

.custom-ul ul li:before {
    background: var(--General-Color);
}

.bgSecondary .custom-ul li:before {
    background: #000;
}

span a {
    text-decoration: underline;
}

.cso-content.bgBase a,
.cso-content.bgBase a:visited {
    color: #FFF;
}

.cso-content.bgBase a.common-btn,
.cso-content.bgBase a.common-btn:visited {
    color: var(--General-Text-Dark);
}

.cso-content.bgBase a.common-btn:hover,
.cso-content.bgBase a.common-btn:visited:hover {
    color: #FFF;
}

.cso-content.bgBase a.common-btn-white-border,
.cso-content.bgBase a.common-btn-white-border:visited {
    color: #fff;
}

.cso-content.bgBase a.common-btn-white-border:hover,
.cso-content.bgBase a.common-btn-white-border:visited:hover {
    color: var(--General-Text-Dark);
}

.cso-content.bgBase a.common-btn.common-btn-yellow-border,
.cso-content.bgBase a.common-btn.common-btn-yellow-border:visited {
    color: var(--General-Color);
}

.cso-content.bgBase a.common-btn.common-btn-yellow-border:hover,
.cso-content.bgBase a.common-btn.common-btn-yellow-border:visited:hover {
    color: #000;
}


.cms-section-full-width .cso-content {
    padding-right: 12.5%;
    padding-top: 96px;
    padding-bottom: 96px;
}

.cms-section-full-width .row>div:first-child .cso-content {
    padding-left: 12.5%;
    margin-left: calc(12.5% + 12px);
}

.cms-section-full-width .row>div:last-child .cso-content {
    margin-left: calc(8.5% + 16px);
    padding-right: calc(21% + 12px);
    padding-left: 6%;
}

.page-id-3011 .cms-section-one .cso-img {
    height: auto !important;
}

b,
strong {
    font-weight: bold;
}

.bgBase .bgSecondaryLight p a {
    color: #000;
}

.bgBase .bgSecondaryLight .custom-ul li:before {
    background-color: var(--General-Text-Dark);
}

.bgBaseLighter {
    background-color: var(--baseLighterColor);
}

.page-id-2416 section.page-banner {
    display: none;
}

/*****************************/
/* 02. Header CSS */

.bgBaseLight .bgSecondaryLight p a {
    color: #000;
}

.custom-ul ol li:before {
    content: none !important;
}

.custom-ul ol li {
    padding-left: 0;
}

.cms-section-one+.cms-section-one.pt-0 {
    margin-top: 28px;
}

.header-main-menu {
    padding-left: 40px;
}

.header-user-btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--General-Dark);
    display: flex;
    align-items: center;
    min-width: 32px;
    justify-content: center;
    border-radius: 100%;
}

.header-main-menu .header-menus {
    display: flex;
}

.header-main-menu .header-menus>li:not(:last-child) {
    margin-right: 20px;
}

.header-main-menu .header-menus>li>a {
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 28px;
}

.header-main-menu .header-menus>.menu-item-has-children>a:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-main-menu .header-menus>li>.sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    margin: 0;
    top: calc(100% - -10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.header-main-menu .header-menus>li {
    position: relative;
}

.header-main-menu .header-menus>li>.sub-menu a {
    color: #000;
    padding: 8px 16px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

.header-main-menu .header-menus>li>.sub-menu li {
    padding: 0;
}

.header-main-menu .header-menus>li>.sub-menu a:hover {
    background: var(--General-Color);
}

.header-main-menu .header-menus>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}




.favorieten-btn-header {
    width: 32px;
    height: 32px;
    border: 1px solid var(--General-Dark);
    display: flex;
    align-items: center;
    min-width: 32px;
    justify-content: center;
    border-radius: 100%;
}

.sidebar-social ul a:hover {
    text-decoration: none;
}

.menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
}

.favorieten-btn-header:hover {
    background: var(--General-Text-Light);
}

.favorieten-count {
    display: none;
    min-width: 18px;
    height: 18px;
    background: var(--General-Color);
    font-size: 14px;
    position: absolute;
    top: -5px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    padding: 0 2px;
    border-radius: 10px;
    right: -8px;
}

.favorieten-btn-header {
    position: relative;
}

.sub-menu {
    display: none;
}

.sub-menu.show-menu {
    display: block;
}

.sidebar-menus a.childrens-active {
    border: none;
}

.sidebar-menus .sub-menu {
    border-bottom: 1px solid rgb(128 128 128 / 20%);
    margin-top: 0;
    padding-bottom: 16px;
}

.sidebar-menus a {
    cursor: pointer;
}

.header-section {
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    background-color: #fff;
    z-index: 999;
    top: 0;
}

button:focus {
    outline: none;
}

.header-logo {
    line-height: 0;
}

.header-right-outer {
    margin-left: auto;
}


/* .nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 2px transparent;
    border: 1px solid var(--General-Color);
    color: #000;
    display: flex;
    background-color: var(--General-Color);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
} */
.nav-trigger {
    cursor: pointer;
    position: relative;
    color: #000;
    transition: auto;
    background: transparent;
    padding: 0;
    border: none;
    line-height: 0;
}

.nav-trigger img {
    /* filter: brightness(10) invert(1); */
    width: 22px;
}

.nav-trigger-outer {
    line-height: 0;
    margin-left: 20px;
}

/* .nav-trigger:hover,
.nav-trigger-active {
    background: rgba(219, 226, 0, .1);
    text-decoration: underline;
    -webkit-box-shadow: 0 0 0 2px #dbe20080;
    -moz-box-shadow: 0 0 0 2px #dbe20080;
    box-shadow: 0 0 0 2px #dbe20080;
}

.nav-trigger:hover img,
.nav-trigger-active img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(81%) saturate(453%) hue-rotate(23deg) brightness(121%) contrast(111%);
} */

.header-right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 2px;
    border-radius: 100px;
}

.header-btn {
    text-transform: uppercase;
    letter-spacing: .08rem;
    padding: 7px 16px 6px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.28571;
    border: 1px solid var(--General-Color);
    border-radius: 100px;
    color: #000;
    background-color: var(--General-Color);
}

.header-btn:hover {
    background-color: transparent;
    color: var(--General-Text-Color);
    text-decoration: none;
}

.favorieten-btn-header img {
    /* filter: brightness(0) invert(1); */
    width: 15px;
}

.favorieten-btn-header:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
}


body.navbar-active {
    /* height: 100vh;
    overflow: hidden;
    margin-left: 360px; */
    height: 100vh;
    overflow: hidden;
}

/* .nav-trigger-active:hover {
    background: var(--General-Color);
} */

/* .nav-trigger-active:hover img {
    filter: brightness(10) invert(1);
} */

.nav-trigger:focus,
.nav-trigger:hover {
    border-color: var(--General-Color);
}

.menu-close-icon {
    display: none;
}

.nav-trigger.nav-trigger-active .menu-close-icon {
    display: block;
}

.nav-trigger.nav-trigger-active .menu-bar-icon {
    display: none;
}

.sidebar-wrapper {
    position: fixed;
    left: -360px;
    top: 80px;
    width: 310px;
    bottom: 0;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    padding: 25px 19px 25px 25px;
    transition: all 0.3s ease 0s;
    z-index: 99;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menus>li>a {
    display: block;
    border-bottom: 1px solid rgb(128 128 128 / 20%);
    color: #000000 !important;
    text-rendering: optimizelegibility;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
}

.sidebar-menus>li {
    padding-top: 16px;
    position: relative;
}

.sidebar-menus>li>a:hover {
    text-decoration: underline;
}

li.has-haschildrens>a {
    padding-right: 40px;
    position: relative;
}

.nav-icons {
    position: absolute;
    top: -2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: flex;
    background: transparent;
    border: 1px solid var(--General-Light);
    color: var(--General-Text-Light);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    right: 0;
}

.nav-icons img {
    width: 9px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(104%) contrast(102%);
}

body.navbar-active .sidebar-wrapper {
    left: 0;
}

.sidebar-menus>li.inloggen-btn-mobile a {
    font-size: 16px;
    line-height: 1.25;
    display: block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border: 1px solid var(--General-Color);
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
    border-radius: 100px;
    text-align: center;
}

.sidebar-menus a:hover .nav-icons,
.sidebar-menus a.childrens-active .nav-icons {
    background: #fff;
}

.sidebar-menus a:hover .nav-icons img,
.sidebar-menus a.childrens-active .nav-icons img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7484%) hue-rotate(30deg) brightness(99%) contrast(106%);
}

.sidebar-menus a.childrens-active .nav-icons {
    transform: rotate(180deg);
}

.childrens-menu,
.sub-menu {
    margin-left: 0;
    margin-top: 16px;
}

.childrens-menu>li+li,
.sub-menu>li+li {
    padding-top: 12px;
}


.childrens-menu>li>a,
.sub-menu>li>a {
    text-transform: uppercase;
    color: #000;
}

.childrens-menu>li>a:hover {
    text-decoration: underline;
}

.sidebar-wrapper-inner {
    height: 100%;
    overflow-y: scroll;
    padding-right: 6px;
}

.sidebar-menus>li.menu-item-has-children>a {
    position: relative;
}



.sidebar-menus>li.menu-item-has-children>a:before {
    content: "\f078";
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    right: 0;
    font-size: 14px;
    font-weight: 900;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.sidebar-menus>li.menu-item-has-children>a:hover:before {
    background: #000;
    color: #fff;
}

/* .sidebar-menus>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    width: 2px;
    background: var(--General-Color);
    height: 12px;
    top: 6px;
    right: 11px;
} */

/* .sidebar-menus>li.menu-item-has-children>a.childrens-active:after {
    display: none;
} */
.sidebar-menus>li.menu-item-has-children>a.childrens-active:before {
    transform: rotate(180deg);
    background: #000;
    color: #fff;
}

.sidebar-wrapper-inner::-webkit-scrollbar {
    width: 6px;
}

.sidebar-wrapper-inner::-webkit-scrollbar-track {
    background: rgb(128 128 128 / 0%);
}

.sidebar-wrapper-inner::-webkit-scrollbar-thumb {
    background-color: rgb(219 226 0);
    border-radius: 3px;
}

.sidebar-social {
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding-top: 12px;
    display: none;
}

.sidebar-social span {
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-social ul {
    display: flex;
    align-items: center;
}

.sidebar-social ul a {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    margin-left: 12px;
}

.sidebar-social ul a:hover {
    background: #fff;
    color: #000;
}

.header-section.scroll-active .header-right {
    background: var(--General-Color);
}

.header-section.scroll-active .header-right .header-btn {
    border-color: #000;
    background: #000;
    color: #fff;
}

.header-section.scroll-active .header-right .header-btn:hover {
    background: transparent;
    color: #000;
}

.header-section.scroll-active .header-right .favorieten-btn-header {
    border-color: #000;
}

.header-section.scroll-active .header-right .favorieten-btn-header img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
}

.header-section.scroll-active .header-right .favorieten-btn-header:hover {
    background: #000;
}

.header-section.scroll-active .header-right .favorieten-btn-header:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(104%) contrast(102%);
}

.header-section.scroll-active .nav-trigger {
    border-color: var(--General-Dark);
    box-shadow: 0 0 0 2px var(--General-Color);
}

/*****************************/

/* 03. Footer CSS */
.grow-footer-title h2 {
    margin: 0;
}

.apply-fix-footer.aff-active.remove-apply-fix-footer {
    bottom: -100%;
}

.grow-footer-title {
    padding: 48px 0 96px 0;
}

.grow-footer-links-wrapper {
    padding: 48px;
    background: #fff;
    margin-top: -48px;
    display: flex;
    flex-wrap: wrap;
}

.grow-footer-links-wrapper a {
    width: 33.33%;
}

.grow-footer-links-wrapper a:nth-child(3)~a {
    margin-top: 16px;
}

.grow-footer-links-wrapper a {
    color: #000;
}

.f-right-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    border: 1px solid #000;
    font-size: 10px;
    margin-right: 12px;
}

.grow-footer-links-wrapper a {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.grow-footer-links-wrapper a:hover .f-right-icon {
    background: #000;
    color: #fff;
}

.bgBase {
    background-color: var(--General-Dark);
    color: var(--General-Text-Light);
}

.footer-bottom {
    padding: 48px 0 !important;
}

.footer-social ul {
    display: flex;
}

.footer-social ul a {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;

}

.footer-social ul li+li {
    margin-left: 12px;
}

.footer-copyright {
    margin: 0;
    text-align: right;
}

.menu-box h4 {
    line-height: 1.2;
    font-size: 20px;
    margin: 0 0 28px 0;
    font-family: "Titillium Web", sans-serif;
}

.menu-box ul a {
    color: #fff;
    text-decoration: underline;
}

.menu-box+.menu-box {
    margin-top: 32px;
}

/*****************************/

/* 04. Vestigingen Page CSS */

.atag-underline a {
    text-decoration: underline;
}

.content-column-overlap-hero-wrap {
    display: flex;
    margin: 0 -8px;
    align-items: center;
    flex-wrap: wrap;
}

.content-column-overlap-hero-img {
    width: 50%;
    padding: 0 8px;
    position: relative;
}

.content-column-overlap-hero-content {
    width: 60%;
    margin-left: -10%;
    column-gap: 24px;
    row-gap: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.content-column-overlap-hero-img:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
}

.logos-slider-box img {
    width: auto !important;
    margin: auto;
}

a.logos-slider-box {
    width: 100%;
}

.postid-304 section.cms-section-one.bg-overlay-dark::before {
    content: none;
}

.single-vestigingen-hero-content .sub-heading-md {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
}

.svhc-opening-time p {
    margin-top: 7px;
}

.title-spacing-md h2 {
    margin-bottom: 10px !important;
}

.google-testimonial-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.google-testimonial-box {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}

.gsb-content {
    padding: 16px;
    background-color: var(--General-Dark);
    color: var(--General-Text-Light);
    flex-grow: 1;
}

.span-ranking {
    display: inline-flex;
    --percent: calc(var(--rating) / 5 * 100%);
    position: relative;
    margin: 0 0px 0 3px;
}

.span-ranking:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: linear-gradient(90deg, var(--General-Color) var(--percent), #747474 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
}

.span-ranking i.star-empty {
    color: var(--baseColor);
}

.uitgelichte-werkgevers-carousel .owl-item {
    text-align: center;
}

.logos-slider .logos-slider-box {
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.logos-slider-box a {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.logos-slider-box a img {
    max-width: 130px;
    margin: 0 auto;
    max-height: 100px;
    object-fit: contain;
    min-height: 100px;
}

.nav-yellow.owl-carousel .owl-nav button {
    background: var(--General-Color) !important;
    color: #000;
    border-color: var(--General-Color) !important;
}

.nav-dark.owl-carousel .owl-nav button {
    background: transparent;
    color: #000;
    border-color: #000 !important;
}

.image-squere-slider.nav-dark.owl-carousel .owl-nav button {
    color: #000 !important;
}

.image-squere-slider.nav-dark.owl-carousel .owl-nav button:hover {
    color: #fff !important;
}

.google-review-slider .owl-nav {
    position: initial !important;
}

.owl-dots {
    position: absolute;
    bottom: 14px;
    left: 110px;
    line-height: 0;
}

.owl-dots button {
    margin: 0 8px;
}

.owl-dots button span {
    margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    transition: .3s;
    min-width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    background-color: var(--General-Dark);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--General-Color);
}

.nav-dark.owl-carousel .owl-nav button:hover {
    background: #000 !important;
    color: #ffffff !important;
    border-color: #000 !important;
}

.logos-slider-box a+a {
    margin-top: 30px;
}

.span-ranking i {
    position: relative;
    font-size: 14px;
    line-height: 1.11111;
    color: var(--General-Color);
    display: block;
    margin-right: 3px;
}

.gsb-content p {
    margin-top: 12px;
}

.gsb-author {
    padding: 16px;
    background: var(--General-Color);
    flex-grow: 0;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-thumbnail img {
    width: 40px;
    border-radius: 100%;
}

.author-bio span {
    text-transform: uppercase;
    font-weight: 700;
}

.google-review-extrainfo {
    margin-top: 32px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    display: flex;
}

.google-review-extrainfo .svhc-buttons {
    margin-left: auto;
}

.google-review-info .GoogleLogo {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    text-transform: uppercase;
    color: var(--baseDarkColor);
    font-weight: 600;
    letter-spacing: .96px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33333;
}

.google-review-info p.ReviewTotal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: flex-end;
    margin-top: 4px;
    line-height: 20px;
}

.google-review-info p.ReviewTotal .Average {
    font-weight: 600;
}

.google-review-info p.ReviewTotal .Reviews {
    color: var(--baseDarkColor);
    letter-spacing: 1.28px;
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 600;
}

.author-bio p {
    color: var(--baseDarkColor);
    font-size: 12px;
    line-height: 1.33333;
    letter-spacing: .96px;
    margin-top: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-vestigingen-hero-content .sub-heading-md b {
    text-transform: uppercase;
}


.page-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-banner {
    position: relative;
}

.custom-tab-one .nav-tabs {
    border: none;
}

.custom-tab-one .nav-tabs .nav-item {
    margin: 0 12px 12px 0;
}

.custom-tab-one .nav-tabs .nav-item .nav-link {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-radius: 21px;
    font-size: 14px;
    line-height: 1.28571;
    display: block;
    padding: 6px 15px 7px;
    white-space: nowrap;
    background-color: transparent;
    color: var(--General-Text-Color);
    border: 1px solid var(--General-Color);
}

.custom-tab-one .nav-tabs .nav-item .nav-link:hover {
    text-decoration: underline;
}

.hover-btn-white-border:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff !important;
}

.custom-tab-one .nav-tabs .nav-item .nav-link:hover,
.custom-tab-one .nav-tabs .nav-item .nav-link.active {
    background-color: var(--General-Color);
    color: var(--General-Text-Dark);
    -webkit-box-shadow: 0 0 0 2px rgba(219, 226, 0, .5);
    -moz-box-shadow: 0 0 0 2px rgba(219, 226, 0, .5);
    box-shadow: 0 0 0 2px rgba(219, 226, 0, .5);
}

.custom-tab-one.tabLight .nav-tabs .nav-item .nav-link {
    color: var(--Extra-Text-Color);
    border: 1px solid var(--Extra-Text-Color);
}

.custom-tab-one.tabLight .nav-tabs .nav-item .nav-link:hover,
.custom-tab-one.tabLight .nav-tabs .nav-item .nav-link.active {
    background-color: var(--Extra-Text-Color);
    color: var(--General-Text-Dark);
    -webkit-box-shadow: 0 0 0 2px var(--Extra-Text-Color);
    -moz-box-shadow: 0 0 0 2px rgb(226 226 220 / 50%);
    box-shadow: 0 0 0 2px rgb(226 226 220 / 50%);
}

.custom-tab-one.tabLight .tab-content {
    background-color: var(--Extra-Text-Color);
}

.custom-tab-one .tab-content {
    padding: 32px;
    margin-top: 4px;
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
}

.custom-tab-one .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.custom-tab-one .tab-content ul li {
    width: 33.33%;
    padding-right: 10px;
    margin-top: 16px;
    line-height: 0;
}

.custom-tab-one .tab-content ul li a {
    display: inline-flex;
    align-items: center;
    color: var(--General-Text-Dark);
}

.f-left-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    border: 1px solid #000;
    font-size: 18px;
    margin-right: 12px;
}

.custom-tab-one .tab-content h3 {
    margin: 0;
}

.custom-tab-one .tab-content ul li:nth-child(-n+3) {
    margin-top: 0;
}

.custom-tab-one .tab-content ul li a:hover .f-left-icon {
    background: #000;
    color: #fff;
}

.cso-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aan-het-woord-box {
    padding: 48px;
}

.cso-content h2 {
    margin-bottom: 28px;
}

.cso-content .sub-heading-p {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
}

.waarom-werktalent-section {
    position: relative;
}

.waarom-werktalent-section:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/06/werktalent-text-pattern-onlight.svg);
    width: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-size: 70%;
    position: absolute;
    display: block !important;
    left: 0;
    top: 20%;
    bottom: 20%;
}

.map-full-height {
    line-height: 0;
}

.map-full-height iframe {
    height: 100vh;
}

/*.cms-section-one .row.row-reverse .cso-img {*/
/*    margin-bottom: 25px;*/
/*}*/
.cso-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cso-img {
    position: relative;
}

/*****************************/
/* 05. Single Vestigingen Page CSS */
.single-vestigingen-hero-wrap {
    display: flex;
    margin: 0 -8px;
    align-items: center;
    flex-wrap: wrap;
}

.second-location-wrapper .svhc-opening-time p {
    font-size: 16px;
}

.second-location-wrapper .sub-heading-md b,
.second-location-wrapper .sub-heading-md {
    font-size: 18px;
}

.single-vestigingen-hero-img {
    width: 50%;
    padding: 0 8px;
    position: relative;
}

.single-vestigingen-hero-content {
    width: 60%;
    margin-left: -10%;
    column-gap: 24px;
    row-gap: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.single-vestigingen-hero {
    display: flex;
    align-items: center;
}

.single-vestigingen-hero-img:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
}

.svhc-addressc {
    margin-top: 24px;
}

.svhc-contact {
    margin-top: 24px;
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.svhc-opening-time {
    margin-top: 24px;
}

.sub-heading-md b,
.sub-heading-md {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}


.sub-heading-md2 b,
.sub-heading-md2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    line-height: 1.2;
}

.svhc-contact a {
    color: #fff;
    display: flex;
    align-items: center;
}

.svhc-contact a:hover {
    color: #fff;
}

.svhc-contact a span {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 100%;
}

.svhc-buttons a {
    margin: 0;
}

.svhc-buttons {
    display: flex;
}

.svhc-buttons a {
    text-align: center;
    margin-right: 16px;
}


.common-btn.common-btn-light {
    border: 1px solid var(--General-Light);
    color: var(--General-Text-Dark);
    background-color: var(--General-Light);
}

.common-btn.common-btn-light:hover {
    background-color: transparent;
    color: var(--General-Text-Light);
    text-decoration: none;
}

.large-h2,
.large-h2 h2,
.large-h2 h1 {
    font-size: 48px;
    line-height: 1.08333;
    margin: 0;
}



.kandidate-section h2 {
    margin-bottom: 32px;
}

.kandidate-section .common-btn {
    margin-right: 8px;
}

.bgBaseLight {
    background-color: var(--Extra-Dark);
    color: var(--Extra-Text-Light);
}

.bgBaseLight p a {
    color: #fff;
}

.bgSecondaryLight {
    background-color: var(--Extra-Color);
    color: var(--Extra-Text-Dark);
}

.form-row-box label {
    font-weight: 600;
    margin-bottom: 8px;
}

.form-row-box .q-field {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.57143;
    margin-top: 4px;
}

.form-row-box .q-field i {
    font-size: 18px;
}

.form-row-box .q-field i {
    margin-right: 6px;
}

.form-row-box input,
.form-row-box textarea,
.form-row-box select {
    border: 1px solid var(--baseColor);
    background-color: var(--General-Light);
    padding: 7px 16px;
    width: 100%;
    outline: 0;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-row-box .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.form-row-acceptance .wpcf7-form-control-wrap {
    position: relative;
}

.form-row-box br {
    display: none;
}

.form-row-box input:hover,
.form-row-box textarea:hover,
.form-row-box select:hover {
    background-color: var(--baseLightestColor);
    border: 1px solid var(--General-Dark);
}

.form-row-box {
    margin-bottom: 16px;
}

.custom-form-design input[type="submit"] {
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.favourites-wrapper p {
    margin-top: 28px;
}

.bgBase .bgPrimary .custom-form-design input[type="submit"] {
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
}

.bgBase .bgPrimary .custom-form-design input[type="submit"]:hover {
    background-color: transparent;
    color: var(--General-Text-Dark);
    text-decoration: none;
}


.custom-form-design input[type="submit"]:hover {
    background-color: transparent;
    color: var(--General-Text-Dark);
    text-decoration: none;
}

.neem-contact h2 {
    margin-bottom: 32px;
}

.form-row-acceptance br {
    display: none;
}

.form-row-acceptance label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-row-acceptance .wpcf7-list-item {
    margin: 0;
}

.form-row-acceptance .wpcf7-list-item input {
    display: none;
}

.form-row-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 4px;
    left: 0;
    top: 1px;
}

.form-row-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 35px !important;
}

.custom-form-design input[type="submit"] {
    margin-top: 20px;
}

.form-row-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
    background: #000;
}

.form-row-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-row-box input:focus,
.form-row-box textarea:focus,
.form-row-box select:focus {
    border: 1px solid var(--General-Dark);
    background-color: var(--General-Light);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
}

.custom-breadcrumbs a,
.custom-breadcrumbs span {
    color: #000;
    text-decoration: none;
}

.bgBase .form-row-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    background: #fff;
}



.bgBase .form-row-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    border: solid var(--General-Color);
    border-width: 0 2px 2px 0;
}

.bgBase .custom-form-design input[type="submit"] {
    background: var(--General-Text-Light);
    color: var(--General-Dark);
    border-color: var(--General-Text-Light);
}

.bgBase .custom-form-design input[type="submit"]:hover {
    color: var(--General-Text-Light);
}

.medewerkers-titles {
    padding-top: 40px;
}

.medewerkers-titles h2 {
    margin-bottom: 24px;
}

.medewerkers-titles h3 {
    margin: 0;
}

.medewerkers-listing {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.medewerkers-listing-box {
    padding: 0 15px;
    width: 50%;
    display: flex;
    margin-top: 32px;
}

.mlb-img {
    width: 122px;
    height: 122px;
    flex: 0 0 122px;
}

.mlb-content {
    padding-left: 16px;
}

.mlb-content .mlb-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.25;
}

.mlb-content .mlb-position {
    margin-bottom: 16px;
}

.mlb-teaser .mlb-moretext {
    display: none;
}

.rnMoreTeaser .rnLess,
.mlb-teaser a.rnLess {
    display: none;
}

.mlb-teaser p {
    display: inline;
}

.mlb-teaser .rnMoreTeaser {
    color: #000 !important;
}

.mlb-teaser a.rnMore,
.mlb-teaser a.rnLess {
    text-decoration: underline;
}

.mlb-content .mlb-phone {
    margin-top: 5px;
}

.mlb-content .mlb-email {
    margin-top: 3px;
}


.mlb-content .mlb-email a {
    color: #000;
    text-decoration: none;
}

.mlb-social {
    display: flex;
    margin-top: 16px;
}

.mlb-social a {
    width: 32px;
    height: 32px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #000;
    text-decoration: none;
}

.mlb-social a:hover {
    background: #fff;
    color: #000;
}

.mlb-social li+li {
    margin-left: 8px;
}

.mlb-teaser.more-text-active .mlb-moretext {
    display: inline;
}

.mlb-teaser.more-text-active .rnMoreTeaser .rnMore {
    display: none;
}

.mlb-teaser.more-text-active .rnMoreTeaser .rnLess {
    display: inline;
}

/*****************************/
/* 06. Blog Page CSS */
.blog-listing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.iframe-inner iframe {
    width: 100%;
    aspect-ratio: 1 / 0.6;
}

.single-details ol {
    margin: 10px 0;
}

.single-details ol li+li {
    margin-top: 10px !important;
}

.single-details ul {
    margin: 10px 0;
}

.single-details ul li+li {
    margin-top: 10px !important;
}

.blog-slider.bgBase .blogs-slider-title a {
    color: #FFF;
}

.blog-slider {
    overflow: hidden;
}

.blog-slider-wrap>.owl-stage-outer {
    min-width: 100vw;
}

.content-blog-slider-wrap>.owl-stage-outer {
    min-width: 100vw;
}

.blogs-slider-title {
    margin-bottom: 32px;
}

.blog-listing-wrap {
    width: 100%;
}

.blog-slider-wrap .blog-listing-wrap {
    padding-bottom: 65px;
}

.content-blog-slider-wrap .blog-listing-wrap {
    padding-bottom: 65px;
}

.single-details h2 strong,
.single-details h3 strong,
.single-details h4 strong,
.single-details h5 strong,
.single-details h6 strong {
    font-weight: 700;
}

.single-details ul li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.single-details ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: var(--General-Color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sb-cta-section-box>p:first-child {
    margin-top: 0;
}

.single-intro p {
    font-weight: 600;
}

.single-details {
    margin-top: 32px;
}

.blog-listing-row .blog-listing-wrap {
    width: calc(50% - 12px);
    position: relative;
    padding-bottom: 73px;
}

.bl-img img {
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.bl-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bl-content-inner {
    padding: 0 32px;
}

.bl-content-inner span {
    color: #fff;
}

.bl-content-inner h2 {
    margin: 4px 0 0 0;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}

.bl-navigation {
    padding: 21px 32px;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.bl-navigation i {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 15px;
    margin-right: 10px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
}

.custom-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacatures-listing-row .custom-pagination {
    margin-top: 6px;
}

.custom-pagination ul.page-numbers li {
    margin: 0 8px !important;
}

.custom-pagination span.page-numbers.current {
    text-decoration: underline;
}

.custom-pagination .cp-arrow,
.custom-pagination .prev,
.custom-pagination .next {
    height: 32px;
    width: 32px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
}

.custom-pagination.pagination-light .cp-arrow {
    background: #fff;
    color: #000;
}

.custom-pagination.pagination-light a,
.custom-pagination.pagination-light span {
    color: #fff;
}

.cp-numbers {
    margin: 0 24px;
    display: flex;
    align-items: center;
}

.cp-numbers>* {
    margin: 0 8px;
    font-size: 20px;
}

.cp-numbers span {
    text-decoration: underline;
}

.blog-page-title h1 {
    margin-bottom: 28px;
    margin-top: 28px;
}

.single-blog-content h1 {
    margin: 32px 0 32px 0;
}

.single-blog-meta span {
    line-height: 1.57143;
    font-size: 14px;
    font-weight: 600;
}

.single-blog-meta p {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
}

.bl-img img {
    width: 100%;
}

.bl-img {
    position: relative;
}

.bl-img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
    content: "";
}

.bl-navigation:hover i {
    background: #000;
    color: #fff;
}

.bl-navigation,
.bl-navigation i {
    transition: all 0.3s ease 0s;
}

.bl-navigation:hover {
    text-decoration: underline;
}

.single-details h2,
.single-details h3,
.single-details h4,
.single-details h5,
.single-details h6 {
    line-height: 1.2;
    font-size: 20px;
    margin: 28px 0 0;
    font-family: "Titillium Web", sans-serif;
}

.sb-cta-wrap .sb-cta-section-box {
    margin-top: 0;
}

.sb-cta-section-box ul,
.sb-cta-section-box p {
    margin-top: 16px;
}

.single-blog-meta {
    margin-bottom: 32px;
}

.single-details h2+*,
.single-details h3+*,
.single-details h4+*,
.single-details h5+*,
.single-details h6+* {
    margin-top: 4px;
}

.single-details img {
    margin: 20px 0 0;
}

.single-details .blog-thumbnail {
    padding: 0 10%;
    margin-top: 52px;
    margin-bottom: 0;
}

.single-details .blog-thumbnail img {
    width: 100%;
}

.single-details blockquote p {
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    transition: .3s;
    width: 100%;
    border-radius: 21px;
    font-style: italic;
}

.single-details blockquote {
    margin-top: 28px;
    padding: 28px 10%;
    margin-bottom: 28px;
}

.single-details blockquote p:hover {
    background-color: transparent;
    color: var(--General-Text-Dark);
    text-decoration: none;
}

.sb-cta-wrap {
    padding: 48px;
}

.sb-cta-wrap>* {
    margin-top: 28px;
}


.custom-ul ul {
    margin: 20px 0;
}

.bgBase .custom-ul li:before {
    background-color: #FFF;
}

.common-btn-outer a:not(:last-child) {
    margin-right: 10px;
}

.cso-content.bgBase a:not(.common-btn) {
    text-decoration: underline;
}

.common-btn.common-btn-black-border {
    border-color: var(--General-Text-Dark);
    background-color: transparent;
    text-decoration: none;
}

.common-btn.common-btn-white-border {
    border-color: #fff;
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}

.sb-cta-wrap ul {
    list-style: disc;
    padding-left: 18px;
}

.common-btn.common-btn-black-border:hover {
    background: var(--General-Text-Dark);
    color: #fff;
}

.common-btn.common-btn-white-border:hover {
    background: #fff;
    color: #000;
}

a.common-btn.common-btn-dark {
    background: var(--General-Text-Dark);
    color: #fff;
    border: 1px solid var(--General-Text-Dark);
}

a.common-btn.common-btn-dark:hover {
    background: transparent;
    color: var(--General-Text-Dark);
    border-color: var(--General-Text-Dark);
}

.owl-carousel .owl-nav {
    margin-top: 24px;
    display: flex;
}

.owl-carousel .owl-nav button {
    margin: 0 !important;
    width: 40px;
    height: 40px;
    border: 1px solid #fff !important;
    border-radius: 100% !important;
    font-size: 24px !important;
    transition: all 0.3s ease 0s !important;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 12px !important;
}

.owl-carousel .owl-nav button:hover {
    background: #fff !important;
    color: #000 !important;
}

.csb-content {
    padding: 24px 24px 14px;
}

.company-small-box .bl-navigation {
    margin-top: auto;
}

.company-small-box {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    width: calc(33.33% - 16px);
}

.csb-content img {
    position: relative;
    padding: 8px;
    width: 100%;
    background: var(--General-Light);
    max-height: 64px;
    object-fit: contain;
}

.company-box-row {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

.testimonial-slider-section {
    overflow-x: hidden;
}

.csb-content h2 {
    color: #fff;
    text-decoration: none !important;
    margin: 0;
    font-weight: 600;
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.08333;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}

/*****************************/
/* 07. Home Page CSS */
.categories-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cso-img.h-100.normal-height img {
    min-height: 100% !important;
    height: initial !important;
    object-fit: cover;
}

.image-text-absolute {
    color: #fff;
}

.horizontal-aspect iframe,
.horizontal-aspect img {
    aspect-ratio: 1/0.7 !important;
    height: auto;
    object-fit: cover;
}

.blogs-featured-slider h6 {
    font-size: 20px;
    margin: 12px 0 5px 0;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.home-hero-form-outer .svhc-buttons .open-sollicitatie-btn {
    font-size: 17px;
}

.categories-listing-box:hover h3 em {
    color: var(--General-Color);
}

.categories-sec-listing {
    width: 100%;
    margin-top: 32px;
    justify-content: center;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.categories-listing-box {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    color: #fff !important;
}

.home-hero-section .large-h2 {
    font-family: "Titillium Web", sans-serif;
}

.home-hero-section .job-search-option {
    width: 42%;
}

.home-hero-section .search-geo {
    width: 50%;
}

.home-hero-section .postcode-option {
    width: 60%;
}

blockquote,
q {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: 300;
    font-style: italic;
}

.home-hero-section .selectbox-option {
    width: 40%;
}

.home-hero-section .vacatures-filters-row label {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.18182;
}

.home-hero-section .job-search-submit input:hover {
    background: #000;
    color: var(--General-Color);
    border-color: #000;
}

/* .home-hero-section .vacatures-filters-top {
    margin: 48px 0;
} */
.home-hero-form-outer .svhc-buttons a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}

.home-hero-form-outer {
    padding: 30px;
    border-radius: 32px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.85);
}

.vacatures-filters-row select {
    color: #000 !important;
}

.get-location {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-box {
    position: relative;
}

.get-location img {
    width: 17px;
}

.get-location:hover {
    background: #000;
}

.get-location:hover img {
    filter: brightness(10) invert(1);
}

.home-hero-section .vacatures-filters-row input,
.home-hero-section .vacatures-filters-row select {
    padding: 11px 16px;
    min-height: 53px;
    font-size: 20px;
    line-height: 31px;
}

.home-hero-section .selectbox-arrow {
    top: 15px;
}

.home-hero-section .get-location {
    top: 15px;
}

.categories-listing-box:nth-child(-n+3) {
    grid-row: 1/3;
}

.categories-listing-box>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.categories-listing-box h3,
.categories-listing-box-title h1,
.categories-listing-box-title h2,
.categories-listing-box-title h3,
.categories-listing-box-title h4,
.categories-listing-box-title h5,
.categories-listing-box-title h6 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    font-size: 22px;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.rnSubTitle em,
.rnElementTitle em,
.rnSubHeader em {
    font-style: normal;
}

.bgBase h1 em,
.bgBase h2 em,
.bgBase h3 em,
.bgBase h4 em,
.bgBase h5 em,
.bgBase h6 em,
.bgBase .rnSubTitle em,
.bgBase .rnElementTitle em {
    color: var(--General-Text-Color);
}

.categories-listing-box:nth-child(4) img,
.categories-listing-box:nth-child(5) img {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.categories-listing-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2;
}

.categories-listing-box:nth-child(4):before,
.categories-listing-box:nth-child(5):before {
    height: 100%;
}

.categories-listing-box:nth-child(4):hover:before,
.categories-listing-box:nth-child(5):hover:before {
    height: 150%;
}

.categories-listing-box:hover:before {
    height: 100%;
}

.categories-listing-box:hover .categories-listing-box-title * {
    bottom: 48px;
}

.home-hero-section {
    /* background-image: url(/wp-content/uploads/2024/07/Hero-1-min.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hero-usp-row {
    display: flex;
    flex-wrap: wrap;
}

.hero-usp-box {
    display: flex;
    max-width: 191px;
    align-items: flex-start;
    margin-right: 30px;
}

.hero-usp-box img {
    width: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/*****************************/

/* 08. Pillar page css */


.blog-listing-box {
    padding: 12px;
    max-width: 100%;
}

.blog-listing-img img {
    aspect-ratio: 1/0.93;
    object-fit: cover;
}

.blog-listing-img {
    margin-bottom: 16px;
}

.blog-listing-box h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-listing-box:hover,
.blog-listing-box:visited.blog-listing-box:hover,
.blog-listing-box:visited p {
    color: var(--General-Text-Light);
    text-decoration: none;
}

.blog-listing-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.blog-listing-box .blog-content span {
    display: inline;
}

.lees-meer-btn {
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    color: var(--General-Color);
    border-bottom: 1px solid var(--General-Color);
    font-size: 15px;
    font-weight: 600;
}

.lees-meer-btn img {
    width: 16px !important;
    margin-left: 4px;
}

.vakgebieden-listing-row {
    grid-column-gap: 30px;
    background-color: transparent;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}

.vakgebieden-listing-row {
    grid-row-gap: 30px;
}

.vakgebieden-listing-row.vakgebieden-listing-end-split .categories-listing-box {
    grid-row: none !important;
}


.vakgebieden-listing-row .categories-listing-box .categories-listing-box-title * {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.list-summary-wrap.mt-common.list-summary-wrap-xl .list-summary-box+.list-summary-box {
    padding-top: 24px;
}

.vakgebieden-listing-row .categories-listing-box h3 em {
    color: #fff;
}

.faq-fox-header h4 {
    font-family: "Titillium Web", sans-serif;
    margin: 0;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
}

.faq-fox-header h4 i {
    margin-left: 10px;
    transform: rotate(-90deg);
}

.faq-fox+.faq-fox {
    border-top: 1px solid #5F6368;
}

.faq-fox .faq-content p {
    padding-bottom: 20px;
}

.faq-fox-header h4[aria-expanded="true"] i {
    transform: rotate(-180deg);
}

.war-stan-box {
    display: flex;
    align-items: center;
}

.war-stan-box .war-stan-number {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 1px solid var(--General-Color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Druk Wide';
    font-weight: 700;
    color: var(--General-Color);
}

.war-stan-content {
    padding-left: 16px;
}

.war-stan-content h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.war-stan-box+.war-stan-box {
    border-top: 1px solid #80868B;
    padding-top: 24px;
    margin-top: 24px;
}

.waar-staan-section {
    position: relative;
}



.waar-staan-section>img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
}

.waar-staan-section>div {
    position: relative;
    z-index: 1;
}

/*****************************/

/* 09. Contact Page CSS */
.contact-page-form {
    padding: 48px;
}

input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid var(--General-Dark);
    color: var(--General-Text-Light);
    background-color: var(--General-Dark);
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.bgBase input.wpcf7-form-control.wpcf7-submit {
    background: var(--General-Text-Light);
    color: var(--General-Dark);
    border-color: var(--General-Text-Light);
}

.bgBase input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
    color: var(--General-Text-Dark);
    text-decoration: none;
}

.bgBase input.wpcf7-form-control.wpcf7-submit:hover {
    color: var(--General-Text-Light);
}

.box-has-select .wpcf7-form-control-wrap:before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 24px;
    height: 24px;
    border: 1px solid var(--General-Dark);
    position: absolute;
    bottom: 7px;
    color: var(--General-Dark);
    border-radius: 100%;
    right: 6px;
    text-align: center;
    pointer-events: none;
    line-height: 15px;
}

.box-has-select .wpcf7-form-control-wrap select {
    appearance: none;
}

.box-has-select .wpcf7-form-control-wrap:hover:before {
    background: var(--General-Dark);
    color: #fff;
}

.custom-faq-two {
    padding: 48px;
}

.custom-faq-two .faq-fox-header h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-faq-two .faq-fox-header h4 i {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid var(--General-Dark);
    background: transparent;
    color: var(--General-Text-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: none;
    transition: all 0.3s ease 0s;
}

.custom-faq-two .faq-fox-header h4[aria-expanded="true"] i {
    transform: rotate(-180deg);
}

.custom-faq-two .faq-fox-header h4:hover i {
    background: var(--General-Text-Dark);
    color: #fff;
}

.custom-faq-two .faq-fox .faq-content p {
    padding: 0;
}

.custom-faq-two .faq-fox .faq-content p+p {
    margin-top: 20px;
}

.custom-faq-two .faq-fox .faq-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: var(--General-Text-Dark);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.custom-faq-two .faq-fox .faq-content ul li {
    padding-left: 20px;
    position: relative;
    margin-top: 4px;
}

.faq-content>div {
    padding-bottom: 20px;
}

p.caption {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.57143;
}

.list-summary-box {
    padding: 0 24px 0 88px;
    position: relative;
    counter-increment: summary;
    margin: 24px 0;
}

.list-summary-box .sub-heading-md {
    text-transform: uppercase;
}

.content-with-list-wrapper .list-summary-box,
.cms-section-with-points .list-summary-box {
    margin: 0;
    padding: 24px 24px 24px 88px;
}

.content-with-list-wrapper .list-summary-box+.list-summary-box {
    padding-top: 0;
}

.list-summary-box:before {
    content: counter(summary);
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid var(--General-Dark);
    text-rendering: optimizelegibility;
    font-family: 'Druk Wide';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 24px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 37px;
}

.list-summary-wrap {
    padding: 1px;
}

.list-summary-box+.list-summary-box {
    padding-top: 0;
}

.cms-with-numbers {
    padding: 48px 0;
}

.list-summary-wrap-xl .list-summary-box {
    margin: 0 0 0 32px;
    width: calc(50% - 16px);
    padding: 24px 24px 24px 88px;
    margin-top: -24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-summary-wrap.list-summary-wrap-xl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list-summary-wrap.list-summary-wrap-xl2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
    align-items: flex-start;
}

.list-summary-wrap-xl2 .list-summary-box {
    margin: 0;
    width: calc(33.33% - 12px);
    padding: 24px 24px 24px 88px;
}


.list-summary-wrap-xl .list-summary-box:nth-child(2n+1) {
    margin-left: 0;
}

.list-summary-wrap-xl .list-summary-box:nth-child(-n+2) {
    margin-top: 0;
}

.form-error-text {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    display: none;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    font-weight: 600;
}

/*****************************/


/* 10. Pers en media Page CSS */
.media-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.media-box {
    background: #F4F4F1;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none !important;
    width: calc(25% - 18px);
}

.media-box img {
    aspect-ratio: 1/0.86;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

.media-box h4 {
    margin: 8px 0 2px 0;
}

.media-box:hover p {
    text-decoration: underline;
}

/*****************************/

/* 11. Werkgevers Page CSS */
.bgBaseLight .custom-faq-two .faq-fox-header h4 i {
    border: 1px solid #fff;
    color: #fff;
}

.bgBaseLight .custom-faq-two .faq-fox-header h4:hover i {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

/*****************************/

/* 12. Open Sollicitatie Page CSS */
.open-sollicitatie-form a:empty {
    display: none;
}

.open-sollicitatie-form .oe_title {
    margin-bottom: 15px;
}

.open-sollicitatie-form .oe_widget .oe_stepTitle {
    margin-top: 24px;
}

.open-sollicitatie-form .oe_widget .oe_stepContainer,
.open-sollicitatie-form .oe_widget .oe_stepContainer>div {
    margin-top: 16px;
}

.open-sollicitatie-form .oe_widget .oe_stepContainer>div:first-child {
    margin-top: 0;
}

.open-sollicitatie-form .oe_widget .oe_step:first-of-type .oe_stepTitle {
    margin-top: 0;
}

.open-sollicitatie-form .oe_widget .oe_label+* {
    margin-top: 8px;
}

.open-sollicitatie-form .oe_widget .oe_formElement {
    position: relative;
    margin-top: 16px;
}

.open-sollicitatie-form .oe_widget .oe_formElement:first-child {
    margin-top: 0;
}

.open-sollicitatie-form .oe_widget .oe_selector {
    position: relative;
    display: block;
    min-height: 40px;
    border: 1px solid var(--baseColor);
    background-color: var(--General-Light);
    padding: 7px 16px;
    width: 100%;
    outline: 0;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}


.open-sollicitatie-form .oe_widget .oe_selector:hover:before,
.open-sollicitatie-form .oe_widget .oe_selector:active:before {
    color: inherit;
}

.open-sollicitatie-form .oe_validation {
    display: none;
}

.open-sollicitatie-form .oe_formElement.oe_error input,
.open-sollicitatie-form .oe_formElement.oe_error textarea,
.open-sollicitatie-form .oe_formElement.oe_error .rnCheckbox,
.open-sollicitatie-form .oe_formElement.oe_error .rnFileUpload .rnFilename {
    background-color: var(--Alert-Light) !important;
}

.open-sollicitatie-form .oe_widget .oe_selector:before {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--General-Dark);
    position: absolute;
    bottom: 7px;
    color: var(--General-Dark);
    border-radius: 100%;
    right: 6px;
    pointer-events: none;
    line-height: normal;
}

.open-sollicitatie-form .oe_widget .oe_selector select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.open-sollicitatie-form .oe_widget .oe_selector:hover {
    background-color: var(--baseLightestColor);
    border: 1px solid var(--General-Dark);
}

.open-sollicitatie-form .oe_widget .oe_selector:hover:before {
    background-color: var(--General-Dark);
    color: var(--General-Text-Light);
}

.open-sollicitatie-form .oe_widget .oe_selector:focus,
.open-sollicitatie-form .oe_widget .oe_selector:Active {
    border: 1px solid var(--General-Dark);
    background-color: var(--General-Light);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
}

.open-sollicitatie-form .oe_widget .oe_selector:focus:before,
.open-sollicitatie-form .oe_widget .oe_selector:Active:before {
    color: var(--General-Text-Color);
}

.open-sollicitatie-form .oe_widget .oe_selector[disabled],
.open-sollicitatie-form .oe_widget .oe_selector[disabled="disabled"] {
    border: 1px solid var(--baseColor);
    background-color: var(--baseLighterColor);
}

.open-sollicitatie-form .oe_widget .oe_uploader {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: 1px solid var(--baseColor);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.open-sollicitatie-form .oe_widget .oe_uploader .oe_uploaderButton {
    display: block;
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.open-sollicitatie-form .oe_widget .oe_uploader .oe_uploaderButton span {
    font-weight: 600;
}

.open-sollicitatie-form .oe_widget .oe_uploader:hover {
    border: 1px solid var(--General-Dark);
    background: var(--baseLightestColor);
}

.open-sollicitatie-form .oe_widget .oe_uploader:focus,
.open-sollicitatie-form .oe_widget .oe_uploader:Active {
    border: 1px solid var(--General-Dark);
    background-color: var(--General-Light);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
}

.open-sollicitatie-form .oe_widget .oe_uploader input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement {
    position: relative;
    display: block;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement img {
    width: 100px;
    opacity: 1;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label {
    position: relative;
    padding-left: 36px;
    position: relative;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label:after {
    color: inherit;
    font-family: 'jobsite' !important;
    speak: none;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label:hover:after,
.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label:active:after {
    color: inherit;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--baseColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label:after {
    line-height: 22px;
    text-align: center;
    width: 22px;
    color: var(--General-Text-Color);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label.oe_checked:before {
    background-color: var(--General-Dark);
    border-color: var(--General-Dark);
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label.oe_checked:after {
    opacity: 1;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement:hover .oe_label:not(.oe_checked):before {
    background-color: var(--baseLightestColor);
    border-color: var(--General-Dark);
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement:focus .oe_label:before {
    border-color: var(--General-Dark);
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
}


/*****************************************/


/* 13. Open Sollicitatie Page Marketingpakketten */
.marketing-packages-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.marketing-packages-box {
    width: calc(33.33% - 16px);
    padding: 2px;
    background: var(--baseLighterColor);
    border-radius: 24px;
}

.marketing-packages-box h3 {
    border-radius: 24px;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    padding: 9px;
}

.marketing-packages-content {
    padding: 50px 18px 18px 18px;
}

.marketing-packages-content>p {
    margin-bottom: 20px;
}

.marketing-packages-content ul li+li {
    margin-top: 10px;
}

.marketing-packages-content ul li {
    position: relative;
    padding-left: 25px;
}

.marketing-packages-content ul li:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/werkenbijwerktalent/assets/images/dark-checkbox.svg);
    width: 15px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
}

/*****************************************/

/* 14. Solliciteer Page */
.custom-radiobox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    background-color: transparent;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.custom-radiobox-wrap .custom-radiobox {
    margin: 0;
    position: relative;
    padding: 0 0 0 30px;
}

.custom-radiobox-wrap .custom-radiobox input {
    position: absolute;
    width: auto;
    opacity: 0;
    cursor: pointer;
}

.custom-radiobox-wrap .custom-radiobox .custom-radiobox-checkmark {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid var(--baseColor);
    background: #fff;
    border-radius: 100%;
    left: 0;
    top: 1px;
}

.custom-radiobox-wrap .custom-radiobox input:checked+.custom-radiobox-checkmark {
    background: var(--General-Dark);
    border-color: var(--General-Dark);
}

.custom-radiobox-wrap .custom-radiobox input:checked+.custom-radiobox-checkmark:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid var(--General-Text-Color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*****************************************/
/* favourites page */
/*****************************************/

.favorieten-vacatures {
    margin-top: 20px;
}

.favorieten-vacatures .vacatures_listing_box {
    color: #fff;
    background: var(--General-Text-Dark);
}

.favorieten-vacatures .vacatures_listing_box a {
    color: #fff;
}

.favorieten-vacatures .vacatures_listing_box .vlb_features li img {
    filter: brightness(0) invert(1);
}

.favorieten-vacatures .vacatures_listing_box a.vlb_delete_btn {
    border-color: #fff;
}

.favorieten-vacatures .vacatures_listing_box a.solliciteer-btn {
    color: var(--General-Color) !important;
}

.favorieten-vacatures .vacatures_listing_box a.solliciteer-btn:hover {
    color: #fff !important;
}

.vlb_features p {
    margin: revert-layer;
}

.favorieten-vacatures .vacatures_listing_box a.common-btn {
    color: #000;
}

.favorieten-vacatures .vacatures_listing_box a.common-btn:hover {
    color: var(--General-Color);
}

.page-template-template-favourite-vacatures .vlb_delete_btn {
    display: flex;
}

.page-template-template-favourite-vacatures .vlb_favorieten_btn {
    display: none;
}

@media only screen and (min-width: 840px) {

    .open-sollicitatie-form .oe_widget .oe_block_name,
    .open-sollicitatie-form .oe_widget .oe_block_contact,
    .open-sollicitatie-form .oe_widget .oe_block_address,
    .open-sollicitatie-form .oe_widget .oe_block_street-city {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .open-sollicitatie-form .oe_widget .oe_block_name .oe_formElement {
        margin-top: 0;
    }

    .open-sollicitatie-form .oe_widget .oe_block_name .oe_formElement:nth-child(1) {
        width: calc(40% - 12px);
    }

    .open-sollicitatie-form .oe_widget .oe_block_name .oe_formElement:nth-child(2) {
        width: calc(20% - 12px);
    }

    .open-sollicitatie-form .oe_widget .oe_block_name .oe_formElement:nth-child(3) {
        width: calc(40% - 12px);
    }

    .open-sollicitatie-form .oe_widget .oe_block_contact .oe_formElement,
    .open-sollicitatie-form .oe_widget .oe_block_street-city .oe_formElement {
        width: calc(50% - 8px);
    }

    .open-sollicitatie-form .oe_widget .oe_block_contact .oe_formElement:nth-child(-n+2),
    .open-sollicitatie-form .oe_widget .oe_block_street-city .oe_formElement:nth-child(-n+2) {
        margin-top: 0;
    }

    .open-sollicitatie-form .oe_widget .oe_block_address .oe_formElement {
        width: calc(33.33% - 12px);
    }

    .open-sollicitatie-form .oe_widget .oe_block_address .oe_formElement:nth-child(-n+3) {
        margin-top: 0;
    }
}

.open-sollicitatie-form .oe_widget .oe_department {
    display: none;
}

.open-sollicitatie-form .oe_widget fieldset legend {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    text-transform: initial;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.open-sollicitatie-form .oe_widget label.oe_phoneNumber,
.open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
    display: block;
}

@media only screen and (min-width: 840px) {

    .open-sollicitatie-form .oe_widget label.oe_phoneNumber,
    .open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
        display: inline-block;
    }
}

@media only screen and (min-width: 840px) {
    .open-sollicitatie-form .oe_widget .oe_phoneSelector {
        display: inline-block;
        width: 200px;
    }
}

.open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
    position: relative;
    margin-top: 8px;
}

@media only screen and (min-width: 840px) {
    .open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
        width: calc(100% - 220px);
        margin-left: 16px;
        margin-top: 0;
    }
}

.open-sollicitatie-form .oe_widget label.oe_phoneNumberInput .oe_phone_prefix {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.open-sollicitatie-form .oe_widget span.oe_phoneNumberInput input {
    padding-left: 60px;
}

.open-sollicitatie-form .oe_widget .oe_intakeElement .oe_selector {
    margin-top: 8px;
}

@media only screen and (min-width: 840px) {
    .open-sollicitatie-form .oe_widget .oe_intakeElement {
        display: flex;
        justify-content: space-between;
    }

    .open-sollicitatie-form .oe_widget .oe_intakeElement .oe_selector {
        width: calc(50% - 8px);
        margin-top: 8px;
    }
}

.open-sollicitatie-form .oe_widget .oe_buttons button {
    border: 1px solid var(--General-Color);
    color: var(--General-Text-Dark);
    background-color: var(--General-Color);
    cursor: pointer;
}

.open-sollicitatie-form .oe_widget .oe_stepIntro,
.open-sollicitatie-form .oe_widget .oe_help {
    margin-bottom: 8px;
}

.open-sollicitatie-form .oe_widget .oe_help {
    margin-top: 8px;
}

.open-sollicitatie-form .oe_widget .oe_error .oe_selector {
    background-color: var(--Alert-Light);
    border-color: var(--Alert);
}

.open-sollicitatie-form .oe_widget .oe_error .oe_selector:before {
    background-color: var(--Alert);
    border-color: var(--Alert);
    color: var(--General-Light);
}

.open-sollicitatie-form .oe_label {
    font-weight: 600;
    margin-bottom: 0;
}


.open-sollicitatie-form .oe_formElement input[type="text"],
.open-sollicitatie-form .oe_formElement input[type="url"],
.open-sollicitatie-form .oe_formElement input[type="tel"],
.open-sollicitatie-form .oe_formElement input[type="date"],
.open-sollicitatie-form .oe_formElement input[type="email"],
.open-sollicitatie-form .oe_formElement input[type="number"],
.open-sollicitatie-form .oe_formElement input[type="password"],
.open-sollicitatie-form .oe_formElement textarea {
    border: 1px solid var(--baseColor);
    background-color: var(--General-Light);
    padding: 7px 16px;
    width: 100%;
    outline: 0;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.open-sollicitatie-form .oe_formElement label {
    display: block;
    margin-bottom: 0;
}

.open-sollicitatie-form .oe_phoneNumberInput {
    width: 100%;
}

.open-sollicitatie-form .oe_help a {
    text-decoration: underline;
}

.open-sollicitatie-form .oe_buttons button {
    display: inline-block;
    padding: 9px 19px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 12px 23px 13px;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
}

.open-sollicitatie-form .oe_widget .oe_buttons button:hover {
    background-color: transparent;
    color: var(--General-Text-Color);
    text-decoration: none;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_checked.oe_label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid var(--General-Text-Color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-sollicitatie-form .oe_formElement input[type="text"][disabled],
.open-sollicitatie-form .oe_formElement input[type="text"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="url"][disabled],
.open-sollicitatie-form .oe_formElement input[type="url"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="tel"][disabled],
.open-sollicitatie-form .oe_formElement input[type="tel"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="date"][disabled],
.open-sollicitatie-form .oe_formElement input[type="date"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="email"][disabled],
.open-sollicitatie-form .oe_formElement input[type="email"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="number"][disabled],
.open-sollicitatie-form .oe_formElement input[type="number"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement input[type="password"][disabled],
.open-sollicitatie-form .oe_formElement input[type="password"][disabled="disabled"],
.open-sollicitatie-form .oe_formElement .rnSelectBox[disabled],
.open-sollicitatie-form .oe_formElement .rnSelectBox[disabled="disabled"],
.open-sollicitatie-form .oe_formElement textarea[disabled],
.open-sollicitatie-form .oe_formElement textarea[disabled="disabled"] {
    border: 1px solid var(--baseColor);
    background-color: var(--baseLighterColor);
}

.image-text-absolute {
    font-size: 38px;
    line-height: 1.02632;
    padding: 32px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
}

.image-text-absolute span {
    font-size: 4vw;
}

/*****************************/

@media only screen and (min-width: 840px) {
    .bgSecondaryBase {
        background: linear-gradient(90deg, var(--General-Color) 50%, var(--General-Dark) 50%, var(--General-Dark) 100%);
    }
}

@media only screen and (min-width: 840px) and (min-height: 500px) {
    .single-vestigingen-hero {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1679px) {
    h1 {
        font-size: 36px;
        line-height: 1.05556;
    }

    h2 {
        font-size: 28px;
        line-height: 1.07143;
    }

    h3 {
        font-size: 24px;
        line-height: 1.08333;
    }

    .container {
        max-width: 83%;
    }

    section {
        padding: 64px 0;
    }

    .title-with-text p {
        margin: 24px 0 0 0;
    }

    .title-with-text {
        margin-bottom: 24px;
    }

    .custom-tab-one .tab-content ul {
        margin-top: 24px;
    }

    .cso-content .sub-heading-p {
        font-size: 20px;
        line-height: 1.2;
    }

    .cso-content h2 {
        margin-bottom: 24px;
    }

    .menu-box+.menu-box {
        margin-top: 24px;
    }

    .kandidate-section h2 {
        margin-bottom: 24px;
    }

    .neem-contact h2 {
        margin-bottom: 24px;
    }

    .medewerkers-titles {
        padding-top: 20px;
    }


    .blogs-slider-title {
        margin-bottom: 24px;
    }

    .medewerkers-titles h2 {
        margin-bottom: 18px;
    }

    .custom-pagination {
        margin-top: 24px;
    }

    /* .bgSecondary {
        padding: 16px 24px;
    } */

    .bl-navigation i {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .blog-listing-row .blog-listing-wrap {
        padding-bottom: 56px;
    }

    .blog-slider-wrap .blog-listing-wrap {
        padding-bottom: 45px;
    }

    .content-blog-slider-wrap .blog-listing-wrap {
        padding-bottom: 45px;
    }

    .bl-content-inner {
        padding: 0 24px;
    }

    h5 {
        font-size: 20px;
        line-height: 1.1;
    }

    .cms-with-numbers {
        padding: 32px 0;
    }
}

@media only screen and (max-width: 1439px) {
    h1 {
        font-size: 24px;
        line-height: 1.08333;
    }

    h2 {
        font-size: 22px;
        line-height: 1.09091;
    }

    h3 {
        font-size: 20px;
        line-height: 1.1;
    }

    h5 {
        font-size: 16px;
        line-height: 1.125;
    }

    .contact-page-form {
        padding: 32px;
    }

    .hier-kun-je-werken-contact h2 {
        margin-top: 24px;
    }

    .blog-page-title h1 {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .title-with-text p {
        margin: 16px 0 0 0;
    }

    .title-with-text {
        margin-bottom: 16px;
    }

    .custom-tab-one .tab-content ul li {
        width: 50%;
    }

    .custom-tab-one .tab-content ul li:nth-child(3) {
        margin-top: 16px;
    }

    .custom-tab-one .tab-content ul {
        margin-top: 16px;
    }

    .blogs-slider-title {
        margin-bottom: 16px;
    }

    .cso-content {
        padding: 32px;
    }

    blockquote,
    q {
        font-size: 18px;
        line-height: 1.44444;
    }

    .aan-het-woord-box {
        padding: 32px;
    }

    .cso-content .sub-heading-p {
        font-size: 18px;
        line-height: 1.22222;
    }

    .grow-footer-title {
        padding: 32px 0 64px 0;
    }

    .grow-footer-links-wrapper {
        padding: 32px;
    }

    .grow-footer-links-wrapper {
        margin-top: -22px;
    }

    .menu-box h4 {
        line-height: 1.22222;
        font-size: 18px;
    }

    .menu-box h4 {
        margin-bottom: 24px;
    }

    .menu-box+.menu-box {
        margin-top: 16px;
    }

    .footer-bottom {
        padding: 32px 0 !important;
    }

    .sub-heading-md b,
    .sub-heading-md {
        font-size: 18px;
        line-height: 1.2;
    }

    .kandidate-section h2 {
        margin-bottom: 16px;
    }

    .neem-contact h2 {
        margin-bottom: 16px;
    }

    .bl-content-inner h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .custom-pagination {
        margin-top: 16px;
    }

    .bl-content-inner {
        padding: 0 16px;
    }

    .custom-faq-two {
        padding: 32px;
    }

    .single-blog-meta {
        margin-bottom: 24px;
    }

    .single-blog-content h1 {
        margin: 24px 0;
    }

    .single-details>* {
        margin-top: 24px;
    }

    .single-details blockquote {
        margin-top: 24px;
        padding: 0;
    }

    .single-details .blog-thumbnail {
        padding: 0;
        margin-top: 32px;
    }

    .sb-cta-wrap {
        padding: 32px;
    }

    .sb-cta-wrap>* {
        margin-top: 24px;
    }

    .single-details h2,
    .single-details h3,
    .single-details h4,
    .single-details h5,
    .single-details h6 {
        margin: 24px 0 0;
    }

    .mb-common {
        margin-bottom: 24px;
    }

    .mt-common {
        margin-top: 24px;
    }

    .csb-content h2 {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.2;
    }

    .custom-faq-two .faq-fox-header h4 {
        font-size: 18px;
        line-height: 1.22222;
    }

    /* .list-summary-box {
        padding: 0 24px 0 68px !important;
    } */

    .list-summary-box:before {
        font-size: 16px;
        line-height: 33px;
        width: 34px;
        height: 34px;
        left: 16px;
    }

    .list-summary-wrap-xl .list-summary-box {
        padding: 16px 24px 16px 68px !important;
        margin-top: -8px;
        width: calc(50% - 8px);
        margin-left: 16px;
    }

    .image-text-absolute {
        font-size: 1.9375rem;
        line-height: 1.06452;
    }
}

@media only screen and (max-width: 1199px) {
    .categories-listing-box h3 {
        left: 15px;
        bottom: 15px;
        font-size: 16px;
    }

    .cms-section-full-width .cso-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 60px 40px !important;
    }

    .vakgebieden-listing-row .categories-listing-box h3 {
        font-size: 16px;
    }

    .categories-sec-listing {
        grid-gap: 20px;
    }

    .map-full-height iframe {
        height: 600px;
    }

    .categories-listing-box:hover h3 {
        bottom: 30px;
    }

    .vakgebieden-listing-row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .vakgebieden-listing-row .categories-listing-box {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 1079px) {
    .marketing-packages-box {
        width: 100%;
    }

    /* section {
        padding: 32px 0;
    } */
    .large-h2,
    .large-h2 h2,
    .large-h2 h1 {
        font-size: 28px;
        line-height: 1.14286;
        margin: 0;
    }

    .medewerkers-titles h2 {
        margin-bottom: 10px;
    }

    .custom-tab-one .tab-content {
        padding: 24px 16px;
    }

    .contact-page-form {
        padding: 24px 16px;
    }

    .blog-page-title h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .reviews-text-section .reviews-text-box>*:first-child {
        margin-bottom: 20px;
    }

    .single-details h2,
    .single-details h3,
    .single-details h4,
    .single-details h5,
    .single-details h6 {
        margin: 20px 0 0;
    }

    .cso-content h2 {
        margin-bottom: 20px;
    }


    .hier-kun-je-werken-contact h2 {
        margin-top: 20px;
    }

    .cso-content {
        padding: 24px 16px;
    }

    .aan-het-woord-box {
        padding: 24px 16px;
    }

    .cso-content .sub-heading-p {
        font-size: 16px;
        line-height: 1.25;
    }

    .grow-footer-links-wrapper a {
        width: 50%;
    }

    .grow-footer-links-wrapper a:nth-child(3) {
        margin-top: 16px;
    }

    .grow-footer-links-wrapper {
        padding: 24px 16px;
    }

    .menu-box h4 {
        line-height: 1.25;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .menu-box ul {
        margin-top: 20px;
    }

    section.padding-md {
        padding: 32px 0;
    }

    h2.large-h2 {
        line-height: 1.14286;
        font-size: 28px;
    }

    .mlb-img {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
    }

    .medewerkers-listing-box {
        width: 100%;
    }

    .medewerkers-listing {
        margin-top: 10px;
    }

    .mlb-content .mlb-position {
        margin-bottom: 5px;
    }

    .bl-content-inner h2 {
        font-size: 16px;
        line-height: 1.2;
    }

    .single-blog-meta {
        margin-bottom: 20px;
    }

    .single-blog-content h1 {
        margin: 20px 0;
    }

    .single-details>* {
        margin-top: 20px;
    }

    .single-details blockquote {
        margin-top: 20px;
    }

    .sb-cta-wrap {
        padding: 24px 16px;
    }

    .sb-cta-wrap>* {
        margin-top: 20px;
    }

    .image-text-absolute {
        font-size: 23px;
        line-height: 1.08696;
    }

    /* .single-vestigingen-hero-content {
        padding-top: 90px !important;
    } */



    .mb-common {
        margin-bottom: 20px;
    }

    .mt-common {
        margin-top: 20px;
    }

    .custom-faq-two {
        padding: 24px 16px;
    }

    .custom-faq-two .faq-fox-header h4 {
        font-size: 16px;
        line-height: 1.22222;
    }

    .single-vestigingen-hero.has-mouse {
        padding-bottom: 90px !important;
    }

    .single-vestigingen-hero .single-vestigingen-hero-img {
        bottom: -90px;
    }

    .media-box {
        width: calc(33.33% - 16px);
    }

    .company-small-box {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 991px) {
    .header-main-menu {
        display: none;
    }

    .content-4x4-row>div+div {
        margin-top: 40px;
    }

    .list-summary-wrap-xl2 .list-summary-box {
        width: 100%;
    }

    .list-summary-wrap.list-summary-wrap-xl2 {
        gap: 0;
    }

    .waar-staan-section>img {
        position: initial !important;
        width: 100%;
        margin-top: 60px;
    }

    /* .waar-staan-section {
        padding-bottom: 0;
    } */

    .home-hero-section .vacatures-filters-top {
        flex-wrap: wrap;
    }

    .home-hero-section .search-geo {
        width: 56%;
    }

    .header-logo {
        order: 1;
        margin-right: 10px;
    }

    .nav-trigger-outer {
        order: 4;
        margin-left: 10px
    }

    .header-right-outer {
        order: 3;
    }

    /* .image-text-absolute {
        position: relative;
    } */

    .sidebar-wrapper {
        top: 64px;
    }

    .header-section {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-box ul {
        display: none;
    }

    .menu-box {
        margin-top: 16px;
    }

    .menu-box h4 {
        position: relative;
    }

    .menu-box h4:before {
        content: "\f107";
        position: absolute;
        font-family: "Font Awesome 5 free";
        right: 0;
        font-size: 16px;
        pointer-events: none;
        top: 1px;
    }

    .menu-box h4.active-f-menu:before {
        transform: rotate(180deg);
    }

    .menu-box .show-f-menu ul {
        display: block;
    }
}

@media only screen and (max-width: 839px) {
    .container {
        max-width: 100%;
    }

    .open-sollicitatie-form .oe_widget .oe_buttons button {
        width: 100%;
    }

    .content-column-overlap-hero-img img {
        height: 100%;
        object-fit: cover;
    }

    .content-column-overlap-hero-wrap {
        margin: 0;
    }

    .content-column-overlap-hero-img {
        position: absolute;
        top: -32px;
        left: 0;
        width: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        bottom: -32px;
    }


    .content-column-overlap-hero-content {
        width: 100%;
        margin: 0;
        row-gap: 20px;
    }

    .content-column-overlap-hero-img:before {
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, .8);
    }

    .categories-sec-listing {
        display: flex;
        flex-wrap: wrap;
    }

    .categories-listing-box {
        width: calc(33.33% - 14px);
    }

    .categories-listing-box:nth-child(4) img,
    .categories-listing-box:nth-child(5) img {
        position: initial !important;
    }


    .google-testimonial-box {
        width: 100%;
    }

    .blog-slider-wrap>.owl-stage-outer {
        min-width: auto;
    }

    .content-blog-slider-wrap>.owl-stage-outer {
        min-width: auto;
    }

    .grow-footer-links-wrapper a {
        width: 100%;
    }

    .grow-footer-links-wrapper a:nth-child(2) {
        margin-top: 16px;
    }

    .single-vestigingen-hero-img {
        position: absolute;
        top: -32px;
        left: 0;
        width: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        bottom: -32px;
    }

    .single-vestigingen-hero-img img {
        height: 100%;
        object-fit: cover;
    }

    .blog-listing-row {
        gap: 12px;
    }

    .blog-listing-row .blog-listing-wrap {
        width: 100%;
    }

    .single-vestigingen-hero {
        padding-bottom: 32px !important;
    }

    .single-vestigingen-hero-content {
        width: 100%;
        margin: 0;
        row-gap: 20px;
    }

    .single-vestigingen-hero-img:before {
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, .8);
    }

    .single-vestigingen-hero-wrap {
        margin: 0;
    }

    .svhc-buttons a {
        margin: 12px 0 0 0;
        width: 100%;
    }

    .svhc-buttons {
        display: block;
    }

    .page-banner img {
        min-height: 290px;
        object-fit: cover;
    }

    .has-mouse:before,
    .has-mouse::after {
        content: none;
    }

    .cso-content .svhc-buttons a {
        width: auto;
    }

    .list-summary-wrap-xl .list-summary-box {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .categories-listing-box h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-social ul {
        justify-content: center;
    }

    .custom-radiobox-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .cp-numbers>* {
        margin: 0 8px;
        font-size: 18px;
    }

    .war-stan-content h3 {
        font-size: 16px;
    }

    .cms-section-full-width .cso-content {
        padding: 60px 15px !important;
    }

    .war-stan-box .war-stan-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 11px;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-logo {
        margin: 20px 0;
    }

    .custom-tab-one .tab-content ul li {
        width: 100%;
    }

    .custom-tab-one .tab-content ul li:nth-child(2) {
        margin-top: 16px;
    }

    .categories-sec-title {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }

    .home-client-section .owl-nav {
        position: initial !important;
        margin-top: 20px !important;
    }

    .logos-slider-box a+a {
        margin-top: 16px;
    }

    .home-hero-section .job-search-option {
        width: 100%;
    }

    .home-hero-section .search-geo {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .home-hero-section .postcode-option {
        width: 100%;
    }

    .home-hero-section .selectbox-option {
        width: 100%;
    }

    .home-hero-section .job-search-submit {
        width: 100%;
    }

    .home-hero-section .job-search-submit input {
        width: 100%;
    }

    .home-hero-section .vacatures-filters-row input,
    .home-hero-section .vacatures-filters-row select {
        font-size: 16px;
        min-height: auto;
        line-height: normal;
    }

    .get-location {
        top: 10px;
    }

    .home-hero-section .selectbox-arrow {
        top: 9px;
    }

    .home-hero-section .get-location {
        top: 10px;
    }

    .media-box {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 575px) {
    .sb-cta-wrap h2 {
        font-size: 17px;
    }

    .video-popup-section .iframe-inner {
        width: 80%;
    }

    .custom-radiobox-wrap {
        grid-template-columns: 1fr;
    }

    .home-hero-form-outer {
        padding: 30px 20px;
    }

    .categories-listing-box>img {
        aspect-ratio: 1/1;
    }

    .categories-sec-listing {
        grid-gap: 0;
    }

    .faq-fox-header h4 {
        font-size: 18px;
    }

    h2 {
        font-size: 17px;
        line-height: 1.09091;
    }

    .categories-listing-box {
        width: 100%;
    }

    .vakgebieden-listing-row .categories-listing-box {
        width: 100%;
    }

    .vakgebieden-listing-row {
        gap: 0;
    }

    .categories-listing-box+.categories-listing-box {
        margin-top: 20px;
    }

    .hero-usp-box {
        max-width: 100%;
        margin: 6px 0 0 0 !important;
    }

    .home-hero-section .vacatures-filters-row label {
        display: none;
    }

    .home-hero-section .search-geo {
        margin: 0;
    }

    /* .home-hero-section .vacatures-filters-top {
        margin-bottom: 20px;
    } */
    .home-hero-section {
        min-height: auto;
        padding: 70px 0 90px;
    }

    .home-hero-form-outer {
        margin-top: 20px;
    }

    .categories-listing-box h3 {
        font-size: 22px;
    }

    .show-sollicteer .vlb_footer_actions .common-btn {
        width: calc(100% - 42px);
    }

    .show-sollicteer .vlb_footer_actions {
        flex-wrap: wrap;
    }

    .show-sollicteer .vlb_footer_actions .common-btn.solliciteer-btn {
        width: 100%;
        margin: 15px 0 0 0 !important;
    }

    .media-box {
        width: 100%;
    }

    .company-small-box {
        width: 100%;
    }
}