body {
  font-family: Arial, sans-serif;
  /*display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;*/
  margin: 0;
  background-color: gray;
}

/* Optional: Add some basic styling */
.image-link img {
	position: relative;
	width: 500px; /* Adjust the width as needed */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Ensure images appear underneath each other */
	margin-bottom: 10px; /* Add space between images */
}

.galerie {
  position: relative;
  width: 1920px;
  height: 1080px;
  /*  border: 2px solid #ccc; */
  overflow: hidden;
}

.bild-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galerie-bild {
  max-width: 100%;
  max-height: 100%;
}

.pfeil {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

.pfeil:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#zurueck1 {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#vor1 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#oben1 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#unten1 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#zurueck2 {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#vor2 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#oben2 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#unten2 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#zurueck3 {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#vor3 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#oben3 {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#unten3 {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Optional: Add some basic styling */
.image-link {
	width: 150px; /* Adjust the width as needed */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Ensure images appear underneath each other */
	margin-bottom: 10px; /* Add space between images */
}