.section {
  position: relative;
  height: 100vh;
  background-image: url('../images/Motiv_EB_WebsiteTeaser.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 250px;
  }
}