.bst_multibox.bst_multibox_kacheln_layout {position: relative; display: flex; flex-wrap: wrap; width: 22vw; margin: 4vw; justify-content: center; align-items: center;}
.bst_multibox.bst_multibox_kacheln_layout > div {align-items: flex-start; align-content: flex-start; justify-content: flex-start;}

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_titel {order: 1; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; text-transform: uppercase; letter-spacing: 0.5px; color: var(--hauptfarbe); transition: 0.2s; margin: 0;}

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_inhalt {display: flex; flex-wrap: wrap; flex-direction: column; grid-column-start: 2; grid-row-start: 4; }
.bst_multibox.bst_multibox_kacheln_layout:hover .bst_multibox_titel {color: var(--zweitfarbe);}

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste {order: 2; width: 80%; opacity: 0.5; transition: 0.2s; filter: grayscale(1);}
.bst_multibox.bst_multibox_kacheln_layout:hover .bst_multibox_bilder_leiste {opacity: 1; filter: unset;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild {margin-top: 20px; }
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste .bst_mb_ein_bild:first-of-type {margin-top: 0; }

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste .bst_multibox_animation {position: relative;}
.bst_multibox.bst_multibox_kacheln_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_kacheln_layout .bst_multibox_bilder_leiste .bst_multibox_animation_bild img {width: 100%; cursor: pointer; height: 100%; object-fit: cover;}

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_linkausgabe_bereich {position: absolute; height: 100%; width: 100%; margin: 0;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_linkausgabe_bereich a {height: 100%; width: 100%; margin: 0; padding: 0; opacity: 0;}

.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_unterelemente {width: 100%; display: flex; flex-wrap: wrap;}
.bst_multibox.bst_multibox_kacheln_layout .bst_multibox_unterelemente .datei_download_multi {margin: 8px 0; padding: 0;}

@media screen and (max-width: 768px) {
  .bst_multibox.bst_multibox_kacheln_layout {width: calc(100% - 8vw);}
  .bst_multibox.bst_multibox_kacheln_layout .bst_multibox_bilder_leiste {margin: 12px 0;}
}