.wf_caption,
.wf_caption.mce-item-caption {
  text-align: center;
  margin: 5px 0;
  display: block !important;
  font-style: italic;
  border: 1px solid #aaa;
  padding: 5px;
}

:is(.com-content-article__body, .mceContentBody) :is(a[href^="/artikel-intern/"], a[href^="https://stellwerke.info/artikel-intern/"]):not(.page-link) {
  color: #e80000;
  text-decoration: underline double;
  border: 1px solid #e80000;
}

.mceContentBody hr.system-pagebreak {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
.mceContentBody hr.system-pagebreak::after {
  display: block;
  color: red;
  content: "Seitenumbruch: " attr(title);
  text-align: center;
}

.mceContentBody :is(h1, h2, h3, h4, h5, h6)[id]::after,
.mceContentBody :is(h1, h2, h3, h4, h5, h6) > [id]::after {
  content: "  [#" attr(id) "]";
  font-size: 0.8em;
  color: red;
}