.tx-stoeckel-jobs select {
    width: 100%;
    /*border-radius: 5px;*/
    font-size: 16px;
    line-height: 140%;
    border: none;
    padding: 0 45px 0 25px;
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    background: #f7f7f7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M3.5 5.5a.75.75 0 0 1 1.06-.02L8 8.94l3.44-3.46a.75.75 0 1 1 1.08 1.04l-4 4.02a.75.75 0 0 1-1.06 0l-4-4.02a.75.75 0 0 1-.02-1.06Z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 12px;
}

.tx-stoeckel-jobs input[type="submit"] {
    height: 45px;
    line-height: 100%;
}

.tx-stoeckel-jobs .job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 17px 30px;
    margin-bottom: 15px;
}
.tx-stoeckel-jobs .job-item .job-info-wrap {
    padding-right: 30px;
    width: 90%;
}
.tx-stoeckel-jobs .job-item .job-title {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    color: #E3051B;
    padding: 0;
    margin-bottom: 5px;
}

.tx-stoeckel-jobs .job-item .job-meta {
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
}

.tx-stoeckel-jobs .job-item .job-meta span {
    line-height: 18px;
    display: flex;
    margin-top: 4px;
    overflow-wrap: break-word;
    background: transparent url('/clear.gif') no-repeat 0 2px;
    background-size: 16px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
}

.tx-stoeckel-jobs .job-item .job-meta span.location {
    background-image: url('../Images/icon-location.png');
}

.tx-stoeckel-jobs .job-item .job-meta span.employment {
    background-image: url('../Images/icon-employment.png');
}

.tx-stoeckel-jobs .job-item .job-meta span.department {
    background-image: url('../Images/icon-department.png');
}

.tx-stoeckel-jobs .job-item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #E3051B;
    border: none;
    /*border-radius: 5px;*/
    color: #fff;
    text-decoration: none;
    width: 215px;
    height: 45px;
    font-size: 16px;
    line-height: 1;
    padding: 0 25px;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 991px) {
    .tx-stoeckel-jobs .job-item .job-title {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .tx-stoeckel-jobs .job-item {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 5px;
    }
    .tx-stoeckel-jobs .job-item .job-info-wrap{
        width: 100%;
        padding-right: 0;
    }
    .tx-stoeckel-jobs .job-item .job-info-wrap > div {
        display: block;
    }
    .tx-stoeckel-jobs .job-item .job-info-wrap > div span {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .tx-stoeckel-jobs .job-item .btn {
        font-size: 14px;
        width: auto;
        height: 40px;
        padding: 0 20px;
    }
}