@charset "utf-8";
/* CSS Document */

/* Hauptelemente der Seite */

body {
	background-color: #000000;
	margin: 0;
    padding: 0;
}

#szene {
  position: absolute;
  top: 0;
  left: 0;
  height: 100hv; /* Höhe des DIV */
  width: 100%; /* Breite des DIV */
  background-color: #000000; /* Hintergrundfarbe des DIV */
}

#inhalt {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
}