/* Darstellungsregeln für kleine, waagerechte Bildschirme                */
@media screen
and (max-height: 511px)
and (orientation: landscape) {
  /* CSS-Regeln für Desktop-Ansicht hier */
  body {

  }
}

/*   ~ ~ ~~ ~~~ ~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~ ~~~ ~~ ~ ~   */
