/* =========================================================
   WEBFONTS (Manrope: 300, 400, 500, 600, 700 / Lora: Italic)
   ========================================================= */
/* Manrope Light (300) */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v20-latin-300.woff2') format('woff2');
}
/* Manrope Regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2');
}
/* Manrope Medium (500) */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v20-latin-500.woff2') format('woff2');
}
/* Manrope Semibold (600) */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v20-latin-600.woff2') format('woff2');
}
/* Manrope Bold (700) */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2');
}
/* Lora Italic (400) */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lora-v37-latin-italic.woff2') format('woff2');
}
/* Lora Medium Italic (500) */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/lora-v37-latin-500italic.woff2') format('woff2');
}
/* =========================================================
   MODERNES CSS RESET & ACCESSIBILITY
   ========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
}
body {
overflow-x: hidden;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-weight: inherit;
  font-size: inherit;
}
h2, h3, h4 {
  break-after: avoid;
}
p {
  text-wrap: pretty;
  hyphens: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
  padding: 0;
}
table {
  border-collapse: collapse;
}
#root, #__next {
  isolation: isolate;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* =========================================================
   VARIABLEN & GLOBALE STILE
   ========================================================= */ :root {
  --color-bg: #ffffff;
  --color-text: #666666;
  --color-primary: #000;
  --min-gap: 10px;
  --logo-height: 50px;
  --nav-h-height: 50px;
  --footer-height: 50px;
  --footer-bottom-gap: 0px;
  --color-nav-bg: #e3e4e4;
  --color-footer-bg: #f3f4f6;
  --color-footer-text: #6b7280;
}
html, body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 0.7875rem + 0.375vw, 18px);
  width: 100%;
  color: var(--color-text);
  background-color: #fff;
  overscroll-behavior-y: none;
}
.bgcolor1 {
  background-color: #fff;
}
.bgcolor2 {
  background-color: #e3e4e4;
}
/* Typografie */
h2 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 120%;
}
.content-container h2 {
  margin-top: 2.6rem;
}
.content-container h2:nth-child(1) {
  margin-top: 0rem;
}
h3 {
  font-size: 1.2rem;
  margin-top: 2.6rem;
  margin-bottom: 1.3rem;
  line-height: 150%;
}
p {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.content-container ul {
  list-style: square;
  margin-left: 20px;
}
.content-container li {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
a.tellink {
  text-decoration: none;
}
/* Logo oben links - Desktop Standard */
.logo-fixed {
  position: fixed;
  top: 20px;
  left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 30;
  background-color: var(--color-bg);
}
/* Mobile Sticky Bar (standardmäßig versteckt) */
.mobile-sticky-bar {
  display: none;
}
/* Header & Intro */
header.intro-section {
  padding-top: calc(var(--logo-height) + var(--min-gap) * 5);
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.intro-headline {
  font-weight: 300;
  font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.8rem);
  line-height: 1.2;
  color: #111111;
  letter-spacing: -0.01em;
}
.intro-subline {
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.15rem);
  line-height: 1.55;
  color: #666666;
  margin-top: 1rem;
  hyphens: manual;
  word-break: normal;
}
/* Main Content Area */
.site-main {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 6vh;
  overflow-x: hidden;
}
.container {
  display: block;
  width: 100%;
  max-width: none;
}
.site-main .container img.schmuckbild {
  display: block;
  width: auto;
  max-height: 60vh;
  height: auto;
  margin: 0 auto;
}
.golden-container {
  display: flex;
  flex-direction: column;
  gap: 12vh;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 120px;
}
.golden-row {
  display: flex;
  gap: 0;
  width: 100%;
  align-items: flex-start;
}
.golden-row:nth-child(odd) .col-main {
  flex: 0 0 62%;
}
.golden-row:nth-child(odd) .col-side {
  flex: 0 0 38%;
}
.golden-row:nth-child(even) .col-main {
  flex: 0 0 38%;
}
.golden-row:nth-child(even) .col-side {
  flex: 0 0 62%;
}
.col-side.presse {
  margin-top: 21vh;
}
@media (max-width: 768px) {
  .col-side.presse {
    margin-top: 2vh;
  }
}
.txtbox {
  background-color: #f7f7f7;
  padding: 40px;
  margin-top: 10vh;
  position: relative;
  z-index: 2;
}
.golden-row:nth-child(odd) .txtbox {
  transform: translateX(-80px);
  width: calc(100% + 80px);
}
.golden-row:nth-child(even) .col-main.txtbox {
  transform: translateX(80px);
  width: calc(100% + 80px);
}
.rahmen {
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.schmuckbild {
  width: 100%;
  height: auto;
  display: block;
}
/* Alternative Elemente */
.mrpic {
  display: block;
  max-width: 80%;
  margin-left: -20px;
  margin-top: 8vh;
  margin-bottom: 8vh;
}
.mrtxt {
  display: block;
  max-width: 80%;
  margin-bottom: 8vh;
}
@media (max-width: 768px) {
  .mrtxt {
    max-width: 98%;
  }
  .mrpic {
    display: block;
    max-width: 100%;
    margin-left: -20px;
    margin-top: 6vh;
    margin-bottom: 6vh;
  }
}
/* =========================================================
   UNTERSEITEN (EDITORIAL & PRESSE)
   ========================================================= */
.page-layout {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.page-header {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.page-header h1 {
  font-size: 2.2rem;
  color: #111;
}
.page-header .subtitle {
  font-size: 1.1rem;
  color: #888;
  margin-top: 5px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.618fr 1fr;
  gap: 80px;
  align-items: start;
}
.editorial-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.editorial-content .text-block {
  max-width: 90%;
}
.hero-rahmen {
  max-width: 90%;
  margin-bottom: 10px;
}
.hero-rahmen img {
  border: 1px solid #ddd;
  padding: 40px;
}
.sidebar-content {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.download-card {
  background-color: #f7f7f7;
  padding: 40px;
}
.download-intro {
  font-size: 0.9rem;
  line-height: 1.45;
  margin-bottom: 25px;
  margin-top: 0;
  color: #666666;
}
.download-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  transition: border-color 0.2s ease;
}
.download-list li:first-child .download-link {
  border-top: 1px solid #e0e0e0;
}
.download-link:hover {
  border-color: #111111;
}
.download-link .link-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.download-link strong {
  font-size: 0.9rem;
  color: #111111;
  font-weight: 400;
}
.download-link small {
  font-size: 0.75rem;
  color: #888888;
  letter-spacing: 0.02em;
}
.dl-arrow {
  font-size: 1.1rem;
  color: #888888;
  transition: transform 0.2s ease, color 0.2s ease;
}
.download-link:hover .dl-arrow {
  color: #111111;
  transform: translateY(3px);
}
.info-card {
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666666;
}
.info-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 8px;
}
.text-link {
  text-decoration: underline;
  color: #111111;
}
.pressedownload {
  background-color: #f7f7f7;
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #111111;
}
.presseinfo {
  margin-top: 60px;
}
.presseinfo h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #111111;
}
/* =========================================================
   MESSETERMINE UND NORMALE TEXTINHALTE (z. B. IMPRESSUM)
   ========================================================= */
.termine-container, .content-container {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 12vh;
  padding-left: 40px;
  padding-right: 40px;
}
.termine-headline {
  text-align: center;
  margin-bottom: 48px;
}
.trade-show-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
/* Hinweis: .trade-show-item nutzt zusätzlich die Klasse .rahmen (Border 1px solid #ddd) */
.trade-show-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 36px;
  padding: 40px;
}
.show-date-col {
  border-right: 1px solid #e0e0e0;
  padding-right: 36px;
}
.show-date {
  margin-top: 0;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #8c7b65;
}
.show-title {
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: none;
}
.show-location, .show-booth {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666666;
}
.show-booth {
  margin-bottom: 0;
}
.show-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.9rem;
  color: #111111;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.show-link:hover, .show-link:focus-visible {
  color: #8c7b65;
}
.link-arrow {
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.show-link:hover .link-arrow {
  transform: translateX(3px);
}
@media (max-width: 600px) {
  .termine-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trade-show-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px;
  }
  .show-date-col {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
/* =========================================================
   GALERIE: CLEAN EDITORIAL
   ========================================================= */
#galerie {
  list-style: none;
  padding: 0;
  margin: 0 auto 6rem auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
#galerie li {
  margin: 0;
  padding: 1.5rem;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
#galerie li:hover {
  background-color: #ffffff;
  border-color: #ddd;
}
#galerie a.bigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#galerie img {
  width: 100%;
  height: auto;
  max-height: 240px;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s ease;
}
#galerie a.bigger:hover img {
  transform: scale(1.03);
}
#galerie li:nth-child(7n + 4) {
  grid-column: 1 / -1;
  padding: 3.5rem 2rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
#galerie li:nth-child(7n + 4):hover {
  background-color: #fcfcfc;
  border: 1px solid #ddd;
}
#galerie li:nth-child(7n + 4) img {
  max-height: 480px;
}
/* Editorial Button */
.load-more-wrapper {
  text-align: center;
  margin: 4rem 0 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editorial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #111111;
  color: #ffffff;
  padding: 1.1rem 3rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #111111;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.editorial-btn .btn-arrow {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.3s ease;
}
.editorial-btn:hover {
  background-color: #ffffff;
  color: #111111;
  border-color: #111111;
  transform: translateY(-2px);
}
.editorial-btn:hover .btn-arrow {
  transform: translateY(3px);
}
.editorial-btn:active {
  transform: translateY(0);
}
/* Abschluss: Motiv und Spruch */
.closing-impression {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 140px;
  overflow: hidden; /* Schneidet überstehende Elemente sauber ab */
}
.impression-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-left: 40px; /* Linker Abstand für den Text */
  padding-right: 0px; /* Kein rechter Innenabstand, damit das Bild rauslaufen kann */
}
.impression-text {
  flex: 1;
  min-width: 280px;
  padding-right: 20px;
}
.quote-content {
  position: relative; /* Bezugspunkt für das absolut positionierte Pseudo-Element */
}
/* Wasserzeichen-Anführungszeichen im Hintergrund */
.quote-content::before {
  content: "“";
  position: absolute;
  top: -60px; /* Zieht das Zeichen nach oben, damit es elegant sitzt */
  left: -35px; /* Zieht das Zeichen leicht nach links in den Randbereich */
  font-size: 220px; /* Gigantische Größe für den Wasserzeichen-Effekt */
  line-height: 1;
  font-family: "Lora", serif;
  font-style: italic;
  color: rgba(140, 123, 101, 0.2); /* Dezenter, warmer Ton passend zur Cite-Farbe (#8c7b65) */
  z-index: 0; /* Liegt hinter dem Text */
  pointer-events: none; /* Verhindert Klicks/Interaktionen */
}
.quote-content p, .quote-content cite {
  position: relative;
  z-index: 1; /* Stellt sicher, dass der Text über dem Wasserzeichen liegt */
}
.quote-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 20px;
  font-weight: 300;
  max-width: 80%;
  font-family: "Lora", serif;
  font-style: italic;
}
.quote-content cite {
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8c7b65;
}
/* Rechte Spalte mit dem Bild direkt am rechten Rand (Desktop & Mobile) */
.impression-image-wrapper {
  flex: 1;
  min-width: 50%;
  width: 100%;
  padding-left: 0;
  margin-right: calc(-50vw + 50%);
}
.impression-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: none;
}
/* Anpassung für mobile Endgeräte */
@media (max-width: 768px) {
  .closing-impression {
    padding-bottom: 0;
  }
  .impression-container {
    flex-direction: column;
    align-items: stretch; /* Zwingt die Elemente, die volle Breite zu nutzen */
    gap: 40px;
    padding-left: 20px; /* Reduzierter linker Rand auf Smartphones */
    padding-right: 0px;
  }
  .impression-text {
    padding-right: 20px; /* Schützt den Text auf Kleinbildschirmen vor dem rechten Rand */
  }
  .impression-image-wrapper {
    /* Trick bleibt auch mobil aktiv, damit das Bild rechts bündig abschließt */
    margin-right: calc(-20px + 0%);
    width: calc(100% + 20px); /* Zieht das Bild über den linken Einzug nach rechts */
  }
  .quote-content p {
    font-size: 1.3rem;
    max-width: 100%;
  }
}
/* =========================================================
   KONTAKTFORMULAR
   ========================================================= */
.modern-contact-form {
  max-width: 80%;
  margin-top: 6vh;
  padding-bottom: 40px;
  font-family: inherit;
}
/* 2-Spalten-Grid für moderne Viewports */
.modern-contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .modern-contact-form {
    max-width: 98%;
  }
  .modern-contact-form .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modern-contact-form .form-group {
  margin-bottom: 1.25rem;
}
.modern-contact-form .form-group.full-width {
  grid-column: 1 / -1;
}
.modern-contact-form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: #1a1a1a;
}
.modern-contact-form .required {
  color: #b30000;
}
/* Einheitliche, saubere Input- und Textarea-Felder */
.modern-contact-form .form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.modern-contact-form .form-input:focus {
  outline: none;
  border-color: #000000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.modern-contact-form textarea.form-input {
  resize: vertical;
  min-height: 120px;
}
.modern-contact-form .form-hint {
  font-size: 0.85rem;
  color: #555555;
  margin-bottom: 0.5rem;
}
.modern-contact-form .dselink {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.modern-contact-form .dselink a {
  color: inherit;
  text-decoration: underline;
}
/* Eleganter Button im Design der Website */
.modern-contact-form .form-submit-btn {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.modern-contact-form .form-submit-btn:hover {
  background-color: #333333;
}
.modern-contact-form .form-submit-btn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
/* =========================================================
   DESKTOP NAVIGATION & FOOTER
   ========================================================= */
.bottom-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--footer-bottom-gap);
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 20;
  backdrop-filter: blur(8px);
}
.site-nav-horizontal {
  min-height: var(--nav-h-height);
  background-color: rgba(247, 247, 247, 0.8);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  padding-inline: 20px;
  padding-left: 40px;
  font-size: 0.9rem;
  font-weight: 400;
  transition: background-color 0.3s ease;
}
.site-nav-horizontal ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.site-nav-horizontal a:hover, .site-nav-horizontal a:focus-visible {
  color: var(--color-primary);
}
.site-nav-horizontal a.active {
  color: #000000;
  font-weight: 500;
  border-bottom: 0px solid #000000;
}
.site-footer {
  min-height: var(--footer-height);
  height: auto;
  background-color: rgba(242, 242, 242, 0.85);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: #777777;
  font-size: 0.72rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding-inline: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-nav ul {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  color: var(--color-primary);
}
.site-footer p {
  font-size: 0.72rem;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.lang-switch a {
  color: var(--color-footer-text);
  text-transform: uppercase;
}
.lang-switch a.active {
  color: var(--color-primary);
  font-weight: 500;
}
.lang-switch a:hover {
  color: var(--color-primary);
}
.lang-divider {
  opacity: 0.4;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* =========================================================
   MEDIA QUERIES: TABLETS & DESKTOPS (768px BIS 1024px)
   ========================================================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .golden-container {
    padding-left: 20px;
    padding-right: 20px;
    gap: 8vh;
  }
  .golden-row:nth-child(odd) .col-main {
    flex: 0 0 55%;
  }
  .golden-row:nth-child(odd) .col-side {
    flex: 0 0 45%;
  }
  .golden-row:nth-child(even) .col-main {
    flex: 0 0 45%;
  }
  .golden-row:nth-child(even) .col-side {
    flex: 0 0 55%;
  }
  .txtbox {
    padding: 30px 25px;
    margin-top: 5vh;
  }
  .golden-row:nth-child(odd) .txtbox {
    transform: translateX(-30px);
    width: calc(100% + 30px);
  }
  .golden-row:nth-child(even) .col-main.txtbox {
    transform: translateX(30px);
    width: calc(100% + 30px);
  }
  /* Galerie: Tablet-Anpassung */
  #galerie {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  #galerie li:nth-child(7n + 4) {
    grid-column: span 1;
    padding: 1.5rem;
    background-color: #fcfcfc;
  }
  #galerie li:nth-child(7n + 4) img {
    max-height: 240px;
  }
  #galerie li:nth-child(5n + 3) {
    grid-column: 1 / -1;
    padding: 2.5rem 1.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  #galerie li:nth-child(5n + 3) img {
    max-height: 380px;
  }
}
/* =========================================================
   MEDIA QUERIES: SMARTPHONES (BIS 767px)
   ========================================================= */
@media (max-width: 767px) {
  .logo-fixed {
    display: none;
  }
  .mobile-sticky-bar {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #eaeaea;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 14px;
  }
  .hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
  }
  .nav-toggle.is-active .hamburger-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav-toggle.is-active .hamburger-icon span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.is-active .hamburger-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  header.intro-section {
    padding-top: 30px;
    width: 90%;
  }
  .golden-container {
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
    padding-bottom: 60px;
  }
  .golden-row {
    flex-direction: column;
    gap: 20px;
  }
  .golden-row:nth-child(odd) .col-main, .golden-row:nth-child(odd) .col-side, .golden-row:nth-child(even) .col-main, .golden-row:nth-child(even) .col-side {
    flex: none;
    width: 100%;
  }
  .txtbox {
    margin-top: 0;
    padding: 25px 20px;
  }
  .golden-row:nth-child(odd) .txtbox, .golden-row:nth-child(even) .col-main.txtbox {
    transform: none;
    width: 100%;
  }
  /* Schritt 1: Gemeinsamen Eltern-Container unter 768px neutralisieren */
  .bottom-fixed {
    position: static;
    display: contents; /* Hebt den Wrapper für das Layout auf */
  }
  /* Schritt 2: Nur die Hauptnavigation als fixes/animiertes Mobile-Menü definieren */
  .site-nav-horizontal {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
    /* Zustand bei geschlossenem Menü */
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s;
  }
  /* Zustand bei geöffnetem Mobile-Menü (per JS gesteuert) */
  .mobile-nav-open .site-nav-horizontal {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .site-nav-horizontal ul {
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
  }
  .site-nav-horizontal a {
    font-size: 1.2rem;
  }
  /* Schritt 3: Footer ganz normal ans Ende des Seiten-Scrollbereichs setzen */
  .site-footer {
    position: static;
    width: 100%;
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    padding: 30px 20px;
    margin-top: 40px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .footer-right {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.2rem;
    width: 100%;
  }
  .footer-nav ul {
    flex-direction: column;
    gap: 0.8rem;
  }
  .lang-switch {
    padding-top: 0;
  }
}
/* Galerie: Smartphone-Anpassung (max-width: 600px) */
@media (max-width: 600px) {
  #galerie {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  #galerie li, #galerie li:nth-child(7n + 4), #galerie li:nth-child(5n + 3) {
    grid-column: span 1;
    padding: 1.25rem;
    background-color: #fcfcfc;
  }
  #galerie img, #galerie li:nth-child(7n + 4) img, #galerie li:nth-child(5n + 3) img {
    max-height: 280px;
  }
  .editorial-btn {
    width: 100%;
    padding: 1.1rem 1.5rem;
  }
}