.resolution > span{
    display: none;
}
/*Standard Bildschirme*/
@media only screen and (min-width: 1241px){
    .resolution span.xxl {
        display: block;
    }
}
/*Bildschirme*/
@media only screen and (max-width: 1240px) and (min-width: 1024px){
    .resolution span.xl {
        display: block;
    }
}
/*Tablet*/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .resolution span.lg {
        display: block;
    }
}
/*Tablet*/
@media only screen and (max-width: 767px) and (min-width: 641px) {
    .resolution span.md {
        display: block;
    }
}
/*HD-Phones*/
@media only screen and (max-width: 640px) and (min-width: 481px) {
    .resolution span.sm {
        display: block;
    }
}
/*Small-Phones*/
@media only screen and (max-width: 480px) {
    .resolution span.xs {
        display: block;
    }
}




/*Standard Bildschirme*/
@media only screen and (min-width: 1241px){

}
/*Bildschirme*/
@media only screen and (max-width: 1240px){

}
/*Tablet*/
@media only screen and (max-width: 1023px){

}
/*Tablet*/
@media only screen and (max-width: 767px){

}
/*HD-Phones*/
@media only screen and (max-width: 640px){

}
/*Small-Phones*/
@media only screen and (max-width: 480px) {

}