/*
     whisky.css aus whisky-hh.de
*/

/* Reset & Grundlegendes */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", sans-serif;
  font-family: Verdana, sans-serif;
  color: #333;
  line-height: 1.4;
  background: #fff8f0;
  padding-top: 55px;
}
body.layout-wide .main-container {
  grid-template-columns: 1fr;
}

body.layout-wide .sidebar {
  display: none;
}

body.layout-wide .content {
  max-width: 100%;
}
h1, .subh1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;                              /* Große, auffällige Schriftgröße */
  font-family: 'Georgia', serif;                /* Elegante, klassische Schriftart */
  color: #6b4226;                               /* Warmer, whisky-inspirierter Braunton */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);  /* Dezenter Schatteneffekt */
  overflow-wrap: break-word;
  hyphens: auto;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 12px 0;
}
h3, .subh3 {
	font-size:16px;
	font-weight: bold;
}
h4, .subh4 {
	font-size:14px;
  font-weight: bold;
  padding:0.1rem;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: brown;
}
hr {
  border-style: dashed; size: 1px;
}
li {
  margin-left: 20px;
  font-size: 0.85rem;
}
p {
  padding: 0.5rem;
  font-size: 0.85rem;
}


details {
  margin-bottom: 0.5em;
}

details summary {
  cursor: pointer;
  list-style: none; /* Bild statt Marker */
}

details summary img {
  vertical-align: middle;
  margin-right: 0.5em;
}

details[open] > summary .toggle-label {
  display: none;
}
details[open] > summary .toggle-label2 {
  display: none;
}


/* HEADER FIXED */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem 0.2rem 1.5rem;
  flex-wrap: wrap;

  background: #f7f2e9;   /* an dein Farbschema angepasst */
  border-bottom: 2px solid #c8b79a;
}

.header .logo img {
  max-height: 100px;
  height: auto;
}

.header .subh1 {
  flex: 1;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.2;
}
.header .subh1 span {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.85;
}
.header a {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  margin-top: -10px;
}
.logo a span {
  margin: 30px 0 0 -10px;;
}



.main-nav {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}

.main-nav a {
  margin-left: 0.5rem;
  text-decoration: none;
  color: #4a2c1a;
  font-weight: bold;
}

.main-nav a:hover {
  color: #c49a6c;
}

/* MAIN CONTENT + SIDEBAR */
.main-container {
  position: relative;
  display: grid;
  grid-template-columns: 3fr 1fr; /* 3/4 Content, 1/4 Sidebar */
  gap: 2rem;
  max-width: 1600px;
  margin: 80px auto 2rem; /* Abstand nach oben wegen fixed header */
  padding: 0 1rem;
  border-radius: 10px;
  z-index: 2;
}

.content {
  background: #fff;
  padding: 1rem 1rem;
  border-radius: 8px;
}

.sidebar {
  position: relative;
  z-index: 1;
}

.sticky-box {
  position: sticky;
  top: 120px; /* Höhe Header berücksichtigen */
  background: #fff8f0;
  border: 1px solid #e0c9a6;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
}

.sticky-box img {
  max-width: 100%;
  margin-bottom: 1rem;
}

/* FOOTER */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-top: 1px solid #e0c9a6;
  background: #fff8f0;
}

.footer a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #4a2c1a;
}

.footer a:hover {
  color: #c49a6c;
}

.relevant {
  color: #b68d40;        /* Whisky-Gold */
  text-transform: uppercase;
}

.back-button {
  z-index:1;
  position: fixed;
  right: 2.75rem;
  bottom: 1.4rem;
  padding: 0.5rem 1rem;
  background: #6e7b8b;
  color: white;
  text-align: center;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
  }
.back-button:hover {
  background-color: #0056b3;
}

.xxxlarge {	font-size:20px;	}
.xlarge {	font-size:14px;	}
.large  {	font-size:12px;	}
.small  { font-size:10px; }
.tiny   { font-size:8px; }

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }




.collapse-link {
  margin-top: 1em;
}

.collapse-link a {
  text-decoration: none;
  color: #3b2f2f;
  background-color: rgba(222, 184, 135, 0.25);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.collapse-link a:hover {
  background-color: #deb887;
  color: #fff;
}

/* kleiner Chevron nach oben */
.collapse-icon {
  width: 12px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(-135deg); /* Pfeil nach oben */
  transition: transform 0.3s ease;
}
/* kleiner Chevron und nach unten */
.more-icon {
  width: 12px;
  height: 12px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(-315deg); /* Pfeil nach unten */
  transition: transform 0.3s ease;
}

.collapse-link a:hover .collapse-icon {
  transform: rotate(-135deg) scale(1.15);
}


.whiskycard {
  background: #fffdf7;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.icon {
  font-size: 40px;
  margin-bottom: 10px;
  align-items: center;
}
.emoji {
  font-size: 20px;
  font-style: normal;
  align-items: center;
}

.zitatBereich {
  width: 90%;
  min-width: 600px;
  min-height: 100px;
  border: 2px solid red;
  border-radius: 10px;
  margin: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  color: black;
  position: relative;         /* Bezugspunkt für absolute Positionierung */
  box-sizing: border-box;     /* Padding in die Gesamtbreite einrechnen */
}

.zitatHinweis {                 /* Text: Bei jedem Neuladen... */
  position: absolute;
  bottom: -10px;                /* Abstand zur Innenkante, nicht zur Border */
  right: 5px;
  font-size: 0.9em;
  font-style: italic;
  color: #555;
  text-align: right;          /* Text innerhalb des Blocks rechtsbündig */
  max-width: 60ch;            /* Zeilenlänge angenehm halten (optional) */
  background: #f9f9f9;
  padding: 2px 6px;           /* etwas Luft im Hinweis selbst (optional) */
  border-radius: 4px;         /* dezente Abrundung (optional) */
}


.zitatText {
  font-size: 16px;
}
.zitatAutor {
  font-size: 12px;
  padding: 5px;
}
blockquote:before {
	 content: "\201E";
	 float: left;
	 font-size: 700%;
	 margin-top: -100px;
	 margin-left: 5px;
}


/* Sidebar */
.news-sidebar {
  position: sticky;
  top: 120px;
}

/*
.year-card {
  background: #fff;
  border: 1px solid #e0c9a6;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.year-card h4 {
  margin-top: 0;
  color: #4a2c1a;
}

.year-card a {
  text-decoration: none;
  font-weight: bold;
  color: #4a2c1a;
}
*/
.archive {
  margin-top: 110px;
  background: #fff8f0;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #e0c9a6;
}
.archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-list .count {
  opacity: 0.7;
  font-size: 0.9em;
}

.archive-list li {
  margin-bottom: 0.5rem;
}

.archive-list a {
  color: #d6c48d;
  text-decoration: none;
}

.archive-list a:hover {
  text-decoration: underline;
}
.archive-separator {
  margin: 0.8em 0 0.4em;
  font-weight: bold;
  font-size: 1.1em;
  opacity: 0.8;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 0.4em;
}

.infobereich {
  max-width: 1200px;
  margin: 0.5rem auto;
  padding: 0 1rem;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.info-card {
  display: flex;
  flex-direction: column;
  background: #fff8f0;
  border: 1px solid #e0c9a6;
  border-radius: 8px;
  padding:0.25rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card h2 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #4a2c1a;
}
.info-card h2 i {
  margin-right: 8px;
  //color: #f5d76e; /* optional: Goldton passend zu deinem Design */
}

.info-card p {
  //font-size: 0.95rem;
  line-height: 1.1;
  font-weight: normal;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  background: #fff3e6;
}
.news-card {
  border: 2px solid #f00;
  font-size: 1.1rem;
}
.neue-news {
  color: #f00;
  font-weight: bold;
}

.lesezeit {
  font-size: 0.9em;
  color: #666;
  margin-top: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lesezeit i {
  color: #c49a6c; /* Whisky-Gold-Ton */
}

.infobereich a, .wissen a {
  font-weight: normal;
}

.quiz-link {
  text-decoration: underline;
  cursor: pointer;
}

.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: underline dotted #b66d00 1px;
  cursor: help;
}

/* Tooltip-Box */
.tooltip-text {
  visibility: hidden;
  opacity: 0;

  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);

  background-color: #333;
  color: #fff;
  padding: 12px 14px;
  border-radius: 6px;
  z-index: 9999;

  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;

  /* ⭐ Variable Breite */
  width: max-content;
  max-width: 75%;
  white-space: normal;
  word-break: break-word;

  transition: opacity 0.25s ease;
}

/* Sichtbar bei Hover */
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.tooltip2 {
      position: relative;
      display: inline-block;
      text-decoration: underline dotted #b66d00 1px;
      cursor: help;
  }

/* Das unsichtbare Tooltip-Fenster */
.tooltip-text2 {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    bottom: 125%; /* Position über dem Tooltip-Element */
    left: 60%;
    font-weight: normal;
    font-size: 1rem;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Sichtbar machen, wenn die Maus darüber ist */
.tooltip2:hover .tooltip-text2 {
    visibility: visible;
    opacity: 1;
}

.tooltipHerstellung {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    z-index: 10;
}

.tooltipGlas {
  position: relative;
  display: inline-block;
}
.tooltipGlas .tooltiptext {
    visibility: hidden;
    width: auto;
    color: #333; /* Dunkelgrau für den Text */
    font-size: 10px;
    text-align: left;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    z-index: 100;
    margin-left: 20px;
    margin-top: 10px;
    background-color: #fdfdfd; /* Sanftes Weiß */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Weicher Schatten */
    opacity: 0;
    transition: opacity 0.4s ease-in-out; /* Geschmeidiger Übergang */
    border: 1px solid #ddd; /* Feine Randlinie */
}
.tooltipGlas:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    background-color: #c59d5f;

}

.tooltipGlas .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fdfdfd transparent;
}

.tooltipGlas table {
    width: 100%;
    border-collapse: collapse;
}

.tooltipGlas td {
    padding: 4px 4px;
    font-size: 10px;
    color: #555; /* Dezenterer Grauton */
}

.tooltipGlas tr:nth-child(odd) {
    background-color: #f9f9f9; /* Abwechselnde Zeilenfarben */
}

.tooltipGlas tr:nth-child(even) {
    background-color: #ffffff;
}

.tooltipGlas td:nth-child(2) {
    text-align: center;
}
.tooltipGlas figcaption {
  	bottom: -30px;
    left: 0;
}
.glas-header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px; /* Große, auffällige Schriftgröße */
  font-family: 'Georgia', serif; /* Elegante, klassische Schriftart */
  color: #6b4226; /* Warmer, whisky-inspirierter Braunton */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Dezenter Schatteneffekt */
}
.glas-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 5px;
  background-color: #f9f9f9;
}

.glas-item {
  text-align: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 10px 20px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glas-item img {
  max-width: 100%;
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.glas-item figcaption {
  z-index: 9;
  border-radius: 8px;
}


  .glitzer-text {
    text-shadow:
      0 0 5px #FFD700,
      0 0 10px #FFA500,
      0 0 15px #FF4500;
    animation: glitzern 1.5s infinite alternate;
  }

  @keyframes glitzern {
    0% { text-shadow: 0 0 5px #FFD700, 0 0 10px #FFA500, 0 0 15px #FF4500; }
    100% { text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFD700, 0 0 30px #FFA500; }
  }



  figure {
    display: inline-block;
  }

  figure img {
    display: block;
  }

  figure figcaption {
    width: 100%;
  }



  /* Einzelbild-Container */
  .image-focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    margin: 2rem auto;
  }

  /* Bild – Default: KEIN Zoom */
  .image-focus img {
    width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
  }

  /* Bildunterschrift */
.image-focus figcaption {
    margin-top: 0.5rem;
    width: 50%;
    display: block;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    color: #6b5b4b;
    background: #f3eee7;
    font-style: italic;
    border-radius: 10px;
    text-align: center;
  }

  /* ========================= */
  /* ZOOM – NUR WENN ERLAUBT   */
  /* ========================= */

  .image-focus.zoomable img {
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
    cursor: zoom-in;
    transform-origin: center center;
  }

  @media (hover: hover) {
    .image-focus.zoomable img:hover {
      transform: scale(2);
      cursor: zoom-out;
    }
  }



/* -----------------------------
   Galerie-Grundstruktur
------------------------------ */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

/* Einzelnes Bild */
.image-gallery figure {
  overflow: visible;;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Leichter Hover-Effekt für alle Bilder */
.image-gallery figure:hover img {
  filter: contrast(1.1) saturate(1.1);
}

/* Bild */
.image-gallery img {
  max-width: 100%;
  border-radius: 10px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

/* -----------------------------
   Zoombare Galerie
------------------------------ */
.image-gallery.zoomable img {
  transition: transform 0.35s ease;
  transform-origin: center center; /* <- wichtig! */
  cursor: zoom-in;
}

.image-gallery.zoomable figure:hover img {
  transform: scale(2);
  cursor: zoom-out;
}

/* -----------------------------
   Bildunterschriften
------------------------------ */
.image-gallery figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: #5a4a3a;
  background: #f3eee7;
  text-align: center;
  margin-top: 0.5rem;
  border-radius: 8px;
}



/* ===============================
   Whisky Tabellen – Global
   =============================== */

.table-whisky,
table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #f9f6f1;                 /* warmes Papier */
  //border: 1px solid #d6c7b7;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.95rem;
}
.table-whisky caption {
  background: #4e3a1f;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
/* Tabellenkopf */
.table-whisky thead th,
table thead th {
  background: linear-gradient(
    to bottom,
    #6b4f2a,                          /* dunkles Holz */
    #4e3a1f
  );
  color: #fdfaf6;
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Tabellenzellen */
.table-whisky td,
table td {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #e2d6c8;
  vertical-align: top;
  color: #3e2f1c;
}

/* Zebra-Streifen */
.table-whisky tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background: #f2ebe3;
}

/* Hover-Effekt */
.table-whisky tbody tr:hover,
table tbody tr:hover {
  background: #efe4d6;
}

/* Links in Tabellen */
.table-whisky a,
table a {
  color: #6b4f2a;
  text-decoration: underline;
}
.table-whisky a:hover,
table a:hover {
  color: #3d2a14;
}

/* Spalten mit Zahlen */
.table-whisky .num,
table .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Kleine Zusatzinfos */
.table-whisky .muted,
table .muted {
  color: #7a6a58;
  font-size: 0.85rem;
}



.contact {
  max-width: 640px;
  margin: 2rem auto;
}

.contact-form {
  display: grid;
  gap: 1.2rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  padding: 0.6rem;
  border-radius: 6px;
  border: 1px solid #b7a892;
  font-family: inherit;
}

.contact-form button {
  align-self: flex-start;
  padding: 0.6rem 1.4rem;
  background: #5a3e2b;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-success {
  background: #eef6ec;
  padding: 1rem;
  border-left: 4px solid #4c7a4c;
}

.contact-error {
  background: #fbeaea;
  padding: 1rem;
  border-left: 4px solid #b84a4a;
}



  .pairing {
    background: #f0ebe2;
    padding: 1rem 1.2rem;
    margin-top: 1.2rem;
    border-radius: 10px;
  }
  .pairing strong {
    display: block;
    margin-bottom: .4rem;
  }

  .fasslib {
    list-style: none;          /* keine Standard-Punkte */
    padding: 0;
    margin: 1em auto;
    display: flex;             /* horizontale Anordnung */
    flex-wrap: wrap;           /* Zeilenumbruch bei kleinen Bildschirmen */
    justify-content: center;   /* zentriert */
    gap: 1em;                  /* Abstand zwischen den Links */
  }

  /* Links selbst */
  .fasslib li a {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  /* Hover-Effekt */
  .fasslib li a:hover {
    background: #e0e0e0;
    border-color: #999;
    color: #000;
    transform: translateY(-2px); /* leichter "Lift"-Effekt */
  }

  /* Aktiver Link (optional, wenn du eine Klasse setzt) */
  .fasslib li a.active {
    background: #0077cc;
    color: #fff;
    border-color: #005fa3;
  }


  .glossary-highlight {
  background-color: rgba(255, 235, 120, 0.8);
  transition: background-color 2s ease;
}

.glossary-highlight.fade-out {
  background-color: transparent;
}

  @keyframes highlightFade {
    0%   { background-color: #fff3a3; } /* sanftes Gelb */
    100% { background-color: transparent; }
  }



  .trennlinie {
    width: 90%;
    display: block;
    margin: 0 auto;
  }




/* -----------------------------
   Responsive Anpassungen
------------------------------ */
@media (max-width: 768px) {
  h1 {
    font-size: 24px;                              /* Große, auffällige Schriftgröße */
  }

  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -40px;
  }
  .header img {
    display: none;
  }
  .header .subh1 {
    flex: 1;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.2;
  }
  .header .subh1 span {
    font-size: 0.9rem;
    font-style: italic;
    opacity: 0.85;
  }
  .header a {
    font-size: 0.9rem;
  }
  .main-nav {
    margin-left: -20px;
  }
  .main-container {
    padding: 0 .5rem;
    margin: 40px auto 1rem;
    gap: 1.2rem;
  }
  .content {
      padding: .8rem 1rem;
    }
  .whiskycard {
      padding: 1rem;
      border-radius: 6px; /* optional: wirkt mobiler */
    }

  .subh4 {
  	font-size:12px;
    padding: 0 0.2rem;
  }
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .image-gallery img {
    max-height: 120px;
  }

  .table-whisky td,
  .table-whisky th,
    table td,
    table th {
      font-size: .8rem;
    }


    /* Standard: Sidebar mobil ausblenden */
  .sidebar {
    display: none;
  }

  /* Nur auf News-Seiten anzeigen */
  body.sidebar-news .sidebar {
    display: block;
  }

  /* Falls Glossar mobil sichtbar, aber kompakter sein soll:
  body.sidebar-glossar .sidebar {
    display: block;
    padding: 0.5rem 0;
  }
  */

} // end-media

@media (max-width: 480px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .image-gallery img {
    max-height: 100px;
  }
  .sidebar {
    display: none;
  }
}





/* RESPONSIVE */
@media (max-width: 900px) {
  .main-container {
    grid-template-columns: 1fr;
  }

  .sticky-box {
    position: relative;
    top: auto;
    margin-top: 2rem;
  }

  .back-button {
    display:none;
  }

  .zitatBereich {
    min-width: 200px;
    padding: 5px 5px 20px 5px;
    font-size: 0.6rem;
  }

  .news-layout {
      grid-template-columns: 1fr;
    }

  .gallery figure {
    flex: 1 1 100%;
    max-width: 100%;
  }

}
