body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  display: flex;
  flex-wrap: nowrap; /* Verhindert das Umbruch der Elemente */
  overflow-x: auto; /* Ermöglicht horizontales Scrollen, wenn die Elemente nicht alle nebeneinander passen */
}

li {
  display: flex;
}

li a, .dropbtn {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px; /* Standard Padding */
  text-decoration: none;
  white-space: nowrap;
}


li:hover {
  background-color: #111;
}

.container6:hover {
  filter: brightness(70%); /* Reduzierte Helligkeit beim Hover */
  cursor: pointer; /* Ändert den Mauszeiger zu einem Hand-Symbol */
  background-color: #f0f0f0;
}



.Logo {
  display: flex; /* Verwendet flexbox, um Inhalte auszurichten */
  align-self: center; /* Zentriert das Logo vertikal innerhalb seines Containers */
}


  .Icon {
    width: 120px;
    height: 120px;
    transition: filter 0.3s ease;
    margin: 0px;
    border: 2px solid black; /* Ändern Sie die Dicke des Rahmens nach Bedarf */
    box-sizing: border-box; /* Dies stellt sicher, dass die Border-Breite nicht die Gesamtgröße beeinflusst */
  }

  .image-container {    
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    align-content: flex-start; 
    margin: 5px;
    margin-top: 40px; /* Adjust this value to move images down */
}


  .Headline {
    margin-top: 2%;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
  }
  .Headline2 {
    margin-top: 3%;
    text-align: center;
    font-weight: bold;
    font-size: large;
  }
  .HeadlineV {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: xx-large;
  }
  .h1 {
    text-align: center;
  }
  .p {
    margin-bottom: 15px;
  }
  .bar {
    margin: 0 px;
    padding: 0;
    height: 10px;
    background-color: #3C3C3C;
    width: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
  }
  

  @media (hover: hover) and (min-width: 481px) {
    .Icon:hover {
        filter: brightness(70%); /* Reduzierte Helligkeit beim Hover */
        cursor: pointer; /* Ändert den Mauszeiger zu einem Hand-Symbol */
    }
}
.Icon.clicked {
    filter: brightness(70%);
}


.button {
  color: #FFF;
  background-color: #3C3C3C;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 50px; 
  border-radius: 10px;
  position: relative; /* Oder 'absolute' oder 'relative', je nach Bedarf */
  margin-top: 20px; /* Abstand zum vorherigen Container */
  left: 50%; /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
  transform: translateX(-50%); /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
  bottom: auto; /* 'bottom' nicht mehr benötigt für 'static' */
}
.button:hover {
    border: 2px solid #000; /* Ändert den Rand, wenn die Maus darüber schwebt */
    cursor: pointer; /* Ändert den Mauszeiger zu einem Hand-Symbol */
}
/* Impressum */
.impressum-container {
  background-color: #3C3C3C; /* Anrazitgrauer Hintergrund */
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Verbesserte Schatten */
  color: #ffffff; /* Weiße Schriftfarbe */
  margin-top: 400px;
}
.HImpressum {
  text-align: center;
  text-decoration: underline;
  font-size: 24px; /* Größere Schrift für den Header */
  margin-bottom: 10px; /* Kleinerer Abstand zum Text darunter */
}
.Impressum {
  font-size: 18px; /* Größere Schrift für den Haupttext */
  margin-top: 15px;
}
.Impressum a {
  color: #ffffff; /* Coolerer Blauton für Links */
  text-decoration: none;
  transition: color 0.3s; /* Sanfter Farbübergang beim Hovern */
}
.Impressum a:hover {
  color: #ffffff; /* Hervorgehobene Farbe beim Hovern */
  text-decoration: underline;
}
/* Impressum Ende */

#selectedImagesList {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 800px;
}
.selected-image-name {
  margin: 0 10px;
  font-size: small;
}
.bildContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* Neue Regel hinzugefügt */
}
.bildBeschreibung {
  display: block;
  text-align: center;
  margin: 5px 0;
  margin-top: 8px;
  font-weight: bold;
  font-size:xx-small;
}
.image-wrapper {
  width: 125px;
  margin: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:small;
}

.text {
  margin: 20px; /* Hinzugefügter Außenabstand */
  line-height: 1.6; /* Zeilenhöhe für bessere Lesbarkeit */
  max-width: 800px;
  margin: 20px auto; /* Zentriert den Inhalt und fügt Abstand oben und unten hinzu */
  text-align: justify;
}
.bild {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 300px;
  margin-top: 0px;
}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
#wrapper {
  display: none;  
}
.container-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-top: -2%;
}

h2 {
  font-size: small;
}
.container6 {
  display: flex;          /* Flexbox-Layout aktivieren */
  justify-content: center; /* Horizontal zentrieren */
  align-items: center;     /* Vertikal zentrieren */
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px;
  height: 30px; /* Setzen Sie eine feste Höhe oder eine mindest Höhe */
}
.Linkindex {
  margin-bottom: -15px;
}
.Abstand {
  margin-top: 100px;
}
.loader-wrapper {
  display: none;
  height: 100vh;
  place-items: center;
  background: #ff9900;
}
.dashboard {
  display: grid;
}
svg {
  width: 250px;
  height: 250px;
  margin: 1em;
}
.bg {
  fill: none;
  stroke-width: 10px;
  stroke: #3c3c3c;
}
.meter-1 {
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 360;
  stroke-dashoffset: 0;
  stroke: #ff9900;
  animation: progress-1 1s ease-out forwards;
}
@keyframes progress-1 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.loader-container {
  position: fixed; /* Sorgt dafür, dass der Container die gesamte Seite bedeckt */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #f9f7f7; /* Hintergrundfarbe des Loaders */
  z-index: 1000; /* Stellt sicher, dass der Container über anderen Elementen liegt */
}
#loading-text {
  margin-top: -30px; /* Abstand von der Loader-Grafik */
  font-size: 20px; /* Schriftgröße */
  color: #0e0d0d; /* Schriftfarbe, weiß für den Kontrast zum Hintergrund */
  text-align: center; /* Zentriert den Text horizontal */
}

.Logo {
  display: flex; /* Behält Flexbox-Layout bei */
  align-items: center; /* Zentriert das Kind-Element vertikal */
  justify-content: center; /* Zentriert das Kind-Element horizontal */
  /* Stellen Sie sicher, dass es keine zusätzlichen Ränder oder Padding gibt, es sei denn, Sie benötigen sie. */
  margin: 0px;
  margin-left: 11px;
  margin-right: 6px;
  padding: 0;
}

.Logo img {
  height: 40px; /* oder welche Höhe Sie auch immer wünschen */
  width: auto; /* behält das Seitenverhältnis bei */
}

* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.image-box img {
  width: auto;
  height: 200px;
  border-radius: 5px;
}

.buy-link:hover {
  background-color: #4CAF50;
}




.image-box {
  text-align: center;
  width: 18%;
  margin: 10px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.image-box:hover {
  transform: translateY(-5px);
}
.buy-link {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #3C3C3C;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.additional-info {
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
}





/* Responsivität für Tablets */
@media (max-width: 768px) {
  .image-box {
      width: 45%; /* Passt die Breite auf Tablets an */
  }
  .button {
    position: relative; /* Oder 'absolute' oder 'relative', je nach Bedarf */
    margin-top: 20px; /* Abstand zum vorherigen Container */
    left: 50%; /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
    transform: translateX(-50%); /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
    bottom: auto; /* 'bottom' nicht mehr benötigt für 'static' */
  }
}



/* Responsivität für Handys */
@media (max-width: 1024px) {
  .image-box {
    width: 90%; /* Passt die Breite auf Tablets an */
  }
  li a, .dropbtn {
    padding: 10px 8px; /* Reduziertes Padding für kleinere Bildschirme */
    font-size: 16px; /* Kleinere Schriftgröße für kleinere Bildschirme */
  }
  .buy-link, .additional-info {
      width: auto; /* Passt die Breite der Links und des Info-Blocks an */
  }
  .button {
    position: relative; /* Oder 'absolute' oder 'relative', je nach Bedarf */
    margin-top: 20px; /* Abstand zum vorherigen Container */
    left: 50%; /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
    transform: translateX(-50%); /* Zentrierung beibehalten, funktioniert nur mit absolute/relative */
    bottom: auto; /* 'bottom' nicht mehr benötigt für 'static' */
  }
  .Headline {
    margin-top: 30px;
    font-size: 30px;
  }
  .Headline2 {
    margin-top: 40px;
    margin-bottom: -20px;
  } }

