/* Joomla-Artikel – allgemeine Formatierung */
.article-content, .com-content-article {
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 2rem;
    line-height: 1.6;
}