.testscreen {
  position: fixed;
  width: 400px;
  height: 400px;
  top: 0px;
  left: 0px;
  display: flex;
  background-color: red;
  color: black;
  font-family: Display Zahlen;
  font-size: 180px;
  line-height: 1;
  flex-flow: column;
  display: none;
}

.froyScrNu {
  transform-origin: 0 0 0;
  width: var(--quad);
  height: var(--quad);
  border-radius: 36px;
  font-family: Display Zahlen;
  font-size: var(--fs);
  line-height: var(--fs);
  background-color: #00ffff00;
  position: absolute;

  transform: translateX(0%) translateY(0%) perspective(1400px) rotateY(-40deg)
    scaleX(0.74) scaleY(0.92) skewY(-3.3deg);

  /*filter: blur(calc(1.5px * var(--sizeFroyy)));*/

  top: 632px;
  left: 709px;
}

.froyScrNu .underlay {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: absolute;
  width: 450px;
  height: 450px;
  top: 0px;
  color: #0000000a;
}
.froyScrNu .maske {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: absolute;
  width: 450px;
  height: 450px;
  top: 0px;
  color: #00000000;
  background-image: url("icons_web/xmas.png");
  background-size: 412px 412px;
  background-position: 19px 19px;
  background-repeat: no-repeat;

  image-rendering: pixelated;
  filter: saturate(var(--satu)) contrast(1.5) blur(var(--blur));

  -webkit-background-clip: text;
  background-clip: text;
  /* */
  mask-image: url(iconMaske.png);
  mask-position: 19px -387px;
  mask-size: 412px 824px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(iconMaske.png);
  -webkit-mask-size: 412px 824px;
  -webkit-mask-position: 19px calc(-393px + 51.5px);
  -webkit-mask-repeat: no-repeat;

  opacity: 1;
}

.froyScrNu .display {
  display: flex;
  justify-content: right;
  align-items: center;
  position: absolute;
  width: 412px;
  height: 450px;
  top: 0px;
  left: 18px;
  text-align: right;
  color: white;
  image-rendering: pixelated;

  mask-image: url(textMaske.png);
  mask-position: 1px -751.5px;
  mask-size: 412px 824px;

  mask-repeat: no-repeat;
  -webkit-mask-image: url(textMaske.png);
  -webkit-mask-size: 412px 824px;

  -webkit-mask-position: 1px -751.5px;
  -webkit-mask-repeat: no-repeat;
  filter: saturate(var(--satu)) contrast(1.5) blur(var(--blur));
  opacity: 1;
}

.froyScrNu .displayBild {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: absolute;
  width: 450px;
  height: 450px;
  top: 0px;
  color: #00000000;

  image-rendering: pixelated;

  background-image: url("configUI/de_1day.png");
  background-size: 412px 412px;
  background-position: 19px 19px;
  background-repeat: no-repeat;

  image-rendering: pixelated;
  filter: saturate(var(--satu)) contrast(1.5) blur(var(--blur));

  -webkit-background-clip: text;
  background-clip: text;

  mask-image: url(textMaske.png);
  mask-position: 1px -751.5px;
  mask-size: 412px 824px;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(textMaske.png);
  -webkit-mask-size: 412px 824px;
  -webkit-mask-position: 1px -751.5px;
  -webkit-mask-repeat: no-repeat;

  opacity: 0;
}

.compMask {
  -webkit-background-clip: text;
  background-clip: text;
}

#tage_unten {
  color: rgb(235, 255, 248);
}

#leFroyy {
  transition: all;
  transition-duration: 0.7s;
}

.bigZahl {
  font-family: "Display BigZahlen";
}
