* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "PPEditorialNew";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/PPEditorialNew/PPEditorialNew-Regular.woff2)
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("woff2");
  font-display: swap;
}

.sidebar {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: clamp(300px, 15vw, 420px);
  border-right: 1px solid #4d4d4d;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  background-color: #fbfbfb;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}

.logo-wrapper img {
  width: 240px;
  height: auto;
}

.main-navigation {
  margin-top: 3rem;
}

.main-navigation ul {
  padding: 0;
}

.main-navigation ul li {
  list-style: none;
}

.main-link {
  color: #4d4d4d;
  font-weight: 200;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 2.8rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.current-page {
  text-decoration: 1px #cca152 underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.has-submenu {
  position: relative;
  overflow: hidden;
}

.submenu {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: max-height 0.3s ease;
}

.submenu {
  padding-left: 1rem !important;
}

.submenu a {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 200;
  color: #7a7a7a;
  text-decoration: none;
}

.sidebar-footer {
  position: absolute;
  bottom: 1rem;
  background-color: #fbfbfb;
}

.sidebar-footer {
  margin-top: auto;
  padding: 1rem 0;
  background-color: #fbfbfb;
}

.language-switch {
  position: relative;
  width: max-content;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 2px;
  border: 1px solid hsl(0 0% 82%);
  background-color: #fbfbfb;
  box-shadow: 0 1px 2px hsl(0 0% 0% / 0.05);
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.12s ease;
}

.lang-trigger:hover {
  box-shadow: 0 4px 14px hsl(0 0% 0% / 0.1);
}

.lang-trigger:active {
  transform: translateY(1px);
}

.chev {
  transition: transform 0.18s ease;
}

.lang-list {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.4rem);
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  min-width: 180px;
  z-index: 50;
  border: 1px solid hsl(0 0% 82%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 30px hsl(0 0% 0% / 0.12);
  transform-origin: bottom left;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.lang-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.6rem;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.lang-label {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

.lang-list li:hover,
.lang-list li:focus {
  background: hsl(210 16% 96%);
}

.lang-list li[aria-selected="true"] {
  background: hsl(210 16% 94%);
}

.language-switch[data-open="true"] .lang-list {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.language-switch[data-open="true"] .chev {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .lang-list,
  .chev,
  .lang-trigger {
    transition: none;
  }
}

.mobile-header {
  display: none;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #fbfbfb;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-mobile img {
  filter: invert(100%);
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 100;
  text-decoration: none;
  padding: 0.7rem 0;
  color: #4d4d4d;
}

.menu-links img {
  width: 12px;
}

.menu-mobile > .menu-links {
  position: static;
  width: max-content;
  margin-block-start: 15vh;
  margin-inline-start: 1.4rem;
  margin-inline-end: auto;
}

.menu-bottom {
  position: static;
  width: max-content;
  margin-block-start: 0.5rem;
  margin-inline-start: 1.4rem;
  margin-inline-end: auto;
}

.menu-mobile > .menu-bottom .lang-list {
  top: calc(100% + 0.4rem);
  bottom: auto;
  transform-origin: top left;
}

html[dir="rtl"] .menu-mobile > .menu-bottom .lang-list {
  right: 0;
  left: auto;
  transform-origin: top right;
}

.vertical-bar {
  color: #4d4d4d;
}

.menu-bottom a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  color: #4d4d4d;
}

.menu-mobile-page {
  background-color: #fbfbfb;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.menu-mobile-page-closing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
}

.page-body {
  margin-left: clamp(300px, 15vw, 420px);
  width: calc(100% - clamp(300px, 15vw, 420px));
  width: max(0px, calc(100% - clamp(300px, 15vw, 420px)));
  position: relative;
}

main {
  width: 100%;
  position: relative;
}

.quick-links-wrapper {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
}

.quick-links-wrapper a,
.quick-links-wrapper p {
  color: #fffdf6;
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  cursor: pointer;
}

.quick-links-wrapper a:hover {
  color: #cca152;
  text-decoration: underline;
}

.hero-img-wrapper {
  width: 100%;
  height: 80vh;
  top: 0;
}

.hero-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.schleicher-img {
  object-position: top;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

h1 {
  color: #fffdf6;
  font-family: "PPEditorialNew", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.hero-text p {
  color: #fffdf6;
  font-weight: 200;
  font-size: 1.2rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.hero-btn button {
  background-color: #cca152;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-link {
  display: flex;
  align-items: center;
  gap: 3px;
}

.hero-link a {
  color: #fffdf6;
  font-weight: 100;
  font-size: 1.1rem;
  text-decoration: none;
}

.about-section {
  margin: 4rem 6rem;
}

.about-section p {
  color: #4d4d4d;
  font-weight: 100;
  font-size: 1.2rem;
}

.about-section ul {
  padding-left: 1rem;
}

.about-section ul li {
  color: #4d4d4d;
  font-weight: 100;
  font-size: 1.2rem;
  list-style: url(/assets/icons/list-bulletpoint.svg);
  padding-left: 7px;
  margin-bottom: 1rem;
}

.about-section ol li {
  color: #4d4d4d;
  font-weight: 100;
  font-size: 1.2rem;
  padding-left: 7px;
  margin-bottom: 1rem;
}

.about-section h2 {
  color: #cca152;
  font-size: 1.8rem;
  font-weight: 100;
  width: 60%;
}

.about-section h3 {
  color: #cca152;
  font-size: 1.5rem;
  font-weight: 100;
  width: 60%;
}

.about-section a {
  color: #cca152;
  font-size: 1.2rem;
  font-weight: 100;
  text-decoration: none;
}

.about-section a {
  color: #cca152;
  font-weight: 200;
  position: relative;
  text-decoration: none;
}

.contact-cta {
  background-color: #cca152;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.date-article {
  font-size: 1rem !important;
  margin-top: 2rem;
}

.about-section a:before {
  background-color: #cca152;
  bottom: 0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.about-section a:hover:before {
  width: 100%;
}

.info-img {
  margin-bottom: 4rem;
}

.info-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.immun-pyramide-layout {
  display: flex;
  justify-content: space-between;
}

.immun-pyramide-layout div {
  width: 50%;
}

.immun-pyramide-img {
  width: 100%;
  height: auto;
  padding: 2rem 0 0 0;
}

.immun-pyramide-img img {
  width: 100%;
  height: auto;
}

.quote-wrapper {
  position: relative;
  background-color: #fef3e2;
  padding: 2rem;
}

.quote-icon {
  position: absolute;
  right: 2rem;
}

.quote-icon img {
  width: 80px;
  height: auto;
}

.quote {
  color: #4d4d4d !important;
  font-weight: 300 !important;
  font-size: 2rem !important;
  margin-top: 4.5rem !important;
  width: 100% !important;
}

sup {
  font-size: 0.7rem;
}

.src-dc {
  font-size: 0.9rem !important;
}

.quote-credits {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-credits p {
  font-size: 1rem;
  font-weight: 200;
}

.credits-line {
  width: 18px;
  height: 1px;
  background-color: #4d4d4d;
}

.news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}

.news-item {
  position: relative;
  width: 100%;
  height: 470px;
}

.news-img {
  width: 100%;
  height: 100%;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.news-title {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}

.news-title h3 {
  color: #fffdf6;
  font-weight: 300;
  font-size: 1.3rem;
  margin: 0;
  display: inline;
}

.eisenmangel-img {
  object-position: 100% 50%;
}

.book-layout {
  display: flex;
  gap: 1.2rem;
}

.form-wrapper {
  margin-top: 4rem;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 100;
  color: #4d4d4d;
}

.required {
  color: #2a4759;
  margin-left: 5px;
}

input[type="text"],
input[type="tel"],
.about-section [type="email"],
input[type="datetime"],
textarea,
option,
select {
  margin-bottom: 2rem;
  width: 100%;
  padding: 16px;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #4d4d4d;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #cca152;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.betreff {
  cursor: pointer;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-column {
  flex: 1;
  min-width: 200px;
}

.checkbox-container {
  display: flex;
  align-items: start;
  gap: 10px;
}

.checkbox-container input {
  cursor: pointer;
}

.checkbox-container label {
  font-size: 1rem;
  font-weight: 100;
  cursor: pointer;
}

.checkbox-container a {
  color: #cca152;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
}

.checkbox-container a:before {
  background-color: #cca152;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.checkbox-container a:hover:before {
  width: 100%;
}

.checkbox-container a:hover {
  color: #cca152 !important;
}

button[type="submit"] {
  background-color: #cca152;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #fbfbfb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-text {
    width: 90%;
  }
}

footer {
  background-color: #3c3d37;
  padding: 4rem 6rem 0.8rem 6rem;
}

.logo-footer {
  width: 180px;
  height: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top p {
  color: #fffdf6;
  font-weight: 100;
  font-size: 1rem;
}

.footer-social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.footer-newsletter {
  max-width: 520px;
  padding: 0;
  background: transparent;
  color: #fff;
}

.footer-newsletter__text {
  margin: 0 0 0.8rem;
}

.footer-newsletter__text h3 {
  margin: 0 0 0.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fffdf6;
  font-size: 1.4rem;
}

.footer-newsletter__text p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 0.92rem;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #fffdf6;
}

.footer-newsletter .layout_form {
  margin: 0;
}

.footer-newsletter .cr_body {
  padding: 0;
  background: none;
}

.footer-newsletter .editable_content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-newsletter .cr_form-component {
  margin: 0;
}

.footer-newsletter .cr_form-component--email {
  flex: 1 1 420px;
  min-width: 340px;
}

.footer-newsletter .submit_container {
  flex: 0 0 auto;
}

.footer-newsletter .cr_form-inputgroup {
  position: relative;
}

.footer-newsletter label {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-newsletter .cr_form-input,
.footer-newsletter .cr_button {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.15px;
  font-weight: 200;
}

.footer-newsletter .cr_form-input {
  width: 100%;
  height: 44px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(234, 228, 221, 0.92);
  color: rgba(18, 18, 18, 0.92);
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
}

.footer-newsletter .cr_form-input::placeholder {
  color: rgba(18, 18, 18, 0.48);
  font-weight: 400;
}

.footer-newsletter .cr_form-input:focus {
  outline: none;
  border-color: rgba(210, 170, 100, 0.65);
}

.footer-newsletter .cr_button {
  height: 44px;
  padding: 0 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  cursor: pointer;
  white-space: nowrap;
}

.footer-newsletter .cr_button:hover {
  border-color: rgba(210, 170, 100, 0.75);
  color: rgba(255, 255, 255, 0.98);
}

.footer-newsletter .cr_button:focus-visible {
  outline: none;
  border-color: rgba(210, 170, 100, 0.85);
}

@media (max-width: 560px) {
  .footer-newsletter .editable_content {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .footer-newsletter .cr_form-component--email {
    min-width: 0;
    flex: 1 1 auto;
  }

  .footer-newsletter .cr_button {
    width: 100%;
  }
}

.footer-social-icons img {
  width: 40px;
  cursor: pointer;
}

.footer-line {
  margin-top: 2rem;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
}

.footer-layout h3 {
  font-weight: 300;
  color: #fffdf6;
  font-size: 1.4rem;
}

.contact-item-footer {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-layout ul {
  padding: 0;
}

.footer-layout ul li {
  list-style: none;
}

.footer-layout a {
  color: #fffdf6;
  font-weight: 100;
  text-decoration: none;
  line-height: 1.6rem;
}

.location-item-footer {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.location-item-footer img {
  margin-top: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  color: #fffdf6;
  font-weight: 100;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.credits {
  color: #fffdf6;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .quick-links-wrapper {
    display: none;
  }

  .mobile-header {
    display: flex !important;
  }

  .mobile-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .logo-mobile {
    width: 120px;
  }

  .page-body {
    width: 100%;
    margin-left: 0;
  }

  .hero-text {
    width: 95%;
  }

  .hero-img-wrapper {
    height: 85vh;
  }

  .hero-img-wrapper img {
    object-position: 60%;
  }

  .schleicher-img {
    object-position: 90% 90% !important;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .about-section {
    margin: 4rem 1rem;
  }

  .about-section h2 {
    font-size: 1.8rem;
    width: 100%;
    margin-top: 4rem;
  }

  .about-section h3 {
    width: 100%;
    margin-top: 2rem;
  }

  .news-wrapper {
    grid-template-columns: 1fr;
  }

  .immun-pyramide-layout {
    flex-direction: column;
  }

  .immun-pyramide-layout div {
    width: 100%;
  }

  .news-item {
    height: 400px;
  }

  .book-layout {
    flex-direction: column;
  }

  .book-layout img {
    width: 100%;
    object-fit: cover;
  }

  footer {
    padding: 4rem 1rem 0.8rem 1rem;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-social-icons {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .footer-layout,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    display: none;
  }

  .quick-links-wrapper {
    display: none;
  }

  .mobile-header {
    display: flex !important;
  }

  .mobile-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .logo-mobile {
    width: 120px;
  }

  .page-body {
    width: 100%;
    margin-left: 0;
  }

  .hero-text {
    width: 95%;
  }

  .hero-img-wrapper {
    height: 85vh;
  }

  .hero-img-wrapper img {
    object-position: 60%;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .about-section {
    margin: 4rem 1rem;
  }

  .about-section h2 {
    font-size: 1.6rem;
    width: 100%;
  }

  .about-section h3 {
    width: 100%;
    margin-top: 4rem;
  }

  .news-wrapper {
    grid-template-columns: 1fr;
  }

  .news-item {
    height: 400px;
  }

  .book-layout {
    flex-direction: column;
  }

  .book-layout img {
    width: 100%;
    object-fit: cover;
  }

  footer {
    padding: 4rem 1rem 0.8rem 1rem;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-social-icons {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .footer-layout,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero-text {
    width: 80%;
  }

  .about-section {
    margin: 6rem 2rem;
  }

  footer {
    padding: 4rem 2rem 0.8rem 2rem;
  }
}

/* ==========================================================
   Hämochromatose-Artikel
   Ruhige, klassische Lesetypografie – ausschließlich für
   den redaktionellen Inhalt dieser Schwerpunktseite.
   ========================================================== */

.haemochromatose-article {
  margin: 0;
}

.haemochromatose-article .article-content {
  margin: 0 auto;
  color: #4d4d4d;
  font-kerning: normal;
}

.haemochromatose-article .article-content > p {
  width: 100%;
  margin: 0 0 1.45rem;
  color: #4d4d4d;
  font-size: clamp(1.08rem, 0.18vw + 1.03rem, 1.17rem);
  font-weight: 200;
  line-height: 1.78;
  letter-spacing: 0.005em;
  text-wrap: pretty;
}

.haemochromatose-article .article-content strong {
  color: #3c3d37;
  font-weight: 300;
}

.haemochromatose-article .article-content > .article-title {
  width: 100%;
  max-width: 800px;
  margin: 0 0 1.8rem;
  padding: 0;
  border: 0;
  color: #3c3d37;
  font-family: "PPEditorialNew", serif;
  font-size: clamp(2.15rem, 1.7vw + 1.25rem, 3rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.haemochromatose-article .article-content > .article-title::before {
  display: none;
}

.haemochromatose-article .article-content > .article-lead {
  max-width: 850px;
  margin-bottom: 1.55rem;
  color: #454641;
  font-size: clamp(1.18rem, 0.25vw + 1.11rem, 1.3rem);
  line-height: 1.72;
}

.haemochromatose-article
  .article-content
  > .article-lead.article-lead--secondary {
  margin-top: 2rem;
  margin-bottom: 4.75rem;
  padding-left: 1.45rem;
  border-left: 1px solid rgba(204, 161, 82, 0.9);
  font-size: clamp(1.08rem, 0.18vw + 1.03rem, 1.17rem);
  line-height: 1.78;
}

.haemochromatose-article .article-content > h2 {
  width: 100%;
  max-width: 820px;
  margin: 5rem 0 1.45rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(77, 77, 77, 0.16);
  color: #3c3d37;
  font-family: "PPEditorialNew", serif;
  font-size: clamp(1.85rem, 0.7vw + 1.55rem, 2.3rem);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.012em;
  text-wrap: balance;
  scroll-margin-top: 2rem;
}

.haemochromatose-article .article-content > h2::before {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin-bottom: 1.05rem;
  background-color: #cca152;
  content: "";
}

.haemochromatose-article .article-content > h3 {
  width: 100%;
  max-width: 820px;
  margin: 2.5rem 0 0.75rem;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.23rem, 0.2vw + 1.17rem, 1.36rem);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  text-wrap: balance;
  scroll-margin-top: 2rem;
}

.haemochromatose-article .article-content > ul,
.haemochromatose-article .article-content > ol {
  max-width: 800px;
  margin: 1.45rem 0 2.35rem;
  padding-left: 1.35rem;
}

.haemochromatose-article .article-content > ul > li,
.haemochromatose-article .article-content > ol > li {
  color: #4d4d4d;
  font-size: clamp(1.05rem, 0.14vw + 1.01rem, 1.13rem);
  font-weight: 200;
  line-height: 1.65;
  margin-bottom: 0.72rem;
  padding-left: 0.35rem;
}

.haemochromatose-article .article-content > ul > li:last-child,
.haemochromatose-article .article-content > ol > li:last-child {
  margin-bottom: 0;
}

.haemochromatose-article .article-content > .article-steps {
  margin-top: 1.75rem;
  padding-left: 1.65rem;
}

.haemochromatose-article .article-content > .article-steps > li {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.haemochromatose-article .article-content > .article-steps > li::marker {
  color: #cca152;
  font-family: "PPEditorialNew", serif;
  font-size: 1.08em;
}

.haemochromatose-article .article-content a {
  color: #9c762f;
  font-size: inherit;
  font-weight: 300;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.haemochromatose-article .article-content > .article-cta {
  margin: 2.25rem 0 0;
}

.haemochromatose-article .article-content > .article-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0 0.7rem;
  border-bottom: 1px solid #cca152;
  color: #3c3d37;
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.4;
}

.haemochromatose-article .article-content > .article-cta a::before {
  display: none;
}

.haemochromatose-article .article-content > .article-cta a::after {
  color: #cca152;
  content: "→";
  font-size: 1.1em;
  transition: transform 0.2s ease;
}

.haemochromatose-article .article-content > .article-cta a:hover::after {
  transform: translateX(0.2rem);
}

.haemochromatose-article .article-content > .article-faq-title {
  margin-top: 6rem;
}

.haemochromatose-article .article-content > .article-faq-title ~ h3 {
  margin: 0;
  padding: 1.55rem 0 0.72rem;
  border-top: 1px solid rgba(77, 77, 77, 0.14);
  color: #3c3d37;
  font-size: clamp(1.16rem, 0.18vw + 1.11rem, 1.28rem);
  font-weight: 300;
  line-height: 1.45;
}

.haemochromatose-article .article-content > .article-faq-title + h3 {
  margin-top: 0.45rem;
}

.haemochromatose-article .article-content > .article-faq-title ~ h3 + p {
  margin-bottom: 1.5rem;
}

.haemochromatose-article .article-content > .article-sources-title {
  margin-top: 6rem;
}

.haemochromatose-article .article-content > .sources-list {
  max-width: 860px;
  margin-top: 1.6rem;
  padding-left: 1.4rem;
  color: #686868;
}

.haemochromatose-article .article-content > .sources-list > li {
  margin-bottom: 1.15rem;
  color: #686868;
  font-size: 0.98rem;
  line-height: 1.62;
}

.haemochromatose-article .article-content > .sources-list a {
  color: #7f622d;
  font-size: inherit;
  line-height: inherit;
}

.haemochromatose-article .article-content > .medical-note {
  margin: 3.5rem 0 0;
  padding: 1.45rem 1.6rem;
  border-left: 2px solid #cca152;
  background-color: #f7f3ea;
  color: #575853;
  font-size: 1rem;
  line-height: 1.68;
}

.haemochromatose-article .article-content > .date-article {
  margin: 2.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(77, 77, 77, 0.14);
  color: #777873;
  font-size: 0.92rem !important;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 767px) {
  .haemochromatose-article {
    margin: 0;
    padding: 3.75rem 1.2rem 4.75rem;
  }

  .haemochromatose-article .article-content > .article-title {
    margin-bottom: 1.45rem;
    font-size: 2rem;
    line-height: 1.18;
  }

  .haemochromatose-article .article-content > .article-lead {
    font-size: 1.14rem;
    line-height: 1.7;
  }

  .haemochromatose-article
    .article-content
    > .article-lead.article-lead--secondary {
    margin-top: 1.65rem;
    margin-bottom: 3.8rem;
    padding-left: 1rem;
    font-size: 1.05rem;
    line-height: 1.72;
  }

  .haemochromatose-article .article-content > p {
    font-size: 1.05rem;
    line-height: 1.72;
  }

  .haemochromatose-article .article-content > h2 {
    margin-top: 4rem;
    padding-top: 1.55rem;
    font-size: 1.72rem;
    line-height: 1.25;
  }

  .haemochromatose-article .article-content > h3 {
    margin-top: 2.15rem;
    font-size: 1.2rem;
  }

  .haemochromatose-article .article-content > ul,
  .haemochromatose-article .article-content > ol {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
  }

  .haemochromatose-article .article-content > ul > li,
  .haemochromatose-article .article-content > ol > li {
    font-size: 1.03rem;
    line-height: 1.6;
  }

  .haemochromatose-article .article-content > .article-steps {
    padding-left: 1.4rem;
  }

  .haemochromatose-article .article-content > .article-cta a {
    align-items: flex-start;
    font-size: 1.03rem;
  }

  .haemochromatose-article .article-content > .article-faq-title,
  .haemochromatose-article .article-content > .article-sources-title {
    margin-top: 4.75rem;
  }

  .haemochromatose-article .article-content > .article-faq-title ~ h3 {
    padding-top: 1.35rem;
    font-size: 1.13rem;
  }

  .haemochromatose-article .article-content > .medical-note {
    margin-top: 3rem;
    padding: 1.2rem 1.1rem;
    font-size: 0.96rem;
  }

  .haemochromatose-article .article-content > .date-article {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .haemochromatose-article {
    margin: 0;
    padding: 5rem 4rem 6rem;
  }

  .haemochromatose-article .article-content {
    width: min(100%, 800px);
  }
}

@media (min-width: 1600px) {
  .haemochromatose-article .article-content {
    width: min(100%, 920px);
  }
}

/* ==========================================================
   Finale Blog-UI-Korrekturen
   Ergänzt die vorhandenen Grundstile, ohne bestehende Regeln
   oder Komponenten der Seite zu entfernen.
   ========================================================== */

.article-hero .hero-text {
  top: 50%;
  width: min(94%, 1200px);
}

.article-hero .hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 0 1.15rem;
  color: #fffdf6;
  font-size: 0.96rem;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.article-hero .hero-meta time,
.article-hero .hero-meta span {
  color: inherit;
}

.article-hero .hero-meta__separator {
  display: block;
  width: 2rem;
  height: 1px;
  flex: 0 0 auto;
  background-color: #cca152;
}

.article-hero .hero-text h1 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(2.65rem, 3.2vw, 4rem);
  line-height: 1.1;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.article-hero .hero-buttons {
  margin-top: 1.65rem;
}

.article-hero .hero-btn button,
.article-hero .hero-link a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.article-hero .hero-btn button:hover {
  background-color: #b98f43;
  transform: translateY(-1px);
}

.article-hero .hero-link:hover a {
  color: #cca152;
}

.haemochromatose-article {
  margin: 0;
  padding: 4.5rem clamp(2rem, 5.5vw, 6rem) 6rem;
}

.haemochromatose-article .article-content {
  width: min(100%, 960px);
  margin: 0 auto;
  color: #4d4d4d;
  font-kerning: normal;
}

.haemochromatose-article .article-content > p {
  width: 100%;
  margin: 0 0 1.35rem;
  color: #4d4d4d;
  font-size: 1.16rem;
  font-weight: 200;
  line-height: 1.72;
  letter-spacing: 0;
  text-wrap: pretty;
}

.haemochromatose-article .article-content strong {
  color: #3f403b;
  font-weight: 300;
}

.haemochromatose-article .article-content > .article-title {
  width: 100%;
  max-width: 860px;
  margin: 0 0 1.45rem;
  padding: 0;
  border: 0;
  color: #cca152;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, 1.2vw + 1.55rem, 2.5rem);
  font-weight: 200;
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
}

.haemochromatose-article .article-content > .article-title::before {
  display: none;
  content: none;
}

.haemochromatose-article .article-content > .article-lead {
  max-width: 920px;
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  font-size: 1.22rem;
  line-height: 1.72;
}

.haemochromatose-article
  .article-content
  > .article-lead.article-lead--secondary {
  margin-top: 1.8rem;
  margin-bottom: 3rem;
  padding: 0.15rem 0 0.15rem 1.35rem;
  border-left: 1px solid #cca152;
  color: #4d4d4d;
  font-size: 1.14rem;
  line-height: 1.72;
}

.haemochromatose-article .article-content > h2 {
  width: 100%;
  max-width: 860px;
  margin: 3.35rem 0 1.05rem;
  padding: 0;
  border: 0;
  color: #cca152;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
  scroll-margin-top: 2rem;
}

.haemochromatose-article .article-content > h2::before {
  display: none;
  content: none;
}

.haemochromatose-article .article-content > h3 {
  width: 100%;
  max-width: 860px;
  margin: 2.15rem 0 0.7rem;
  padding: 0;
  border: 0;
  color: #cca152;
  font-family: "Roboto", sans-serif;
  font-size: 1.45rem;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 0;
  text-wrap: balance;
  scroll-margin-top: 2rem;
}

.haemochromatose-article .article-content > ul,
.haemochromatose-article .article-content > ol {
  max-width: 900px;
  margin: 1.2rem 0 2rem;
  padding-left: 1.35rem;
}

.haemochromatose-article .article-content > ul > li,
.haemochromatose-article .article-content > ol > li {
  color: #4d4d4d;
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.62;
  margin-bottom: 0.72rem;
  padding-left: 0.35rem;
}

.haemochromatose-article .article-content > ul > li:last-child,
.haemochromatose-article .article-content > ol > li:last-child {
  margin-bottom: 0;
}

.haemochromatose-article .article-content > .article-steps {
  margin-top: 1.35rem;
  padding-left: 1.6rem;
}

.haemochromatose-article .article-content > .article-steps > li {
  margin-bottom: 0.9rem;
  padding-left: 0.45rem;
}

.haemochromatose-article .article-content > .article-steps > li::marker {
  color: #cca152;
  font-family: "PPEditorialNew", serif;
  font-size: 1.05em;
}

.haemochromatose-article .article-content a {
  color: #9c762f;
  font-size: inherit;
  font-weight: 300;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.haemochromatose-article .article-content > .article-cta {
  margin: 2rem 0 0;
}

.haemochromatose-article .article-content > .article-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0 0.65rem;
  border-bottom: 1px solid #cca152;
  color: #3c3d37;
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.4;
}

.haemochromatose-article .article-content > .article-cta a::before {
  display: none;
}

.haemochromatose-article .article-content > .article-cta a::after {
  color: #cca152;
  content: "→";
  font-size: 1.1em;
  transition: transform 0.2s ease;
}

.haemochromatose-article .article-content > .article-cta a:hover::after {
  transform: translateX(0.2rem);
}

.haemochromatose-article .article-content > .article-faq-title,
.haemochromatose-article .article-content > .article-sources-title {
  margin-top: 4.25rem;
}

.haemochromatose-article .article-content > .article-faq-title ~ h3 {
  margin: 0;
  padding: 1.35rem 0 0.65rem;
  border-top: 1px solid rgba(77, 77, 77, 0.13);
  color: #cca152;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.42;
}

.haemochromatose-article .article-content > .article-faq-title + h3 {
  margin-top: 0.35rem;
}

.haemochromatose-article .article-content > .article-faq-title ~ h3 + p {
  margin-bottom: 1.35rem;
}

.haemochromatose-article .article-content > .sources-list {
  max-width: 920px;
  margin-top: 1.3rem;
  padding-left: 1.4rem;
  color: #686868;
}

.haemochromatose-article .article-content > .sources-list > li {
  margin-bottom: 1rem;
  color: #686868;
  font-size: 0.98rem;
  line-height: 1.58;
}

.haemochromatose-article .article-content > .sources-list a {
  color: #7f622d;
  font-size: inherit;
  line-height: inherit;
}

.haemochromatose-article .article-content > .medical-note {
  margin: 3rem 0 0;
  padding: 1.35rem 1.5rem;
  border-left: 2px solid #cca152;
  background-color: #f7f3ea;
  color: #575853;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .article-hero .hero-text {
    top: 49%;
    width: calc(100% - 2.4rem);
  }

  .article-hero .hero-meta {
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    font-size: 0.86rem;
  }

  .article-hero .hero-meta__separator {
    width: 1.15rem;
  }

  .article-hero .hero-text h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8vw, 2.45rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .article-hero .hero-buttons {
    margin-top: 1.4rem;
  }

  .article-hero .hero-link {
    display: none;
  }

  .article-hero .hero-btn button {
    min-width: 190px;
  }

  .haemochromatose-article {
    margin: 0;
    padding: 3.25rem 1.2rem 4.5rem;
  }

  .haemochromatose-article .article-content {
    width: 100%;
  }

  .haemochromatose-article .article-content > .article-title {
    margin-bottom: 1.25rem;
    font-size: 1.9rem;
    line-height: 1.25;
  }

  .haemochromatose-article .article-content > .article-lead {
    font-size: 1.1rem;
    line-height: 1.68;
  }

  .haemochromatose-article
    .article-content
    > .article-lead.article-lead--secondary {
    margin-top: 1.5rem;
    margin-bottom: 2.65rem;
    padding-left: 1rem;
    font-size: 1.04rem;
    line-height: 1.68;
  }

  .haemochromatose-article .article-content > p {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  .haemochromatose-article .article-content > h2 {
    margin-top: 2.9rem;
    padding: 0;
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .haemochromatose-article .article-content > h3,
  .haemochromatose-article .article-content > .article-faq-title ~ h3 {
    margin-top: 1.9rem;
    padding-top: 0;
    border-top: 0;
    font-size: 1.28rem;
    line-height: 1.4;
  }

  .haemochromatose-article .article-content > .article-faq-title ~ h3 {
    margin: 0;
    padding: 1.15rem 0 0.55rem;
    border-top: 1px solid rgba(77, 77, 77, 0.13);
  }

  .haemochromatose-article .article-content > ul,
  .haemochromatose-article .article-content > ol {
    margin-bottom: 1.8rem;
    padding-left: 1.15rem;
  }

  .haemochromatose-article .article-content > ul > li,
  .haemochromatose-article .article-content > ol > li {
    font-size: 1.03rem;
    line-height: 1.58;
  }

  .haemochromatose-article .article-content > .article-steps {
    padding-left: 1.35rem;
  }

  .haemochromatose-article .article-content > .article-faq-title,
  .haemochromatose-article .article-content > .article-sources-title {
    margin-top: 3.75rem;
  }

  .haemochromatose-article .article-content > .medical-note {
    margin-top: 2.6rem;
    padding: 1.15rem 1rem;
    font-size: 0.96rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .article-hero .hero-text {
    width: 94%;
  }

  .article-hero .hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 3.4rem);
  }

  .haemochromatose-article {
    padding: 4.5rem 3.5rem 5.5rem;
  }

  .haemochromatose-article .article-content {
    width: min(100%, 880px);
  }
}

/* ==========================================================
   Korrektur der Seitenabstände
   Übernimmt exakt die bestehenden Abstände der .about-section
   und verhindert zusätzliche Innenabstände bzw. Zentrierung.
   ========================================================== */

.haemochromatose-article {
  margin: 4rem 6rem;
  padding: 0;
}

.haemochromatose-article .article-content {
  width: 100%;
  max-width: none;
  margin: 0;
}

@media (max-width: 768px) {
  .haemochromatose-article {
    margin: 4rem 1rem;
    padding: 0;
  }

  .haemochromatose-article .article-content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .haemochromatose-article {
    margin: 4rem 1rem;
    padding: 0;
  }

  .haemochromatose-article .article-content {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .haemochromatose-article {
    margin: 6rem 2rem;
    padding: 0;
  }
}
