

html {
    scrollbar-color: #757575 #FFFFFF;
    scroll-snap-type: y proximity;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: .9vw;
}

.protect {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    padding: 0;
}

.protectiveScreen{
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;

    margin: 0; !important;
    padding: 0; !important;

    background-image: url("public/assets/images/protection.png");
    background-position: center;
    background-repeat: repeat;

    box-shadow: none; !important;

}

.protectiveScreen:hover{
    box-shadow: none; !important;
}

#brandContainer {
    position: absolute;
    left: 0vw;
    top: 65vh;
    width: 30vw;
    height: 30vh;
    padding: 0;
    margin: 0;
}

.subBrandContainer {
    width: 25vw;
    height: 14vh;
    padding: 1vh 1vw;
    margin: 0;
}

.subBrandContainer a {
    box-sizing: border-box;
    margin: 3vw 2.5vh;
    opacity: 0.6;
    transition: opacity 200ms ease-in-out;
}

.subBrandContainer a:hover {
    opacity: 1;
}


.card {
    margin: 1vh 1vw;
    padding: 2vh 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: box-shadow 200ms ease-in-out;
    border-bottom: 1px solid #212121;
}

.card span {
    display: inline-block;
    tab-index: -1;
    user-focus: none;
    -moz-user-focus: ignore;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

    height: 30vh;
    width: 100%;
    align-self: end;
    border-radius: 1vh;
    margin: auto;
}

.introduction {
    margin: 2vh 1vw;
    color: #212121;
    font-family: sans-serif, Calibri;
    font-size: 1.5em;
    display: block;
    font-weight: 400;
    line-height: 150%;
}

.cardColumn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin: 0.2vh 0;
    padding: 0;
    text-align: left;
}

.cardColumn h1 {
    color: #303F9F;
    font-family: 'Satisfy', cursive;
    font-size: 1.6em;
    display: inline;
    font-weight: 400;
    margin: 0.4vh 0.2vw;
    padding: 5vh 0.2vw 0.4vh;
}

.cardColumn p {
    color: #212121;
    font-family: sans-serif, Calibri;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 150%;
    display: inline;
    margin: 0.2vh 0.1vw;
    padding: 0.2vh 0.1vw;
    word-break: keep-all;
}

.listen {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: start;
    transition: color 200ms ease-in-out;
    color: #212121;
    margin: 5vh 0;
}

.listen:hover {
    color: #9E9E9E;
}

.listen i {
    font-size: 1.8em;
    margin: auto 0;
}

.listen p {
    font-family: sans-serif, Calibri;
    font-size: 1.8em;
    display: inline;
    font-weight: 400;
    margin: auto .5vw;
}

#content {
    width: 74%;
    height: 100%;
    margin: 0;

    overflow-y: scroll;
    display: block;
}

#project {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}

#selection {
    width: 12%;
    height: 100%;
    margin: 0;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}

#selection li {
    height: 25%;
    padding: 1vh 1vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;

    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}

#selection li:hover {
    background-color: #FFFFFF !important;
}
#selection li p {
    font-family: sans-serif, Calibri;
    font-size: 1em;
    font-weight: 300;
    display: inline;
    margin: 0.2vh 0.1vw;
    padding: 0.2vh 0.1vw;
    word-break: keep-all;
}

#selection li h1 {
    font-family: sans-serif, Calibri;
    font-size: 1.2em;
    font-weight: 300;
    display: inline;
    margin: 0.2vh 0.1vw;
    padding: 0.2vh 0.1vw;
    word-break: keep-all;
}

#navigation {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 10%;
    right: 1vw;
    top: 0;
    margin: 0;
    padding: 1vw;
    border-left: 1px solid #212121;
    z-index: 0;
}

#navigation li {
    width: 100%;
    text-align: left;

    color: #212121;
    font-family: sans-serif, Calibri;
    font-size: 1.5em;
    font-weight: 300;
    display: inline;
    margin: 5vh 0.1vw;
    padding: 0.2vh 0.1vw;
    text-decoration: none;
    transition: color 200ms ease-in-out, margin-top 200ms ease-in-out, margin-bottom 200ms ease-in-out;
}

#navigation li:not(#audio):hover {
    color: #9E9E9E;
    margin: 6vh 0.1vw;
    cursor: pointer;
}

#audio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.audioTimelineControls {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: .7em;
    padding: 0;
}

.audioTimeline {
    width: 15vw;
    padding: 0;
    margin: 0 .2vw;

    -webkit-appearance: none;
    appearance: none;
    height: 80%;
    border: 1px solid #212121;;
    outline: none;
    border-radius: .5vh;
}


.audioTimeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: .2vh;
    height: 2vh;
    background: #212121;
    cursor: pointer;
}

.audioTimeline::-moz-range-thumb {
    width: .2vh;
    height: 2vh;
    background: #212121;
    cursor: pointer;
}

#audioControls {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

#audioControls i {
    cursor: pointer;
}

#speedControls {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: .7em;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.page {
    width: 65vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    line-height: 150%;
    margin: auto;
}

.page h1 {
    color: #212121;
    font-family: sans-serif, Calibri;
    font-size: 2.2em;
    display: inline;
    font-weight: 400;
    margin: 0.4vh 0.2vw;
    padding: 5vh 0.2vw 0.4vh;
}

.page p {
    color: #212121;
    font-family: sans-serif, Calibri;
    font-size: 1.5em;
    line-height: 150%;
    font-weight: 300;
    display: inline;
    margin: 0.2vh 0.1vw;
    padding: 0.2vh 0.1vw;
    word-break: keep-all;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}


.distanceS {
    margin-bottom: 10vh !important;
}

.distanceB {
    margin-bottom: 20vh !important;
}

#welcomeBackground {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: .4;
    z-index: -5;

    background-image: url("../images/welcome_background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#welcome {
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

#welcome p {
    width: 100%;
    text-align: right;
}

#welcome h1 {
    width: auto;
    text-align: left;
    font-weight: bold;
    font-family: 'Satisfy', cursive;
    font-size: 3.5em;
    color: #303F9F;
}

#about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

#about h1 {
    font-weight: bold;
    text-align: center;
}

#about .protect {
    display: inline-block;
    width: 100%;
    height: 50vh;
    margin: 2vh 0;
    tab-index: -1;
    user-focus: none;
    -moz-user-focus: ignore;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: box-shadow 200ms ease-in-out;
}

#about .protect:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

#about .literature {
    font-size: 1em;
    font-style: italic;
}


#zeitzeugen {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

#zeitzeugen h1 {
    font-weight: bold;
    text-align: center;
}

#contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

#contact h1 {
    font-weight: bold;
    text-align: center;
}

#contact h2 {
    color: #303F9F;
    text-align: start;
    font-family: 'Satisfy', cursive;
    font-size: 1.6em;
    display: inline;
    font-weight: 400;
    margin: 0.4vh 0.2vw;
    padding: 5vh 0.2vw 0.4vh;
}

#cdk {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
}


#zeitzeugen iframe {
    width: 100%;
    height: 60vh;
    margin: 5vh 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: box-shadow 200ms ease-in-out;
}


#zeitzeugen iframe:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

#slideshow {
    height: 80vh;
    position: relative;
}

.slide {
    display: none;
}

.slide span{
    tab-index: -1;
    user-focus: none;
    -moz-user-focus: ignore;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

    display: inline-block;
    height: 75vh;
    width: 50vw;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 3vh 1vw;
    color: #212121;
    font-weight: bold;
    font-size: 1em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    opacity: .5;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: #9E9E9E;
    opacity: .8;
}

#slideDots {
    height: 5vh;
    margin: 0;
}

.slideDot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #212121;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .slideDot:hover {
    background-color: #9E9E9E;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.activeLI {
    background-color: #FFFFFF !important;
}


@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


#switchNav {
    visibility: hidden;
    display: none;
}

#switchChapter {
    visibility: hidden;
    display: none;
}

.mobileInstruction {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1000px) {

    body {
        font-size: 1.5vh;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #welcome h1 {
        line-height: 120%;
    }

    body div {
        scroll-snap-align: none;
    }

    .page {
        width: 80vw; !important;
        line-height: 160%;
    }

    #navigation {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        background-color: #212121;
        opacity: .8;
        visibility: hidden;
        z-index: 1000;
    }

    #navigation li {
        width: 100vw;
        text-align: center;

        z-index: 400;
        color: white;
        font-family: sans-serif, Calibri;
        font-size: 2em;
        font-weight: 300;
        display: inline;
        margin: 5vh 0.1vw;
        padding: 0.2vh 0.1vw;
        text-decoration: none;
        transition: color 200ms ease-in-out, margin-top 200ms ease-in-out, margin-bottom 200ms ease-in-out;
    }

    #navigation li:not(#audio):hover {
        color: #9E9E9E;
        margin: 6vh 0.1vw;
        cursor: pointer;
    }

    #switchNav {
        position: fixed;
        display: block;
        visibility: visible;

        cursor: pointer;

        color: #212121;
        font-size: 3em;

        top: 2vh;
        right: 5vw;

        z-index: 1500;
    }
    #switchChapter {
        position: absolute;
        display: none;
        visibility: visible;

        cursor: pointer;

        color: #212121;
        font-size: 3em;

        top: 102vh;
        left: 5vw;

        z-index: 1500;
    }

    #selection {
        width: 100vw;
        height: 100vh;
        margin: 0;
        cursor: pointer;

        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    }

    #project {
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
    }

    #content {
        text-align: left;
        width: 100vw;
        height: 100%;
        margin: auto;

        overflow-y: hidden;
        overflow-x: visible;
        display: none;
        flex-direction: row;

        scroll-snap-type: x mandatory;
    }

    .card {
        box-sizing: border-box;
        min-width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 4vh 8vw !important;
        font-size: 2.3vh !important;
        scroll-snap-align: center;
        display: flex;
        flex-direction: column;

        flex: 1;
        line-height: 120%;
    }

    .introduction {
        color: #212121;
        font-family: sans-serif, Calibri;
        display: flex;
        font-weight: 400;
        box-sizing: border-box;
    }

    .introduction p {
        margin-top: 4vh;
        margin-bottom: auto;
        font-size: 2vh;
    }

    .cardColumn {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin: 0.2vh 0;
        padding: 0;
        text-align: left;
    }

    .cardColumn h1 {
        color: #303F9F;
        font-family: 'Satisfy', cursive;
        font-size: 2.5vh !important;
        display: inline;
        font-weight: 400;
    }

    .cardColumn p {
        color: #212121;
        font-family: sans-serif, Calibri;
        font-weight: 300;
        display: inline;
        margin: 0.2vh 0.1vw;
        word-break: keep-all;
        font-size: 2.3vh !important;
    }

    .listen {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: start;
        transition: color 200ms ease-in-out;
        color: #212121;
        margin: 1vh 0;
    }

    .listen:hover {
        color: #9E9E9E;
    }

    .listen i {
        font-size: 1.5em;
        margin: auto 0;
    }

    .listen p {
        font-family: sans-serif, Calibri;
        font-size: 2.5vh !important;
        display: inline;
        font-weight: 400;
        margin: auto .5vw;
    }

    .audioTimelineControls {
        width: 100%;
    }

    .audioTimeline {
        width: 80%;
        margin: 0 1vw;
    }


    .card span {
        display: inline-flex !important;
        flex: 1;
    }

    #slideshow {
        height: 45vh;
    }

    .slide span {
        height: 40vh;
        width: 90vw;
    }

    #slideDots {
        width: 90vw;
        height: 20vh;
    }

    .slideDot {
        height: 3.5vh;
        width: 3.5vh;
        margin: .5vh .5vh;
    }

    .prev, .next {
        width: 5vw;
        font-size: 2em;
    }

    .mobileInstruction {
        height: 2vh;
        margin: auto;
        display: flex;
        visibility: visible;
        flex-direction: row;
        align-content: stretch;
        justify-content: center;
    }

    #brandContainer {
        position: absolute;
        left: 15vw;
        top: 90vh;
        width: 70vw;
        height: 8vh;
    }

    #brandContainer a {
        box-sizing: border-box;
        margin: 5vw;
    }

    #brandContainer {
        position: absolute;
        left: 10vw;
        top: 92vh;
        width: 80vw;
        height: 6vh;
        padding: 0;
        margin: 0;

        display: flex;
        flex-direction: row !important;
    }

    .subBrandContainer {
        width: 40vw;
        padding: 0;
        margin: 0;
    }

    .subBrandContainer a {
        padding: 0;
        margin: 1.5vh 2.2vw !important;
        opacity: 0.8;
        transition: opacity 200ms ease-in-out;
    }

    .subBrandContainer a:hover {
        opacity: 1;
    }



}
