
html body {
  --fkn-id-ink: #353535;
  --fkn-id-paper: #ffffff;
  --fkn-id-accent: #00ade0;
  --fkn-id-graphite: #353535;
  --fkn-id-line: rgba(255, 255, 255, 0.22);
  --fkn-id-muted: rgba(255, 255, 255, 0.72);
}

html body .fkn-id-foot,
html body .fkn-id-page {
  color: var(--fkn-id-ink);
  background: var(--fkn-id-paper);
  font-family: inherit;
}



html body .fkn-id-foot--aktien {
  display: block;
  background: var(--fkn-id-graphite);
  color: var(--fkn-id-paper);
  padding: 34px 0 20px;
  border-top: 3px solid var(--fkn-id-accent);
}

html body .fkn-id-foot--aktien .fkn-id-foot__top {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 26px 34px;
}

html body .fkn-id-foot__cartouche {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fkn-id-paper);
  padding: 16px 18px;
  border-radius: 4px;
}

html body .fkn-id-foot__cartouche img {
  display: block;
  width: auto;
  height: auto;
  min-width: 180px;
  max-width: 100%;
  max-height: 56px;
}

html body .fkn-id-foot__label {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fkn-id-accent);
}

html body .fkn-id-foot__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

html body .fkn-id-foot__list a {
  color: var(--fkn-id-muted);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.25;
}

html body .fkn-id-foot__list a:hover,
html body .fkn-id-foot__list a:focus-visible {
  color: var(--fkn-id-paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body .fkn-id-foot__ads p {
  margin: 0 0 10px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--fkn-id-muted);
  max-width: 32rem;
}

html body .fkn-id-foot__ads a {
  display: inline-block;
  color: var(--fkn-id-paper);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  border-bottom: 1px solid var(--fkn-id-accent);
  padding-bottom: 2px;
}

html body .fkn-id-foot__ads a:hover,
html body .fkn-id-foot__ads a:focus-visible {
  color: var(--fkn-id-accent);
}

html body .fkn-id-foot__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid var(--fkn-id-line);
  font-size: 0.78rem;
  color: var(--fkn-id-muted);
}

html body .fkn-id-foot__base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

html body .fkn-id-foot__base a,
html body .fkn-id-foot__base button {
  color: var(--fkn-id-muted);
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

html body .fkn-id-foot__base a:hover,
html body .fkn-id-foot__base a:focus-visible,
html body .fkn-id-foot__base button:hover,
html body .fkn-id-foot__base button:focus-visible {
  color: var(--fkn-id-paper);
  text-decoration: underline;
}



html body .fkn-breadcrumb a,
html body main article a,
html body .pagination a,
html body .page-numbers a,
html body [class*="share"] a,
html body [rel="author"],
html body a[href*="/author/"] {
  transition: color 0.15s ease;
}

html body .fkn-breadcrumb a:hover,
html body .fkn-breadcrumb a:focus-visible,
html body main article a:hover,
html body main article a:focus-visible,
html body .pagination a:hover,
html body .pagination a:focus-visible,
html body .page-numbers a:hover,
html body .page-numbers a:focus-visible,
html body [class*="share"] a:hover,
html body [class*="share"] a:focus-visible,
html body [rel="author"]:hover,
html body [rel="author"]:focus-visible,
html body a[href*="/author/"]:hover,
html body a[href*="/author/"]:focus-visible {
  color: var(--fkn-id-accent);
  text-decoration: underline;
}

html body a:focus-visible {
  outline: 2px solid var(--fkn-id-accent);
  outline-offset: 2px;
}




html body .dn-trust__contact-commercial,
html body .fkn-llsg__commercial-grid,
html body .fkn-llsg__marketplace {
  align-self: start;
  height: auto;
  min-height: 0;
}


html body .dn-trust__contact-commercial > div:empty,
html body .fkn-llsg__marketplace > div:empty,
html body .fkn-llsg__commercial-grid > div:empty {
  display: none;
}

@media (min-width: 821px) {
  html body .dn-trust__contact-commercial {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) !important;
  }
  html body .dn-trust__contact-commercial > div {
    grid-column: 2;
  }
}


html body .fkn-llsg .fkn-contact {
  margin-left: auto;
  margin-right: auto;
}


html body main.fkn-page .fkn-page-layout {
  display: block !important;
}

html body main.fkn-page .fkn-page-content {
  width: 100% !important;
  max-width: none !important;
}

html body .fkn-llsg--contact .fkn-contact {
  grid-column: 1 / -1;
  width: min(860px, 100%);
}

html body .fkn-id-kicker {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fkn-id-accent);
}

html body .fkn-id-page__head h1 {
  margin: 0 0 18px;
}



html body .fkn-recaptcha-attribution {
  margin: 14px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--fkn-id-muted);
}

html body .fkn-recaptcha-attribution a {
  color: inherit;
  text-decoration: underline;
}


html body .navigation .menu > li.item-mega-menu > .sub-menu.mega-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  html body .fkn-id-foot--aktien .fkn-id-foot__top {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr) minmax(0, 1fr);
  }
  html body .fkn-id-foot__ads {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  html body .fkn-id-foot--aktien .fkn-id-foot__top {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  html body .fkn-id-foot__cartouche {
    justify-self: start;
  }
  html body .fkn-id-foot__cartouche img {
    min-width: 160px;
    max-height: 48px;
  }
  html body .fkn-id-foot__base {
    flex-direction: column;
  }
}
