/* Balkenhohl Immobilien v141
   Regional landing-page cleanup and topic separation. */

/* Only the lens integrated in the page is used on desktop. The old floating
   lens/dock is deliberately removed from every viewport. */
.v139-lens-dock {
  display: none !important;
}

/* The object-lens experience is desktop-only. On phones and tablets it added
   visual density and overlapped content/CTAs. */
@media (max-width: 820px) {
  .v138-object-lens {
    display: none !important;
  }
}

/* The former topic pill above the regional landing-page CTA is removed from
   markup. This fallback also covers cached fragments. */
.v137-lp .v138-local-picture-label {
  display: none !important;
}

/* Regional pages no longer show a one-city market compass. The comparison
   remains available where visitors can switch between several cities. */
.v137-lp > .v138-market-compass,
.v137-lp .v138-market-compass--single {
  display: none !important;
}

/* Prevent long German topic headings from becoming cramped after the more
   specific v141 copy was introduced. */
.v137-lp-contact__intro h2,
.v137-lp-story__headline h2,
.v137-local-lens h2,
.v137-lp-next h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 620px) {
  .v137-lp-contact__intro h2,
  .v137-lp-story__headline h2,
  .v137-local-lens h2,
  .v137-lp-next h2 {
    font-size: clamp(2rem, 9.2vw, 3.25rem) !important;
    line-height: 1.02 !important;
  }
}
