:root {
    --form-background: var(--beon-form-background);
}

form#searchform {
    background-color: var(--beon-form-background);
    max-width: 1000px;
}

.site-main {
    display: flex;
    gap: 60px;
    width: 100%;
    padding-top:100px;
}

.content-wrapper {
    width: 65%;
}


.map-container {
    width: 35%;
    position: fixed;
    right: 0;
    height: 100%;
    background-color: var(--beon-highlight-color);
}

.map-container #map {
    height: 100%;
}
.beon-left-panel {
    padding-top: 120px;
}

.herosection img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top;
    border-radius: var(--beon-border-radius);
}

.main-search form#searchform {
    height: 69px;
    min-height: 69px;
    border: 1px solid #E6E4E4;
    box-shadow: 0px 0px 10px #00000029;
}

.main-search span.icon-wrapper,
.main-search #range .icon-wrapper,
span.icon-wrapper img {
    height: 13px !important;
    width: 13px !important;
    margin-bottom: 3px;
}

.main-search .wrap-guests span.icon-wrapper img {
    margin-bottom: 6px !important;
    margin-left: 16px !important;
}

.main-search .form-group.wrap-guests {
    min-width: 120px;
}

.main-search .form-group:not(.wrap-guests)::after {
    content: '';
    position: absolute;
    right: 0px;
    background: #EBEBEB;
    width: 1px;
    height: 44px;
    top: 50%;
    transform: translate(0, -50%);
}

.main-search form#searchform button[type="submit"] {
    height: 55px;
    width: 161px;
    margin-right: 10px;
}

.main-search form#searchform,
.main-search form#searchform button[type="submit"] {
    font-size: var(--beon-regular-font-size);
}

.main-search .frontpage-submit-image {
    height: 16px;
    width: 16px;
    margin-left: 10px !important;
}



div#dropdown_search_units select {
    width: 100%;
}

#dropdown_search_units .select2-container {
    background: transparent !important;
}


.property-wrapper-filter {
    display: flex;
    position: fixed;
    z-index: 2;
    justify-content: center;
    align-items: center;
    gap: 35px;
    width: 80%;
    font-size: var(--beon-regular-font-size);
}

.white-icon-image {
    width: 16px;
    height: 16px;
    filter: invert(1);
}


.overview {
    padding-top: 40px;
}

.overview ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
    z-index: 0;
}

.overview ul img {
    display: inline-block;
    width: 18px;
    position: relative;
    top: 0px;
}

.overview ul li {
    position: relative;
    z-index: 1;
}

.overview ul li:first-child {
    padding-right: 20px;
}


.overview ul li:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}


.sort-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: var(--beon-small-font-size);
    color: white;
    font-weight: 400;
    padding-left: 25px;
}

#show_allfilter,
#show_allfilter:hover,
#direct-search,
#direct-search:hover {
    border: none;
    outline: none;
    color: inherit;
    background-color: var(--beon-secondary-button-color);
    padding: 10px 30px;
    cursor: pointer;
    height: 55px;
    color: white !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    font-weight: var(--beon-font-semibold);
    font-size: var(--beon-regular-font-size);
}



#show_allfilter span.icon-wrapper {
    left: 0;
    height: 20px;
}

.wrap-filter-details h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid var(--beon-divider-color);
    padding-bottom: 10px;
    font-weight: bold;
    margin: 0px;
}

.wrap-filter {
    display: none;
    position: fixed;
    background-color: var(--beon-form-background);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 2rem;
    align-items: center;
    border: 1px solid var(--beon-popup-border-color);
    border-radius: var(--beon-border-radius);
}

.wrap-filter {
    & .input-wrapper {
        label {
            display: flex;
            width: 400px;
            justify-content: space-between;
            padding-top: 5px;
            font-size: var(--beon-medium-font-size);
        }
    }
}


.filter-content {
    height: 40vh;
    overflow-y: scroll;
}

.filter-button-close {
    background-color: var(--beon-secondary-button-color) !important;
}

div#primary.main-search button#filter-button-close {
    box-shadow: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: var(--beon-font-medium) !important;
    border: 0;
    margin-top: 20px;
    height: 50px;
    background-color: var(--beon-secondary-button-color);
}

div#primary.main-search button#filter-button-close img {
    height: 18px;
    width: 18px;
}

.wrap-filter {
    .input-wrapper {
        margin: 15px 0 15px 0;
        display: flex;
        width: 400px;
        justify-content: space-between;
    }
}


.hide-filter {
    display: none;
}

.main-search .activeoptions-wrapper {
    /* display: flex;
    align-items: center;
    margin-top: 20px; */
}

.main-search .activeoptions-wrapper .activeoptions-label {
    margin-right: 25px;
}

.activeoptions {
    display: flex;
    flex-wrap: wrap;
}

.activeoptions .parameter-wrapper {
    padding: 8px 10px;
    background-color: var(--beon-form-background);
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border-radius: var(--beon-btn-border-radius);
    border: 1px solid var(--beon-primary-color);
}

.activeoptions .parameter-wrapper a,
.close-popup {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url(/wp-content/plugins/beon-voffice/assets/images/xmark-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

span#select2-order-container::after {
    content: "";
    background: url(/wp-content/plugins/beon-voffice/assets/images/chevron-down-solid.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    filter: invert(1);
}

/*checkbox*/

.main-search .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.main-search input[type="checkbox"] {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    margin-bottom: 5px;
    height: 38px;
    border: none;
    margin-bottom: 5px;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
}

.activeoptions-wrapper {
    font-size: var(--font-size-small);
}

.checkbox-wrapper {
    cursor: pointer;
    padding-left: 35px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    position: relative;
    width: 33%;
    margin: 8px 0;
}

.checkbox-wrapper span::before {
    content: ' ';
}
.checkbox-count{
    font-weight: 600 !important;
}

.checkbox-wrapper input:not(:checked)~.checkmark {
    content: url(/wp-content/themes/ilovesylt/assets/images/checkmark-empty.svg);
}

.checkbox-wrapper input:checked~.checkmark {
    content: url(/wp-content/themes/ilovesylt/assets/images/checkmark-solid.svg);
    margin-right: 10px;
}



.form-tooltip:after {
    display: none;
}

.main-search .frontpage-submit-image {
    filter: none;
    margin-left: 20px;
}

.allgemein-filter {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: var(--beon-medium-font-size);
    gap: 8px;
}

.allgemein-filter .zimmer-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

h1.title-suche {
    text-transform: uppercase !important;
    margin: 0px !important;
    font-family: 'Nunito Sans' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 60px !important;
    letter-spacing: 1.68px !important;

}
.sort-wrapper-mobile .sort-wrapper {
    background-color: var(--beon-secondary-button-color);
    border-radius: var(--beon-btn-border-radius);
    padding: 8px;
    width: fit-content;
}

#mapButton-mobile {
    display: none;
}

.bewertung_block {
    display: flex;
    flex-direction: column;
    /* margin: 0px auto; */
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    gap: 20px;
}

.bewertung_block img {
    width: 50px !important;
    height: 50px !important;
}

.bewertung_block h4 {
    margin: 0px;
    font-size: 25px;
    color: var(--beon-secondary-color);
    font-weight: bold;
}

.bewertung_block p {
    width: 30%;
    text-align: center;
}

.main-search form#searchform #guests {
    padding: 0px;
}

.toggleMap-mobile {
    display: none;
    position: fixed;
    background-color: var(--beon-form-background);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    padding: 2rem;
    border: 1px solid var(--beon-popup-border-color);
    width: 30vw;
    border-radius: var(--beon-border-radius);
}

#map-close-mobile {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
    cursor: pointer;
}

.main-search .form-group.dateInput {
    min-width: 200px;
}
.direktsuche-mobile{
    display: none !important;
}

.lp_text_wrapper {
    position: relative;
}

.lp_text {
    width: 70%;
    font-size: var(--beon-medium-font-size);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.lp_text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.read_more_btn {
    display: inline-block;
    margin-top: 0px;
    text-decoration: underline !important;
    cursor: pointer;
    background: transparent !important;
    color: var(--beon-text-color) !important;
    padding:0px !important;
    padding-top: 14px !important;
    border: none;
    font-size: 17px !important;
}

.zimmer-wrapper .select2-selection--single .select2-selection__rendered::before {
    content: "";
    background: url(/wp-content/themes/ilovesylt/assets/images/chevron-down-thin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(15%, -50%);
}

.zimmer-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
}


div#dropdown_search_units select {
    width: 100%;
}

#dropdown_search_units .select2-container {
    background: transparent !important;
}


.direktsuche>span.select2-container.select2-container--default.select2-container--open,
.direktsuche-mobile>span.select2-container.select2-container--default.select2-container--open {
    top: 0px !important;
}

.direktsuche .select2-container--default .select2-selection--single .select2-selection__placeholder,
.direktsuche-mobile .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 600;
    color: white;
}

.direktsuche #dropdown_search_units .select2-container,
.direktsuche-mobile #dropdown_search_units .select2-container {
    text-align: center;
    border: 0;
    background-color: var(--beon-secondary-button-color);
    height: 60px;
    padding-right: 10px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.direktsuche span.selection,
.direktsuche-mobile span.selection {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--beon-secondary-button-color);
    border-radius: 50px;
}

.direktsuche #dropdown_search_units .select2-selection--single .select2-selection__rendered::before,
.direktsuche-mobile #dropdown_search_units .select2-selection--single .select2-selection__rendered::before {
    content: "";
    background: url(/wp-content/themes/ilovesylt/assets/images/magnifying-glass-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.direktsuche #dropdown_search_units .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    justify-content: flex-start;
}

.direktsuche-mobile #dropdown_search_units .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    justify-content: center;
}

.direktsuche .select2-container--default .select2-selection--single .select2-selection__rendered,
.direktsuche-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}

.direktsuche #dropdown_search_units .select2-selection--single .select2-selection__rendered,
.direktsuche-mobile #dropdown_search_units .select2-selection--single .select2-selection__rendered {
    padding: 0px 25px 0 30px !important;
}

.direktsuche #dropdown_search_units .select2-selection--single .select2-selection__rendered,
.direktsuche-mobile #dropdown_search_units .select2-selection--single .select2-selection__rendered {
    padding: 0;
    position: relative;
}

.direktsuche #dropdown_search_units b,
.direktsuche-mobile #dropdown_search_units b {
    opacity: 0;
}

.direktsuche .select2-dropdown,
.direktsuche-mobile .select2-dropdown {
    border: none;
    background: transparent;
    border-radius: 0;
    position: relative;
}

.direktsuche .select2-results__options .select2-results__message:empty,
.direktsuche-mobile .select2-results__options .select2-results__message:empty {
    display: none;
}

.direktsuche .select2-container--default .select2-results>.select2-results__options,
.direktsuche-mobile .select2-container--default .select2-results>.select2-results__options {
    color: white;
}

.direktsuche input.select2-search__field,
.direktsuche-mobile input.select2-search__field {
    background: transparent;
    border: none;
}

.direktsuche>span.select2-container.select2-container--default.select2-container--open
{
    top: 10px;
    position: absolute !important;
    top: 0px !important;
}

.direktsuche .select2-container--default .select2-results>.select2-results__options,
.direktsuche-mobile .select2-container--default .select2-results>.select2-results__options {
    max-height: 220px;
    width: 180px;
    position: relative;
    top: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
}

.direktsuche .select2-search--dropdown,
.direktsuche-mobile .select2-search--dropdown {
    padding: 0;
}

#direktsuche {
    display: none;
    position: relative;
}

.direktsuche .select2-container--default .select2-search--dropdown .select2-search__field,
.direktsuche .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field,
.direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    background: inherit;
    outline: none;
    font-family: inherit;
    color: white;
    background-color: var(--beon-secondary-button-color);
    height: 60px;
    width: 170px;
}

.direktsuche .select2-container--default .select2-search--dropdown .select2-search__field::before,
.direktsuche .select2-container--default .select2-search--dropdown .select2-search__field:focus::before,
.direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field::before,
.direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus::before {
    content: "";
    background: url(/wp-content/themes/ilovesylt/assets/images/magnifying-glass-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.direktsuche .select2-container--default .select2-results__option--highlighted[aria-selected],
.direktsuche-mobile .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--button-color);
    color: white;
}

.direktsuche .select2-results__option,
.direktsuche .select2-results__option:hover,

.direktsuche-mobile .select2-results__option,
.direktsuche-mobile .select2-results__option:hover {
    padding: 5px !important;
    font-size: 14px !important;
    color: var(--beon-text-color);
    background-color: white;
    min-height: 0;
    border: none;
    text-align: left;
}

.direktsuche .select2-results__options::-webkit-scrollbar,
.direktsuche-mobile .select2-results__options::-webkit-scrollbar {
    width: 3px;
}

.direktsuche .select2-results__options::-webkit-scrollbar-track,
.direktsuche-mobile .select2-results__options::-webkit-scrollbar-track {
    background-color: lightgrey;
}

.direktsuche .select2-results__options::-webkit-scrollbar-thumb,
.direktsuche-mobile .select2-results__options::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 0px;
    border: 0px solid transparent;
    background-clip: content-box;
}

.direktsuche .select2-results__options::-webkit-scrollbar-thumb:hover,
.direktsuche-mobile .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

@media only screen and (max-width: 1550px) and (min-width:1025px) {

    .herosection img {
        height: 360px;
        object-position: top;
    }

    .lp_text {
        width: 100%;
    }

    .property-wrapper-filter {
        /* margin: 0px !important ; */
        margin-left: 0px;
        padding-left: 0px;
        justify-content: center;
    }

    .form-group.dateInput {
        min-width: 220px;
    }

    .filter-content-main {
        height: 40vh;
    }

    div#primary.main-search button#filter-button-close {
        box-shadow: none;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .site-main{
        padding-top: 75px;
    }
    .beon-left-panel {
        padding: 0px 30px;
    }
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field,
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus{
        height: 46px;
    }
    .direktsuche-mobile>span.select2-container.select2-container--default.select2-container--open {
        position:relative !important;
        top: -45px !important;
        width: 100% !important;
    }
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field, .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus{
        width: 100% !important;
    }
    .direktsuche-mobile .select2-container--default .select2-results>.select2-results__options {
        max-height: 220px;
        width: 100%;
        position: relative;
        top: 20px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
        display: block;
    }
    .main-search .checkmark{
        height: 22px;
        width: 22px;
    }
    .content-wrapper {
        padding-top: 0px !important;
        width: 100%;
    }

    .map-container {
        display: none;
    }

    h2.subtitle-suche {
        font-size: 31px !important;
    }

    span#select2-order-container::after {
        filter: invert(0);
    }

    .bewertung_block p {
        width: 70%;
    }

    .herosection img {
        height: 45vh;
    }

    .main-search form#searchform {
        margin: 0px !important;
        width: 100%;
        border-radius: 0px;
        background: transparent;
        border: 0;
        padding: 0px;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        box-shadow: none;
    }

    .sort-wrapper-mobile .sort-wrapper {
        background-color: transparent;
        border: 1px solid var(--beon-text-color);
        width: 49%;
    }

    .sort-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        color: var(--beon-text-color);
    }

    .form-group {
        max-width: 100% !important;
    }

    .wrap-filter {
        .input-wrapper {
            width: 100%;
        }
    }

    .overview ul li:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .property-wrapper-filter {
        display: block;
        position: static;
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .overview {
        padding-top: 30px;
    }

    .overview ul {
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 0px;
    }

    h1.title-suche {
        line-height: 20px;
    }

    .wrap-filter-title-subtitle {
        padding-top: 5px;
    }

    h1.title-suche,
    h2.subtitle-suche {
        margin: 0px;
        padding: 0px;
    }

    .lp_text {
        width: 100%;
    }

    .toggleMap-mobile {
        padding: 20px;
        width: 70vw;
    }

    #map {
        height: 50vh !important;
        width: 100%;
    }

    #beon-map-container {
        display: none;
        position: fixed;
        top: 34svh;
    }

    #beon-map-container-helper {
        display: none;
    }

    .wrap-range,
    .wrap-guests,
    .wrap-regions {
        background-color: white;
        margin-bottom: 13px;
        border-radius: 70px;
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: center;
        height: 50px;
    }

    .wrap-regions,
    .wrap-guests {
        border-left: 0px;
    }

    .main-search .activeoptions-wrapper {
        flex-wrap: wrap;
    }

    .main-search .activeoptions-wrapper .activeoptions-label {
        width: 100%;
    }

    .main-search .property-wrapper label {
        font-size: var(--font-size-small);
    }

    h1.title-suche,
    h3.subtitle-suche {
        font-size: 20px;
        padding: 0px;
    }

    h1.title-suche {
        padding-top: 30px;
    }

    .form-wrapper-mobile {
        background-color: var(--beon-accent-color);
        padding: 34px 20px;
    }

    #show_allfilter {
        width: auto;
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 5;
        justify-content: center;
        font-size: var(--beon-regular-font-size);
        gap: 15px;
    }

    #mapButton-mobile .white-icon-image {
        filter: none;
    }

    #mapButton-mobile {
        display: flex;
        min-width: 140px;
        border: 0px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: var(--beon-secondary-button-color);
        width: 49%;
        padding: 13px 20px 13px 20px;
        font-weight: var(--beon-regular);
    }

    h3.title-container a,
    h3.title-container a:hover {
        font-size: 20px !important;
    }

    .sort-wrapper-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .form-mobile-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }

    .form-mobile-footer .wrap-regions,
    form#searchform button[type="submit"].button_btn1 {
        margin: 0;
    }

    form#searchform button[type="submit"].button_btn1 {
        height: 40px;
        width: 40px;
        padding: 10px;
    }

    .main-search form#searchform button[type="submit"] {
        width: 100% !important;
        height: 50px;
    }

    .property-wrapper-filter {
        margin-top: 0px;
        margin-left: 0;
        left: 0;
        padding: 0;
    }

    .wrap-filter {
        width: max-content;
        padding: 20px;
    }
    .direktsuche-mobile{
        display: block !important;
        width: 100%;
    }
    .direktsuche #dropdown_search_units .select2-container, .direktsuche-mobile #dropdown_search_units .select2-container {
        height: 46px !important;
    }
}

@media only screen and (max-width:767px) {
    .toggleMap-mobile {
        width: 90vw;
    }
    .wrap-filter {
        width: 90vw;
        padding: 20px;
    }
    .beon-left-panel {
        padding: 20px;
    }
    .herosection img {
        height: 30vh;
    }
    .zimmer-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: var(--font-size-small);
    }

    .zimmer-wrapper .select2-selection--single .select2-selection__rendered::before {
        height: 22px;
        width: 22px;
    }
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field,
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus{
        height: 46px;
    }
    .direktsuche-mobile>span.select2-container.select2-container--default.select2-container--open {
        position:relative !important;
        top: -45px !important;
        width: 100% !important;
    }
    .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field, .direktsuche-mobile .select2-container--default .select2-search--dropdown .select2-search__field:focus{
        width: 100% !important;
    }
}