/* Verbesserungen für Lesbarkeit und Layout */
/* Eingefügt von Genie am 23.03.2026 */

/* Zeilenabstand für Artikeltexte erhöhen */
.art-postcontent p,
.art-postcontent li,
.art-postcontent div,
.itemFullText p,
.itemFullText li,
.itemFullText div,
.k2ItemText p,
.k2ItemText li,
.k2ItemText div {
    line-height: 1.6 !important;
}

/* Padding an den Seiten für bessere Lesbarkeit */
.art-postcontent,
.itemFullText,
.k2ItemText,
.art-content-layout-cell.art-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Optional: Mehr Abstand zwischen Absätzen */
.art-postcontent p,
.itemFullText p,
.k2ItemText p {
    margin-bottom: 1em !important;
}

/* Bilder sollen nicht zu groß sein und gut integriert wirken */
.art-postcontent img,
.itemFullText img,
.k2ItemText img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}