* {
  margin: 0;
  padding: 0;
}

body {
  /* background-image: url("../images/Bergstempel.png"); */
  background-attachment: fixed;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1b1e3e;
}
.center-fit {
  width: 44vw;
  /* max-height: 80vh; */
  margin-left: 27vw;
}

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

.door-item {
  text-decoration: none;
  color: gray;
  margin: 4px;
  width: 20vw;
  max-width: 100px;
  height: 20vw;
  max-height: 100px;
  font-size: 50px;
  line-height: 57px;
  padding-top: 2.6%;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid gray;
  /* border: 2px solid #665700; */
  border-radius: 5px;
  cursor: default;
  background-color: #101123;
}

.di-active {
  cursor: pointer;
  color: #b3b3b3;
  border: 3px solid #b39800;
  /* border: 2px solid lightgray; */
}

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

.impressum {
  float: right;
  color: lightgray;
  margin: 10px;
  margin-left: 4px;
  text-align: center;
  padding: 4px;
  /* border: 1px solid lightgray; */
  display: inline-block;
}
.impressum:hover {
  background-color: #595959;
}


.impressum a{
  color: #b3b3b3;
  text-decoration: none;
}
