/* --- Basis & Layout --- */
body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; background: #222 url('../images/bgheader.jpg') no-repeat center center fixed; background-size: cover; margin: 0; padding: 20px 15px; display: block; min-height: 100vh; overflow-x: hidden; box-sizing: border-box; }
body::before { content: ""; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.55); z-index: 1; }
.logo { max-width: 220px; width: 75%; height: auto; margin: 0 auto 20px auto; display: block; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4)); }

/* --- Container --- */
.container { max-width: 100%; width: 50%; background: rgba(34, 34, 34, 0.25); padding: 15px 50px; border-radius: 30px; color: white; position: relative; overflow: hidden; text-align: center; z-index: 10; margin: 20px auto; box-sizing: border-box; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); border: 1px solid rgba(255, 255, 255, 0.1); }
.container::before { display: none; }
.container > * { position: relative; z-index: 2; }

/* --- Adsense Design  --- */
.adsense-container { display: block !important; position: relative !important; margin: 15px auto !important; width: 95% !important; max-width: 1200px !important; background-color: #fafafa !important; border: 1px solid #efefef !important; border-radius: 8px !important; overflow: hidden !important; box-sizing: border-box !important; text-align: center !important; }
.adsense-container::before { content: "ANZEIGE / ADSENSE" !important; display: flex !important; align-items: center !important; justify-content: center !important; background: #ffffff !important; color: #000 !important; font-size: 10px !important; font-weight: bold !important; text-transform: uppercase !important; letter-spacing: 1px !important; height: 20px !important; width: 100% !important; border-bottom: 1px solid #efefef !important; }

/* --- Adblocker Info-Box  --- */
#special-info-box { display: none; background: linear-gradient(135deg, #ffecd2, #fcb69f); color: #000; text-align: center; padding: 20px; margin: 20px auto; border-radius: 12px; font-family: Arial, sans-serif; box-shadow: 0 4px 10px rgba(0,0,0,0.1); max-width: 600px; animation: fadeIn 0.5s ease-in-out; }
#special-info-box h3 { margin: 0 0 10px; font-size: 1.5em; color: #000; }
#special-info-box p { margin: 0; font-size: 1em; color: #000; }
#btn-hide-info { margin-top: 15px; padding: 8px 16px; border: none; border-radius: 6px; background-color: #fff; color: #ff6f91; font-weight: bold; cursor: pointer; transition: all 0.3s ease; }
#btn-hide-info:hover { background-color: #f0f0f0; transform: translateY(-1px); }

/* --- Elemente & Buttons --- */
.item-box { background: #ffffff; color: #000; padding: 15px 10px; border-radius: 12px; font-weight: bold; font-size: 20px; margin: 15px 0; min-height: 60px; display: block; text-align: center; }
.btn { display: none; width: 100%; padding: 20px; background: #27ae60; color: #fff; text-decoration: none; border-radius: 15px; font-size: 24px; font-weight: bold; border: none; margin: 20px auto 0 auto; box-sizing: border-box; text-align: center; box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4); transition: transform 0.2s ease; }
.btn:hover { transform: translateY(-2px); background: #2ecc71; }
.btn-claim-active { display: block !important; animation: pulseGlow 2s infinite ease-in-out; }
.btn-home { display: inline-block; color: #ffffff; text-decoration: none; font-size: 14px; border: 1px solid #3498db; padding: 10px 25px; border-radius: 50px; background: rgba(52, 152, 219, 0.2); transition: all 0.3s ease; font-weight: 600; }
.btn-home:hover { background: #3498db; transform: translateY(-2px); }
.trust-badge { display: block; width: 100%; font-size: 13px; color: #ffffff; background: #27ae60; padding: 12px 20px; border-radius: 12px; margin: 15px 0; border: 1px solid #219150; font-weight: 600; box-sizing: border-box; text-align: center; }

/* --- Timer & Status --- */
#timer-box { background: rgba(44, 62, 80, 0.7); padding: 20px; border-radius: 20px; border: 1px solid rgba(52, 152, 219, 0.5); display: none; margin: 20px auto; width: 100%; box-sizing: border-box; backdrop-filter: blur(5px); }
#progress-container { width: 100%; height: 10px; background: rgba(26, 28, 32, 0.8); border-radius: 10px; margin-top: 15px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
#progress-bar { width: 100%; height: 100%; background: #27ae60; transition: width 1s linear; box-shadow: 0 0 10px rgba(39, 174, 96, 0.5); }
.security-check-box { background: #1b5e20; border: 1px solid #2ecc71; border-radius: 12px; padding: 15px; margin: 15px 0; color: #ffffff; font-weight: 600; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; }
#activity-feed { font-size: 12px; color: #ffffff; margin-top: 25px; padding: 15px; border-radius: 12px; background: #2c3e50; border: 1px solid #3498db; }
.expired-notice { background: #d63031 !important; color: #fff !important; padding: 10px !important; border-radius: 8px !important; margin: 10px 0 !important; font-size: 13px !important; font-weight: bold !important; text-align: center !important; border: 1px solid #ff7675 !important; }

/* --- Fehler-Box Design --- */
@keyframes errorPulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.9; transform: scale(1.01); } 100% { opacity: 1; transform: scale(1); } }
.error-container { display: none; background: linear-gradient(135deg, #d63031 0%, #a22021 100%); color: #ffffff; padding: 25px 15px; border-radius: 12px; margin: 15px 0; text-align: center; animation: errorPulse 3s infinite ease-in-out; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.error-icon { font-size: 40px; margin-bottom: 10px; }
.error-title { margin: 0; margin-bottom: 10px; font-size: 1.1rem; text-transform: uppercase; color: #ffffff; letter-spacing: 0.5px; }
.error-text { margin: 0; font-size: 14px; line-height: 1.5; color: #ffffff; opacity: 0.95; }

/* --- Animationen & Media Queries --- */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulseGlow { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* --- Startseite Info --- */
#about-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #0088cc !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; }
#about-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 20px auto !important; border-left: 6px solid #3498db !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#about-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#about-container h1 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#about-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }

/* --- Würfel Info --- */
#dice-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 10px auto !important; border-left: 6px solid #27ae60 !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#dice-container h2 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#dice-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#dice-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }
#dice-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #27ae60 !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; }
.dice-links-wrapper { margin-top: 10px; display: flex; flex-direction: column; gap: 10px; }
.dice-link-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: rgba(0, 0, 0, 0.03); border-radius: 10px; border: 1px solid rgba(0,0,0,0.05); transition: transform 0.2s ease; }
.dice-link-item:hover { transform: translateY(-2px); background: rgba(0, 0, 0, 0.05); }
.dice-name { font-weight: 600; color: #2c3e50; font-size: 15px; }
.btn-collect { background: #27ae60 !important; color: white !important; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; box-shadow: 0 4px 10px rgba(39, 174, 96, 0.2); }
.dice-empty { background: #fee2e2; color: #b91c1c; border: 1px solid #f87171; padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; margin: 10px 0 0 0; }

/* --- Event Image Info --- */
#event-image-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 20px auto !important; border-left: 6px solid #f1c40f !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#event-image-container h2 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#event-image-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }
#event-image-container .btn-collect { background: #0088cc !important; color: white !important; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2); transition: background 0.2s ease; }
#event-image-container .btn-collect:hover { background: #0077b3 !important; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
#event-image-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #0088cc !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; border-radius: 10px; }
#event-image-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#event-image-container .image-list-empty { background: #fee2e2; color: #b91c1c; border: 1px solid #f87171; padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; margin: 10px 0 0 0; }

/* --- Turnier Info --- */
#tournaments-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 20px auto !important; border-left: 6px solid #9370DB !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#tournaments-container h2 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#tournaments-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }
#tournaments-container .btn-collect { background: #0088cc !important; color: white !important; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2); transition: background 0.2s ease; }
#tournaments-container .btn-collect:hover { background: #0077b3 !important; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
#tournaments-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #0088cc !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; border-radius: 10px; }
#tournaments-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#tournaments-container .image-list-empty { background: #fee2e2; color: #b91c1c; border: 1px solid #f87171; padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; margin: 10px 0 0 0; }

/* --- Spezial Events Info --- */
#spezial-events-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 20px auto !important; border-left: 6px solid #ff3b30 !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#spezial-events-container h2 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#spezial-events-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }
#spezial-events-container .btn-collect { background: #0088cc !important; color: white !important; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2); transition: background 0.2s ease; }
#spezial-events-container .btn-collect:hover { background: #0077b3 !important; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
#spezial-events-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #0088cc !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; border-radius: 10px; }
#spezial-events-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#spezial-events-container .image-list-empty { background: #fee2e2; color: #b91c1c; border: 1px solid #f87171; padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; margin: 10px 0 0 0; }

/* --- Quickk Events Info --- */
#quick-events-container { background: rgba(255, 255, 255, 0.98) !important; border-radius: 20px !important; padding: 30px !important; margin: 20px auto !important; border-left: 6px solid #E67E22 !important; box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; text-align: left !important; overflow: auto !important; }
#quick-events-container h2 { color: #2c3e50 !important; font-size: 24px !important; margin: 0 0 15px 0 !important; font-weight: 800 !important; line-height: 1.2 !important; }
#quick-events-container p { color: #333 !important; font-size: 16px !important; line-height: 1.7 !important; margin: 0 !important; }
#quick-events-container .btn-collect { background: #0088cc !important; color: white !important; padding: 8px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 14px; box-shadow: 0 4px 10px rgba(0, 136, 204, 0.2); transition: background 0.2s ease; }
#quick-events-container .btn-collect:hover { background: #0077b3 !important; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
#quick-events-container .btn-home { display: block !important; margin: 10px auto 0 auto !important; width: fit-content !important; background: #0088cc !important; color: white !important; border: none !important; padding: 12px 30px !important; text-align: center !important; border-radius: 10px; }
#quick-events-container .about-logo { float: right !important; width: 30% !important; max-width: 40% !important; height: auto !important; margin: 0 0 15px 20px !important; border-radius: 12px !important; display: block !important; }
#quick-events-container .image-list-empty { background: #fee2e2; color: #b91c1c; border: 1px solid #f87171; padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; margin: 10px 0 0 0; }


/* --- Event Image Karte --- */
.event-card-white { background: #ffffff; border-radius: 12px; padding: 15px; margin: 20px auto; max-width: 100%; width: 95%; border: 1px solid #e0e0e0; text-align: center; }
.event-date-header { font-weight: bold; font-size: 1.1rem; color: #333; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
.event-image-wrapper { width: 100%; overflow: hidden; border-radius: 8px; cursor: pointer; transition: transform 0.2s; }
.event-image-wrapper:hover { transform: scale(1.02); }
.event-img-contained { width: 100%; height: auto; display: block; object-fit: contain; }
.zoom-hint { font-size: 0.85rem; color: #777; margin-top: 10px; font-style: italic; }
.scraped-at-label { font-size: 0.75rem; color: #999; margin-top: 5px; border-top: 1px solid #fafafa; padding-top: 5px; }
.lightbox { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.lightbox-content { max-width: 95%; max-height: 85%; border-radius: 5px; box-shadow: 0 0 20px rgba(255,255,255,0.2); }
.lightbox-close-wrapper { position: absolute; top: 20px; right: 25px; cursor: pointer; z-index: 10001; }
.lightbox-close-btn { color: #ff3b30; font-size: 50px; font-weight: bold; cursor: pointer; position: absolute; top: 15px; right: 25px; z-index: 10005; line-height: 1; }
.lightbox-close-btn:hover { color: #ff6050; transform: scale(1.1); }
.lightbox[style*="display: flex"] ~ .menu-toggle { display: none !important; }

/* --- Datenschutz --- */
#legal-container { background: #ffffff !important; border: 1px solid #efefef !important; border-radius: 15px !important; padding: 25px !important; margin: 30px auto 0 auto !important; max-width: 100% !important; display: block !important; text-align: left !important; position: relative !important; z-index: 9999 !important; box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important; color: #333333 !important; }
#legal-container .legal-section h3 { font-size: 18px !important; color: #000000 !important; margin: 0 0 10px 0 !important; border-bottom: 2px solid #3498db !important; padding-bottom: 5px !important; text-shadow: none !important; display: block !important; font-family: sans-serif !important; }
#legal-container .legal-section p { color: #333333 !important; font-size: 14px !important; line-height: 1.6 !important; !important; text-shadow: none !important; display: block !important; font-family: sans-serif !important; }
#legal-container a { color: #34495e !important; text-decoration: underline !important; transition: color 0.2s ease !important; }
#legal-container a:hover { color: #3498db !important; text-decoration: none !important; }

/* --- Teilen --- */
.share-bar-container { display: flex; justify-content: center; padding: 15px 0; position: relative; margin: 5px 0; background: rgba(255,255,255,0.05); border-radius: 12px; width: 100%;}
.share-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.s-btn { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; border: none; cursor: pointer; transition: all 0.2s ease; padding: 10px; box-sizing: border-box; }
.s-btn svg { width: 100%; height: 100%; fill: white; }
.s-btn:hover { transform: translateY(-3px); filter: brightness(1.1); }
.s-copy { background: #64748b; } .s-fb { background: #1877f2; } .s-tg { background: #229ED9; } .s-wa { background: #22c55e; } .s-native { background: #0ea5e9; }
.s-toast { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #1e293b; color: #fff; padding: 8px 16px; border-radius: 8px; font-size: 13px; opacity: 0; transition: opacity 0.3s; pointer-events: none; z-index: 100; }
.share-wrapper { margin: 25px 0; width: 100%; display: block; position: relative; z-index: 20; }

/* --- Cookie--- */
#cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(26, 28, 32, 0.95); backdrop-filter: blur(10px); color: white; padding: 15px 20px; z-index: 10000; box-shadow: 0 -5px 15px rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.1); box-sizing: border-box; }
#cookie-banner .cookie-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; }
#cookie-banner a { color: #3498db; text-decoration: underline; }
#cookie-accept-btn { background: #27ae60; color: white; border: none; padding: 8px 20px; border-radius: 8px; font-weight: bold; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
#cookie-accept-btn:hover { background: #2ecc71; }

/* --- Besucherzähler --- */
.visitor-counter { margin-top: 15px; padding: 8px 15px; background: rgba(0, 0, 0, 0.05); border-radius: 10px; font-size: 13px; color: #FFF; display: inline-block; border: 1px solid rgba(0,0,0,0.05); }
.visitor-counter strong, .visitor-counter span { color: inherit; font-weight: inherit; }

/* --- Navigation --- */
.floating-nav { position: fixed; top: 0; left: 0; width: 100%; height: 60px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(5px); display: flex; justify-content: center; align-items: center; gap: 20px; z-index: 9999; box-shadow: 0 2px 15px rgba(0,0,0,0.08); border-bottom: 3px solid #3498db; }
.floating-nav a { text-decoration: none; color: #2c3e50; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: 50px; transition: all 0.3s ease; border: 1px solid transparent; }
.floating-nav a:hover { color: #3498db; background: rgba(52, 152, 219, 0.1); border-color: rgba(52, 152, 219, 0.2); transform: translateY(-2px); }
body { padding-top: 40px; }
html { scroll-behavior: smooth; }
.floating-nav a.nav-tg { color: #0088cc !important; font-weight: 800; }
.floating-nav a.nav-tg:hover { background: rgba(0, 136, 204, 0.1); border-color: rgba(0, 136, 204, 0.2); }

/* --- Handy Optimierung --- */
@media screen and (max-width: 600px) {
    body { padding-top: 15px !important; }
    .container { max-width:100%; width: 100%; margin-bottom: 10px; margin-top: 10px; padding: 15px 10px;}
    .adsense-container { width: 98% !important; margin: 10px auto !important; }
    #timer-box { padding: 15px; width: 100%; }
    #about-container .btn-home { margin: 0 auto !important; display: block !important; }
    #cookie-banner .cookie-content { flex-direction: column; text-align: center; gap: 10px; }
    #cookie-accept-btn { width: 100%; }
    #about-container .about-logo { float: right !important; width: 100% !important; height: auto !important; margin: 0 0 15px 0 !important; display: block !important; }
    #about-container { text-align: left !important; display: flow-root !important; }
    .dice-link-item { flex-direction: column !important; text-align: center; gap: 12px; padding: 15px; }
    .btn-collect { width: 100%; display: block; box-sizing: border-box; }
    .menu-toggle { display: block !important; position: fixed; top: 5px; left: 5px; z-index: 10001; background: #3498db; color: white; border: none; padding: 10px 15px; border-radius: 8px; font-size: 20px; cursor: pointer; transition: opacity 0.2s; }
    .floating-nav { position: fixed !important; top: 0; left: -1280px; width: 150px; height: 100%; background: rgba(255, 255, 255, 0.75) !important; backdrop-filter: blur(10px); flex-direction: column !important; justify-content: flex-start !important; align-items: flex-start !important; transition: 0.3s; padding: 60px 20px !important; z-index: 10000; box-shadow: 5px 0 15px rgba(0,0,0,0.2); border-right: 4px solid #3498db; border-bottom: none; display: flex; }
    .floating-nav.active { left: 0; }
    .floating-nav a { width: 100% !important; padding: 5px 0 !important; border-bottom: none !important; font-size: 16px !important; color: #2c3e50; text-decoration: none; display: block; }  
    .menu-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 30px; cursor: pointer; color: #d63031 !important; font-weight: bold; }
}

/* Desktop-Fix: Toggle Button verstecken */
@media screen and (min-width: 601px) { 
	.menu-toggle, .menu-close { display: none; } 
}
