.layer-panel {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-top: 1rem;
    display: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.layer-panel.show {
    display: block;
}

.layer-panel.hide {
    display: none;
}

#toggleFilter, #toggleSort {
    width: 100% !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit!important;
    border-radius: inherit !important;
    background-color: inherit !important;
    border: 0 !important;
}

#filterLayer strong {
    display: block;
}
#filterLayer {
    z-index: 2;
}
#filterLayer label {
    white-space: nowrap;
}
.leistungen-archive {
    z-index: 0;
}
#toggleFilter>i.fa-filter, #toggleSort>i.fa-sort {
    color: #e84346;
}
.number-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.number-wrapper::after {
    content: " Nächte";
    position: absolute;
    right: 25px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0a0a0a;
    font-size: 1rem;
}
#reise-tage {
    text-align: right;
    padding-right: 5rem !important;
}
.preissuche_form .title {
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
    .site-content .preissuche_form button.suche-btn span {
        padding-left: 10px !important;
    }
}
@media screen and (min-width:40em) {
    .site-content .preissuche_form button.suche-btn {
        max-width: 50px !important;
        padding: 0 15px !important;
    }
}
