/* ==========================================================================
   Tortuga Reisen – Basis + Startseite
   ========================================================================== */



/* --- 3. Layout ----------------------------------------------------------- */
.t-mass { max-width: var(--t-mass); margin-inline: auto;
          padding-inline: clamp(1rem, 4vw, 2rem); }

.t-sektion { padding-block: var(--t-luft); position: relative; }
.t-sektion--sand   { background: var(--t-sand); }
.t-sektion--schaum { background: var(--t-schaum); margin: 3rem; }
.t-sektion > .t-mass { position: relative; z-index: 1; }

.t-eyebrow {
  font-family: var(--t-mono);
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--t-blau); margin: 0 0 .5rem;
  display: flex; align-items: center; gap: .75rem;
}
.t-eyebrow::after { content: ""; flex: 1; height: 1px;
                    background: var(--t-linie); border-radius: var(--t-r-pille); }

.t-kopf { max-width: 46rem; margin: 4rem 0rem 4rem 0rem; }
.t-kopf p { color: var(--t-gedaempft); margin-bottom: 0; }
.t-kopf--mitte { margin-inline: auto; text-align: center; }
.t-kopf--mitte .t-eyebrow { justify-content: center; }
.t-kopf--mitte .t-eyebrow::after,
.t-kopf--mitte .t-eyebrow::before { content: ""; flex: 0 1 3rem;
                                    height: 1px; background: var(--t-linie); }



/* --- 5. Hintergrundmuster: Meerestiere ----------------------------------- */
.t-muster {
  position: absolute; inset: 0;
  pointer-events: none; opacity: .045;
  color: var(--t-tiefsee); z-index: 0;
}
.t-hero .t-muster { color: #ffffff; opacity: .06; }


/* --- 7. Hero ------------------------------------------------------------- */.t-hero {	position: relative;	isolation: isolate;	overflow: hidden;	background: var(--t-blau-900);	background-image: radial-gradient(110% 85% at 18% 0%,		var(--t-blau-700) 0%, var(--t-blau-900) 62%);	color: var(--t-auf-dunkel);}/* --- Inhalt --------------------------------------------------------------- */.t-hero__inhalt {	position: relative;	z-index: 2;	display: grid;	gap: clamp(1.5rem, 4vw, 3rem);	align-items: center;	max-width: var(--t-breite);	margin-inline: auto;	padding-inline: clamp(1rem, 4vw, 2rem);	/* flacher als zuvor (war 3–5.5rem / 4–6.5rem); unten Platz für die Welle */	padding-block: clamp(1.75rem, 4.5vw, 3rem) clamp(3.25rem, 7vw, 5rem);}@media (min-width: 56rem) {	.t-hero__inhalt { grid-template-columns: 1.05fr 0.95fr; }}.t-hero__auge {	margin: 0 0 var(--t-space-2);	font-size: var(--t-fs-300);	letter-spacing: 0.14em;	text-transform: uppercase;	color: var(--t-auf-dunkel-mute);}.t-hero h1 {	margin: 0;	font-family: var(--t-font-titel);	font-size: var(--t-fs-900);	line-height: 1.1;	color: var(--t-weiss);}.t-hero__intro {	max-width: 34rem;	margin: var(--t-space-4) 0 0;	font-size: var(--t-fs-400);	color: var(--t-auf-dunkel-mute);}.t-hero__aktionen {	display: flex;	flex-wrap: wrap;	gap: var(--t-space-3);	margin: var(--t-space-6) 0 0;}/* Fokusring braucht auf Dunkelblau seine eigenen 3:1 */.t-hero { --t-fokus: var(--t-weiss); }.t-hero .t-btn--linie {	color: var(--t-weiss);	border-color: rgb(255 255 255 / 0.5);}.t-hero .t-btn--linie:hover,.t-hero .t-btn--linie:focus-visible {	background: var(--t-weiss);	color: var(--t-blau-900);	border-color: var(--t-weiss);}/* Bild etwas flacher, damit es die Hero-Höhe nicht wieder hochzieht */.t-hero__bild {	overflow: hidden;	aspect-ratio: 16 / 10;	border-radius: var(--t-radius) 72px var(--t-radius) 72px;	box-shadow: 0 18px 48px rgb(0 0 0 / 0.35);}.t-hero__bild img { width: 100%; height: 100%; object-fit: cover; display: block; }/* --- Meerestiere ---------------------------------------------------------- *//* Austauschbar: nur den src im Markup ändern. Schwarze Strich-PNG/SVG werden   per Filter weiß gefärbt — dadurch passt jede Quelle ohne Nachbearbeitung. */.t-tiere {	position: absolute;	inset: 0;	z-index: 1;	pointer-events: none;	overflow: hidden;}.t-tiere__tier {	position: absolute;	left: var(--x, 50%);	top: var(--y, 50%);	width: var(--gr, 4rem);	height: auto;	transform: translate(-50%, -50%) rotate(var(--dr, 0deg));	opacity: 0.1;	filter: brightness(0) invert(1);	user-select: none;}/* Auf schmalen Viewports nur eine Auswahl — sonst wird es unruhig */@media (max-width: 48rem) {	.t-tiere__tier:nth-child(n + 5) { display: none; }	.t-tiere__tier { opacity: 0.08; }}/* --- Wellenkante zum nächsten Container ----------------------------------- */.t-welle {	position: absolute;	inset-inline: 0;	bottom: -1px;            /* deckt Subpixel-Fugen ab */	z-index: 3;	display: block;	width: 100%;	height: clamp(2.25rem, 4.5vw, 4.5rem);	fill: var(--t-weiss);    /* = Hintergrund des Folge-Containers */	pointer-events: none;}/* Folgt eine Sandfläche statt Weiß: .t-hero--auf-sand am Hero setzen */.t-hero--auf-sand .t-welle { fill: var(--t-sand); }/* --- Druck ---------------------------------------------------------------- */@media print {	.t-hero { background: none; color: #000; }	.t-tiere, .t-welle { display: none; }}

/* --- 8. Karten ----------------------------------------------------------- */
.t-gitter {
  display: grid; gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
}

.t-karte {
  background: var(--t-papier);
  border: 1px solid var(--t-linie);
  border-radius: var(--t-r-gross);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.t-karte:hover { transform: translateY(-4px); box-shadow: var(--t-schatten); }
.t-karte__bild { aspect-ratio: 3 / 2; background: var(--t-sand); overflow: hidden; }
.t-karte__bild img { width: 100%; height: 100%; object-fit: cover; }
.t-karte__inhalt { padding: 1.3rem 1.5rem 1.6rem; display: flex;
                   flex-direction: column; flex: 1; }
.t-karte h3 { margin-bottom: .4rem; }
.t-karte h3 a { color: inherit; text-decoration: none; }
.t-karte h3 a:hover { color: var(--t-blau); text-decoration: underline; }
.t-karte p { color: var(--t-gedaempft); font-size: .95rem; }
.t-karte__fuss { margin-top: auto; padding-top: 1rem;
                 display: flex; justify-content: space-between;
                 align-items: baseline; gap: 1rem; }

.t-meta {
  font-family: var(--t-mono); font-size: .78rem;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--t-gedaempft);
  display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .6rem;
}
.t-meta span + span::before { content: "· "; color: var(--t-linie); }

.t-preis { font-family: var(--t-mono); font-weight: 600; font-size: 1.05rem;
           color: var(--t-tiefsee); white-space: nowrap; text-align: right; }
.t-preis small { display: block; font-size: .68rem; font-weight: 400;
                 letter-spacing: .12em; text-transform: uppercase;
                 color: var(--t-gedaempft); }

/* --- 9. Länderauswahl ---------------------------------------------------- */
.t-laender {
  display: grid; gap: 1.5rem; list-style: none; margin: 0; padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}
.t-land {
  position: relative; overflow: hidden;
  min-height: 15rem; display: flex; align-items: flex-end;
  background: var(--t-tiefsee); isolation: isolate;
  /* Organische Kachel: eine Ecke bleibt weich rund */
  border-radius: var(--t-r-gross) 72px var(--t-r-gross) 72px;
}
/* Jede zweite Kachel spiegelt die Form – erzeugt ein Wellenmuster im Raster */
.t-land:nth-child(even) { border-radius: 72px var(--t-r-gross) 72px var(--t-r-gross); }

.t-land img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: -2; transition: transform .5s ease;
}
.t-land::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(16,49,79,.9) 10%,
                                      rgba(16,49,79,.28) 62%,
                                      rgba(16,49,79,.05) 100%);
}
.t-land:hover img, .t-land:focus-within img { transform: scale(1.06); }
.t-land__name {
  font-family: var(--t-serif); font-size: 1.3rem; color: #fff;
  padding: 1.4rem 1.5rem; margin: 0; width: 100%;
}
.t-land__name a { color: #fff; text-decoration: none; }
.t-land__name a::after { content: ""; position: absolute; inset: 0; }
.t-land__name a:hover { text-decoration: underline; }
.t-land:focus-within { outline: 3px solid var(--t-tuerkis); outline-offset: 3px; }
.t-land__anzahl { font-family: var(--t-mono); font-size: .74rem;
                  letter-spacing: .12em; color: #b3cde0;
                  display: block; margin-top: .2rem; text-transform: uppercase; }

/* --- 10. Partner --------------------------------------------------------- */
.t-partner {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  align-items: center; gap: clamp(2rem, 5vw, 2rem);
}
.t-partner li { flex: 0 0 auto; }
.t-partner img {
  max-height: 56px; width: auto;
  filter: grayscale(1); opacity: .62;
  transition: filter .2s, opacity .2s, transform .2s;
}
.t-partner a:hover img,
.t-partner a:focus-visible img { filter: grayscale(0); opacity: 1;
                                 transform: scale(1.04); }
.t-partner a:focus-visible { outline-offset: 6px; }

/* --- 11. Reiseberichte --------------------------------------------------- */
.t-fp-berichte {	padding-block: 30px;	background: var(--t-sand);	position: relative;} /* Kopf: "Aus dem Logbuch" sitzt jetzt 30px unter der Sandkante */.t-fp-berichte__kopf {	max-width: 46rem;	margin-bottom: var(--t-space-6);} .t-fp-berichte__auge {	margin: 0 0 var(--t-space-2);	display: flex;	align-items: center;	gap: var(--t-space-3);	font-size: var(--t-fs-300);	letter-spacing: 0.14em;	text-transform: uppercase;	color: var(--t-blau-600);}.t-fp-berichte__auge::after {	content: "";	flex: 1;	height: 1px;	background: var(--t-linie);} .t-fp-berichte__kopf h2 {	margin: 0;	font-family: var(--t-font-titel);	font-size: var(--t-fs-700);	color: var(--t-blau-900);} .t-fp-berichte__intro {	margin: var(--t-space-3) 0 0;	color: var(--t-text-mute);} /* --- Zeilen aus [tortuga_berichte] --------------------------------------- */.t-fp-berichte .t-berichte {	display: grid;	gap: 0;	border-top: 1px solid var(--t-linie);} .t-fp-berichte .t-bericht {	display: grid;	gap: var(--t-space-1) var(--t-space-4);	padding-block: var(--t-space-4);	border-bottom: 1px solid var(--t-linie);} @media (min-width: 45rem) {	.t-fp-berichte .t-bericht {		grid-template-columns: 11rem 1fr auto;		align-items: baseline;	}	.t-fp-berichte .t-bericht p:last-child { grid-column: 2 / 3; }} .t-fp-berichte .t-bericht__ort,.t-fp-berichte .t-bericht__jahr {	margin: 0;	font-size: var(--t-fs-300);	letter-spacing: 0.08em;	text-transform: uppercase;	color: var(--t-text-mute);}.t-fp-berichte .t-bericht__jahr { text-align: right; } .t-fp-berichte .t-bericht h3 {	margin: 0;	font-family: var(--t-font-titel);	font-size: var(--t-fs-600);	line-height: 1.25;}.t-fp-berichte .t-bericht h3 a {	color: var(--t-blau-900);	text-decoration: none;}.t-fp-berichte .t-bericht h3 a:hover,.t-fp-berichte .t-bericht h3 a:focus-visible {	color: var(--t-blau-600);	text-decoration: underline;} .t-fp-berichte .t-bericht p:last-child {	margin: var(--t-space-1) 0 0;	font-size: var(--t-fs-300);	color: var(--t-text-mute);} /* --- Abschluss: "Alle Reiseberichte" ------------------------------------- *//* margin-bottom 0, damit die 30px der Sektion exakt stehenbleiben */.t-fp-berichte__aktion {	margin: var(--t-space-6) 0 0;}

/* --- 12. Anfrage-Hinweis ------------------------------------------------- */
.t-hinweis {
  background: var(--t-blau);
  background-image: radial-gradient(110% 140% at 90% 0%, #2f76c0 0%, #2665a7 65%);
  color: #fff;
  border-radius: var(--t-r-gross) 96px var(--t-r-gross) 96px;
  padding: clamp(1.9rem, 4vw, 3.2rem) clamp(1.75rem, 5vw, 4rem);
  display: grid; gap: 1.5rem; align-items: center;
  overflow: hidden; position: relative;
}
@media (min-width: 800px) { .t-hinweis { grid-template-columns: 1fr auto; gap: 2.5rem; } }
.t-hinweis h2 { color: #fff; margin-bottom: .35rem; }
.t-hinweis p { color: #dbe7f3; margin: 0; max-width: 42rem; }
.t-hinweis .t-btn {  color: var(--t-blau); border-color: #fff;
                    white-space: nowrap; position: relative; z-index: 1; }
.t-hinweis .t-btn:hover { background: var(--t-tiefsee); color: #fff;
                          border-color: var(--t-tiefsee); }
.t-hinweis .t-muster { color: #fff; opacity: .07; }

/* --- 13. Leerzustand ----------------------------------------------------- */
.t-leer {
  border: 1px dashed var(--t-linie); border-radius: var(--t-r-mittel);
  padding: 2rem; text-align: center; color: var(--t-gedaempft);
}

/* --- 14. Bewegung reduzieren – WCAG 2.3.3 -------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .tortuga *, .tortuga *::before, .tortuga *::after {
    animation: none !important; transition: none !important;
  }
  .t-karte:hover { transform: none; }
  .t-land:hover img, .t-land:focus-within img { transform: none; }
  .t-partner a:hover img { transform: none; }
}

/* --- 15. Druck ----------------------------------------------------------- */
@media print {
  .t-hero { background: none; color: #000; }
  .t-muster, .t-welle { display: none; }
  .t-partner img { filter: none; opacity: 1; }
}


/* ==========================================================================
   Tortuga Reisen – Header & Footer   ========================================================================== */
		
/* Hello Elementor: Reste des Theme-Layouts neutralisieren ------------------ */
.site-header,
.site-footer { display: none !important; }

body { margin: 0; }

/* Sprungziel unter der Kopfleiste – kein sichtbares Element, aber fokussierbar */
#inhalt { scroll-margin-top: 6rem; }
#inhalt:focus { outline: none; }

/* Nur für Screenreader – WCAG 1.3.1 */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap;
}


/* --- 1. Kopfleiste ------------------------------------------------------- */
.t-kopfleiste {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.t-kopfleiste--gescrollt {
  border-bottom-color: var(--t-linie);
  box-shadow: 0 6px 24px rgba(16, 49, 79, .07);
}

.t-kopfleiste__innen {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.75rem;
}

/* --- 2. Logo ------------------------------------------------------------- */
.t-logo {
  display: inline-flex; align-items: baseline; gap: .45rem;
  text-decoration: none; line-height: 1;
  flex: 0 0 auto;
}
.t-logo__bild { max-height: 3rem; width: auto; }
.t-logo__wort {
  font-family: var(--t-serif);
  font-size: 1.65rem; font-weight: 600;
  color: var(--t-tiefsee); letter-spacing: -.015em;
}
.t-logo__zusatz {
  font-family: var(--t-mono);
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--t-tuerkis);
}

/* --- 3. Burger (nur mobil sichtbar) -------------------------------------- */
.t-burger {
  display: inline-flex; align-items: center; gap: .6rem;
  background: none; border: 0; cursor: pointer;
  padding: .6rem .25rem;
  font: 600 .95rem/1 var(--t-sans); color: var(--t-tiefsee);
}
.t-burger__striche,
.t-burger__striche::before,
.t-burger__striche::after {
  display: block; width: 22px; height: 2px;
  background: currentColor; border-radius: var(--t-r-pille);
  transition: transform .2s ease, opacity .2s ease;
}
.t-burger__striche { position: relative; }
.t-burger__striche::before,
.t-burger__striche::after { content: ""; position: absolute; left: 0; }
.t-burger__striche::before { top: -7px; }
.t-burger__striche::after  { top:  7px; }

.t-burger[aria-expanded="true"] .t-burger__striche { background: transparent; }
.t-burger[aria-expanded="true"] .t-burger__striche::before { transform: translateY(7px) rotate(45deg); }
.t-burger[aria-expanded="true"] .t-burger__striche::after  { transform: translateY(-7px) rotate(-45deg); }

/* --- 4. Navigation ------------------------------------------------------- */
.t-nav__liste {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .25rem;
}
.t-nav__liste a {
  display: block; text-decoration: none;
  padding: .65rem .9rem;
  border-radius: var(--t-r-pille);
  font-weight: 500; color: var(--t-text);
  transition: background-color .15s, color .15s;
}
.t-nav__liste a:hover { background: var(--t-sand); color: var(--t-blau-dunkel); }

/* Aktueller Menüpunkt – WordPress vergibt diese Klassen selbst */
.t-nav__liste .current-menu-item > a,
.t-nav__liste .current-menu-ancestor > a,
.t-nav__liste .current_page_item > a {
  color: var(--t-blau); font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--t-tuerkis);
  border-radius: var(--t-r-klein);
}

/* Untermenü */
.t-nav__liste .sub-menu {
  list-style: none; margin: 0; padding: .4rem;
  background: var(--t-papier);
  border: 1px solid var(--t-linie);
  border-radius: var(--t-r-mittel);
  box-shadow: var(--t-schatten);
  min-width: 13rem;
}
.t-nav__liste .sub-menu a { padding: .55rem .75rem; font-size: .95rem; }

.t-btn--klein { padding: .7rem 1.25rem; font-size: .95rem; }
.t-btn--hell  { background: #fff; color: var(--t-tiefsee); border-color: #fff; }
.t-btn--hell:hover { background: var(--t-tuerkis); border-color: var(--t-tuerkis); color: #fff; }


/* --- 5. Mobil: Navigation als Panel -------------------------------------- */
@media (max-width: 61.99rem) {
  .t-nav {
    position: fixed; inset: 4.75rem 0 0 0;
    background: var(--t-papier);
    padding: 1.5rem clamp(1rem, 5vw, 2rem) 3rem;
    overflow-y: auto;
    display: flex; flex-direction: column; gap: 1.5rem;

    transform: translateY(-8px);
    opacity: 0; visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .t-nav-offen .t-nav { transform: none; opacity: 1; visibility: visible; }
  .t-nav-offen { overflow: hidden; }   /* Hintergrund nicht mitscrollen */

  .t-nav__liste { flex-direction: column; gap: .1rem; }
  .t-nav__liste > li > a { font-size: 1.15rem; padding: .85rem .75rem; }
  .t-nav__liste .sub-menu {
    border: 0; box-shadow: none; padding: 0 0 .5rem 1rem;
    border-left: 2px solid var(--t-linie); border-radius: 0;
    margin-left: .75rem;
  }
  .t-nav__aktion .t-btn { display: block; text-align: center; }
}

/* --- 6. Desktop ---------------------------------------------------------- */
@media (min-width: 62rem) {
  .t-burger { display: none; }

  .t-nav {
    display: flex; align-items: center; gap: 1.5rem;
    visibility: visible; opacity: 1;
  }
  .t-nav__liste { flex-wrap: nowrap; }

  /* Untermenü aufklappen bei Hover und bei Tastaturfokus – WCAG 2.1.1 */
  .t-nav__liste > li { position: relative; }
  .t-nav__liste .sub-menu {
    position: absolute; top: 100%; left: 0;
    opacity: 0; visibility: hidden; transform: translateY(4px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
  }
  .t-nav__liste > li:hover > .sub-menu,
  .t-nav__liste > li:focus-within > .sub-menu {
    opacity: 1; visibility: visible; transform: none;
  }
}


/* --- 7. Fußleiste -------------------------------------------------------- */
.t-fussleiste { margin-top: 0; }

.t-fussleiste__haupt {
  background: var(--t-tiefsee);
  background-image: radial-gradient(120% 100% at 10% 0%, #17456b 0%, #10314f 62%);
  color: #c4d4e2;
  padding-block: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem);
}

.t-fuss__gitter {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 40rem) { .t-fuss__gitter { grid-template-columns: 1fr 1fr; } }
@media (min-width: 62rem) { .t-fuss__gitter { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem; } }

.t-fussleiste .t-logo__wort   { color: #fff; }
.t-fussleiste .t-logo__zusatz { color: var(--t-tuerkis); }
.t-fuss__marke p { margin-top: 1rem; max-width: 26rem; font-size: .95rem; color: #a9bfd2; }

.t-fuss__titel {
  font-family: var(--t-mono);
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--t-tuerkis);
  margin: 0 0 1rem; font-weight: 500;
}

.t-fuss__liste { list-style: none; margin: 0; padding: 0; }
.t-fuss__liste li + li { margin-top: .55rem; }

.t-fussleiste a { color: #dbe7f3; text-decoration: none; }
.t-fussleiste a:hover { color: #fff; text-decoration: underline;
                        text-underline-offset: 3px; }
.t-fussleiste a:focus-visible { outline: 3px solid var(--t-tuerkis); outline-offset: 3px; }

.t-fuss__adresse { font-style: normal; font-size: .95rem; line-height: 1.8; }
.t-fuss__cta p   { font-size: .95rem; color: #a9bfd2; margin-bottom: 1.25rem; }
.t-fuss__cta .t-btn { display: inline-block; }

/* --- 8. Untere Zeile ----------------------------------------------------- */
.t-fussleiste__unten {
  background: #0b2540;
  padding-block: 1.25rem;
  color: #8fb0cb;
}
.t-fuss__zeile {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: .75rem 1.5rem;
}
.t-fuss__copy { margin: 0; font-size: .85rem; }

.t-fuss__recht {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
  font-size: .85rem;
}
.t-fuss__recht a { color: #8fb0cb; }
.t-fuss__recht a:hover { color: #fff; }

/* --- 9. Bewegung reduzieren – WCAG 2.3.3 --------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .t-nav, .t-nav__liste .sub-menu,
  .t-burger__striche, .t-burger__striche::before, .t-burger__striche::after,
  .t-kopfleiste { transition: none !important; }
}

/* --- 10. Kontrastmodus / Druck ------------------------------------------- */
@media (forced-colors: active) {
  .t-kopfleiste { background: Canvas; border-bottom: 1px solid CanvasText; }
  .t-burger__striche,
  .t-burger__striche::before,
  .t-burger__striche::after { background: CanvasText; }
}

@media print {
  .t-kopfleiste, .t-burger, .t-nav__aktion, .t-fussleiste .t-welle { display: none; }
  .t-fussleiste__haupt, .t-fussleiste__unten { background: none; color: #000; }
  .t-fussleiste a { color: #000; }
}
											  