/* --- 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: 80px 15px 20px 15px; display: block; min-height: 100vh; overflow-x: hidden; box-sizing: border-box; position: relative; }
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)); position: relative; z-index: 2; }

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

/* --- Headline Design  --- */
.headline-card { background: rgba(39, 174, 96, 0.52); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 10px 15px; margin: 10px 0; text-align: center; }
#headline { margin: 0; font-size: 1.6rem; color: #f0fff4; text-transform: uppercase; letter-spacing: 1.5px; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); line-height: 1.2; animation: fadeInDown 0.8s ease-out; }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

/* --- 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; 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; box-shadow: 0 4px 10px rgba(0,0,0,0.1); max-width: 600px; animation: fadeIn 0.5s ease-in-out; }
#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: 0.3s; }

/* --- Elemente & Buttons --- */
.item-box { background: #ffffff; color: #000; padding: 15px; border-radius: 12px; font-weight: bold; font-size: 20px; margin: 0; display: block; }
.btn { display: none; width: 100%; padding: 20px; background: #87CEEB; color: #fff; text-decoration: none; border-radius: 15px; font-size: 24px; font-weight: bold; border: none; margin-top: 20px; box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4); transition: 0.2s; box-sizing: border-box; }
.btn-claim-active { display: block !important; background: #00a8ff !important; background: linear-gradient(135deg, #00d2ff 0%, #00a8ff 100%) !important;animation: pulseGlow 2s infinite ease-in-out; }
.trust-badge { 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; }
.nav-tg { background: transparent !important; color: #0088cc !important; font-weight: 700; transition: 0.3s; }
.nav-tg:hover { color: #00a2ed !important; transform: translateY(-2px); background: rgba(0, 136, 204, 0.05) !important; }

/* Sprachsystem */
.lang-switch { display: flex; justify-content: center; align-items: center; gap: 5px; margin-left: 10px; border-left: 1px solid #ddd; padding-left: 10px; }
.nav-lang { display: inline-flex !important; align-items: center; gap: 4px; font-size: 12px !important; font-weight: bold; color: #2c3e50 !important; text-decoration: none; padding: 4px 8px !important; background: rgba(52, 152, 219, 0.1); border-radius: 8px !important; white-space: nowrap !important; transition: 0.2s; flex-shrink: 0; }
.nav-lang:hover { background: #3498db !important; color: #ffffff !important; }

/* --- 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%; backdrop-filter: blur(5px); box-sizing: border-box; }
#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; 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; 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; }

/* --- Fehler-Box Design --- */
.error-container { display: none; background: linear-gradient(135deg, #d63031 0%, #a22021 100%); color: #ffffff; padding: 5px 15px; border-radius: 12px; margin: 10px 0; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.error-title { margin-bottom: 10px; font-size: 1.1rem; text-transform: uppercase; }
.error-text { font-size: 14px; line-height: 1.5; opacity: 0.95; }

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

/* --- Datenschutz ---  */
#legal-container { background: #ffffff !important; border: 1px solid #efefef !important; border-radius: 15px !important; padding: 10px 25px 0 25px !important; margin-top: 10px !important; color: #333 !important; text-align: left !important; position: relative; z-index: 9999; }
#legal-container .legal-section h3 { font-size: 18px !important; color: #000 !important; margin: 0 0 10px 0 !important; border-bottom: 2px solid #3498db !important; padding-bottom: 5px !important; font-family: sans-serif !important; }
#legal-container .legal-section p { color: #333 !important; font-size: 14px !important; line-height: 1.6 !important; font-family: sans-serif !important; }
#legal-container a { color: #34495e !important; text-decoration: underline !important; }

/* --- Accounts Infotext ---  */
#speederuse-container { background: #fff9db !important; border: 1px solid #efefef !important; border-radius: 15px !important; padding: 10px 25px 0 25px !important; margin-top: 10px !important; color: #333 !important; text-align: left !important; position: relative; z-index: 9999;}
#speederuse-container .speederuse-section h3 { font-size: 18px !important; color: #000 !important; margin: 0 0 10px 0 !important; border-bottom: 2px solid #3498db !important; padding-bottom: 5px !important; font-family: sans-serif !important; }
#speederuse-container .speederuse-section p { color: #333 !important; font-size: 14px !important; line-height: 1.6 !important; font-family: sans-serif !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: 0.2s; padding: 10px; box-sizing: border-box; }
.s-btn svg { width: 100%; height: 100%; fill: white; }
.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: 0.3s; pointer-events: none; z-index: 100; }
.share-wrapper { margin: 10px 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; 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-accept-btn { background: #27ae60; color: white; border: none; padding: 8px 20px; border-radius: 8px; font-weight: bold; cursor: pointer; }

/* --- 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: 0.3s; }
.floating-nav a:hover { color: #3498db; background: rgba(52, 152, 219, 0.1); transform: translateY(-2px); }

/* --- Handy Optimierung --- */
@media screen and (max-width: 600px) {
	body { background: #222 url('../images/bgheaderhandy.jpg') no-repeat center / cover; background-attachment: scroll; padding-top: 15px !important; }
	.container { box-sizing: border-box; max-width: 100%; width: 100%; margin: 10px 0; padding: 15px 10px; }
	.adsense-container { width: 98% !important; margin: 10px auto !important; }
	#timer-box { padding: 15px; width: 100%; }
	#cookie-banner .cookie-content { flex-direction: column; text-align: center; gap: 10px; }
	#cookie-accept-btn { width: 100%; }
	.menu-toggle { display: block !important; position: fixed; bottom: 20px; right: 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: -100%; 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: left 0.3s ease; padding: 60px 20px !important; z-index: 10000; border-right: 4px solid #3498db; border-bottom: none; display: flex; }
	.floating-nav.active { left: 0; }
	.floating-nav a { width: 100% !important; padding: 1px 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; }
	.lang-switch { display: flex !important; justify-content: center !important; align-items: center !important; gap: 8px !important; width: 100% !important; padding: 10px 0 !important; margin: -10px 0 0 0 !important; border-top: 1px solid rgba(0,0,0,0.1) !important; border-left: none !important; box-sizing: border-box !important; }
	.nav-lang { display: flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; flex: 0 1 45% !important; height: 38px !important; background: rgba(52, 152, 219, 0.1) !important; color: #2c3e50 !important; font-size: 13px !important; font-weight: bold !important; border-radius: 8px !important; text-decoration: none !important; box-sizing: border-box !important; }
	.nav-lang img { width: 20px !important; height: auto !important; }
	.nav-lang:hover { background: #3498db !important; color: #ffffff !important; transform: translateY(-2px) !important; }
}

@media screen and (min-width: 601px) { .menu-toggle, .menu-close { display: none; } }