/* Reiserecht-Inhalte im unveränderten Designsystem der Fondsrecht-Referenz */
.home-page .hero-slide--abstract {
  background-image: url('/assets/hero-travel.png');
  background-position: center center;
}

.home-page .hero-eyebrow {
  white-space: nowrap;
}

.home-page #investments .focus-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.home-page #investments .focus-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 1.95rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

body.home-page #investments .focus-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: calc(var(--radius-lg) + 6px);
  background: #17191c;
  color: #fff;
  box-shadow: 0 16px 34px rgba(29,29,31,.15);
  text-shadow: 0 1px 14px rgba(0,0,0,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}

body.home-page #investments .focus-card > .focus-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) brightness(.86) saturate(1.05);
  transform: scale(1.015);
  transition: transform .32s ease, filter .20s ease;
  pointer-events: none;
}

body.home-page #investments .focus-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    radial-gradient(circle at 10% 18%, rgba(var(--sparkle-rgb),.92) 0 1px, rgba(var(--sparkle-rgb),.42) 2px, transparent 5px),
    radial-gradient(circle at 24% 72%, rgba(255,255,255,.78) 0 1px, rgba(var(--sparkle-rgb),.34) 2px, transparent 4px),
    radial-gradient(circle at 38% 28%, rgba(var(--sparkle-rgb),.82) 0 1px, rgba(var(--sparkle-rgb),.28) 2px, transparent 5px),
    radial-gradient(circle at 53% 82%, rgba(255,255,255,.74) 0 1px, rgba(var(--sparkle-rgb),.32) 2px, transparent 5px),
    radial-gradient(circle at 64% 16%, rgba(var(--sparkle-rgb),.88) 0 1px, rgba(var(--sparkle-rgb),.36) 2px, transparent 5px),
    radial-gradient(circle at 76% 59%, rgba(255,255,255,.82) 0 1px, rgba(var(--sparkle-rgb),.38) 2px, transparent 5px),
    radial-gradient(circle at 89% 31%, rgba(var(--sparkle-rgb),.84) 0 1px, rgba(var(--sparkle-rgb),.30) 2px, transparent 4px),
    radial-gradient(circle at 92% 84%, rgba(255,255,255,.72) 0 1px, rgba(var(--sparkle-rgb),.28) 2px, transparent 5px);
  opacity: .64;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 4px rgba(var(--sparkle-rgb),.72));
  transition: opacity .22s ease;
  pointer-events: none;
}

body.home-page #investments .focus-card:nth-child(1) {
  --sparkle-rgb: 126, 205, 255;
}

body.home-page #investments .focus-card:nth-child(2) {
  --sparkle-rgb: 125, 255, 188;
}

body.home-page #investments .focus-card:nth-child(3) {
  --sparkle-rgb: 255, 162, 138;
}

body.home-page #investments .focus-card:nth-child(4) {
  --sparkle-rgb: 255, 220, 116;
}

body.home-page #investments .focus-card > :not(.focus-card-image) {
  position: relative;
  z-index: 3;
}

body.home-page #investments .focus-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  mix-blend-mode: multiply;
  opacity: .22;
  pointer-events: none;
}

body.home-page #investments .focus-card:nth-child(1)::after {
  background: linear-gradient(180deg, rgba(8,24,48,.18), rgba(0,8,22,.62));
}

body.home-page #investments .focus-card:nth-child(2)::after {
  background: linear-gradient(180deg, rgba(3,38,22,.14), rgba(0,18,10,.58));
}

body.home-page #investments .focus-card:nth-child(3)::after {
  background: linear-gradient(180deg, rgba(46,4,4,.16), rgba(24,0,0,.60));
}

body.home-page #investments .focus-card:nth-child(4)::after {
  background: linear-gradient(180deg, rgba(38,26,3,.14), rgba(18,12,0,.58));
}

body.home-page #investments .focus-card:hover > .focus-card-image,
body.home-page #investments .focus-card:focus-visible > .focus-card-image {
  filter: contrast(1.10) brightness(.92) saturate(1.08);
  transform: scale(1.045);
}

body.home-page #investments .focus-card:hover::before,
body.home-page #investments .focus-card:focus-visible::before {
  opacity: .82;
}

body.home-page #investments .focus-card h3,
body.home-page #investments .focus-card > span,
body.home-page #investments .focus-card strong,
body.home-page #investments .focus-card i {
  color: #fff;
}

.travel-content-section {
  width: var(--container);
  margin: clamp(28px,4vw,48px) auto;
  padding: clamp(28px,4vw,42px);
  border: 1px solid rgba(29,29,31,.08);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg,rgba(247,247,245,.95),rgba(238,238,236,.84));
  box-shadow: 0 18px 48px rgba(29,29,31,.08);
}

.homepage-main-window,
.homepage-main-window #LayoutDiv12,
.homepage-main-window p,
.homepage-main-window span {
  font: inherit;
  color: inherit;
  line-height: 1.62;
}

.homepage-main-window p {
  margin: 0;
}

.homepage-main-window .legacy-section-heading {
  display: block;
  margin: 44px 0 22px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.homepage-main-window .legacy-section-kicker {
  display: block;
  margin: 0 0 12px;
}

/* Die kleinen Bereichsüberschriften entsprechen optisch exakt den globalen
   Eyebrows (z. B. „Persönliche Besprechung“). Die alten Legacy-Span-Regeln
   dürfen diese Typografie nicht erben/überschreiben. */
.homepage-main-window .legacy-section-kicker.eyebrow {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
}

.homepage-main-window .legacy-section-heading > .RotSehrGross1 {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--text);
}

.homepage-main-window .legacy-section-heading--first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.homepage-main-window .legacy-section-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(29,29,31,.08);
}

.homepage-main-window .legacy-section-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage-main-window .legacy-section-icon--flight {
  position: relative;
  isolation: isolate;
}

.homepage-main-window .legacy-section-icon--flight img {
  position: relative;
  z-index: 0;
  width: 25px;
  height: 25px;
  object-fit: contain;
  opacity: 1;
}

.homepage-main-window .legacy-section-icon--flight::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  background: var(--accent);
  mix-blend-mode: color;
  pointer-events: none;
}

.homepage-main-window .RotSehrGross1 {
  font-size: clamp(1.9rem,3.4vw,3.35rem);
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--text);
}

.homepage-main-window .content-subheading {
  display: block;
  margin: 30px 0 12px;
  font-size: clamp(1.22rem,2vw,1.65rem);
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 650;
  color: var(--text);
}

.homepage-main-window .translation-empty-spacer,
.homepage-main-window .legacy-cruise-spacer {
  display: none;
}

.homepage-main-window a[id],
.homepage-main-window a[name] {
  scroll-margin-top: calc(var(--header-h) + 22px);
}

.full-width-content .article-content {
  max-width: 980px;
  margin: 0 auto;
}

.full-width-content .article-content > .backgraulite {
  padding: clamp(28px,4.5vw,58px);
}

@media (max-width: 1080px) {
  .home-page #investments .focus-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}

@media (max-width: 700px) {
  .home-page #investments .focus-grid {
    grid-template-columns: 1fr !important;
  }

  body.home-page #investments .focus-card {
    height: 188px;
    min-height: 188px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .travel-content-section {
    margin: 24px auto;
    padding: 24px 20px;
    border-radius: 25px;
  }

  .homepage-main-window .legacy-section-heading {
    align-items: flex-start;
  }
}

/* 2026-08-26: Smartphone-Hero final – eigener Zuschnitt des grünen Motivs,
   damit der im Originalbild enthaltene helle untere Auslauf nicht mehr
   als weißer Rand im Hero sichtbar wird. Nur Smartphones bis 560px. */
@media (max-width:560px){
  .home-page .hero{
    height:470px !important;
    min-height:470px !important;
    max-height:470px !important;
  }
  .home-page .hero-copy{
    min-height:470px !important;
  }
  .home-page .hero-slide--hand{
    background-size:auto 75% !important;
    background-position:61% 100% !important;
  }
  .home-page .hero-slide--abstract{
    background-image:url('/assets/hero-travel-mobile.png') !important;
    background-size:auto 74% !important;
    background-position:50% 100% !important;
  }
}

/* 2026-08-26: Smartphone – Ortskacheln in „Persönliche Besprechung / Rechtsberatung“
   exakt auf das mobile Format der vier Rechtsgebiets-Kacheln abgestimmt.
   Ausschließlich bis 560px; Tablet und Desktop bleiben unverändert. */
@media (max-width:560px){
  .home-page .consultation-section .consultation-card{
    padding:24px 20px;
  }
  .home-page .consultation-section .city-panel{
    box-sizing:border-box;
    height:188px !important;
    min-height:188px !important;
    max-height:188px !important;
    padding:20px;
    border-radius:20px;
    justify-content:center;
  }
  .home-page .consultation-section .city-panel h3{
    margin-bottom:10px;
    font-size:clamp(1.55rem,2.2vw,1.95rem);
  }
  .home-page .consultation-section .city-address{
    margin-bottom:10px;
    line-height:1.4;
  }
  .home-page .consultation-section .city-note{
    font-size:.92rem;
    line-height:1.3;
  }
}

/* 2026-08-26: Hero-Responsive-Fix nach Austausch gegen statische Reiseskulptur.
   Hebt die frühere feste 470-px-Smartphone-Höhe auf, damit Bild und Text
   niemals übereinander liegen oder abgeschnitten werden. */
@media (max-width:1100px){
  .home-page .hero{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
  .home-page .hero-copy{
    min-height:0 !important;
    height:auto !important;
  }
  .home-page .hero-image,
  .home-page .hero-image.hero-slideshow{
    min-height:0 !important;
    height:auto !important;
    position:relative !important;
  }
}


/* 2026-09-13 finale Bildfassung: Musterbilder farbecht, nur intern abgedunkelt.
   Keine zusätzlichen Farbfilter, keine Blend-Overlays, keine künstliche Umfärbung. */
body.home-page #investments .focus-card > .focus-card-image{
  filter:none !important;
  transform:none !important;
  opacity:1 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
body.home-page #investments .focus-card:hover > .focus-card-image,
body.home-page #investments .focus-card:focus-visible > .focus-card-image{
  filter:none !important;
  transform:none !important;
}
body.home-page #investments .focus-card::before,
body.home-page #investments .focus-card::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  background:none !important;
  mix-blend-mode:normal !important;
}
body.home-page #investments .focus-card{
  background:#111 !important;
}
body.home-page #investments .focus-card h3,
body.home-page #investments .focus-card > span,
body.home-page #investments .focus-card strong,
body.home-page #investments .focus-card i{
  color:#fff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.45);
}
