#mdreimenuefilter{
    position: fixed;
    left: 0;
    top: 90px;
    width: 100vw;
    height: calc(100vh - 90px);
    background-color: #364B99ee;
    transition: all ease .2s;
    transform: translateX(-100%);
}
#mdreimenuefilter.active {
    transform: translateX(0%);
}
.mdreimenuefilterwrapper{
    width: var(--contentwidth);
    margin: auto;
    overflow: visible!important;
    position: relative;
}
#mdreimenuefilterResults > div{
    width: 50%;
}
[leistung]:not(.active){
    display:none;
}
.mdreimenuefilterwrapper > div{
    height: 45vh;
}
#mdreimenuefilterResults{
    height: 35vh;
}
#mdreimenuefilterOptions,
#mdreimenuefilterResults{
    margin-top: 2rem;
}
#mdreimenuefilterclose{
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}
input[type="checkbox"],
input[type="radio"]{
    -webkit-appearance: none!important;
    width: calc(var(--bfontsize) * 1.6);
    height: calc(var(--bfontsize) * 1.6);
    border: 2px solid #fff;
    border-radius: 3px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked{
    background-image: url(../../../../images/stories/template/haken_weiss.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
[leistung]{
    position: relative;
    transition: all ease .2s;
}
[leistung]:hover{
    padding-left: 30px;
}
[leistung] a,
[leistung] p{
    margin: 0!important;
}
[leistung].active::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../../../images/stories/template/haken_weiss.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease .2s;
}
[leistung].active:hover::before{
    opacity: 1;
}
#mdreimenuefilterLeistungen{
    padding-bottom: 50px;
}
@media only screen and (max-width: 900px) {
    .mdreimenuefilterwrapper{
        --cols: 1;
        --ggap: 30px!important;
        padding-top: 50px!important;
        height: calc(100vh - var(--hheight));
        overflow: auto!important;
    }
    .mdreimenuefilterwrapper > div,
    #mdreimenuefilterResults{
        height: min-content;
    }
    #mdreimenuefilterclose{
        transform: translateY(50%);
    }
    #mdreimenuefilterOptions, 
    #mdreimenuefilterResults{
        margin-top: unset;
    }
    #mdreimenuefilterResults > div{
        width: 100%;
    }
    [leistung]{
        position: relative;
        padding-left: 30px;
    }
    [leistung] a,
    [leistung] p{
        margin: 0!important;
    }
    [leistung].active::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../../../../images/stories/template/haken_weiss.svg);
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 1;
    }
}