:root {
    --color-accent: #FFDD00;
}

body {
  font-family: sans-serif;
  margin: 0;
  background: #121212;
  color: #e0e0e0;
}

main {
  padding: 2em;
  max-width: 700px;
  margin: 0 auto;
}


a {
    color: var(--color-accent);
}

.single-image {
  text-align: center;
  margin: 2em 0;
}

.single-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 1000px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.description {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin: 1em 0 2em;
}

.description ul {
  padding: 0;
}

.description li {
  list-style: none;
}

.links {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.95em;
  text-align: center;
  justify-content: center;
}

.inline-links a {
    color: var(--color-accent);
  text-decoration: none;
  white-space: nowrap;
}

.inline-links a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 2em 1em;
  background: #1f1f1f;
  color: #888;
  margin-top: 2em;
  font-size: 0.85em;
}

footer .impressum {
  margin-top: 1em;
  color: #999;
  font-size: 0.85em;
  line-height: 1.4em;
}

.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-block: 2rem;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  flex: 1 1 300px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.image-wrapper p {
  font-size: 0.9em;
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
}
