#job_specs { font-family: 'Fira Sans'; font-size: 15px; font-weight: 500; background-color:#f3f3f3; padding: 15px 15px 10px; line-height:20px; margin-bottom: 20px; }
.job_specs_spec { float: left; display: flex; align-items:center; margin-right: 15px; }
#job_location {  }
#job_salary { }
#job_specs img { height: 16px; }
.job_specs_spec_img { min-width:26px; text-align:center; margin-right: 4px;  }
#job_hours { width: 90px; }
.single-matador-job-listings .matador-job-meta { display:none; }


body {
}

body .job_filters {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    margin-bottom: 32px;
}

body .job_filters .search_jobs {
    background: #eeeeee;
    padding: 32px;
    margin-bottom: 0px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

body .job_filters .showing_jobs {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

body .job_filters .search_jobs:after,
body .job_filters .search_jobs:before {
    content: none;
}

body .job_filters input[type="text"] {
    background-color: #fff;
    border: 2px solid #d2d2d2;
    border-radius: 6px;
    width: 100%;
    padding: 16px 20px 12px;
    font-size: 16px;
    line-height: 1.2;
    transition: border-color .3s;
}

body .job_filters input[type="submit"] {
    color: #fff;
    background-color: #005AA0;
    transition: background-color 300ms ease;
    border-radius: 100vw;
    padding: 0px 20px;
    font-weight: 700;
}

body .job_filters input[type="submit"]:hover {
    background-color: #b7742c;
}

body .job_filters .search_jobs div.filter_first,
body .job_filters .search_jobs div.search_keywords {
    float: none;
    width: auto;
    padding: 0;
}

body .job_filters .search_jobs div.search_location {
    float: none;
    padding: 0;
    width: 100%;
}

body .job_filters .search_jobs div.search_location .search_submit,
body .job_filters .search_jobs div.search_location .search_submit input {
    width: 100%;
    height: 100%;
}

body .job_filters .showing_jobs {
    padding: 6px 32px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

body .job_filters .showing_jobs a {
    font-size: 14px;
    text-decoration: underline;
}

body .rp4wp-related-job_listing > ul,
body ul.job_listings {
    border-top: 0;
}

body .job_filters .job_types:after,
body .job_filters .job_types:before {
    content: none;
}

body .job_filters .job_types li {
    float: none;
    padding: 0;
    border: none;
}

body .job_filters .job_types li:before {
    content: none;
}

body .job_filters .job_types {
    padding: 16px 32px;
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
    column-gap: 8px;
    row-gap: 8px;
}

body .job_filters label {
    display: flex;
    align-items: center;
    gap: 6px;
}

/*  */

body ul.job_listings {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

body ul.job_listings li.job_listing a {
    padding: 75px 32px 32px;
    background: linear-gradient(140deg, #eee 0%, #005AA00d 100%);
    border: 1px solid #eee;
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color .3s, transform .3s;
    display: flex;
    position: relative;
    transform: scale(1);
    height: 100%;
    overflow: visible;
    gap: 10px;
}

body ul.job_listings li.job_listing::before {
    content: none;
}

body ul.job_listings li.job_listing a:before {
    content: "Vacature";
    color: #fff;
    text-align: center;
    background-color: #005AA0;
    border-radius: 6px;
    padding: 6px 24px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: -13px;
}

body ul.job_listings li.job_listing a:after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 34px;
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-image: url('img/arrow-small.svg');
    background-repeat: no-repeat;
    color:#3aa32b;
}

body ul.job_listings li.job_listing:hover a {
    border-color: #005AA0;
    transform: scale(1.025);
}

body ul.job_listings li.job_listing a div.position h3 {
    letter-spacing: -.2px;
    color: #111;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

body ul.job_listings li.job_listing a div.position {
    width: 100%;
    padding: 0;
    float: none;
}

body ul.job_listings li.job_listing a div.location {
    width: auto;
    padding: 0;
    float: none;
}

body ul.job_listings li.job_listing a ul.meta {
    width: auto;
    padding: 0;
    float: none;
    text-align: left;
    width: 100%;
}

body ul.job_listings li.job_listing a ul.meta:before {
    content: "\f0f2";
    display: inline-block;
    color: #005AA0;
    width: 15px;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/*  */

body ul.job_listings li.job_listing a ul.meta .date {
    display: none;
}

body ul.job_listings li.job_listing a ul.meta .date:before {
    content: none;
}

body ul.job_listings li.job_listing .company {
    width: 100%;
}

body ul.job_listings li.job_listing div.position .company {
    display: none;
}

body ul.job_listings li.job_listing a .location,
body ul.job_listings li.job_listing a ul.meta {
    color: #1e3443;
    font-size: 15px;
    font-weight: normal;
}

body ul.job_listings li.job_listing i {
    display: inline-block;
    width: 15px;
    color: #005AA0;
}

body ul.job_listings li.job_listing div.position .company i + i {
    margin-left: 10px;
}

body div.job_listings .load_more_jobs {
    border-top: 0;
    border-bottom: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

body div.job_listings .load_more_jobs:focus, div.job_listings .load_more_jobs:hover {
    background: none;
    border-bottom: 0;
}

.load_more_jobs strong {
    color: #fff;
    background-color: #005AA0;
    transition: background-color 300ms ease;
    border-radius: 100vw;
    padding: 12px 24px 10px;
    font-weight: 700;
    display: inline-block;
}

.load_more_jobs:hover strong {
    background-color: #57c547;
}

@media (max-width: 1100px) {
    body .job_filters .job_types {
        grid-template-columns: repeat( 3, 1fr );
    }
}

@media (max-width: 980px) {
    body ul.job_listings {
        grid-template-columns: repeat( 2, 1fr );
    }
}

@media (max-width: 768px) {
    body .job_filters .job_types {
        grid-template-columns: repeat( 2, 1fr );
    }
}

@media (max-width: 700px) {
    body ul.job_listings {
        grid-template-columns: repeat( 1, 1fr );
    }
}

@media (max-width: 640px) {
    body .job_filters .job_types {
        grid-template-columns: repeat( 1, 1fr );
    }
}

@media (max-width: 480px) {
    body .job_filters .search_jobs {
        grid-template-columns: 1fr;
        padding: 16px 24px;
    }
    body .job_filters .job_types {
        padding: 16px 24px;
    }
    body ul.job_listings li.job_listing a {
        padding: 70px 20px 20px;
    }
}

/* - - */

body .oe_widget button,
.rnButton,
.jobSingle .single_job_listing .application .application_button {
    color: #fff;
    background-color: #3AA32B;
    transition: background-color 300ms ease;
    border-radius: 100vw;
    padding: 0px 20px;
    font-weight: 700;
    display: inline-block;
    font-weight: 700;
    border: none;
}

.rnButton:hover,
.jobSingle .single_job_listing .application .application_button:hover {
    background-color: #57c547;
}
.rnButton { background-color: #005AA0; }
.moove-gdpr-infobar-allow-all { -webkit-border-radius: 35px!important;  }

.jobSingle .job-listing-meta {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(140deg, #eee 0%, #005AA00d 100%);
    border-radius: 10px;
    gap: 12px;
    padding: 24px 32px;
}

.jobSingle__back {
    margin-bottom: 1rem;
    margin-top: 2rem;
} 

.jobSingle__back a {
    color: #005AA0;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.jobSingle__back a:before  {
    content: "";
    background-image: url('img/arrow-small-green-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(270deg);
}

.jobSingle .single_job_listing .meta .job-type {
    background-color: transparent;
    color: #999;
}

.jobSingle .google_map_link {
    color: #005AA0;
}

.jobSingle__asideContent,
.jobSingle ul,
.jobSingle ol {
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    list-style-type: none;
}

.jobSingle__asideContent li,
.jobSingle .job_description li {
    padding-left: 32px;
    position: relative;
    font-weight: normal;
}

.jobSingle .job_description p {
    margin: 0 0 1rem;
    font-family: 'Fira Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
}

.jobSingle .job_description h3 {
    font-size: 32px;
}

.jobSingle {
    padding-bottom: 3rem;
}

.jobSingle__asideContent li:before,
.jobSingle .job_description li:before {
    content: "";
    background-image: url('img/arrow-small-green-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    transform: rotate(90deg);
}

.jobSingle .rnFieldList h2 {
    font-size: 28px;
}
.application_details {
	padding: 20px 0px;
}
.application_details > br {
    display: none;
}

body .job-manager-application-wrapper .application .application_details,
body .single_job_listing .application .application_details {
    border-radius: 25px;
    padding: 24px 32px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

fieldset legend {
    display: block;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
    font-size: 20px;
}

.oe_formElement,
.rnField {
    margin-bottom: 15px;
}

.oe_formElement label,
.rnField label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

body .oe_formElement textarea,
body .oe_formElement input[type="email"],
body .oe_formElement input[type="number"],
body .oe_formElement input[type="tel"],
body .oe_formElement input[type="text"],
.rnField textarea,
.rnField input[type="email"],
.rnField input[type="tel"],
.rnField input[type="text"] {
    display: block;
    width: 100%;
    appearance: none;
    border: 1px solid #000;
    padding: .75rem 1rem;
    border-radius: 25px;
    font-size: 16px;
}

body .oe_formElement.oe_error textarea,
body .oe_formElement.oe_error input[type="email"],
body .oe_formElement.oe_error input[type="number"],
body .oe_formElement.oe_error input[type="tel"],
body .oe_formElement.oe_error input[type="text"],
.rnField.error textarea,
.rnField.error input[type="email"],
.rnField.error input[type="tel"],
.rnField.error input[type="text"] {
    border-color: #ba0517;
}

body .oe_widget .oe_selector {
    background-color: #fff;
}

body .oe_errors,
.rnErrors {
    color: #ba0517;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.rnDescription a {
    text-decoration: underline;
}
.rnmail-and-whatsapp-consent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.rnmail-and-whatsapp-consent label {
    order: 1;
    margin-bottom: 0;
}

.job_application h2 {
    font-size: 32px;
}

body .single_job_listing .meta li.client {
    display: none;
}

body .oe_widget .oe_radioListElement .oe_label:after,
body .oe_widget .oe_checkboxListElement .oe_label:after {
    background-color: gray;
    height: 17px;
    left: 3px;
    opacity: 0;
    top: 3px;
    width: 17px;
}

body .oe_widget .oe_selector .oe_selectorValue {
    padding: 8px 12px 6px;
}

.jobSingle__inner {
    /*display: grid;
    grid-template-columns: auto 300px;
    column-gap: 40px;
    align-items: start;
    position: relative; */
}
.jobSingle__content {
	ul { margin-left: 20px; }
}
.jobSingle__aside {
    position: sticky;
    top: 25px;
}

.jobSingle__asideTitel {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #3AA32B;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.25;
}

@media (max-width: 840px) {
    .jobSingle__inner {
        grid-template-columns: auto 220px;
    }
    .jobSingle__asideTitel {
        font-size: 24px;
    }
    .jobSingle__aside {
        position: static;
    }
}

@media (max-width: 767px) {
    .jobSingle__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .jobSingle .job_description h1 {
        font-size: 30px;
    }
    .jobSingle .job_description h3 {
        font-size: 26px;
    }
    .job_application h2 {
        font-size: 26px;
    }
    fieldset legend {
        font-size: 18px;
    }
}
@media (max-width: 480px) {

    body .job-manager-application-wrapper .application .application_details,
    body .single_job_listing .application .application_details {
        padding: 20px;
    }

    .jobSingle .job-listing-meta {
        padding: 16px;
    }

    .header__lower a {
        padding: 10px 0;
    }
    .header__lower .logo {
        max-width: 150px;
    }
}



.sd-sdcx-components-vacancies-parts-owner .spinner {
    margin-bottom: 30px;
}

.sd-sdcx-components-vacancies-parts-owner {
    background-color: #fff;
    box-shadow: 0 0 15px -5px #000000;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-name {
    font-size: 20px;
    margin-bottom: 0;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-container.img-yes {

}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
    height: 160px;
    width: 160px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-photo img {
    display: block;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-photo-details {
    margin-bottom: 30px;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-details {

}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-details a {
    display: flex;
    align-items: center;
    color: #262626;
    column-gap: 15px;
    text-decoration: underline;
}

.sd-sdcx-components-vacancies-parts-owner .owner-contact-details a svg {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1600px) {
    .sd-sdcx-components-vacancies-parts-owner {
        padding: 25px;
        margin-bottom: 50px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-name {
        font-size: 18px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 146px;
        width: 146px;
        top: 25px;
        right: 25px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo-details {
        margin-bottom: 25px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-details a {
        column-gap: 12px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-details a svg {
        width: 17px;
        height: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .sd-sdcx-components-vacancies-parts-owner {
        padding: 22px;
        margin-bottom: 44px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-name {
        font-size: 16px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 116px;
        width: 116px;
        top: 22px;
        right: 22px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo-details {
        margin-bottom: 22px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-details a {
        column-gap: 11px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-details a svg {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .sd-sdcx-components-vacancies-parts-owner .owner-contact-container.img-yes {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        position: relative;
        top: unset;
        right: unset;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .sd-sdcx-components-vacancies-parts-owner {
        padding: 15px;
    }

    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 215px;
        width: 215px;
    }
}

@media screen and (max-width: 550px) {
    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 185px;
        width: 185px;
    }
}

@media screen and (max-width: 500px) {
    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 155px;
        width: 155px;
    }
}

@media screen and (max-width: 400px) {
    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 125px;
        width: 125px;
    }
}

@media screen and (max-width: 350px) {
    .sd-sdcx-components-vacancies-parts-owner .owner-contact-photo {
        height: 105px;
        width: 105px;
    }
}
.showing_jobs {
	display: none!important;