

.filter-mobile {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -11px;
}

.filter-form--mobile {
    width:245px;
    position: absolute;
    right: -330px;
    top: 42px;

    z-index: 9999;

    background: #f0f0f0 none repeat scroll 0 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);

    padding: 15px;
}

.filter-mobile .collapsible-title.collapsible-toggler {
    padding-right: 0;
}

.filter-form--mobile fieldset:not(.collapsible--popup) {
    margin-bottom: 15px;
}

.page-bildungsangebote span.project-url {
    padding-left: 10px;
}

/*Intermediate size*/ 
@media screen and (min-width:500px) {

    .filter-mobile {
        top: 162px;
    }

}



/*iPad hoch und größer*/ 
@media screen and (min-width:768px) {

    .filter-mobile {
        top: 162px;
        right: 25px;
    }

}



/*iPad quer (nicht exakt) und größer*/ 
@media screen and (min-width:1010px){

    .filter-mobile {
        visibility: hidden;
        display: none;
    }

}