/* Erzwingt saubere Zeilenabstände für alle Fließtexte – verhindert Ineinanderverschieben */
body, p, span, li, td, .module, .moduletable, article {
    line-height: 1.6 !important;
    font-size: 16px !important; /* Setzt eine saubere Standard-Schriftgröße */
}

/* Gibt Überschriften, die ineinander quetschen, sofort wieder Platz */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4 !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

/* Repariert das Grid-Layout (Spalten), falls Boxen sich überlagern */
.row, .grid, .vmd-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    height: auto !important;
}

/* Verhindert das starre Ineinanderkeilen von Modul-Blöcken */
div[class*="col-"] {
    margin-bottom: 20px !important;
    height: auto !important;
}

