html.no-js #noscriptinfo {height:auto !important;opacity:1 !important;padding:.5em !important;transition:all .5s linear 1s;}

/* Mobile small (Standard / Mobile First) */
@media only screen and (max-width: 400px) {
}

/* ab Mobile wide */
@media only screen and (min-width:401px) and (max-width:600px) {
}
@media only screen and (min-width:401px) {
}

/* ab Tablet small */
@media only screen and (min-width:601px) and (max-width:800px) {
}
@media only screen and (min-width:601px) {
}

/* ab Tablet wide */
@media only screen and (min-width:801px) and (max-width:1100px) {
}
@media only screen and (min-width:801px) {
}

/* ab Desktop small */
@media only screen and (min-width:1101px) and (max-width:1300px) {
}
@media only screen and (min-width:1101px) {
}

/* ab Desktop wide */
@media only screen and (min-width:1301px) {
}

/* Druckausgabe */
@media print {
}

/* kein JavaScript aktiv */
html.no-js #foo {}
