/* ==========================================================
   Bellemann - Überschrift Aufmacher Block
   Title + Subtitle with shared yellow border
   Typography and colors handled globally
========================================================== */

.bellemann-ueberschrift-aufmacher {
  margin-bottom: 20px;
}

.bellemann-ueberschrift-aufmacher .bellemann-heading {
  border-left: 6px solid #FFD800;
  padding-left: 20px;
  text-align: left;
}

.bellemann-ueberschrift-aufmacher .bellemann-heading__title {
  text-transform: uppercase;
  margin: 0 0 8px;
}

.bellemann-ueberschrift-aufmacher .bellemann-heading__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
