﻿@import "variables.css";

/*Filterbereich*/
.sticky-filter {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--karte-background-color);
    /*box-shadow: 0 13px 18px -19px rgba(0,0,0,.5);*/
}

#filterbereich-mobile.accordion.active:after {
    color: #ffffff !important;
}

#filterbereich-mobile.accordion:after {
    color: #ffffff !important;
}

@media screen and (max-width: 992px) {
    .sticky-filter {
        position: sticky;
        top: 63px;
        z-index: 999;
        background-color: var(--karte-background-color);
        /*box-shadow: 0 13px 18px -19px rgba(0,0,0,.5);*/
    }

    #titel-mobile {
        margin-top: 100px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .sticky-filter {
        //Scrollen on mobile devices erlaubt
        position: unset !important;
    }
}


@media screen and (max-width: 400px) {
    #filter-btn, #reset-btn {
        width: 100%;
    }
}
