/* Balkenhohl Immobilien v143 – regional images, distinct content, long-form copy, contrast and news. */

/* The object lens has been removed completely on all viewport sizes. */
.v138-object-lens,
.v139-lens-dock {
  display: none !important;
}

.v143-editorial {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #f7f3eb;
}
.v143-editorial:nth-of-type(even) { background: #fff; }
.v143-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.v143-editorial__grid.has-image { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
.v143-editorial__copy { max-width: 820px; }
.v143-editorial__copy h2 {
  max-width: 880px;
  margin: 0 0 28px;
  color: #111d28;
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  line-height: .98;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  hyphens: auto;
}
.v143-editorial__copy > p:not(.v137-kicker) {
  max-width: 780px;
  margin: 0 0 20px;
  color: #6b6861;
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.75;
}
.v143-editorial__image {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(12, 30, 43, .14);
}
.v143-editorial__image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; display: block; }
.v143-editorial--landing { background: #fff; }
.v143-editorial--landing .v143-editorial__copy { max-width: 960px; }
.v143-editorial--landing .v143-editorial__copy > p:not(.v137-kicker) { max-width: 900px; }
.v143-editorial--online { background: #eef4f1; }
.v143-editorial--energy { background: #f7f3eb; }
.v143-editorial--owner { background: #f8f5ee; }

/* City pages now use the regional city image in their lower local section. */
.v137-local-lens .v138-local-map-mark img {
  object-fit: cover;
  object-position: center;
}

/* The facts panel on the divorce page must remain legible in every theme variation. */
.oe-page--divorce .oe-common-ground__diagram > div {
  background: #fffaf0 !important;
  color: #142431 !important;
  border: 1px solid rgba(178, 132, 58, .28) !important;
  box-shadow: 0 22px 55px rgba(13, 34, 48, .09);
}
.oe-page--divorce .oe-common-ground__diagram > div b,
.oe-page--divorce .oe-common-ground__diagram > div li {
  color: #142431 !important;
  opacity: 1 !important;
}
.oe-page--divorce .oe-common-ground__diagram > div li::marker { color: #b1843a; }

/* Latest editorial news on the homepage. */
.v143-home-news { padding: clamp(74px, 9vw, 124px) 0; background: #fff; }
.v143-home-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}
.v143-home-news__grid article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(18, 38, 53, .12);
  border-radius: 28px;
  background: #faf8f3;
  box-shadow: 0 18px 48px rgba(14, 35, 49, .07);
}
.v143-home-news__grid time {
  color: #a8782d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v143-home-news__grid h3 { margin: 20px 0 16px; font-size: clamp(1.5rem, 2vw, 2.05rem); line-height: 1.08; }
.v143-home-news__grid h3 a { color: #142431; text-decoration: none; }
.v143-home-news__grid p { color: #6c6963; line-height: 1.65; }
.v143-home-news__grid .v137-text-link { margin-top: auto; }
.v143-home-news__all { margin-top: 34px; }

/* Long German words remain complete and readable. */
.v137-page h1,
.v137-page h2,
.oe-page h1,
.oe-page h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 980px) {
  .v143-editorial__grid.has-image { grid-template-columns: 1fr; }
  .v143-editorial__image { min-height: 360px; order: -1; }
  .v143-editorial__image img { min-height: 360px; }
  .v143-home-news__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .v143-editorial { padding: 64px 0; }
  .v143-editorial__copy h2 {
    font-size: clamp(2.15rem, 9.4vw, 3.45rem);
    line-height: 1.01;
    letter-spacing: -.04em;
  }
  .v143-editorial__copy > p:not(.v137-kicker) { font-size: 1.08rem; line-height: 1.68; }
  .v143-editorial__image,
  .v143-editorial__image img { min-height: 290px; border-radius: 24px; }
  .v143-home-news__grid { grid-template-columns: 1fr; }
  .v143-home-news__grid article { min-height: 0; }
  .oe-page--divorce .oe-common-ground__diagram > div { padding: 26px 22px !important; }
}
