body {
  /*background-image: url('../../assets/img/titelbild.jpg');*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  min-height: 1366px;
  /*background-attachment: fixed;*/
}

.button-wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diorama-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  cursor: pointer;
}

.diorama-btn p {
  margin: 0;
}

.diorama-btn {
  margin: 10px;
  height: 200px;
  background-color: rgba(247,247,247,0.86);
  border-radius: 5px;
}

.diorama-btn p {
  font-size: 50px;
  font-family: ABeeZee, sans-serif;
  color: white;
}

#btn_lo {
  background-image: url('../../assets/img/btn_lo.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#btn_fue {
  background-image: url('../../assets/img/btn_fue.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#btn_hp {
  background-image: url('../../assets/img/btn_hp.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#btnImpressum {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.diorama-btn:hover {
  opacity: 0.9;
}

