body {
    font-family: "Helvetica Neue", Helvetica, FreeSans, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

main {
    max-width: 80em;
    columns: 24em;
    column-gap: 1.5em;
}

.singleton {
    max-width: 35em;
    columns: initial;
}

main {
    padding: 0 5% 15% 5%;
}

footer {
    padding: 5% 5% 5% 5%;
}


h1, h2 {
    column-span: all;
    letter-spacing: -0.03em;
}


h1 {
    font-size: 3.2em;
    margin-top: 15%;
    padding-bottom: 0.3em;
    border-bottom: dotted 1px #333;
}

h2 {
    font-size: 2em;
    margin: 10% 0 0.5em 0;
}

main p {
    margin: 0;
    text-indent: 1.2em;
}

.page-divider {
    column-span: all;
    width: 3em;
    margin-bottom: 1em;
}

footer, footer a, footer a:visited {
    background-color: #333333;
    color: #eeeeee;
}

#impressum, #portrait {
    display: inline-block;
}

#portrait {
    float: left;
    padding: 1em 1em 1em 0;
}

#portrait img {
    width: auto;
    height: 17.1em;
}

#gdpr {
    font-size: 0.8em;
}

