.jobmap .counter-info {
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: var(--color__black);
    font-size: 1.05rem;
    margin: 1rem 0;
    font-family: "Lexend", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.jobmap h2 {
    text-align: center;
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    width: 100%;
    font-family: "Lexend", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.jobmap {
    background: var(--color__body);
    padding: 20px;
    border-radius: 2px;
    position: relative;
}

.jobmap:after {
    content: "";
    position: absolute;
    background: var(--color__body);
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.jobmap #jobmap {
    max-width: 100%;
    margin-bottom: 1em;
}

.jobmap .filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jobmap .filter > * {
    flex: 0 1 calc(50% - 10px);
    margin-bottom: 1rem;
    height: 45px;
}

@media only screen and (max-width: 540px) {
    .jobmap .filter > * {
        flex: 100%;
    }
}

.jobmap-listing .hidden {
    display: none !important;
}
.jobmap-listing .loadmore-button {
    display: block;
    max-width: max-content;
    margin-top: 1em;
}
.jobmap-listing .jobabo-button {
    margin-top: 1em;
}

.jobmap-listing .marktfilter {
    padding: var(--spaces-ms);
    background-color: var(--color__body);
}

@media only screen and (min-width: 541px) {
    .jobmap-listing .marktfilter select {
        max-width: 50%;
    }
}

.leaflet-marker-icon.marker-cluster {
    background-color: rgba(240, 125, 0, 0.4);
}

.leaflet-marker-icon.marker-cluster > div {
    background-color: rgba(240, 125, 0, 0.6);
}

.jobmap select {
    font-size: 1em;
}
.jobmap input {
    font-size: 1em;
    border: 0;
    padding: 0 10px;
}

.jobmap-listing {
    margin-top: 1em;
}

.jobmap-listing .job.filtered {
    padding: var(--spaces-ms);
    background-color: var(--color__body);
}

.jobmap-listing .job.odd {
    background-color: var(--color__ultralightgrey);
}
.jobmap-listing .job .job_info,
.jobmap-listing .job .job_city {
    display: block;
    color: var(--color__grey-dark);
    font-style: italic;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.jobmap-listing .job .job_title {
    font-family: "Lexend", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
    font-size: var(--spaces-sm);
    line-height: 1.3;
    color: var(--color__black);
    font-style: normal;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .jobmap-listing .job .job_title {
        font-size: 18px;
    }
}
.jobmap-listing .job.filtered:hover {
    background-color: var(--color__primary);
}
.jobmap-listing .job.filtered:hover > * {
    color: var(--color__white) !important;
}
.jobmap .leaflet-marker-icon:not(.marker-cluster) {
    display: block;
}
