body.kachel-editorial-page .kachel-editorial-entry {
  margin: 0;
}

body.kachel-editorial-page .kachel-editorial-content {
  max-width: 980px;
  margin: 0 44px 96px;
  padding: 0;
}

body.kachel-editorial-page .kachel-editorial-content > * {
  max-width: 760px;
}

body.kachel-editorial-page .kachel-editorial-content h2,
body.kachel-editorial-page .kachel-editorial-content h3 {
  position: relative;
  margin: clamp(48px, 7vw, 76px) 0 0.72em;
  padding-bottom: 18px;
  font-family: var(--schrift-display, inherit);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
  color: var(--kachel-text, #231f20);
}

body.kachel-editorial-page .kachel-editorial-content h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
}

body.kachel-editorial-page .kachel-editorial-content h3 {
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
}

body.kachel-editorial-page .kachel-editorial-content h2:first-child,
body.kachel-editorial-page .kachel-editorial-content h3:first-child {
  margin-top: 0;
}

body.kachel-editorial-page .kachel-editorial-content h2::after,
body.kachel-editorial-page .kachel-editorial-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  height: 5px;
  border-radius: 999px;
  background: var(--kachel-content-akzent, var(--kachel-orange, #f49c00));
}

body.kachel-editorial-page .kachel-editorial-content p,
body.kachel-editorial-page .kachel-editorial-content li {
  font-size: 1.08rem;
  line-height: 1.82;
  color: #373737;
}

body.kachel-editorial-page .kachel-editorial-content p {
  margin-top: 0;
}

body.kachel-editorial-page .kachel-editorial-content ul,
body.kachel-editorial-page .kachel-editorial-content ol {
  padding-left: 1.25rem;
}

body.kachel-editorial-page .kachel-editorial-content .wp-block-image,
body.kachel-editorial-page .kachel-editorial-content .wp-block-table,
body.kachel-editorial-page .kachel-editorial-content .wp-block-buttons,
body.kachel-editorial-page .kachel-editorial-content .wp-block-embed,
body.kachel-editorial-page .kachel-editorial-content .wp-block-group {
  max-width: 980px;
}

body.kachel-editorial-page .kachel-editorial-content img {
  border-radius: var(--radius, 8px);
}

body.kachel-editorial-page .kachel-editorial-page-links {
  margin-top: 48px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  body.kachel-editorial-page .kachel-editorial-content {
    margin-right: 28px;
    margin-left: 28px;
  }
}

@media (max-width: 640px) {
  body.kachel-editorial-page .kachel-editorial-content {
    margin-right: 18px;
    margin-left: 18px;
    margin-bottom: 72px;
  }

  body.kachel-editorial-page .kachel-editorial-content h2 {
    font-size: clamp(1.72rem, 9vw, 2.2rem);
  }

  body.kachel-editorial-page .kachel-editorial-content h3 {
    font-size: clamp(1.34rem, 7vw, 1.72rem);
  }

  body.kachel-editorial-page .kachel-editorial-content p,
  body.kachel-editorial-page .kachel-editorial-content li {
    font-size: 1rem;
    line-height: 1.74;
  }
}
