/* ==========================================================================
   Ausflüge ab Tutzing — Stylesheet
   Heller, freundlicher Look: warmes Papierweiß, Wiesengrün, Aprikose.
   Bewusst ein einziges Erscheinungsbild, kein Dunkelmodus.
   ========================================================================== */

:root {
  color-scheme: light;

  /* Flächen */
  --papier:     #fdfbf6;   /* Seitenhintergrund, warmes Papierweiß */
  --papier-2:   #f2eee2;   /* getönte Abschnitte, Sand */
  --sage:       #eaf0e4;   /* Fußzeile und ruhige Flächen, helles Salbei */
  --karte:      #ffffff;

  /* Schrift */
  --tinte:      #242a26;   /* Fließtext, warmes Fast-Schwarz */
  --tinte-2:    #5b675e;   /* Sekundärtext */

  /* Akzente */
  --wiese:      #2f6b47;   /* Primärgrün — Kontrast 6,4:1 auf Weiß */
  --wiese-hell: #3d8a5c;
  --wiese-tief: #225035;
  --laerche:    #b04e1b;   /* Aprikose/Terrakotta — Kontrast 4,7:1 auf Weiß */
  --laerche-hell:#dd7a41;
  --see:        #1f6f8b;   /* Links — Kontrast 5,3:1 auf Weiß */

  --linie:      #e5dfd0;
  --schatten:   0 1px 2px rgba(60,50,30,.05), 0 8px 24px rgba(60,50,30,.07);
  --schatten-hoch: 0 2px 4px rgba(60,50,30,.07), 0 16px 40px rgba(60,50,30,.12);
  --radius:     14px;
  --breite:     1180px;
  --serif:      "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans:       "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Seitenhintergrund: Sonne oben rechts, Wiese in der Mitte, Wasser unten.
   Alle Töne bleiben sehr hell, damit der Fließtext seinen Kontrast behält. */
body {
  margin: 0;
  color: var(--tinte);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;

  background-color: var(--papier);
  background-image:
    radial-gradient(1100px 620px at 88% -8%,  rgba(245, 190,  70, .30), transparent 62%),
    radial-gradient( 900px 700px at -12% 42%, rgba(132, 190, 110, .26), transparent 60%),
    radial-gradient(1000px 800px at 105% 96%, rgba( 95, 172, 210, .28), transparent 62%),
    linear-gradient(180deg, #fdfbf5 0%, #faf6e9 34%, #f2f7ea 68%, #e8f2f3 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Jede Rubrik bekommt eine leicht eigene Stimmung */
body[data-seite="biken"]          { background-color: #fdfcf5; }
body[data-seite="spazieren"]      { background-color: #f8fbfb; }
body[data-seite="wandern"]        { background-color: #f9fbfc; }
body[data-seite="schlechtwetter"] { background-color: #fafafb; }
body[data-seite="sport"]          { background-color: #fefaf6; }
body[data-seite="termine"]        { background-color: #fefaf3; }
body[data-seite="gebirge"]        { background-color: #f8fafc; }
body[data-seite="wasser"]         { background-color: #f6fbfd; }
body[data-seite="staedte"]        { background-color: #fdfaf4; }
body[data-seite="zu-fuss"]        { background-color: #f9fbfc; }
body[data-seite="sehenswuerdigkeiten"] { background-color: #fdfaf4; }
body[data-seite="veranstaltungen"] { background-color: #fefaf6; }

/* --- Wetterkacheln auf der Startseite ----------------------------------- */
/* Das Gerüst startet auf hidden; sichtbar wird es erst, wenn wetter.js Daten hat. */
.wetter { margin-bottom: 2.5rem; }
.wetter .wetter-gitter {
  display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: .6rem;
}
.wetter-kachel {
  background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius);
  padding: 1.1rem 1.25rem; box-shadow: var(--schatten);
}
.wetter-kopf { display: flex; align-items: center; gap: .8rem; margin-bottom: .5rem; }
.wetter-zeichen { font-size: 2rem; line-height: 1; }
.wetter-kopf > div { flex: 1; display: flex; flex-direction: column; }
.wetter-ort   { font-weight: 700; font-size: 1.05rem; }
.wetter-hoehe { font-size: .8rem; color: var(--tinte-2); }
.wetter-grad  { font-size: 1.6rem; font-weight: 700; color: var(--see); }
.wetter-lage  { font-size: .9rem; color: var(--tinte-2); margin-bottom: .6rem; }
.wetter-tage  { display: grid; grid-template-columns: 1fr 1fr; gap: .1rem .9rem;
                border-top: 1px solid var(--linie); padding-top: .6rem; margin: 0; }
.wetter-tage dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em;
                  color: var(--tinte-2); }
.wetter-tage dd { margin: 0; font-size: .88rem; }
.wetter-regen { font-size: .82rem; color: var(--tinte-2); margin: .5rem 0 0; }
.wetter-quelle { font-size: .8rem; color: var(--tinte-2); }
.wetter-quelle a { color: var(--see); }

/* --- Vorschlagsblock „Was machen wir heute?“ ----------------------------- */
.vorschlaege {
  display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.vorschlag h3 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--laerche); margin-bottom: .7rem;
}
.vorschlag ul { list-style: none; margin: 0 0 .8rem; padding: 0; }
.vorschlag li {
  padding: .5rem 0; border-bottom: 1px solid var(--linie);
  display: flex; flex-direction: column; gap: .1rem;
}
.vorschlag li a { font-weight: 600; text-decoration: none; color: inherit; }
.vorschlag li a:hover { color: var(--see); text-decoration: underline; }
.vorschlag li span { font-size: .8rem; color: var(--tinte-2); }
.vorschlag > p { font-size: .85rem; margin: 0; }
.vorschlag > p a { color: var(--see); font-weight: 600; }

.bahn-link { margin-top: .7rem; font-size: .85rem; }
.bahn-link a { color: var(--see); }

/* Schalter „ohne Auto machbar“ — eine Ja/Nein-Frage, deshalb Checkbox statt Chip */
.filter-schalter { padding-top: .2rem; }
.schalter { display: inline-flex; align-items: center; gap: .55rem; cursor: pointer; font-size: .92rem; }
.schalter input { width: 1.05rem; height: 1.05rem; accent-color: var(--wiese); cursor: pointer; }
.schalter:hover span { color: var(--tinte); }
.schalter span { color: var(--tinte-2); }

/* Verbindliche Regeln, die für eine ganze Rubrik gelten — steht über den Karten */
.regelblock {
  background: #f2f8fb; border: 1px solid #cfe3ec; border-left: 4px solid var(--see);
  border-radius: var(--radius); padding: 1.3rem 1.5rem; margin-bottom: 2rem;
}
.regelblock h3 { font-size: 1.1rem; margin-bottom: .5rem; color: var(--see-tief, #14586f); }
.regelblock p  { color: var(--tinte-2); font-size: .95rem; margin-bottom: .6rem; }
.regelblock ul { margin: 0 0 .8rem 1.1rem; font-size: .95rem; color: var(--tinte-2); }
.regelblock li { margin-bottom: .35rem; }
.regelblock-quelle { font-size: .87rem; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.regelblock-quelle a { color: var(--see); }

/* Querverweis auf der Karte, wenn ein Ziel auch in einer anderen Rubrik steht */
.auch-unter {
  margin: .6rem 0 0; font-size: .86rem; color: var(--tinte-2);
}
.auch-unter a { color: var(--see); }

.wrap { width: min(100% - 2.5rem, var(--breite)); margin-inline: auto; }
.schmal { width: min(100% - 2.5rem, 780px); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.18; color: var(--tinte); margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); letter-spacing: -.015em; color: var(--wiese-tief); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.05rem; font-family: var(--sans); font-weight: 700; letter-spacing: .01em; }
p  { margin: 0 0 1em; }
a  { color: var(--see); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--laerche); }

/* --- Kopfzeile ---------------------------------------------------------- */
.kopf {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 251, 246, .90);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--linie);
}
.kopf-inner { display: flex; align-items: center; gap: 1.5rem; padding: .7rem 0; }
.marke { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--wiese); flex-shrink: 0; }
.marke svg { width: 38px; height: 38px; flex-shrink: 0; }
.marke-text { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; line-height: 1.15; color: var(--tinte); }
.marke-text small { display: block; font-family: var(--sans); font-size: .76rem; font-weight: 500; letter-spacing: .01em; color: var(--laerche); white-space: nowrap; }
@media (max-width: 900px) { .marke-text small { white-space: normal; } }

.nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: .15rem; }
.nav a {
  display: block; padding: .45rem .8rem; border-radius: 8px;
  font-size: .92rem; font-weight: 500; color: var(--tinte-2); text-decoration: none;
}
.nav a:hover { background: var(--sage); color: var(--wiese-tief); }
.nav a[aria-current="page"] { color: var(--wiese-tief); background: var(--sage); font-weight: 600; }

/* --- Hero --------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--linie); }
.hero-bild { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-svg  { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Nur so viel Abdunklung wie für lesbare weiße Schrift nötig */
.hero-schleier {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,38,28,.28) 0%, rgba(30,38,28,.48) 55%, rgba(26,34,25,.78) 100%);
}

/* Farbband unter dem Hero — liegt im Hintergrund, nimmt keinen Klick an */
.swoosh-band {
  background: var(--papier);
  line-height: 0;
  pointer-events: none;
  margin-bottom: clamp(-2.5rem, -4vw, -1.5rem);
}
.swoosh { display: block; width: 100%; height: clamp(74px, 8.5vw, 132px); }
.hero-inhalt { position: relative; padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(2.5rem, 6vw, 4.5rem); }
.hero-inhalt h1 { color: #fff; max-width: 20ch; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.hero-inhalt .lead { color: #fff; font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 58ch; text-shadow: 0 1px 14px rgba(0,0,0,.55); }
.hero-klein .hero-inhalt { padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(1.8rem, 4vw, 2.8rem); }
.kicker { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #ffd9bd; margin-bottom: .9rem; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.kicker.dunkel { color: var(--laerche); text-shadow: none; }

/* --- Abschnitte --------------------------------------------------------- */
section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
section.getoent {
  background-image: linear-gradient(135deg, #f4f1e3 0%, #eff4e7 48%, #e8f1f2 100%);
  border-block: 1px solid rgba(140, 150, 130, .16);
}
.abschnitt-kopf { max-width: 62ch; margin-bottom: 2rem; }
.abschnitt-kopf p { color: var(--tinte-2); font-size: 1.05rem; }
.abschnitt-kopf p.hinweis-block {
  margin-top: 1.1rem; padding: .85rem 1.1rem; font-size: .95rem;
  background: #fdf3e7; border-left: 4px solid var(--laerche);
  border-radius: 0 var(--radius) var(--radius) 0; color: var(--tinte);
}

/* --- Kategorie-Kacheln -------------------------------------------------- */
.kacheln { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.kachel {
  display: flex; flex-direction: column; background: var(--karte); border: 1px solid var(--linie);
  border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit;
  box-shadow: var(--schatten); transition: transform .18s ease, box-shadow .18s ease;
}
.kachel:hover { transform: translateY(-3px); box-shadow: var(--schatten-hoch); }
.kachel-bild { aspect-ratio: 16/10; background: var(--papier-2); position: relative; }
.kachel-bild img, .kachel-bild svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.kachel-text { padding: 1.3rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.kachel-text h3 { margin-bottom: .35rem; }
.kachel-text p { color: var(--tinte-2); font-size: .96rem; flex: 1; }
.kachel-cta { font-weight: 600; color: var(--wiese); font-size: .95rem; }
.kachel-zahl { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--laerche); margin-bottom: .5rem; }

/* --- Filterleiste ------------------------------------------------------- */
.filter { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.1rem 1.3rem; box-shadow: var(--schatten); margin-bottom: 2rem; }
.filter-zeile { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.filter-zeile + .filter-zeile { margin-top: .7rem; padding-top: .7rem; border-top: 1px dashed var(--linie); }
.filter-suche input[type="search"] {
  flex: 1; min-width: 12rem; max-width: 26rem;
  font: inherit; font-size: .95rem; padding: .45rem .8rem;
  border: 1px solid var(--linie); border-radius: 999px; background: var(--papier);
  color: var(--tinte);
}
.filter-suche input[type="search"]::placeholder { color: var(--tinte-2); opacity: .8; }
.filter-suche input[type="search"]:focus { outline: none; border-color: var(--wiese); background: #fff; }
[data-zuruecksetzen] { margin-left: auto; }
.filter-label { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tinte-2); min-width: 6.5rem; }
.chip {
  border: 1px solid var(--linie); background: var(--papier); color: var(--tinte-2);
  border-radius: 999px; padding: .3rem .85rem; font: inherit; font-size: .87rem; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.chip:hover { border-color: var(--wiese); color: var(--wiese); background: var(--sage); }
.chip[aria-pressed="true"] { background: var(--wiese); border-color: var(--wiese); color: #fff; font-weight: 600; }
.filter-info { margin-top: .8rem; font-size: .88rem; color: var(--tinte-2); }
.filter-info b { color: var(--tinte); }

/* --- Ziel-Karten -------------------------------------------------------- */
/* Karten einer Zeile sind gleich hoch (Grid streckt sie), die Linkleiste
   wird dabei nach unten geschoben — sonst wirkt das Raster unruhig. */
.ziele { display: grid; gap: 1.3rem; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); }
.ziel {
  background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius);
  box-shadow: var(--schatten); overflow: hidden;
  display: flex; flex-direction: column;
}
.ziel[hidden] { display: none; }
.ziel-bild { aspect-ratio: 16/9; background: var(--papier-2); position: relative; }
.ziel-bild img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Bildnachweis dezent in der Ecke, wird beim Überfahren deutlicher */
.ziel-bildnachweis {
  position: absolute; right: 0; bottom: 0;
  max-width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: .66rem; line-height: 1.4; padding: .1rem .45rem;
  color: rgba(255,255,255,.82); background: rgba(20,26,22,.42);
  text-decoration: none; border-radius: 6px 0 0 0;
}
.ziel-bildnachweis:hover { color: #fff; background: rgba(20,26,22,.78); }
/* Auf der Terminseite sitzt das Bild in der Textspalte, nicht als Kartenkopf */
.termin-bild {
  aspect-ratio: 16/9; position: relative; margin-bottom: .9rem;
  border-radius: var(--radius); overflow: hidden; background: var(--papier-2);
}
.termin-bild img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ziel-kopf { padding: 1.2rem 1.35rem .9rem; }
.ziel-meta-oben { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin-bottom: .5rem; }
.tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .18rem .5rem; border-radius: 5px; }
.tag-region { background: #e2eef2; color: #14586f; }
.tag-eigen  { background: #f8e5d6; color: #9c4416; }
.tag-hinweis{ background: #fdeecd; color: #8a5a06; }
.tag-aufwand{ background: #e6efe6; color: #2f6b47; }
.tag-lang   { background: #f3e3e3; color: #8a3030; }
.ziel h3 { font-size: 1.22rem; margin-bottom: .2rem; }
.ziel-unter { color: var(--tinte-2); font-size: .93rem; font-style: italic; margin: 0; }

.eckdaten { display: grid; grid-template-columns: repeat(auto-fit, minmax(84px, 1fr)); gap: .1rem 1rem; padding: .9rem 1.35rem; background: var(--sage); border-block: 1px solid var(--linie); }
.eckdaten div { padding: .25rem 0; }
.eckdaten dt { font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--tinte-2); }
.eckdaten dd { margin: 0; font-size: .95rem; font-weight: 600; color: var(--wiese-tief); }

.ziel-koerper { padding: 1.1rem 1.35rem 1.3rem; flex: 1; display: flex; flex-direction: column; }
.ziel-koerper p { font-size: .97rem; margin-bottom: .8rem; }
.ziel-koerper p:last-child { margin-bottom: 0; }
.ziel-koerper .linkliste { margin-top: auto; padding-top: 1rem; }
.zeile { display: flex; gap: .5rem; font-size: .9rem; margin-bottom: .45rem; }
.zeile b { color: var(--tinte-2); font-weight: 600; flex-shrink: 0; min-width: 5.5rem; }
.warnung { background: #fdf3e0; border-left: 3px solid var(--laerche); padding: .6rem .8rem; border-radius: 0 7px 7px 0; font-size: .9rem; margin: .8rem 0; color: #6f4409; }
.linkliste { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.linkliste a {
  font-size: .87rem; font-weight: 600; text-decoration: none; color: var(--wiese);
  border: 1px solid #bcd4c4; border-radius: 8px; padding: .3rem .7rem; background: var(--karte);
}
.linkliste a:hover { background: var(--wiese); color: #fff; border-color: var(--wiese); }

details.mehr > summary {
  cursor: pointer; list-style: none; font-size: .88rem; font-weight: 600; color: var(--wiese);
  padding-top: .3rem;
}
details.mehr > summary::-webkit-details-marker { display: none; }
details.mehr > summary::after { content: " ↓"; }
details.mehr[open] > summary::after { content: " ↑"; }
details.mehr[open] > summary { margin-bottom: .7rem; }

/* --- Gruppen-Überschrift ------------------------------------------------ */
/* Jede Gruppe steckt in einem eigenen [data-gruppe-block]; deshalb greift
   :first-of-type auf .gruppe-kopf nicht — der Abstand muss am Block hängen. */
.gruppe-kopf { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap;
  margin: 0 0 1.4rem; padding-bottom: .6rem; border-bottom: 2px solid #d9e4d3; }
[data-gruppe-block] { margin-top: 3.5rem; }
[data-gruppe-block]:first-of-type { margin-top: 0; }
[data-gruppe-block][hidden] { display: none; }
.gruppe-kopf h2 { margin: 0; font-size: 1.6rem; }
.gruppe-kopf span { color: var(--tinte-2); font-size: .9rem; }

.tag-monat { background: #e8efdd; color: #3f5c26; }

/* --- Gebirgsseite ------------------------------------------------------- */
.sprungmarken { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0 0; }
.sprungmarken a {
  font-size: .9rem; font-weight: 600; text-decoration: none; color: var(--wiese);
  background: var(--karte); border: 1px solid #bcd4c4; border-radius: 999px; padding: .35rem .9rem;
}
.sprungmarken a:hover { background: var(--wiese); color: #fff; border-color: var(--wiese); }

.gebirge-block { padding: clamp(2rem, 4vw, 3rem) 0; border-top: 1px solid var(--linie); scroll-margin-top: 5rem; }
.gebirge-block:nth-of-type(even) { background-image: linear-gradient(135deg, #f4f1e3 0%, #eff4e7 48%, #e8f1f2 100%); }
.gebirge-kopf { margin-bottom: 1.5rem; }
.gebirge-kopf h2 { margin-bottom: .2rem; }
.gebirge-gitter { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 860px) { .gebirge-gitter { grid-template-columns: 1fr; } }
.gebirge-text h4 { color: var(--laerche); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; margin: 1.4rem 0 .4rem; }
.gebirge-text h4:first-child { margin-top: 0; }
.gebirge-text p { font-size: 1rem; }
.gebirgsfoto { margin: 1.6rem 0 0; }
.gebirgsfoto img {
  display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover;
  border-radius: 10px; border: 1px solid var(--linie);
}
.gebirgsfoto figcaption { font-size: .86rem; color: var(--tinte-2); margin-top: .5rem; line-height: 1.5; }
.bildnachweis { display: block; font-size: .78rem; margin-top: .15rem; }
.bildnachweis a { color: var(--tinte-2); text-decoration: none; }
.bildnachweis a:hover { color: var(--see); text-decoration: underline; }

.karte-block { margin: 1.6rem 0 0; max-width: 480px; }
.karte-block .karte {
  display: block; width: 100%; height: auto;
  border: 1px solid var(--linie); border-radius: 10px; background: #f7f5ec;
}
.karte-block figcaption { font-size: .8rem; color: var(--tinte-2); margin-top: .45rem; line-height: 1.45; }
.gebirge-seite > div { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.1rem 1.25rem; box-shadow: var(--schatten); margin-bottom: 1rem; }
.gebirge-seite h4 { color: var(--wiese-tief); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .6rem; }
.gipfel ul { margin: 0; padding-left: 1.1rem; font-size: .94rem; columns: 2; column-gap: 1.2rem; }
@media (max-width: 520px) { .gipfel ul { columns: 1; } }
.gipfel li { margin-bottom: .2rem; break-inside: avoid; }
.eckdaten-block .zeile { display: block; margin-bottom: .8rem; }
.eckdaten-block .zeile:last-child { margin-bottom: 0; }
.eckdaten-block .zeile b { display: block; min-width: 0; font-size: .72rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--tinte-2); margin-bottom: .1rem; }

/* --- Zitat -------------------------------------------------------------- */
.zitat { border-left: 3px solid var(--laerche); padding: .4rem 0 .4rem 1.4rem; margin: 2rem 0; }
.zitat p { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--tinte); margin-bottom: .3rem; }
.zitat cite { font-style: normal; font-size: .88rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--tinte-2); }

/* --- Wetter-Schnellzugriff ---------------------------------------------- */
.wetter-gitter { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.wetter-karte { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.2rem 1.3rem; box-shadow: var(--schatten); }
.wetter-karte h4 { display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; color: var(--wiese-tief); }
.wetter-karte svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--laerche); }
.wetter-karte p { font-size: .93rem; color: var(--tinte-2); margin: 0; }
.wetter-karte a { font-weight: 600; }

/* --- Termine ------------------------------------------------------------ */
.termine { display: grid; gap: 0; }
.termin { display: grid; grid-template-columns: 12rem 1fr; gap: 1.5rem; padding: 1.3rem 0; border-bottom: 1px solid var(--linie); }
.termin:first-child { border-top: 1px solid var(--linie); }
.termin-monat { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--laerche); }
.termin-ort { font-size: .85rem; color: var(--tinte-2); text-transform: uppercase; letter-spacing: .07em; font-weight: 600; margin-bottom: .3rem; }
.termin h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.termin p { font-size: .95rem; color: var(--tinte-2); margin: 0; }
@media (max-width: 640px) { .termin { grid-template-columns: 1fr; gap: .35rem; } }

/* --- Info-Boxen --------------------------------------------------------- */
.info { background: var(--karte); border: 1px solid var(--linie); border-left: 4px solid var(--wiese); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.2rem 1.4rem; margin: 1.5rem 0; box-shadow: var(--schatten); }
.info h4 { margin-bottom: .5rem; color: var(--wiese-tief); }
.info p:last-child, .info ul:last-child { margin-bottom: 0; }
.info ul { margin: 0 0 1em; padding-left: 1.2rem; }
.info li { margin-bottom: .35rem; font-size: .96rem; }

.bahn-gitter { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.bahn { background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.2rem 1.3rem; box-shadow: var(--schatten); }
.bahn .linie-name { display: inline-block; background: var(--wiese); color: #fff; font-weight: 700; font-size: .82rem; letter-spacing: .05em; padding: .18rem .6rem; border-radius: 5px; margin-bottom: .6rem; }
.bahn p { font-size: .94rem; color: var(--tinte-2); margin: 0; }

/* --- Fußzeile ----------------------------------------------------------- */
.fuss { background: var(--sage); color: var(--tinte-2); padding: 3rem 0 2rem; margin-top: 4rem; border-top: 1px solid var(--linie); }
.fuss-gitter { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-bottom: 2rem; }
.fuss h4 { color: var(--wiese-tief); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .8rem; }
.fuss a { color: var(--tinte-2); text-decoration: none; display: block; padding: .18rem 0; font-size: .94rem; }
.fuss a:hover { color: var(--wiese); text-decoration: underline; }
.fuss p { font-size: .92rem; margin-bottom: .6rem; }
.fuss-unten { border-top: 1px solid #d5dfcd; padding-top: 1.4rem; font-size: .85rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }

/* --- Tabellen ----------------------------------------------------------- */
.tabelle-scroll { overflow-x: auto; margin: 1.5rem 0; }
table { border-collapse: collapse; width: 100%; font-size: .94rem; }
th, td { text-align: left; padding: .6rem .8rem; border-bottom: 1px solid var(--linie); }
th { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--tinte-2); }

/* --- Knöpfe und Diverses ------------------------------------------------ */
.knopf {
  display: inline-block; background: var(--laerche); color: #fff; text-decoration: none;
  font-weight: 600; padding: .7rem 1.4rem; border-radius: 9px; box-shadow: var(--schatten);
}
.knopf:hover { background: var(--laerche-hell); color: #fff; }
.knopf-hell { background: rgba(255,255,255,.16); color: #fff; border: 1.5px solid rgba(255,255,255,.7); box-shadow: none; backdrop-filter: blur(4px); }
.knopf-hell:hover { background: rgba(255,255,255,.3); border-color: #fff; }
.knopf-reihe { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.leer-hinweis { padding: 2.5rem; text-align: center; color: var(--tinte-2); border: 2px dashed var(--linie); border-radius: var(--radius); }
.skip { position: absolute; left: -9999px; }
.skip:focus { position: static; display: inline-block; padding: .5rem 1rem; background: var(--laerche); color: #fff; }

:focus-visible { outline: 3px solid var(--laerche); outline-offset: 2px; border-radius: 4px; }

@media (max-width: 760px) {
  .kopf-inner { flex-wrap: wrap; gap: .5rem; }
  .nav { margin-left: 0; width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: .2rem; }
  .nav a { white-space: nowrap; }
  .filter-label { min-width: 100%; }
}

@media print {
  .kopf, .fuss, .filter, .hero-bild, .hero-schleier { display: none !important; }
  .ziel { break-inside: avoid; box-shadow: none; }
  details.mehr { display: block; }
  details.mehr > summary { display: none; }
}

/* Einkehr: Ruhetage und Saisonbetrieb stehen als Zusatz hinter dem Namen */
.einkehr-hinweis { color: var(--tinte-2); font-size: .88em; }

/* --- Symbolleiste ganz oben auf der Karte -------------------------------- */
/* Art des Ausflugs, Streckenform, Einkehr, Anreise, Saison und Wetterlage auf
   einen Blick. Jedes Symbol trägt seinen Text im title und im aria-label. */
.symbolleiste {
  display: flex; flex-wrap: wrap; gap: .35rem;
  padding: .6rem 1.35rem .55rem;
  border-bottom: 1px solid var(--linie);
  background: var(--sage);
}
.sym {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.65rem; height: 1.65rem; border-radius: 7px;
  background: var(--karte); color: var(--wiese);
  border: 1px solid var(--linie);
  cursor: help;
}
.sym svg { width: 1rem; height: 1rem; }
.sym:hover, .sym:focus-visible {
  background: var(--wiese); color: #fff; border-color: var(--wiese);
}
/* Die Art des Ausflugs steht vorn und ist gefüllt — sie führt das Auge */
.sym-art { background: var(--wiese); color: #fff; border-color: var(--wiese); }
.sym-art:hover, .sym-art:focus-visible { background: var(--wiese-tief); border-color: var(--wiese-tief); }

@media (max-width: 560px) {
  .sym { width: 1.5rem; height: 1.5rem; }
  .sym svg { width: .9rem; height: .9rem; }
}

/* --- Terminkalender ------------------------------------------------------- */
.kalender {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem 1.8rem; margin: 0 0 1.6rem;
  padding: 1.1rem 1.35rem 1rem;
  background: var(--karte); border: 1px solid var(--linie);
  border-radius: var(--radius); box-shadow: var(--schatten);
}
.kal-monat h3 {
  font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--tinte-2); margin: 0 0 .6rem; text-align: center;
}
.kal-raster {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px;
  text-align: center; font-size: .82rem;
}
.kal-wt {
  font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--tinte-2); padding-bottom: .3rem;
}
.kal-tag {
  padding: .28rem 0; border-radius: 6px; color: var(--tinte-2);
  line-height: 1.5;
}
.kal-wochenende { color: var(--tinte); }
/* Ein Tag mit Termin ist anklickbar — das ist der Sinn des Kalenders */
.kal-voll { background: var(--sage); font-weight: 700; }
.kal-voll a {
  display: block; color: var(--wiese-tief); text-decoration: none;
  border-radius: 6px;
}
.kal-voll:hover { background: var(--wiese); }
.kal-voll:hover a { color: #fff; }
.kal-heute { outline: 2px solid var(--laerche); outline-offset: -2px; }
.kal-heute:not(.kal-voll) { font-weight: 700; color: var(--laerche); }
.kal-hinweis {
  grid-column: 1 / -1; margin: .2rem 0 0; padding-top: .7rem;
  border-top: 1px solid var(--linie);
  font-size: .8rem; color: var(--tinte-2);
}

/* Sprungziel des Kalenders. Der Versatz hält die Karte unter der Kopfzeile,
   statt sie halb darunter verschwinden zu lassen. */
.sprungmarke {
  display: block; height: 0; scroll-margin-top: 5rem;
}

/* Zusatz zum Termin: „Maidult“, „42. Ausgabe“ */
.tag-zusatz { background: var(--laerche-hell); color: var(--tinte); }

/* Zeichenerklärung: derselbe Inhalt wie die Tooltips, nur lesbar ohne Mauszeiger */
.zeichen {
  margin: 0 0 1.4rem; padding: .6rem .9rem;
  background: var(--karte); border: 1px solid var(--linie); border-radius: var(--radius);
}
.zeichen summary {
  cursor: pointer; font-size: .9rem; font-weight: 600; color: var(--tinte-2);
  list-style-position: outside;
}
.zeichen summary:hover { color: var(--wiese-tief); }
.zeichen-raster {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem 1.6rem; margin-top: .9rem; padding-top: .8rem;
  border-top: 1px solid var(--linie);
}
.zeichen h3 {
  font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--tinte-2); margin: 0 0 .45rem;
}
.zeichen ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.zeichen li { display: flex; align-items: center; gap: .5rem; font-size: .88rem; }
.zeichen li .sym { flex: none; cursor: default; }
