.elementor-389 .elementor-element.elementor-element-99587e4{--display:flex;}.elementor-389 .elementor-element.elementor-element-8bc480f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-99587e4 *//* ========================================================
   GLOBALER DARK MODE FÜR DIE GESAMTE SEITE
======================================================== */

/* 1. Hintergrund und Haupttext dunkel machen */
html, body {
    background-color: #121212 !important; /* Sehr dunkles Grau (fast schwarz) */
    color: #e0e0e0 !important; /* Helles Grau für Fließtext (angenehmer als reines Weiß) */
}

/* 2. Standard-Container und Wrapper abdunkeln */
/* (Viele Themes haben extra weiße Boxen um den Inhalt) */
#page, .site, .site-content, .page-content, main, article, .wrap, .elementor-page, .elementor-section {
    background-color: #121212 !important;
}

/* 3. Überschriften hervorheben */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important; /* Reines Weiß für Überschriften */
}

/* 4. Links anpassen (hier mit dem Goldton aus dem Casino-Impressum) */
a {
    color: #d4af37 !important; /* Edles Gold */
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

a:hover, a:focus {
    color: #ffffff !important; /* Wird weiß, wenn man mit der Maus darüber fährt */
    text-decoration: underline !important;
}

/* 5. Header und Footer abdunkeln (falls das Theme eigene Hintergründe dafür setzt) */
header, footer, .site-header, .site-footer {
    background-color: #0a0a0a !important; /* Noch einen Tick dunkler für Tiefe */
    color: #e0e0e0 !important;
    border: none !important;
}

/* 6. Formulare, Eingabefelder und Buttons anpassen */
input, textarea, select {
    background-color: #222222 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

button, .button, input[type="submit"] {
    background-color: #d4af37 !important; /* Goldener Button */
    color: #121212 !important; /* Dunkle Schrift auf dem Button */
    border: none !important;
}/* End custom CSS */