:root {
    --hintergrund: #2b2a32;
    --links: #738450;
    --primtext: #b2aa97;
    --sektext: #998c00;
}
body {
    margin: 0 auto;
    max-width: 57em;
    font-size: 1.35em;
    background-color: var(--hintergrund);
    color: var(--primtext);
}
section {	
    font-size: smaller;
    margin-left: 1.3em; 
    margin-right: 1.3em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: var(--primtext);
}
section.block {
    text-align: justify;
}
section.center {
    text-align: center;
}
header {
    text-align: center;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-size: 1.65em;
    color: var(--primtext);
}
header.big {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 1.8em;
}
header.small {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 1.5em;
}
a {
    color: var(--links);
    text-decoration: none;
}
hr {
    margin-left: 1em;
    margin-right: 1em;
    color: var(--sektext);
}
span.ueberschrift {
    font-size: larger;
    color: var(--primtext);
}
