body{
  -webkit-overflow-scrolling:touch;
}
body{
  background: #000;
  overflow-x: auto;
  overflow-y: auto;
}
#main{
  position: absolute;
  left:0px;
  top:0px;


  background: #000;

}
#Logo{
  position: fixed;
  left:50px;
  top:50px;
  width: 200px;
  height:30px;
  background: white;
  padding-top: 0px;
  z-index:2;
}

#impressum_datenschutz_text_container{
  position: relative;
  width:50%;
  top:50px;
  left:300px;
}
#large_pictures{
  position: fixed;
  width: 100%;
  height: 100%;
  left:0%;
  top:0px;
  background: white;
  opacity: 1;
  display: none;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: none;
}
#large_pictures_header{
position: fixed;
width: 100%;
height: 40px;
left: 0px;
top: 0px;
background: red;
display: none;

}
#menue_container{
  position: fixed;
  left:50px;
  top:100px;
  width: 100px;
  height:60px;
  padding-top: 0px;
  z-index:2;
}
#menue1{
  position: absolute;
  left:0px;
  top:0px;
  width:100px;
  height: 20px;
  background: white;
  text-decoration: none;
  color:black;
}
#menue2{
  position: absolute;
  left:0px;
  top:38px;
  width:100px;
  height: 20px;
  background: white;
  text-decoration: none;
  color:black;
}
#menue1:hover{
  background: black;
  color:white;
}
#menue2:hover{
  background: black;
  color:white;
}

/*
#close1{
  position: absolute;
  width: 30px;
  height: 3px;
  left: 10px;
  top: 20px;
  transform: rotate(45deg);
  background: white;
}
#close2{
  position: absolute;
  width: 30px;
  height: 3px;
  left: 10px;
  top: 20px;
  transform: rotate(-45deg);
  background: white;
}
*/
.make_cursor{
  cursor: pointer;
}
