html {
  font-size: clamp(16px, 1.2vw, 22px);
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

.galerie-steuerung {
  padding: 15px;
  margin: 10px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.galerie-steuerung label {
  font-weight: bold;
  margin-right: 6px;
}

.galerie-steuerung select,
.galerie-steuerung input,
.galerie-steuerung button {
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 1rem;
}

.galerie {
  content-visibility: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  padding: 10px;
}

.bild-box {
  border: 1px solid #cccccc;
  background-color: #eaf5be;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 8px;
}

.fortlaufende_nummer {
  text-align: center;
}

.fortlaufende_nummer h4 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #555;
}

.bild-box h2 {
  font-size: 1.1rem;
  margin: 10px 0 8px;
}

.kategorie {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #4a6fa5;
  padding: 3px 8px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 8px;
}

.bild-box img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.bildbeschreibung {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 10px;
  color: #444444;
}

.bildgroesse {
  font-size: 0.8rem;
  margin-top: 8px;
  color: #666666;
  font-style: italic;
}
