/* Purity IV / Joomla: Artikel nach Weiterlesen linksbündig ohne Einrückung */

/* Gesamter Artikelbereich */
body.view-article .item-page,
body.view-article .com-content-article,
body.view-article .com-content-article__body {
  text-align: left;
}

/* Introtext und Haupttext */
body.view-article .item-page p,
body.view-article .com-content-article__body p,
body.view-article .article-body p,
body.view-article .article-intro p,
body.view-article .introtext p {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

/* Purity IV: leere Artikel-Seitenspalte nach Weiterlesen entfernen */

body.view-article .bottom-article-info .article-inner > .row > .col-md-3 {
  display: none !important;
}

body.view-article .bottom-article-info .article-inner > .row > .col-md-9 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Ändern der Schriftgröße aller Modultitel */
.ja-module .module-title, 
.t4-module .module-title {
    font-size: 1.3rem; /* Passen Sie den Wert hier an */
}


