/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*
 * Heimatverein Hüthum-Borghees – Niederrhein Avantgarde
 * Zentraler, updatesicherer Gestaltungsbaustein für Logan/Gantry 5.
 * Redaktionelle Inhalte bleiben im Particle „Heimat Startseite“ pflegbar.
 */
.hv-start {
  --hv-ink: #0b1716;
  --hv-forest: #073b2d;
  --hv-forest-deep: #03291f;
  --hv-paper: #f7f5ef;
  --hv-white: #fffef9;
  --hv-lime: #c8f22e;
  --hv-brick: #d94819;
  --hv-line: rgba(11, 23, 22, 0.16);
  --hv-radius: 1.15rem;
  --hv-shadow: 0 1.5rem 4rem rgba(3, 41, 31, 0.16);
  color: var(--hv-ink);
  background: var(--hv-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}
.hv-start *, .hv-start *::before, .hv-start *::after {
  box-sizing: border-box;
}
.hv-start a {
  color: inherit;
  text-decoration: none;
}
.hv-start a:focus-visible {
  outline: 3px solid var(--hv-brick);
  outline-offset: 4px;
}
.hv-shell {
  width: min(100% - 3rem, 90rem);
  margin-inline: auto;
}
.hv-announcement {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1rem;
  background: var(--hv-forest-deep);
  color: var(--hv-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.hv-hero {
  position: relative;
  padding: clamp(2.75rem, 6vw, 6.5rem) 0 0;
}
.hv-hero::before, .hv-story::after, .hv-cta::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 2px solid var(--hv-lime);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(18deg);
}
.hv-hero::before {
  width: 13rem;
  height: 9rem;
  top: 1.5rem;
  left: 35%;
}
.hv-hero__grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.82fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 5.5rem);
}
.hv-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(3.2rem, 7vw, 7rem);
}
.hv-eyebrow {
  margin: 0 0 1rem;
  color: var(--hv-forest);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.35;
  text-transform: uppercase;
}
.hv-display, .hv-cta__title, .hv-events__title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
}
.hv-display {
  max-width: 7ch;
  color: var(--hv-forest-deep);
  font-size: clamp(4.5rem, 8.8vw, 9.5rem);
}
.hv-display span {
  display: block;
}
.hv-hero__intro {
  max-width: 34rem;
  margin: clamp(1.5rem, 3vw, 2.2rem) 0 0;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  line-height: 1.55;
}
.hv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hv-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.8rem 1.35rem;
  border: 2px solid var(--hv-forest);
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}
.hv-button:hover {
  transform: translateY(-2px);
}
.hv-button--primary {
  background: var(--hv-forest);
  color: var(--hv-white) !important;
}
.hv-button--secondary {
  background: transparent;
  color: var(--hv-forest) !important;
}
.hv-button--lime {
  border-color: var(--hv-lime);
  background: var(--hv-lime);
  color: var(--hv-forest-deep) !important;
}
.hv-hero__visual {
  position: relative;
  min-height: clamp(33rem, 52vw, 49rem);
}
.hv-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 58% center;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 7% 64%, 0 43%);
}
.hv-hero__watermark {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  color: rgba(255, 254, 249, 0.42);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 10vw, 11rem);
  letter-spacing: -0.04em;
  line-height: 0.75;
  pointer-events: none;
}
.hv-featured {
  position: absolute;
  z-index: 3;
  top: clamp(2rem, 5vw, 5rem);
  right: 0;
  display: grid;
  width: min(31rem, 84%);
  grid-template-columns: 5.5rem 1fr auto;
  align-items: stretch;
  background: var(--hv-white);
  box-shadow: var(--hv-shadow);
}
.hv-featured__date {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 0.85rem;
  background: var(--hv-forest-deep);
  color: var(--hv-lime);
  line-height: 0.8;
}
.hv-featured__date strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3rem;
}
.hv-featured__date small {
  margin-top: 0.65rem;
  color: var(--hv-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.hv-featured__content {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem;
}
.hv-featured__content strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.05;
}
.hv-featured__content small {
  font-size: 0.8rem;
}
.hv-featured__arrow {
  align-self: center;
  padding-right: 1.25rem;
  color: var(--hv-forest);
  font-size: 1.5rem;
}
.hv-events {
  border-block: 1px solid var(--hv-line);
  background: var(--hv-white);
}
.hv-events__layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
}
.hv-events__title {
  display: flex;
  align-items: center;
  padding: 1.6rem 1.8rem 1.6rem 0;
  color: var(--hv-forest);
  font-size: clamp(1.6rem, 2.5vw, 2.65rem);
  letter-spacing: 0.04em;
  line-height: 1;
}
.hv-events__list {
  display: grid;
  grid-auto-columns: minmax(17rem, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  scrollbar-width: thin;
}
.hv-event {
  display: grid;
  grid-template-columns: 4.4rem 1fr auto;
  align-items: center;
  gap: 1rem;
  min-width: 17rem;
  padding: 1rem 1.25rem;
  border-left: 1px solid var(--hv-line);
}
.hv-event:hover {
  background: color-mix(in srgb, var(--hv-lime) 16%, transparent);
}
.hv-event__date {
  color: var(--hv-forest);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.65rem;
  line-height: 0.9;
  text-transform: uppercase;
}
.hv-event__body {
  display: grid;
  gap: 0.15rem;
}
.hv-event__body small {
  color: var(--hv-brick);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.hv-event__body strong {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}
.hv-event__body span {
  font-size: 0.75rem;
}
.hv-event__arrow {
  font-size: 1.25rem;
}
.hv-textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.25rem 0 1.25rem 1.5rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hv-story {
  position: relative;
  padding: clamp(4rem, 7vw, 7.5rem) 0;
}
.hv-story::after {
  width: 12rem;
  height: 8rem;
  right: -4rem;
  bottom: 2rem;
}
.hv-story__intro {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(18rem, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: 2.5rem;
}
.hv-serif {
  max-width: 12ch;
  margin: 0;
  color: #10172b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.hv-story__intro > p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.65;
}
.hv-themes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.hv-theme {
  display: grid;
  gap: 1rem;
}
.hv-theme__image-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.4;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  background: var(--hv-forest);
}
.hv-theme__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.hv-theme:hover .hv-theme__image {
  transform: scale(1.035);
}
.hv-theme__copy {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1rem;
  padding: 0 1.5rem 0 2rem;
}
.hv-theme__copy::before {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 1.25rem;
  height: 2px;
  background: var(--hv-brick);
  content: "";
}
.hv-theme__copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
}
.hv-theme__copy small {
  grid-column: 1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.hv-theme__copy > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 1.3rem;
}
.hv-cta {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  overflow: hidden;
  background: var(--hv-forest-deep);
  color: var(--hv-white);
}
.hv-cta::after {
  width: 22rem;
  height: 11rem;
  right: -5rem;
  top: -2rem;
}
.hv-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.45fr 1.5fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}
.hv-cta__kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 1.6;
}
.hv-cta__title {
  color: var(--hv-white);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 0.92;
}
.hv-cta__grid > div > p {
  max-width: 44rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 254, 249, 0.82);
}
@media (max-width: 64rem) {
  .hv-hero__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hv-hero__copy {
    padding-bottom: 2.5rem;
  }
  .hv-display {
    max-width: 9ch;
  }
  .hv-hero__visual {
    min-height: 34rem;
  }
  .hv-events__layout {
    grid-template-columns: 1fr;
  }
  .hv-events__title {
    padding: 1.5rem 0 0.8rem;
  }
  .hv-textlink {
    justify-content: flex-end;
    padding: 1rem 0 1.4rem;
  }
  .hv-story__intro, .hv-cta__grid {
    grid-template-columns: 1fr;
  }
  .hv-themes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 43rem) {
  .hv-shell {
    width: min(100% - 2.5rem, 37rem);
  }
  .hv-announcement {
    min-height: 2.65rem;
    font-size: 0.68rem;
  }
  .hv-hero {
    padding-top: 2.5rem;
  }
  .hv-hero::before {
    width: 8rem;
    height: 12rem;
    top: 4rem;
    right: -3rem;
    left: auto;
  }
  .hv-display {
    max-width: 100%;
    font-size: clamp(4.4rem, 20vw, 7rem);
  }
  .hv-hero__intro {
    max-width: 29rem;
  }
  .hv-actions {
    align-items: stretch;
  }
  .hv-button {
    min-height: 3.4rem;
  }
  .hv-hero__visual {
    min-height: 29rem;
    margin-inline: -1.25rem;
  }
  .hv-hero__image {
    clip-path: polygon(0 12%, 54% 12%, 61% 0, 100% 0, 100% 100%, 0 100%);
    object-position: 62% center;
  }
  .hv-hero__watermark {
    display: none;
  }
  .hv-featured {
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
    grid-template-columns: 4.4rem 1fr auto;
  }
  .hv-featured__date strong {
    font-size: 2.35rem;
  }
  .hv-events__list {
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
    scroll-snap-type: x mandatory;
  }
  .hv-event {
    scroll-snap-align: start;
  }
  .hv-story {
    padding-block: 4.5rem;
  }
  .hv-story__intro {
    gap: 1.5rem;
  }
  .hv-serif {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
  .hv-themes {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hv-theme__image-wrap {
    aspect-ratio: 1.6;
  }
  .hv-cta__grid {
    gap: 1.3rem;
  }
  .hv-cta__title {
    max-width: 10ch;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hv-start *, .hv-start *::before, .hv-start *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/*# sourceMappingURL=custom_18.css.map */