body {
  margin: 0;
  padding: 0;
  font-family: "Arial"
}

.title {
  text-align: center;
  padding-top: 20px;

  color: #000;
  font-size: min(40px, 10vw);
  margin-bottom: 50px;
}


.mobile-screen {
  /* padding-top: 50px; */
  position: relative;
  width: 100%;
  /* height: 890px; */
  min-height: 780px;
  height: 100vh;
  max-width: 500px;
  /* max-height: 100vh; */

  background-image: url("../images/titel.svg");
  background-size: 100%;
  background-repeat: no-repeat;

  /* background-color: #76a6bb; */
  background-color: #6e7ab2;

  margin: 0 auto;
}

.doorwrapper {
  /* padding-top: 23vh; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90vh;
  margin: 0 auto;
  max-height: 75vh;

  overflow-y: auto;
}

.door-item {
  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;

  color: gray;
  background-color: #3c1d09;
  /* font-size: 50px; */
  font-size: min(50px, 10vw);

  margin: 6px;

  width: 15vw;
  max-width: 80px;
  height: 15vw;
  max-height: 80px;

  box-sizing: border-box;
  border: 2px solid gray;
  border-radius: 5px;

  cursor: default;
}

.di-active {
  cursor: pointer;
  color: #b3b3b3;
  background-color: #683712;

}

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

.di-wide {
  width: 80vw;
  height: 70px;
  font-size: 35px;
  max-width: none;
}
.di-wide:nth-of-type(2n) {
  margin-bottom: 40px;
}

.di-container {
  margin-top: 40px;
  display: block;
  width: 80vw;
  height: auto;
  overflow: auto;
  max-width: none;
  max-height: none;
}
.di-container:hover {
  background-color: #683712;
  cursor: auto;
}


/* Impressum */
.impressum-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

.impressum {
  margin: 10px;
  margin-left: 4px;
  text-align: center;
  padding: 4px;
  display: inline-block;
}
.impressum:hover {
  background-color: #5491ab;
}

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


/* Screens */
#selectScreen, #scoreboardScreen {
  display: none;
}

#dlgContent {
  position: relative;
  display: flex;
}


@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
