Mobile desighn Adjustments

This commit is contained in:
2025-09-05 12:37:33 +02:00
parent 00849e6d15
commit 3872397082
8 changed files with 918 additions and 231 deletions

View File

@@ -5,174 +5,179 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Datenschutzerklärung - NinjaCross</title>
<link rel="icon" type="image/x-icon" href="/pictures/favicon.ico">
<link rel="stylesheet" href="/css/leaderboard.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 900px;
.legal-container {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 15px;
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
overflow: hidden;
padding: 2rem;
min-height: 100vh;
}
.header {
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
color: white;
padding: 40px;
.legal-header {
text-align: center;
margin-bottom: 3rem;
}
.header h1 {
font-size: 2.5rem;
margin-bottom: 10px;
.legal-title {
font-size: 3.5rem;
font-weight: 700;
background: linear-gradient(135deg, #00d4ff, #ff6b35, #ffd700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 0.5rem;
letter-spacing: -0.02em;
}
.header p {
font-size: 1.1rem;
opacity: 0.9;
.legal-subtitle {
font-size: 1.2rem;
color: #8892b0;
font-weight: 300;
}
.content {
padding: 40px;
.legal-content {
background: rgba(30, 41, 59, 0.8);
backdrop-filter: blur(20px);
border: 1px solid rgba(51, 65, 85, 0.3);
border-radius: 20px;
padding: 3rem;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.section {
margin-bottom: 30px;
margin-bottom: 2.5rem;
}
.section h2 {
color: #1e3c72;
font-size: 1.5rem;
margin-bottom: 15px;
border-bottom: 2px solid #e2e8f0;
padding-bottom: 10px;
color: #00d4ff;
font-size: 1.8rem;
margin-bottom: 1rem;
border-bottom: 2px solid #334155;
padding-bottom: 0.5rem;
font-weight: 600;
}
.section h3 {
color: #2a5298;
font-size: 1.2rem;
margin: 20px 0 10px 0;
color: #ff6b35;
font-size: 1.3rem;
margin: 1.5rem 0 0.8rem 0;
font-weight: 500;
}
.section p, .section li {
margin-bottom: 10px;
color: #4a5568;
margin-bottom: 0.8rem;
color: #e2e8f0;
line-height: 1.6;
}
.section ul, .section ol {
margin-left: 20px;
}
.highlight-box {
background: #f0f8ff;
border: 1px solid #1e3c72;
padding: 20px;
border-radius: 10px;
margin: 20px 0;
}
.highlight-box h3 {
color: #1e3c72;
margin-top: 0;
margin-left: 1.5rem;
}
.contact-info {
background: #f7fafc;
padding: 20px;
border-radius: 10px;
border-left: 4px solid #1e3c72;
background: rgba(0, 212, 255, 0.1);
border: 1px solid rgba(0, 212, 255, 0.3);
padding: 1.5rem;
border-radius: 12px;
margin: 1rem 0;
}
.contact-info p {
margin-bottom: 0.5rem;
}
.contact-info strong {
color: #00d4ff;
}
.back-button {
display: inline-block;
background: #1e3c72;
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: linear-gradient(135deg, #00d4ff, #0099cc);
color: white;
padding: 12px 24px;
text-decoration: none;
border-radius: 8px;
margin-top: 20px;
transition: background 0.3s ease;
border-radius: 12px;
margin-top: 2rem;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 212, 255, 0.3);
}
.back-button:hover {
background: #2a5298;
background: linear-gradient(135deg, #0099cc, #007aa3);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);
}
.disclaimer {
background: #fff3cd;
border: 1px solid #ffeaa7;
padding: 15px;
border-radius: 8px;
margin-top: 20px;
.highlight-box {
background: rgba(255, 107, 53, 0.1);
border: 1px solid rgba(255, 107, 53, 0.3);
padding: 1.5rem;
border-radius: 12px;
margin: 1.5rem 0;
}
.disclaimer h3 {
color: #856404;
margin-bottom: 10px;
.highlight-box h3 {
color: #ff6b35;
margin-top: 0;
}
.disclaimer p {
color: #856404;
.highlight-box p {
color: #e2e8f0;
margin: 0;
}
.cookie-table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
margin: 1.5rem 0;
background: rgba(30, 41, 59, 0.5);
border-radius: 12px;
overflow: hidden;
}
.cookie-table th, .cookie-table td {
border: 1px solid #e2e8f0;
padding: 12px;
border: 1px solid rgba(51, 65, 85, 0.3);
padding: 1rem;
text-align: left;
}
.cookie-table th {
background: #f7fafc;
font-weight: bold;
color: #1e3c72;
background: rgba(0, 212, 255, 0.1);
font-weight: 600;
color: #00d4ff;
}
.cookie-table td {
color: #e2e8f0;
}
@media (max-width: 768px) {
.container {
margin: 10px;
border-radius: 10px;
.legal-container {
padding: 1rem;
}
.header, .content {
padding: 20px;
.legal-content {
padding: 1.5rem;
}
.header h1 {
font-size: 2rem;
.legal-title {
font-size: 2.5rem;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>🔒 Datenschutzerklärung</h1>
<p>NinjaCross - Speedrun Arena</p>
<div class="legal-container">
<div class="legal-header">
<h1 class="legal-title">🔒 Datenschutzerklärung</h1>
<p class="legal-subtitle">NinjaCross - Speedrun Arena</p>
</div>
<div class="content">
<div class="legal-content">
<div class="section">
<h2>1. Datenschutz auf einen Blick</h2>
<h3>Allgemeine Hinweise</h3>
@@ -324,5 +329,34 @@
<a href="/" class="back-button">← Zurück zur Startseite</a>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-links">
<a href="/impressum.html" class="footer-link">Impressum</a>
<a href="/datenschutz.html" class="footer-link">Datenschutz</a>
<button id="cookie-settings-footer" class="footer-link cookie-settings-btn">Cookie-Einstellungen</button>
</div>
<div class="footer-text">
<p>&copy; 2024 NinjaCross. Alle Rechte vorbehalten.</p>
</div>
</div>
</footer>
<script src="/js/cookie-consent.js"></script>
<script>
// Add cookie settings button functionality
document.addEventListener('DOMContentLoaded', function() {
const cookieSettingsBtn = document.getElementById('cookie-settings-footer');
if (cookieSettingsBtn) {
cookieSettingsBtn.addEventListener('click', function() {
if (window.cookieConsent) {
window.cookieConsent.resetConsent();
}
});
}
});
</script>
</body>
</html>