
:root{
  --ink:#17313a;
  --ink2:#24454c;
  --paper:#fbf7ef;
  --cream:#f1e6d2;
  --sea:#2c6f77;
  --sea2:#6fa3a8;
  --sage:#7c9483;
  --sun:#e5b15e;
  --line:#d7d8d1;
  --white:#fff;
  --muted:#627276;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 42px));margin:auto}
.site-head{border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:40}
.head-inner{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.wordmark{text-decoration:none;font-weight:900;letter-spacing:-.03em;font-size:22px}
.wordmark span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--sea);margin-top:2px}
.head-note{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.16em}
.menu{display:none}
nav{display:flex;gap:22px;justify-content:flex-end;align-items:center}
nav a{text-decoration:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
nav a:hover{text-decoration:underline;text-underline-offset:5px}

.mag-hero{padding:58px 0 28px}
.issue-line{display:flex;justify-content:space-between;gap:20px;border-top:3px solid var(--ink);border-bottom:1px solid var(--line);padding:10px 0;margin-bottom:24px;font-size:11px;text-transform:uppercase;letter-spacing:.14em}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
.hero-main{min-height:520px;background:linear-gradient(145deg,var(--ink),#315b63 65%,#6b9899);color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.hero-main:before{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-110px;top:-85px}
.hero-main:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:20px;top:25px}
.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:#f5d99f}
.hero-main h1{font-family:Georgia,serif;font-weight:500;line-height:.96;font-size:clamp(56px,7vw,92px);letter-spacing:-.055em;margin:12px 0 18px;max-width:900px;position:relative;z-index:2}
.hero-main p{font-size:18px;max-width:700px;color:#deeaeb;position:relative;z-index:2}
.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:24px}
.side-story{padding:28px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;justify-content:flex-end}
.side-story:nth-child(2){background:var(--cream)}
.side-story b{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--sea)}
.side-story h2{font-family:Georgia,serif;font-weight:500;font-size:31px;line-height:1.05;margin:10px 0}
.side-story p{margin:0 0 12px;color:var(--muted);font-size:14px}
.story-link{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;text-underline-offset:4px}

.ticker{border-block:1px solid var(--line);background:#fff;margin-top:28px}
.ticker .wrap{display:flex;gap:22px;overflow:auto;padding:12px 0}
.ticker a{white-space:nowrap;text-decoration:none;font-size:12px;font-weight:800}
.ticker a:before{content:"•";color:var(--sun);margin-right:8px}

.section{padding:78px 0}
.section-title{display:grid;grid-template-columns:1fr auto;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:26px}
.section-title h2{font-family:Georgia,serif;font-weight:500;font-size:44px;margin:0;letter-spacing:-.04em}
.section-title p{margin:0 0 4px;color:var(--muted);font-size:13px}
.story-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.story-card{min-height:270px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-decoration:none}
.story-card:nth-child(2n){background:#f6f0e6}
.story-no{font-size:11px;color:var(--sea);font-weight:900;letter-spacing:.15em}
.story-card h3{font-family:Georgia,serif;font-weight:500;font-size:28px;line-height:1.05;margin:46px 0 12px}
.story-card p{font-size:13px;color:var(--muted);margin:0}
.story-card:hover{background:#edf4f4}

.feature-strip{background:var(--ink);color:#fff;padding:78px 0}
.feature-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}
.feature-grid h2{font-family:Georgia,serif;font-weight:500;font-size:58px;line-height:.98;margin:8px 0 0}
.feature-grid .intro{color:#c7d7d9;font-size:17px}
.route-list{border-top:1px solid rgba(255,255,255,.25)}
.route{display:grid;grid-template-columns:80px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.2);align-items:center}
.route strong{font-family:Georgia,serif;font-size:24px;font-weight:500}
.route span{color:#d3e0e1;font-size:13px}
.route .km{font-weight:900;color:#f1c77e}

.editorial{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.editorial article{padding:32px;border:1px solid var(--line);min-height:330px;background:#fff}
.editorial article:nth-child(2){background:var(--sage);color:#fff;border-color:var(--sage)}
.editorial small{text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:var(--sea)}
.editorial article:nth-child(2) small{color:#e8efeb}
.editorial h3{font-family:Georgia,serif;font-weight:500;font-size:38px;line-height:1.04;margin:70px 0 12px}
.editorial p{color:var(--muted)}
.editorial article:nth-child(2) p{color:#edf2ef}

.stay-note{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.stay-note h3{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:0 0 5px}
.stay-note p{margin:0;color:var(--muted);font-size:13px}
.stay-note a{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;background:var(--sun);padding:12px 18px;text-decoration:none}

.page-hero{padding:62px 0 34px;border-bottom:1px solid var(--line)}
.page-hero .meta{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--sea);font-weight:900}
.page-hero h1{font-family:Georgia,serif;font-size:clamp(50px,6vw,78px);font-weight:500;line-height:.98;letter-spacing:-.05em;margin:10px 0 16px;max-width:930px}
.page-hero p{max-width:760px;color:var(--muted);font-size:17px}
.article{padding:60px 0}
.article-grid{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:70px}
.article h2{font-family:Georgia,serif;font-size:38px;font-weight:500;margin:48px 0 12px;letter-spacing:-.03em}
.article h2:first-child{margin-top:0}
.article h3{font-family:Georgia,serif;font-size:27px;font-weight:500}
.article p,.article li{color:#40575c}
.tipbox{border-left:4px solid var(--sun);background:#fff;padding:18px 20px;margin:28px 0}
.sidebox{border-top:3px solid var(--ink);padding-top:14px;height:max-content;position:sticky;top:105px}
.sidebox h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:0 0 10px}
.sidebox a{display:block;border-bottom:1px solid var(--line);padding:10px 0;text-decoration:none;font-size:13px}
.route-card{border:1px solid var(--line);background:#fff;padding:22px;margin:18px 0}
.route-card .facts{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--sea);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.route-card h3{margin:12px 0 8px;font-size:28px}
.route-card p{margin:0 0 12px}
.source-link{font-size:12px;font-weight:900}

.footer{background:#112d34;color:#dbe5e7;padding:48px 0 20px;margin-top:70px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer p{font-size:12px;color:#a8bdc0}
.footer a{font-size:12px}
.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:16px;text-align:center;font-size:11px;color:#9cb0b3}

.legal{padding:70px 0}.legal-card{max-width:900px}.legal-card h1{font-family:Georgia,serif;font-size:60px;font-weight:500}.legal-card h2{font-family:Georgia,serif;font-size:28px;font-weight:500;margin-top:34px}

@media(max-width:900px){
 .head-inner{grid-template-columns:1fr auto}.head-note{display:none}.menu{display:block;border:0;background:none;font-weight:900}
 nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--paper);padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
 nav.open{display:flex}.hero-grid,.feature-grid,.article-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.story-grid{grid-template-columns:1fr 1fr}.route{grid-template-columns:60px 1fr auto}
 .sidebox{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:600px){
 .wrap{width:min(100% - 28px,1180px)}.head-inner{height:70px}.wordmark{font-size:19px}.wordmark span{font-size:9px}nav{top:70px}
 .mag-hero{padding-top:24px}.issue-line{font-size:9px}.hero-main{min-height:520px;padding:26px}.hero-main h1{font-size:52px}.hero-main p{font-size:15px}
 .hero-side{grid-template-columns:1fr}.side-story{min-height:220px}.section{padding:56px 0}.section-title{grid-template-columns:1fr}.section-title h2{font-size:38px}.section-title p{margin-top:8px}
 .story-grid{grid-template-columns:1fr}.story-card{min-height:220px}.story-card h3{margin-top:28px}
 .feature-strip{padding:58px 0}.feature-grid h2{font-size:46px}.route{grid-template-columns:1fr}.route .km{justify-self:start}
 .editorial{grid-template-columns:1fr}.editorial h3{margin-top:40px}.stay-note{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}
}

/* V3 Feinabstände */
.wordmark span{margin-top:6px;line-height:1.45}
.route strong{display:block;margin-bottom:7px;line-height:1.15}
.route span{display:block;line-height:1.45}
.nature-teaser{display:grid;grid-template-columns:.72fr 1.28fr;border-top:2px solid var(--ink);border-bottom:1px solid var(--line);background:#fff}
.nature-label{padding:32px;background:var(--cream)}
.nature-label b{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--sea);margin-bottom:12px}
.nature-label strong{font-family:Georgia,serif;font-size:38px;font-weight:500;line-height:1.02}
.nature-copy{padding:32px}
.nature-copy p{margin:0 0 14px;color:var(--muted)}
@media(max-width:700px){.nature-teaser{grid-template-columns:1fr}.nature-label,.nature-copy{padding:24px}}

/* V4 – Header-Abstand korrigiert */
.head-inner{
  grid-template-columns:260px 1fr auto;
  column-gap:44px;
}
.wordmark span{
  white-space:nowrap;
}
.head-note{
  justify-self:start;
  white-space:nowrap;
}
nav{
  justify-self:end;
  gap:24px;
}
@media(max-width:1100px){
  .head-inner{
    grid-template-columns:240px 1fr auto;
    column-gap:28px;
  }
  nav{gap:16px}
  nav a{font-size:11px}
}
@media(max-width:900px){
  .head-inner{grid-template-columns:1fr auto;column-gap:20px}
  .head-note{display:none}
}

/* V5 – kompakter, näher am freigegebenen Magazinlayout */
.home .mag-hero.compact{padding:18px 0 38px}
.home .issue-line{margin-bottom:14px;padding:7px 0}
.home .hero-grid{gap:14px}
.home .hero-main{min-height:390px;padding:34px}
.home .hero-main h1{font-size:clamp(48px,5.4vw,74px);line-height:1.01;max-width:860px}
.home .hero-main p{font-size:15px;max-width:610px;margin-bottom:0}
.home .hero-side{gap:14px}
.home .side-story{padding:28px;min-height:188px}
.home .side-story.warm{background:#f2e3c8}
.home .side-story h2{font-size:28px;margin-top:8px}
.home .side-story p{margin-bottom:12px}

.editorial-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.story-with-photo{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:220px;
  border:1px solid var(--line);
  overflow:hidden;
}
.story-with-photo .story-copy{padding:24px}
.story-with-photo b{font-size:10px;letter-spacing:.13em;color:var(--sea)}
.story-with-photo h3{font-family:Georgia,serif;font-size:27px;line-height:1.04;font-weight:500;margin:10px 0}
.story-with-photo p{font-size:12px;color:var(--muted);margin:0 0 14px}
.story-with-photo img{width:100%;height:100%;object-fit:cover}
.story-with-photo.white{background:#fff}
.story-with-photo.green{background:#77927e;color:#fff;border-color:#77927e}
.story-with-photo.green b,.story-with-photo.green p{color:#eef4ef}
.story-with-photo.green .story-link{color:#fff}
.story-with-photo.crane{background:#dfe9ea}
.story-link{font-size:11px}

.bike-section{margin-top:14px}
.bike-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:8px}
.bike-title h2{font-family:Georgia,serif;font-size:28px;font-weight:500;margin:0}
.bike-title a{font-size:10px;font-weight:900;letter-spacing:.08em;text-decoration:none}
.bike-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bike-card{display:grid;grid-template-columns:44% 56%;border:1px solid var(--line);background:#fff;min-height:150px}
.bike-card img{width:100%;height:100%;object-fit:cover}
.bike-card>div{padding:14px}
.bike-card h3{font-family:Georgia,serif;font-size:20px;font-weight:500;margin:0 0 6px}
.bike-card p{font-size:11px;color:var(--muted);margin:0 0 14px}
.bike-card span{font-size:10px;color:var(--ink2);white-space:nowrap}

.compact-stay{margin-top:22px}
.compact-stay h3{font-size:24px}
.compact-stay p{font-size:12px}

@media(max-width:1050px){
  .editorial-row{grid-template-columns:1fr}
  .story-with-photo{grid-template-columns:1fr 1fr}
  .bike-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .home .mag-hero.compact{padding-top:10px}
  .home .hero-main{min-height:430px;padding:24px}
  .home .hero-main h1{font-size:48px}
  .story-with-photo{grid-template-columns:1fr}
  .story-with-photo img{height:220px}
  .bike-card{grid-template-columns:1fr}
  .bike-card img{height:210px}
  .bike-card span{white-space:normal}
}

/* =========================
   V6 – lange, bildstarke Startseite
   ========================= */
.home-long .mag-hero.compact{padding:18px 0 24px}
.home-long .issue-line{margin-bottom:14px;padding:7px 0}

.hero-layout{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:14px;
}
.hero-photo{
  min-height:470px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(10,39,46,.34),rgba(10,39,46,.50)),
    url("images/stralsund-regentag.jpg") center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  color:#fff;
}
.hero-overlay h1{
  font-family:Georgia,serif;
  font-size:clamp(46px,5vw,68px);
  line-height:1.01;
  font-weight:500;
  letter-spacing:-.04em;
  margin:10px 0 18px;
  max-width:760px;
}
.hero-overlay p{max-width:650px;color:#edf4f4;font-size:14px;margin:0}
.hero-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.feature-teaser{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  border:1px solid var(--line);
  min-height:228px;
  overflow:hidden;
}
.feature-teaser>div{padding:28px}
.feature-teaser img{width:100%;height:100%;object-fit:cover}
.feature-teaser.white{background:#fff}
.feature-teaser.warm{background:#f2e3c8}
.feature-teaser b,
.story-copy b,
.wide-story b{
  font-size:10px;
  letter-spacing:.13em;
  color:var(--sea);
}
.feature-teaser h2{
  font-family:Georgia,serif;
  font-size:28px;
  line-height:1.05;
  font-weight:500;
  margin:10px 0;
}
.feature-teaser p{font-size:12px;color:var(--muted);margin:0 0 16px}
.feature-teaser a,
.story-copy a,
.highlight-grid a,
.wide-story a{
  font-size:10px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}

.three-story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.story-split{
  display:grid;
  grid-template-columns:1fr .9fr;
  min-height:245px;
  border:1px solid var(--line);
  overflow:hidden;
}
.story-split img{width:100%;height:100%;object-fit:cover}
.story-copy{padding:24px}
.story-copy h3{
  font-family:Georgia,serif;
  font-size:27px;
  line-height:1.04;
  font-weight:500;
  margin:10px 0;
}
.story-copy p{font-size:12px;color:var(--muted);margin:0 0 16px}
.story-split.white{background:#fff}
.story-split.green{background:#77927e;color:#fff;border-color:#77927e}
.story-split.green b,.story-split.green p,.story-split.green a{color:#f2f5f2}
.story-split.crane{background:#dfe9ea}

.long-section{margin-top:26px}
.section-row-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:10px;
}
.section-row-title h2{
  font-family:Georgia,serif;
  font-size:30px;
  font-weight:500;
  margin:0;
}
.section-row-title a{
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  letter-spacing:.06em;
}

.highlight-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.highlight-grid article{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
}
.highlight-grid img{width:100%;height:145px;object-fit:cover}
.highlight-grid h3{
  font-family:Georgia,serif;
  font-size:19px;
  font-weight:500;
  margin:14px 14px 7px;
}
.highlight-grid p{
  color:var(--muted);
  font-size:11px;
  margin:0 14px 14px;
  min-height:34px;
}
.highlight-grid a{display:inline-block;margin:0 14px 16px}

.bike-image-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.bike-visual{
  position:relative;
  min-height:260px;
  overflow:hidden;
}
.bike-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.bike-shade{
  position:absolute;
  inset:auto 0 0;
  padding:60px 20px 20px;
  color:#fff;
  background:linear-gradient(transparent,rgba(7,29,34,.92));
}
.bike-shade h3{
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:500;
  margin:0 0 5px;
}
.bike-shade p{font-size:12px;margin:0 0 12px}
.bike-shade span{font-size:11px}

.two-wide-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.wide-story{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:220px;
  border:1px solid var(--line);
  overflow:hidden;
}
.wide-story img{width:100%;height:100%;object-fit:cover}
.wide-story>div{padding:26px}
.wide-story h3{
  font-family:Georgia,serif;
  font-size:28px;
  font-weight:500;
  margin:10px 0;
}
.wide-story p{font-size:12px;color:var(--muted);margin:0 0 15px}
.wide-story.cool{background:#e1eaec}
.wide-story.autumn{background:#f2e0bc}

.accommodation-bar{
  margin-top:20px;
  border:1px solid #5fa7b3;
  display:grid;
  grid-template-columns:56px 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px 22px;
  background:#fffdf9;
}
.accommodation-icon{
  font-size:36px;
  color:#2f8fa0;
  text-align:center;
}
.accommodation-bar h3{
  font-family:Georgia,serif;
  font-size:27px;
  font-weight:500;
  margin:0 0 4px;
}
.accommodation-bar p{margin:0;color:var(--muted);font-size:12px}
.accommodation-bar a{
  background:var(--sun);
  padding:13px 18px;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}

@media(max-width:1100px){
  .highlight-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .hero-layout{grid-template-columns:1fr}
  .hero-photo{min-height:430px}
  .hero-stack{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .three-story-grid{grid-template-columns:1fr}
  .story-split{grid-template-columns:1fr 1fr}
  .bike-image-grid{grid-template-columns:1fr}
  .two-wide-grid{grid-template-columns:1fr}
  .accommodation-bar{grid-template-columns:50px 1fr}
  .accommodation-bar a{grid-column:1/-1;justify-self:start}
}
@media(max-width:650px){
  .hero-stack{grid-template-columns:1fr}
  .feature-teaser{grid-template-columns:1fr}
  .feature-teaser img{height:190px}
  .story-split{grid-template-columns:1fr}
  .story-split img{height:210px}
  .highlight-grid{grid-template-columns:1fr}
  .section-row-title{align-items:flex-start;flex-direction:column}
  .wide-story{grid-template-columns:1fr}
  .wide-story img{height:210px}
}

/* V7 Feinabstimmung */
/* Unterkunftsbereich näher an den Footer ziehen */
.accommodation-bar{
  margin-top:14px;
  margin-bottom:0;
}
.home-long .mag-hero.compact{
  padding-bottom:0;
}
.home-long + .footer,
.footer{
  margin-top:0;
}

/* Beschriftungen der drei großen Fahrradtouren etwas tiefer setzen */
.bike-shade{
  padding-top:82px;
  padding-bottom:14px;
}
.bike-shade h3{
  margin-bottom:7px;
}

/* =========================================================
   V8 – finale Anpassung nach freigegebenem Layout
   - sichtbarer Seitenrahmen oben/unten/seitlich
   - Fahrradtour-Titel tiefer
   - kompakter Abschluss zum Footer
   ========================================================= */

/* Gesamter Seitenrahmen auf Desktop */
body{
  background:#f3eee3;
}
.site-head,
.home-long,
.footer{
  width:min(1180px, calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
}
.site-head{
  border-left:1px solid #17313a;
  border-right:1px solid #17313a;
  border-top:1px solid #17313a;
  border-radius:8px 8px 0 0;
}
.home-long{
  background:var(--paper);
  border-left:1px solid #17313a;
  border-right:1px solid #17313a;
}
.footer{
  border-left:1px solid #17313a;
  border-right:1px solid #17313a;
  border-bottom:1px solid #17313a;
  border-radius:0 0 8px 8px;
  margin-top:0;
}

/* Innenbreite wieder passend zum Rahmen */
.site-head .wrap,
.home-long .wrap,
.footer .wrap{
  width:min(1110px, calc(100% - 42px));
}

/* Startseite oben und unten kompakt */
.home-long .mag-hero.compact{
  padding-top:16px;
  padding-bottom:0;
}
.accommodation-bar{
  margin-top:16px;
  margin-bottom:0;
}

/* Tourtexte noch weiter nach unten */
.bike-visual{
  min-height:270px;
}
.bike-shade{
  padding:118px 20px 15px;
  min-height:135px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.bike-shade h3{
  margin:0 0 6px;
  line-height:1.05;
}
.bike-shade p{
  margin:0 0 10px;
}
.bike-shade span{
  display:block;
}

/* Auf kleineren Bildschirmen keinen künstlichen Außenrahmen erzwingen */
@media(max-width:900px){
  .site-head,
  .home-long,
  .footer{
    width:100%;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .site-head{border-top:0}
  .footer{border-bottom:0}
  .site-head .wrap,
  .home-long .wrap,
  .footer .wrap{
    width:min(100% - 28px,1110px);
  }
}

/* =========================================================
   V9 – Anpassung exakt nach dem freigegebenen Screenshot
   ========================================================= */

/* Header: Kraniche bleibt sicher innerhalb des Rahmens */
.head-inner{
  grid-template-columns:240px 88px minmax(0,1fr);
  column-gap:26px;
}
.head-note{
  justify-self:start;
  font-size:10px;
  letter-spacing:.12em;
  white-space:nowrap;
}
nav{
  justify-self:end;
  gap:18px;
  min-width:0;
}
nav a{
  font-size:10px;
  letter-spacing:.055em;
  white-space:nowrap;
}

/* Unterkante des kompletten Seitenrahmens deutlich sichtbar */
.footer{
  border-bottom:2px solid #17313a !important;
  box-shadow:0 1px 0 #17313a;
  overflow:hidden;
}
.copy{
  padding-bottom:14px;
}

/* Highlight-Karten: "MEHR ERFAHREN" immer auf gleicher Höhe */
.highlight-grid article{
  display:flex;
  flex-direction:column;
  min-height:330px;
}
.highlight-grid img{
  flex:0 0 145px;
}
.highlight-grid p{
  min-height:0;
  margin-bottom:12px;
}
.highlight-grid a{
  margin-top:auto;
  align-self:flex-start;
}

/* Fahrradtouren: Titel und Daten deutlich weiter nach unten */
.bike-visual{
  min-height:270px;
}
.bike-shade{
  min-height:96px;
  padding:42px 18px 13px;
  background:linear-gradient(transparent 0%,rgba(7,29,34,.82) 30%,rgba(7,29,34,.97) 100%);
}
.bike-shade h3{
  margin:0 0 5px;
  font-size:23px;
}
.bike-shade p{
  margin:0 0 8px;
  font-size:11px;
}
.bike-shade span{
  font-size:10px;
}

/* Schlussbereich kompakt */
.accommodation-bar{
  margin-bottom:0;
}
.footer{
  margin-top:0 !important;
}

@media(max-width:1100px){
  .head-inner{
    grid-template-columns:220px 72px minmax(0,1fr);
    column-gap:18px;
  }
  nav{gap:12px}
  nav a{font-size:9.5px}
}

/* =========================================================
   V10 – letzte Korrekturen
   ========================================================= */

/* Fahrradtouren: dunkle Fläche höher, Titel sicher darauf */
.bike-visual{
  position:relative;
  min-height:270px;
  overflow:hidden;
}
.bike-shade{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  min-height:118px;
  padding:38px 18px 14px;
  box-sizing:border-box;
  background:linear-gradient(
    to bottom,
    rgba(5,25,30,0) 0%,
    rgba(5,25,30,.82) 22%,
    rgba(5,25,30,.97) 48%,
    rgba(5,25,30,.99) 100%
  );
}
.bike-shade h3{
  margin:0 0 6px;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.4);
}
.bike-shade p,
.bike-shade span{
  color:#fff;
}

/* Unteren Außenrahmen garantiert sichtbar abschließen */
.site-shell,
.page-shell,
body > main,
body > .wrap{
  box-sizing:border-box;
}
.footer{
  position:relative;
  border-bottom:0 !important;
  box-shadow:none !important;
}
.footer::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#17313a;
  z-index:20;
}
.copy{
  padding-bottom:18px !important;
}

/* =========================================================
   V11 – Unterseiten im Magazin-Stil
   ========================================================= */
.sub-mag-hero{
  padding:22px 0 14px;
}
.sub-mag-hero .eyebrow{
  border-top:3px solid var(--ink);
  padding-top:9px;
  font-size:10px;
  letter-spacing:.15em;
  font-weight:900;
  color:var(--sea);
  text-transform:uppercase;
}
.sub-mag-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  margin-top:12px;
}
.sub-mag-copy{
  min-height:350px;
  padding:34px;
  background:#fff;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.sub-mag-copy h1{
  font-family:Georgia,serif;
  font-size:clamp(44px,5vw,66px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:500;
  margin:8px 0 16px;
}
.sub-mag-copy p{font-size:15px;color:var(--muted);max-width:650px}
.sub-mag-photo{min-height:350px;overflow:hidden}
.sub-mag-photo img{width:100%;height:100%;object-fit:cover}

.mag-content{padding:18px 0 8px}
.mag-intro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:14px;
}
.mag-intro-main,.mag-tip{
  padding:28px;
  border:1px solid var(--line);
  background:#fff;
}
.mag-tip{background:#f2e3c8}
.mag-intro h2,.mag-section h2{
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:500;
  line-height:1.05;
  margin:0 0 12px;
}
.mag-intro p,.mag-section p{color:var(--muted)}
.mag-tip strong{
  display:block;
  color:var(--sea);
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.mag-section{margin-top:24px}
.mag-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  border-bottom:2px solid var(--ink);
  padding-bottom:8px;
  margin-bottom:12px;
}
.mag-section-head h2{margin:0}
.mag-section-head span{font-size:10px;letter-spacing:.1em;color:var(--sea);font-weight:900}
.mag-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.mag-card{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.mag-card img{width:100%;height:185px;object-fit:cover}
.mag-card-body{padding:20px;display:flex;flex-direction:column;flex:1}
.mag-card b{font-size:9px;letter-spacing:.12em;color:var(--sea);text-transform:uppercase}
.mag-card h3{
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.05;
  font-weight:500;
  margin:8px 0;
}
.mag-card p{font-size:12px;color:var(--muted);margin:0 0 14px}
.mag-card a{margin-top:auto;font-size:10px;font-weight:900;text-underline-offset:4px}
.mag-wide{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line);
  overflow:hidden;
  background:#dfe9ea;
}
.mag-wide img{width:100%;height:100%;min-height:280px;object-fit:cover}
.mag-wide>div{padding:32px;align-self:center}
.mag-wide h3{
  font-family:Georgia,serif;font-size:34px;font-weight:500;line-height:1.04;margin:8px 0 12px
}
.mag-wide p{font-size:13px}
.crosslinks{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.crosslinks a{
  padding:18px;
  background:#17313a;
  color:#fff;
  text-decoration:none;
  font-family:Georgia,serif;
  font-size:19px;
}
.crosslinks small{display:block;font-family:Arial,sans-serif;font-size:9px;letter-spacing:.12em;color:#b9ced1;margin-bottom:5px;text-transform:uppercase}

@media(max-width:900px){
  .sub-mag-grid,.mag-intro,.mag-wide{grid-template-columns:1fr}
  .mag-card-grid{grid-template-columns:1fr 1fr}
  .crosslinks{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .sub-mag-copy{min-height:300px;padding:24px}
  .sub-mag-photo{min-height:240px}
  .mag-card-grid{grid-template-columns:1fr}
  .crosslinks{grid-template-columns:1fr}
}

/* =========================================================
   V12 – Fehlerkorrekturen Unterseiten
   ========================================================= */

/* Einheitlicher Außenrahmen um jede Seite, nicht nur Startseite */
body{
  background:#f3eee3;
}
.site-head,
body > main,
.footer{
  width:min(1180px, calc(100% - 34px));
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.site-head{
  border:1px solid #17313a;
  border-bottom:0;
  border-radius:8px 8px 0 0;
}
body > main{
  background:var(--paper);
  border-left:1px solid #17313a;
  border-right:1px solid #17313a;
}
.footer{
  border-left:1px solid #17313a;
  border-right:1px solid #17313a;
  border-bottom:1px solid #17313a;
  border-radius:0 0 8px 8px;
  margin-top:0;
  overflow:hidden;
}

/* Innenbreite auf allen Unterseiten zum Rahmen passend */
.site-head .wrap,
body > main .wrap,
.footer .wrap{
  width:min(1110px, calc(100% - 42px));
}

/* Kartenbilder gleichmäßig füllen – keine schwarzen Balken */
.mag-card img{
  width:100%;
  height:185px;
  object-fit:cover;
  display:block;
  background:#e7e4dd;
}

/* Auch das große Unterseitenbild sauber ohne Balken */
.sub-mag-photo img,
.mag-wide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Footer schließt sichtbar ab */
.footer::after{
  content:"";
  display:block;
  height:1px;
  background:#17313a;
}
.copy{
  padding-bottom:14px;
}

/* Responsive: Rahmen auf kleinen Displays entfernen */
@media(max-width:900px){
  .site-head,
  body > main,
  .footer{
    width:100%;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .site-head{border-top:0}
  .footer{border-bottom:0}
  .site-head .wrap,
  body > main .wrap,
  .footer .wrap{
    width:min(100% - 28px,1110px);
  }
}

/* =========================================================
   V13 – schwarze Flächen entfernen + Footer kompakter
   ========================================================= */

/* Hero-Bilder auf Unterseiten: feste Höhe statt min-height,
   damit kein leerer/schwarzer Restbereich entstehen kann */
.sub-mag-photo{
  height:350px;
  min-height:0;
  overflow:hidden;
  background:#e9e5dc;
}
.sub-mag-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* Kartenbilder ebenfalls mit festem Bildbereich */
.mag-card{
  background:#fff;
}
.mag-card img{
  width:100%;
  height:185px;
  display:block;
  object-fit:cover;
  background:#e9e5dc;
}

/* Großer Bild/Text-Block weiter unten */
.mag-wide{
  min-height:0;
  align-items:stretch;
}
.mag-wide img{
  width:100%;
  height:280px;
  min-height:0;
  display:block;
  object-fit:cover;
  background:#e9e5dc;
}
.mag-wide > div{
  min-height:280px;
  box-sizing:border-box;
}

/* Footer deutlich niedriger und kompakter */
.footer{
  padding:24px 0 10px !important;
}
.footer-grid{
  gap:24px !important;
}
.footer p{
  margin:8px 0 0;
}
.footer-grid strong{
  display:inline-block;
  margin-bottom:6px;
}
.copy{
  margin-top:18px !important;
  padding-top:10px !important;
  padding-bottom:8px !important;
}

/* Unterseiten direkt an den Footer anschließen */
.mag-content{
  padding-bottom:0;
}
.mag-section:last-child{
  margin-bottom:8px;
}

/* =========================================================
   V14 – definitiv keine schwarzen Bildflächen + kompakter Footer
   ========================================================= */

/* Bildcontainer vollständig neutralisieren */
.sub-mag-photo,
.mag-wide{
  background:#e9e5dc !important;
}

/* Bilder füllen ihre Bereiche vollständig aus */
.sub-mag-photo{
  height:350px !important;
  min-height:350px !important;
}
.sub-mag-photo img{
  width:100% !important;
  height:350px !important;
  min-height:350px !important;
  max-height:350px !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  background:#e9e5dc !important;
}

.mag-wide{
  grid-template-columns:1fr 1fr !important;
  min-height:250px !important;
  max-height:250px !important;
  overflow:hidden !important;
}
.mag-wide img{
  width:100% !important;
  height:250px !important;
  min-height:250px !important;
  max-height:250px !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  background:#e9e5dc !important;
}
.mag-wide > div{
  min-height:250px !important;
  max-height:250px !important;
  overflow:hidden;
  padding:26px !important;
}

/* Footer deutlich flacher */
.footer{
  padding:18px 0 6px !important;
}
.footer-grid{
  padding-top:0 !important;
  padding-bottom:0 !important;
  gap:20px !important;
}
.footer-grid p{
  margin:5px 0 0 !important;
  line-height:1.35 !important;
}
.footer-grid a{
  line-height:1.45 !important;
}
.footer-grid strong{
  margin-bottom:3px !important;
}
.copy{
  margin-top:10px !important;
  padding-top:8px !important;
  padding-bottom:5px !important;
}

/* Letzten Inhaltsblock dichter an Footer */
.mag-section:last-child{
  margin-bottom:0 !important;
}
.mag-content{
  padding-bottom:0 !important;
}

@media(max-width:900px){
  .mag-wide{
    max-height:none !important;
    grid-template-columns:1fr !important;
  }
  .mag-wide img,
  .mag-wide > div{
    max-height:none !important;
  }
}

/* =========================================================
   V15 – NUR zwei Korrekturen gegenüber V14
   1) kleiner Abstand vor dem blauen Footer
   2) blauer Footer deutlich niedriger
   ========================================================= */

/* 1) Kleiner sichtbarer Abstand zwischen "Weitere Themen" und Footer */
.mag-content{
  padding-bottom:14px !important;
}

/* 2) Footer kompakter – Gestaltung/Spalten bleiben unverändert */
.footer{
  padding:10px 0 4px !important;
}
.footer-grid{
  gap:18px !important;
}
.footer-grid strong{
  font-size:12px !important;
  margin-bottom:2px !important;
}
.footer p{
  font-size:10px !important;
  line-height:1.2 !important;
  margin:3px 0 0 !important;
}
.footer a{
  font-size:10px !important;
  line-height:1.15 !important;
}
.copy{
  margin-top:6px !important;
  padding-top:5px !important;
  padding-bottom:3px !important;
  font-size:9px !important;
}

/* =========================================================
   V16 – finaler einheitlicher Unterseiten-Durchgang
   ========================================================= */
/* Weniger Leerraum zwischen Kopfzeile und Themen-Trennlinie */
.sub-mag-hero{
  padding-top:10px !important;
}

/* Zweite Reihe exakt auf die Spalten des Hero-Bereichs ausrichten */
@media (min-width:761px){
  .mag-intro{
    grid-template-columns:1.05fr .95fr !important;
  }
}

/* Hero-Foto und linkes Textfeld auf Desktop immer gleich hoch */
@media (min-width:901px){
  .sub-mag-grid{align-items:stretch !important;}
  .sub-mag-photo{
    position:relative !important;
    height:auto !important;
    min-height:0 !important;
    align-self:stretch !important;
  }
  .sub-mag-photo img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:cover !important;
  }
}

/* =========================================================
   V17 – kompakter, filigraner Footer auf allen Seiten
   ========================================================= */
.footer{
  background:transparent !important;
  color:#12363d !important;
  border-top:1px solid rgba(18,54,61,.28) !important;
  border-bottom:0 !important;
  padding:14px 0 5px !important;
}
.footer::after{display:none !important;}
.footer .wrap{max-width:1120px !important;}
.footer-grid{
  display:grid !important;
  grid-template-columns:1.35fr 1fr .9fr !important;
  align-items:start !important;
  gap:44px !important;
  padding:0 !important;
}
.footer-grid strong{
  display:block !important;
  color:#12363d !important;
  font-size:11px !important;
  line-height:1.2 !important;
  margin:0 0 6px !important;
}
.footer p{
  color:#4f666a !important;
  font-size:9px !important;
  line-height:1.35 !important;
  margin:0 !important;
  max-width:340px !important;
}
.footer a{
  color:#31575d !important;
  font-size:9px !important;
  line-height:1.35 !important;
}
.copy{
  color:#617579 !important;
  border-top:1px solid rgba(18,54,61,.20) !important;
  text-align:center !important;
  margin-top:10px !important;
  padding:6px 0 2px !important;
  font-size:8px !important;
}
@media(max-width:700px){
  .footer-grid{grid-template-columns:1fr !important;gap:12px !important;}
  .footer{padding-top:12px !important;}
}


/* V21 – Hauptnavigation nach Regionalerweiterung */
@media(min-width:901px){
  .head-inner{grid-template-columns:260px minmax(0,1fr);column-gap:28px;}
  .head-note{display:none;}
  .head-inner nav{justify-self:end;gap:18px;white-space:nowrap;}
  .head-inner nav a{font-size:10px;letter-spacing:.045em;}
}
@media(min-width:901px) and (max-width:1180px){
  .head-inner{grid-template-columns:225px minmax(0,1fr);column-gap:18px;}
  .head-inner nav{gap:12px;}
  .head-inner nav a{font-size:9px;letter-spacing:.025em;}
}

/* =========================================================
   V22 – finaler Feinschliff Startseite
   - Unterzeile des Logos kompakter, damit sie nicht in die Navigation ragt
   - Unterkunftstipp und Footer sauber/kompakt verbunden
   ========================================================= */
@media (min-width:901px){
  .wordmark span{
    display:block !important;
    width:max-content !important;
    max-width:215px !important;
    font-size:9px !important;
    letter-spacing:.16em !important;
    white-space:nowrap !important;
  }
}
.home-long .accommodation-bar{
  margin-bottom:14px !important;
}
.home-long + .footer,
body > .footer{
  margin-top:0 !important;
}
.footer{
  border-top:1px solid rgba(18,54,61,.28) !important;
}

/* V35: Besondere Erlebnisse in Stralsund */
.experience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.experience-card{
  position:relative;
  padding:24px;
  border:1px solid var(--line);
  background:#fff;
  min-height:235px;
}
.experience-kicker{
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--sea);
  margin-bottom:9px;
}
.experience-card h3{
  font-family:Georgia,serif;
  font-size:25px;
  line-height:1.08;
  font-weight:500;
  margin:0 0 12px;
}
.experience-card p{
  margin:0;
  font-size:13px;
  line-height:1.65;
}
.experience-card-highlight{
  background:#f2e3c8;
  border-color:#d8bd8d;
  padding-top:52px;
}
.experience-badge{
  position:absolute;
  top:0;left:0;right:0;
  padding:10px 14px;
  background:#17313a;
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
@media(max-width:900px){.experience-grid{grid-template-columns:1fr 1fr}.experience-card-highlight{grid-column:1/-1}}
@media(max-width:600px){.experience-grid{grid-template-columns:1fr}.experience-card-highlight{grid-column:auto}.experience-card{min-height:0}}

/* V37: Links in Erlebnis-Karten */
.experience-card{display:flex;flex-direction:column;}
.experience-card p{margin-bottom:16px;}
.experience-link{
  display:inline-block;
  margin-top:auto;
  color:var(--sea);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.experience-link:hover{text-decoration:underline;}
.experience-card-highlight .experience-link{color:#17313a;}

/* V38: Nachtwaechterfuehrung als Highlight */
.night-hero{padding:22px 0 0;background:var(--paper);}
.night-hero-photo{position:relative;min-height:390px;overflow:hidden;border-radius:2px;}
.night-hero-photo img{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.58) saturate(.8);}
.night-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,29,34,.78),rgba(12,29,34,.18));}
.night-hero-title{position:absolute;left:6%;bottom:12%;max-width:720px;color:#fff;}
.night-hero-title span{font-size:10px;font-weight:900;letter-spacing:.15em;}
.night-hero-title h1{font-family:Georgia,serif;font-size:52px;line-height:1.02;margin:10px 0 12px;font-weight:500;}
.night-hero-title p{font-size:17px;line-height:1.55;max-width:620px;margin:0;}
.night-official-link{display:inline-block;margin-top:14px;font-weight:800;color:var(--sea);text-decoration:none;}
.night-official-link:hover{text-decoration:underline;}
@media(max-width:700px){.night-hero-photo{min-height:320px}.night-hero-title{left:7%;right:7%;bottom:10%}.night-hero-title h1{font-size:36px}.night-hero-title p{font-size:14px}}


/* V39: offizielle Termin- und Ticketlinks */
.official-link{display:inline-block;margin-top:14px;font-weight:800;color:var(--sea);text-decoration:none;}
.official-link:hover{text-decoration:underline;}

/* v43: klickbare Ausflugskarten */
.mag-card .card-link{display:block;color:inherit;text-decoration:none;height:100%}
.mag-card .card-link:hover h3{text-decoration:underline;text-underline-offset:3px}
.mag-card .card-more{margin-top:10px;font-weight:700;color:#0d6570}
.mag-card .card-external{margin:0;padding:0 18px 16px;font-size:.88rem}
.mag-card .card-external a{color:#0d6570}

/* V46: Links in Rügen-Karten direkt unter dem Beschreibungstext */
.mag-card-body > .text-link{margin-top:4px!important;align-self:flex-start;font-size:10px;font-weight:900;text-underline-offset:4px;}

/* V49: Ferienwohnungen & Vermieterbereich */
.stay-hero{padding:42px 0 24px;background:var(--paper)}
.stay-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--sea);margin-bottom:10px}
.stay-hero h1,.stay-section h2{font-family:Georgia,serif;font-weight:500;color:#17363b}
.stay-hero h1{font-size:48px;line-height:1.04;max-width:850px;margin:0 0 16px}
.stay-hero p{max-width:760px;font-size:17px;line-height:1.65;margin:0}
.stay-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.stay-btn{display:inline-block;padding:12px 16px;background:#17363b;color:#fff;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em}
.stay-btn.light{background:#fff;color:#17363b;border:1px solid var(--line)}
.stay-section{padding:30px 0}.stay-section h2{font-size:34px;margin:0 0 16px}
.stay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.stay-card{background:#fff;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column}
.stay-card img{width:100%;height:230px;object-fit:cover}.stay-card-body{padding:20px;display:flex;flex-direction:column;flex:1}
.stay-card h2,.stay-card h3{font-family:Georgia,serif;font-weight:500;margin:4px 0 10px;color:#17363b}.stay-card h3{font-size:26px}
.stay-card p{font-size:13px;line-height:1.6;margin:0 0 14px}.stay-meta{font-size:11px;font-weight:800;letter-spacing:.03em;color:#49666b;margin-bottom:10px}
.stay-card a.more{margin-top:auto;color:var(--sea);font-weight:900;text-decoration:none;font-size:12px}
.stay-detail{display:grid;grid-template-columns:1.45fr .75fr;gap:22px;align-items:start}
.stay-gallery{display:grid;grid-template-columns:2fr 1fr;gap:8px}.stay-gallery img{width:100%;height:220px;object-fit:cover}.stay-gallery img:first-child{height:448px;grid-row:span 2}
.stay-facts{background:#fff;border:1px solid var(--line);padding:22px}.stay-facts h2{font-size:28px}.stay-facts ul{padding-left:18px;line-height:1.75;font-size:13px}
.stay-note{padding:16px 18px;background:#eef4f2;border-left:4px solid #17363b;font-size:13px;line-height:1.6;margin:18px 0}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price-card{background:#fff;border:1px solid var(--line);padding:22px}.price-card.featured{border:2px solid #17363b}.price-card h3{font-family:Georgia,serif;font-size:27px;font-weight:500;margin:0}.price{font-size:28px;font-weight:900;margin:10px 0}.price small{font-size:12px;font-weight:500}.price-card ul{padding-left:18px;font-size:13px;line-height:1.8}.price-label{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--sea)}
.host-form{max-width:850px;background:#fff;border:1px solid var(--line);padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field.full{grid-column:1/-1}.form-field label{font-size:12px;font-weight:800}.form-field input,.form-field select,.form-field textarea{font:inherit;padding:11px;border:1px solid #b9c6c4;background:#fff}.form-field textarea{min-height:120px;resize:vertical}.form-check{font-size:12px;line-height:1.5;margin:14px 0}.hp-field{position:absolute;left:-9999px}
@media(max-width:900px){.stay-grid,.price-grid{grid-template-columns:1fr 1fr}.stay-detail{grid-template-columns:1fr}.price-card:last-child{grid-column:1/-1}}
@media(max-width:650px){.stay-hero h1{font-size:36px}.stay-grid,.price-grid,.form-grid{grid-template-columns:1fr}.price-card:last-child,.form-field.full{grid-column:auto}.stay-gallery{grid-template-columns:1fr 1fr}.stay-gallery img:first-child{grid-column:1/-1;grid-row:auto;height:300px}.stay-gallery img{height:170px}}

/* V50 – Ferienwohnungsbereich: kompakte Hauptnavigation + Monatspreis im Fokus */
@media(min-width:901px){
  .head-inner{grid-template-columns:250px minmax(0,1fr);column-gap:24px;}
  .head-inner nav{gap:16px;}
  .head-inner nav a{font-size:10px;letter-spacing:.035em;}
}
@media(min-width:901px) and (max-width:1180px){
  .head-inner{grid-template-columns:220px minmax(0,1fr);column-gap:16px;}
  .head-inner nav{gap:11px;}
  .head-inner nav a{font-size:9px;letter-spacing:.02em;}
}
.price .annual-price{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#617579;}

.bot-check{margin:14px 0;max-width:300px}.bot-check small{font-size:11px;line-height:1.4;color:#617579}.stay-note small{display:inline-block;margin-top:8px;font-size:11px;line-height:1.45;color:#617579}

/* V53 – Freigabe- und Adminsystem */
.admin-alert{padding:12px 14px;margin:0 0 16px;background:#f6e6dc;border-left:4px solid #9a4d2f;font-size:13px}
.admin-status{margin:16px 0;padding:12px 14px;background:#eef4f2;border-left:4px solid #17363b}
.admin-actions{margin:16px 0}.admin-actions form{display:flex;gap:10px;flex-wrap:wrap}
.admin-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:16px 0}.admin-preview img{width:100%;height:140px;object-fit:cover;border:1px solid var(--line)}
.admin-table{overflow:auto;background:#fff;border:1px solid var(--line)}.admin-table table{width:100%;border-collapse:collapse;min-width:720px}.admin-table th,.admin-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--line);font-size:12px}.admin-table th{background:#eef4f2}.admin-table a{font-weight:800;color:var(--sea)}
.status-pending{font-weight:900;color:#9a641c}.status-approved{font-weight:900;color:#2c6a50}.status-rejected,.status-disabled{font-weight:900;color:#8b3f3f}
.stay-card.premium{border:2px solid #17363b}
.form-field small{font-size:11px;line-height:1.4;color:#617579}
@media(max-width:650px){.admin-preview{grid-template-columns:1fr 1fr}.admin-preview img{height:120px}}
