﻿body{
  background: url(https://www.flaggenlexikon.de/higru.gif);
  color: #000046;
  font-family: Book Antiqua, serif;
}

@media only screen and (max-width: 700px) {
  body {
margin-top: 100px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1300px) {
  body {
margin-top: 85px;
margin-right: 100px;
margin-bottom: 10px;
margin-left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  body {
margin-top: 70px;
margin-right: 500px;
margin-bottom: 10px;
margin-left: 200px;
  }
}



/* KLASSEN */

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin-bottom: 100px;
}

