/* Formatierung für Inhalte, die über den Rich-Text-Editor im Admin-Panel
   erzeugt wurden (Absätze, Zwischenüberschriften, Listen). */
.fq-richtext-output p { margin: 0 0 1rem; }
.fq-richtext-output p:last-child { margin-bottom: 0; }
.fq-richtext-output h3 {
  font-size: 1.15em;
  font-weight: 700;
  margin: 1rem 0 .6rem;
}
.fq-richtext-output h3:first-child { margin-top: 0; }
.fq-richtext-output ul {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
  text-align: left;
}
.fq-richtext-output strong { font-weight: 700; }
.fq-richtext-output em { font-style: italic; }
