.wm-fixed-bg{
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  background: center center / cover no-repeat;
  background-image: url('dark-forrest.jpg');
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}
html, body { background: transparent; }
.wp-site-blocks, #page, #content, .site { position: relative; z-index: 1; background: transparent; }
.wm-fixed-bg::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.15), rgba(0,0,0,0.5));
}
.panel{ background: rgba(0,0,0,0.35); padding: 1.2rem; border-radius: 0.75rem; }
.wm-banner{ height:110px; background: url('logo.png') center center / contain no-repeat; margin:8px auto 4px; max-width:1280px; }

/* kleine grüne Haken statt Bullets */
.hakenliste { 
  list-style: none !important; 
  margin: 0; 
  padding: 0; 
}
.hakenliste li {
  position: relative;
  padding-left: 1.6em;
}
.hakenliste li::before {
  content: "✓";
  position: absolute;
  left: 0; top: .15em;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1;
  color: #22c55e; /* Grün */
}

/* optional: Unterlisten etwas dezenter */
.hakenliste li ul { margin-top: .35em; }
.hakenliste li ul li::before { opacity: .85; }
