body {margin:0;}

.navbar {
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  overflow: auto;
  z-index: 2;
  position: fixed;
}

.navbar a {
  float: left;
  text-align: center;
  padding: 22px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 25px;
  font-family: Lucida Console;
  width: 20%;
  z-index: 2;
}

.active {
  background-color: rgba(0, 120, 10, 0.7);
  z-index: 2;
}


.navbar a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}


.show {
  display: block;
}

.content {
  position: fixed;
  bottom: 90;
  background: rgba(0, 0, 0, 0.1);
  color: white;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.content2 {
  position: fixed;
  width: 100%;
  z-index: 1;
}

h1{font-size:500%; font-family: "Azonix", serif;}
h3{color:white; font-size:200%; font-family:verdana;}
h4{color:white; font-size:150%; font-family:verdana;}

span{color:dodgerblue;}

#myVideo {
  position: top;
  right: 0;
  bottom: 0;
  min-width: 10%;
  min-height: 10%;
}

.nachOben {
  position: fixed;
  z-index: 3;
  bottom: 45;
  right: 5;
}

.nachUnten {
  position: fixed;
  z-index: 3;
  bottom: 0;
  right: 5;
}

.nachZurück {
  position: fixed;
  z-index: 3;
  bottom: 25;
  left: 5;
}

.rechtsKnopf {
  position: fixed;
  z-index: 3;
  bottom: 150;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.linksKnopf {
  position: fixed;
  z-index: 3;
  bottom: 150;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.Start {
  position: fixed;
  z-index: 3;
  top: : 50;
  right: 100;
}

.Radio {
  position: fixed;
  z-index: 3;
  bottom: 15;
  left: 5;
}

.Desktop {
  position: fixed;
  top: 300;
  left: 200;
}
