<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #70707040;
}

.table&gt;thead&gt;tr&gt;th {
  border-top: 2px dashed #707070;
  color: #000;
  font-size: 14px;
  line-height: 19px;
}

.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
  border-top: 2px dashed #70707040;
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
}

.table&gt;thead&gt;tr&gt;th:first-child, .table&gt;tbody&gt;tr&gt;th:first-child, .table&gt;tfoot&gt;tr&gt;th:first-child, .table&gt;thead&gt;tr&gt;td:first-child, .table&gt;tbody&gt;tr&gt;td:first-child, .table&gt;tfoot&gt;tr&gt;td:first-child {
  text-align: left;
}

.table&gt;thead&gt;tr&gt;th {
  border-bottom: 2px dashed #707070;
}

.table-teaser tbody tr:nth-child(n+9) {
  display: none;
  transition: 1s;
}

.table-teaser.table-teaser-show tbody tr {
	display: table-row !important;
}

.toggleLink {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}

.link_showContent {
  font-weight: normal;
  cursor: pointer;
}

figcaption, .bildunterschrift, article {
  color: #707070;
  font-style: normal;
  font-size: 14px;
  text-align: right;
}

.table.table-original-fontsize &gt; thead &gt; tr &gt; th, .table.table-original-fontsize &gt; tbody &gt; tr &gt; th, .table.table-original-fontsize &gt; tfoot &gt; tr &gt; th, .table.table-original-fontsize &gt; thead &gt; tr &gt; td, .table.table-original-fontsize &gt; tbody &gt; tr &gt; td, .table.table-original-fontsize &gt; tfoot &gt; tr &gt; td {
	font-size: inherit;
}</pre></body></html>