@font-face {
  font-family: "Tisa Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../../fonts/TisaSansPro/TisaSansPro-Bold.woff2") format("woff2");
}

.hwx-lmdb-lausebande-brand-header {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: clamp(2rem, 4vw, 3.75rem) auto clamp(1.5rem, 3vw, 2.5rem);
}

.hwx-lmdb-lausebande-brand-header--list {
  justify-content: flex-start;
  padding: clamp(0.65rem, 1.5vw, 1rem) clamp(1rem, 3vw, 2rem);
  background: #fff;
}

.hwx-lmdb-lausebande-brand-header--detail {
  justify-content: center;
  width: min(100%, 70rem);
  padding: clamp(0.65rem, 1.5vw, 1rem) clamp(1rem, 3vw, 2rem);
  background: #fff;
}

.hwx-lmdb-lausebande-brand {
  display: inline-flex;
  gap: clamp(0.7rem, 1.8vw, 1.25rem);
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.hwx-lmdb-lausebande-brand-logo {
  display: block;
  flex: 0 1 auto;
  width: auto;
  height: clamp(2.75rem, 5.5vw, 4rem);
  max-width: min(48vw, 15rem);
}

.hwx-lmdb-lausebande-brand-title-wrap {
  min-width: 0;
  margin: 0;
  font: inherit;
  line-height: inherit;
}

.hwx-lmdb-lausebande-brand-title {
  min-width: 0;
  color: #292929;
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  font-weight: 700;
  line-height: 1.12;
  text-decoration: none;
  overflow-wrap: anywhere;
}

a.hwx-lmdb-lausebande-brand-title:hover {
  color: #d91c56;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a.hwx-lmdb-lausebande-brand-title:focus-visible {
  border-radius: 0.15rem;
  outline: 0.1875rem solid #d91c56;
  outline-offset: 0.25rem;
}

.hwx-lmdb-lausebande-profile-editorials {
  width: min(100%, 75rem);
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
}

.hwx-lmdb-lausebande-profile-editorials > h2 {
  margin: 0 0 1.5rem;
  color: #d91c56;
  font-family: "Tisa Sans Pro", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.hwx-lmdb-lausebande-profile-editorials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.hwx-lmdb-lausebande-profile-editorial {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 7.5%);
}

.hwx-lmdb-lausebande-profile-editorial-image {
  height: 12rem;
}

.hwx-lmdb-lausebande-profile-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hwx-lmdb-lausebande-profile-editorial-content {
  padding: 1rem 1.25rem 1.25rem;
}

.hwx-lmdb-lausebande-profile-editorial-content h3 {
  margin: 0 0 0.5rem;
  color: #d91c56;
  font-family: "Tisa Sans Pro", Georgia, serif;
  hyphens: none;
}

.hwx-lmdb-lausebande-profile-editorial-content p {
  margin: 0;
  color: #303030;
  line-height: 1.4;
}

.hwx-lmdb-lausebande-profile-editorial:has(> .stretched-link:focus-visible) {
  outline: 0.1875rem solid #0c3247;
  outline-offset: -0.1875rem;
}

@media (max-width: 61.999rem) {
  .hwx-lmdb-lausebande-profile-editorials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 40rem) {
  .hwx-lmdb-lausebande-profile-editorials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 30rem) {
  .hwx-lmdb-lausebande-brand-header {
    margin-top: 2rem;
  }

  .hwx-lmdb-lausebande-brand {
    gap: 0.55rem;
  }

  .hwx-lmdb-lausebande-brand-logo {
    height: clamp(2.25rem, 10vw, 2.75rem);
    max-width: 47vw;
  }

  .hwx-lmdb-lausebande-brand-title {
    font-size: clamp(1.05rem, 5vw, 1.3rem);
  }
}
