.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_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_hintergrundbild_layout.bst_multibox_ohne_bilderleiste {padding: 10vh 0 0 0;}

.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_titel {text-align: center; justify-content: center; align-items: center; align-content: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_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_hintergrundbild_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_hintergrundbild_layout .bst_multibox_inhalt .bst_multibox_text {text-align: center; max-width: 570px;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_inhalt .bst_multibox_text p:last-of-type {margin-bottom: 20px;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_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_hintergrundbild_layout .bst_multibox_linkausgabe_bereich {justify-content: center; align-items: center; margin-top: 0;}


.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste {position: absolute; z-index: -2; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste::after {content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--hell); opacity: 0.8;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: relative;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung a {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_bild_umrahmung img {object-fit: cover; height: 100%;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild:first-of-type {}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_bildunterschrift {position: absolute; right: 0; bottom: 0; padding: 10px 15px; color: var(--hauptfarbe_alternativ); z-index: 1; margin: 0;}


.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_animation {position: relative; height: 100%; width: 100%; object-fit: cover; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_bild_animation_kasten {height: 100% !important; width: 100%; object-fit: cover; display: flex; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild.unsichtbar {width: 100%; height: 100%; display: none; position: absolute; top:0; left: 0; right: 0; bottom: 0;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild {width: 100%; height: 100%; object-fit: cover;}
.bst_multibox.bst_multibox_ueberschrift_mit_hintergrundbild_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild img {width: 100%; cursor: pointer; height: 100%; object-fit: cover;}

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

}

/*Bitte den Abstand nicht loeschen!*/
