/* --- SHORTCODE --- */
.job-list-header-container {
    margin: 2rem 0 1rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
}

.job-list-header {
    font-weight: 900;
    font-size: 1.2rem;
}

.job-list-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
    margin: 2rem 0;
}

.job-list-item-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.job-list-item-title-container {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .job-list-header {
        display: none;
    }
}

/* ------ DETAILSEITE ------ */
.job hr {
    width: 10ch;
    background-color: #646464;
    border: 0;
    height: 0.2rem;
    margin: 2rem 0;
}

.job-info-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.8rem;
}

@media screen and (max-width: 640px) {
    .job-info-container {
        flex-direction: column;
    }

    .job-hours, .job-task, .job-start {
        margin-bottom: 2rem;
    }
}

.job-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 16rem;
}

@media screen and (max-width: 1180px) {
    .job-grid-container {
        grid-gap: 4rem;
    }
}

.job-hours, .job-task, .job-start, .job-location {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.job-hours img, .job-task img, .job-start img, .job-location img {
    margin-bottom: .6rem;
}

.job-qualifications, .job-contact, .job-benefits {
    margin-bottom: 2rem;
}

.job-item-contact-item-wrapper {
    display: flex;
    flex-direction: row;
}

.job-item-contact-item-wrapper .elementor-icon {
    font-size: 1.6rem;
    margin-right: 0.4rem;
    color: var(--e-global-color-secondary);
}

.job h3 {
    font-size: 1.4rem;
}

.single-job .right-sidebar .aux-sidebar-primary {
    display: none;
}

.single-job .right-sidebar > .aux-wrapper > .aux-container {
    padding-right: 35px !important;
}