/**
 * Nur temporär.
 * Sobald abgenommen nehme ich es ins master.css, mf
 * So komme ich niemandem in die Quere.
 */
.chosen-container {
    font-size: inherit;
    margin-bottom: 40px;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
    /* border: 0; */
    padding-left: 20px;
    box-shadow: none;
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
    background: #efeff0;
    border-color: #efeff0;
}
.chosen-container-single .chosen-default {
    color: inherit;
}
/* .chosen-container-single .chosen-single div b {
    display: none;
} */
.tx_genericcatalogue abbr.search-choice-close {
    display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background: #efeff0;
    box-shadow: none;
    border-color: #efeff0;
}
.chosen-container .chosen-results { max-height: 17.5em }
.chosen-container-single .chosen-search input[type=text] {
    padding: 11px 16px 9px;
    background-image: unset;
    line-height: 1em;
}
.chosen-container .chosen-drop {
    border-radius: 0;
    background: #efeff0;
    box-shadow: unset;
    border-color: #efeff0;
}
.chosen-container-single .chosen-single div b {
    background: none !important;
}
.chosen-container-single .chosen-single div b::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 1.25em;
    right: 20px;
    margin-top: -.5em;
    top: 50%;
}
.chosen-container .chosen-results li {
    padding: 10px 16px;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 36px;
}
.chosen-container .chosen-results li.group-result {
    padding: 0;
}
.chosen-container .chosen-results li.highlighted {
    background: #000000;
}
