html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  width: 100%;
  height: 100%;
  background-color: #2D56A9;
  position: relative;
  transform: translate(0, 0);
}

#ebene-0 {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#ebene-1 {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#flaeche-oben {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #626D69;
}

#flaeche-unten {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #626D69;
}
