/* Unterwelten verwenden bewusst exakt dieselben App-Karten wie die Startseite. */
.app-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin-left:auto;margin-right:auto}
.material-launch-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.subworld-breadcrumb{margin:10px 0 22px}
@media(max-width:1050px){.material-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.app-grid-two,.material-launch-grid{grid-template-columns:1fr}}


