/* =========================
   Fokus Blur
   ========================= */

.blur-focus-word {
  display: inline-block !important;
  filter: blur(12px);
  opacity: 0.2;
  transform: translateY(8px);
  transition: filter 0.9s ease, opacity 0.9s ease, transform 0.9s ease;
}

.blur-focus-word.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}



/* =========================================
   WAVE UNDERLINE EFFECT
   FOREST ORGANIC CLEAN
========================================= */


/* =========================================
   REVEAL UNDERLINE
========================================= */

.wave-underline,
.wave-underline-white {
  position: relative;
  display: inline-block;
}


/* BLACK UNDERLINE */

.wave-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.16em;
  width: 100%;
  height: 14px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='14' viewBox='0 0 200 14'%3E%3Cpath d='M0 11 L4 7 L8 11 L16 1 L24 11 L28 7 L32 11 L40 1 L48 11 L52 7 L56 11 L64 1 L72 11 L76 7 L80 11 L88 1 L96 11 L100 7 L104 11 L112 1 L120 11 L124 7 L128 11 L136 1 L144 11 L148 7 L152 11 L160 1 L168 11 L172 7 L176 11 L184 1 L192 11 L196 7 L200 11' fill='none' stroke='%23080808' stroke-width='1.8' stroke-linejoin='miter' stroke-linecap='square'/%3E%3C/svg%3E");

  background-repeat: repeat-x;
  background-size: auto 14px;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s ease;
}

.wave-underline.is-visible::after {
  transform: scaleX(1);
}


/* WHITE UNDERLINE */

.wave-underline-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28em;
  width: 100%;
  height: 14px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='14' viewBox='0 0 200 14'%3E%3Cpath d='M0 11 L4 7 L8 11 L16 1 L24 11 L28 7 L32 11 L40 1 L48 11 L52 7 L56 11 L64 1 L72 11 L76 7 L80 11 L88 1 L96 11 L100 7 L104 11 L112 1 L120 11 L124 7 L128 11 L136 1 L144 11 L148 7 L152 11 L160 1 L168 11 L172 7 L176 11 L184 1 L192 11 L196 7 L200 11' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='miter' stroke-linecap='square'/%3E%3C/svg%3E");

  background-repeat: repeat-x;
  background-size: auto 14px;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s ease;
}

.wave-underline-white.is-visible::after {
  transform: scaleX(1);
}


/* =========================================
   HIDE MANUAL WAVE UNDERLINES ON MOBILE
   Link hover/click underline remains active
========================================= */

@media (max-width: 767px) {
  .wave-underline::after,
  .wave-underline-white::after,
  .wave-underline.is-visible::after,
  .wave-underline-white.is-visible::after {
    display: none !important;
    content: none !important;
  }
}


/* =========================================
   TEXT LINKS
========================================= */

a:not(.wp-block-button__link):not(.button):not(.w-btn):not([class*="btn"]) {
  position: relative;
  text-decoration: none;
}


/* =========================================
   LINK UNDERLINE
========================================= */

a:not(.wp-block-button__link):not(.button):not(.w-btn):not([class*="btn"])::after,
a.w-btn.us-btn-style_1::after,
a.w-btn.us-btn-style_4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.04em;
  width: 100%;
  height: 7px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='7' viewBox='0 0 120 7'%3E%3Cpath d='M0 6 L2 4 L4 6 L10 1 L16 6 L18 4 L20 6 L26 1 L32 6 L34 4 L36 6 L42 1 L48 6 L50 4 L52 6 L58 1 L64 6 L66 4 L68 6 L74 1 L80 6 L82 4 L84 6 L90 1 L96 6 L98 4 L100 6 L106 1 L112 6 L114 4 L116 6 L120 3' fill='none' stroke='%235c5c5c' stroke-width='1.4' stroke-linejoin='miter' stroke-linecap='square'/%3E%3C/svg%3E");

  background-repeat: repeat-x;
  background-size: auto 7px;

  transform: translateY(5px) scaleX(0);
  transform-origin: left;
  opacity: 0;

  transition:
    transform 0.35s ease,
    opacity 0.25s ease;
}


/* HOVER */

a:not(.wp-block-button__link):not(.button):not(.w-btn):not([class*="btn"]):hover::after,
a.w-btn.us-btn-style_1:hover::after,
a.w-btn.us-btn-style_4:hover::after {
  transform: translateY(0) scaleX(1);
  opacity: 1;
}


/* =========================================
   DISABLE OTHER BUTTONS
========================================= */

a.w-btn:not(.us-btn-style_1):not(.us-btn-style_4)::after,
.button::after,
.wp-block-button__link::after {
  display: none !important;
  content: none !important;
}


/* =========================================
   REMOVE IMAGE LINK UNDERLINES
========================================= */

a:has(img)::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}











   
/* =========================
   MAP SECTION LAYOUT
   ========================= */


.map-section {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.map-section-head {
  position: relative;
  z-index: 5;
  margin-top: 32px;
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.map-section-head h2 {
  margin: 0;
  max-width: 360px;
  text-align: right;
}

.map-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  transform: translateY(-180px);
  margin-bottom: -180px;
}

.map-wrap svg {
  width: min(100%, 1100px);
  height: auto;
  display: block;
  overflow: visible;
  margin-left: 0;
  margin-right: auto;
  transform: translateX(-3%);
}

/* Rivers */

.map-wrap #Rivers path {
  opacity: 0;
}

.map-wrap #Rivers path:not(.map-river-hit) {
  stroke-width: 2.8;
  stroke: #bdbdbd;
}

.map-wrap #Rivers g path {
  transition: stroke 0.25s ease, stroke-width 0.25s ease;
}

.map-wrap #Rivers g.is-hovered path:not(.map-river-hit) {
  stroke: #8f8f8f;
  stroke-width: 3.4;
}

/* Lines */

.map-wrap #LINES path {
  opacity: 0;
}

/* Houses */

.map-wrap #HOUSES {
  opacity: 0;
  transform: scale(0.82);
  transform-origin: center;
  transition:
    opacity 0.55s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.map-wrap.is-visible #HOUSES {
  opacity: 1;
  transform: scale(1);
}

.map-wrap #HOUSES path[id] {
  pointer-events: none;
}

.map-house-hit {
  fill: #000;
  fill-opacity: 0.001;
  stroke: none;
  pointer-events: all;
  cursor: pointer;
}

/* Destinations */

.map-wrap #DESTINATIONS > g {
  opacity: 1;
}

.map-wrap #DESTINATIONS > g circle:not(.map-hit-area) {
  opacity: 0;
  transform: scale(0.12);
  transform-box: fill-box;
  transform-origin: center;
  transition:
    opacity 0.35s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.map-wrap #DESTINATIONS > g.is-arrived circle:not(.map-hit-area) {
  opacity: 1;
  transform: scale(1);
}

/* Hit Areas */

.map-hit-area {
  pointer-events: all;
  cursor: pointer;
}

.map-river-hit {
  fill: none;
  stroke: #000;
  stroke-opacity: 0.001;
  stroke-width: 18;
  pointer-events: stroke;
  cursor: pointer;
}

/* Tooltip */

.map-city-tooltip {
  position: absolute;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%) translateY(-10px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.map-city-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -100%) translateY(-16px);
}

.map-tooltip-box {
  background: #000;
  color: #fff;
  padding: 7px 9px 7px;
}

.map-tooltip-city {
  display: block;
  font-family: "Made Tomy", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.map-tooltip-time {
  display: block;
  margin-top: 5px;
  opacity: 0.72;
  font-family: "Made Tomy", sans-serif;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* House Preview */

.map-house-preview {
  position: absolute;
  z-index: 35;
  width: 220px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%) scale(0.96);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.map-house-preview.is-visible {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}

.map-house-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.map-house-preview-title {
  display: block;
  padding: 7px 8px 6px;
  background: #000;
  color: #fff;
  font-family: "Made Tomy", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: none;
}

/* Static Labels */

.map-label-group rect,
.map-region-label rect {
  fill: #000;
}

.map-label-group text,
.map-region-label text {
  font-family: "Made Tomy", sans-serif;
  text-transform: uppercase;
  fill: #fff;
  pointer-events: none;
}

.map-label-group text {
  font-size: 9px;
  letter-spacing: 2.4px;
}

.map-region-label {
  opacity: 0.18;
  pointer-events: none;
}

.map-region-label text {
  font-size: 9px;
  letter-spacing: 2.4px;
}

/* Responsive */

@media (max-width: 767px) {

  .map-section {
    overflow: hidden;
  }

  .map-section-head {
    justify-content: flex-start;
    margin-bottom: 55px;
  }

  .map-section-head h2 {
    max-width: 320px;
    text-align: left;
  }

  .map-wrap {
    width: 100%;
    transform: none;
    margin-top: 20px;
    margin-bottom: 100px;
    overflow: visible;
    justify-content: center;
  }

  .map-wrap svg {
    display: block;
    width: 180vw;
    min-width: 180vw;
    max-width: none;
    height: auto;

    margin-left: auto;
    margin-right: auto;

    transform: translateX(5%);
  }

  .map-river-hit {
    stroke-width: 34;
  }

  .map-tooltip-box {
    padding: 10px 12px;
  }

  .map-tooltip-city {
    font-size: 12px;
    letter-spacing: 2.3px;
  }

  .map-tooltip-time {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .map-house-preview {
    width: 210px;
  }

  .map-house-preview img {
    width: 100%;
    height: 130px;
    display: block;
    object-fit: cover;
    object-position: center top;
  }

  .map-house-preview-title {
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .map-label-group text,
  .map-region-label text {
    font-size: 10px;
    letter-spacing: 2.4px;
  }

}





















/* =========================
   SPLIT GALLERY
   ========================= */

.gallery-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: stretch;
}

.gallery-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  min-height: 0;
}

.gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #000;
  min-width: 0;
  min-height: 0;
}

.gallery-card img,
.gallery-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Linke Seite: Hochformat */
.gallery-card-left::before {
  content: "";
  display: block;
  padding-top: 140%;
}

/* Rechte Seite: Querformat */
.gallery-card-top::before,
.gallery-card-bottom::before {
  content: "";
  display: block;
  padding-top: 66%;
}

/* =========================
   VIDEO CLEANUP
   ========================= */

.gallery-card video {
  pointer-events: none;
}

/* =========================
   HOVER LABEL
   ========================= */

.gallery-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "BN Bergen", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.gallery-card:hover img,
.gallery-card:hover video {
  transform: scale(1.08);
}

.gallery-card:hover .gallery-label {
  opacity: 1;
}

/* =========================
   MOBILE
   bleibt zweispaltig
   ========================= */

@media (max-width: 767px) {
  .gallery-split {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .gallery-right {
    gap: 15px;
  }

  .gallery-card-left::before {
    padding-top: 150%;
  }

  .gallery-card-top::before,
  .gallery-card-bottom::before {
    padding-top: 70%;
  }

  .gallery-label {
    font-size: 11px;
    letter-spacing: 2.5px;
    padding: 8px 10px;
  }
}


/* Video komplett clean */

.gallery-card-video video {
  pointer-events: none;
}


/* Video klickbar machen trotz pointer-events */

.gallery-card-video video {
  pointer-events: none;
}





/* =========================
   WUPPER HERO VIDEO
   ========================= */

.wupper-hero-video {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 100px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.wupper-hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s ease;
}

/* Play-UI ausblenden, falls ein Browser etwas einblendet */
.wupper-hero-video-bg::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

.wupper-hero-video-bg::-webkit-media-controls-enclosure {
  display: none !important;
  -webkit-appearance: none;
}

.wupper-hero-video-bg::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.wupper-hero-video.is-ready .wupper-hero-video-bg {
  opacity: 1;
}

.wupper-hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.wupper-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 20px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wupper-hero-title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Celine", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
}

.wupper-line-break {
  display: block;
}

.wupper-hero-title em {
  font-style: italic;
}

@media (max-width: 1024px) {
  .wupper-hero-video {
    min-height: calc(90vh - 100px);
  }

  .wupper-hero-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 767px) {
  .wupper-hero-video {
    min-height: calc(82vh - 100px);
  }

  .wupper-hero-content {
    padding: 100px 16px 100px;
  }

  .wupper-hero-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}







/* =========================
   Bilder Blog
   ========================= */


.location-page,
.location-page * {
  box-sizing: border-box;
}

.location-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.location-content,
.location-gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}

.location-content p,
.location-gallery p {
  margin: 0 0 24px 0;
}

.location-content h3,
.location-content h4,
.location-gallery h2 {
  margin: 40px 0 20px 0;
}

.gallery-two-grid,
.gallery-three-grid {
  width: 100%;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.gallery-two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-item {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gallery-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
}



/* =========================
   FAQ Blog
   ========================= */


.location-faq {
  width: 100%;
  max-width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
}

.location-faq h2 {
  margin: 0 0 30px 0;
}

.location-faq details {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.location-faq details:last-child {
  border-bottom: 1px solid #ddd;
}

.location-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.location-faq summary::-webkit-details-marker {
  display: none;
}

.location-faq p {
  margin: 16px 0 0 0;
}
















.location-page {
  width: 100%;
}

/* CONTENT */

.location-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.location-content h1 {
  margin-bottom: 28px;
}

.location-content h2 {
  margin-top: 72px;
  margin-bottom: 22px;
}

.location-content h3 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.location-content p {
  margin-bottom: 22px;
  color: #444;
  line-height: 1.8;
}

.location-content ul {
  margin: 24px 0;
  padding-left: 20px;
}

.location-content li {
  margin-bottom: 10px;
  color: #444;
  line-height: 1.7;
}

/* GALLERY */

.location-gallery {
  max-width: 1240px;
  margin: 80px auto;
  padding: 0 24px;
}

.location-gallery h2 {
  margin-bottom: 18px;
  text-align: center;
}

.location-gallery p {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
  color: #555;
}

.gallery-two-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.gallery-three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gallery-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

/* CTA */

.location-cta {
  max-width: 920px;
  margin: 64px auto;
  padding: 56px 48px;
  background: #f6f6f4;
  border-radius: 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.location-cta h2,
.location-cta h3 {
  margin: 0 0 18px !important;
  color: #111;
  max-width: 760px;
}

.location-cta p {
  max-width: 760px;
  margin: 0 0 16px !important;
  color: #555;
  line-height: 1.7;
}

.location-cta .location-cta-btn {
  margin-top: 14px !important;
}

/* BUTTON FIX */

.location-cta .w-btn {
  display: inline-flex !important;
  width: auto !important;
  min-width: unset !important;
  max-width: unset !important;
}

.location-cta .w-btn-label {
  white-space: nowrap;
}

/* FAQ */

.location-faq {
  max-width: 920px;
  margin: 100px auto 0;
  padding: 0 24px;
}

.location-faq h3 {
  margin-bottom: 32px;
}

.location-faq details {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 22px 0;
}

.location-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
}

.location-faq summary::-webkit-details-marker {
  display: none;
}

.location-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}

.location-faq details[open] summary::after {
  content: "–";
}

.location-faq details p {
  margin-top: 16px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 900px) {

  .gallery-two-grid,
  .gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 420px;
  }

}

@media (max-width: 768px) {

  .location-content,
  .location-gallery,
  .location-faq {
    padding: 0 20px;
  }

  .location-cta {
    margin: 56px 20px;
    padding: 42px 24px;
    border-radius: 22px;
  }

  .gallery-item img {
    height: 320px;
  }

}













/* Button im Header scharze Schrift */

.w-popup-trigger.type_btn.us-btn-style_4 {
    color: #fff;
    transition: color .3s ease;
}

/* Sticky Header */

.header_sticky .w-popup-trigger.type_btn.us-btn-style_4,
.ush_scrolled .w-popup-trigger.type_btn.us-btn-style_4,
.sticky .w-popup-trigger.type_btn.us-btn-style_4 {
    color: #000 !important;
}







/* Accordeon Vorstellung Blogbeiträge */


.blog-accordion {
  padding: 10px 24px 60px;
  background: #fff;
  color: #000;
}

.blog-accordion-kicker {
  margin: 0 auto 20px;
}

.blog-accordion-list {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-accordion-item {
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.15);
}

.blog-accordion-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.blog-accordion-trigger {
  width: 100%;
  padding: 24px 0;
  background: transparent;
  border: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  gap: 18px;

  text-align: left;
  color: inherit;
}

.blog-accordion-trigger span {
  font-family: "Celine", serif;
  font-size: clamp(18px, 2vw, 28px);
  opacity: .45;
  min-width: 42px;
}

.blog-accordion-trigger strong {
  font-family: "Celine", serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.05;
}

.blog-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition:
    max-height .4s ease,
    opacity .3s ease;
}

.blog-accordion-content p {
  margin: 0 0 16px 60px;
  max-width: 700px;

  color: rgba(0,0,0,.7);
  font-size: 16px;
  line-height: 1.7;
}

.blog-accordion-content a {
  margin-left: 60px;
  display: inline-block;

  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.4);

  padding-bottom: 3px;
  transition: .3s ease;
}

.blog-accordion-content a:hover {
  border-color: #000;
}

.blog-accordion-item.is-open .blog-accordion-content {
  max-height: 250px;
  opacity: 1;
  padding-bottom: 24px;
}

@media (max-width: 768px) {

  .blog-accordion {
    padding: 60px 20px;
  }

  .blog-accordion-trigger {
    gap: 12px;
  }

  .blog-accordion-trigger span {
    min-width: 30px;
    font-size: 16px;
  }

  .blog-accordion-trigger strong {
    font-size: 24px;
  }

  .blog-accordion-content p,
  .blog-accordion-content a {
    margin-left: 0;
  }

}