.universal {

  /* Hide the original title */
  .login__group--title {
    display: none;
  }

  /* Hide the original title */
  .login__group--title {
    display: none;
  }

  /* Display an alternative title */
  .login__group--header::after {
    content: 'HVH Flow \a Dein digitaler Vertriebsassistent. \a Beta Version';
    font-weight: 500;
    font-size: 1.3125rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding-bottom: 9px;
    white-space: pre;
    text-align: center;

  }
}

/* Change the Size of breadcrumb menu entries */
.breadcrumb .TooltipContainer .tooltip__content-wrapper span {
  font-size: 1.0rem;
}

/* Change the Size of breadcrumb menu entries in popup / modal windows */
/* .popup__document__content__breadcrumb .TooltipContainer .tooltip__content-wrapper span { */
.MuiDialogContentText-root .TooltipContainer .tooltip__content-wrapper span {
  font-size: 1.0rem;
}

/* Style für Duoton-SVGs festlegen; dieser wird sonst von TW aus dem SVG herausgefiltert */
.fa-secondary {
  opacity: .4
}