<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.share {
  padding-top: var(--p);
}

.page .shariff::before {
  content: 'Diese Seite teilen:';
  font-weight: var(--f-weight-eb);
  font-size: var(--f-size-l-2);
  color: rgb(var(--c-primary));
  margin-bottom: 1rem;
}

.shariff li.shariff-button {
  padding: 0;
  margin: 0;
  height: auto;
}

.page .shariff li.shariff-button .share_text {
  display: none !important;
}

.page .shariff .orientation-horizontal.button-style-standard li {
  min-width: auto;
  max-width: none;
  flex: none;
  border: none;
  margin-right: var(--g-gap-s);
  margin-bottom: var(--g-gap-s);
}

.shariff li::marker {
  content: '';
}

.shariff li.shariff-button a {
  border-radius: 3rem;
  padding: 0.6rem 0.6rem;
  height: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}

.shariff li.shariff-button a::after {
  content: '\f08e';
  font-family: 'FaRegular';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--b-radius);
  background-color: rgb(var(--c-primary));
  display: none;
}

.page .shariff li .share_count,
.page .shariff li .share_text {
  line-height: 1.4;
  font-size: var(--f-size);
}

.page .shariff li .fab,
.page .shariff li .far,
.page .shariff li .fas {
  width: 35px;
  line-height: 30px;
}

.page .shariff .facebook a {
  background-color: rgb(var(--c-primary));
}

@media (min-width: 800px) {
  .page .shariff .orientation-horizontal.button-style-standard li {
    margin-right: var(--g-gap-s);
    margin-bottom: var(--g-gap-s);
  }
}</pre></body></html>