.bst_multibox.bst_multibox_highlight_thema_layout {width: 700px; display: flex; flex-wrap: wrap; align-items: center; margin: 1vw; justify-content: center;}
.bst_multibox.bst_multibox_highlight_thema_layout  > div {align-items: flex-start; align-content: flex-start; justify-content: flex-start;}

.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste {width: 100px; height: 100px; border: 4px solid black; border-radius: 50%; padding: 30px; box-shadow: 0 0 20px -8px black; background-color: var(--hell);}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {width: 100%; height: 100%;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild a {width: 100%; height: 100%;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild img {width: 100%; height: 100%; object-fit: contain;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild .bst_multibox_bild_umrahmung {width: 100%; height: 100%;}

.bst_multibox.bst_multibox_highlight_thema_layout .label_faehnchen {background-color: var(--hauptfarbe_hellhinterg); flex: 1; margin-left: -100px; padding: 25px; padding-left: 125px; z-index: -1; display: flex; flex-wrap: wrap; justify-content: flex-start;}

.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_titel {font-weight: 600; font-size: 1.8rem; line-height: 2.2rem; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_untertitel {font-family: var(--fontfam_auszeichnung); font-weight: 400; font-size: 1.2rem; line-height: 1.6rem; margin: 0; color: var(--schwarzgrau);}

.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .bst_multibox_bilder_leiste, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .bst_multibox_bilder_leiste {order: 1;}
.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .label_faehnchen, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .label_faehnchen {margin-left: unset; padding-left: unset; margin-right: -100px; padding-right: 125px;}
.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .bst_multibox_titel, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .bst_multibox_titel {text-align: right; justify-content: flex-end;}
.bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .bst_multibox_untertitel, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .bst_multibox_untertitel {text-align: right; justify-content: flex-end;}


.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_multibox_animation {position: relative;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild.unsichtbar {width: 100%; display: none; position: absolute; top:0; left: 0; right: 0; bottom: 0;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild img {width: 100%; cursor: pointer; height: 100%; object-fit: cover;}

.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_unterelemente {width: 100%; display: flex; flex-wrap: wrap;}
.bst_multibox.bst_multibox_highlight_thema_layout .bst_multibox_unterelemente .datei_download_multi {margin: 8px 0; padding: 0;}



@media screen and (max-width: 768px) {
  .bst_multibox.bst_multibox_highlight_thema_layout {margin: 4vh 0;}
  .bst_multibox.bst_multibox_highlight_thema_layout .label_faehnchen {flex: unset; text-align: center; padding: 115px 30px 30px 30px !important; margin-top: -85px; max-width: calc(94% - 60px); margin-left: unset;}
  .bst_multibox.bst_multibox_highlight_thema_layout .label_faehnchen h3 {font-size: 6vw; line-height: 6.5vw; text-align: center !important; width: 100%; display: flex; justify-content: center !important; align-items: center;}
  .bst_multibox.bst_multibox_highlight_thema_layout .label_faehnchen h4 {text-align: center !important; justify-content: center !important;}

  .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .label_faehnchen, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .label_faehnchen {margin-right: unset; padding-right: unset;}
  .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(3) .bst_multibox_bilder_leiste, .bst_multibox.bst_multibox_highlight_thema_layout:nth-of-type(5) .bst_multibox_bilder_leiste {order: unset;}
}


 