:root{--ink:#17232b;--blue:#17364a;--sand:#b68b4c;--cream:#f7f4ee;--muted:#6b7479;--line:#e6e2da;--white:#fff;--shadow:0 16px 46px rgba(25,35,40,.10)}*{box-sizing:border-box}body{margin:0;font:15px/1.65 system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:var(--ink);background:#fbfaf7}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,80px);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(0,0,0,.04)}.brand{font:600 26px Georgia,'Times New Roman',serif;display:flex;align-items:center;gap:8px}.brand svg{width:64px;fill:none;stroke:var(--ink);stroke-width:1.4}.site-header nav{display:flex;gap:28px;font-size:14px}.site-header nav a:hover{color:var(--sand)}.menu-toggle{display:none;border:0;background:none;font-size:24px}.hero{min-height:640px;display:grid;align-items:center;padding:90px clamp(24px,8vw,130px);color:#fff;background:linear-gradient(90deg,rgba(8,25,35,.72),rgba(8,25,35,.08)),var(--site-header-image,url('../img/hero.jpg')) center/cover}.hero-content{max-width:700px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#d9bd8f}.hero h1,.page-hero h1{font:600 clamp(44px,6vw,78px)/1.05 Georgia,'Times New Roman',serif;margin:12px 0 18px}.hero p{font-size:19px;max-width:580px}.btn{display:inline-flex;padding:13px 20px;background:var(--sand);color:#fff;border-radius:5px;font-weight:600;margin-top:16px;border:0;cursor:pointer}.feature-strip{max-width:1180px;margin:-58px auto 0;position:relative;z-index:3;background:#fff;border-radius:10px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:28px}.feature{text-align:center;padding:12px 18px}.ico{width:38px;height:38px;margin:0 auto 10px;stroke:var(--sand);fill:none;stroke-width:1.5}.stats{max-width:1180px;margin:28px auto 70px;padding:34px 22px;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;background:#fff;border-radius:10px}.stat b{display:block;font:600 34px Georgia,'Times New Roman',serif}.stat span{color:var(--muted)}.section{max-width:1180px;margin:0 auto;padding:70px 22px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2{font:600 35px Georgia,'Times New Roman',serif;margin:0}.section-sub{color:var(--muted);margin:4px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card img{width:100%;height:230px;object-fit:cover}.card-body{padding:18px}.meta{font-size:12px;color:var(--muted);display:flex;gap:12px}.tag{display:inline-block;background:#f0e3cf;color:#8a642b;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.card h3{font:600 21px Georgia,'Times New Roman',serif;margin:8px 0}.map-wrap{display:grid;grid-template-columns:1.5fr .8fr;gap:28px;align-items:start}.world-map{position:relative;aspect-ratio:2/1;min-height:0;border-radius:12px;background:#ece9e0;overflow:hidden}.world-map:before{content:'';position:absolute;inset:0;background:url('../img/world.svg') center/100% 100% no-repeat;opacity:.92}.map-pin{position:absolute;width:13px;height:13px;background:var(--sand);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #3336}.country-list{display:grid;gap:10px}.country{background:#fff;border:1px solid var(--line);padding:12px 14px;border-radius:8px;display:flex;justify-content:space-between}.page-hero{padding:100px 7vw;color:#fff;background:linear-gradient(90deg,#17364ad9,#17364a55),var(--site-header-image,url('../img/hero.jpg')) center/cover}.page-hero p{max-width:650px;font-size:18px}.article{max-width:840px;margin:auto;padding:65px 22px}.article h1{font:600 48px/1.1 Georgia,'Times New Roman',serif}.article .lead{font-size:19px;color:#566168}.article img{border-radius:10px;margin:28px 0}.gallery{columns:3 280px;column-gap:16px}.gallery img{width:100%;margin:0 0 16px;border-radius:8px}.about{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about img{border-radius:12px}.contact-form{display:grid;gap:12px;max-width:700px}.contact-form input,.contact-form textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:6px;font:inherit}.contact-form textarea{min-height:150px}footer{margin-top:70px;background:#142633;color:#dce5ea;padding:50px 6vw;display:grid;grid-template-columns:1fr auto;gap:30px}.footer-links{display:flex;gap:22px}.copy{grid-column:1/-1;border-top:1px solid #ffffff20;padding-top:20px;color:#9fb0ba}.footer-brand{color:#fff}@media(max-width:800px){.site-header{height:64px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;box-shadow:var(--shadow)}.site-header nav.open{display:flex}.hero{min-height:560px;padding:70px 24px}.feature-strip{margin:-30px 16px 0;grid-template-columns:1fr 1fr}.stats{margin:20px 16px 40px;grid-template-columns:1fr 1fr;gap:25px}.grid{grid-template-columns:1fr}.map-wrap,.about{grid-template-columns:1fr}.world-map{min-height:0}.card img{height:220px}.section{padding:50px 18px}.page-hero{padding:70px 22px}.article h1{font-size:38px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
.leaflet-map{height:520px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#e9ece5}.continent-summary{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.continent-summary span{background:#f1ede5;border-radius:999px;padding:7px 10px;font-size:12px}.gallery figure{break-inside:avoid;margin:0 0 16px;position:relative}.gallery figcaption{position:absolute;left:10px;bottom:10px;background:#17232bd9;color:white;padding:5px 9px;border-radius:999px;font-size:11px}.travel-timeline{position:relative;display:grid;gap:30px}.travel-timeline:before{content:"";position:absolute;left:88px;top:0;bottom:0;width:1px;background:var(--line)}.timeline-item{display:grid;grid-template-columns:100px 1fr;gap:28px;position:relative}.timeline-date{padding-top:18px;text-align:right}.timeline-date b{display:block;font:600 25px Georgia,'Times New Roman',serif}.timeline-date span{color:var(--muted);font-size:12px}.timeline-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:minmax(260px,.75fr) 1fr;gap:0}.timeline-card>img{width:100%;height:100%;min-height:280px;object-fit:cover}.timeline-card>div{padding:28px}.timeline-card h2{margin:8px 0;font-size:30px}.timeline-card details{margin-top:18px}.timeline-card summary{cursor:pointer;font-weight:600;color:var(--sand)}.route-list{columns:2;padding-left:20px}.article-content p{margin:0 0 1.2em}.article-content h2,.article-content h3{font-family:Georgia,'Times New Roman',serif;line-height:1.2;margin-top:1.6em}.article-content blockquote{border-left:3px solid var(--sand);margin:2em 0;padding:.5em 0 .5em 1.2em;color:#566168;font-size:18px}.article-content ul,.article-content ol{padding-left:1.3em}@media(max-width:800px){.leaflet-map{height:380px}.travel-timeline:before{left:15px}.timeline-item{grid-template-columns:1fr;padding-left:34px}.timeline-date{text-align:left;padding:0}.timeline-card{grid-template-columns:1fr}.timeline-card>img{height:230px;min-height:0}.route-list{columns:1}}

/* --- franna.info V3.2 homepage refresh --- */
.hero-home{min-height:670px;position:relative;background:linear-gradient(90deg,rgba(9,27,37,.82) 0%,rgba(9,27,37,.55) 42%,rgba(9,27,37,.10) 78%),var(--site-header-image,url('../img/santorini.jpg')) center 56%/cover no-repeat;overflow:hidden}.hero-home:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(9,27,37,.15));pointer-events:none}.hero-home .hero-content{position:relative;z-index:2;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-ghost{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(6px)}.btn-ghost:hover{background:#fff;color:var(--ink)}.hero-badge{position:absolute;z-index:2;right:7vw;bottom:64px;width:160px;height:160px;border:1px solid rgba(255,255,255,.48);background:rgba(16,35,46,.40);backdrop-filter:blur(9px);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-badge span{font-size:10px;text-transform:uppercase;letter-spacing:.13em}.hero-badge b{font:600 42px/1 Georgia,'Times New Roman',serif;margin:7px 0 4px}.hero-badge small{font-size:11px}.home-feature-strip{margin-top:-52px}.home-feature-strip .feature{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:var(--ink);border-right:1px solid #eee9df}.home-feature-strip .feature:last-child{border-right:0}.feature-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fbf6ee;margin:0 auto 14px}.feature-icon svg{width:29px;height:29px;stroke:var(--sand);fill:none;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.feature b{display:block;min-height:24px}.feature p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5;max-width:200px}.home-stats{margin-bottom:35px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(25,35,40,.04)}.home-stats .stat{position:relative}.home-stats .stat:not(:last-child):after{content:"";position:absolute;right:0;top:4px;bottom:4px;width:1px;background:var(--line)}.section-intro{padding-top:58px}.section-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--sand);font-size:11px;font-weight:800;margin-bottom:7px}.text-link{font-size:13px;font-weight:700;color:#73552d}.travel-grid{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:18px}.travel-card{min-height:430px;position:relative;border-radius:14px;overflow:hidden;background:#17232b;box-shadow:0 8px 24px rgba(20,30,35,.08)}.travel-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.travel-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,28,.03) 25%,rgba(5,20,28,.85) 100%)}.travel-card:hover img{transform:scale(1.035)}.travel-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px;color:#fff}.travel-overlay h3{font:600 28px/1.12 Georgia,'Times New Roman',serif;margin:10px 0}.travel-overlay p{font-size:13px;opacity:.9;max-width:500px}.travel-meta{display:flex;gap:18px;font-size:11px;opacity:.8;margin-top:16px}.tag-dark{background:#ffffffdf;color:#6e512c}.home-map-section{max-width:1180px;margin:40px auto 20px;padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;background:#f1ede5;border-radius:16px}.home-map-copy h2,.home-about-copy h2,.gallery-teaser-head h2,.home-cta h2{font:600 39px/1.1 Georgia,'Times New Roman',serif;margin:5px 0 16px}.home-map-copy p{color:#59656b}.country-chips{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 4px}.country-chips span{background:#fff;border:1px solid #e2ddd2;padding:7px 10px;border-radius:999px;font-size:11px}.home-map-card{position:relative;display:block;aspect-ratio:2/1;min-height:0;background:#fff;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.home-world-map{position:absolute;inset:24px;background:url('../img/world.svg') center/contain no-repeat;opacity:.92}.map-number{position:absolute;left:28px;bottom:25px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 17px;box-shadow:0 8px 20px rgba(0,0,0,.08)}.map-number b{font:600 28px Georgia,'Times New Roman',serif;display:block;line-height:1}.map-number span{font-size:10px;color:var(--muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.25s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.blog-card>img{height:220px;width:100%;object-fit:cover}.blog-card-body{padding:20px}.blog-card h3{font:600 23px/1.16 Georgia,'Times New Roman',serif;margin:9px 0}.blog-card p{color:#5d686e;font-size:13px}.read-more{font-size:12px;font-weight:700;color:#805e30}.home-about{max-width:1180px;margin:55px auto 90px;padding:0 22px;display:grid;grid-template-columns:.9fr 1fr;gap:64px;align-items:center}.home-about-image{position:relative}.home-about-image img{width:100%;max-height:600px;object-fit:cover;border-radius:14px}.about-stamp{position:absolute;right:-18px;bottom:38px;background:#fff;padding:18px 22px;border-radius:10px;box-shadow:var(--shadow);font:600 22px Georgia,'Times New Roman',serif}.about-stamp small{font:500 9px system-ui,-apple-system,'Segoe UI',sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--sand)}.home-about-copy .lead{font-size:18px;color:#3e4c54}.home-about-copy>p:not(.lead){color:#687279}.about-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.about-points span{font-size:12px;border-bottom:1px solid var(--line);padding:9px 0}.btn-outline{background:transparent;color:#78592f;border:1px solid #b68b4c}.home-gallery-teaser{background:#172f3e;color:#fff;padding:70px max(22px,calc((100vw - 1136px)/2));}.gallery-teaser-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.gallery-teaser-head .section-kicker{color:#d6b77f}.gallery-teaser-head h2{margin-bottom:0}.text-link.light{color:#e5c995}.gallery-teaser-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr 1.15fr;gap:12px;height:330px}.gallery-teaser-grid img{width:100%;height:100%;object-fit:cover;border-radius:9px}.home-cta{max-width:1180px;margin:70px auto 0;padding:46px 48px;display:flex;align-items:center;justify-content:space-between;gap:35px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 38px rgba(25,35,40,.06)}.home-cta span{text-transform:uppercase;letter-spacing:.14em;color:var(--sand);font-size:10px;font-weight:800}.home-cta h2{font-size:33px;margin:7px 0}.home-cta p{margin:0;color:var(--muted)}
@media(max-width:900px){.hero-badge{display:none}.travel-grid{grid-template-columns:1fr 1fr}.travel-card:first-child{grid-column:1/-1}.home-map-section{margin-left:18px;margin-right:18px;grid-template-columns:1fr}.gallery-teaser-grid{grid-template-columns:1fr 1fr;height:auto}.gallery-teaser-grid img{height:240px}.home-about{grid-template-columns:1fr;gap:35px}.home-about-image{max-width:600px}.about-stamp{right:16px}.blog-grid{grid-template-columns:1fr 1fr}.blog-card:last-child{grid-column:1/-1}.home-cta{margin-left:18px;margin-right:18px}}
@media(max-width:620px){.hero-home{min-height:610px;background-position:63% center}.hero-home h1{font-size:48px}.hero-home p{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .btn{justify-content:center}.home-feature-strip{grid-template-columns:1fr;margin-top:-28px;padding:10px 18px}.home-feature-strip .feature{border-right:0;border-bottom:1px solid var(--line);padding:20px 8px}.home-feature-strip .feature:last-child{border-bottom:0}.feature p{max-width:280px}.home-stats .stat:not(:last-child):after{display:none}.travel-grid,.blog-grid{grid-template-columns:1fr}.travel-card:first-child,.blog-card:last-child{grid-column:auto}.travel-card{min-height:390px}.home-map-section{padding:25px 20px}.home-map-card{min-height:0}.home-about{margin-bottom:60px}.about-points{grid-template-columns:1fr}.gallery-teaser-head{align-items:flex-start;flex-direction:column}.gallery-teaser-grid{grid-template-columns:1fr 1fr}.gallery-teaser-grid img{height:170px}.home-cta{padding:32px 24px;align-items:flex-start;flex-direction:column}.home-cta h2{font-size:29px}}

/* --- franna.info V3.4 navigation matching reference --- */
.site-header{
  height:auto;
  min-height:80px;
  padding:0;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #eceae6;
  box-shadow:0 2px 12px rgba(28,35,38,.025);
  position:sticky;
  top:0;
  z-index:50;
}
.site-header-inner{
  width:100%;
  min-height:80px;
  display:grid;
  grid-template-columns:245px minmax(0,1fr) 90px;
  align-items:center;
  gap:24px;
  padding:0 clamp(30px,4.1vw,66px);
}
.site-header .brand{
  width:205px;
  height:45px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  line-height:0;
}
.site-header .brand img{
  display:block;
  width:205px;
  height:45px;
  object-fit:contain;
  object-position:left center;
}
.site-header .main-nav{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:clamp(22px,2.6vw,38px);
  height:80px;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}
.site-header .main-nav a{
  position:relative;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#22292d;
  transition:color .2s ease;
}
.site-header .main-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:14px;
  width:0;
  height:2px;
  border-radius:99px;
  background:var(--sand);
  transform:translateX(-50%);
  transition:width .22s ease;
}
.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible,
.site-header .main-nav a.active{
  color:#111719;
}
.site-header .main-nav a:hover::after,
.site-header .main-nav a:focus-visible::after{
  width:72%;
}
.site-header .main-nav a.active::after{
  width:100%;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.header-icon{
  width:24px;
  height:34px;
  padding:0;
  border:0;
  background:transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
  position:relative;
}
.header-icon img{
  width:19px;
  height:19px;
  object-fit:contain;
  opacity:.84;
  transition:transform .2s ease,opacity .2s ease;
}
.header-icon:hover img,
.header-icon:focus-visible img{
  opacity:1;
  transform:translateY(-1px) scale(1.08);
}
.header-icon::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:0;
  height:2px;
  background:var(--sand);
  transform:translateX(-50%);
  transition:width .2s ease;
}
.header-icon:hover::after,
.header-icon:focus-visible::after{width:18px}
.header-search{
  position:absolute;
  top:100%;
  right:clamp(30px,4.1vw,66px);
  width:min(440px,calc(100vw - 36px));
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:0 0 10px 10px;
  box-shadow:0 18px 40px rgba(25,35,40,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  transition:.2s ease;
}
.header-search.open{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.header-search label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:700;
  color:var(--muted);
}
.header-search-row{display:flex;gap:8px}
.header-search input{
  min-width:0;
  flex:1;
  border:1px solid var(--line);
  border-radius:6px;
  padding:11px 12px;
  font:inherit;
  outline:none;
}
.header-search input:focus{border-color:var(--sand);box-shadow:0 0 0 3px rgba(182,139,76,.12)}
.header-search button{
  border:0;
  border-radius:6px;
  padding:0 16px;
  background:var(--sand);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  padding:8px;
  place-items:center;
  cursor:pointer;
}
.menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:4px auto;
  border-radius:99px;
  background:var(--ink);
  transition:.2s ease;
}
.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:1180px){
  .site-header-inner{grid-template-columns:215px minmax(0,1fr) 76px;gap:14px;padding:0 24px}
  .site-header .brand,.site-header .brand img{width:185px;height:auto}
  .site-header .main-nav{gap:20px;font-size:13px}
}
@media(max-width:980px){
  .site-header{min-height:70px}
  .site-header-inner{min-height:70px;grid-template-columns:1fr auto auto;gap:12px;padding:0 18px}
  .site-header .brand{width:170px;height:auto}
  .site-header .brand img{width:170px;height:auto}
  .menu-toggle{display:block;grid-column:3}
  .header-actions{grid-column:2;grid-row:1;gap:12px}
  .site-header .main-nav{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    height:auto;
    padding:10px 22px 22px;
    background:#fff;
    border-top:1px solid #f0ede8;
    box-shadow:0 18px 35px rgba(25,35,40,.10);
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .site-header .main-nav.open{display:flex}
  .site-header .main-nav a{
    height:46px;
    justify-content:flex-start;
    border-bottom:1px solid #f2efe9;
    font-size:14px;
  }
  .site-header .main-nav a::after{
    left:0;
    bottom:8px;
    transform:none;
  }
  .site-header .main-nav a.active::after,
  .site-header .main-nav a:hover::after{width:34px}
  .header-search{right:18px;top:70px}
}
@media(max-width:520px){
  .site-header-inner{padding:0 14px}
  .site-header .brand,.site-header .brand img{width:150px}
  .header-actions{gap:8px}
  .header-icon{width:22px}
}

/* V3.6 – Länderkarte wie im Design-Mockup */
.world-choropleth{width:100%;height:auto;display:block;overflow:visible}
.world-choropleth .country-shape{fill:#d7d6d2;stroke:#f8f6f1;stroke-width:1.15;vector-effect:non-scaling-stroke;transition:fill .2s ease,filter .2s ease}
.world-choropleth .country-shape.is-visited{fill:#b98b4d}
@media(hover:hover) and (pointer:fine){.world-choropleth .country-shape:hover{filter:brightness(.94)}}

.map-page-shell{max-width:1180px;margin:0 auto;padding:54px 22px 90px}
.map-showcase{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 36px rgba(25,35,40,.055)}
.map-showcase-head{padding:34px 38px 10px}
.map-showcase-head h1{font:600 35px/1.1 Georgia,'Times New Roman',serif;margin:0 0 6px}
.map-showcase-head p{margin:0;color:var(--muted);font-size:14px}
.choropleth-stage{position:relative;padding:22px 34px 30px;min-height:430px;display:flex;align-items:center;justify-content:center}
.choropleth-map{width:100%;max-width:1010px}
.map-count-card{position:absolute;left:34px;bottom:32px;min-width:142px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px 20px;box-shadow:0 8px 26px rgba(27,35,39,.09);text-align:center}
.map-count-card b{display:block;font:600 43px/1 Georgia,'Times New Roman',serif;color:#111;margin-bottom:7px}
.map-count-card span{font-size:12px;font-weight:700;color:#4e565a}
.map-legend{position:absolute;right:34px;bottom:32px;display:flex;gap:16px;align-items:center;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);font-size:10px}
.map-legend span{display:flex;align-items:center;gap:6px}.map-legend i{display:inline-block;width:12px;height:12px;border-radius:3px;border:1px solid rgba(0,0,0,.04)}.legend-visited{background:#b98b4d}.legend-open{background:#d7d6d2}
.visited-countries-section{border-top:1px solid var(--line);padding:30px 38px 38px}
.visited-countries-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.visited-countries-head h2{font:600 28px/1.1 Georgia,'Times New Roman',serif;margin:0 0 5px}.visited-countries-head p{margin:0;color:var(--muted);font-size:13px}.visited-total{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#88642f;background:#f7efe4;padding:7px 10px;border-radius:999px}
.visited-country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.visited-country-card{min-width:0;display:flex;align-items:center;gap:13px;padding:15px 16px;background:#fff;border:1px solid #ece8e0;border-radius:10px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.visited-country-card.country-extra{display:none}.visited-country-grid.show-all .visited-country-card.country-extra{display:flex}
@media(hover:hover) and (pointer:fine){.visited-country-card:hover{transform:translateY(-2px);border-color:#d9c7aa;box-shadow:0 8px 20px rgba(27,35,39,.055)}}
.country-flag{flex:0 0 38px;width:38px;height:32px;display:grid;place-items:center;font-size:25px;background:#f8f6f1;border:1px solid #eee9df;border-radius:7px;line-height:1}
.visited-country-card strong{display:block;font-size:13px;line-height:1.25}.visited-country-card span{display:block;font-size:10px;color:var(--muted);margin-top:4px}.country-list-action{text-align:center;margin-top:25px}.country-toggle{min-width:180px;margin-top:0}

.home-world-map{position:absolute;inset:18px 16px 12px;background:none!important;opacity:1;display:flex;align-items:center;justify-content:center}.home-world-map .world-choropleth{width:100%;height:auto}.home-map-card{background:#fff}
.home-world-map .world-choropleth .country-shape{stroke-width:.8}

@media(max-width:760px){.map-page-shell{padding:28px 14px 60px}.map-showcase{border-radius:12px}.map-showcase-head{padding:25px 22px 4px}.map-showcase-head h1{font-size:30px}.choropleth-stage{padding:20px 16px 92px;min-height:0}.map-count-card{left:18px;bottom:20px;min-width:122px;padding:13px 15px}.map-count-card b{font-size:35px}.map-legend{right:18px;bottom:22px;gap:9px;padding:7px 9px}.visited-countries-section{padding:25px 20px 28px}.visited-countries-head{align-items:flex-start;flex-direction:column;gap:10px}.visited-country-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.map-legend{display:none}.choropleth-stage{padding-bottom:88px}.visited-country-grid{grid-template-columns:1fr}.country-flag{width:42px;flex-basis:42px}.visited-country-card{padding:14px 15px}}


/* V3.8 – „Unsere Reisen“ auf der Startseite wie im Referenzdesign */
.home-trips-section{max-width:1180px;margin:42px auto 72px;padding:34px;background:#fff;border:1px solid #ebe7df;border-radius:16px;box-shadow:0 12px 34px rgba(25,35,40,.055)}
.home-trips-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:19px}
.home-trips-head h2{font:600 35px/1.1 Georgia,'Times New Roman',serif;margin:0 0 5px;color:#18242b}
.home-trips-head p{margin:0;color:var(--muted);font-size:13px}
.trip-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}
.trip-filter{appearance:none;border:1px solid #ece8e1;background:#fff;color:#343c40;border-radius:6px;min-height:36px;padding:7px 14px;font:600 12px/1.2 system-ui,-apple-system,'Segoe UI',Arial,sans-serif;cursor:pointer;position:relative;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.trip-filter::after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:2px;border-radius:99px;background:var(--sand);transform:translateX(-50%);transition:width .2s ease}
.trip-filter:hover,.trip-filter:focus-visible{border-color:#d8c5a7;color:#76562c;outline:none}
.trip-filter.is-active{background:#fbfaf7;border-color:#e2ddd3;color:#3b352d}
.trip-filter.is-active::after{width:24px}
.trip-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.trip-overview-card{min-width:0;background:#fff;border:1px solid #e8e4dc;border-radius:9px;overflow:hidden;box-shadow:0 4px 14px rgba(25,35,40,.025);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,opacity .18s ease}
.trip-overview-card[hidden]{display:none!important}
.trip-overview-image{position:relative;aspect-ratio:1.55/1;overflow:hidden;background:#eceae4}
.trip-overview-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.trip-country-badge{position:absolute;left:10px;bottom:10px;max-width:calc(100% - 20px);padding:5px 9px;border-radius:5px;background:#bc8e4e;color:#fff;font-size:10px;font-weight:700;line-height:1.2;box-shadow:0 3px 10px rgba(42,31,17,.16);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trip-overview-body{padding:14px 13px 16px;min-height:113px}
.trip-country-name{font-size:11px;color:#59646a;margin-bottom:5px}
.trip-overview-card h3{font:600 16px/1.28 Georgia,'Times New Roman',serif;margin:0 0 7px;color:#202b31;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trip-date{font-size:10px;color:#707a7f}
.trip-filter-empty{margin-top:18px;border:1px dashed #ddd5c8;border-radius:9px;padding:22px;text-align:center;color:var(--muted);font-size:13px;background:#fff}
@media(hover:hover) and (pointer:fine){.trip-overview-card:hover{transform:translateY(-4px);border-color:#d9c8ad;box-shadow:0 13px 30px rgba(25,35,40,.09)}.trip-overview-card:hover .trip-overview-image img{transform:scale(1.035)}}
@media(max-width:820px){.home-trips-section{margin:30px 18px 60px;padding:28px}.trip-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trips-head{align-items:flex-start}.home-trips-head .text-link{margin-top:9px}}
@media(max-width:560px){.home-trips-section{margin:24px 12px 48px;padding:22px 14px 24px;border-radius:12px}.home-trips-head{display:block}.home-trips-head .text-link{display:inline-block;margin-top:10px}.home-trips-head h2{font-size:31px}.trip-filter-bar{gap:7px;flex-wrap:nowrap;overflow-x:auto;padding:0 2px 8px;scrollbar-width:thin}.trip-filter{flex:0 0 auto;min-height:38px}.trip-card-grid{grid-template-columns:1fr;gap:14px}.trip-overview-image{aspect-ratio:1.65/1}.trip-overview-body{min-height:0;padding:14px 14px 16px}.trip-overview-card h3{font-size:18px;white-space:normal}.trip-country-badge{font-size:11px}}

/* V3.9 – Weltkarte auf der Startseite wie im Referenzdesign */
.home-map-showcase{max-width:1180px;margin:0 auto 72px;padding:0;background:#fff;border:1px solid #e9e5dd;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(25,35,40,.05)}
.home-map-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:31px 34px 20px;border-bottom:1px solid #eeeae3}
.home-map-showcase-head h2{font:600 34px/1.1 Georgia,'Times New Roman',serif;margin:0 0 5px}.home-map-showcase-head p{margin:0;color:var(--muted);font-size:13px}
.home-map-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.72fr);min-height:420px}
.home-map-visual{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;padding:34px 34px 66px;background:#fbfaf7;border-right:1px solid #eeeae3;overflow:hidden}
.home-world-map-v39{width:100%;max-width:740px}.home-world-map-v39 .world-choropleth{width:100%;height:auto}.home-world-map-v39 .country-shape{stroke-width:.75}
.home-map-count{position:absolute;left:34px;bottom:28px;min-width:130px;background:#fff;border:1px solid #e7e2da;border-radius:9px;padding:12px 18px;text-align:center;box-shadow:0 7px 20px rgba(25,35,40,.075)}
.home-map-count b{display:block;font:600 32px/1 Georgia,'Times New Roman',serif;color:#171d20;margin-bottom:5px}.home-map-count span{font-size:10px;color:#59656b;font-weight:700}
.home-map-legend{position:absolute;right:32px;bottom:30px;display:flex;gap:13px;font-size:10px;color:#6f797e}.home-map-legend span{display:flex;align-items:center;gap:5px}.home-map-legend i{width:10px;height:10px;border-radius:2px;display:inline-block}
.home-country-panel{padding:28px 26px 24px;min-width:0;background:#fff;display:flex;flex-direction:column}.home-country-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.home-country-panel-head h3{font:600 24px/1.1 Georgia,'Times New Roman',serif;margin:0}.home-country-panel-head>span{font-size:10px;font-weight:800;color:#88642f;background:#f7efe4;padding:6px 8px;border-radius:999px;white-space:nowrap}
.home-country-grid{display:grid;grid-template-columns:1fr;gap:9px}.home-country-card{display:flex;align-items:center;gap:11px;padding:10px 11px;border:1px solid #ece8e0;border-radius:8px;background:#fff;min-width:0}.home-country-card.country-extra{display:none}.home-country-grid.show-all .home-country-card.country-extra{display:flex}.home-country-flag{width:38px;height:29px;flex:0 0 38px;display:grid;place-items:center;border:1px solid #ebe7df;border-radius:5px;background:#f8f6f1;font-size:23px;line-height:1;overflow:hidden}.home-country-card strong{display:block;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-country-card small{display:block;margin-top:3px;color:#8a9499;font-size:9px}.home-country-toggle{margin-top:16px;min-height:38px;border:1px solid #d8c9b1;border-radius:6px;background:#b68b4c;color:#fff;font:700 11px system-ui,-apple-system,'Segoe UI',Arial,sans-serif;cursor:pointer}.home-country-toggle:hover{background:#a77d43}.home-country-admin-note{margin-top:13px;font-size:10px;text-align:center;color:#76562d;font-weight:700}
@media(hover:hover) and (pointer:fine){.home-country-card{transition:transform .18s ease,border-color .18s ease}.home-country-card:hover{transform:translateY(-1px);border-color:#d9c7aa}}
@media(max-width:900px){.home-map-showcase{margin-left:18px;margin-right:18px}.home-map-layout{grid-template-columns:1fr}.home-map-visual{border-right:0;border-bottom:1px solid #eeeae3;min-height:380px}.home-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.home-map-showcase{margin:0 12px 52px;border-radius:12px}.home-map-showcase-head{padding:24px 18px 17px;align-items:flex-start;flex-direction:column;gap:8px}.home-map-showcase-head h2{font-size:30px}.home-map-visual{min-height:0;padding:26px 13px 82px}.home-map-count{left:15px;bottom:22px;padding:11px 14px;min-width:116px}.home-map-count b{font-size:28px}.home-map-legend{right:14px;bottom:25px;gap:8px}.home-country-panel{padding:23px 17px}.home-country-grid{grid-template-columns:1fr}.home-country-card.country-extra{display:none}.home-country-grid.show-all .home-country-card.country-extra{display:flex}}
.world-choropleth .country-micro-marker circle{fill:#b98b4d;stroke:#fff;stroke-width:1.4;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 1px rgba(0,0,0,.12))}.home-world-map-v39 .country-micro-marker circle{stroke-width:1.1}

/* V3.10: echte lokale Flaggenbilder statt Unicode-Länderkürzel */
.country-flag-image{display:block;width:100%;height:100%;object-fit:contain}
.home-country-flag,.country-flag{padding:3px;background:#fff}
.home-country-flag .country-flag-image,.country-flag .country-flag-image{width:100%;height:100%;object-fit:contain}
.trip-country-badge{display:inline-flex;align-items:center;gap:6px}
.trip-country-badge .country-flag-image{width:18px;height:12px;flex:0 0 18px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.country-tag{display:inline-flex;align-items:center;gap:6px}
.country-tag .country-flag-image{width:20px;height:14px;flex:0 0 20px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(80,60,30,.13)}


/* V3.12 – Startseiten-Header: Bild wird direkt aus dem Branding-Setting eingebunden */
.hero-home.hero-reference{
  min-height:570px;
  padding:78px clamp(28px,10.8vw,165px) 112px;
  align-items:center;
  background-color:#17364a;
  background-position:center 52%;
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-home.hero-reference:after{background:linear-gradient(180deg,transparent 64%,rgba(8,22,29,.10))}
.hero-reference .hero-content{max-width:690px}
.hero-reference .hero-content h1{font-size:clamp(50px,5.2vw,76px);font-weight:500;letter-spacing:-.025em;margin:0 0 22px;text-shadow:0 2px 13px rgba(0,0,0,.18)}
.hero-reference .hero-content p{max-width:620px;margin:0;font-size:18px;font-weight:500;line-height:1.55;text-shadow:0 1px 8px rgba(0,0,0,.18)}
.hero-actions-single{margin-top:21px}
.hero-primary-btn{min-width:205px;justify-content:center;padding:14px 25px;margin-top:0;background:#bd9254;border:1px solid rgba(255,255,255,.16);box-shadow:0 5px 14px rgba(0,0,0,.14);font-size:14px}
.hero-primary-btn:hover{background:#a97d43;transform:translateY(-1px)}
.home-feature-strip{max-width:1310px;margin-top:-74px;padding:27px 22px 29px;border-radius:10px;box-shadow:0 13px 33px rgba(25,35,40,.08)}
.home-feature-strip .feature{min-height:150px;padding:8px 26px 5px;border-right:0;justify-content:center}
.home-feature-strip .feature-icon{width:52px;height:52px;margin-bottom:9px;background:transparent}
.home-feature-strip .feature-icon svg{width:34px;height:34px;stroke:#ae8450;stroke-width:1.75}
.home-feature-strip .feature b{min-height:auto;font-size:13px;margin-top:2px}
.home-feature-strip .feature p{max-width:210px;margin-top:5px;font-size:12px;line-height:1.48;color:#323c41}
.home-stats{max-width:1310px;margin:31px auto 38px;padding:26px 18px;border:1px solid #efebe4;border-radius:10px;box-shadow:0 9px 26px rgba(25,35,40,.035)}
.home-stats .stat b{font-size:36px;line-height:1.05;color:#101719}
.home-stats .stat span{display:block;margin-top:7px;font-size:12px;color:#353f44}
.home-stats .memory-infinity{font-family:Georgia,'Times New Roman',serif;font-size:49px;line-height:.78;font-weight:500}
@media(max-width:900px){
  .hero-home.hero-reference{min-height:540px;padding:70px 44px 100px;background-position:62% center}
  .home-feature-strip{margin-left:18px;margin-right:18px;margin-top:-58px;grid-template-columns:repeat(2,1fr);padding:18px}
  .home-feature-strip .feature{min-height:140px}
  .home-stats{margin-left:18px;margin-right:18px}
}
@media(max-width:620px){
  .hero-home.hero-reference{min-height:520px;padding:56px 24px 82px;background-position:65% center}
  .hero-reference .hero-content h1{font-size:44px}
  .hero-reference .hero-content p{font-size:15px;max-width:360px}
  .hero-primary-btn{min-width:175px}
  .home-feature-strip{grid-template-columns:1fr 1fr;margin-top:-42px;padding:12px}
  .home-feature-strip .feature{min-height:150px;padding:14px 8px;border-bottom:0}
  .home-feature-strip .feature:nth-child(odd){border-right:1px solid var(--line)}
  .home-feature-strip .feature:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .home-feature-strip .feature p{font-size:11px}
  .home-stats{grid-template-columns:1fr 1fr;padding:22px 10px;gap:24px 8px}
  .home-stats .stat:not(:last-child):after{display:none}
  .home-stats .stat b{font-size:31px}
  .home-stats .memory-infinity{font-size:43px}
}


/* --- franna.info V3.13: Startseite / Neu im Reiseblog --- */
.home-blog-showcase{
  max-width:1180px;
  margin:44px auto 76px;
  padding:34px 34px 30px;
  background:#fff;
  border:1px solid #ece8e0;
  border-radius:18px;
  box-shadow:0 12px 36px rgba(31,37,40,.045);
}
.home-blog-head{margin:0 0 26px}
.home-blog-head h2{
  margin:0;
  font:600 34px/1.12 Georgia,'Times New Roman',serif;
  color:var(--ink);
}
.home-blog-head p{
  margin:5px 0 0;
  color:#5f696e;
  font-size:14px;
}
.home-blog-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:24px;
  row-gap:26px;
}
.home-blog-card{min-width:0}
.home-blog-image{
  display:block;
  overflow:hidden;
  border-radius:8px;
  background:#eee9df;
  aspect-ratio:1.78/1;
}
.home-blog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.home-blog-card:hover .home-blog-image img{transform:scale(1.025)}
.home-blog-copy{padding:10px 2px 0}
.home-blog-copy h3{
  margin:0 0 5px;
  font:600 20px/1.24 Georgia,'Times New Roman',serif;
  color:#20282d;
}
.home-blog-copy h3 a{transition:color .18s ease}
.home-blog-copy h3 a:hover,.home-blog-copy h3 a:focus-visible{color:#8b6734}
.home-blog-copy p{
  margin:0 0 7px;
  color:#5e686d;
  font-size:14px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-blog-date{
  display:flex;
  align-items:center;
  gap:6px;
  color:#6d7477;
  font-size:12px;
}
.home-blog-date svg{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-blog-more{
  display:flex;
  justify-content:center;
  padding-top:28px;
}
.home-blog-button{
  min-width:196px;
  justify-content:center;
  margin-top:0;
  padding:12px 20px;
  box-shadow:0 4px 10px rgba(87,62,29,.12);
}
@media(max-width:900px){
  .home-blog-showcase{margin-left:18px;margin-right:18px;padding:28px 26px}
}
@media(max-width:680px){
  .home-blog-showcase{margin:34px 14px 58px;padding:24px 18px;border-radius:14px}
  .home-blog-head h2{font-size:29px}
  .home-blog-grid{grid-template-columns:1fr;gap:26px}
  .home-blog-image{aspect-ratio:1.65/1}
  .home-blog-copy h3{font-size:19px}
  .home-blog-button{width:100%}
}

/* --- franna.info V3.14: Startseite / Über uns wie Referenz --- */
.home-about-reference{
  max-width:1180px;
  margin:52px auto 78px;
  background:#fff;
  border:1px solid #ece8e0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(31,37,40,.045);
}
.home-about-reference-head{
  padding:28px 34px 22px;
  border-bottom:1px solid #eeeae3;
}
.home-about-reference-head h2{
  margin:0;
  font:600 34px/1.1 Georgia,'Times New Roman',serif;
  color:#20282d;
}
.home-about-reference-head p{
  margin:5px 0 0;
  font-size:13px;
  color:#616b70;
}
.home-about-reference-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);
  min-height:470px;
}
.home-about-reference-copy{
  padding:42px 42px 38px 48px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.home-about-reference-copy h3{
  margin:0 0 26px;
  font:500 34px/1.35 'Segoe Print','Bradley Hand','Comic Sans MS',cursive;
  color:#20282d;
  letter-spacing:-.025em;
}
.home-about-reference-lead{
  margin:0 0 18px;
  font:600 17px/1.5 Georgia,'Times New Roman',serif;
  color:#293338;
}
.home-about-reference-text{
  margin:0;
  max-width:570px;
  font-size:14px;
  line-height:1.75;
  color:#5e686d;
}
.home-about-reference-button{
  min-width:142px;
  justify-content:center;
  margin-top:24px;
  padding:11px 20px;
  font-size:12px;
  box-shadow:0 4px 12px rgba(95,68,31,.10);
}
.home-about-reference-photo{
  min-width:0;
  background:#eee8df;
}
.home-about-reference-photo img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
  object-position:center;
}
.home-about-reference-features{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #eeeae3;
  padding:24px 24px 21px;
  background:#fff;
}
.home-about-reference-feature{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
  padding:5px 14px;
}
.home-about-reference-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
}
.home-about-reference-icon img{
  width:32px;
  height:32px;
  object-fit:contain;
}
.home-about-reference-feature strong{
  font-size:11px;
  line-height:1.3;
  color:#2f393e;
}
@media(hover:hover) and (pointer:fine){
  .home-about-reference-photo img{transition:transform .55s ease}
  .home-about-reference:hover .home-about-reference-photo img{transform:scale(1.012)}
}
@media(max-width:900px){
  .home-about-reference{margin-left:18px;margin-right:18px}
  .home-about-reference-main{grid-template-columns:1fr 1fr}
  .home-about-reference-copy{padding:34px 30px}
  .home-about-reference-copy h3{font-size:29px}
  .home-about-reference-photo img{min-height:450px}
}
@media(max-width:680px){
  .home-about-reference{margin:38px 14px 58px;border-radius:14px}
  .home-about-reference-head{padding:24px 20px 18px}
  .home-about-reference-head h2{font-size:29px}
  .home-about-reference-main{grid-template-columns:1fr}
  .home-about-reference-copy{padding:30px 22px 32px}
  .home-about-reference-copy h3{font-size:29px;margin-bottom:21px}
  .home-about-reference-lead{font-size:16px}
  .home-about-reference-photo{order:-1}
  .home-about-reference-photo img{min-height:0;aspect-ratio:4/5}
  .home-about-reference-features{grid-template-columns:repeat(2,1fr);gap:20px 8px;padding:22px 15px}
  .home-about-reference-feature{padding:4px 6px}
  .home-about-reference-button{width:100%}
}


/* V3.15 footer inspired by the supplied reference */
.site-footer-reference{margin-top:78px;background:#fbfaf7;color:var(--ink);padding:0;border-top:1px solid #eee9e1;display:block}
.footer-reference-inner{max-width:1540px;margin:0 auto;padding:26px clamp(20px,3.5vw,56px) 22px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:28px;row-gap:18px;align-items:center}
.footer-reference-nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,42px);flex-wrap:wrap;min-width:0}
.footer-reference-nav a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:14px;font-weight:500;color:#242d33;white-space:nowrap;position:relative;transition:color .2s ease}
.footer-reference-nav a img{width:29px;height:29px;object-fit:contain;flex:0 0 29px}
.footer-reference-nav a:after{content:'';position:absolute;left:38px;right:0;bottom:3px;height:1px;background:#b68b4c;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.footer-reference-nav a:hover{color:#9a7652}
.footer-reference-nav a:hover:after{transform:scaleX(1)}
.footer-flight{display:flex;align-items:center;justify-content:flex-end;min-width:210px}
.footer-flight img{width:235px;max-width:100%;height:auto;display:block}
.footer-reference-copy{grid-column:1/-1;margin:0;padding-top:15px;border-top:1px solid #ece7df;color:#777f84;font-size:13px;line-height:1.4}
@media(max-width:1080px){.footer-reference-inner{grid-template-columns:1fr}.footer-flight{justify-content:flex-start;max-width:260px}.footer-reference-copy{grid-column:1}.footer-reference-nav{gap:18px 28px}}
@media(max-width:680px){.site-footer-reference{margin-top:52px}.footer-reference-inner{padding:22px 18px 18px}.footer-reference-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.footer-reference-nav a{font-size:13px}.footer-reference-nav a img{width:27px;height:27px;flex-basis:27px}.footer-flight{width:210px;justify-self:end}.footer-flight img{width:210px}.footer-reference-copy{padding-top:13px}.footer-reference-nav a:after{display:none}}

/* V3.19 – Einzelbeitrag wie Referenz */
.single-post-reference{
  max-width:1040px;
  margin:44px auto 78px;
  padding:0 22px;
}
.single-post-card{
  position:relative;
  background:#fff;
  border:1px solid #eeeae3;
  border-radius:22px;
  padding:30px 34px 34px;
  box-shadow:0 12px 34px rgba(31,37,40,.045);
  overflow:visible;
}
.post-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:#77838a;
  font-size:12px;
  line-height:1.45;
}
.post-breadcrumb a{color:#45697f;font-weight:650}
.post-breadcrumb a:hover{color:#9a7652}
.post-breadcrumb span[aria-hidden="true"]{color:#a8b0b4;font-weight:700}
.single-post-card h1{
  margin:30px 0 9px;
  font:600 clamp(34px,4.6vw,54px)/1.08 Georgia,'Times New Roman',serif;
  letter-spacing:-.025em;
  color:#22292d;
}
.post-breadcrumb-secondary{margin-bottom:24px;color:#6f797e}
.single-post-hero{
  margin:0;
  border-radius:10px;
  overflow:hidden;
  background:#ece8df;
  aspect-ratio:16/8.9;
}
.single-post-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.single-post-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 15px;
  margin:15px 0 22px;
  color:#788287;
  font-size:11px;
}
.single-post-meta span{display:inline-flex;align-items:center;gap:5px}
.single-post-meta svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.single-post-intro{
  margin:0 0 24px;
  max-width:760px;
  font-size:18px;
  line-height:1.55;
  font-weight:700;
  color:#3d474c;
}
.single-post-content{
  color:#465158;
  font-size:16px;
  line-height:1.72;
}
.single-post-content p{margin:0 0 18px}
.single-post-content h2{
  margin:29px 0 9px;
  font:700 22px/1.25 system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  color:#333d42;
}
.single-post-content h3{
  margin:25px 0 8px;
  font:700 19px/1.3 system-ui,-apple-system,'Segoe UI',Arial,sans-serif;
  color:#333d42;
}
.single-post-content blockquote{
  margin:28px 0;
  padding:4px 0 4px 18px;
  border-left:3px solid #b68b4c;
  color:#59656b;
  font-size:17px;
}
.single-post-content img{
  width:100%;
  height:auto;
  border-radius:10px;
  margin:24px 0;
}
.single-post-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}
.single-post-gallery figure{
  margin:0;
  min-width:0;
  border-radius:9px;
  overflow:hidden;
  background:#eee9e1;
  aspect-ratio:1/1.08;
}
.single-post-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.single-post-gallery figure:hover img{transform:scale(1.025)}
.single-post-flight{
  position:absolute;
  left:-56px;
  bottom:-29px;
  width:148px;
  height:auto;
  pointer-events:none;
  opacity:.95;
}
@media(max-width:760px){
  .single-post-reference{margin:24px auto 52px;padding:0 14px}
  .single-post-card{border-radius:16px;padding:24px 18px 28px}
  .single-post-card h1{margin-top:22px;font-size:36px}
  .single-post-hero{aspect-ratio:16/10.5}
  .single-post-intro{font-size:17px}
  .single-post-content{font-size:15px}
  .single-post-gallery{grid-template-columns:repeat(3,1fr);gap:7px}
  .single-post-flight{display:none}
}
@media(max-width:480px){
  .single-post-card{padding-left:15px;padding-right:15px}
  .single-post-card h1{font-size:31px}
  .post-breadcrumb{font-size:10px;gap:5px}
  .single-post-meta{gap:8px 11px}
  .single-post-gallery{grid-template-columns:1fr}
  .single-post-gallery figure{aspect-ratio:16/10}
}

/* V3.20 – Autor im Einzelbeitrag */
.single-post-author{margin:34px auto 4px;padding-top:25px;border-top:1px solid #ece8e1;display:grid;justify-items:center;text-align:center;gap:8px;max-width:360px}.single-post-author-label{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#9a7652;font-weight:800}.single-post-author-avatar{width:78px;height:78px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#17364a;color:#fff;font-size:22px;font-weight:800;border:4px solid #f4f0e9}.single-post-author strong{font:600 18px/1.2 Georgia,'Times New Roman',serif;color:#333b40}.single-post-author-placeholder{font-family:system-ui,-apple-system,'Segoe UI',Arial,sans-serif}


/* V3.21 – Vorheriger/Nächster Beitrag & drei weitere Blogvorschauen */
.single-post-pager{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:34px 0 0;
  padding-top:28px;
  border-top:1px solid #ece8e1;
}
.single-post-pager-link{
  min-width:0;
  min-height:100px;
  padding:18px 20px;
  border:1px solid #e8e3db;
  border-radius:12px;
  background:#fbfaf7;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.single-post-pager-next{text-align:right;align-items:flex-end}
.single-post-pager-direction{
  color:#9a7652;
  font-size:10px;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
}
.single-post-pager-link strong{
  max-width:360px;
  font:600 17px/1.3 Georgia,'Times New Roman',serif;
  color:#30393e;
}
.single-post-related{
  margin-top:46px;
  padding-top:4px;
}
.single-post-related-head{text-align:center;margin-bottom:20px}
.single-post-related-head .eyebrow{display:block;margin-bottom:4px}
.single-post-related-head h2{
  margin:0;
  font:600 29px/1.2 Georgia,'Times New Roman',serif;
  color:#293237;
}
.single-post-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.single-post-related-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #ece7df;
  border-radius:11px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.single-post-related-card figure{
  margin:0;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#eee9e1;
}
.single-post-related-card figure img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .35s ease;
}
.single-post-related-body{padding:13px 14px 15px}
.single-post-related-country{
  display:block;
  margin-bottom:5px;
  color:#9a7652;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.single-post-related-card h3{
  margin:0 0 8px;
  font:600 16px/1.3 Georgia,'Times New Roman',serif;
  color:#30393e;
}
.single-post-related-card time{font-size:10px;color:#8a9397}
@media(hover:hover) and (pointer:fine){
  .single-post-pager-link:hover,.single-post-related-card:hover{
    transform:translateY(-3px);
    border-color:#d9c9b2;
    box-shadow:0 10px 24px rgba(31,37,40,.08);
  }
  .single-post-pager-link:hover{background:#fff}
  .single-post-related-card:hover figure img{transform:scale(1.035)}
}
@media(max-width:760px){
  .single-post-pager{grid-template-columns:1fr;gap:10px;margin-top:28px;padding-top:22px}
  .single-post-pager-spacer{display:none}
  .single-post-pager-next{text-align:left;align-items:flex-start}
  .single-post-related{margin-top:36px}
  .single-post-related-grid{grid-template-columns:1fr;gap:12px}
  .single-post-related-card{display:grid;grid-template-columns:132px minmax(0,1fr)}
  .single-post-related-card figure{aspect-ratio:1/1;height:100%}
  .single-post-related-head h2{font-size:26px}
}
@media(max-width:420px){
  .single-post-related-card{grid-template-columns:110px minmax(0,1fr)}
  .single-post-related-body{padding:11px 12px}
  .single-post-related-card h3{font-size:15px}
}

/* V3.22 – reduzierte Pfeilnavigation & kompakte Mini-Blogvorschauen */
.single-post-pager{display:none!important}
.single-post-side-nav{position:static}
.single-post-side-arrow{
  position:absolute;
  top:50%;
  z-index:8;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:72px;
  color:#758087;
  background:transparent;
  border:0;
  font:300 42px/1 Georgia,'Times New Roman',serif;
  transform:translateY(-50%);
  transition:color .2s ease,transform .2s ease,opacity .2s ease;
  opacity:.72;
}
.single-post-side-prev{left:-58px}
.single-post-side-next{right:-58px}
.single-post-side-arrow:focus-visible{
  outline:2px solid #b68b4c;
  outline-offset:3px;
  border-radius:6px;
}
.single-post-related{
  width:100%;
  margin:34px 0 0;
  padding-top:24px;
  border-top:1px solid #ece8e1;
}
.single-post-related-head{
  text-align:left;
  margin:0 0 13px;
}
.single-post-related-head .eyebrow{display:none}
.single-post-related-head h2{
  margin:0;
  font:600 18px/1.25 Georgia,'Times New Roman',serif;
  color:#384247;
}
.single-post-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  width:100%;
}
.single-post-related-card{
  min-width:0;
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  align-items:stretch;
  overflow:hidden;
  border:1px solid #ece7df;
  border-radius:8px;
  background:#fff;
  box-shadow:none;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.single-post-related-card figure{
  margin:0;
  width:84px;
  min-height:76px;
  aspect-ratio:auto;
  overflow:hidden;
  background:#eee9e1;
}
.single-post-related-card figure img{
  width:100%;
  height:100%;
  min-height:76px;
  object-fit:cover;
  transition:transform .3s ease;
}
.single-post-related-body{
  min-width:0;
  padding:9px 10px 9px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.single-post-related-country{
  margin-bottom:3px;
  font-size:8px;
  letter-spacing:.08em;
}
.single-post-related-card h3{
  margin:0 0 5px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  font:600 12px/1.28 Georgia,'Times New Roman',serif;
  color:#30393e;
}
.single-post-related-card time{
  margin-top:auto;
  font-size:8.5px;
  line-height:1.2;
  color:#929a9e;
}
@media(hover:hover) and (pointer:fine){
  .single-post-side-arrow:hover{
    color:#b68b4c;
    opacity:1;
  }
  .single-post-side-prev:hover{transform:translate(-5px,-50%)}
  .single-post-side-next:hover{transform:translate(5px,-50%)}
  .single-post-related-card:hover{
    transform:translateY(-2px);
    border-color:#d9c9b2;
    background:#fdfcf9;
    box-shadow:none;
  }
  .single-post-related-card:hover figure img{transform:scale(1.04)}
}
@media(max-width:1180px){
  .single-post-side-prev{left:8px}
  .single-post-side-next{right:8px}
  .single-post-side-arrow{
    top:340px;
    width:34px;
    height:56px;
    color:#fff;
    background:rgba(22,34,42,.36);
    border-radius:5px;
    font-size:34px;
    opacity:.9;
    text-shadow:0 1px 4px rgba(0,0,0,.28);
  }
}
@media(max-width:760px){
  .single-post-side-arrow{top:300px}
  .single-post-related{margin-top:30px;padding-top:20px}
  .single-post-related-head h2{font-size:17px}
  .single-post-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .single-post-related-card{display:block;border-radius:7px}
  .single-post-related-card figure{width:100%;min-height:0;aspect-ratio:4/3}
  .single-post-related-card figure img{min-height:0}
  .single-post-related-body{padding:7px}
  .single-post-related-country{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .single-post-related-card h3{font-size:10.5px;margin-bottom:4px}
  .single-post-related-card time{font-size:7.5px}
}
@media(max-width:480px){
  .single-post-side-arrow{top:275px;width:30px;height:48px;font-size:29px}
  .single-post-side-prev{left:4px}
  .single-post-side-next{right:4px}
  .single-post-related-grid{gap:5px}
  .single-post-related-body{padding:6px 5px}
  .single-post-related-card h3{font-size:9.5px;line-height:1.25}
  .single-post-related-country,.single-post-related-card time{font-size:6.8px}
}

/* V3.23 – Navigation und Mini-Kacheln wirklich außerhalb des Artikelkastens */
.single-post-reference{
  max-width:1180px;
  padding-left:70px;
  padding-right:70px;
}
.single-post-layout{
  position:relative;
  width:100%;
  max-width:996px;
  margin:0 auto;
}
.single-post-layout .single-post-card{
  width:100%;
}
.single-post-side-nav{
  position:absolute;
  inset:0;
  z-index:9;
  pointer-events:none;
}
.single-post-side-arrow{
  position:absolute;
  top:50%;
  width:44px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  background:transparent;
  border:0;
  border-radius:8px;
  opacity:.72;
  pointer-events:auto;
  transition:opacity .18s ease,background .18s ease;
}
.single-post-side-prev{left:-62px}
.single-post-side-next{right:-62px}
.single-post-side-arrow img{
  display:block;
  width:28px;
  height:28px;
  transition:filter .18s ease,opacity .18s ease;
  opacity:.82;
}
.single-post-side-arrow:focus-visible{
  outline:2px solid #9a7652;
  outline-offset:3px;
}
@media(hover:hover) and (pointer:fine){
  .single-post-side-arrow:hover{
    opacity:1;
    background:#f5f2ec;
    transform:translateY(-50%);
  }
  .single-post-side-prev:hover,.single-post-side-next:hover{transform:translateY(-50%)}
  .single-post-side-arrow:hover img{
    filter:brightness(.42);
    opacity:1;
  }
}
.single-post-related-outside{
  width:100%;
  max-width:996px;
  margin:22px auto 0;
  padding:0;
  border:0;
}
.single-post-related-outside .single-post-related-head{
  margin:0 0 9px;
  text-align:left;
}
.single-post-related-outside .single-post-related-head h2{
  margin:0;
  font:600 15px/1.25 Georgia,'Times New Roman',serif;
  color:#4c5559;
}
.single-post-related-outside .single-post-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.single-post-related-outside .single-post-related-card{
  min-width:0;
  height:86px;
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  border:1px solid #ece8e1;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
  box-shadow:none;
}
.single-post-related-outside .single-post-related-card figure{
  width:104px;
  height:86px;
  min-height:86px;
  aspect-ratio:auto;
  margin:0;
  border-radius:0;
}
.single-post-related-outside .single-post-related-card figure img{
  width:100%;
  height:100%;
  min-height:86px;
  object-fit:cover;
}
.single-post-related-outside .single-post-related-body{
  min-width:0;
  padding:9px 10px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.single-post-related-outside .single-post-related-country{
  margin:0 0 3px;
  font-size:7.5px;
  line-height:1.1;
  letter-spacing:.08em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.single-post-related-outside .single-post-related-card h3{
  margin:0 0 4px;
  font:600 11.5px/1.22 Georgia,'Times New Roman',serif;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.single-post-related-outside .single-post-related-card time{
  margin-top:auto;
  font-size:7.5px;
  line-height:1.1;
  color:#959da1;
}
@media(hover:hover) and (pointer:fine){
  .single-post-related-outside .single-post-related-card:hover{
    transform:none;
    border-color:#d7cbbd;
    background:#faf8f4;
  }
  .single-post-related-outside .single-post-related-card:hover figure img{transform:scale(1.025)}
}
@media(max-width:1120px){
  .single-post-reference{padding-left:54px;padding-right:54px}
  .single-post-side-prev{left:-48px}
  .single-post-side-next{right:-48px}
}
@media(max-width:760px){
  .single-post-reference{padding-left:42px;padding-right:42px}
  .single-post-side-arrow{
    top:50%;
    width:34px;
    height:48px;
    background:transparent;
    opacity:.75;
  }
  .single-post-side-prev{left:-38px}
  .single-post-side-next{right:-38px}
  .single-post-side-arrow img{width:23px;height:23px}
  .single-post-related-outside{margin-top:16px}
  .single-post-related-outside .single-post-related-grid{gap:6px}
  .single-post-related-outside .single-post-related-card{
    height:auto;
    min-height:0;
    display:block;
  }
  .single-post-related-outside .single-post-related-card figure{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:16/9;
  }
  .single-post-related-outside .single-post-related-card figure img{min-height:0}
  .single-post-related-outside .single-post-related-body{padding:6px 7px 7px}
  .single-post-related-outside .single-post-related-card h3{font-size:9.5px}
  .single-post-related-outside .single-post-related-country,
  .single-post-related-outside .single-post-related-card time{font-size:6.5px}
}
@media(max-width:480px){
  .single-post-reference{padding-left:34px;padding-right:34px}
  .single-post-side-prev{left:-31px}
  .single-post-side-next{right:-31px}
  .single-post-side-arrow{width:28px;height:42px}
  .single-post-side-arrow img{width:20px;height:20px}
  .single-post-related-outside .single-post-related-grid{gap:5px}
  .single-post-related-outside .single-post-related-head h2{font-size:14px}
  .single-post-related-outside .single-post-related-body{padding:5px}
  .single-post-related-outside .single-post-related-card h3{font-size:8.8px;line-height:1.18}
  .single-post-related-outside .single-post-related-country,
  .single-post-related-outside .single-post-related-card time{font-size:6px}
}

/* V3.24 – Blog-Einzelansicht: Pfeile wirklich links/rechts, Mini-Kacheln in eigenem Kasten */
.single-post-reference{
  width:100%;
  max-width:1160px;
  margin:44px auto 78px;
  padding:0 18px;
}
.single-post-frame{
  width:100%;
  display:grid;
  grid-template-columns:34px minmax(0,996px) 34px;
  column-gap:18px;
  align-items:center;
  justify-content:center;
}
.single-post-frame > .single-post-card{
  grid-column:2;
  width:100%;
  min-width:0;
}
.single-post-nav-slot{
  width:34px;
  min-width:34px;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
}
.single-post-nav-slot-prev{grid-column:1;grid-row:1}
.single-post-nav-slot-next{grid-column:3;grid-row:1}
.single-post-side-arrow{
  position:static !important;
  inset:auto !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:28px !important;
  height:46px !important;
  min-width:28px;
  flex:0 0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:0;
  border:0;
  border-radius:7px;
  background:transparent !important;
  transform:none !important;
  opacity:.72;
  pointer-events:auto;
  transition:opacity .18s ease;
}
.single-post-side-arrow img{
  display:block;
  width:15px !important;
  height:26px !important;
  max-width:15px !important;
  max-height:26px !important;
  object-fit:contain;
  opacity:1;
  filter:none;
  transition:filter .18s ease,opacity .18s ease;
}
.single-post-side-arrow:focus-visible{
  outline:2px solid #9a7652;
  outline-offset:3px;
}
@media(hover:hover) and (pointer:fine){
  .single-post-side-arrow:hover{
    opacity:1;
    transform:none !important;
    background:transparent !important;
  }
  .single-post-side-arrow:hover img{
    filter:brightness(.38);
    opacity:1;
    transform:none !important;
  }
}
.single-post-related-box{
  width:calc(100% - 104px);
  max-width:996px;
  margin:18px auto 0;
  padding:13px 14px 14px;
  border:1px solid #eeeae3;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(31,37,40,.035);
}
.single-post-related-box .single-post-related-head{
  margin:0 0 9px;
  padding:0;
  text-align:left;
}
.single-post-related-box .single-post-related-head h2{
  margin:0;
  font:600 14px/1.2 Georgia,'Times New Roman',serif;
  color:#454e53;
}
.single-post-related-box .single-post-related-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100%;
}
.single-post-related-box .single-post-related-card{
  min-width:0;
  height:72px;
  display:grid !important;
  grid-template-columns:88px minmax(0,1fr) !important;
  align-items:stretch;
  overflow:hidden;
  border:1px solid #ece8e1;
  border-radius:7px;
  background:#fbfaf7;
  box-shadow:none;
  transform:none;
}
.single-post-related-box .single-post-related-card figure{
  width:88px !important;
  height:72px !important;
  min-height:72px !important;
  aspect-ratio:auto !important;
  margin:0;
  overflow:hidden;
  background:#eee9e1;
}
.single-post-related-box .single-post-related-card figure img{
  display:block;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover;
}
.single-post-related-box .single-post-related-body{
  min-width:0;
  padding:6px 7px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
}
.single-post-related-box .single-post-related-country{
  display:block;
  margin:0 0 2px;
  font-size:6.5px !important;
  line-height:1.1;
  letter-spacing:.07em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.single-post-related-box .single-post-related-card h3{
  margin:0 0 3px;
  font:600 9.5px/1.16 Georgia,'Times New Roman',serif !important;
  color:#30393e;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.single-post-related-box .single-post-related-card time{
  margin-top:auto;
  font-size:6.5px !important;
  line-height:1.1;
  color:#959da1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(hover:hover) and (pointer:fine){
  .single-post-related-box .single-post-related-card:hover{
    transform:none !important;
    border-color:#d4c8b8;
    background:#f7f4ee;
    box-shadow:none !important;
  }
  .single-post-related-box .single-post-related-card:hover figure img{transform:scale(1.025)}
}
@media(max-width:820px){
  .single-post-reference{padding:0 10px}
  .single-post-frame{
    grid-template-columns:24px minmax(0,1fr) 24px;
    column-gap:6px;
  }
  .single-post-nav-slot{width:24px;min-width:24px}
  .single-post-side-arrow{width:22px !important;height:40px !important;min-width:22px}
  .single-post-side-arrow img{width:12px !important;height:22px !important;max-width:12px !important;max-height:22px !important}
  .single-post-related-box{width:calc(100% - 60px);padding:10px}
  .single-post-related-box .single-post-related-grid{gap:5px !important}
  .single-post-related-box .single-post-related-card{
    height:auto;
    display:block !important;
  }
  .single-post-related-box .single-post-related-card figure{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16/9 !important;
  }
  .single-post-related-box .single-post-related-body{padding:5px !important}
  .single-post-related-box .single-post-related-card h3{font-size:8.5px !important}
  .single-post-related-box .single-post-related-country,
  .single-post-related-box .single-post-related-card time{font-size:6px !important}
}
@media(max-width:480px){
  .single-post-frame{grid-template-columns:20px minmax(0,1fr) 20px;column-gap:4px}
  .single-post-nav-slot{width:20px;min-width:20px}
  .single-post-side-arrow{width:18px !important;height:34px !important;min-width:18px}
  .single-post-side-arrow img{width:10px !important;height:18px !important;max-width:10px !important;max-height:18px !important}
  .single-post-related-box{width:calc(100% - 48px);padding:8px}
  .single-post-related-box .single-post-related-head h2{font-size:12px}
  .single-post-related-box .single-post-related-grid{gap:4px !important}
  .single-post-related-box .single-post-related-card h3{font-size:7.5px !important;-webkit-line-clamp:2}
  .single-post-related-box .single-post-related-country,
  .single-post-related-box .single-post-related-card time{font-size:5.5px !important}
}


/* V3.25: groessere seitliche Blog-Navigationsicons */
@media(min-width:821px){
  .single-post-reference{max-width:1210px}
  .single-post-frame{grid-template-columns:72px minmax(0,996px) 72px;column-gap:16px}
  .single-post-nav-slot{width:72px;min-width:72px}
  .single-post-side-arrow{width:68px !important;height:116px !important;min-width:68px;flex-basis:68px;opacity:.72}
  .single-post-side-arrow img{width:60px !important;height:104px !important;max-width:60px !important;max-height:104px !important}
}
@media(hover:hover) and (pointer:fine){
  .single-post-side-arrow:hover{opacity:1}
  .single-post-side-arrow:hover img{filter:brightness(.28)}
}


/* --- franna.info V3.26: Startseiten-Feinschliff --- */
.site-header-inner{
  grid-template-columns:270px minmax(0,1fr) 86px;
  min-height:86px;
}
.site-header .brand{
  width:235px;
  height:52px;
}
.site-header .brand img{
  width:235px;
  height:52px;
  object-fit:contain;
  object-position:left center;
}
.site-header .main-nav{
  height:86px;
  gap:clamp(16px,1.55vw,25px);
}
.site-header .main-nav a{
  height:86px;
  gap:7px;
}
.main-nav-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  object-fit:contain;
  opacity:.72;
  transition:opacity .2s ease,transform .2s ease,filter .2s ease;
}
.site-header .main-nav a:hover .main-nav-icon,
.site-header .main-nav a:focus-visible .main-nav-icon,
.site-header .main-nav a.active .main-nav-icon{
  opacity:1;
  transform:translateY(-1px) scale(1.08);
}

/* Feature icons: only the icon animates, the copy stays calm. */
.home-feature-strip .feature-icon{
  border:1px solid transparent;
  transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.home-feature-strip .feature-icon svg{
  transition:transform .24s ease,stroke .24s ease;
}
@media(hover:hover) and (pointer:fine){
  .home-feature-strip .feature:hover .feature-icon,
  .home-feature-strip .feature:focus-visible .feature-icon{
    transform:translateY(-4px) scale(1.08);
    background:#fbf4e8;
    border-color:#ead8bb;
    box-shadow:0 8px 18px rgba(135,96,43,.10);
  }
  .home-feature-strip .feature:hover .feature-icon svg,
  .home-feature-strip .feature:focus-visible .feature-icon svg{
    stroke:#7f5b2f;
    transform:scale(1.05);
  }
}

/* Consistent centered section headings. */
.home-trips-head,
.home-map-showcase-head,
.home-blog-head,
.home-about-reference-head{
  display:block;
  text-align:center;
}
.home-trips-head>div,
.home-map-showcase-head>div{
  width:100%;
}
.home-trips-head{margin-bottom:19px}
.home-map-showcase-head{padding:31px 34px 20px}
.home-blog-head{margin-bottom:28px;text-align:center}
.home-about-reference-head{text-align:center}

/* Bottom CTA for trips mirrors the blog CTA. */
.home-trips-more{
  display:flex;
  justify-content:center;
  padding-top:28px;
}
.home-section-button,
.home-blog-button{
  min-width:196px;
  justify-content:center;
  margin-top:0;
  transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
@media(hover:hover) and (pointer:fine){
  .home-section-button:hover,
  .home-section-button:focus-visible,
  .home-blog-button:hover,
  .home-blog-button:focus-visible{
    background:#9d743d;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(87,62,29,.18);
  }
}

@media(max-width:1180px){
  .site-header-inner{grid-template-columns:220px minmax(0,1fr) 72px;gap:10px;padding:0 20px}
  .site-header .brand,.site-header .brand img{width:198px;height:auto}
  .site-header .main-nav{gap:12px;font-size:12px}
  .main-nav-icon{width:15px;height:15px;flex-basis:15px}
  .site-header .main-nav a{gap:5px}
}
@media(max-width:980px){
  .site-header-inner{min-height:70px;grid-template-columns:1fr auto auto}
  .site-header .brand,.site-header .brand img{width:185px;height:auto}
  .site-header .main-nav{height:auto}
  .site-header .main-nav a{height:48px;gap:10px}
  .main-nav-icon{width:19px;height:19px;flex-basis:19px}
}
@media(max-width:520px){
  .site-header .brand,.site-header .brand img{width:165px}
  .home-trips-more,.home-blog-more{padding-top:22px}
  .home-section-button,.home-blog-button{width:100%}
}

/* --- franna.info V3.27: Logo, mobile trip filters & gallery grid --- */
.site-header .brand,
.site-header .brand img{
  background:transparent !important;
}
.site-header .brand img{
  display:block;
}

/* Four filter categories per row on phones instead of one long horizontal strip. */
@media(max-width:560px){
  .trip-filter-bar{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
    overflow:visible;
    padding:0;
  }
  .trip-filter{
    min-width:0;
    width:100%;
    min-height:40px;
    padding:7px 5px;
    font-size:10px;
    line-height:1.15;
    white-space:normal;
    text-align:center;
  }
}

/* Homepage gallery teaser: every image itself opens the gallery. */
.gallery-teaser-grid>a{
  display:block;
  min-width:0;
  height:100%;
  overflow:hidden;
  border-radius:9px;
}
.gallery-teaser-grid>a img{
  transition:transform .28s ease,filter .28s ease;
}
@media(hover:hover) and (pointer:fine){
  .gallery-teaser-grid>a:hover img,
  .gallery-teaser-grid>a:focus-visible img{
    transform:scale(1.025);
    filter:brightness(.88);
  }
}

/* Gallery page: fixed, centered 3 x 4 grid; subsequent batches append on scroll. */
.gallery-page-section{
  width:min(1180px,100%);
  margin-inline:auto;
}
.gallery-grid-v327{
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.gallery-grid-item{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  background:#ece8df;
  border:1px solid var(--line);
}
.gallery-grid-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  margin:0;
  border-radius:0;
  transition:transform .28s ease,filter .28s ease;
}
.gallery-grid-item figcaption{
  position:absolute;
  left:10px;
  bottom:10px;
  max-width:calc(100% - 20px);
  background:rgba(23,35,43,.84);
  color:#fff;
  padding:5px 9px;
  border-radius:999px;
  font-size:11px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gallery-load-sentinel{
  width:100%;
  height:2px;
  margin-top:24px;
}
.gallery-load-status{
  min-height:24px;
  margin:8px 0 0;
  text-align:center;
  color:var(--muted);
  font-size:12px;
}
@media(hover:hover) and (pointer:fine){
  .gallery-grid-item:hover img{transform:scale(1.025);filter:brightness(.92)}
}
@media(max-width:800px){
  .gallery-grid-v327{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:520px){
  .gallery-grid-v327{grid-template-columns:1fr;gap:12px}
}

/* --- franna.info V3.34: secure contact form --- */
.contact-page-section{display:flex;flex-direction:column;align-items:flex-start}
.contact-form-secure{width:min(720px,100%)}
.contact-form-secure label{display:grid;gap:7px;font-weight:700;color:#34454f}
.contact-form-secure input,.contact-form-secure textarea{background:#fff;transition:border-color .2s ease,box-shadow .2s ease}
.contact-form-secure input:focus,.contact-form-secure textarea:focus{outline:none;border-color:#a97d42;box-shadow:0 0 0 3px rgba(169,125,66,.10)}
.contact-form-secure textarea{resize:vertical;min-height:180px}
.required-mark{color:#a56e2f}
.contact-required-hint{color:var(--muted)}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.contact-captcha{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:5px;padding:16px 18px;border:1px solid var(--line);background:#fff;border-radius:8px}
.contact-captcha>div{display:grid;gap:2px}
.contact-captcha small{font-size:12px;color:var(--muted);font-weight:400}
.contact-captcha label{display:flex;align-items:center;gap:12px;white-space:nowrap}
.contact-captcha input{width:88px;text-align:center;font-weight:800;font-size:18px}
.contact-notice{width:min(720px,100%);padding:14px 17px;margin-bottom:18px;border-radius:8px;border:1px solid}
.contact-notice.success{background:#f1f7f2;border-color:#cddfce;color:#315b37}
.contact-notice.error{background:#fff5f3;border-color:#e7cbc5;color:#7d352b}
.contact-notice ul{margin:7px 0 0;padding-left:20px}
.contact-submit{transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}
@media(hover:hover) and (pointer:fine){.contact-submit:hover,.contact-submit:focus-visible{background:#9d743d;transform:translateY(-1px);box-shadow:0 8px 18px rgba(87,62,29,.16)}}
@media(max-width:560px){.contact-captcha{align-items:flex-start;flex-direction:column}.contact-captcha label{width:100%;justify-content:space-between}.contact-captcha input{width:104px}}

/* --- franna.info V3.35: centered contact card --- */
.contact-page-section{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.contact-form-card{
  width:min(820px,100%);
  margin:0 auto;
  padding:clamp(28px,4vw,48px);
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 12px 38px rgba(25,35,40,.055);
}
.contact-form-secure{
  width:100%;
  max-width:none;
  margin:0 auto;
  gap:16px;
}
.contact-form-secure>label{
  display:block;
  font-weight:700;
  color:#34454f;
}
.contact-form-secure>label>.required-mark{
  display:inline;
  margin-left:2px;
}
.contact-form-secure>label>input,
.contact-form-secure>label>textarea{
  display:block;
  margin-top:7px;
}
.contact-captcha label .required-mark{
  display:inline;
  margin-left:2px;
}
.contact-notice{
  width:100%;
  max-width:none;
}
.contact-submit{
  width:50%;
  max-width:260px;
  min-width:170px;
  justify-self:center;
  justify-content:center;
  margin:12px auto 0;
}
@media(max-width:560px){
  .contact-form-card{padding:24px 18px;border-radius:12px}
  .contact-submit{width:50%;min-width:160px}
}

/* V3.42 footer - faithful to supplied reference */
.franna-footer-v342{margin-top:72px;background:#f8f5ef;border-top:1px solid #eee7dd;color:#626262;padding:0;display:block;position:relative;overflow:hidden}
.franna-footer-v342__inner{max-width:1500px;margin:0 auto;padding:34px clamp(28px,5vw,78px) 22px;display:grid;grid-template-columns:1.35fr .7fr .82fr .75fr 1.9fr;grid-template-rows:auto auto;gap:18px clamp(28px,4vw,70px);align-items:start;position:relative}
.franna-footer-v342__brand{padding-top:2px}.franna-footer-v342__logo{width:255px;height:auto;max-height:70px;object-fit:contain;object-position:left center}.franna-footer-v342__brand p{margin:7px 0 0;color:#777;font-size:13px;letter-spacing:.01em}
.franna-footer-v342__column h3{margin:0 0 10px;text-transform:uppercase;font-size:12px;letter-spacing:.05em;color:#6c6c6c;font-weight:700}.franna-footer-v342__column a{display:block;width:max-content;max-width:100%;margin:2px 0;color:#696969;font-size:13px;line-height:1.45;transition:color .18s ease}.franna-footer-v342__column a:hover{color:#2f2f2f}
.franna-footer-v342__socials{display:flex;gap:9px;align-items:center}.franna-footer-v342__socials a{display:grid;place-items:center;margin:0;width:32px;height:32px;border-radius:50%;transition:background .18s ease,transform .18s ease}.franna-footer-v342__socials a:hover{background:#ece7df;transform:translateY(-1px)}.franna-footer-v342__socials img{width:29px;height:29px}
.franna-footer-v342__thanks{min-height:114px;position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:visible}.franna-footer-v342__route{position:absolute;left:-86px;top:-27px;width:420px;height:auto;max-width:none;pointer-events:none}.franna-footer-v342__thanks-text{position:relative;z-index:2;margin-left:180px;margin-top:29px;display:flex;align-items:center;gap:10px;white-space:nowrap}.franna-footer-v342__thanks-text span{font-family:'Segoe Print','Bradley Hand','Comic Sans MS',cursive;font-size:24px;font-style:italic;color:#68635d;transform:rotate(-2deg)}.franna-footer-v342__thanks-text img{width:31px;height:31px;flex:0 0 31px}
.franna-footer-v342__copy{grid-column:2/5;grid-row:2;margin:0;text-align:center;color:#7b7b7b;font-size:12px;align-self:end}
@media(max-width:1120px){.franna-footer-v342__inner{grid-template-columns:1.2fr .8fr .9fr .8fr;gap:26px 38px}.franna-footer-v342__thanks{grid-column:1/-1;justify-content:flex-end;min-height:105px}.franna-footer-v342__route{left:auto;right:280px;width:390px}.franna-footer-v342__thanks-text{margin-left:0}.franna-footer-v342__copy{grid-column:1/-1;grid-row:auto}}
@media(max-width:760px){.franna-footer-v342{margin-top:48px}.franna-footer-v342__inner{padding:28px 22px 20px;grid-template-columns:1fr 1fr;gap:28px 26px}.franna-footer-v342__brand{grid-column:1/-1}.franna-footer-v342__logo{width:230px}.franna-footer-v342__thanks{grid-column:1/-1;min-height:135px;justify-content:flex-end}.franna-footer-v342__route{left:-50px;right:auto;top:0;width:330px}.franna-footer-v342__thanks-text{margin-top:63px}.franna-footer-v342__thanks-text span{font-size:20px}.franna-footer-v342__copy{grid-column:1/-1;text-align:left}}
@media(max-width:480px){.franna-footer-v342__inner{grid-template-columns:1fr}.franna-footer-v342__brand,.franna-footer-v342__thanks,.franna-footer-v342__copy{grid-column:1}.franna-footer-v342__thanks{justify-content:flex-start;min-height:150px}.franna-footer-v342__route{left:-82px;width:315px}.franna-footer-v342__thanks-text{margin-left:115px;margin-top:70px;white-space:normal}.franna-footer-v342__thanks-text span{font-size:18px}.franna-footer-v342__copy{text-align:center}}
