html,
body,
#root {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    z-index: 0-1;
    background-color: #304457;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.interfaceGPU {
    height: 300px;
    z-index: 30;
    position: absolute;
    width: 500px;
    padding: 0;
    top: 30px;
    left: 200px;
    color: red;
    border: 1px solid black;
    align-content: center;
    overflow-y: scroll;
    pointer-events: none
}

body {
    margin: 0;
    padding: 0
}

.iframeContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.iframeContent {
    background-color: #fff;
    width: 75%;
    height: 75%;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    box-shadow: var(--m-shadow, .4rem .4rem 1.2rem .2rem) var(--shadow-1)
}

.closeButton {
    position: absolute;
    top: 30px;
    right: 20px;
    background-color: #00000023;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 30px;
    z-index: 8
}

.closeButton:hover {
    background-color: #ffa20092
}

.iframeWindow {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute
}

.closeButton:after {
    content: "Close";
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    pointer-events: none
}

@media screen and (max-width: 1000px) {
    .iframeContent {
        width: 90%;
        height: 90%
    }
}

.joystickRight {
    bottom: 50px;
    height: 80px;
    right: 70px;
    position: absolute;
    width: 80px;
    z-index: 2;
    padding: 50px
}

.joystickLeft {
    bottom: 50px;
    height: 80px;
    left: 0px;
    position: absolute;
    width: 80px;
    z-index: 2;
    padding: 50px
}

@media only screen and (max-width: 1000px) {
    .joystickRight {
        bottom: 75px;
        height: 30px;
        right: 100px;
        position: absolute;
        width: 15px;
        z-index: 2;
        padding: 2px
    }
    .joystickLeft {
        bottom: 75px;
        height: 30px;
        left: 10px;
        position: absolute;
        width: 15px;
        z-index: 2;
        padding: 2px
    }
}

.background {
    z-index: 1;
    background-color: var(--background-color);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.backgroundHint {
    z-index: 2;
    background-color: var(--background-color);
    top: 20%;
    width: 50%;
    height: 100%;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.iFrameTutorial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.iframe {
    border: none
}

.nextButton {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 78%;
    padding: .4rem 1.6rem .6rem;
    border: 1px solid rgba(255, 255, 255, .571);
    border-radius: 100rem;
    color: inherit;
    background: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    letter-spacing: .2rem;
    transition: .2s;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.nextButton:hover {
    box-shadow: inset 1000px 0 #fc8207;
    color: #fff
}

.orangeDivLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fc8207;
    color: #fff;
    z-index: 20;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none
}

.orangeDivLeftDown {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fc8207;
    color: #fff;
    z-index: 3;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none
}

.orangeDivRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fc8207;
    color: #fff;
    z-index: 20;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none
}

.parchment {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    z-index: 6;
    position: fixed;
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    box-sizing: border-box;
    border-top-left-radius: var( --round-corner-top-left);
    border-top-right-radius: var( --round-corner-top-right);
    border-bottom-left-radius: var(--round-corner-bottom-left);
    border-bottom-right-radius: var( --round-corner-bottom-right);
    top: 20%;
    left: 35%;
    transform: translate(-50%, -50%);
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.parchmentHint {
    z-index: 6;
    position: absolute;
    padding: 2em;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.orangeHint {
    position: absolute;
    top: 30%;
    right: 75%;
    width: 25%;
    background-color: #000000bc;
    color: #fff;
    z-index: 3;
    -webkit-user-drag: none;
    user-select: none;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 15px
}

.helpRun {
    display: block;
    width: 11%;
    margin-left: 10%;
    margin-top: 10%;
    padding-bottom: 5rem;
    opacity: .75;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: .1%;
    background-color: #fff;
    color: #fff;
    z-index: 1;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.helpTurn {
    display: block;
    width: 11%;
    margin-left: 10%;
    margin-top: 20%;
    float: left;
    padding-bottom: 5rem;
    opacity: .75;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

h1 {
    z-index: 6;
    color: #fff;
    float: right;
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 0;
    font-size: 2.5em;
    text-align: left
}

.TextDiv {
    color: #fff;
    font-weight: 100;
    font-size: 1.2rem;
    letter-spacing: .01rem;
    text-align: left;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.TitelDiv {
    color: #fff;
    font-weight: 300;
    font-size: 3.5rem;
    letter-spacing: .01rem;
    text-align: left;
    padding-bottom: 20px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.MoveHint {
    color: #fff;
    font-weight: 100;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: .02rem;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 1000px) {
    .background {
        z-index: 1;
        background-color: var(--background-color);
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        margin-top: 0;
        margin-left: 0
    }
    .nextButton {
        margin-top: 3rem;
        margin-bottom: 3rem;
        margin-left: 78%;
        padding: .4rem 1.6rem .6rem;
        border: 1px solid rgba(255, 255, 255, .571);
        border-radius: 100rem;
        color: inherit;
        background: transparent;
        font-size: 1.4rem;
        font-family: inherit;
        letter-spacing: .2rem;
        transition: .2s;
        cursor: pointer;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }
    .TextDiv {
        color: #fff;
        font-weight: 100;
        font-size: .9rem;
        letter-spacing: .01rem;
        text-align: left;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none
    }
    .TitelDiv {
        color: #fff;
        font-weight: 400;
        font-size: 1.6rem;
        letter-spacing: .01rem;
        text-align: left;
        padding-bottom: 20px;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none
    }
    .MoveHint {
        color: #fff;
        font-weight: 100;
        font-size: .9rem;
        text-align: left;
        letter-spacing: .02rem;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none;
        box-sizing: border-box;
        padding: 0;
        margin: 0
    }
    .helpRun {
        display: block;
        width: 11%;
        margin-left: 10%;
        margin-top: 8%;
        padding-bottom: 5rem;
        opacity: .75
    }
    .line {
        position: absolute;
        top: 45%;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: .1%;
        background-color: #fff;
        color: #fff;
        z-index: 1
    }
    .helpTurn {
        display: block;
        width: 11%;
        margin-left: 10%;
        margin-top: 10%;
        float: left;
        padding-bottom: 5rem;
        opacity: .75
    }
    .parchment {
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
        z-index: 6;
        position: fixed;
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        box-sizing: border-box;
        border-top-left-radius: var( --round-corner-top-left);
        border-top-right-radius: var( --round-corner-top-right);
        border-bottom-left-radius: var(--round-corner-bottom-left);
        border-bottom-right-radius: var( --round-corner-bottom-right);
        top: 10%;
        left: 34%;
        transform: translate(-50%, -50%);
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }
    .orangeHint {
        position: absolute;
        top: 22%;
        right: 75%;
        width: 25%;
        background-color: #000000bc;
        color: #fff;
        z-index: 3;
        -webkit-user-drag: none;
        user-select: none;
        margin-top: 5px;
        margin-left: px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 15px
    }
    p {
        z-index: 6;
        font-size: .7em;
        color: #fff;
        margin-top: .75em;
        text-align: justify;
        float: right;
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0;
        letter-spacing: normal;
        line-height: normal;
        text-align: left
    }
    .orangeDivLeftDown {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #fc8207;
        color: #fff;
        z-index: 3
    }
    #textInstruct {
        z-index: 6;
        font-size: .6em;
        color: #fff;
        padding: 0;
        position: fixed;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%)
    }
    .inkTitle {
        font-size: 3em;
        font-family: Pirata One, sans-serif;
        text-align: center;
        position: absolute;
        line-height: 3em;
        color: #fff;
        z-index: 5
    }
    h1 {
        z-index: 6;
        color: #fff;
        float: right;
        display: flex;
        flex-direction: column;
        margin: 1px;
        padding: 0;
        font-size: 1.2em;
        opacity: .8
    }
    .nextButton {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 60%;
        padding: .4rem 1.3rem .6rem;
        border: 1px solid rgba(255, 255, 255, .571);
        border-radius: 100rem;
        color: inherit;
        background: transparent;
        font-size: 1.1rem;
        font-family: inherit;
        letter-spacing: .2rem;
        transition: .2s;
        cursor: pointer;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }
}

.container {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.header {
    display: flex;
    justify-content: space-between;
    height: 10%;
    -webkit-user-drag: none
}

.logoContainerHUD {
    position: relative;
    padding-top: 0rem;
    padding-left: 0rem;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-user-drag: none
}

.logoContainerHUDOver {
    display: inline-flex;
    position: absolute;
    padding-top: 0rem;
    padding-left: 0rem;
    align-items: left;
    justify-content: left;
    text-align: left;
    -webkit-user-drag: none
}

.logoHUD {
    display: flex;
    color: rgb(255, 255, 255, 0, 75);
    font-weight: 400;
    font-size: 3rem;
    padding-top: .8rem;
    padding-bottom: 0rem;
    text-align: left;
    letter-spacing: .35rem;
    line-height: 1;
    -webkit-user-drag: none
}

.logoSentenceHUD {
    display: flex;
    color: #000;
    font-weight: 200;
    font-size: .8rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    letter-spacing: .1rem;
    -webkit-user-drag: none
}

.museumIconHUD {
    display: inline-flex;
    margin: 5px;
    width: 5.5%;
    padding-top: .5rem;
    text-align: left;
    float: left;
    padding-bottom: 5rem;
    opacity: .75;
    -webkit-user-drag: none
}

.badIschlIconHUD {
    display: inline-flex;
    margin: 5px;
    width: 20%;
    padding-left: 30%;
    padding-top: 1rem;
    text-align: left;
    float: left;
    padding-bottom: 5rem;
    opacity: 1;
    -webkit-user-drag: none;
    position: absolute
}

.headerButton {
    display: flex;
    padding-top: 0rem;
    justify-content: center;
    width: 70%;
    height: 70%;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1
}

.circleHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .171);
    border-radius: 50%;
    background-color: #0000004b;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.circleHeader.clicked {
    border: 2px solid rgb(255, 162, 0)
}

.sideMenuContainer {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    -webkit-user-drag: none
}

@media (hover: hover) {
    .circleHeader:hover {
        border: 2px solid rgba(255, 162, 0, .573)
    }
}

@media only screen and (max-width: 1000px) {
    .logoContainerHUD {
        position: relative;
        padding-top: 0rem;
        padding-left: 0rem;
        align-items: center;
        justify-content: center;
        text-align: left;
        -webkit-user-drag: none
    }
    .logoContainerHUDOver {
        display: inline-flex;
        position: absolute;
        padding-top: 0rem;
        padding-left: 0rem;
        align-items: left;
        justify-content: left;
        text-align: left;
        -webkit-user-drag: none
    }
    .logoHUD {
        display: flex;
        color: rgb(255, 255, 255, 0, 75);
        font-weight: 400;
        font-size: 1.5rem;
        padding-top: .2rem;
        padding-bottom: 0rem;
        text-align: left;
        letter-spacing: .35rem;
        line-height: 1;
        -webkit-user-drag: none
    }
    .logoSentenceHUD {
        display: flex;
        color: #000;
        font-weight: 200;
        font-size: .34rem;
        padding-bottom: 0rem;
        padding-left: 0rem;
        letter-spacing: .1rem;
        -webkit-user-drag: none
    }
    .museumIconHUD {
        display: inline-flex;
        margin: 5px;
        width: 32px;
        padding-top: 0rem;
        text-align: left;
        float: left;
        padding-bottom: 5rem;
        opacity: 1;
        -webkit-user-drag: none
    }
    .badIschlIconHUD {
        display: inline-flex;
        margin: 5px;
        width: 70%;
        padding-left: 98%;
        padding-top: .1rem;
        text-align: left;
        float: left;
        padding-bottom: 5rem;
        opacity: 1;
        -webkit-user-drag: none;
        position: absolute
    }
    .circleHeader {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        margin-top: 0;
        width: 40px;
        height: 40px;
        border: 2px solid rgba(255, 255, 255, .171);
        border-radius: 50%;
        background-color: #0000002a;
        text-align: center;
        -webkit-user-select: none;
        user-select: none
    }
    .circleHeader:hover {
        border: 2px solid rgba(255, 255, 255, .171)
    }
    .circleHeader.clicked {
        border: 2px solid rgba(255, 162, 0, .573)
    }
}

@media only screen and (max-width: 1000px) {
    .circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(255, 255, 255, .171);
        border-radius: 50%;
        background-color: #0000002a;
        text-align: center;
        -webkit-user-select: none;
        user-select: none
    }
}

.DropdownContainer {
    margin-right: 150px;
    padding: 10% 16px 8px;
    display: flex;
    z-index: 10
}

.dropdown {
    display: flex;
    z-index: 10;
    top: 0px
}

.menu {
    position: absolute;
    top: 60px;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    border: 1px solid grey;
    z-index: 10
}

.menu>li {
    margin: 0;
    background-color: #0000004b
}

.menu>li:hover {
    background-color: #ff7b00
}

.menu>li>button {
    width: 100%;
    height: 100%;
    text-align: left;
    background: none;
    color: inherit;
    border: none;
    padding: 5px;
    margin: 0;
    font: inherit;
    cursor: pointer;
    z-index: 10
}

.buttonDrop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    background-color: #0000004b;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    top: 30px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.transparent-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000080;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000080;
    z-index: 10
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.list {
    display: flex;
    flex-wrap: wrap
}

.list-row {
    width: 100%;
    display: flex
}

.list-item {
    flex: 1;
    margin: 1px;
    padding: 5px;
    background-color: #0000009b;
    color: #fff;
    border: 0px solid #ffffff;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer
}

.list-item:hover {
    background-color: #ff7b00
}

@media only screen and (max-width: 1000px) {
    .buttonDrop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 10;
        background-color: #0000004b;
        color: #fff;
        border: 1px solid #ffffff;
        padding: 4px 12px;
        font-size: 12px;
        cursor: pointer;
        border-radius: 10px;
        top: 14px;
        text-align: center;
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none
    }
    .DropdownContainer {
        margin-right: 130px;
        padding: 0% 0 0;
        display: flex;
        z-index: 10
    }
    .menu {
        position: absolute;
        top: 30px;
        list-style-type: none;
        margin: 5px 0;
        padding: 0;
        border: 1px solid grey;
        z-index: 10
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.image-container {
    width: 10%;
    height: auto;
    z-index: 9;
    display: inline-flex;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.textLenguage {
    font-weight: 100;
    display: inline-block;
    vertical-align: middle
}

.flag-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.flag {
    display: inline-block;
    vertical-align: middle;
    border: 10px solid transparent;
    margin: 0;
    width: 30px;
    cursor: pointer
}

.flag.clicked {
    box-shadow: 0 0 0 2px orange;
    outline: none
}

.containerPositionFlaggen {
    position: fixed;
    bottom: 50%;
    right: 10%;
    width: auto
}

.startButton {
    position: fixed;
    padding: 1rem 1.6rem;
    border: 2px solid rgba(255, 255, 255, .786);
    border-radius: 100rem;
    bottom: 29%;
    right: 10%;
    color: #ffffffc8;
    background: transparent;
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    letter-spacing: .2rem;
    font-weight: 250;
    transition: .2s;
    cursor: pointer;
    z-index: 2;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.startButton.loading {
    color: transparent
}

.startButton.loading .loadingText {
    position: relative;
    color: #ffffff4c
}

.startButton.loading .loadingText:before {
    content: "LOADING";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: loadingAnimation 1.5s infinite;
    background-size: 200% 100%
}

@keyframes loadingAnimation {
    0% {
        background-position: 200% 0
    }
    to {
        background-position: -200% 0
    }
}

.startButton:disabled {
    opacity: .2;
    cursor: not-allowed;
    color: #fff;
    font-weight: 250;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.startButton:hover {
    box-shadow: inset 1000px 0 #fc8207;
    color: #fff
}

.startButton.loading:hover {
    box-shadow: none;
    cursor: default
}

.startBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #2c2c2c, #0a0a0a, #252525);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity 1s ease-out
}

.startBackground--started {
    opacity: 0;
    pointer-events: none
}

.LogoContainer {
    position: fixed;
    top: 35%;
    left: 18%;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.Logo {
    color: #fff;
    line-height: 0;
    font-weight: 400;
    font-size: 7rem;
    padding-bottom: 5rem;
    text-align: center;
    letter-spacing: .6rem;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.LogoSentence {
    color: #fff;
    line-height: 0;
    font-weight: 100;
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    letter-spacing: .35rem;
    text-align: center;
    padding-left: 0rem;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.LogoSentence2 {
    line-height: 0;
    color: #fff;
    font-weight: 100;
    font-size: 1.5rem;
    padding-bottom: 0rem;
    letter-spacing: .6rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 40rem;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.MuseumIcon {
    position: fixed;
    width: 45%;
    padding-bottom: 1.8rem;
    z-index: -1;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.dotArrow {
    position: absolute;
    display: block;
    width: 46%;
    padding-bottom: 1.8rem;
    z-index: 2;
    left: 26%;
    top: -4%;
    opacity: 10%;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.loading-bar {
    position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform-origin: top left;
    z-index: 50;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.textPercent {
    position: absolute;
    right: 7px;
    bottom: 23px;
    z-index: 13;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (max-width: 1200px) {
    .textLenguage {
        display: inline-block;
        vertical-align: middle
    }
    .flag-container {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }
    .flag {
        display: inline-block;
        vertical-align: middle;
        border: 10px solid transparent;
        margin: 0;
        width: 20px;
        cursor: pointer
    }
    .flag.clicked {
        box-shadow: 0 0 0 2px orange;
        outline: none
    }
    .containerPositionFlaggen {
        position: fixed;
        bottom: 50%;
        right: 3%;
        width: auto
    }
    .startButton {
        position: fixed;
        padding: .5rem 1rem;
        border: 1px solid rgba(255, 255, 255, .786);
        border-radius: 100rem;
        bottom: 25%;
        right: 5%;
        color: #ffffffc8;
        background: transparent;
        font-size: .8rem;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
        letter-spacing: .2rem;
        font-weight: 250;
        transition: .2s;
        cursor: pointer;
        z-index: 2
    }
    .startButton:disabled {
        opacity: .2;
        cursor: not-allowed;
        color: #fff;
        font-weight: 250;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
    }
    .MuseumIcon {
        position: absolute;
        display: block;
        width: 30%;
        padding-bottom: 1.8rem;
        z-index: -1
    }
    .dotArrow {
        position: absolute;
        display: block;
        width: 10%;
        padding-bottom: 1.8rem;
        z-index: 2;
        left: 59%;
        top: 60%
    }
    .LogoContainer {
        position: fixed;
        top: 30%;
        left: 10%;
        align-items: center;
        justify-content: center;
        text-align: center
    }
    .Logo {
        color: #fff;
        line-height: 0;
        font-weight: 400;
        font-size: 3rem;
        padding-bottom: 2rem;
        text-align: center;
        letter-spacing: .6rem
    }
    .LogoSentence {
        color: #fff;
        line-height: 0;
        font-weight: 100;
        font-size: .4rem;
        padding-bottom: .5rem;
        letter-spacing: .35rem;
        text-align: center
    }
}

.ToolBarImages {
    width: 70%;
    height: 70%;
    z-index: 3;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none
}

.ToolBarBackground {
    position: absolute;
    display: flex;
    left: 1%;
    text-align: center;
    align-self: center;
    z-index: 1;
    flex-direction: column;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none
}

.circleToolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, .171);
    border-radius: 50%;
    background-color: #000000a3;
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.circleToolbar.clicked {
    border: 2px solid rgba(255, 162, 0, .573);
    scale: 1.12
}

.ToolbarContainer {
    position: absolute;
    top: 40%;
    left: 1%;
    width: 70px;
    height: 15%;
    align-self: left;
    z-index: 1;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.hint {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(221, 221, 221, .81);
    transform: translate(-50%);
    -webkit-user-drag: none;
    bottom: 2%;
    left: 50%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 3
}

.hintStatic {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 119, 0);
    -webkit-user-drag: none;
    margin-left: 190px;
    margin-top: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 3
}

.hintStaticStory {
    display: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 4px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(255, 119, 0);
    -webkit-user-drag: none;
    margin-left: 190px;
    margin-top: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 3
}

.hidden {
    visibility: hidden
}

@keyframes animate {
    0% {
        background-position: -500%
    }
    to {
        background-position: 500%
    }
}

@media (hover: hover) {
    .circleToolbar:hover {
        border: 2px solid rgba(255, 162, 0, .573);
        scale: 1.2;
        background-color: #ffa20092
    }
}

@media only screen and (max-width: 1000px) {
    .circleToolbar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 3px;
        margin-right: 3px;
        width: 40px;
        height: 40px;
        border: 2px solid rgba(255, 255, 255, .171);
        border-radius: 50%;
        background-color: #0000002a;
        text-align: center;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }
    .circleToolbar:hover {
        border: 2px solid rgba(255, 255, 255, .171);
        scale: 1
    }
    .circleToolbar.clicked {
        border: 2px solid rgba(255, 162, 0, .573)
    }
    .ToolbarContainer {
        position: absolute;
        display: inline-flex;
        flex-direction: row;
        top: 80%;
        left: 43%;
        transform: translate(-50%);
        width: 100px;
        justify-content: center;
        align-items: center;
        z-index: 3;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none
    }
    .ToolBarImages {
        width: 60%;
        height: 60%;
        z-index: 5;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-drag: none
    }
    .ToolBarBackground {
        position: absolute;
        display: flex;
        left: 1%;
        text-align: center;
        align-self: center;
        z-index: 1;
        flex-direction: column;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-drag: none
    }
    .hint {
        position: absolute;
        text-transform: uppercase;
        font-size: .7rem;
        letter-spacing: 4px;
        overflow: visible;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
        background-repeat: no-repeat;
        background-size: 80%;
        animation: animate 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(221, 221, 221, .81);
        width: 80px;
        -webkit-user-drag: none;
        bottom: 50%;
        left: 7%;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        z-index: 3
    }
    .hintStatic {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        text-transform: uppercase;
        font-size: 1em;
        letter-spacing: 4px;
        overflow: hidden;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
        background-repeat: no-repeat;
        background-size: 80%;
        animation: animate 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, .81);
        -webkit-user-drag: none;
        margin-left: -140px;
        margin-top: 0;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        z-index: 3
    }
    .hintStaticStory {
        display: absolute;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        text-transform: uppercase;
        font-size: 1em;
        letter-spacing: 4px;
        overflow: hidden;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
        background-repeat: no-repeat;
        background-size: 80%;
        animation: animate 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, .81);
        -webkit-user-drag: none;
        margin-left: 140px;
        margin-top: 0;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        z-index: 3
    }
}

body {
    --light: hsl(220, 50%, 90%);
    --primary: hsl(224, 30%, 55%);
    --focus: hsl(210, 90%, 50%);
    --border-color: hsla(0, 0%, 100%, .2);
    --global-background: hsl(220, 25%, 10%);
    --background: linear-gradient(to right, hsla(210, 30%, 20%, .5), rgba(8, 5, 19, .5));
    --shadow-1: rgba(0, 0, 0, .75);
    --shadow-2: rgba(18, 19, 30, .4);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    color: var(--light);
    background: var(--global-background);
    z-index: 3
}

.modal {
    z-index: 3;
    position: absolute;
    width: 26%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    top: 6%;
    right: 0;
    transform: translate(-50%, -50%);
    margin: 2em;
    padding: 2em;
    color: var(--light);
    background-color: #111419ac
}

.modal__title {
    font-size: 2rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    padding: .5rem
}

.modal__text {
    padding: .5rem;
    margin-top: .2rem;
    flex-direction: column;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: auto;
    max-height: 40rem
}

.modal__textFinden {
    padding: .5rem;
    margin-top: .2rem;
    flex-direction: column;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: auto;
    max-height: 40rem
}

.nextButtonInfo {
    position: absolute;
    margin-top: 15rem;
    right: 3rem;
    padding: .6rem 1.6rem;
    border: 1px solid rgba(255, 255, 255, .571);
    border-radius: 100rem;
    color: inherit;
    background: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    letter-spacing: .2rem;
    transition: .2s;
    cursor: pointer;
    bottom: 1rem;
    right: 1rem
}

.nextButtonInfo:hover {
    box-shadow: inset 1000px 0 #fc8207;
    color: #fff
}

@media only screen and (max-width: 1000px) {
    .modal {
        z-index: 3;
        position: absolute;
        width: 55%;
        height: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 15px;
        top: 5%;
        right: 16%;
        transform: translate(-50%, -50%);
        margin: 2rem;
        padding: .5rem;
        color: var(--light);
        background-color: #111419b8
    }
    .modal__title {
        font-size: 1.3rem;
        font-weight: 100;
        text-transform: uppercase;
        text-align: right;
        line-height: 1;
        padding: 1
    }
    .modal__text {
        padding: 0 0rem;
        margin-top: 0rem;
        font-weight: 150;
        flex-direction: column;
        text-align: left;
        font-size: 1rem;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow-y: auto;
        max-height: 8rem
    }
    .nextButtonInfo {
        position: absolute;
        margin-top: 20rem;
        right: 3rem;
        padding: .4rem 1rem;
        border: 1px solid rgba(255, 255, 255, .571);
        border-radius: 100rem;
        color: inherit;
        background: transparent;
        font-size: .7rem;
        font-family: inherit;
        letter-spacing: .2rem;
        transition: .2s;
        cursor: pointer;
        bottom: 1rem;
        right: 1rem
    }
    .nextButtonInfo:hover {
        box-shadow: inset 1000px 0 #fc8207;
        color: #fff
    }
}

@media only screen and (max-width: 1300px) {
    .modal__text {
        padding: 0 0rem;
        margin-top: .2rem;
        flex-direction: column;
        text-align: left;
        font-size: .8rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow-y: auto;
        max-height: 10rem
    }
    .modal__title {
        font-size: 1.3rem;
        font-weight: 100;
        text-transform: uppercase;
        text-align: right;
        line-height: 1;
        padding: 1
    }
}

.RoomLoaderBack {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(-45deg, #2c2c2c, #0a0a0a, #252525);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.titel {
    position: absolute;
    color: #fff;
    line-height: 0;
    font-weight: 400;
    font-size: 6rem;
    padding-bottom: 5rem;
    text-align: center;
    letter-spacing: .6rem;
    top: 140px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.text {
    position: absolute;
    color: #fff;
    line-height: 0;
    font-weight: 100;
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    letter-spacing: .35rem;
    text-align: center;
    padding-left: 0rem;
    bottom: 20px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.textProgress {
    position: absolute;
    color: #fff;
    line-height: 0;
    font-weight: 100;
    font-size: 1rem;
    padding-top: 8rem;
    letter-spacing: .35rem;
    text-align: center;
    padding-left: 0rem;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.loader {
    width: 48px;
    height: 48px;
    transform: rotate(90deg);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    height: 24px;
    background: rgb(255, 157, 0);
    animation: mvx .3s infinite ease-in alternate
}

.loader:before {
    animation-name: mvrx
}

@keyframes mvx {
    to {
        transform: translateY(50%)
    }
}

@keyframes mvrx {
    to {
        transform: translateY(-50%)
    }
}

@media only screen and (max-width: 1000px) {
    .titel {
        position: relative;
        color: #fff;
        line-height: 0;
        font-weight: 400;
        font-size: 3rem;
        text-align: center;
        letter-spacing: .6rem;
        top: 25px;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none
    }
    .text {
        position: relative;
        color: #fff;
        line-height: 0;
        font-weight: 100;
        font-size: .8rem;
        letter-spacing: .35rem;
        text-align: center;
        padding-left: 0rem;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none
    }
}

.containerCharSwitch {
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #00000080;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.arrowIcon {
    display: flex;
    padding-top: 0rem;
    justify-content: center;
    width: 45%;
    height: 45%;
    -webkit-user-drag: none;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none
}

.textContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px;
    font-size: 35px;
    font-weight: 400;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.circleSwitch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .171);
    border-radius: 50%;
    background-color: #0000002a;
    text-align: center;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.circle:hover,
.circle.clicked {
    border: 2px solid rgba(255, 162, 0, .573)
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.modal__titlePic {
    font-size: 2rem;
    font-weight: 100;
    bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    padding: 0rem;
    left: 0px
}

.modal__textPic {
    padding: 0rem;
    margin-top: .2rem;
    font-weight: 400;
    flex-direction: column;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.iframeContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 19;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fullscreen-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    max-width: 90vw;
    max-height: 90vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.slideshow {
    position: absolute;
    width: 60%;
    height: 70%;
    border: 0px;
    padding: 0;
    margin: 0 auto;
    background-color: #000000bc;
    overflow: hidden;
    counter-reset: slide;
    z-index: 20
}

.closeButtonSlide {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background-color: #00000023;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 30px;
    z-index: 99
}

input {
    position: absolute;
    opacity: 0;
    top: -25px;
    counter-increment: slide
}

input:checked+.slide {
    transform: translate(0);
    transition: transform .5s ease-in-out
}

input:checked+.slide .slide__content {
    width: 100%;
    display: block
}

input:checked:nth-of-type(1)~nav label:nth-child(1) {
    color: #fff
}

input:checked:nth-of-type(2)~nav label:nth-child(2) {
    color: #fff
}

input:checked:nth-of-type(3)~nav label:nth-child(3) {
    color: #fff
}

input:checked:nth-of-type(4)~nav label:nth-child(4) {
    color: #fff
}

.GalleryText {
    margin-top: 8%
}

.slideTrigger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.slide {
    transform: translate(-100%);
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: 50% 100%;
    transition: transform .5s ease-in-out
}

.slide__content {
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 50px;
    color: #ddd;
    position: absolute;
    left: 100%;
    display: none;
    animation-name: fade-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    opacity: 1
}

.slide:nth-child(2) {
    background: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.slide:nth-child(2):after {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.slide:nth-child(4) {
    background: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.slide:nth-child(4):after {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.slide:nth-child(6) {
    background: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.slide:nth-child(6):after {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.slide:nth-child(8) {
    background: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.slide:nth-child(8):after {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.slide__html {
    display: none
}

nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: auto;
    background-size: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #101010 10%);
    z-index: 21
}

label {
    box-sizing: border-box;
    color: #aaa;
    font-weight: 700;
    font-size: .7rem;
    display: block;
    width: 18%;
    margin: 5px 1%;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 4px #AAA;
    text-align: center;
    float: left;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

label:hover {
    cursor: pointer;
    color: #fff;
    border-bottom: solid 4px #FFF
}

label:nth-child(1) {
    left: 50%;
    border-bottom-color: #442201
}

label:nth-child(2) {
    left: 60%;
    border-bottom-color: #713900
}

label:nth-child(3) {
    left: 70%;
    border-bottom-color: #a25203
}

label:nth-child(4) {
    left: 80%;
    border-bottom-color: #cf6903
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    50% {
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media only screen and (max-width: 1000px) {
    .modal__titlePic {
        font-size: 1rem;
        font-weight: 100;
        bottom: 0px;
        text-transform: uppercase;
        text-align: left;
        padding: 0rem;
        left: 0px
    }
    .modal__textPic {
        padding: 0 0rem;
        margin-top: .1rem;
        font-weight: 150;
        padding-bottom: 0;
        font-size: .8rem;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .closeButtonSlide {
        position: absolute;
        bottom: 10px;
        left: 20px;
        background-color: #00000023;
        color: #fff;
        border: 1px solid rgb(255, 255, 255);
        padding: 2px;
        cursor: pointer;
        border-radius: 30px;
        z-index: 8;
        width: 40px;
        height: 20px;
        font-size: 8px
    }
    .GalleryText {
        margin-top: 5%
    }
    label {
        box-sizing: border-box;
        color: #aaa;
        font-weight: 700;
        font-size: .5rem;
        display: block;
        width: 18%;
        margin: 1px 1%;
        height: 40px;
        border-bottom: solid 4px #AAA;
        text-align: bottom;
        float: left;
        text-transform: uppercase;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .slide__content {
        box-sizing: border-box;
        height: 100%;
        overflow: auto;
        padding: 20px;
        color: #ddd;
        position: absolute;
        left: 100%;
        display: none;
        animation-name: fade-in;
        animation-duration: 1s;
        animation-iteration-count: 1;
        opacity: 1;
        overflow-y: auto;
        max-height: 14rem
    }
}

.oldBack {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(-45deg, #2c2c2c, #0a0a0a, #252525);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.titelOld {
    position: absolute;
    color: #fff;
    line-height: 0;
    font-weight: 400;
    font-size: 6rem;
    padding-bottom: 5rem;
    text-align: center;
    letter-spacing: .6rem;
    top: 140px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.textOld {
    position: absolute;
    color: #fff;
    line-height: 1;
    top: 400px;
    font-weight: 100;
    font-size: 1rem;
    padding-bottom: 2.5rem;
    letter-spacing: .1.3rem;
    line-height: 1.5rem;
    text-align: center;
    padding-left: 0rem;
    bottom: 20px;
    width: 600px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none
}

.closeButtonLowModel {
    position: absolute;
    top: 80%;
    left: 10%;
    background-color: #00000023;
    color: #fff;
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 30px;
    z-index: 8
}

.closeButtonLowModel:hover {
    background-color: #ffa20092
}

.closeButtonLowModel:after {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    pointer-events: none
}

@media only screen and (max-width: 1000px) {
    .closeButtonLowModel {
        position: absolute;
        top: 65%;
        left: 7%;
        background-color: #00000023;
        color: #fff;
        border: 1px solid rgb(255, 255, 255);
        padding: 5px 8px;
        cursor: pointer;
        border-radius: 30px;
        z-index: 8
    }
    .closeButtonLowModel:after {
        color: #fff;
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 10px;
        text-transform: uppercase;
        pointer-events: none
    }
}

.impressumText {
    font-size: 1rem;
    z-index: 99;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer
}

@media only screen and (max-width: 1300px) {
    .modal__text {
        padding: 0 0rem;
        margin-top: .2rem;
        flex-direction: column;
        text-align: justify;
        font-size: .8rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow-y: auto;
        max-height: 10rem
    }
}

.htmlScreen iframe {
    width: 1280px;
    height: 720px;
    border: none;
    background: black;
    z-index: 10;
    pointer-events: all;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.htmlScreenTwo iframe {
    width: 800px;
    height: 450px;
    border: none;
    background: black;
    z-index: 10;
    pointer-events: all;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.RoomLoaderBack {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(-45deg, #2c2c2c, #0a0a0a, #252525);
    z-index: 30
}

.turnDeviceImage {
    position: relative;
    max-width: 20%;
    max-height: 20%
}

.text {
    position: relative;
    color: #fff;
    line-height: 1.5;
    font-weight: 100;
    font-size: 1rem;
    margin-top: 70px;
    margin-right: 3px;
    margin-left: 3px;
    letter-spacing: .35rem;
    text-align: center;
    padding-left: 0rem;
    white-space: pre-line
}