.folie{
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    padding: 1%;
    font-size: 25pt;
}

.fullscreen{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
  left: 0;
  top: 0;
  pointer-events: none;
}

body #sidebox .eingerueckt{
  margin-left: 16.8%;
}

anim{
    display: none;
}