
@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}}


/* 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;
  }
}

/* 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;
}

@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;
  }
}


/* 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;
}
