/* .reveal-cursor-indicator {
  position: fixed;
  left: 0; top: 0;
  transform: translate(-9999px,-9999px);
  z-index: 2147483647;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity .18s ease;
  will-change: transform, opacity;
}
.reveal-cursor-indicator.is-visible {
  opacity: 1;
  display: block; /* falls inline display:none gesetzt war */ */
/* }
.reveal-cursor-indicator .rci-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(0,0,0,.25);
  border-top-color: rgba(0,0,0,.85);
  border-radius: 50%;
  animation: rci-spin .7s linear infinite;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
@keyframes rci-spin { to { transform: rotate(360deg); } } */
