/* ----------------- Select forms with select2 ----------------- */
.select2-container--default *:focus{
    outline: none;
}
/* Select */
.select2-container--default .select2-selection--single {
    height:47px;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    border-radius: 23.5px;
}
.select2-container--default .select2-selection--single:hover {
    background: linear-gradient(to right,#0d448a,#1e79be) #0d448a;
    border-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height:47px;
    line-height: 47px;
    font-size: 1.125rem;
    padding: 0 23px;
    color: #484848;
}
.select2-container--default .select2-selection--single:hover .select2-selection__rendered {
    color: #fff;
}
/* Label */
.form__field-wrapper .form__label {
    color: #0d448a;
    font-weight: 700;
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
/* Suchfeld raus */
.select2-container--default .select2-search--dropdown {
    display: none;
}
/* Auswahlliste */
.select2-container--default .select2-dropdown {
    border-color:#ebebeb;
}
/* Hover */
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #49aaf3;
}
/* Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    height: 47px;
    width: 40px;
    margin-top: 30px;
    line-height: 42px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2214%22%20height=%2214%22%20viewBox=%220%200%2017%2028%22%3E%3Cpath%20transform=%22rotate(90%208.5%2014)%22%20fill=%22%230d448a%22%20d=%22M16.24%2013.923c0%20.242-.094.456-.28.642L2.958%2027.567c-.186.186-.4.28-.642.28s-.456-.094-.642-.28L.28%2026.172c-.187-.186-.28-.4-.28-.642s.093-.456.28-.642l10.964-10.965L.28%202.958c-.187-.186-.28-.4-.28-.642s.093-.456.28-.642L1.673.28c.186-.187.4-.28.642-.28s.456.093.642.28l13.002%2013c.186.187.28.4.28.643z%22/%3E%3C/svg%3E") center right 23px no-repeat transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2214%22%20height=%2214%22%20viewBox=%220%200%2017%2028%22%3E%3Cpath%20transform=%22rotate(90%208.5%2014)%22%20fill=%22%23fff%22%20d=%22M16.24%2013.923c0%20.242-.094.456-.28.642L2.958%2027.567c-.186.186-.4.28-.642.28s-.456-.094-.642-.28L.28%2026.172c-.187-.186-.28-.4-.28-.642s.093-.456.28-.642l10.964-10.965L.28%202.958c-.187-.186-.28-.4-.28-.642s.093-.456.28-.642L1.673.28c.186-.187.4-.28.642-.28s.456.093.642.28l13.002%2013c.186.187.28.4.28.643z%22/%3E%3C/svg%3E") center right 23px no-repeat;
}