diff --git a/index.html b/index.html index b3e0c40..2657433 100644 --- a/index.html +++ b/index.html @@ -200,20 +200,59 @@ /* Responsive Styles */ @media (max-width: 768px) { + .container { + padding: 0 10px; + text-align: center; + } + + .section { + padding: 40px 0; + } + + .hero-section { + height: auto; + padding: 60px 0; + } + .hero-content h1 { - font-size: 36px; + font-size: 32px; } .hero-content p { font-size: 18px; } + .cta-button { + display: inline-block; + margin-top: 20px; + } + + nav ul { + flex-direction: column; + align-items: center; + } + + nav ul li { + margin: 10px 0; + } + + .webcam-item video { + max-width: 100%; + height: auto; + } + .section h2 { font-size: 28px; } - .webcam-item { + form { width: 100%; + max-width: 400px; + margin: 0 auto; + } + + input, textarea { + font-size: 16px; /* Verhindert Zoom auf iOS */ } } @@ -226,13 +265,14 @@ font-size: 16px; } - .cta-button { - font-size: 16px; + .section h2 { + font-size: 24px; } } +