body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #222;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

h1, h2 {
    font-weight: normal;
}

p {
    margin-bottom: 1.2rem;
}

.quiet {
    color: #555;
}

/* Navigation */
.main-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-nav a {
    text-decoration: none;
    color: #222;
}

.main-nav a:hover {
    text-decoration: underline;
}

/* Footer */
.site-footer {
    margin-top: 60px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
}
.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}
.footer-projects {
    margin-top: 0.4rem;
    font-size: 0.9em;
}

.footer-projects .muted {
    opacity: 0.6;
}
/* ===== Footer: Mobile Optimierung ===== */

.site-footer {
    text-align: center;
    padding: 1.2rem 1rem;
}

.site-footer p {
    margin: 0.3rem 0;
}

.footer-links a,
.footer-projects a {
    text-decoration: none;
}

.muted {
    opacity: 0.6;
}

.sep {
    margin: 0 0.3rem;
}

/* ? Mobile */
@media (max-width: 600px) {

    .footer-links,
    .footer-projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
    }

    .footer-links .sep,
    .footer-projects .sep {
        display: none;
    }

    .footer-links a,
    .footer-projects a {
        padding: 0.4rem 0.6rem;
    }
}
.site-footer {
    text-align: center;
    padding: 1.2rem 1rem;
}

.site-footer p {
    margin: 0.3rem 0;
}

.footer-links a,
.footer-projects a {
    text-decoration: none;
}

.muted {
    opacity: 0.6;
}

.sep {
    margin: 0 0.3rem;
}

/* Mobile */
@media (max-width: 600px) {

    .footer-links,
    .footer-projects {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
    }

    .footer-links .sep,
    .footer-projects .sep {
        display: none;
    }

    .footer-links a,
    .footer-projects a {
        padding: 0.4rem 0.6rem;
    }
}
.footer-projects {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}
.footer-projects a,
.footer-projects span {
    line-height: 1.4;
}
/* Footer Projekte ? pixelgenau ausrichten */
.footer-projects {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

/* Links minimal anheben, um Baseline-Unterschiede auszugleichen */
.footer-projects a {
    position: relative;
    top: -1px;   /* ? exakt 1px anheben */
}

/* Sicherheit f?r Text */
.footer-projects span {
    line-height: 1.4;
}
.footer-projects a {
    top: -0.5px;
}
.start-bereiche {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.start-box {
    text-decoration: none;
    color: inherit;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    transition: opacity 0.3s ease;
}

.start-box:hover {
    opacity: 0.7;
}

.start-box h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.start-box p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}
.subtitle {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #666;
    letter-spacing: 0.5px;
}
.start-abschluss {
    margin-top: 80px;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    max-width: 600px;
    letter-spacing: 0.3px;
}