/*
Theme Name: Zauberbaukasten
Theme URI: https://Zauberbaukasten3000.com/
Author: ME
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Zauberbaukasten

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
    * {
      box-sizing: border-box;
    }
    
/* --- GLOBAL --- */
body { 
    margin: 0; 
    background: #ffffff; 
    font-family: 'Inter', sans-serif; 
    height: auto; /* Default for all pages */
}

/* --- HOME PAGE ONLY (700vh Scroll) --- */
body.home { 
    height: 700vh; 
    overflow-x: hidden; 
}

/* --- CANVAS CONTROL --- */
canvas { 
    position: fixed; 
    top: 0; 
    left: 0; 
    z-index: 0;
    pointer-events: none;
    display: none; /* Hidden by default */
}

body.home canvas { 
    display: block; /* Only show on home */
}

/* --- CONTENT ON SINGLE PAGES --- */
body:not(.home) #content {
    padding-top: 120px;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}


    /* ─── Intro fade overlay ─── */
    #intro-fade {
      position: fixed;
      inset: 0;
      background: #ffffff;
      z-index: 600;
      pointer-events: none;
      opacity: 1;
    }
    
    #main-brand {
      position: fixed;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      font-family: "Roboto Mono", monospace;
      font-size: clamp(2rem, 4vw, 3.2rem); 
      line-height: 1;
      margin: 0;
      color: #111;
      z-index: 100;
      white-space: nowrap;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      pointer-events: none;
      -webkit-text-stroke: 0px rgba(0,0,0,0);
      will-change: transform, left, top, color, -webkit-text-stroke;
    }
  
    /* Milky Text Container */
    .text-container {
      position: fixed;
      left: 80px;
      bottom: 0;
      height: 150px;
      width: 650px;
      max-width: calc(100% - 100px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      pointer-events: none;
      z-index: 10;
      opacity: 0;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(5px);
      padding: 20px; 
      border: 1px solid #ededed;
    }
  
    .text-container h1 { 
      font-weight: 200; 
      letter-spacing: 12px; 
      margin: 0; 
      font-size: clamp(1.2rem, 3vw, 2.2rem); 
      color: #000;
      animation: tech-flicker 0.4s ease-out;
    }
  
    @keyframes tech-flicker {
      0% { opacity: 0; transform: translateX(-10px); }
      100% { opacity: 1; transform: translateX(0); }
    }
  
    .divider { 
      width: 60px; 
      height: 1px; 
      background: #000; 
      margin: 15px 0; 
      opacity: 0.3; 
    }
  
    .text-container p { 
      opacity: 0.5; 
      line-height: 2.2; 
      font-size: clamp(0.6rem, 1.5vw, 0.75rem); 
      letter-spacing: 2px; 
      color: #111; 
      text-transform: uppercase; 
      margin: 0; 
      white-space: pre-line;
    }
  
    #scroll-counter {
      position: fixed;
      bottom: 40px;
      right: 40px;
      font-family: monospace;
      font-size: 0.7rem;
      letter-spacing: 4px;
      color: #000;
      opacity: 0.3;
      z-index: 20;
      padding: 10px;
      border-right: 1px solid #000;
    }
  
    /* --- Interactive Side Menu (End State) --- */
    .side-menu {
      position: fixed;
      left: 80px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      z-index: 50;
    }
    
    .side-menu .menu-item {
      font-family: "Roboto Mono", monospace;
      font-size: 0.85rem;
      letter-spacing: 2px;
      color: #999;
      cursor: pointer;
      text-transform: uppercase;
      transition: color 0.3s ease, opacity 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }
  
    .side-menu .menu-item::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #999;
      transition: background 0.3s, border-color 0.3s;
    }
  
    .side-menu .menu-item:hover {
      color: #555;
    }
  
    .side-menu .menu-item.active {
      color: #000;
      font-weight: 600;
    }
  
    .side-menu .menu-item.active::before {
      background: #000;
      border-color: #000;
    }
  
    /* Sub-menu styling */
    .side-menu .sub-item {
      margin-left: 20px;
      margin-top: -6px;
      font-size: 0.72rem;
    }
  
    .side-menu .sub-item::before {
      width: 4px;
      height: 4px;
    }
  
    .side-menu .menu-divider {
      width: 30px;
      height: 1px;
      background: #ddd;
      margin: 5px 0;
    }
  
    .side-menu .menu-label {
      font-family: "Inter", sans-serif;
      font-size: 0.6rem;
      letter-spacing: 2px;
      color: #999;
      text-transform: uppercase;
      margin-bottom: -5px;
      margin-top: 5px;
      pointer-events: none;
    }
  
    .side-menu .color-picker {
      display: flex;
      gap: 12px;
      margin-left: 20px;
      margin-top: 5px;
      pointer-events: auto;
    }
  
    .side-menu .color-swatch {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      cursor: pointer;
      border: 1px solid #ccc;
      transition: transform 0.2s ease, outline 0.2s ease;
    }
  
    .side-menu .color-swatch:hover {
      transform: scale(1.15);
    }
  
    .side-menu .color-swatch.active {
      transform: scale(1.15);
      outline: 2px solid #000;
      outline-offset: 2px;
      border-color: transparent;
    }
  
    /* --- Dev / Config Tool Styling --- */
    #dev-toggle {
      position: fixed;
      top: 20px;
      left: 20px;
      z-index: 1001;
      background: #111;
      color: #fff;
      padding: 10px 15px;
      border-radius: 6px;
      font-family: 'Roboto Mono', monospace;
      font-size: 0.75rem;
      cursor: pointer;
      border: none;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
      transition: transform 0.2s ease, background 0.2s ease;
    }
  
    #dev-toggle:hover {
      background: #333;
      transform: translateY(-2px);
    }
  
    #dev-tools {
      position: fixed;
      top: 20px;
      left: 20px;
      width: 300px;
      z-index: 1002;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(15px);
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #eee;
      font-family: 'Inter', sans-serif;
      font-size: 0.8rem;
      display: none;
      box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }
  
    .dev-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
  
    .dev-header h3 { margin: 0; font-size: 1rem; font-weight: 600; color: #111; }
    #dev-close { cursor: pointer; font-size: 1.2rem; color: #999; transition: color 0.2s; }
    #dev-close:hover { color: #111; }
  
    .dev-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
    }
  
    .dev-row label { flex: 1; color: #555; }
    .dev-row input[type=color] { width: 45px; height: 26px; padding: 0; border: 1px solid #ddd; cursor: pointer; border-radius: 4px; }
    .dev-row input[type=range] { flex: 1.5; margin: 0 10px; }
    .dev-row span { width: 30px; text-align: right; font-family: 'Roboto Mono', monospace; font-weight: bold; color: #111; }
  
    #dev-copy {
      width: 100%;
      background: #111;
      color: #fff;
      border: none;
      padding: 12px;
      font-family: 'Roboto Mono', monospace;
      font-size: 0.75rem;
      cursor: pointer;
      border-radius: 6px;
      margin-top: 15px;
      transition: background 0.2s ease;
    }
  
    #dev-copy:hover { background: #333; }
    #dev-copy.success { background: #4caf50; }
  
    /* --- Hamburger Menu & Navigation --- */
    .hamburger {
      position: fixed;
      top: 40px;
      right: 40px;
      width: 32px;
      height: 20px;
      cursor: pointer;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .hamburger span {
      display: block;
      height: 2px;
      width: 100%;
      background: #000;
      transition: all 0.3s ease-in-out;
    }
  
    .hamburger.open span:nth-child(1) {
      transform: translateY(9px) rotate(45deg);
    }
  
    .hamburger.open span:nth-child(2) {
      opacity: 0;
    }
  
    .hamburger.open span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }
  
    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      height: 100vh;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      z-index: 999;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
      box-shadow: -5px 0 25px rgba(0,0,0,0.05);
    }
  
    .mobile-menu.open {
      right: 0;
    }
  
    .mobile-menu ul {
      list-style: none;
      padding: 0;
      text-align: center;
    }
  
    .mobile-menu li {
      margin: 30px 0;
    }
  
    .mobile-menu a {
      font-family: "Roboto Mono", monospace;
      text-decoration: none;
      color: #111;
      font-size: 1.5rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      transition: color 0.2s ease, transform 0.2s ease;
      display: inline-block;
    }
  
    .mobile-menu a:hover {
      color: #ff0000;
      transform: scale(1.05);
    }
  
    /* --- Responsive Mobile Tweaks --- */
    @media (max-width: 768px) {
      .text-container {
        left: 20px;
        right: 20px;
        width: auto;
        max-width: none;
        bottom: 20px;
        padding: 15px;
      }
      
      .text-container h1 {
        letter-spacing: 8px;
      }
  
      #scroll-counter {
        bottom: auto;
        top: 35px;
        left: 20px;
        right: auto;
        border-right: none;
        border-left: 1px solid #000;
        padding: 5px 10px;
      }
  
      .hamburger {
        top: 30px;
        right: 25px;
      }
  
      #main-brand {
        font-size: clamp(1.5rem, 8vw, 2.5rem);
      }
  
      .side-menu {
        left: 20px;
      }
    }

:root {
    --hud-color: #ff2222; /* Dein Highlight-Rot */
    --hud-glass: rgba(255, 255, 255, 0.1);
}

.highlight-circle {
    position: fixed;
    top: 50px;
    right: 120px;
    width: 280px;
    height: 280px;
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5) rotate(-20deg);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.highlight-circle.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
}

/* Die rotierenden HUD Ringe */
.hud-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid var(--hud-color);
    opacity: 0.3;
}

.ring-outer {
    border-style: dashed;
    animation: rotateHUD 20s linear infinite;
}

.ring-inner {
    inset: -20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 2px solid var(--hud-color);
    animation: rotateHUD 10s linear infinite reverse;
}

@keyframes rotateHUD {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Corner Brackets */
.bracket {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--hud-color);
    z-index: 9001;
    transition: all 0.5s 0.3s ease;
}

.highlight-circle.active .bracket {
    inset: -30px; /* Ecken fahren beim Aktivieren nach außen */
}

.top-left { border-right: none; border-bottom: none; top: 0; left: 0; }
.top-right { border-left: none; border-bottom: none; top: 0; right: 0; }
.bottom-left { border-right: none; border-top: none; bottom: 0; left: 0; }
.bottom-right { border-left: none; border-top: none; bottom: 0; right: 0; }

/* Content Bereich */
.circle-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: var(--hud-glass);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
}

.circle-content video, .circle-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.2) contrast(1.1);
}

/* Technischer Scan-Effekt */
.scanline {
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, transparent, var(--hud-color), transparent);
    opacity: 0.1;
    z-index: 10;
    top: -10px;
    animation: scan 4s linear infinite;
}

@keyframes scan {
    0% { top: -10%; }
    100% { top: 110%; }
}

/* Status Text */
.hud-status {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.5rem;
    letter-spacing: 3px;
    color: var(--hud-color);
    z-index: 20;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.subpage-overlay {
    position: fixed;
    top: 0;
    right: -100%; /* Startet außerhalb */
    width: 50%; /* Nimmt die rechte Hälfte ein */
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    z-index: 2000;
    transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 80px 60px;
    overflow-y: auto;
    box-shadow: -10px 0 50px rgba(0,0,0,0.1);
}

.subpage-overlay.active {
    right: 0;
}

.subpage-close {
    position: absolute;
    top: 40px;
    left: 60px;
    font-family: "Roboto Mono", monospace;
    font-size: 0.7rem;
    letter-spacing: 2px;
    cursor: pointer;
    color: #000;
}

.subpage-content-area {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s 0.3s ease-out;
}

.subpage-overlay.active .subpage-content-area {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .subpage-overlay { width: 100%; }
}

.legal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    pointer-events: none; /* Klick durchlassen wenn inaktiv */
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Tafel erscheint rechts */
    padding-right: 5%;
}

.legal-slate {
    width: 45vw;
    height: 85vh;
    background: rgba(255, 255, 255, 0.7); /* Transparentes Weiß */
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    border-radius: 4px; /* Minimalistisch, kaum Rundung */
    
    /* Animation: Von rechts reinschieben */
    transform: translateX(120%);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: auto;
    display: flex;
    flex-direction: column;
}

.legal-overlay.active .legal-slate {
    transform: translateX(0);
}

.legal-close-btn {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.code-font {
    font-family: "Roboto Mono", monospace;
    font-size: 0.65rem;
    letter-spacing: 2px;
    opacity: 0.5;
}

.legal-scroll-area {
    flex-grow: 1;
    overflow-y: auto;
    padding: 40px 60px;
    scrollbar-width: thin;
}

/* Typografie innerhalb der Tafel */
#legal-content-target h1 {
    font-family: "Roboto Mono", monospace;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

#legal-content-target p {
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .legal-slate { width: 90vw; height: 80vh; margin: 0 auto; }
}

@media (max-width: 500px) {
     #main-brand {
        font-size: clamp(1.0rem, 6vw, 2.0rem);
        top: 70%;
      }
}



/* --- RESPONSIVE HUD CIRCLE --- */
@media (max-width: 768px) {
    .highlight-circle {
        /* Kleiner auf dem Handy */
        width: 140px; 
        height: 140px;
        /* Position unterhalb/neben dem Hamburger */
        top: 80px; 
        right: 20px;
    }

    /* Brackets (Ecken) proportional anpassen */
    .bracket {
        width: 10px;
        height: 10px;
        border-width: 1.5px;
    }

    .highlight-circle.active .bracket {
        inset: -15px; /* Enger am Kreis auf Mobile */
    }

    /* Ringe anpassen */
    .hud-ring.ring-inner {
        inset: -10px;
    }
    
    .hud-ring.ring-outer {
        inset: -5px;
    }

    /* Status-Text verkleinern */
    .hud-status {
        top: 10px;
        font-size: 0.4rem;
        letter-spacing: 1px;
    }

    /* Falls die Text-Box unten links auf Mobile zu hoch rutscht, 
       stellen wir sicher, dass sie nicht den Kreis verdeckt */
    .text-container {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
        height: auto;
        min-height: 100px;
        padding: 15px;
    }

    .text-container h1 {
        font-size: 1.1rem;
        letter-spacing: 4px;
    }

    .text-container p {
        font-size: 0.6rem;
        line-height: 1.6;
    }
}




/* --- KONTAKTFORMULAR ZAUBERBAUKASTEN STYLE --- */

/* Container Anpassung */
.fluentform {
    font-family: 'Roboto Mono', monospace !important;
    color: #000;
}

/* Eingabefelder */
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform textarea {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px !important; /* Eckig wirkt technischer */
    padding: 12px !important;
    color: #000 !important;
    font-family: 'Roboto Mono', monospace !important;
    transition: all 0.3s ease;
}

/* Focus Effekt (Highlight Farbe Rot) */
.fluentform input:focus,
.fluentform textarea:focus {
    border-color: #ff2222 !important; /* Deine HIGHLIGHT_COLOR */
    background: rgba(255, 255, 255, 0.8) !important;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 34, 34, 0.1);
}

/* Label Styling */
.fluentform .ff-el-is-label label {
    font-size: 0.7rem !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 8px;
}

/* Der Senden-Button (HUD Style) */
.fluentform button[type="submit"] {
    background: transparent !important;
    border: 1px solid #ff2222 !important;
    color: #ff2222 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-family: 'Roboto Mono', monospace !important;
    font-size: 0.8rem !important;
    padding: 15px 30px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    width: 100%;
    margin-top: 20px;
}

.fluentform button[type="submit"]:hover {
    background: #ff2222 !important;
    color: #fff !important;
    box-shadow: 0 0 20px rgba(255, 34, 34, 0.4);
}

/* Erfolg-Meldung */
.ff-message-success {
    background: rgba(46, 204, 113, 0.1) !important;
    border: 1px solid #2ecc71 !important;
    color: #27ae60 !important;
    font-size: 0.8rem;
    border-radius: 0;
}











.light-config {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 240px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 9500;
    font-family: 'Roboto Mono', monospace;
    color: #000;
}

.light-config-header {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.03);
    font-size: 0.6rem;
    letter-spacing: 1px;
}

.light-controls-inner {
    padding: 15px;
    display: none; /* Eingeklappt */
}

.light-config.active .light-controls-inner {
    display: block;
}

.control-row {
    margin-bottom: 12px;
}

.control-row label {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.6;
}

.control-row input[type="range"] {
    width: 100%;
    accent-color: #ff2222; /* Dein Highlight-Rot */
    cursor: pointer;
}
