
.gw-erecruiting-categories-wrapper {
    width: 180px;
    margin: 0 auto 0 auto;
}

.gw-erecruiting ul.gw-erecruiting-categories {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0 10px 0;
    background-color: #9c6;
}

.gw-erecruiting ul li::before,
.gw-erecruiting ul.gw-erecruiting-categories li::before {
    content: unset!important;

}

.gw-erecruiting-categories li {
    margin-bottom: -10px;
}

.gw-erecruiting-categories li img {
    margin: 0;
    padding: 0;
    background-color: #99cc66;
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .gw-erecruiting-categories-wrapper {
        width: auto;
        margin: 0 auto 0 auto;
    }

    .gw-erecruiting ul.gw-erecruiting-categories {
        background-color: transparent;
        float: unset;
        display: flex;
    }

    .gw-erecruiting-categories li img {
        max-height: 90px;
        max-width: 120px;
    }
}


.gw-erecruiting .responsive-table table > thead > tr > th {
    font-size: 15px;
}

.gw-erecruiting .gw-erecruiting--listItem {
    display: inline-block;
    margin: 0px 20px 0 0;
}

.gw-erecruiting .gw-erecruiting--listItem {
    display: inline-block;
    margin: 0px 20px 0 0;
}

table.gw-erecruiting {
    width: 100%;
}

table.gw-erecruiting th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}

table.gw-erecruiting.fold-table > tbody > tr.view td,
table.gw-erecruiting.fold-table > tbody > tr.view th {
    cursor: pointer;
}

table.gw-erecruiting.fold-table > thead > tr > th {
    padding: 18px 13px 14px 25px !important;

}

table.gw-erecruiting.fold-table > tbody > tr.view td:first-child,
table.gw-erecruiting.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
}

table.gw-erecruiting.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #eee;
}

table.gw-erecruiting.fold-table > tbody > tr.view:hover {
    background: #eee;
}

table.gw-erecruiting.fold-table > tbody > tr.view.open {
    background: #00467d;
    color: white;
}

table.gw-erecruiting.fold-table > tbody > tr.fold {
    display: none;

}

table.gw-erecruiting.fold-table > tbody > tr.fold.open {
    display: table-row;
}

.fold-content {
    padding: 0.5em;
}

table.gw-erecruiting.fold-table .accordion__item-header i {
    position: absolute;
    right: calc(50% + 5px);
    top: calc(50% - 5px);
    width: 20px;
    height: 20px;
}

table.gw-erecruiting.fold-table .view.gw-erecruiting-detailsHeader.open .accordion__item-header i::before,
table.gw-erecruiting.fold-table .view.gw-erecruiting-detailsHeader.open .accordion__item-header i::after {
    content: "";
    position: absolute;
    background-color: #fff;
}

table.gw-erecruiting.fold-table .open .accordion__item-header i {
    color: #fff !important;
}

.fold-content > table {
    border: 2px solid #ccc;
}

.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

table.gw-erecruiting ul.plain-list-style {
    list-style-type: none;
}

table.gw-erecruiting ul.small-text li {
    font-size: 0.8em;
}

table.gw-erecruiting ul.fine-text li {
    color: #333;
    display: inline-block;
    margin-right: 10px;
}

.gw-erecruiting--details--ctaLinks {
    list-style-type: none;
    text-align: center;

}

.gw-erecruiting--details--ctaLinks li {
    display: inline-block;
    margin: 0 10px 0 10px;
}


.gw-erecruiting .fold.open {
    border-bottom: 1px solid #00467d;
}

.gw-erecruiting .fold-content h3 {
    text-align: center;
}

.gw-erecruiting .fold-content b {
    color: #00467d !important;
    font-size: 1.1em;
}

.gw-erecruiting .fold-content p > b {
    color: inherit;
}


.gw-erecruiting .section h2,
.section .section-content__title {
    color: #00467d;
}

.gw-erecruiting--details--ctaLinks {
    margin: 4rem 0 1rem 0;
}

.gw-erecruiting .print-button {
    cursor: pointer;
    color: #333333;
}

.filterFunction .select--default select {
    width: 100%;
}

.filterFunction .form-label {
    display: none;
}

.filterFunction .resetFilterBtn {
    cursor: pointer;
    color: #333333;
}


.filterFunction .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.filterFunction .input-group > .btn {
    flex: 0 0 auto;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filterFunction .input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filterFunction select:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    border: 1px solid #ccc;
    opacity: 0.8;
}

@media screen and (max-width: 700px) {


    table.gw-erecruiting.fold-table thead {
        display: none;
    }

    table.gw-erecruiting.fold-table tr {
        float: left;
        width: 100%;
        margin-bottom: 2em;
    }

    table.gw-erecruiting.fold-table td {
        float: left;
        width: 100%;
        padding: 1em;
    }

    table.gw-erecruiting.fold-table td::before {
        content: attr(data-label);
        word-wrap: break-word;
        background: #eee;
        border-right: 2px solid #00467d;
        width: 30%;
        float: left;
        padding: 1em;
        font-weight: bold;
        margin: -1em 1em -1em -1em;
    }

    table.gw-erecruiting.fold-table > tbody > tr.view.open {
        background: #fff;
        color: #000;
    }

    .fold-content > table > tbody tr:nth-child(even) {
        background: #fff;
    }

    table.gw-erecruiting.fold-table > tbody > tr.view:nth-child(4n-1) {
        background: unset;
    }

    .fold-content.bg-white.w-100 {
        padding: 0 15px 0 15px
    }

    .accordion__item-header i::before, .accordion__item-header i::after {
        content: "Details öffnen";
        position: absolute;
        background-color: #00467d;
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    }

    .filterFunction .col {
        flex-basis: unset;
    }

    .view.gw-erecruiting-detailsHeader.open .accordion__item-header {
        before: "Details" !important;
        background-color: #00467d;
    }

    table.gw-erecruiting.fold-table .open .accordion__item-header i {
        color: #00467d !important;
    }


}

@media print {
    .hide-on-print {
        display: none !important;
    }
}
