/*
    1. Common CSS
    2. Vacatures Page CSS
    3. Single Vacatures Page CSS
    4. Sollicitatie Page CSS
    5. New Form Sollicitatie Page CSS
*/

/* 1. Common CSS */
body {
    font-family: "Open Sans", Sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "bahnschrift", Sans-serif !important;
}

section {
    padding: 96px 0;
}

.bgBase {
    background-color: #000;
    color: #fff;
}

.bgSecondary {
    color: #ffffff;
    background-color: #EE8627;
}

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

p {
    margin: 0;
}

h4 {
    text-rendering: optimizelegibility;
    font-weight: 700;
}

.container {
    max-width: 1260px;
}

h6 {
    text-rendering: optimizelegibility;
    font-weight: 700;
}

span {
    display: inline-block;
}

body p {
    margin: 0;
}

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

.common-btn {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 500;
    border: 1px solid #EE8627;
    color: #ffffff !important;
    background-color: #EE8627;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.common-btn:hover {
    color: #EE8627 !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
}

a,
a:hover {
    text-decoration: none;
}

a {
    display: inline-block;
}

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

.common-btn.common-btn-black-border:hover {
    background: #ee8628;
    color: #fff;
}

input,
select,
button {
    outline: none !important;
}

.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;
}

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


.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;
}

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

/* 2. Vacatures Page CSS */
.inner-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 100px 0;
}

.inner-hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.5;
}

.inner-hero-section h1 {
    font-family: "bahnschrift", Sans-serif !important;
    font-size: 52px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.inner-hero-section p {
    color: #fff;
    margin: 0;
}


.vacatures_listing_box.bgBase h6 a:visited {
    color: #fff;
}

.vlb_favorieten_btn:hover {
    text-decoration: none;
}

.filter-box {
    position: relative;
}

.active-favorite .heart-border {
    display: none;
}

.show-sollicteer .solliciteer-btn {
    display: inline-block !important;
}

.vlb_delete_btn:hover {
    text-decoration: none !important;
}

.vlb_delete_btn {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 10px;
    color: #000;
    display: none;
}

a.solliciteer-btn {
    margin-left: 10px;
    display: none;
}

.page-template-template-favoriete-vacatures a.solliciteer-btn {
    display: block;
}

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

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

.vlb_favorieten_btn .heart-full {
    display: none;
}

.vlb_favorieten_btn.active-favorite .heart-full {
    display: inline-block;
}

.vlb_delete_btn:hover {
    background: #000;
    color: #fff;
}

.vlb_favorieten_btn:hover,
.vlb_favorieten_btn.active-favorite {
    background: #000;
    color: #fff;
}

.vacatures-main-wrapper {
    padding: 80px 0;
    background: #1F1F1F;
    color: #fff;
}

.custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers {
    height: 32px;
    width: 32px;
    background: #EE8627;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    text-decoration: none;
}

.active-filter_badge {
    border: 1px solid rgb(128 128 128 / 30%);
    border-radius: 100px;
    font-size: 14px;
    padding: 2px 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.active-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.active-filter-wrap:empty {
    display: none;
}

.active-filter_badge img {
    margin-left: 5px;
}

.selectbox-option {
    position: relative;
}

.selectbox-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    position: absolute;
    bottom: 7px;
    color: #000;
    border-radius: 100%;
    right: 6px;
    pointer-events: none;
}

.selectbox-arrow i {
    position: relative;
    top: -3px;
}

.custom-pagination.pagination-light .page-numbers.dots {
    text-decoration: none;
}

.selectbox-option:hover .selectbox-arrow {
    background: #000;
    color: #fff;
}

.custom-pagination .prev.page-numbers.disabled,
.custom-pagination .next.page-numbers.disabled {
    opacity: 0.7;
}

.job-search-submit input, .job-search-submit input:focus {
    border: 1px solid #EE8627;
    color: #ffffff;
    background-color: #EE8627;
    width: 160px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    cursor: pointer;
}

.job-search-submit input:hover {
    color: #EE8627 !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
}

.extra-filter-options {
    border-radius: 0 0 20px 20px;
    background: #f5f5f5;
    padding: 0 16px 12px;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    display: none;
}

.vmf-filter-left .filter-box.search-filter .extra-filter-options {
    border-radius: 5px;
    background: #f5f5f5;
    padding: 0;
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    z-index: 1;
    min-width: 430px;
    display: none;
}

.vmf-filter-left .filter-box.autosuggest-filter.search-filter .extra-filter-options {
    min-width: 100%;
}

.vmf-filter-left .filter-box.search-filter .extra-filter-options.active {
    display: block;
}

.extra-filter-options ul {
    position: relative;
    max-height: 200px;
    padding: 0 4px;
    overflow: auto;
}

.filters-result-text {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 600;
}

.filters-result-text span {
    color: #EE8627;
}

.extra-filter-options.active {
    display: block;
}

.search-filter li {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    margin-top: 0;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-filter li a:before {
    content: none;
}

.search-filter li a,
.NoBgcolor .location-suggestion-text a {
    padding: 0;
}

.search-filter .extra-filter-options {
    padding: 3px;
}

.vacatures-sidebar {
    background: #121212;
    padding: 24px;
}

.filter-collapse-box {
    border-top: 1px solid #3C4043;
    padding-top: 24px;
    margin-top: 24px;
}

.vacatures-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacatures-sidebar-header h4 {
    margin: 0;
    font-family: "bahnschrift", Sans-serif;
}

.alles-wissen {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    display: none;
}

.alles-wissen.active {
    display: flex;
}

.alles-wissen i {
    margin-left: 10px;
}

.filter-collapse-box>h6 {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

.filter-collapse-box>h6 i {
    margin-left: 10px;
    font-size: 16px;
}

.filter-collapse-body a {
    color: #fff !important;
    position: relative;
    padding-left: 25px;
}

.filter-collapse-body a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    left: 0;
    top: 4px;
}

.filter-collapse-body li+li {
    margin-top: 8px;
}

.filter-collapse-body a.checked:before {
    background: #000000;
    border-color: #000000;
}

.filter-collapse-body a.checked:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 4px;
    height: 10px;
    border: solid #EE8627;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-collapse-box.filter-collapse-active>h6 i {
    transform: rotate(180deg);
}

.filter-collapse-body {
    margin-top: 15px;
    display: none;
    max-height: 313px;
    overflow-y: scroll;
}

.filter-collapse-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
}

.filter-collapse-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.filter-collapse-body::-webkit-scrollbar-thumb {
    background-color: #EE8627;
    border-radius: 3px;
}

.filter-collapse-box.filter-collapse-active .filter-collapse-body {
    display: block;
}

.vacatures_listing_box {
    background: #121212;
    color: #ffffff;
    padding: 24px;
}

.vacatures_listing_box+.vacatures_listing_box {
    margin-top: 8px;
}

.vlb_body_text {
    margin: 12px 0;
}

.vlb_header_left h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.vlb_features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.vlb_features p {
    margin: 0;
}

.vlb_features li {
    display: flex;
    align-items: center;
}

.vlb_features li:not(:last-child) {
    margin-right: 12px;
}

.vlb_features li img {
    margin-right: 5px;
}

.vlb_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.vlb-header-right img {
    width: 64px;
    height: 64px;
    min-width: 64px;
}

.vlb-header-right:empty {
    display: none;
}

.vlb_header_left {
    padding-right: 15px;
}

.vlb_footer_actions {
    display: flex;
    align-items: center;
}

.vlb_footer {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.vlb_footer .common-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vlb_favorieten_btn {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}

.vlb_favorieten_btn img {
    width: 15px;
}

.vacatures_main_filter {
    background: #121212;
    padding: 24px;
    margin-bottom: 20px;
}

.vmf-filter {
    display: flex;
    gap: 24px;
}

.vmf-filter-left {
    width: 100%;
    display: flex;
}

.vmf-filter-left .filter-box:first-child {
    width: 47%;
}

.vmf-filter-left .filter-box {
    width: 33%;
    border-right: 2px solid #121212;
}

.vmf-filter-left .selectbox-option {
    width: 20%;
}

.vmf-filter .job-search-submit input {
    transition: all 0.3s ease 0s;
    border-radius: 5px !important;
    padding: 13px 10px;
}

.vmf-filter .filter-box>input {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 12px 20px 12px 35px;
}

.vmf-filter-left .filter-box:first-child>input {
    border-radius: 5px 0 0 5px;
}

.vmf-filter-left .selectbox-option select {
    width: 100%;
    padding: 12px 35px 12px 35px;
    border: none;
    border-radius: 0 5px 5px 0;
    appearance: none;
}

.vmf-filter-left .selectbox-option .selectbox-arrow {
    top: 13px;
}

/* .vmf-filter-left .filter-box:first-child>input.suggestions-active {
    border-radius: 100px 0 0 100px !important
} */

.vmf-filter-left>div>img {
    position: absolute;
    top: 15px;
    left: 10px;
}

.vacatures-main-wrapper .container {
    max-width: 1260px;
}

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


/* 3. Single Vacatures Page CSS */

.apply-fix-footer .job-apply-buttons .common-btn-dark {
    border-color: #000;
    color: #000 !important;
}

.intl-tel-input {
    width: 100%;
}

.location-salary-wrapper li:not(:last-child):after {
    content: "|";
    padding: 0 8px;
}

.apply-fix-footer .job-apply-buttons .common-btn-dark:hover {
    color: #ee8628 !important;
}

.apply-fix-footer {
    border-top: 1px solid #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 12px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.aff-inner {
    display: flex;
    align-items: center;
}

.job-apply-buttons {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.small-avatar {
    display: flex;
    align-items: center;
}

.small-avatar img {
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.apply-fix-footer.aff-active {
    bottom: 0;
}

.small-avatar a {
    color: #fff !important;
}

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

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

a.rank-with-google {
    color: #FFF !important;
    margin-top: 20px;
}

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

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

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

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

.single-vestigingen-hero-wrap {
    display: flex;
    margin: 0 -8px;
    align-items: center;
    flex-wrap: wrap;
}

.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%);
}

.job-apply-buttons {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.job-apply-buttons .add-in-favorieten {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.job-apply-buttons .add-in-favorieten img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
    width: 15px;
}

.job-apply-buttons .common-btn {
    margin-top: 0;
    margin-right: 16px;
}

.job-apply-buttons .add-in-favorieten:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.job-apply-buttons .add-in-favorieten:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(104%) contrast(102%);
}

.job-apply-buttons .add-in-favorieten .heart-full {
    display: none;
}

.job-apply-buttons .add-in-favorieten.active-favorite .heart-border {
    display: none;
}

.job-apply-buttons .add-in-favorieten.active-favorite .heart-full {
    display: inline-block;
}

.single-vacatures-section h1 {
    font-size: 34px;
    margin: 0;
}

.hero-vacancy-features {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.hero-vacancy-features li {
    font-weight: 600;
    margin-top: 2px;
}

.hero-vacancy-features li:not(:last-child):after {
    content: "|";
    padding: 0 8px;
    color: #fff;
}

.hero-vacancy-extra-features {
    margin-top: 24px;
}

.hero-vacancy-extra-features li {
    display: flex;
    align-items: flex-start;
}

.hero-vacancy-extra-features li i {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.hero-vacancy-extra-features li {
    margin-top: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten {
    border-color: #FFF;
    color: #fff;
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten img {
    filter: brightness(0) invert(1);
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(37%) saturate(3415%) hue-rotate(162deg) brightness(89%) contrast(97%);
}

.single-vacatures-section .job-apply-buttons .add-in-favorieten:hover {
    background: #fff;
    color: #000;
    text-decoration: none !important;
}

b,
strong {
    font-weight: bold;
}

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

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

.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: 5px;
    right: 7px;
    font-weight: 900;
}

.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: #ee8628;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

.job-summery {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.44444;
}

.job-text h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.job-text p+p {
    margin-top: 28px;
}

.job-recruiter {
    margin-top: 32px;
}

.job-recruiter-header {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    padding: 16px 24px;
    background-color: #000;
    color: #fff;
}

.job-recruiter-header span {
    font-weight: 700;
}

.job-recruiter-header ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.job-recruiter-header ul a {
    color: #fff;
}

.job-recruiter-header ul li:not(:last-child):before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    inset: 11px 0 auto auto;
    background-color: #fff;
}

.job-recruiter-header ul li:not(:last-child) {
    position: relative;
    padding-right: 16px;
    margin-right: 12px;
}

.job-recruiter-body {
    padding: 24px;
    gap: 24px;
    flex-wrap: nowrap;
    display: flex;
    color: #ffffff;
    background-color: #3e2915;
    align-items: center;
}

.job-recruiter-img {
    width: 152px;
}

.job-recruiter-content>span {
    display: block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    margin-top: 16px;
}

.job-recruiter-content>p {
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
}

.job-recruiter-contact {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.job-recruiter-contact a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.job-recruiter-body .job-recruiter-contact a:hover i {
    background: #ee8628;
    color: #ffff;
    border-color: #ee8628;
}

.job-recruiter-body .job-recruiter-contact a i {
    transition: all 0.3s ease 0s;
}

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

.job-recruiter-contact a:hover span {
    text-decoration: underline;
}

.steps-outside {
    position: relative;
}

.steps-outside:before {
    content: "";
    position: absolute;
    left: -46px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ee8628;
}

.steps-outside:after {
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid #ee8628;
    border-width: 1px 0 1px 1px;
    background-color: #ee8628;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    line-height: 28px;
    left: -95px;
}

.job-details.steps-outside:after {
    content: "01";
}

.single-vacatures-row>div {
    margin-top: 48px;
}

.job-benefits-description:after {
    content: "02";
}

.job-requirements-description:after {
    content: "03";
}

.job-company-description:after {
    content: "04";
}

.job-apply-part:after {
    content: "05";
}

.sollicitatieproces-content-heading span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.sollicitatieproces-proces {
    margin-top: 32px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    gap: 12px;
}

.sollicitatieproces-proces-box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.spb-step-icon {
    height: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
    position: relative;
}

.spb-step-icon img {
    width: 64px;
}

.sollicitatieproces-proces-box:not(:last-child) .spb-step-icon:before {
    content: "";
    position: absolute;
    background: #000;
    top: auto;
    bottom: 30px;
    left: calc(50% + 12px);
    width: calc(100% - 12px);
    height: 4px;
}

.sollicitatieproces-proces-box .spb-step-icon:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ee8628;
    border: 4px solid #000;
    border-radius: 50%;
    top: auto;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.spb-step-content {
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 12px;
    font-size: 14px;
    line-height: 1.57143;
    margin-left: 0;
    height: calc(100% - 116px);
    border-radius: 5px;
}

.spb-step-content h3 {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.job-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

section.single-vacatures-content {
    background: #1F1F1F;
    color: #fff;
}


.single-vacatures-content .custom-breadcrumbs a,
.single-vacatures-content .custom-breadcrumbs span {
    color: #fff;
}

.job-recruiter-contact a:hover * {
    text-decoration: none !important;
}

.job-recruiter-content h5 {
    margin-top: 0;
}

.vacatures-slider-title,
.neem-contact-title {
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.vacatures-slider-wrap .vacatures-listing-box {
    background: #1F1F1F;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vacatures-slider-wrap .vacatures-listing-box h3 {
    font-size: 22px;
}

.vacatures-slider-wrap .vlb-features {
    margin-top: 16px;
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.vacatures-slider-wrap .vlb-features li {
    font-size: 14px;
}

.vacatures-slider-wrap .vlb-features li:not(:last-child):after {
    content: "|";
    padding: 0 5px;
}

.vacatures-slider-wrap .vlb-vlb-discription-with-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacatures-slider-wrap .vlb-extra-features {
    margin-top: 16px;
}

.vacatures-slider-wrap .vlb-extra-features li {
    display: flex;
    align-items: flex-start;
}

.vacatures-slider-wrap .vlb-extra-features li i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.vacatures-slider-wrap .vlb-extra-features li * {
    font-size: 14px;
}

.vacatures-slider-wrap .owl-item .vacatures-listing-box {
    height: 100%;
}

.vacatures-slider-wrap .vlb-buttons {
    display: flex;
    flex-direction: column;
}

.vacatures-slider-wrap .vlb-buttons a {
    text-align: center;
}

.vacatures-slider-wrap .vlb-buttons {
    margin-top: 25px;
}

.vacatures-slider-wrap .vlb-buttons a.common-btn:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #EE8627 !important;
}

.vacatures-slider-wrap.owl-carousel .owl-nav {
    margin-top: 24px;
    display: flex;
    gap: 20px;
}

.vacatures-slider-wrap.owl-carousel .owl-nav button,
.vacatures-slider-wrap.owl-carousel .owl-nav button:hover {
    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;
    background-color: transparent;
}

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

.neem-contact-section .cso-content h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.contact-card {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.contact-card-img {
    width: 122px;
    line-height: 0;
    margin-right: 16px;
    border-radius: 100%;
    overflow: hidden;
}

.contact-card-details span {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.contact-card-details p {
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.57143;
}

.neem-contact-contact-outer {
    margin-top: 30px;
}

.neem-contact-contact-outer>span {
    margin-bottom: 12px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.custom-contact-list a {
    display: flex;
    align-items: center;
    color: #fff !important;
}

.neem-contact-contact-outer .custom-contact-list i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 13px;
    border-radius: 100%;
}

.neem-contact-contact-outer .custom-contact-list a i {
    transition: all 0.3s ease 0s;
}

.custom-contact-list li+li {
    margin-top: 8px;
}

.custom-contact-list a:hover {
    color: #000 !important;
}

.cso-img {
    position: relative;
}

.cso-img::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: 0.3s;
}

img.vestigingen-fixed-height {
    max-height: 502px;
    object-fit: cover;
}

.ncs-text-overlay {
    position: absolute;
    bottom: 64px;
    left: 64px;
}

.icon-button {
    background: transparent;
    border: none;
    padding: 0;
    color: #EE8627;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.ncs-text-overlay a {
    margin-top: 16px;
}

.ncs-text-overlay h2 {
    margin: 0;
    font-weight: bold;
}

.icon-button i {
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none !important;
    width: 24px;
    height: 24px;
    border: 1px solid #EE8627;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.custom-contact-list a:hover i {
    border-color: #000;
}

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


/* 4. Sollicitatie Page CSS */
.bgPrimary {
    color: #000;
    background-color: #fff;
}

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

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

.form-row-box input,
.form-row-box textarea,
.form-row-box select {
    border: none !important;
    background-color: #1F1F1F;
    padding: 12px 16px !important;
    width: 100%;
    outline: 0;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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;
    color: #fff;
}

.form-row-box input:hover,
.form-row-box textarea:hover,
.form-row-box select:hover {
    background-color: #1F1F1F;
    border: none;
}

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

.custom-form-design button[type="submit"] {
    font-size: 16px;
    line-height: 1.25;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 500;
    border: 1px solid #EE8627;
    color: #ffffff !important;
    background-color: #EE8627;
    border-radius: 5px;
    margin-top: 16px;
    transition: all 0.3s ease 0s;
}

.custom-form-design button[type="submit"]:hover {
    color: #EE8627 !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
}

.form-row-box input:focus,
.form-row-box textarea:focus,
.form-row-box select:focus {
    border: none;
    background-color: #1f1f1f;
}

.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;
}

.vacatures-head-inner-new {
    width: 100%;
    background: #000;
    padding: 32px;
}

.subtitle-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.vacatures-head-inner-new h1 {
    font-size: 32px;
    margin-bottom: 14px;
    margin-top: 12px;
}

.vacatures-head-inner-new ul {
    display: flex;
    flex-wrap: wrap;
}

.vacatures-head-inner-new ul li {
    font-weight: 600;
}

.apply-vacatures-form-box {
    padding: 32px;
    background: #121212;
    color: #ffffff;
}

.job-apply-buttons a.common-btn:hover {
    background: #000 !important;
}

.form-row-box input.error,
.form-row-box textarea.error,
.form-row-box select.error {
    background-color: #ffc9ad;
}

.vacatures-head-inner-new .custom-breadcrumbs span {
    color: #fff;
}

input#mobielNummer {
    padding-left: 55px !important;
}

.intl-tel-input .selected-flag {
    padding: 0 0 0 15px;
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #ffffff;
    right: 0px;
}

.form-row-box input[type="file"].error+label .file-select-box {
    background: #ffc9ad;
    color: #1F1F1F;
}

.custom-checkbox-label input.error+span:before {
    background: #ffc9ad;
}

.bgBase .bgPrimary .custom-breadcrumbs a,
.bgBase .bgPrimary .custom-breadcrumbs span {
    color: #000;
}

.vacatures-head-inner-new .custom-breadcrumbs {
    margin-bottom: 16px;
}


.apply-vacatures-form-box-inner h6 {
    font-size: 20px;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.apply-vacatures-form-box-inner .row {
    margin-left: -9px;
    margin-right: -9px;
}

.apply-vacatures-form-box-inner .row>div {
    padding-left: 9px;
    padding-right: 9px;
}

.custom-checkbox-label {
    position: relative;
    margin-top: 15px;
    line-height: normal;
}

.form-row-box input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-upload-box {
    position: relative;
}

.custom-checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-label span {
    padding-left: 25px;
}

.custom-checkbox-label span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    left: 0;
    top: 1px;
}

.custom-checkbox-label input:checked+span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox-label input:checked+span:before {
    background: #ee8628;
    border-color: #ee8628;
}

.custom-upload-box label {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}

.custom-upload-box .file-select-box {
    background-color: #1f1f1f;
    padding: 7px 16px;
    width: 100%;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: calc(100% - 142px);
    -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;
    line-height: 26px;
}

.custom-upload-box .file-upload-box {
    display: inline-block;
    padding: 9px 19px;
    color: #EE8627 !important;
    background-color: #1F1F1F !important;
    border: 1px solid #EE8627 !important;
    width: 126px;
    margin-top: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.apply-vacatures-head {
    background: #1F1F1F;
    color: #fff;
}

.apply-vacatures-form-section {
    background: #1F1F1F;
    color: #fff;
}

.apply-vacatures-form-box .custom-breadcrumbs {
    margin-bottom: 15px;
}

.apply-vacatures-form-box .custom-breadcrumbs span {
    color: #fff;
}
.pagination-css ul li:not(:last-child) {
    padding-right: 21px;
    position: relative;
}

.pagination-css ul li:not(:last-child):after {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    position: absolute !important;
    font-size: 11px;
    top: 3px;
    right: 7px !important;
    font-weight: 900;
    color: #fff !important;
}

.pagination-css ul li:last-child span {
    color: #fff !important;
}

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


/* 5. New Form 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;
    background-color: #1F1F1F;
    padding: 15px 16px;
    width: 100%;
    outline: 0;
    font-weight: 300;
    border-radius: 4px;
    transition: .3s;
    position: relative;
}


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

.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: #1F1F1F !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;
    position: absolute;
    bottom: 7px;
    color: #fff;
    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:focus,
.open-sollicitatie-form .oe_widget .oe_selector:Active {
    background-color: #1F1F1F;
    -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: #fff;
}

.open-sollicitatie-form .oe_widget .oe_selector[disabled],
.open-sollicitatie-form .oe_widget .oe_selector[disabled="disabled"] {
    border: none;
    background-color: #1F1F1F;
}

.open-sollicitatie-form .oe_widget .oe_uploader {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: 1px solid #1F1F1F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #1F1F1F !important;
}

.open-sollicitatie-form .oe_widget .oe_uploader .oe_uploaderButton {
    display: block;
    -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;
    color: #fff;
}

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

.open-sollicitatie-form .oe_widget .oe_uploader:hover {
}

.open-sollicitatie-form .oe_widget .oe_uploader:focus,
.open-sollicitatie-form .oe_widget .oe_uploader:Active {
    background-color: #1F1F1F;
    -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;
    line-height: normal;
}

.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: 5px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    -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;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.open-sollicitatie-form .oe_widget .oe_checkboxListElement .oe_label.oe_checked:before {
    background-color: #EE8627;
    border-color: #EE8627;
}

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



.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);
}
.open-sollicitatie-form .oe_widget .oe_department {
    display: none;
}

.open-sollicitatie-form .oe_widget fieldset legend {
    font-weight: 300;
    text-transform: initial;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
}
.open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
    position: relative;
    margin-top: 8px;
}

.open-sollicitatie-form .oe_widget label.oe_phoneNumber,
.open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
    display: block;
}
.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%);
    color: #fff;
}

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

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

.open-sollicitatie-form .oe_widget .oe_buttons button {
}

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

.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: #1F1F1F;
}

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


.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: none !important;background-color: #1F1F1F;padding: 12px 16px !important;width: 100%;outline: 0;font-weight: 300;-webkit-border-radius: 0;-moz-border-radius: 0;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;color: #fff;border-radius: 4px;}

.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 {font-size: 16px;line-height: 1.25;display: inline-block;padding: 9px 19px;font-weight: 500;border: 1px solid #EE8627;color: #ffffff !important;background-color: #EE8627;border-radius: 5px;margin-top: 16px;transition: all 0.3s 
ease 0s;}
.open-sollicitatie-form .oe_widget .oe_formElement .oe_mapResult span.oe_selector {
    padding: 12px 16px;
}
.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: 10px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-sollicitatie-form .oe_widget .oe_selector span.oe_selectorValue {
    color: #ffffff;
}

.open-sollicitatie-form .oe_widget .oe_uploader span.oe_uploaderValue {
    color: #fff;
    margin-bottom: 10px;
}

.open-sollicitatie-form .oe_buttons button:hover {
    color: #EE8627 !important;
    background-color: #1F1F1F !important;
    border-color: #1F1F1F !important;
}

.open-sollicitatie-form .oe_widget .oe_block_contact .oe_formElement fieldset.oe_fieldset {
    padding: 0;
}
.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: none;
    background-color: #1F1F1F;
}

@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_block_address > div:nth-child(4), .open-sollicitatie-form .oe_block_address > div:nth-child(5) {
        width: calc(50% - 8px) !important;
    }
    .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;
    }
}
@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;
    }
}

@media only screen and (min-width: 840px) {
    .open-sollicitatie-form .oe_widget label.oe_phoneNumberInput {
        width: calc(100% - 221px);
        margin-left: 16px;
        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;
    }
}



@media only screen and (max-width: 839px) {
    .open-sollicitatie-form .oe_widget .oe_buttons button {
        width: 100%;
    }
}


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

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

@media only screen and (max-width: 1679px) {
    .ncs-text-overlay {
        bottom: 48px;
        left: 48px;
    }

    .h4,
    h4 {
        line-height: 1.09091;
        font-size: 22px;
    }

    section {
        padding: 64px 0;
    }

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

    .job-summery {
        margin: 32px 0 0 0;
    }

    .job-recruiter {
        margin-top: 24px;
    }

    .sollicitatieproces-proces {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1439px) {
    .ncs-text-overlay {
        bottom: 32px;
        left: 32px;
    }

    .cso-content {
        padding: 32px;
    }

    .h4,
    h4 {
        font-size: 18px;
        line-height: 1.11111;
    }

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

    .vmf-filter {
        flex-direction: column;
        gap: 12px;
    }

    .job-text p+p {
        margin-top: 24px;
    }

    .job-recruiter {
        margin-top: 16px;
    }

    .sollicitatieproces-content-heading span {
        font-size: 18px;
        line-height: 1.22222;
    }

    .sollicitatieproces-proces {
        margin-top: 16px;
    }

    .single-vacatures-row>div {
        margin-top: 32px;
    }

    .apply-vacatures-form-box-inner {
        max-width: 100%;
    }

    .vacatures-head-inner-new {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1079px) {
    .cso-content {
        padding: 24px 16px;
    }

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

    .marketing-packages-box {
        width: 100%;
    }

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

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

    .sollicitatieproces-content-heading span {
        font-size: 16px;
        line-height: 1.25;
    }

    .job-text p+p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .vacatures_main_filter {
        padding: 0;
        margin-top: 30px;
        background: radial-gradient(black, transparent);
    }

    .vacatures-main-wrapper {
        padding: 50px 0;
    }
}


@media only screen and (max-width: 839px) {
    .ncs-text-overlay {
        bottom: 16px;
        left: 16px;
    }

    .single-vestigingen-hero-wrap {
        margin: 0;
    }

    .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;
    }

    .vacatures-head-inner-new h1 {
        font-family: "bahnschrift", Sans-serif !important;
        font-weight: 700;
        font-size: 24px;
    }

    .vacatures-head-inner-new .subtitle-text {
        font-size: 16px;
    }

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

    .single-vestigingen-hero {
        padding-bottom: 32px !important;
    }

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

    .single-vacatures-section h1 {
        font-weight: 700;
    }

    .job-summery {
        margin: 24px 0 0 0;
    }

    .job-summary-wrapper {
        margin-top: 36px;
    }

    .job-recruiter-header {
        padding: 12px 16px;
    }

    .job-recruiter-body {
        padding: 16px;
    }

    .single-vacatures-row>div {
        margin-top: 24px;
    }

    .steps-outside:before {
        content: none;
    }

    .steps-outside:after {
        content: none !important;
    }
}




@media only screen and (max-width: 767px) {
    .inner-hero-section h1 {
        font-size: 42px;
    }

    .vacatures-slider-title,
    .neem-contact-title {
        font-size: 30px;
    }

    .inner-hero-section {
        padding: 70px 0;
    }

    .sollicitatieproces-proces {
        flex-wrap: wrap;
        text-align: left;
    }

    .sollicitatieproces-proces-box {
        flex-direction: inherit;
    }

    .spb-step-icon {
        height: 100%;
        padding: 0;
        display: block;
    }

    .spb-step-icon img {
        display: none;
    }

    .sollicitatieproces-proces-box:not(:last-child) .spb-step-icon:before {
        bottom: auto;
        top: 24px;
        left: 6px;
        width: 4px;
        height: calc(100% - 12px);
    }

    .sollicitatieproces-proces-box .spb-step-icon:after {
        left: 0;
        top: 4px;
        transform: none;
        bottom: auto;
    }

    .spb-step-content {
        height: auto;
        margin-left: 28px;
    }

    .job-recruiter-body {
        gap: 16px;
        flex-wrap: wrap;
    }

    .job-recruiter-img {
        width: 104px;
    }

    .job-recruiter-content>span {
        margin-top: 8px;
        font-size: 16px;
    }

    .job-recruiter-body>h5 {
        width: calc(100% - 120px);
    }

    .job-recruiter-contact li {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .vacatures_listing_box>h6 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .vacatures-head-inner-new {
        padding: 20px;
    }

    .active-filter-wrap {
        padding: 0 24px;
    }

    .show-sollicteer .vlb_footer_actions .common-btn {
        width: 100%;
    }

    .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;
    }

    .vlb_header {}

    .vlb_header_left {
        padding: 0 15px 0 0;
    }

    .vlb_footer ul.vlb_features {
        display: block;
        margin-bottom: 20px;
    }

    .vlb_footer {
        display: block;
    }

    .vlb_footer_actions .common-btn {
        width: 100%;
        text-align: center;
    }

    .vmf-filter-left {
        flex-wrap: wrap;
    }

    .vmf-filter-left .filter-box:first-child {
        width: calc(100% - 50px);
        margin-bottom: 15px;
        border: none;
    }

    .vmf-filter-left .filter-box:first-child>input {
        border-radius: 100px;
        padding: 8px 20px 8px 35px;
    }

    .vmf-filter-left .filter-box:first-child>input.suggestions-active {
        border-radius: 100px !important;
    }

    .vmf-filter-left .filter-box.search-filter .extra-filter-options {
        top: calc(100% + 5px);
        min-width: auto;
    }

    .vmf-filter-left .filter-box>input {
        border-radius: 100px 0 0 100px;
        padding: 8px 20px 8px 35px;
    }

    .vmf-filter-left .filter-box:nth-child(3) {
        width: 60%;
        margin-top: 15px;
    }

    .vmf-filter-left .selectbox-option {
        width: 40% !important;
        margin-top: 15px;
    }

    .vmf-filter {
        gap: 15px;
    }

    .vmf-filter-left>div>img {
        top: 10px;
    }

    .vmf-filter-left .selectbox-option select {
        padding: 8px 35px 8px 35px;
    }

    .vmf-filter-left .selectbox-option .selectbox-arrow {
        top: 8px;
    }

    .vmf-filter {
        position: relative;
    }

    .filters-main-sidebar {
        padding: 15px;
        position: fixed;
        top: 0;
        z-index: 99999999;
        min-height: 100vh;
        background: #000;
        transition: all 0.3s ease 0s;
        left: -100vw;
    }

    .vacatures-sidebar {
        padding: 0;
        max-height: calc(100vh - 30px);
        overflow-y: scroll;
    }

    .filter-collapse-box {
        padding-left: 24px;
        padding-right: 24px;
    }

    div#educationlevels-filter {
        margin-top: 0;
        border: none;
    }

    .vacatures-sidebar-header {
        padding: 20px 24px;
        position: sticky;
        background: #121212;
        top: 0;
        z-index: 9;
        border-bottom: 1px solid #3C4043;
    }

    .filter-collapse-box:last-child {
        padding-bottom: 24px;
    }

    .filters-main-sidebar.main-filter-active {
        left: 0;
    }

    .vacatures-sidebar-header .alles-wissen {
        display: none;
    }

    .vacatures_main_filter {
        margin-top: 0;
    }

    .filter-collapse-body {
        max-height: initial !important;
    }

    .filter-trigger.new-filter-trigger {
        position: inherit !important;
    }

    .new-style-filter-footer {
        margin-top: 4px;
        display: flex;
        justify-content: space-between;
        padding: 12px 16px;
    }

    .new-filter-trigger img {
        width: 24px;
        margin-right: 10px;
    }

    .new-filter-trigger {
        display: flex;
        align-items: center;
    }

    .new-clear-filters i {
        margin: 0 10px 0 0;
        width: 24px;
        height: 24px;
        border: 1px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 11px;
    }

    .new-filter-design-mobile {
        background: #EE8627;
        padding: 5px 16px 14px 16px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child {
        width: 100%;
        margin-bottom: 15px;
        border: none;
        position: relative;
        margin-top: 28px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child .new-filter-title {
        position: absolute;
        top: -32px;
        left: 0;
        margin: 0;
        font-weight: 600;
        margin-bottom: 8px;
        color: #000;
        font-size: 18px;
        line-height: 1.44444;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child img {
        display: none;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:first-child #search-vacatures {
        padding: 7px 16px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) img {
        display: none;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) #location-field {
        padding: 7px 16px;
        border-radius: 100px;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) .new-filter-title {
        position: absolute;
        top: -32px;
        left: 0;
        margin: 0;
        font-weight: 600;
        margin-bottom: 8px;
        color: #000;
        font-size: 18px;
        line-height: 1.44444;
    }

    .new-filter-design-mobile .vmf-filter-left .filter-box:nth-child(3) {
        margin-top: 28px;
        border: none;
        width: calc(100% - 121px);
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option {
        margin-top: 26px;
        display: block;
        width: 111px !important;
        margin-left: auto;
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option #distance-filter {
        border-radius: 100px;
        padding: 8px 16px !important;
    }

    .new-filter-design-mobile .vmf-filter-left .selectbox-option>img {
        display: none !important;
    }

    .new-filter-design-mobile .job-search-submit input {
        text-align: center;
        font-size: 16px;
        line-height: 1.25;
        display: inline-block;
        padding: 9px 19px !important;
        font-weight: 300;
        transition: .3s;
        border-radius: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #000 !important;
        color: #fff;
        background-color: #000;
    }

    .new-filter-design-mobile .job-search-submit input:hover {
        background-color: transparent;
        color: #000;
    }

    .new-filter-trigger-mobile {
        padding: 14px 16px;
        color: #ffffff;
        background-color: #EE8627;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .new-filter-trigger-mobile span {
        display: block;
        font-weight: 700;
        line-height: 20px;
    }

    .new-filter-trigger-mobile i {
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        border: 1px solid #ffffff;
        color: #ffffff;
        border-radius: 100%;
        pointer-events: none;
    }

    .new-filter-trigger-mobile:hover i {
        background: #000;
        color: #fff;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .5);
    }

    .new-filter-trigger-mobile.nftm-active i {
        transform: rotate(180deg);
    }

    .apply-vacatures-form-box-inner h6 {
        font-size: 16px;
        line-height: normal;
    }

    .apply-vacatures-form-box {
        padding: 32px 20px;
    }

    .custom-upload-box label {
        flex-direction: column;
        gap: 10px;
    }

    .custom-upload-box .file-select-box {
        width: 100%;
    }

    .custom-upload-box .file-upload-box {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .job-recruiter-img {
        width: 104px;
    }

    .job-recruiter-content>span {
        margin-top: 8px;
    }
}








