/* style.css */
body {
    font-family: "Georgia", "Times New Roman", serif;
    color: #333;
    line-height: 1.6;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #fdfdfd;
}

h1, h2, h3, h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c3e50;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.2em;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

/* Inhaltsverzeichnis (TOC) Styling */
#TOC {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

#TOC ul {
    list-style-type: none;
    padding-left: 20px;
}

#TOC > ul {
    padding-left: 0;
}

#TOC a {
    text-decoration: none;
    color: #2980b9;
}

#TOC a:hover {
    text-decoration: underline;
}

/* Fußnoten Styling */
.footnotes {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

blockquote {
    border-left: 4px solid #ddd;
    padding-left: 15px;
    color: #666;
    font-style: italic;
    margin-left: 0;
}

a {
    color: #2980b9;
}
