
body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background:#000000;

}
@-webkit-keyframes Logo-Animation {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}

}

/* for other Browser */
@keyframes Logo-animation {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}

}
#main{
  position: relative;
  width: 1000px;
  height: 10000px;
  top:0px;
  background: #000;
  margin: auto;

}
#left{
  position: fixed;
  top:150px;
  width: 250px;
  height: 333px;
  background: #000;
}
#right{
  position: fixed;
  left: 700px;
  top:150px;
  width: 25px;
  height: 333px;
  background: #000;
}
#middle_headline{
  position: fixed;
  height: 333px;
  top:150px;
  left:900px;
  width: 200px;
  background: #000;

}
#middle{
  position: fixed;
  left: 250px;
  top:150px;
  width: 500px;
  height: 333px;
  background: #000;
}
#footer{
  position: fixed;
  width: 1000px;
  height: 15px;
  bottom: 0px;
  background: #000;
  z-index: 2;
  border-top: 1px solid #fff;
}
#head_lang{
  position: fixed;
  width: 1000px;
  height: 30px;
  top: 0px;
  padding-top: 10px;
  background: #000;
  z-index: 2;
}
#logo{
  position: fixed;
  width: 1000px;
  height: 100px;
  top: 30px;
  background: #000;
  z-index: 2;
}
#logo_image{
  position: absolute;
  left:410px;

}
#link_impressum{
  position: absolute;
  left: 50px;
}
#link_datenschutz{
  position: absolute;
  right: 50px;
}
.dot{
  width: 18px;
  height: 18px;
  border-radius: 18px 18px;
  background: white;
  margin-bottom: 34.5px;
  cursor: pointer;
  background: #dbdbdb;
}
.content_text{
  position: absolute;
  width: 250px;
  background: #000;

}
#cursor_film_div{
  position: absolute;
  width: 500px;
  height:333px;
  top:0px;
  left:0px;

  background: brown;
}
#second_film_conatiner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height:100%;

}
#loading_page{
  position: absolute;
  left: 0px;
  top:0px;
  width: 1000px;
  height: 100%;
  background: #000;
  z-index: 20;
}
#loading-container{
  position: absolute;
  width:500px;
  height:240px;
  left: 250px;
  top:150px;
  background: #000;
  overflow: hidden;
}
#logo_schrift{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index:3;
}
#logo_maske{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index:2;
}
#logo_scheibe{
  position: absolute;
  left: -65px;
  top: -235px;
  width: 10000;
  z-index:1;
  animation-name: Logo-Animation;
  animation-duration: 5s;
  animation-iteration-count:infinite;
}
#logo_gesamt_loading_conatiner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index:5;
  display: none;
}
#impressum_text{
  position: absolute;
  width: 100%;
  top:160px;
}
#impressum_headline{
  position: absolute;
  width: 100%;
  top:130px;
}
#first_headline{
  position: absolute;
  top:0px;
}
#second_headline{
  position: absolute;
  top:52px;
}
#third_headline{
  position: absolute;
  top:104px;
}
#fourth_headline{
  position: absolute;
  top:157px;
}
#fivth_headline{
  position: absolute;
  top:210px;
}
#sixth_headline{
  position: absolute;
  top:262px;
}
#seventh_headline{
  position: absolute;
  top:315px;
}
