/* Darstellungsregeln für große, senkrechte Anzeigen                     */
@media screen
and (min-width: 512px)
and (orientation: portrait) {
  /* CSS-Regeln für Desktop-Ansicht hier */
  body {
    max-width: 700px;
    margin-left: 136px;
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

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