/* =====================================================
   OMSAG Global Styles
   Utility classes loaded on every page.
   ===================================================== */

/* Kein background-gradient mehr auf .fillheadline selbst */
.fillheadline {
  color: inherit; /* wird von JS übernommen */
}
.fh-line {
  display: block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #232730 0%, #c0c0c0 0%);
}
