body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
}

/* Verhindert doppelte Überschriften, indem der automatische Pandoc-Header ausgeblendet wird */
#title-block-header {
    display: none;
}

h1 {
    font-size: 2em;
    color: #005b8a; /* Professionelles RIWA-Blau */
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 0;
}

h2 {
    font-size: 1.5em;
    color: #005b8a;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-top: 1.8em;
}

h3 {
    font-size: 1.15em;
    color: #333333;
    margin-top: 1.5em;
}

p {
    margin-bottom: 1.2em;
    text-align: justify;
}

ul, ol {
    margin-bottom: 1.2em;
    padding-left: 20px;
}

li {
    margin-bottom: 0.5em;
}

a {
    color: #005b8a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

code {
    background-color: #f5f5f5;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    font-size: 0.9em;
}

hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 30px 0;
}

/* Responsive Anpassung für Mobilgeräte */
@media (max-width: 768px) {
    body {
        margin: 20px auto;
        padding: 15px;
    }
    h1 { font-size: 1.7em; }
    h2 { font-size: 1.3em; }
}
