.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; width: 100%; padding: 10vh 0; position: relative; z-index: 1; overflow: hidden; margin: 0;}

.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_titel {text-align: center; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_untertitel {text-align: center; justify-content: center; align-items: center; align-content: center; font-size: 1.6rem; line-height: 2.2rem; /* wie bei h4 in mb_basis.css*/}

.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_inhalt {display: flex; flex-wrap: wrap; flex-direction: column; text-align: center; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_inhalt .bst_multibox_text {text-align: center; max-width: 570px;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_inhalt .bst_multibox_text p:last-of-type {margin-bottom: 20px;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout.bst_multibox_ohne_bilderleiste .bst_multibox_inhalt {display: flex; flex-wrap: wrap; flex-direction: column; text-align: center; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_linkausgabe_bereich {justify-content: center; align-items: center; margin-top: 0;}


.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_video_leiste {position: absolute; z-index: -2; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_video_leiste::after {content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--hell); opacity: 0.8;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_video_leiste .bst_mb_ein_video {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_video_leiste .bst_multibox_video_umrahmung {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_video_leiste .bst_multibox_video_umrahmung video {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; object-fit: cover;}


@media screen and (max-width: 768px) {
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout {padding: 15vh 20px; width: calc(100% - 40px);}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundvideo_layout .bst_multibox_untertitel {font-size: 6vw; line-height: 8vw; /* wie bei h4 in mb_basis.css*/}

}



/*Bitte den Abstand nicht loeschen!*/
