.mbgi-block-ytubepopup{
	margin-bottom:var(--abstandUntenContainer);
	}
	.mbgi-block-ytubepopup .ytubepopup-wrap:before{
		content: "";
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    background: #00000050;
	    top: 0;
		}
	.mbgi-block-ytubepopup .ytubepopup-wrap:after{
		content:"\F62B";
		font-family: var(--fontBootstrap);
	    display: block;
	    position: absolute;
	    z-index: 2;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
	    width: 82px;
	    height: 92px;
	    font-weight: 600;
	    color:#ffffff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 4rem;
	    transition:all 0.2s ease-in;
	}
	.mbgi-block-ytubepopup .ytubepopup-wrap{
		height: 0;
	    padding-bottom: var(--bildformat169);
	    background-size: cover;
	    background-position: center;
	    cursor: pointer;
	    transition:all 
	    
		}
		
		.mbgi-block-ytubepopup .ytubepopup-wrap:hover:after{
			font-size: 5.5rem;	
			color:#c4302b;
		}




/*YouTube-Video-Template-Popup*/
.aufklapp-wrap-ytBlock{
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: #000000d1;
    /*padding: 15vh;*/
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    display: none;
    justify-content: center;
}
.aufklapp-wrap-ytBlock:after{
	content:"\F659";
	font-family: var(--fontBootstrap);
	display: block;
    position: absolute;
    right: 30px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 40px;
    top: 20px;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
	}
	.aufklapp-wrap-ytBlock .video-wrap{
		position: relative;
		z-index: 2;
		display:none;
		}
		.aufklapp-wrap-ytBlock .video-wrap iframe{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			margin-bottom: 0;	
		}
	