/* Grundlayout */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #222222;
    line-height: 1.6;
}

header {
    padding: 60px 20px 40px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

h1 {
    font-size: 2.4rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.subtitle {
    margin-top: 10px;
    font-size: 1rem;
    color: #666666;
}

section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
}

h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

/* Links */

a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Sprachumschaltung */

.language-switch {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 0.9rem;
}

.language-switch a {
    color: #666666;
}

.language-switch a.active {
    font-weight: 600;
    color: #000000;
}

/* Buttons */

.button {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 15px;
    border: 1px solid #003366;
    color: #003366;
    font-size: 0.9rem;
}

.button:hover {
    background-color: #003366;
    color: #ffffff;
    text-decoration: none;
}

.button.secondary {
    border-color: #999999;
    color: #666666;
}

.button.secondary:hover {
    background-color: #999999;
    color: #ffffff;
}

/* Footer */

footer {
    text-align: center;
    padding: 40px 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9rem;
    color: #666666;
}

/* Responsive */

@media (max-width: 600px) {
    h1


/* Back link */

.back-link {
    max-width: 900px;
    margin: 20px auto 0 auto;
    padding: 0 20px;
}

.back-link a {
    font-size: 0.9rem;
    color: #666666;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
    color: #000000;
}
