body {
  background-color: rgb(50, 50, 50);
  color: rgb(220, 220, 220);
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(index.php?rex_media_type=rex_media_large&amp;rex_media_file=tim-mossholder-_ywd-qzmw8c-unsplash.jpg);
  padding: 0;
  margin: 0;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

div.header {
  position: absolute;
}

a {
  color: pink;
}

a:hover {
  color: palevioletred;
}

section.start {
  display: flex;
  min-height: 100vh;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 75px;
}

img.logo {
  max-width: 100%;
}

.bildergal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  width: 90%;
  max-width: 1200px;
  margin: 10vh auto;
}

.bildergal a {
  max-width: 100%;
  max-height: 30vh;
}

.bildergal img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.bildergal img {
  transition: 300ms;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.text {
  width: 100vw;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

div.text {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

div.wrap {
  width: 80%;
  max-width: 1200px;
  margin: auto auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

footer {
  display: flex;
  width: 100vw;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  background-color: rgba(30, 20, 20, 0.3);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}

@media only screen and (max-width: 900px) {
  div.wrap {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=styles.css.map */