@charset "utf-8";
/* CSS Document */

.video-container {
  height: 900px;
  width: 100%;
  overflow: hidden;
  position: relative;
	
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
	
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #ffffff;
  padding-top: 70vh;
	
}
.buchungstool2 {
    height: auto;
    width: auto;
    padding-top: 10px;
    z-index: 9999;
	display: flex;   justify-content: center;   align-items: center;
    }