/* ------------------------------------------------------------------------------ */
/* Pfad: /assets/css/pages.css                                                    */
/* ------------------------------------------------------------------------------ */
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; width: 100%; }
.card-grid-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.card-footer-action { display: flex; width: 100%; margin-top: auto; padding-top: 15px; }
.card-legal { padding: 40px; }
.legal-section h2 { margin-bottom: 20px; font-size: 1.4rem; font-weight: 800; color: var(--text-primary); }
.legal-section-highlight { margin-bottom: 30px; padding: 15px 20px; border-radius: 6px; background: var(--border-color); opacity: 0.85; }
.legal-section-highlight h2 { margin-bottom: 8px; }
.divider-line { height: 1px; margin: 30px 0; border: 0; background: var(--border-color); }
.legal-contact-table { display: grid; grid-template-columns: auto 1fr; gap: 10px 20px; width: 100%; margin-top: 10px; }
.legal-contact-label { white-space: nowrap; font-weight: 700; line-height: 1.4; color: var(--text-secondary); }
.legal-contact-value { white-space: nowrap; font-weight: 600; line-height: 1.4; text-align: left; }
.error-container { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: 25vh; margin-top: 10px; text-align: center; }
.error-container .btn-group { justify-content: center; }
.page-header .hero-title span.error-primary, .page-header .hero-title span.error-danger { display: block; margin-top: 15px; font-size: clamp(4rem, 12vw, 7rem); font-weight: 900; line-height: 1; letter-spacing: -2px; }
.page-header .hero-title span.error-primary { color: var(--accent-gold); }
.page-header .hero-title span.error-danger { color: #ff3b30; }
@media (max-width: 950px) { .about-grid { grid-template-columns: 1fr; } .card-legal { padding: 22px; } .card-grid-content { grid-template-columns: 1fr; gap: 12px; } .card-legal h2 { font-size: 1.25rem; } .check-list li { padding-left: 24px; font-size: 0.95rem; } .error-container { min-height: 20vh; } .legal-section-highlight { padding: 12px 15px; } }
@media (max-width: 480px) { .card-legal { padding: 20px 15px; } .legal-section h2 { font-size: 1.15rem; } }
@media (max-width: 360px) { .legal-contact-table { grid-template-columns: 1fr; gap: 6px; } .legal-contact-label { padding-top: 4px; } }
