/* #logo_fixed {
	display: none;
}

#banner {
   display: none;
    /*z-index: 9000;*
 }
 */
 
#ZeigeVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 999999;
  background-color: rgba(92, 92, 92, .92);
  overflow: hidden;
}
 
.VideoStyle {
  width: 50%;
  display: table;
  margin: auto auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.VideoStyle  {
  width: 80%
	}
	}
	
.VideoStyle a {
  color: White;
  font-weight: bold;
  text-decoration: none;
}

.VideoStyle a:hover {
  color: Tomato;
}
.VideoStyle .Beenden {
  float: right;
}
 
video {
  width: 100% !important;
  height: auto !important;
  box-shadow: 6px 6px 18px 6px #111;
  border-radius: 15px;
}