
/*
  © 2025 Maik Nohl
  Designed with ❤️ by Maiki
  www.deine-gravur.de
*/
#demo-hinweis {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f9f9;
  color: #222;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.9em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  max-width: 90%;
  text-align: center;
  pointer-events: none; /* ← verhindert Klick-Blockade */
}

