/**
 * Wird von T4 automatisch nach css/template.css geladen (Document\Template::compileHead).
 * @import: gemeinsame Breiten-Overrides aus custom-content-width.css
 */
@import url("custom-content-width.css");

/**
 * Komponenten-Spalte im Block „Main body“: T4 hängt die Komponente als ERSTES Kindelement
 * unter .t4-row ein (array_unshift in Template.php). Unabhängig von col-md-auto/col-lg-auto.
 */
#t4-main-body.t4-section .t4-section-inner.container .t4-row.row > .t4-col:first-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: auto !important;
}
