/*
Theme Name:  Leitstelle Nord 2026
Template:    greyd-wp
Description: Wordpress Theme der Leitstelle Nord
Author:      Henning Rolapp
Version:     1.0
*/

body.dark-mode {
    --bg: #1a1a2e;
    --text: #e0e0e0;
    --card-bg: #16213e;
    background-color: var(--bg);
    color: var(--text);
  }
  
  #darkmode-toggle {
    cursor: pointer;
    background: none;
    border: 1px solid currentColor;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 1rem;
  }
  
  /* Standardmäßig Moon verstecken */
  body:not(.dark-mode) .icon-moon { display: none; }
  body.dark-mode .icon-sun { display: none; }