.filter_form {
    position: relative;
}

.filter_form::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 6px;
    background: url(../Images/lupe.png);
    width: 28px;
    height: 28px;
}

.filter_input {
    border-radius: 20px;
    border: 1px solid grey;
    line-height: 31px;
    padding-left: 42px;
    background: none;
}

.filter_form > .d-flex {
    height: 35px;
    display: flex;
    margin: 10px 0;
    border-color: grey;
}
.filter_form > .d-flex label {
    font-family: "Frutiger LT W01_65 Bold1475746", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px 0 0;
}


.filter_form > .d-flex select {
    width: 200px;
}

button#tx_spjob_submit {
    display: flex;
    margin-left: auto;
}

.accordion .btn {
    height: 35px;
    line-height: 17px;
}

.accordion .btn-container .btn {
    width: 125px;
}

.accordion .btn-bewerben {
    height: 44px;
    line-height: 25px;
}

.accordion .btn.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.accordion .btn-row {
    display: flex;
    justify-content: space-evenly;
}

.table td, .table th {
    padding: 0.5rem !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Frutiger LT W01_55 Roma1475738", Helvetica, Arial, sans-serif;
    transition: 0.2s ease;
    padding: 0.57143rem 1.42857rem;
    border: 1px solid #a8111c;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #a8111c;
    cursor: pointer;
    color: #fff !important;
    position: relative;
}

.btn:hover,
.btn:active,
.btn:focus {
    border-color: #a8111c;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
}

.jobs .accordion .card .col-6:first-child {
    padding-left: 0;
}

.card {
    border-style: none;
}

.card-header {
    display: flex;
    flex-direction: row;
    border-bottom-style: none;
    padding: 1rem 1.25rem;
}

.card:nth-child(2n) .card-header {
    background: #fff;
}
.card-header strong {
    line-height: 35px;
}

.flex_item {
    padding: 0.75rem 1.25rem;
}

/* pagination */
.pagination {
    position: relative;
    margin: 20px 0 40px;
    padding: 0;
    height: 44px;
}

.pagination-container {
    width: 100%;
}

.pagination-list-container {
    width: calc(100% - 300px);
    height: 35px;
    margin: 0 150px;
    z-index: 2;
}

.pagination ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    height: 100%;
    vertical-align: top;
    float: left;
    padding: 10px 5px;
}

.pagination ul li::before {
    content: none;
}

.pagination ul li span {
    display: inline-block
}

.pagination ul li a {
    font-weight: 400;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.pagination li a:hover {
    color: #a8111c;
}

.pagination li.current,
.pagination li.current a {
    color: #a8111c;
    font-weight: 700
}

.pagination .btn-container {
    position: absolute;
    top: 0;
    width: 100%;
}

.pagination .btn {
    height: 44px;
    line-height: 25px;
}

.pagination .btn.next {
    margin-left: auto;
}


@media (max-width: 991px) {
    .card-header {
        flex-flow: row;
        flex-wrap: wrap;
    }
    .col-loc-title {
        text-align: right;
    }

    .col-loc {
        padding-right: 0;
        text-align: right;
    }

    .accordion .btn-container {
        padding: 10px 0 0;
    }

    .pagination {
        height: auto;
    }

    .pagination-list-container {
        width: 100%;
        margin: 0;
    }

    .pagination .btn-container {
        position: relative;
    }
}
