:root {
  --erle-green: #394d40;
  --erle-green-dark: #23352a;
  --erle-red: #dc281e;
  --erle-sand: #f4efe5;
  --erle-ink: #1c2520;
  --erle-muted: #5e6962;
  --erle-radius: 1.25rem;
  --erle-shadow: 0 1rem 3rem rgba(35, 53, 42, .12);
}

.erle-home {
  color: var(--erle-ink);
  font-size: clamp(1rem, .96rem + .18vw, 1.125rem);
  line-height: 1.72;
}

.erle-home h1,
.erle-home h2,
.erle-home h3 {
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.erle-home h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.erle-home h3 {
  font-size: clamp(1.35rem, 1.2rem + .75vw, 1.9rem);
}

.erle-home :where(p, li) {
  max-width: 72ch;
}

.erle-home :where(a, button, input, textarea, select):focus-visible {
  outline: .2rem solid var(--erle-red);
  outline-offset: .2rem;
}

.erle-hero {
  min-height: clamp(39rem, 82vh, 52rem);
  position: relative;
  display: grid;
  align-items: end;
  color: #fff;
  isolation: isolate;
}

.erle-hero__media,
.erle-hero__shade {
  position: absolute;
  inset: 0;
}

.erle-hero__media {
  z-index: -2;
  background: url("/wp-content/uploads/Erle-Raesfeld-erleben-scaled.jpg") center 48% / cover no-repeat;
}

.erle-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 33, 25, .88) 0%, rgba(20, 33, 25, .6) 52%, rgba(20, 33, 25, .2) 100%),
    linear-gradient(0deg, rgba(20, 33, 25, .5), transparent 55%);
}

.erle-hero__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 10rem;
  padding-bottom: clamp(4rem, 9vw, 7rem);
}

.erle-hero__content {
  max-width: 50rem;
}

.erle-hero h1 {
  max-width: 12ch;
  margin: .35rem 0 1.25rem;
  color: #fff;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
}

.erle-hero__lead {
  max-width: 44rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.erle-eyebrow,
.erle-kicker {
  margin-bottom: .65rem;
  color: var(--erle-red);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.erle-hero .erle-eyebrow,
.erle-section--green .erle-eyebrow,
.erle-cta .erle-eyebrow {
  color: #ffb3ad;
}

.erle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.75rem;
}

.erle-home .btn {
  border-radius: 999px;
  padding-inline: 1.4rem;
  font-weight: 700;
}

.erle-hero__seal {
  flex: 0 0 13rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: var(--erle-radius);
  background: rgba(255, 255, 255, .92);
  color: var(--erle-green);
  text-align: center;
  backdrop-filter: blur(10px);
}

.erle-hero__seal img {
  width: 7.5rem;
  height: auto;
  margin-bottom: .7rem;
}

.erle-hero__seal span {
  display: block;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
}

.erle-quicknav {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.erle-quicknav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: .6rem;
  border-radius: var(--erle-radius);
  background: #fff;
  box-shadow: var(--erle-shadow);
  list-style: none;
}

.erle-quicknav li + li {
  border-left: 1px solid #e4e8e4;
}

.erle-quicknav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 4.6rem;
  color: var(--erle-green-dark);
  font-weight: 750;
  text-decoration: none;
}

.erle-quicknav a:hover,
.erle-quicknav a:focus-visible {
  color: var(--erle-red);
}

.erle-quicknav i {
  color: var(--erle-red);
  font-size: 1.25rem;
}

.erle-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.erle-heading {
  max-width: 49rem;
  margin-bottom: 2.5rem;
}

.erle-heading > p:last-child {
  color: var(--erle-muted);
  font-size: 1.15rem;
}

.erle-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.erle-feature {
  overflow: hidden;
  border: 1px solid #e0e5e1;
  border-radius: var(--erle-radius);
  background: #fff;
  box-shadow: 0 .8rem 2.5rem rgba(35, 53, 42, .08);
}

.erle-feature--large {
  grid-row: span 2;
}

.erle-feature img {
  width: 42%;
  height: 100%;
  min-height: 16rem;
  float: left;
  object-fit: cover;
}

.erle-feature--large img {
  width: 100%;
  height: 22rem;
  float: none;
}

.erle-feature__body {
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.erle-feature h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.erle-feature__recognition {
  display: flex;
  gap: .7rem;
  margin-top: 1.25rem;
  padding: .9rem 1rem;
  border-left: .25rem solid var(--erle-red);
  border-radius: 0 .65rem .65rem 0;
  background: var(--erle-sand);
  color: var(--erle-green-dark);
  font-size: .9rem;
  line-height: 1.5;
}

.erle-feature__recognition i {
  margin-top: .2rem;
  color: var(--erle-red);
}

.erle-link {
  color: var(--erle-red);
  font-weight: 750;
  text-decoration: none;
}

.erle-link:hover {
  color: var(--erle-green);
}

.erle-section--green {
  background: var(--erle-green-dark);
  color: #fff;
}

.erle-ruhr-escape {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  background: linear-gradient(135deg, #f4efe5, #fff 68%);
}

.erle-ruhr-escape .container {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.erle-ruhr-escape__ideas {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.erle-ruhr-escape__ideas li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e1ded5;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .86);
}

.erle-ruhr-escape__ideas i {
  flex: 0 0 2.5rem;
  color: var(--erle-red);
  font-size: 1.65rem;
  text-align: center;
}

.erle-ruhr-escape__ideas strong,
.erle-ruhr-escape__ideas span {
  display: block;
}

.erle-ruhr-escape__ideas span {
  line-height: 1.45;
}

.erle-section--green h2 {
  color: #fff;
}

.erle-split,
.erle-hub {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.erle-checklist {
  display: grid;
  gap: .7rem;
  padding: 0;
  list-style: none;
}

.erle-checklist i {
  margin-right: .6rem;
  color: #ff7c73;
}

.erle-plan-card {
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: var(--erle-radius);
  background: #fff;
  color: var(--erle-ink);
  box-shadow: var(--erle-shadow);
}

.erle-plan-card ol {
  display: grid;
  gap: .9rem;
  padding-left: 1.25rem;
}

.erle-section--sand {
  background: var(--erle-sand);
}

.erle-hub__content {
  max-width: 46rem;
}

.erle-hub__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-width: 24rem;
  margin: auto;
  padding: 3rem;
  border: .35rem solid var(--erle-red);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--erle-shadow);
}

.erle-hub__tree {
  width: 47%;
}

.erle-hub__word {
  width: 72%;
  margin-top: .5rem;
}

.erle-hub__brand span {
  margin-top: .85rem;
  font-size: clamp(.62rem, 1vw, .78rem);
  font-weight: 800;
  white-space: nowrap;
}

.erle-note {
  margin-top: .7rem;
  color: var(--erle-muted);
  font-size: .82rem;
}

.erle-stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.erle-stay-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 8rem;
  padding: 1.5rem;
  border: 1px solid #dfe5e0;
  border-radius: 1rem;
  color: var(--erle-ink);
  text-decoration: none;
}

.erle-stay-card:hover,
.erle-stay-card:focus-visible {
  border-color: var(--erle-red);
  color: var(--erle-red);
  transform: translateY(-2px);
}

.erle-stay-card i {
  flex: 0 0 3rem;
  color: var(--erle-red);
  font-size: 2rem;
  text-align: center;
}

.erle-stay-card strong,
.erle-stay-card small {
  display: block;
}

.erle-stay-card small {
  margin-top: .3rem;
  color: var(--erle-muted);
  line-height: 1.4;
}

.erle-news {
  border-top: 1px solid #e5e9e5;
}

.erle-cta {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: var(--erle-red);
  color: #fff;
}

.erle-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.erle-cta h2 {
  margin-bottom: .4rem;
  color: #fff;
}

.erle-cta p:last-child {
  margin-bottom: 0;
}

.erle-group-hero {
  min-height: clamp(32rem, 68vh, 45rem);
  padding: 9rem 0 5rem;
  display: flex;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(24, 40, 30, .9), rgba(24, 40, 30, .38)),
    url("/wp-content/uploads/Erle-Raesfeld-erleben-scaled.jpg") center / cover no-repeat;
}

.erle-group-hero__content {
  max-width: 52rem;
}

.erle-group-hero h1 {
  margin: .4rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.erle-group-hero__content > p:last-of-type {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.erle-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2rem;
  font-size: .9rem;
}

.erle-breadcrumb,
.erle-breadcrumb a {
  color: #fff;
}

.erle-quicknav--group ul {
  grid-template-columns: repeat(5, 1fr);
}

.erle-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.erle-offer__lead {
  color: var(--erle-muted);
  font-size: 1.2rem;
}

.erle-checklist--dark {
  color: var(--erle-ink);
}

.erle-offer__terms {
  margin-top: 1.5rem;
  color: var(--erle-muted);
  font-size: .9rem;
}

.erle-price-card {
  padding: clamp(2rem, 5vw, 3.5rem);
  border: .3rem solid var(--erle-red);
  border-radius: var(--erle-radius);
  background: var(--erle-green-dark);
  color: #fff;
  text-align: center;
  box-shadow: var(--erle-shadow);
}

.erle-price-card span,
.erle-price-card small,
.erle-price-card strong {
  display: block;
}

.erle-price-card span {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.erle-price-card strong {
  margin: .5rem 0;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
}

.erle-price-card small {
  margin-bottom: 1.5rem;
}

.erle-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.erle-timeline li {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .07);
}

.erle-timeline li > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  place-items: center;
  background: var(--erle-red);
  font-weight: 800;
}

.erle-timeline strong {
  font-size: 1.1rem;
}

.erle-timeline p {
  margin: .5rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  line-height: 1.55;
}

.erle-attraction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.erle-attraction-grid article {
  display: grid;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
  border: 1px solid #e0e5e1;
  border-radius: 1rem;
  background: #fff;
}

.erle-attraction-grid img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.erle-attraction-grid article > div {
  padding: 1.5rem;
}

.erle-request-list {
  display: grid;
  gap: .7rem;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

@media (max-width: 991.98px) {
  .erle-hero__seal {
    display: none;
  }

  .erle-quicknav ul {
    grid-template-columns: repeat(5, minmax(7.5rem, 1fr));
    overflow-x: auto;
  }

  .erle-feature-grid,
  .erle-split,
  .erle-hub,
  .erle-offer,
  .erle-ruhr-escape .container {
    grid-template-columns: 1fr;
  }

  .erle-feature--large {
    grid-row: auto;
  }

  .erle-feature--large img {
    height: 20rem;
  }

  .erle-hub__brand {
    width: min(22rem, 80vw);
  }

  .erle-stay-grid {
    grid-template-columns: 1fr;
  }

  .erle-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .erle-attraction-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .erle-home {
    font-size: 1rem;
  }

  .erle-hero {
    min-height: 42rem;
  }

  .erle-hero__inner {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .erle-hero__shade {
    background: linear-gradient(0deg, rgba(20, 33, 25, .92), rgba(20, 33, 25, .28));
  }

  .erle-actions .btn {
    width: 100%;
  }

  .erle-quicknav {
    margin-top: -1.4rem;
  }

  .erle-quicknav a {
    flex-direction: column;
    min-height: 4.9rem;
    gap: .2rem;
    font-size: .82rem;
  }

  .erle-feature img,
  .erle-feature--large img {
    width: 100%;
    height: 14rem;
    min-height: 0;
    float: none;
  }

  .erle-timeline {
    grid-template-columns: 1fr;
  }

  .erle-attraction-grid article {
    grid-template-columns: 1fr;
  }

  .erle-attraction-grid img {
    height: 14rem;
    min-height: 0;
  }

  .erle-hub__brand {
    padding: 2.25rem;
  }

  .erle-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .erle-home *,
  .erle-home *::before,
  .erle-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
