html,
input,
select,
textarea {
    color: #050505;
}

::-moz-selection {
    background: #050505;
    text-shadow: none;
}

::selection {
    background: #050505;
    text-shadow: none;
}

body {
    font-family: roboto, sans-serif;
    background-color: #050505;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    cursor:url(/img/00_cursor_paw.cur), default;
}

img {
    -webkit-user-drag: none;
}

.ton {
    z-index: 500;
    position: fixed;
    bottom: 1.5%;
    right: 1.5%;
}

/* LINK & HOVER */
a {
    color: white;
    font-weight: 500;
    text-decoration: none;
}


a:hover {
    color: #050505;
    font-weight: 500;
    text-transform: uppercase;   
    cursor:url(/img/00_cursor_paw-hover.cur), pointer !important;
}

/* MAIN - SZENEN */

#main {
    position: relative;
}

/* Progress */
.progress {
    background: linear-gradient(to right,rgba(169,206,194,1) 0%, rgba(169,206,194,1) 100vw); 
    background-repeat: no-repeat;
    position: fixed;
    width: var(--scroll); 
    top:0;
    left:0;
    height: 7px;
    z-index: 500;
}


/* TEXT */

.text {
    font-size: 1.5em;
  font-family: "Permanent Marker", cursive;
  font-style: normal;
    text-align: center;
    color: white;
    opacity: 0;
    transform: scale(0.9);
    transition: all 2s ease-in-out;
    filter: blur(3px);
    background-image: url(/img/BG-text.png);
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: center;
    background-size: 100%;
}


/* CHAPTERS */

#chapter-icon {
    width: 2%;
    bottom: 7%;
    left: 1.5%;
    position: fixed;
    z-index: 400;
    opacity: 0.5;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;¡
}

#chapter-icon:hover {
    opacity: 1 !important;
    cursor:url(/img/00_cursor_paw-hover.cur), pointer;
}

#chapterbox-container {
    position: fixed;
    left: 0%;
    top: 0%;
    left: -830px;
    height: 100vh;
    opacity: 1;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

#chapterbox {
    position: absolute;
    height: 100vh;
    z-index: 200;
}

.chapter-titel {
    font-size: 2em;
    line-height: 1.1em;
  font-family: "Permanent Marker", cursive;
    color: white;
    margin-top: 15px;
}

.chaptertext {
    position: absolute;
    padding: 25px 50px;
    padding-left: 70px;
    white-space: nowrap;
    margin-bottom: 40px;
    z-index: 301;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    height: 95%;
}

.chaptertext::-webkit-scrollbar {
    display: none;
}

#chapter-vergangenheit {
    padding: 0;
    margin:0;
}

.chapter {
    padding-left: 10px;
}

.chap-hover {
    margin-top: 30px;
    filter: grayscale(1);
}

.chap-hover:hover {
    color: #a9cec2;
    transition: 1s ease-in-out;
    filter: grayscale(0);
}

.spacebetween {
    margin-top: 10px;
}


/* INFO BOX */

#info {
    width: 2%;
    bottom: 1.5%;
    left: 1.5%;
    position: fixed;
    z-index: 400;
    opacity: 0.5;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;¡
}

#info:hover {
    opacity: 1 !important;
    cursor:url(/img/00_cursor_paw-hover.cur), pointer;
}

.st0 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 6px 6px rgba(0,0,0,0.5);
}

#info-container {
    position: fixed;
    left: 0%;
    top: 0%;
    left: -830px;
    height: 100vh;
    opacity: 1;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

#infobox {
    position: absolute;
    height: 100vh;
    z-index: 200;
}

.infotext {
    position: absolute;
    padding: 25px 50px;
    z-index: 301;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    height: 95%;
    padding-bottom: 20px;
}

.infotext::-webkit-scrollbar {
    display: none;
}

.info-titel {
    font-size: 2em;
    line-height: 1.1em;
  font-family: "Permanent Marker", cursive;
    color: #050505;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info-text {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    opacity: 1;
    color: #050505;
}

.info-text a {
    color: #a9cec2;  
}

.info-text a:hover {
   font-family: "Permanent Marker", cursive;
    color: #050505;
    text-decoration: none;
}




/* Überblendungen */

.fadein {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}


.fadein2 {
    opacity: 1;
    transform: scale(1.4);
    filter: blur(0px);
}


.fadein3 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(0px);
}


.visible {
    opacity: 1;
}

.invisible {
    opacity: 0;
}


.mobile {
    display: none;
}


/* Mobile */

@media (orientation: portrait) and (max-width: 30em)
{
    .mobile 
    {
        display: block;
        position: fixed;
        top: 0;
        z-index: 600;
        height: 100vh;
        width: 100vw;
        background: black;
        overflow-y: hidden;
    }

    .mobile-text {
        position: fixed;
        color: white;
        font-size: 1.5em;
  font-family: "Permanent Marker", cursive;
        line-height: 30px;
        left: 0;
        width: 70%;
        padding: 40px;
        flex-direction: column;
        justify-content: center;
    }

    #main {
        display: none;
    }

    #intro {
        display: none;
    }

    #epilog {
        display: none;
    }

    .epilog-divider-bwd {
        display: none;
    }
}
