* {
  margin: 0;
  padding: 0;
}

body {
  /* background-image: url("../images/index_hintergrund.png");
  background-attachment: fixed;
  background-position: center;
  background-size: contain; */
  background-color: #262626;
}
.center-fit {
  width: 80vw;
  max-height: 80vh;
  margin-left: 10vw;
}

.doorwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 648px;
  margin: 0 auto;
}

.door-item {
  text-decoration: none;
  color: gray;
  margin: 4px;
  width: 20vw;
  max-width: 100px;
  height: 20vw;
  max-height: 100px;
  font-size: 50px;
  padding-top: 2.6%;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid gray;
  cursor: default;
}

.di-active {
  cursor: pointer;
  color: lightgray;
  border: 2px solid #fff;
}

.di-active:hover {
  background-color: #595959;
}

.impressum {
  color: #fff;
  margin: 5px;
  text-align: right;
}
.impressum a{
  color: #fff;
}
