/* Links besser erkennbar gestalten */
p a:hover {
    text-decoration: underline !important;
    color: #ccc !important;
}
p a {
    text-decoration: underline;
}
/* Einrückung von Titel im Suchergebnis um die Sortierzahl auszublenden */
p.MuiTypography-root.MuiTypography-body2.MuiTypography-noWrap.AssetGalleryCard-text.css-djlw6q {
    white-space: pre;
    margin-left: -40px !important;
}
/* Ordner aus Breadcrumbs entfernen*/
ol.Breadcrumbs-list.css-c2wpm7 li:nth-of-type(2), ol.Breadcrumbs-list.css-c2wpm7 li:nth-of-type(3) {
    display: none;
}
/* Bildhöhe startseite */
.theme-clean .page .block-category .categories .category .preview, .theme-clean .page .block-category .categories .category .category-actions {
    height: 320px !important;
}
/* Kachel Transparez */
.category-actions.abs.primary-background {
    opacity: 0.7;
}
/* Kachel Titel höhe und Umbruch */
.categories .category-details {
    height: 70px;
}
span.abbreviate.data.name {
    text-wrap: auto;
}
