#settClickCatcher {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background-color: #ffffffbb;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.settings {
  width: 100%;
  max-width: 375px;
  height: 100%;
  max-height: 667px;
  border-radius: 1em;
  padding: 1em;
  position: fixed;
  top: 50dvh;

  display: block;
  background-color: #000000dd;
  left: 150dvw;
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

input[type="range"][orient="vertical"] {
  writing-mode: bt-lr; /* IE */
  -webkit-appearance: slider-vertical; /* Chromium */
  width: 20px;
  height: 100%;
}

#settHL {
  font-variation-settings: "wght" var(--boldWeight), "slnt" 0;
  width: 100%;
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5em;
}

#setFlexSpalten {
  display: flex;
  width: 100%;
  height: 80%;
  flex-direction: row;
}

#setSpalteLinks {
  width: 40%;
}

#setSpalteRechts {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
}

#setSpalteRechts div {
  font-size: 17px;
}
#setSlider {
  width: 20%;
  text-align: center;
}

#setLevelNummer {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 20%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.levelItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 27%;
}

#levPlaysheet {
  background-image: url(games/P2s.svg);
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

#kartenNumber {
  width: 100%;
  text-align: center;
  position: relative;
  top: 25px;
}

#setKarten {
  background-image: url(img/3D_Cards.svg);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

#setTimeLimit {
  background-image: url(img/timeLimit.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

#limitNumber {
  width: 100%;
  text-align: center;
  position: relative;
  top: 25px;
}

#buttonZeile {
  text-align: center;
  position: absolute;
  width: calc(100% - 2em);
  bottom: 1em;
}

#leSettings {
  position: fixed;
  z-index: 2000;
  display: none;
}

.settOut {
  z-index: 1000;

  top: 150dvh;
}

.settIn {
  left: 50dvw;
}
