
@font-face{font-family:"Noto Sans";src:url("../assets/fonts/noto-sans-v42-latin-regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:"Noto Sans";src:url("../assets/fonts/noto-sans-v42-latin-700.woff2") format("woff2");font-weight:700;font-display:swap}
@font-face{font-family:"Frank Ruhl Libre";src:url("../assets/fonts/frank-ruhl-libre-v23-latin-700.woff2") format("woff2");font-weight:700;font-display:swap}
:root{--blue:#0038b8;--gold:#ffd64f;--night:#101322;--paper:#f5f4f3;--petrol:#004643;--ink:#171717}
html{scroll-behavior:smooth} body{font-family:"Noto Sans",system-ui,sans-serif;background:var(--paper);color:var(--ink)}
h1,h2,h3,.section-title,.brand-label{font-family:"Frank Ruhl Libre",Georgia,serif}
.site-topline{background:var(--night);color:#fff}.topline-link{color:var(--gold)}
.site-header{background:rgba(245,244,243,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,19,34,.1)}
.nav a:hover,.text-link{color:var(--blue)}
.btn--primary,.status{background:var(--gold)!important;color:var(--night)!important;border-color:var(--gold)!important}
.btn--secondary,.btn--ghost{border-color:var(--blue)!important;color:var(--blue)!important}
.hero:after,.trip-hero:after{background:linear-gradient(90deg,rgba(16,19,34,.8),rgba(16,19,34,.28) 58%,rgba(16,19,34,.08))!important}
.hero h1 span,.eyebrow{color:var(--gold)}
.section--sand{background:#ebe6dc}.site-footer{background:var(--night);color:#fff}
.trip-card,.feature,.service-box,.day-content,.hero-side-card{border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.08)}
.trip-card,.feature,.service-box{transition:transform .35s ease,box-shadow .35s ease}.trip-card:hover,.feature:hover,.service-box:hover{transform:translateY(-6px);box-shadow:0 30px 70px rgba(0,0,0,.14)}
.reveal{opacity:1!important;transform:none!important}.if-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.if-reveal.is-visible{opacity:1;transform:none}
.if-progress{position:fixed;z-index:99999;left:0;top:0;height:3px;width:0;background:var(--gold)}
@media (prefers-reduced-motion:reduce){.if-reveal{opacity:1;transform:none;transition:none}}


/* 2026-07: stärkere visuelle Angleichung an die Hauptseite */
:root{
  --if-night:#101322;
  --if-paper:#f5f4f3;
  --if-white:#ffffff;
  --if-petrol:#004643;
  --if-blue:#0038b8;
  --if-gold:#e5bd5f;
  --if-ink:#161927;
}
body{background:var(--if-paper);color:var(--if-ink);font-family:"Noto Sans",system-ui,sans-serif}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(229,189,95,.09),transparent 28%),radial-gradient(circle at 88% 42%,rgba(0,70,67,.08),transparent 30%),var(--if-paper)}
h1,h2,h3,.section-title,.brand-label,.hero-side-card strong,.quote blockquote{font-family:"Frank Ruhl Libre",Georgia,serif!important}
.site-topline{background:var(--if-night);border-bottom:1px solid rgba(255,255,255,.08)}
.site-header{background:rgba(16,19,34,.93)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.12)}
.site-header .nav a,.site-header .brand-label{color:#fff}
.site-header .nav a:hover{color:var(--if-gold)}
.menu-button{color:#fff;border-color:rgba(255,255,255,.3)}
.brand{gap:16px}.brand-logo{background:#fff;padding:5px 8px;border-radius:4px;width:190px;height:auto;object-fit:contain}.brand-label{font-weight:700;letter-spacing:.015em}
.hero{background:var(--if-night);min-height:78vh}.hero::before{background:linear-gradient(90deg,rgba(16,19,34,.94),rgba(16,19,34,.58) 62%,rgba(16,19,34,.22))!important}.hero::after{background:linear-gradient(90deg,rgba(16,19,34,.15),rgba(0,70,67,.12))!important}.hero-bg{filter:saturate(.92) contrast(1.02)}
.hero h1{font-family:"Frank Ruhl Libre",Georgia,serif!important;letter-spacing:-.035em}.hero h1 span,.hero .eyebrow{color:var(--if-gold)!important}.hero-copy{font-size:1.12rem;line-height:1.75}.hero-side-card{background:rgba(245,244,243,.94);border:1px solid rgba(229,189,95,.35);backdrop-filter:blur(14px)}
.trip-info-bar{background:linear-gradient(135deg,var(--if-blue),#071e56)!important}
.section{background:transparent}.section:nth-of-type(even){background:rgba(255,255,255,.56)}.section--sand{background:linear-gradient(180deg,#ebe6dc,#f5f4f3)!important}
.section-title{color:var(--if-night);letter-spacing:-.02em}.eyebrow{color:var(--if-blue)}
.trip-card,.feature,.service-box,.day-content,.hero-side-card{border:1px solid rgba(16,19,34,.09);box-shadow:0 18px 50px rgba(16,19,34,.08)}
.trip-card-body{border-top-color:var(--if-gold)}.trip-card:hover,.feature:hover,.service-box:hover{box-shadow:0 28px 66px rgba(16,19,34,.14)}
.btn--primary{background:var(--if-gold)!important;color:var(--if-night)!important}.btn--primary:hover{background:#f0cf82!important}.text-link{color:var(--if-blue)}
.quote{background:linear-gradient(145deg,var(--if-petrol),#003532)!important;color:#fff;border-radius:28px}.quote blockquote{color:#fff}.quote footer{color:rgba(255,255,255,.72)}
.site-footer{background:var(--if-night)!important}.footer-brand{border-radius:4px}.footer-brand img{display:block;width:190px;height:auto;object-fit:contain}
@media(max-width:760px){.site-header{background:rgba(16,19,34,.97)!important}.brand-logo{width:150px}.hero{min-height:680px}.hero-copy{font-size:1rem}}

/* Einheitlicher Header wie auf Hauptseite und Aktuelles */
.site-topline{display:none!important}
.site-header{min-height:72px!important;height:72px;background:rgba(12,15,28,.9)!important;backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:0 1px 0 rgba(255,255,255,.06),0 10px 34px rgba(0,0,0,.22)}
.header-inner{height:72px;width:100%!important;max-width:1200px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2rem)}
.brand{gap:0}.brand-logo{height:34px!important;width:auto!important;max-width:none;background:transparent;padding:0;border-radius:0;object-fit:contain}.brand-label{display:none!important}
.site-header .nav{gap:clamp(1rem,1.8vw,2rem);font-size:.95rem;font-weight:500;letter-spacing:0;text-transform:none}
.site-header .nav a{color:rgba(245,244,243,.82);padding-block:.4rem}.site-header .nav a:hover,.site-header .nav a[aria-current="page"]{color:#fff}.site-header .nav a::after{height:2px;background:var(--if-gold)}
.header-booking{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:.7em 1.35em;border:1.5px solid transparent;border-radius:999px;background:#ffd64f;color:#171717!important;text-decoration:none;font-family:"Noto Sans",system-ui,sans-serif;font-size:.9rem;font-weight:700;line-height:1;letter-spacing:0;text-transform:none;transition:transform .25s ease,box-shadow .25s ease}.header-booking:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(255,214,79,.38)}
@media(max-width:900px){.brand-logo{height:30px!important}.header-booking{display:none}.site-header .nav{top:72px;background:#0c0f1c!important}.site-header .nav a{padding:13px 0;color:rgba(245,244,243,.86)}.menu-button{color:#fff}}

/* Websiteweit einheitlicher Mauszeiger */
@media(hover:hover) and (pointer:fine){
body.site-cursor-active,body.site-cursor-active a,body.site-cursor-active button,body.site-cursor-active [role="button"],body.site-cursor-active input,body.site-cursor-active textarea,body.site-cursor-active select{cursor:none!important}
.site-cursor-dot,.site-cursor-ring{position:fixed;left:0;top:0;z-index:2147483647;pointer-events:none;border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:width .22s ease,height .22s ease,opacity .16s ease,background-color .22s ease,border-color .22s ease}
body.site-cursor-active .site-cursor-dot,body.site-cursor-active .site-cursor-ring{opacity:1}
.site-cursor-dot{width:9px;height:9px;background:#e8962e;border:1px solid rgba(255,255,255,.95);box-shadow:0 0 12px rgba(232,150,46,.55)}
.site-cursor-ring{width:36px;height:36px;border:1.5px solid rgba(255,255,255,.95);box-shadow:0 0 0 1px rgba(16,19,34,.18)}
.site-cursor-ring.is-interactive{width:54px;height:54px;border-color:#ffd64f;background:rgba(255,214,79,.08)}
}

/* Die drei Reisekategorien übernehmen das Ziel ihres vorhandenen Textlinks
   für die gesamte Kartenfläche. */
.trip-card{position:relative}
.trip-card .text-link::after{content:"";position:absolute;inset:0;z-index:2;border-radius:24px}
.trip-card .text-link:focus-visible{outline:none}
.trip-card .text-link:focus-visible::after{outline:3px solid var(--if-gold);outline-offset:-4px}

/* Auf den weißen Reisekarten bleibt der vergrößerte Ring deutlich sichtbar. */
.site-cursor-ring.is-white-card-shadow{box-shadow:0 0 0 1px rgba(16,19,34,.62),0 9px 30px rgba(0,0,0,.56)}


/* V22: einfarbige Typografie und helle Reiseübersicht */
main h1,
main h2,
main h3,
.section-title,
.day-content h2,
.trip-card-body h3,
.feature h3,
.service-box h3,
.travel-notes h3,
.hero h1,
.hero h1 span,
.trip-hero h1 {
  background: none !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  filter: none !important;
}

/* Einheitliche Vollfarben auf hellen Inhaltsflächen */
main h1,
main h2,
main h3,
.section-title,
.day-content h2,
.trip-card-body h3,
.feature h3,
.service-box h3,
.travel-notes h3 {
  color: var(--if-night, #101322) !important;
}

/* Reiseübersicht: deutlich helleres Titelbild und schwarze, gut lesbare Schrift */
body:has(.hero) .hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.40) 78%, rgba(255,255,255,.18) 100%) !important;
}
body:has(.hero) .hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0)) !important;
}
body:has(.hero) .hero-bg {
  filter: brightness(1.32) saturate(.95) contrast(.90) !important;
}
body:has(.hero) .hero h1,
body:has(.hero) .hero h1 span,
body:has(.hero) .hero .eyebrow,
body:has(.hero) .hero .hero-copy,
body:has(.hero) .hero .hero-note {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  text-shadow: none !important;
}
body:has(.hero) .hero .hero-note::before {
  background: #111111 !important;
}

/* Detailseiten: weiße Vollfarbe auf den Titelbildern */
.trip-hero h1,
.trip-hero p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.48) !important;
}
.trip-hero .eyebrow {
  color: var(--gold, #e5bd5f) !important;
  -webkit-text-fill-color: var(--gold, #e5bd5f) !important;
}

@media (max-width: 680px) {
  body:has(.hero) .hero::before {
    background: rgba(255,255,255,.82) !important;
  }
}

/* Einheitliche Größe der Haupttitel wie auf der Startseite. */
body:has(.hero) .hero h1{font-size:clamp(3rem,8.5vw,7rem)!important}

/* V23: Hero der Reiseübersicht wie die Bildungsreise */
body:has(.hero) .hero::before {
  background: linear-gradient(180deg, rgba(5,24,41,.015) 0%, rgba(5,24,41,.10) 52%, rgba(5,24,41,.46) 100%) !important;
}
body:has(.hero) .hero::after {
  background: linear-gradient(90deg, rgba(5,24,41,.24) 0%, rgba(5,24,41,.10) 58%, rgba(5,24,41,.02) 100%) !important;
}
body:has(.hero) .hero-bg {
  filter: brightness(1.12) saturate(1.03) !important;
}
body:has(.hero) .hero h1,
body:has(.hero) .hero h1 span,
body:has(.hero) .hero .hero-copy {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.48) !important;
}
body:has(.hero) .hero .eyebrow,
body:has(.hero) .hero .hero-note {
  color: var(--gold, #e5bd5f) !important;
  -webkit-text-fill-color: var(--gold, #e5bd5f) !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.42) !important;
}
body:has(.hero) .hero .hero-note::before {
  background: var(--gold, #e5bd5f) !important;
}

/* Kontaktaufruf der Bildungsreise. */
.cta-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFD64F !important;
  -webkit-text-fill-color: #FFD64F !important;
}

.cta-panel .eyebrow::before {
  content: "";
  width: 45px;
  height: 2px;
  flex: 0 0 45px;
  background: #FFD64F;
}

.cta-panel .btn--ghost {
  background: #FFD64F !important;
  color: #000 !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(18,59,99,.2);
}

.cta-panel .btn--ghost:hover {
  background: #FFD64F !important;
  color: #000 !important;
}

@media (max-width: 680px) {
  body:has(.hero) .hero::before {
    background: linear-gradient(180deg, rgba(5,24,41,.05) 0%, rgba(5,24,41,.20) 55%, rgba(5,24,41,.58) 100%) !important;
  }
}

/* Reiseübersicht: Wüstenlandschaft und klare Vollton-Typografie */
body:has(.hero) .hero::before {
  background:
    linear-gradient(90deg, rgba(5,24,41,.62) 0%, rgba(5,24,41,.42) 46%, rgba(5,24,41,.10) 76%, rgba(5,24,41,.04) 100%),
    linear-gradient(0deg, rgba(5,24,41,.26), rgba(5,24,41,.02) 58%) !important;
}
body:has(.hero) .hero::after {
  background: none !important;
}
body:has(.hero) .hero-bg {
  object-position: center 55% !important;
  filter: saturate(1.04) contrast(1.02) !important;
}
body:has(.hero) .hero h1,
body:has(.hero) .hero h1 span,
body:has(.hero) .hero .hero-copy {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  filter: none !important;
}
body:has(.hero) .hero .eyebrow,
body:has(.hero) .hero .hero-note {
  color: var(--gold, #e5bd5f) !important;
  -webkit-text-fill-color: var(--gold, #e5bd5f) !important;
  text-shadow: none !important;
}
body:has(.hero) .hero .hero-note::before {
  background: var(--gold, #e5bd5f) !important;
}

@media (max-width: 680px) {
  body:has(.hero) .hero::before {
    background: linear-gradient(90deg, rgba(5,24,41,.68), rgba(5,24,41,.30)) !important;
  }
  body:has(.hero) .hero-bg {
    object-position: 68% 55% !important;
  }
}

/* Neue Titelmotive: gezielte Ausschnitte für Übersicht und junge Studienreise */
body:has(.hero) .hero-bg {
  object-position:center 48% !important;
}
.trip-hero--young img {
  object-position:center 50% !important;
  filter:brightness(.94) saturate(1.04) !important;
}

@media (max-width: 680px) {
  body:has(.hero) .hero-bg { object-position:58% 52% !important; }
  .trip-hero--young img { object-position:68% center !important; }
}


/* V24: Reiseübersicht – kräftiger blauer Himmel, klare Vollfarben */
body:has(.hero) .hero-bg {
  filter: brightness(1.15) saturate(1.38) contrast(1.04) !important;
}
body:has(.hero) .hero::before {
  background: linear-gradient(180deg, rgba(12,62,112,.10) 0%, rgba(5,35,72,.16) 45%, rgba(5,24,41,.52) 100%) !important;
}
body:has(.hero) .hero::after {
  background: linear-gradient(90deg, rgba(6,35,69,.24) 0%, rgba(6,35,69,.10) 56%, rgba(6,35,69,.02) 100%) !important;
}
body:has(.hero) .hero .eyebrow {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  text-shadow: 0 1px 4px rgba(255,255,255,.70) !important;
}
body:has(.hero) .hero h1,
body:has(.hero) .hero h1 span,
body:has(.hero) .hero .hero-copy {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 2px 13px rgba(0,0,0,.58) !important;
}
body:has(.hero) .hero .hero-note {
  color: var(--gold, #e5bd5f) !important;
  -webkit-text-fill-color: var(--gold, #e5bd5f) !important;
}

/* V25: finale Abstimmung für beautiful-israel23-hero.jpg */
body:has(.hero) .hero::before {
  background:
    linear-gradient(90deg, rgba(5,24,41,.62) 0%, rgba(5,24,41,.42) 46%, rgba(5,24,41,.10) 76%, rgba(5,24,41,.04) 100%),
    linear-gradient(0deg, rgba(5,24,41,.26), rgba(5,24,41,.02) 58%) !important;
}
body:has(.hero) .hero::after {
  background: none !important;
}
body:has(.hero) .hero-bg {
  object-position: center 48% !important;
  filter: saturate(1.04) contrast(1.02) !important;
}
body:has(.hero) .hero h1,
body:has(.hero) .hero h1 span,
body:has(.hero) .hero .hero-copy {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  filter: none !important;
}
body:has(.hero) .hero .eyebrow,
body:has(.hero) .hero .hero-note {
  color: var(--gold, #e5bd5f) !important;
  -webkit-text-fill-color: var(--gold, #e5bd5f) !important;
  text-shadow: none !important;
}
body:has(.hero) .hero .hero-note::before {
  background: var(--gold, #e5bd5f) !important;
}

@media (max-width: 680px) {
  body:has(.hero) .hero::before {
    background: linear-gradient(90deg, rgba(5,24,41,.68), rgba(5,24,41,.30)) !important;
  }
  body:has(.hero) .hero-bg {
    object-position: 58% 52% !important;
  }
}
