.wissen-page .section-title h2 {
  letter-spacing: 1px;
}

.wissen-lead {
  max-width: 40em;
  margin: 0 auto 2rem;
  font-size: 1.05rem;
  color: #555;
}

.wissen-breadcrumb {
  font-size: 0.85rem;
  margin: 0 0 1.5rem;
}

.wissen-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  color: #666;
}

.wissen-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #999;
}

.wissen-breadcrumb a {
  color: #19AE9D;
}

.wissen-hero-bar {
  padding-top: 88px;
  padding-bottom: 0;
}

.wissen-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 3px solid #19AE9D;
  border-radius: 6px;
  padding: 1.25rem 1.35rem 1.4rem;
  color: inherit;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

a.wissen-card:hover,
a.wissen-card:focus {
  border-color: #19AE9D;
  color: inherit;
  text-decoration: none;
}

.wissen-card h3 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: #333;
}

.wissen-card p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.wissen-card .wissen-meta {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wissen-planned {
  margin: 0;
  padding-left: 1.2rem;
  color: #555;
}

.wissen-planned li {
  margin-bottom: 0.65rem;
}

.wissen-empty {
  color: #666;
}

.wissen-disclaimer {
  font-size: 0.9rem;
  color: #666;
  max-width: 46em;
}

.wissen-related {
  background: #f8f9fa;
}

.wissen-article {
  max-width: 46rem;
  margin: 0 auto;
  text-align: left;
}

.wissen-article h2 {
  font-size: 1.45rem;
  margin: 2.2rem 0 0.8rem;
}

.wissen-article h3 {
  font-size: 1.15rem;
  margin: 1.6rem 0 0.6rem;
}

.wissen-article p,
.wissen-article li {
  line-height: 1.55;
}

.wissen-stand {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.25rem;
}

.wissen-toc {
  background: #f8f9fa;
  border-left: 3px solid #19AE9D;
  padding: 1rem 1.25rem;
  margin: 0 0 2rem;
}

.wissen-toc p {
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.wissen-toc ol {
  margin: 0;
  padding-left: 1.2rem;
}

.wissen-toc li {
  margin-bottom: 0.35rem;
}

.wissen-matrix {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.92rem;
}

.wissen-matrix th,
.wissen-matrix td {
  border: 1px solid #ddd;
  padding: 0.55rem 0.7rem;
  vertical-align: top;
  text-align: left;
}

.wissen-matrix th {
  background: #f3f3f3;
  font-weight: 600;
}

.wissen-matrix .status-free {
  color: #1a7a4c;
  font-weight: 600;
}

.wissen-matrix .status-trans {
  color: #9a6b00;
  font-weight: 600;
}

.wissen-matrix .status-tax {
  color: #a33;
  font-weight: 600;
}

.wissen-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.wissen-checklist li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.55rem;
}

.wissen-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #19AE9D;
  border-radius: 2px;
}

.wissen-sources {
  font-size: 0.9rem;
}

.wissen-sources li {
  margin-bottom: 0.4rem;
}

.wissen-product-note {
  background: #f8f9fa;
  border-top: 3px solid #19AE9D;
  padding: 1.1rem 1.25rem;
  margin: 2rem 0 0;
}

.hero-widerruf .wissen-breadcrumb,
.hero-widerruf .wissen-breadcrumb a,
.hero-widerruf .wissen-breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}

.hero-widerruf .wissen-breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.55);
}
