/* Mobile-spezifische Stile */
body {
    font-size: 16px;
}

header {
    padding: 10px;
}

nav ul li {
    display: block;
    margin-bottom: 10px;
}

section {
    padding: 10px;
    margin: 10px;
}

footer {
    padding: 10px;
}

/* Verbesserte Lesbarkeit für mobile Geräte */
h1, h2, p {
    font-size: 1.2em;
    line-height: 1.5;
}
