                            .videobgwrap {
                              position: relative;
                              padding-bottom: 56.25%;
                              /* 16:9 */
                              padding-top: 25px;
                              height: 0;
                            }

                            .videobgwrap iframe {
                              position: absolute;
                              top: -50%;
                              left: 0;
                              width: 100%;
                              height: 100%;
                              transform: translate(0,25%);
                            }
                            
                            .vposter { background-size: cover;  bottom: 0;  left: 0;  opacity: 1.0;  position: absolute;  right: 0;  top: 0;  z-index: 4;  height: 100%;  width: 100%;  transition: all 0.3s ease-in; }

.module_onepage section.video  { 
	position: relative;
	padding: 0 !important;
}
.module_onepage section.video .video-container { padding-top: 0 !important; margin: 0 !important; }
.module_onepage section.video .video-foreground.overlay { width: 100%;height: 100%;position: absolute;z-index: 3; }





p.videoposter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.cwrap.video { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	margin: 0 !important
}

@media (orientation: portrait){
	
	.module_onepage section.video{
		width: 100vw;
		height: 100vh !important;
		overflow: hidden;
	}
	.video-background{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.video-background > .video-foreground{
		width: 400%; /* damit es für größere Portraits nicht wegrutscht */
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-50%)
	}
	.vimeo_refused .video-background > .video-foreground{ width: 100% !important}
	.video-container, .iframe-container{
		position: absolute;
		padding-bottom: 56.25%;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
}
