
body {
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FAF3E0;
}
#logo {
	position:absolute;
	left: 10px;
  top:5px;
	width: 250px;
	z-index:91;
}
.navbar {
    overflow: auto;
    overflow-x: auto;
    overflow-x: scroll;
    margin: 10px 10px 0 20px;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid brown;
}
.navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
}
.mobilmenu {
  display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 2px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    font-size: 14px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.center { text-align: center; }

.main {
  background-color: #F5F5DC;
  background-color: #f9f9f9;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 20px;
  margin: 10px 0 0 20px;
  width:800px;
  width: 66%;
  height: calc(100vh - 150px); /* 100vh ist die Höhe des Viewports, abzüglich 10px */  border-radius: 20px;
  overflow: auto;
  scrollbar-width: thin; /* Dünne Scrollleiste */
  scrollbar-color: blue #f1f1f1; /* Farbe des Scrollbalkens und des Hintergrunds */

}
.main::-webkit-scrollbar-track {
    background: #f1f1f1; /* Hintergrund der Scrollleiste */
}

.main::-webkit-scrollbar-thumb {
    background: red; /* Farbe des Scrollbalkens */
    border-radius: 10px; /* Abgerundete Ecken des Scrollbalkens */
}

.main::-webkit-scrollbar-thumb:hover {
    background: #555; /* Farbe des Scrollbalkens beim Hover-Effekt */
}


#karte {
	position: fixed;
	float: right;
	margin-top : 120px;
	right: 50px;
  display: none;
}
.textNoMouse {
  display:none;
}


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

.left   { text-align: left; }
.right  { text-align: right; }
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.centre {
  text-align: center;
}

.zitatBereich {
	width: 90%;
	border:2px solid red;
	border-radius:10px;
	margin: 10px;
  font-family: Georgia, 'Times New Roman', serif;
  color:black;
}
.zitatText {
  font-size: 18px;
}
.zitatAutor {
  font-size: 14px;
}
blockquote:before {
	 content: "\201E";
	 float: left;
	 font-size: 700%;
	 margin-top: -90px;
	 margin-left: -40px;
}

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

.container-wrapper {
    display: flex;
    flex-wrap: wrap; /* Sorgt dafür, dass Container umbrechen */
    justify-content: space-between; /* Abstand zwischen den Containern */
}

.container {   // wird in regionen.inc verwendet
    float: left;
    width: 24%;
    margin: 0 0.5%;
    border: 1px solid #000;
    padding: 4px 10px 0px 10px;
    font-size: 12px;
    background-color: #add8e6;
    box-sizing: border-box;
    border-radius: 10px;
}

.container div {
    margin-bottom: 2px;
}
.container a:link {
  color: blue;
  text-decoration: none;
}


.img-zoom {
    transition: all .5s ease-in;
}
.img-zoom:hover {
    transform: scale(3);
    transform-origin: center;
    position: relative;
    z-index=2000;
    border: 1px solid #ccc;
}
.zoom-container {
    position: relative;
    display: inline-block;
}

.zoom-container img {
    display: none;
    transition: transform 1s ease;
    transform-origin: center;
}

.zoom-container:hover img {
    display: block;
    transform: scale(1.5); /* 1.5-facher Zoom */
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.wide-image {
    width: 200px;
    border: solid black 2px;
}
.tall-image {
    height: 200px;
}
.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.golden-frame {
    border: 5px solid gold;
}

figure {
    display: inline-block;
    margin: 10px;
    position: relative;
}
figure a {
  color: blue;
  text-decoration: none;
}
figcaption {
	bottom: -20px;
	width: 100%;
	text-align: center;
  padding:5px;
  border-radius: 8px;
  font-size: 10px;
	line-height: 1em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}
li {
  padding-bottom: 10px;
}
h1 {
  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 */
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 12px 0;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size:16px;
	font-weight: bold;
}

h4 {
	font-family: Verdana, sans-serif;
	font-size:14px;
}

:root {
  --tbl-bg: #E0E0E0;
  --border-clr: #B0B0B0;
  --hdr-start: #FFD700;
  --hdr-end:   #FFA500;
  --cap-start: #FFD700;
  --cap-end:   #FFF3CD;
  --row-even:  #FFFFFF;
  --row-odd:   #F7F7F7;
  --pad-sm:    0.5rem;
  --pad-md:    0.75rem;
  --font-sm:   0.875rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--tbl-bg);
  border: 1px solid var(--border-clr);
}
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--tbl-bg);
  border: 1px solid var(--border-clr);
}

caption {
  background: linear-gradient(
    to right,
    var(--cap-start),
    var(--cap-end) 80%
  );
  padding: var(--pad-sm);
  font-size: var(--font-sm);
  font-weight: bold;
  text-align: left;
}

th, td {
  padding: var(--pad-sm);
  font-size: var(--font-sm);
  border: 1px solid var(--border-clr);
}

th {
  padding: var(--pad-md);
  text-align: center;
  color: #000;
  background: linear-gradient(
    to right,
    var(--hdr-start),
    var(--hdr-end) 80%
  );
  border-bottom: 2px solid var(--hdr-start);
}

tbody tr:nth-child(even) {
  background-color: var(--row-even);
}

tbody tr:nth-child(odd) {
  background-color: var(--row-odd);
}

tbody tr:hover {
  background-color: #FFF8E1;
  transition: background-color 150ms ease-in-out;
}
.listeTasting a {
	font-size: 12px;
	font-weight: b old;
}


.tooltip {
    position: relative;
    display: inline-block;

    }
.tooltip .tooltiptext {
    visibility: hidden;
    width: 55px;
    color: black;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 1px ;
    position: absolute;
    z-index: 100;
    //bottom: 100%;
    //left: 50%;
    margin-left: -20px;
    margin-top: 170px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -15%;
    left: 50%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #E0FFFF transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    background-color: #f5f5dc;
    opacity: 1;
    z-index: 100;
}
.tooltip tr {
  background-color: #E0FFFF;
}

.tooltip td {
      margin:0;
      padding:0;
}

.tooltipGlas {
  position: relative;
  display: inline-block;
}
.tooltipGlas .tooltiptext {
    visibility: hidden;
    width: auto;
    color: #333; /* Dunkelgrau für den Text */
    font-size: 12px;
    text-align: left;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    margin-left: -10px;
    margin-top: 100px;
    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 8px;
    font-size: 12px;
    color: #555; /* Dezenterer Grauton */
}

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

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

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



.tooltip2 {
      position: relative;
      display: inline-block;
      cursor: pointer;
  }

  /* Das unsichtbare Tooltip-Fenster */
  .tooltip2 .tooltip-text2 {
      visibility: hidden;
      width: 250px;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      padding: 10px;
      position: absolute;
      z-index: 1;
      bottom: 125%; /* Position über dem Tooltip-Element */
      left: 50%;
      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;
  }



/* Buchstabenleiste für das Glossar*/
.letter-list {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: lightcyan;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.letter-list a {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: black;
}

img {
  z-index: 100;
}
.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(250px, 1fr));
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
}

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

.glas-item img {
  max-width: 100%;
  //height: auto;
  border-radius: 5px;
}

.glas-item p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.snifter {
  display: none;
}

.aroma-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    margin: 15px 0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.aroma-item img {
    width: 60px; /* Größe des Symbols */
    height: 60px;
    margin-right: 20px;
}

.aroma-item div {
    max-width: 800px; /* Breite des Textbereichs */
}

.aroma-item h3 {
    margin: 0 0 8px;
    color: #333333;
}
.aroma-item p {
    margin: 0;
}

.image-container {
    display: flex; /* Flexbox für einfaches Ausrichten */
    justify-content: center; /* Zentriert die Bilder horizontal */
    align-items: center; /* Zentriert die Bilder vertikal im Container */
    gap: 20px; /* Abstand zwischen den Bildern */

}
.image-container img {
      border-radius:20px;
}
.image-container figcaption {
      border-radius:20px;
}


/*
      untermenue für fasskunde und herstellung
*/
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}
.card {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  width: 200px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.card:hover {
  transform: scale(1.05);
}
.card-container a {
  text-decoration: none;
  color: #0077cc;
  font-weight: bold;
}
.card-container a:hover {
  color: #005999;
}
.icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.parallax {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130%;
    margin-left: -15px;
}

.Fasscontainer {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}
.Fasscard {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.ausklappen {
  font-size: 20px;
  color: ccc;
}
.ausklappen a {
  text-decoration: none;
}

@keyframes pulse {
  0% {
    color: #0078D7; /* Blau */
  }
  50% {
    color: #FF5733; /* Orange */
  }
  100% {
    color: #0078D7; /* Zurück zu Blau */
  }
}


    /* Stil für den pulsierenden Text */
.pulsing-text {
  //font-size: 1.5rem;
  //font-weight: bold;
  animation: pulse 2s infinite; /* 2 Sekunden pro Zyklus, endlos */
}



/* Anzeige der Sidebar nur auf größeren Bildschirmen */
@media screen and (min-width: 768px) {
  #karte {
    display: block;
  }
  .textNoMouse {
    display:block;
  }

  .snifter {
    display: block;
  }
}
@media (max-width: 768px) {
    .main {
        width: 90%;
        margin: 10px 0;
    }
    .mobilmenu {
      display: flex;
    }
    .back-button {
      display:none;
    }
    #container {
      flex-direction: column;
      align-items: center;
    }
    .mobilmenu a {
      display: inline-flex;     /* Inline-Flex-Container für jedes <a> */
      align-items: flex-end;    /* Inhalt am unteren Rand ausrichten */
      height: 3rem;             /* Höhe des Link-Feldes festlegen */
      padding: 0 .5rem;         /* horizontaler Abstand */
      text-decoration: none;
      font-size: 14px;
    }


    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
      display: block;
    }

    .responsive-table thead .responsive-table tr {
      display: none;
    }

    .responsive-table tr {
      margin-bottom: 1rem;
      border: 1px solid var(--border-clr);
      background-color: var(--row-odd);
      padding: var(--pad-sm);
    }

    .responsive-table td {
      position: relative;
      padding-left: 50%;
      font-size: var(--font-sm);
      border: none;
      border-bottom: 1px solid var(--border-clr);
    }

    .responsive-table td::before {
      position: absolute;
      top: 0;
      left: var(--pad-sm);
      width: 45%;
      white-space: nowrap;
      font-weight: bold;
      content: attr(data-label);
    }
}
