width: 18px; left: 3px; bottom: 3px; background-color: white; transition: 0.3s; border-radius: 50%; } input:checked + .toggle-slider { background-color: #4F46E5; } input:checked + .toggle-slider:before { transform: translateX(24px); } input:disabled + .toggle-slider { background-color: #A0AEC0; cursor: not-allowed; } /* Cookie Actions */ .cookie-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; } .cookie-buttons { display: flex; gap: 1rem; flex-wrap: wrap; } .btn { padding: 0.75rem 1.5rem; border-radius: 8px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; border: none; font-size: 1rem; } .btn-accept-all { background: #4F46E5; color: white; } .btn-accept-all:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(79, 70, 229, 0.3); } .btn-accept-selected { background: #FFFFFF; color: #4F46E5; border: 2px solid #4F46E5; } .btn-accept-selected:hover { background: #EEF2FF; } .btn-reject-all { background: #FFFFFF; color: #718096; border: 1px solid #E2E8F0; } .btn-reject-all:hover { background: #F7FAFC; } .cookie-links { display: flex; gap: 1.5rem; } .cookie-link { color: #4F46E5; text-decoration: none; font-size: 0.875rem; font-weight: 500; } .cookie-link:hover { text-decoration: underline; } /* Cookie Settings Button */ .cookie-settings-btn { position: fixed; bottom: 20px; left: 20px; background: #4F46E5; color: white; border: none; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: all 0.2s ease; z-index: 9998; } .cookie-settings-btn:hover { transform: scale(1.1); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .cookie-settings-btn.hidden { display: none; } /* Cookie Details Modal */ .cookie-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: none; align-items: center; justify-content: center; z-index: 10000; } .cookie-modal.active { display: flex; } .modal-content { background: white; border-radius: 12px; max-width: 800px; max-height: 80vh; overflow-y: auto; padding: 2rem; position: relative; } .modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #718096; } .modal-close:hover { color: #2D3748; } /* Cookie Table */ .cookie-table { width: 100%; margin-top: 1rem; border-collapse: collapse; } .cookie-table th { background: #F7FAFC; padding: 0.75rem; text-align: left; font-weight: 600; color: #2D3748; border-bottom: 2px solid #E2E8F0; } .cookie-table td { padding: 0.75rem; border-bottom: 1px solid #E2E8F0; color: #4A5568; } .cookie-table tr:hover { background: #F7FAFC; } /* Responsive Design */ @media (max-width: 768px) { .cookie-banner { padding: 1rem; } .cookie-categories { grid-template-columns: 1fr; } .cookie-actions { flex-direction: column; } .cookie-buttons { width: 100%; flex-direction: column; } .btn { width: 100%; } .cookie-links { justify-content: center; } } /* Notification */ .notification { position: fixed; top: 20px; right: 20px; background: #48BB78; color: white; padding: 1rem 1.5rem; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transform: translateX(400px); transition: transform 0.3s ease; z-index: 10001; } .notification.show { transform: translateX(0); }

Cookie-Consent-Management-System Demo

Diese Seite demonstriert das DSGVO-konforme Cookie-Consent-Management-System.

Ihre Cookie-Einstellungen wurden gespeichert!