article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

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

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    font-family: Nunito, sans-serif;
    min-height: 100vh;
    color: #57585c;
    color: var(--color-text);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.moloko {
    --color-text: #000; --color-link: #000; --color-link-hover: #ec1d25; --color-enter: #000; --color-title: #000; --color-subtitle: #5f5f5f; --color-menu-item: #000; --color-menu-item-hover: #ec1d25; --color-menu-item-hover-alt: #8544da; --color-content: #fff; --color-content-fixed: #000; --font-alt: 200 6vw/1 'Spectral', serif }

#logo img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 10px
}

#info a {
    margin: 0 20px;
    color: #ec1d25
}

#info {
    margin-bottom: 150px;
    font-size: 1em;
    font-weight: 700;
    white-space: pre
}

#menu a {
    border: 2px solid;
    width: 50%;
    padding: 5px 40px 2px 40px;
}

#menu {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase
}

#moloko {
    width: 50%;
    float: left;
    text-align: center
}

#moloko>* {
    width: 100%;
    float: left;
    text-align: center
}

#links {
    margin: 30px 0 150px -20px
}

#links a svg {
    height: 30px;
    width: 100px
}

a {
    text-decoration: none;
    color: #5d93d8;
    color: var(--color-link);
    outline: 0
}

a.zuruck {
    color: #fff;
    margin-bottom: 30px;
}

#impressum {
    margin-bottom: 50px
}

a:focus, a:hover {
    color: #423c2b;
    color: var(--color-link-hover);
    outline: 0
}

main {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative
}

.content {
    width: 100%;
    height: 100vh;
    position: relative
}

.content--intro {
    z-index: 100;
    height: 200vh
}

.content--fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-content-fixed);
    background-position: 50% 50%;
    background-size: cover
}

.moloko .content--fixed {
    background: #000;
    color: #fff
}

.content__inner {
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.content--intro .content__inner {
    background: var(--color-content)
}

.content h2 {
    margin: 0
}

.shape-wrap {
    position: relative;
    z-index: 10;
    margin: -5px 0 0 0
}

.shape {
    height: 100vh;
    width: 100%;
    display: block;
    fill: var(--color-content)
}

.enter {
    font-size: 1em;
    cursor: pointer;
    font-weight: 700;
    white-space: pre;
    color: var(--color-enter);
    pointer-events: auto
}

.enter:focus, .enter:hover {
    color: var(--color-enter)
}

.enter span {
    display: inline-block
}

.hide {
    display: none
}

#datenschutz>div {
    overflow: auto;
    width: 90%;
    height: 450px;
    margin: 0 auto 30px auto;
    text-align: left;
    display: block;
}

#impressum >div {
    overflow: auto;
    width: 90%;
    height: 450px;
    margin: 0 auto 30px auto;
    text-align: left;
    display: block;
}


#footer a {
    margin: 0 20px
}

.col{
    width: 50%;
    padding: 0 50px;
    float: left;
}

@media screen and (max-width: 50em) {
    .content--intro .content__inner {
        padding-top: 5em
    }

    #info>a {
        width: 100%;
        float: left;
        margin: 0;
    }

    #moloko {
        width: 95%
    }

    #links a svg {
        height: 30px;
        width: 70px
    }

    #links {
        margin: 30px 0 50px -20px
    }

    #datenschutz {
        float: left;
        width: 100%;
    }

    #impressum {
        float: left;
        width: 100%;
    }

    .col{
        width: 100%;
        padding: 0 10px;
    }
    
}
