.VF_Inhalt {
  border: 0px;
  padding-top: 0px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  hyphens: auto;
  text-align: justify;
  height: 100vh;
  overflow: hidden;  
}
.VF_Image {
display: inline-block;
  width: 100%;
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */ -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0px;
  padding: 0px;
}
.VF_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}
video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}