/* Links allgemein */
.links a { outline: none; }
.links a::before, h2::before  { font-family: var(--fontAwesome); padding-right: 6px;  }
.links a.no-icon::before, h2.no-icon::before {content: none;}
.links a[class*=popup-pdf]::before, h2[class*=popup-pdf]::before { content: '\f1c1'; }
.links a.internal::before, h2.internal::before {content: '\f15b'; }
.links a.external::before, h2.external::before {content: '\f08e'; }
.links a.arrow::before, h2.arrow::before {content: '\f054'; }
.links a.arrow-circle::before, h2.arrow-circle::before {content: '\f138'; }
.links a.popup-epaper::before, h2.popup-epaper::before [class^='link-list'] {content: '\f5da'; }
.links a.word::before, h2.word::before {content: '\f1c2'}
.links a.excel::before, h2.excel::before {content: '\f1c3'}
