/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 11:07:58 */
html, body {
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -100;
  pointer-events: none;
  background-image: url("https://weissdieter.de/wp-content/uploads/2026/02/HeaderFinalVerlauf1a.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
}

