/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(roboto-v20-latin-regular.0ff52bc4.woff2) format("woff2"), url(roboto-v20-latin-regular.e33638e5.woff) format("woff");
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(roboto-v20-latin-italic.8d15db88.woff2) format("woff2"), url(roboto-v20-latin-italic.b465a342.woff) format("woff");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(roboto-v20-latin-700.ed050794.woff2) format("woff2"), url(roboto-v20-latin-700.397e1bcb.woff) format("woff");
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(roboto-v20-latin-700italic.a5a2f769.woff2) format("woff2"), url(roboto-v20-latin-700italic.f9f0abcf.woff) format("woff");
}

@font-face {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(roboto-slab-v11-latin-regular.c2dc941b.woff2) format("woff2"), url(roboto-slab-v11-latin-regular.6ce8c829.woff) format("woff");
}

html {
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    background: #fcfcfc;
    color: #040404;
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    body, html {
        font-size: calc(16px + 4*(100vw - 320px)/860);
    }
}

@media screen and (min-width: 1180px) {
    body, html {
        font-size: 20px;
    }
}

body {
    font-family: Roboto, sans-serif;
    background: url(bg.fde66bd6.svg);
    background-position: 0 0;
}

a.skip-link {
    display: none;
}

a, a:active, a:hover, a:visited {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
    color: #040404;
}

a:active {
    color: #00f;
}

li, p {
    font-size: 1rem;
    line-height: 1.4;
}

img {
    width: 100%;
    height: auto;
}

#masthead {
    display: none;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 1rem;
    position: relative;
    margin: 0 2.5%;
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .content-wrapper {
        grid-template-columns: 9rem 1fr;
        padding-bottom: 8rem;
    }
}

.headline {
    position: relative;
    padding: 0 2.5%;
}

.headline-image-wrap {
    width: 100%;
    position: relative;
    height: 33vh;
}

@media screen and (min-width: 768px) {
    .headline-image-wrap {
        height: 60vh;
    }
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.headline-text {
    margin: 0;
    padding: 2rem 0 3rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .--front .headline-text {
        padding: 6rem 0;
        max-width: 768px;
    }
}

.headline-text h1 {
    margin: 0;
    font-family: Roboto Slab, serif;
    font-size: 2.8rem;
}

.text-wrapper {
    margin-bottom: 4rem;
}

.text-wrapper p {
    hyphens: auto;
}

.js-readmore {
    display: inline-block;
    background: #040404;
    color: #fcfcfc;
    padding: .6em 2em;
    transition: box-shadow .22s ease;
    position: absolute;
}

.js-readmore:hover {
    box-shadow: 0 0 0 4px rgba(4, 4, 4, .15);
    cursor: pointer;
}

aside {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

@media screen and (min-width: 768px) {
    aside {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

.main-content {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

@media screen and (min-width: 768px) {
    .main-content {
        grid-column-start: 2;
        grid-column-end: 3;
    }
}

.main-content.--front {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .main-content.--front {
        grid-column: span 2;
        width: 70%;
        max-width: 1200px;
    }
}

aside > span {
    text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: .45rem;
    display: block;
}

.aside-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.aside-links li {
    list-style: none;
    margin-bottom: .85rem;
    margin-right: 1rem;
    width: 100%;
    max-width: 8rem;
}

.aside-links li a {
    display: inline-block;
    background: #040404;
    color: #fcfcfc;
    transition: box-shadow .22s ease;
    box-shadow: 0 0 0 1px #040404;
    padding: .35em 1.85em;
    background: #fcfcfc;
    color: #040404;
    font-size: .85rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.aside-links li a:hover {
    box-shadow: 0 0 0 4px rgba(4, 4, 4, .15);
    cursor: pointer;
    box-shadow: 0 0 0 1px #040404, 0 0 0 4px rgba(4, 4, 4, .15);
}

.footnotes-wrapper {
    position: relative;
    padding: 0 0 0 1em;
    width: 100%;
    max-width: 896px;
}

.footnotes-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25%;
    height: 1px;
    top: -1.25rem;
    background: #040404;
}

.footnote-list {
    margin-bottom: 1rem;
    font-size: .85rem;
}

.footnote-list p {
    font-size: 1em;
    display: inline;
}

.footnote-list p a {
    text-decoration: none;
}

.footnote-list p a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
}

.footnote-ref, .footnote-ref:hover {
    text-decoration: none;
}

.footnotes-wrapper, .long-text {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: opacity .82s ease;
}

.show-more .footnotes-wrapper, .show-more .long-text {
    opacity: 1;
    height: auto;
    overflow: unset;
    pointer-events: auto;
}

.show-more .js-readmore {
    display: none;
}

.article-list {
    margin: 0 2.5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 2rem;
    row-gap: 2rem;
    padding: 0;
}

.list-item {
    list-style: none;
    margin: 0 0 4rem;
    grid-column: span 3;
    align-self: center;
}

@media screen and (min-width: 768px) {
    .list-item {
        grid-column: span 1;
    }
}

@media screen and (min-width: 768px) {
    .list-item:first-child, .list-item:nth-child(11), .list-item:nth-child(13) {
        grid-column: span 2;
        grid-row: span 2;
        align-self: center;
    }
}

.list-item a {
    text-decoration: none;
    font-family: Roboto Slab, serif;
    text-align: center;
    display: block;
    font-size: 1.2rem;
}

.list-item__title {
    display: block;
    margin-top: 1rem;
}

.js-annotation-link, .list-item:hover a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
}

.js-annotation-link {
    cursor: help;
}

#annotations-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100vh;
    width: 100%;
    pointer-events: none;
    background: #e4e4e4;
    color: #040404;
    opacity: 0;
    padding: 2rem 2.5% 4rem;
    cursor: not-allowed;
}

#annotations-wrapper.show {
    pointer-events: auto;
    opacity: 1;
}

.annotation {
    cursor: auto;
    display: none;
    max-width: 38rem;
}

.annotation.show {
    display: block;
}

#annotations-wrapper .close {
    display: block;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

footer {
    margin-top: 3rem;
    padding: 2rem 2.5%;
    background: #e4e4e4;
}

footer p img {
    width: auto;
}

#annotation-impressum {
    margin: 3rem 0;
}

#annotation-impressum p {
    max-width: 38rem;
    font-size: .85rem;
}

.site-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-short {
    margin-block-start: 1rem;
    max-width: 64ch;
    font-size: 0.85rem;
    line-height: 1.4;
}

.logo-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (min-width: 1180px) {
    .site-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.js-imprint-container {
    display: none;
}

.js-imprint-container.--show {
    display: block;
}

.footer-logo {
    max-width: 200px;
}

.yt-video {
    width: 100%;
    position: relative;
}

.yt-video--16-9 {
    padding-bottom: 56.25%;
}

.yt-video--16-10 {
    padding-bottom: 62.5%;
}

.yt-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.js-footnote-container {
    position: sticky;
    top: 10rem;
    font-size: .85rem;
    line-height: 1.4;
    hyphens: auto;
}

.content-wrapper, .text-wrapper {
    background: #fcfcfc;
}

.text-wrapper {
    hyphens: auto;
}
