/* Vollbreite Section (Background über gesamte Breite) */
.icms-section {
  width: 100%;
  /* optional: vertikaler Abstand */
  padding: 40px 0;
}

/* Zentrierte Inhaltszeile */
.icms-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  /* Seitenabstände auf schmalen Screens */
  padding-left: 16px;
  padding-right: 16px;
}

/* Optional: enger/weniger hoch */
.icms-section.icms-section--tight { padding: 20px 0; }
.icms-row.icms-row--wide { max-width: 1400px; }
