#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail {
  --lausebande-accent: #d91c56;
  --lausebande-text: #292929;
  --lausebande-muted: #62666a;
  width: 100%;
  min-width: 0;
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail > .hwx-lmdb-detail-item {
  width: min(100%, 70rem);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.5rem 2rem rgb(12 50 71 / 10%);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-article-header {
  padding: clamp(1.75rem, 5vw, 4.5rem) clamp(1.25rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-company-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-company-badge {
  max-width: 100%;
  padding: 0.3rem 0.6rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.2rem;
  color: #6c757d;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-title-text {
  max-width: 18ch;
  margin: 0 0 1rem;
  color: var(--lausebande-accent);
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-subtitle-text {
  max-width: 36ch;
  margin: 0;
  color: #3e4245;
  font-family: var(--hwx-text_font-family, WorkSans-Regular), sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  margin: 1.75rem 0 0;
  color: var(--lausebande-muted);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-detail {
  gap: 0.45rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-label {
  width: auto;
  min-width: 0;
  color: var(--lausebande-accent);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-label :is(i, svg) {
  margin-right: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-value {
  font-size: 0.9375rem;
  line-height: 1.4;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-article-media {
  background: #eef1f3;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-imageblock,
#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-videoblock {
  margin: 0;
  text-align: center;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-imageblock .figure {
  display: block;
  margin: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-imageblock .figure + .figure {
  margin-top: 1rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-imageblock img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(72vh, 46rem);
  margin-inline: auto;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-imageblock .figure-caption {
  padding: 0.5rem clamp(1.25rem, 6vw, 5.5rem);
  color: var(--lausebande-muted);
  font-size: 0.8125rem;
  text-align: right;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-reading-column {
  width: min(100%, 52rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 5vw, 3.5rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-teaser {
  margin: 0 0 2rem;
  color: var(--lausebande-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.55;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description {
  margin: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text {
  color: var(--lausebande-text);
  font-size: 1.125rem;
  line-height: 1.72;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text p {
  margin: 0 0 1.4em;
  word-break: normal;
  overflow-wrap: anywhere;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text p:last-child {
  margin-bottom: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text a {
  color: var(--lausebande-accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text a:focus-visible {
  outline: 0.1875rem solid var(--lausebande-accent);
  outline-offset: 0.1875rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-attachments-block {
  margin: 2.5rem 0 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery {
  width: min(100%, 60rem);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3.5rem) clamp(2.5rem, 6vw, 4.5rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery h2 {
  margin: 0 0 1.25rem;
  color: var(--lausebande-accent);
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery figure {
  min-width: 0;
  margin: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery a {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: #eef1f3;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery figcaption {
  margin-top: 0.45rem;
  color: var(--lausebande-muted);
  font-size: 0.8125rem;
  line-height: 1.4;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery a:focus-visible,
#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-back a:focus-visible {
  outline: 0.1875rem solid var(--lausebande-accent);
  outline-offset: 0.1875rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-back {
  width: min(100%, 70rem);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-back a {
  color: var(--lausebande-accent);
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related {
  width: min(100%, 70rem);
  margin: clamp(3rem, 6vw, 5rem) auto 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-detail-item-additional-contentblock {
  margin: 0;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-detail-item-additional-contentblock + .hwx-lmdb-detail-item-additional-contentblock {
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-detail-item-additional-contentblock-title-text {
  width: auto;
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  color: var(--lausebande-accent);
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.1;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-items {
  display: block;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .flickity-viewport {
  overflow: hidden;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .carousel-cell {
  width: calc((100% - 3rem) / 3);
  min-height: 100%;
  margin-right: 1.5rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-content-wrapper {
  height: 100%;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-imageblock {
  height: 13.625rem;
  overflow: hidden;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-imageblock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-detail-item-companiesblock .hwx-lmdb-list-item-imageblock img {
  padding: 1.5rem;
  object-fit: contain;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-content {
  position: relative;
  padding: 0.9375rem 1.25rem 2.5rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-content-title-text {
  display: block;
  overflow: visible;
  margin: 0 0 0.5rem;
  color: var(--lausebande-accent);
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-box-orient: initial;
  -webkit-line-clamp: unset;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-content-subtitle-text {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #303030;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-content-description {
  display: none;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.75rem;
  color: var(--lausebande-muted);
  font-style: normal;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-detail {
  gap: 0.3rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-detail-label {
  color: var(--lausebande-accent);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-category {
  max-width: calc(100% - 1rem);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-category-text {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item:has(> .stretched-link:focus-visible) {
  outline: 0.1875rem solid var(--lausebande-accent);
  outline-offset: -0.1875rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .flickity-button {
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  color: var(--lausebande-accent);
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 16%);
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .flickity-button:focus-visible {
  outline: 0.1875rem solid var(--lausebande-accent);
  outline-offset: 0.125rem;
}

#hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .flickity-button:disabled {
  display: none;
}

@media (max-width: 61.999rem) {
  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .carousel-cell {
    width: calc((100% - 1.5rem) / 2);
  }
}

@media (max-width: 47.999rem) {
  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .carousel-cell {
    width: 86%;
    margin-right: 1rem;
  }

  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-related .hwx-lmdb-list-item-imageblock img {
    aspect-ratio: auto;
  }
}

@media (max-width: 30rem) {
  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-lausebande-gallery-grid {
    grid-template-columns: 1fr;
  }

  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-title-text {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  #hwx-lmdb-editorial-detail.hwx-lmdb-lausebande-detail .hwx-lmdb-detail-item-description-text {
    font-size: 1rem;
    line-height: 1.65;
  }
}
