body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.fullscreen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#navibereich {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1.3em;
  text-align: center;
  line-height: 0.6;
  padding: 0;
  margin: 0;
}

#navibereich ul {
  padding: 0;
  margin: 0;
}

#navibereich li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navibereich a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
}

#navibereich a:hover {
  color: rgb(255, 255, 255);
  font-size: 2.2em;
  text-decoration: none;
}

.text {
  position: fixed;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 0.8em;

  bottom: 0;
  width: 100%;
  text-align: center;
}

.zurueck a {
  position: fixed;
  z-index: 10;
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  text-decoration: none;
  top: 0.4em;
  width: 100%;
  text-align: center;
}

.zurueck a:hover {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
}

.image-row {
  display: flex;
  justify-content: center;
}

.image-row img {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.kontakt a {
  position: fixed;
  z-index: 10;
  color: white;
  font-size: 0.8em;
  text-decoration: none;
  bottom: 0.5em;
  width: 100%;
  text-align: center;
}

.kontakt a:hover {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.uebermich p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  z-index: 10;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

@media (max-width: 586px) {
  .zurueck a {
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    text-decoration: none;
  }
}

@media (max-width: 430px) {
  .image-row {
    display: flex;
    justify-content: center;
  }

  .image-row img {
    height: 100vh;
    object-fit: cover;
  }
  .zurueck a {
    color: rgb(0, 0, 0);
    font-size: 1em;
    text-decoration: none;
  }

  .text {
    color: rgb(0, 0, 0);
  }
}

