/* Wissen overview and shared Wissen page layout. */

.wissen-page {
  --wissen-ink: #172033;
  --wissen-muted: #53647a;
  --wissen-soft: #728096;
  --wissen-paper: #fffdf8;
  --wissen-cream: #f7f2ea;
  --wissen-blue: #606d8e;
  --wissen-blue-deep: #021745;
  --wissen-blue-soft: rgba(96, 109, 142, 0.14);
  --wissen-blue-wash: #edf5f7;
  --wissen-copper: #d0682f;
  background: linear-gradient(180deg, #f8f4ed 0%, #edf5f7 48%, #f8f4ed 100%);
  color: var(--wissen-ink);
}

.wissen-page .wissen-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 242, 234, 0.96));
  color: var(--wissen-ink);
}

.wissen-page .wissen-intro-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(96, 109, 142, 0.10), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f6f0e8 100%);
}

.wissen-page .wissen-quickstart-section {
  background:
    radial-gradient(circle at 86% 10%, rgba(96, 109, 142, 0.11), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #edf5f7 100%);
}

.wissen-page .wissen-topic-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(96, 109, 142, 0.13), transparent 30%),
    linear-gradient(180deg, #edf5f7 0%, #f9fcfc 100%);
}

.wissen-page .wissen-premium-section {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f4efe7 100%);
}

.wissen-page .wissen-latest-section {
  background:
    radial-gradient(circle at 16% 16%, rgba(96, 109, 142, 0.10), transparent 28%),
    linear-gradient(180deg, #edf5f7 0%, #fffdf8 100%);
}

.wissen-page .wissen-popular-section {
  background:
    radial-gradient(circle at 80% 18%, rgba(96, 109, 142, 0.10), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
}

.wissen-page .wissen-section-head {
  max-width: 880px;
  margin-bottom: clamp(28px, 5vw, 46px);
}

.wissen-page .wissen-section h2,
.wissen-page .wissen-section h3 {
  color: var(--wissen-blue-deep);
}

.wissen-page .wissen-section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
}

.wissen-page .wissen-section-head p,
.wissen-page .wissen-quickstart-card p,
.wissen-page .wissen-card p,
.wissen-page .wissen-topic-card p,
.wissen-page .wissen-premium-card p {
  color: var(--wissen-muted);
}

.wissen-page .wissen-section-head p {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.75;
}

.wissen-page .wissen-section .eyebrow {
  border-color: rgba(96, 109, 142, 0.28);
  background: rgba(96, 109, 142, 0.09);
  color: var(--wissen-blue-deep);
}

.wissen-page .wissen-card-kicker {
  border-color: rgba(2, 23, 69, 0.28);
  background: var(--wissen-blue-deep);
  color: #fffdf8;
}

.wissen-grid,
.wissen-quickstart-grid,
.wissen-topic-grid,
.wissen-premium-grid,
.wissen-latest-grid,
.wissen-page .wissen-search-results-grid,
.wissen-popular-topics {
  display: grid;
  min-width: 0;
  gap: 22px;
}

.wissen-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wissen-quickstart-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wissen-topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wissen-premium-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wissen-latest-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wissen-page .wissen-latest-card--featured {
  width: 100%;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wissen-latest-card__link {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  align-content: stretch;
  width: 100%;
  height: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.wissen-latest-card--featured .wissen-latest-card__link {
  grid-column: 2;
  align-self: center;
  height: auto;
}

.wissen-latest-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
}

.wissen-latest-card__content h3,
.wissen-latest-card__content p,
.wissen-latest-card__content a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.wissen-latest-children {
  width: 100%;
  margin-top: clamp(32px, 5vw, 52px);
}

.wissen-latest-children[hidden],
.wissen-latest-child-panel[hidden] {
  display: none;
}

.wissen-latest-secondary__head {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 20px;
}

.wissen-latest-secondary__head .wissen-latest-secondary__label {
  display: inline-block;
  width: fit-content;
  margin: 0;
}

.wissen-latest-secondary__head h3 {
  margin: 0;
  color: var(--wissen-blue-deep);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.16;
}

.wissen-latest-secondary__head p {
  margin: 0;
  color: var(--wissen-muted);
  font-size: 15px;
  line-height: 1.55;
}

.wissen-latest-secondary__head p span {
  color: var(--wissen-blue-deep);
  font-weight: 800;
}

.wissen-carousel {
  --wissen-carousel-gap: 22px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  container-type: inline-size;
}

.wissen-carousel-frame {
  position: relative;
  width: 100%;
  min-width: 0;
}

.wissen-carousel-viewport {
  width: 100%;
  min-width: 0;
  overflow: visible;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.wissen-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.wissen-carousel-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: var(--wissen-carousel-gap);
  width: 100%;
  min-width: 0;
}

.wissen-carousel-item {
  min-width: 0;
  height: auto;
}

.wissen-carousel--featured .wissen-carousel-track {
  grid-template-columns: minmax(0, 1fr);
}

.wissen-carousel.is-ready .wissen-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: inline mandatory;
}

.wissen-carousel.is-ready .wissen-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--wissen-carousel-gap);
  align-items: stretch;
  width: 100%;
  min-width: 100%;
}

.wissen-carousel.is-ready .wissen-carousel-item {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.wissen-carousel.is-ready[data-wissen-carousel-slots="2"] .wissen-carousel-item {
  flex-basis: calc((100% - var(--wissen-carousel-gap)) / 2);
}

.wissen-carousel.is-ready[data-wissen-carousel-slots="3"] .wissen-carousel-item {
  flex-basis: calc((100% - (2 * var(--wissen-carousel-gap))) / 3);
}

.wissen-carousel--featured.is-ready .wissen-carousel-item {
  flex-basis: 100%;
}

.wissen-carousel--single:not(.wissen-carousel--featured).is-ready .wissen-carousel-item {
  flex-basis: min(100%, 520px);
}

.wissen-carousel-item.wissen-latest-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wissen-carousel-item.wissen-latest-card .wissen-latest-card__link {
  flex: 1 1 auto;
}

.wissen-carousel-item.wissen-latest-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 1fr);
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
}

.wissen-page .wissen-carousel-item.wissen-latest-card--featured,
.wissen-page .wissen-carousel-item.wissen-latest-card--featured:hover,
.wissen-page .wissen-carousel-item.wissen-latest-card--featured:focus-within,
.wissen-page .wissen-carousel[data-wissen-carousel-role="parent"] .wissen-carousel-item.wissen-latest-card--featured.is-selected {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.wissen-latest-card--featured .wissen-latest-card__content {
  gap: 12px;
  padding: 0;
}

.wissen-latest-card--featured .wissen-latest-card__content h3,
.wissen-latest-card--featured .wissen-latest-card__content p {
  margin: 0;
}

.wissen-carousel-item.wissen-latest-card:hover {
  border-color: rgba(208, 104, 47, 0.52);
  box-shadow: 0 22px 54px rgba(2, 23, 69, 0.13);
  transform: translateY(-3px);
}

.wissen-carousel-item.wissen-latest-card:focus-within {
  border-color: rgba(208, 104, 47, 0.52);
  box-shadow: 0 0 0 3px rgba(208, 104, 47, 0.2), 0 22px 54px rgba(2, 23, 69, 0.13);
}

.wissen-latest-card__link:focus-visible {
  outline: 0;
}

.wissen-latest-card__link::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
}

.wissen-latest-card__link:focus-visible::before {
  outline: 3px solid var(--wissen-copper);
  outline-offset: -3px;
}

.wissen-carousel[data-wissen-carousel-role="parent"] .wissen-carousel-item.is-selected {
  border-color: rgba(208, 104, 47, 0.72);
  box-shadow: 0 0 0 2px rgba(208, 104, 47, 0.16), 0 22px 54px rgba(2, 23, 69, 0.13);
}

.wissen-carousel-item.wissen-latest-card .wissen-card-readmore {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
}

.wissen-carousel-item.wissen-latest-card--featured .wissen-card-readmore {
  margin-top: 4px;
  padding-top: 0;
  text-decoration: none;
}

.wissen-carousel-item.wissen-latest-card--featured .wissen-card-readmore::after {
  margin-left: 7px;
  content: "\2192";
}

.wissen-card-media {
  position: relative;
  display: grid;
  place-items: center;
  align-self: start;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: transparent;
}

.wissen-latest-card--featured .wissen-card-media {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: min(100%, 580px);
  aspect-ratio: var(--wissen-card-media-ratio, 1.777778);
  border-radius: 8px;
}

.wissen-card-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wissen-card-media__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.wissen-card-video-controls {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
}

.wissen-card-video-control {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(2, 23, 69, 0.9);
  color: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.wissen-card-video-control:hover {
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(2, 23, 69, 0.98);
  transform: translateY(-1px);
}

.wissen-card-video-control:focus-visible {
  outline: 3px solid var(--wissen-copper);
  outline-offset: 3px;
}

.wissen-card-video-control--play span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.wissen-card-video-control--play.is-playing span {
  width: 10px;
  height: 12px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65% 100%);
}

.wissen-card-video-control--sound span {
  width: 13px;
  height: 12px;
  background: linear-gradient(90deg, currentColor 0 35%, transparent 35%);
  clip-path: polygon(0 34%, 35% 34%, 78% 0, 78% 100%, 35% 66%, 0 66%);
}

.wissen-card-video-control--sound span::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: translate(7px, 2px) rotate(45deg);
}

.wissen-card-video-control--sound:not(.is-audible)::after {
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
}

.wissen-card-media--fallback {
  background:
    radial-gradient(circle at 50% 44%, rgba(208, 104, 47, 0.12), transparent 52%),
    rgba(237, 245, 247, 0.96);
}

.wissen-card-media__image--fallback {
  width: min(42%, 150px);
  height: auto;
  max-height: 64%;
  object-fit: contain;
}

.wissen-latest-card--featured .wissen-card-media {
  height: auto;
  min-height: 0;
  aspect-ratio: var(--wissen-card-media-ratio, 1.777778);
}

.wissen-carousel-controls {
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 18px;
}

.wissen-carousel.is-ready.is-enhanced .wissen-carousel-controls {
  display: flex;
}

.wissen-carousel-button {
  position: absolute;
  z-index: 4;
  top: var(--wissen-carousel-control-y, 50%);
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(208, 104, 47, 0.54);
  border-radius: 50%;
  background: var(--wissen-blue-deep);
  color: #fffdf8;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(2, 23, 69, 0.24);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wissen-carousel.is-ready.is-enhanced .wissen-carousel-button {
  display: grid;
}

.wissen-carousel-button--previous {
  left: -18px;
}

.wissen-carousel-button--next {
  right: -18px;
}

.wissen-carousel-button:hover {
  border-color: var(--wissen-copper);
  background: #0b255d;
  box-shadow: 0 12px 30px rgba(2, 23, 69, 0.30);
}

.wissen-carousel-chevron {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.wissen-carousel-chevron--previous {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.wissen-carousel-chevron--next {
  margin-right: 4px;
  transform: rotate(45deg);
}

.wissen-carousel-button:focus-visible,
.wissen-carousel-dot:focus-visible,
.wissen-carousel-autoplay:focus-visible {
  outline: 3px solid var(--wissen-copper);
  outline-offset: 3px;
}

.wissen-carousel-progress {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
}

.wissen-carousel-status {
  position: absolute;
}

.wissen-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.wissen-carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(2, 23, 69, 0.34);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.wissen-carousel-dot.is-active {
  border-color: var(--wissen-copper);
  background: var(--wissen-copper);
}

.wissen-carousel-progress-line {
  width: min(150px, 38vw);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(2, 23, 69, 0.18);
}

.wissen-carousel-progress-line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--wissen-copper);
  transition: width 180ms ease;
}

.wissen-carousel-autoplay {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(2, 23, 69, 0.22);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  color: var(--wissen-blue-deep);
  cursor: pointer;
}

.wissen-carousel-autoplay:hover {
  border-color: rgba(208, 104, 47, 0.62);
  background: #fffdf8;
}

.wissen-carousel-autoplay:disabled {
  cursor: default;
  opacity: 0.5;
}

.wissen-carousel-autoplay__pause {
  display: flex;
  gap: 3px;
}

.wissen-carousel-autoplay__pause::before,
.wissen-carousel-autoplay__pause::after {
  width: 3px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.wissen-carousel-autoplay__play {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.wissen-carousel-autoplay.is-paused .wissen-carousel-autoplay__pause {
  display: none;
}

.wissen-carousel-autoplay.is-paused .wissen-carousel-autoplay__play {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .wissen-carousel-item.wissen-latest-card {
    transition: none;
  }

  .wissen-carousel-progress-line span {
    transition: none;
  }
}

.wissen-page .wissen-card-meta,
.wissen-carousel .wissen-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.wissen-page .wissen-card-meta time,
.wissen-carousel .wissen-card-meta time {
  color: var(--wissen-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.wissen-carousel .wissen-card-kicker {
  border-color: rgba(2, 23, 69, 0.28);
  background: var(--wissen-blue-deep);
  color: #fffdf8;
}

.wissen-page .wissen-search-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wissen-page .wissen-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.wissen-popular-topics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wissen-card,
.wissen-topic-card,
.wissen-premium-card,
.wissen-latest-card {
  border: 1px solid rgba(var(--wt-navy-rgb), 0.10);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 54px rgba(2, 23, 69, 0.075);
}

.wissen-card,
.wissen-premium-card,
.wissen-latest-card,
.wissen-page .wissen-package-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: clamp(28px, 3.5vw, 42px);
  border-color: rgba(2, 23, 69, 0.085);
  height: 100%;
}

.wissen-quickstart-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 34px rgba(2, 23, 69, 0.055);
}

.wissen-quickstart-card h3 {
  margin: 0;
  color: var(--wissen-blue-deep);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.18;
}

.wissen-quickstart-card h3 a {
  color: inherit;
}

.wissen-quickstart-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.wissen-search {
  width: min(100%, 920px);
  margin-top: clamp(24px, 4vw, 34px);
}

.wissen-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 16px 44px rgba(2, 23, 69, 0.07);
}

.wissen-search-input {
  min-width: 0;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 7px;
  background: #fff;
  color: var(--wissen-blue-deep);
  font: inherit;
  font-size: 16px;
  outline: none;
}

.wissen-search-input:focus {
  border-color: rgba(96, 109, 142, 0.48);
  box-shadow: 0 0 0 4px rgba(96, 109, 142, 0.11);
}

.wissen-search-button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(96, 109, 142, 0.26);
  border-radius: 7px;
  background: var(--wissen-blue-deep);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
}

.wissen-search-button:hover {
  background: #0b255d;
}

.wissen-page .wissen-hero-search {
  width: min(100%, 460px);
  margin-top: clamp(24px, 4vw, 34px);
}

.wissen-page .wissen-hero-search .wissen-search-input {
  min-height: 48px;
  border-color: rgba(255, 253, 248, 0.28);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.wissen-page .wissen-search-count {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.wissen-page .wissen-decision-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(208, 104, 47, 0.10), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f4efe7 100%);
}

.wissen-page .wissen-package-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(2, 23, 69, 0.07), transparent 28%),
    linear-gradient(180deg, #f4efe7 0%, #fffdf8 100%);
}

.wissen-page .wissen-public-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(96, 109, 142, 0.10), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #edf5f7 100%);
}

.wissen-page .wissen-search-results-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(208, 104, 47, 0.08), transparent 28%),
    linear-gradient(180deg, #edf5f7 0%, #fffdf8 100%);
}

.wissen-page .wissen-field-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(96, 109, 142, 0.12), transparent 30%),
    linear-gradient(180deg, #edf5f7 0%, #f9fcfc 100%);
}

.wissen-page .wissen-field-groups {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
}

.wissen-page .wissen-field-group {
  min-width: 0;
}

.wissen-page .wissen-field-group-head {
  max-width: 780px;
  margin-bottom: 22px;
}

.wissen-page .wissen-field-group-head h3 {
  margin: 0;
  color: var(--wissen-blue-deep);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
}

.wissen-page .wissen-field-group-head p {
  max-width: 700px;
  margin-top: 10px;
  color: var(--wissen-muted);
  font-size: 16px;
  line-height: 1.7;
}

.wissen-page .wissen-field-card h3 {
  margin-top: 14px;
  font-size: clamp(18px, 2vw, 22px);
}

.wissen-page .wissen-filter-card[hidden] {
  display: none !important;
}

.wissen-page .wissen-search-results-section[hidden],
.wissen-page .wissen-search-empty[hidden] {
  display: none !important;
}

.wissen-page .wissen-search-result-card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 245, 247, 0.88));
  box-shadow: 0 14px 38px rgba(2, 23, 69, 0.065);
}

.wissen-page .wissen-search-result-card h3 {
  margin-top: 14px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.wissen-page .wissen-search-result-card h3 a {
  color: inherit;
}

.wissen-page .wissen-search-result-card p {
  margin-top: 10px;
  color: var(--wissen-muted);
  font-size: 15px;
  line-height: 1.62;
}

.wissen-page .wissen-search-result-card .wissen-card-readmore {
  margin-top: 16px;
}

.wissen-page .wissen-search-empty {
  width: min(var(--container), calc(100% - 40px));
  max-width: 760px;
  margin: 0 auto clamp(52px, 8vw, 86px);
  padding: 22px 24px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--wissen-muted);
  font-size: 16px;
  line-height: 1.65;
  box-shadow: 0 14px 38px rgba(2, 23, 69, 0.055);
}

.wissen-card h3,
.wissen-premium-card h3,
.wissen-latest-card h3,
.wissen-page .wissen-package-card h3 {
  margin-top: 20px;
  font-size: clamp(23px, 2.5vw, 30px);
  letter-spacing: -0.02em;
}

.wissen-card p,
.wissen-premium-card p,
.wissen-latest-card p,
.wissen-page .wissen-package-card p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}

.wissen-category-card h3 a,
.wissen-latest-card h3 a {
  color: inherit;
}

.wissen-format-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 980px;
}

.wissen-format-pill {
  display: grid;
  gap: 8px;
  flex: 1 1 180px;
  min-width: min(100%, 180px);
  padding: 16px 18px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 10px 28px rgba(2, 23, 69, 0.045);
}

.wissen-format-pill a,
.wissen-format-pill span {
  color: var(--wissen-blue-deep);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.wissen-format-pill small {
  color: var(--wissen-muted);
  font-size: 13px;
  line-height: 1.45;
}

.wissen-category-card {
  gap: 0;
}

.wissen-planned-topics {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(96, 109, 142, 0.16);
  border-radius: 8px;
  background: rgba(237, 245, 247, 0.58);
}

.wissen-planned-topics h4 {
  margin: 0;
  color: var(--wissen-blue-deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.wissen-planned-topics ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.wissen-planned-topics li {
  position: relative;
  padding-left: 18px;
  color: var(--wissen-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wissen-planned-topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--wissen-blue);
}

.wissen-topic-clusters {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(96, 109, 142, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.wissen-topic-clusters h4 {
  margin: 0;
  color: var(--wissen-blue-deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.wissen-topic-cluster-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.wissen-topic-cluster-list a,
.wissen-topic-cluster-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(96, 109, 142, 0.2);
  border-radius: 999px;
  background: rgba(237, 245, 247, 0.72);
  color: var(--wissen-blue-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.wissen-card-note {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(96, 109, 142, 0.16);
  color: var(--wissen-blue);
  font-size: 13px;
  font-weight: 800;
}

.wissen-card-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.wissen-topic-card {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(237, 245, 247, 0.78));
  border-color: rgba(96, 109, 142, 0.18);
  box-shadow: 0 14px 38px rgba(2, 23, 69, 0.055);
}

.wissen-topic-card > span {
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--wissen-blue);
  box-shadow: 0 0 0 7px rgba(96, 109, 142, 0.13);
}

.wissen-topic-card h3 {
  font-size: clamp(20px, 2vw, 24px);
}

.wissen-topic-card p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
}

.wissen-premium-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 244, 0.94));
  border-color: rgba(208, 104, 47, 0.18);
  box-shadow: 0 20px 60px rgba(2, 23, 69, 0.08);
}

.wissen-page .wissen-premium-card {
  padding: clamp(22px, 2.4vw, 30px);
}

.wissen-page .wissen-premium-card h3 {
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.18;
}

.wissen-page .wissen-premium-card p {
  font-size: 15px;
  line-height: 1.65;
}

.wissen-page .wissen-package-card {
  border: 1px solid rgba(2, 23, 69, 0.10);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(237, 245, 247, 0.80));
  box-shadow: 0 20px 60px rgba(2, 23, 69, 0.075);
}

.wissen-page .wissen-package-card h3 a {
  color: inherit;
}

.wissen-page .wissen-project-note {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(var(--wt-copper-rgb), 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  color: var(--wissen-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wissen-page .wissen-package-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  margin-top: 24px;
  padding: 13px 20px;
  border: 1px solid rgba(2, 23, 69, 0.18);
  border-radius: 8px;
  background: var(--wissen-blue-deep);
  color: #fffdf8;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.wissen-page .wissen-package-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(2, 23, 69, 0.30);
  background: #0b255d;
}

.wissen-page .wissen-field-group .wissen-topic-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wissen-page .wissen-field-group .wissen-field-card {
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2, 23, 69, 0.045);
}

.wissen-page .wissen-field-group .wissen-field-card p {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .wissen-page .wissen-premium-grid,
  .wissen-page .wissen-latest-grid,
  .wissen-page .wissen-search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wissen-page .wissen-package-grid,
  .wissen-page .wissen-project-grid,
  .wissen-page .wissen-field-group .wissen-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .wissen-page .wissen-premium-grid,
  .wissen-page .wissen-latest-grid,
  .wissen-page .wissen-package-grid,
  .wissen-page .wissen-project-grid,
  .wissen-page .wissen-field-group .wissen-topic-grid,
  .wissen-page .wissen-search-results-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .wissen-page .wissen-premium-card,
  .wissen-page .wissen-latest-card,
  .wissen-page .wissen-package-card,
  .wissen-page .wissen-project-card,
  .wissen-page .wissen-field-card,
  .wissen-page .wissen-search-result-card {
    padding: 22px;
  }

  .wissen-page .wissen-card-kicker {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .wissen-page .wissen-premium-card h3,
  .wissen-page .wissen-package-card h3,
  .wissen-page .wissen-project-card h3,
  .wissen-page .wissen-field-card h3,
  .wissen-page .wissen-search-result-card h3 {
    font-size: clamp(20px, 5.4vw, 24px);
    line-height: 1.24;
  }

  .wissen-page .wissen-premium-card p,
  .wissen-page .wissen-package-card p,
  .wissen-page .wissen-project-card p,
  .wissen-page .wissen-field-card p,
  .wissen-page .wissen-search-result-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wissen-page .wissen-card-readmore {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    max-width: 100%;
  }

  .wissen-carousel-track {
    --wissen-carousel-gap: 16px;
  }

  .wissen-carousel-item.wissen-latest-card--featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }

  .wissen-page .wissen-latest-card--featured .wissen-latest-card__link {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .wissen-latest-card--featured .wissen-card-media {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    min-height: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .wissen-page .wissen-latest-card--featured .wissen-latest-card__content {
    padding: 0;
  }

  .wissen-latest-card__content {
    padding: 22px;
  }

  .wissen-carousel-button {
    width: 40px;
    height: 40px;
  }

  .wissen-carousel-button--previous {
    left: -8px;
  }

  .wissen-carousel-button--next {
    right: -8px;
  }
}

@media (max-width: 430px) {
  .wissen-page .wissen-search,
  .wissen-page .wissen-hero-search {
    width: 100%;
  }

  .wissen-page .wissen-search-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .wissen-page .wissen-search-button {
    width: 100%;
  }

  .wissen-page .wissen-section-head h2,
  .wissen-page .wissen-closing-cta-copy h2 {
    font-size: clamp(27px, 9vw, 36px);
    line-height: 1.12;
  }
}
.wissen-premium-card .wissen-planned-topics {
  border-color: rgba(208, 104, 47, 0.18);
  background: rgba(208, 104, 47, 0.07);
}

.wissen-premium-card .wissen-planned-topics li::before {
  background: var(--wissen-copper);
}

.wissen-latest-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 247, 0.86));
  border-color: rgba(96, 109, 142, 0.18);
  box-shadow: 0 18px 52px rgba(2, 23, 69, 0.075);
}

.wissen-latest-empty {
  max-width: 760px;
  padding: 28px;
  border: 1px solid rgba(96, 109, 142, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--wissen-muted);
  font-size: 18px;
  line-height: 1.7;
}

.wissen-popular-topic a,
.wissen-popular-topic span {
  display: block;
  min-height: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(96, 109, 142, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--wissen-blue-deep);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 12px 34px rgba(2, 23, 69, 0.055);
}

.wissen-popular-topic a:hover {
  border-color: rgba(96, 109, 142, 0.38);
  background: rgba(237, 245, 247, 0.82);
}

.wissen-premium-head {
  display: block;
}

.wissen-page .wissen-field-section {
  padding-bottom: clamp(34px, 5vw, 56px);
}

.wissen-page .wissen-closing-cta {
  margin-top: clamp(28px, 4vw, 44px);
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.wissen-page .wissen-closing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  max-width: 960px;
  margin-inline: auto;
  padding: clamp(20px, 2.8vw, 28px);
  border: 1px solid rgba(96, 109, 142, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(237, 245, 247, 0.84));
  box-shadow: 0 10px 28px rgba(2, 23, 69, 0.045);
}

.wissen-page .wissen-closing-cta-copy {
  min-width: 0;
}

.wissen-page .wissen-closing-cta-copy h2 {
  max-width: 600px;
  margin: 8px 0 0;
  color: var(--wissen-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.wissen-page .wissen-closing-cta-copy p {
  max-width: 610px;
  margin: 10px 0 0;
  color: var(--wissen-muted);
  font-size: clamp(15.5px, 1.6vw, 17px);
  line-height: 1.55;
}

.wissen-page .wissen-closing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.wissen-page .wissen-closing-cta-actions .primary-btn,
.wissen-page .wissen-closing-secondary {
  width: auto;
  min-width: min(220px, 100%);
  min-height: 44px;
  padding: 12px 18px;
}

.wissen-page .wissen-closing-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(2, 23, 69, 0.22);
  border-radius: 8px;
  background: rgba(237, 245, 247, 0.70);
  color: var(--wissen-blue-deep);
  font-weight: 850;
  text-align: center;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.wissen-page .wissen-closing-secondary:hover,
.wissen-page .wissen-closing-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(2, 23, 69, 0.42);
  background: rgba(237, 245, 247, 0.98);
  color: var(--wissen-blue-deep);
}

/* Section color rhythm: skin-only refinements, no layout changes. */
.wissen-page .wissen-hero {
  background:
    radial-gradient(circle at 82% 14%, rgba(96, 109, 142, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #edf5f7 100%);
  color: var(--wissen-ink);
}

.wissen-page .wissen-hero h1,
.wissen-page .wissen-hero-card h2,
.wissen-page .wissen-hero-card h3 {
  color: var(--wissen-blue-deep);
}

.wissen-page .wissen-hero .hero-text,
.wissen-page .wissen-hero-card p {
  color: var(--wissen-muted);
}

.wissen-page .wissen-hero .badge,
.wissen-page .wissen-hero .eyebrow {
  border-color: rgba(2, 23, 69, 0.14);
  background: rgba(255, 253, 248, 0.76);
  color: var(--wissen-blue-deep);
}

.wissen-page .wissen-hero-card {
  border-color: rgba(2, 23, 69, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(237, 245, 247, 0.86));
  box-shadow: 0 20px 54px rgba(2, 23, 69, 0.085);
}

.wissen-page .wissen-decision-section,
.wissen-page .wissen-premium-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(208, 104, 47, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f7f2ea 100%);
}

.wissen-page .wissen-premium-card {
  border-color: rgba(208, 104, 47, 0.20);
  border-top-color: rgba(208, 104, 47, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(255, 247, 239, 0.92));
  box-shadow: 0 18px 46px rgba(2, 23, 69, 0.07);
}

.wissen-page .wissen-package-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(96, 109, 142, 0.12), transparent 32%),
    linear-gradient(180deg, #edf5f7 0%, #f9fcfc 100%);
}

.wissen-page .wissen-package-card {
  border-color: rgba(2, 23, 69, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(237, 245, 247, 0.88));
  box-shadow: 0 18px 48px rgba(2, 23, 69, 0.07);
}

.wissen-page .wissen-project-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(208, 104, 47, 0.16), transparent 30%),
    linear-gradient(135deg, #001133 0%, #081830 58%, #0c1937 100%);
  color: #fffdf8;
}

.wissen-page .wissen-project-section .eyebrow,
.wissen-page .wissen-project-section .wissen-card-kicker {
  border-color: rgba(224, 120, 64, 0.46);
  background: rgba(224, 120, 64, 0.12);
  color: #e07840;
}

.wissen-page .wissen-project-section h2,
.wissen-page .wissen-project-section h3,
.wissen-page .wissen-project-section .wissen-card-readmore {
  color: #fffdf8;
}

.wissen-page .wissen-project-section p,
.wissen-page .wissen-project-section .wissen-section-head p,
.wissen-page .wissen-project-section .wissen-project-note {
  color: rgba(249, 241, 230, 0.78);
}

.wissen-page .wissen-project-section .wissen-project-card,
.wissen-page .wissen-project-section .wissen-package-card {
  border-color: rgba(224, 120, 64, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.04));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.wissen-page .wissen-project-section .wissen-project-note {
  border-color: rgba(224, 120, 64, 0.20);
  background: rgba(255, 253, 248, 0.08);
}

.wissen-page .wissen-field-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(96, 109, 142, 0.10), transparent 30%),
    linear-gradient(180deg, #f9fcfc 0%, #edf5f7 100%);
}

.wissen-page .wissen-field-section .wissen-field-card {
  border-color: rgba(96, 109, 142, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(237, 245, 247, 0.84));
  box-shadow: 0 12px 30px rgba(2, 23, 69, 0.055);
}

.wissen-page .wissen-closing-cta-inner {
  border-color: rgba(2, 23, 69, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(237, 245, 247, 0.90));
  box-shadow: 0 14px 34px rgba(2, 23, 69, 0.06);
}
@media (max-width: 980px) {
  .wissen-page .wissen-closing-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wissen-page .wissen-closing-cta-actions {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .wissen-page .wissen-closing-cta {
    margin-top: 28px;
    margin-bottom: 0;
    padding: 0;
  }

  .wissen-page .wissen-closing-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 22px;
  }

  .wissen-page .wissen-closing-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wissen-page .wissen-closing-cta-actions .primary-btn,
  .wissen-page .wissen-closing-secondary {
    width: 100%;
  }
}

.wissen-page a:focus-visible,
.wissen-page input:focus-visible {
  outline: 3px solid rgba(var(--wt-copper-light-rgb), 0.82);
  outline-offset: 4px;
}

.wissen-page input:focus-visible {
  box-shadow: 0 0 0 4px rgba(var(--wt-copper-rgb), 0.14);
}

/* Light Wissen surfaces need their own button contrast; global buttons are tuned for dark sections. */
body.wassertherm-site .wissen-page .secondary-btn {
  border-color: rgba(2, 23, 69, 0.32) !important;
  background: rgba(237, 245, 247, 0.92) !important;
  background-image: none !important;
  color: var(--wissen-blue-deep, #021745) !important;
  box-shadow: 0 10px 24px rgba(2, 23, 69, 0.06);
}

body.wassertherm-site .wissen-page .secondary-btn:hover {
  border-color: #021745 !important;
  background: #021745 !important;
  background-image: none !important;
  color: #fffdf8 !important;
}

body.wassertherm-site .wissen-page .primary-btn {
  border: 1px solid #021745 !important;
  background: #021745 !important;
  background-image: none !important;
  color: #fffdf8 !important;
  box-shadow: 0 16px 34px rgba(2, 23, 69, 0.18);
}

body.wassertherm-site .wissen-page .primary-btn:hover {
  border-color: #0b255d !important;
  background: #0b255d !important;
  background-image: none !important;
  color: #fffdf8 !important;
}

.wissen-page .wissen-text-link {
  border-color: rgba(2, 23, 69, 0.28);
  background: rgba(237, 245, 247, 0.70);
  color: var(--wissen-blue-deep, #021745);
}

.wissen-page .wissen-text-link:hover {
  border-color: rgba(2, 23, 69, 0.48);
  background: rgba(237, 245, 247, 0.95);
  color: var(--wissen-blue-deep, #021745);
}

.wissen-page .wissen-card-readmore {
  color: var(--wissen-blue-deep, #021745);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wissen-page .wissen-card-readmore:hover {
  color: #0b255d;
}

.wissen-page .wissen-package-cta:focus-visible,
.wissen-page .wissen-closing-secondary:focus-visible,
.wissen-page .wissen-text-link:focus-visible,
.wissen-page .wissen-card-readmore:focus-visible,
.wissen-page .primary-btn:focus-visible,
.wissen-page .secondary-btn:focus-visible {
  outline: 3px solid var(--wissen-copper, #d0682f);
  outline-offset: 3px;
}
