        body {
            /* -ms-overflow-style: none; */
            /* Internet Explorer 10+ */
            /* scrollbar-width: none; */
            /* Firefox */
            background-color: black;
            overflow: hidden; 
            font-family: 'Kaisei Tokumin', serif;

            font-weight: normal;
            margin: 0;
            padding: 0;
        }

        ::-webkit-scrollbar {
            display: none;
            /* Safari and Chrome */
        }

        f {
            font-size: inherit;
        }

        #renderCanvas {
            z-index: 63;
            position: fixed;
            width: 100vw;
            height: 100vh;
            left: 0;
            top: 0;
            pointer-events: none;
            filter: none;
        }

        .menu {
            position: fixed;
            z-index: 10;
            width: 100vw;
            height: 100vh;
            font-size: 6vh;
        }

        .topLeft {
            z-index: 100;
            position: fixed;
            left: 2.5vh;
            top: 2vh;
            font-size: 6vh;
            cursor: pointer;
        }

        .topRight {
            z-index: 100;
            position: fixed;
            right: 2.5vh;
            top: 2vh;
            font-size: 6vh;
            cursor: pointer;
        }

        .bottomRight {
            z-index: 100;
            position: fixed;
            bottom: 2vh;
            left: 2.5vh;
            font-size: 6vh;
            cursor: pointer;
        }
        
        
        .bottomLeft {
            z-index: 100;
            position: fixed;
            right: 2.5vh;
            bottom: 2vh;
            font-size: 6vh;
            cursor: pointer;
            color: white;
        }

        .topInfos {
            color: #1a1ab9;
            z-index: 110;
            position: fixed;
            margin: 5vw 5vw 7vw 5vw;
            padding: 5vw 5vw 7vw 5vw;
            left: 0;
            top: -1500px;
            width: 30vw;
            background-color: white;
            transition: top 0.35s ease-out;
            overflow: hidden;
            pointer-events: auto;
            box-shadow: 0px 10px grey;
            font-family: 'Kaisei Tokumin', serif;
            font-style: normal;
            font-weight: normal;


        }

        .topInfosContent {
            max-height: 70vh;
            clear: both;
            overflow-y: auto;
            margin-right: 1vh;
        }


        .showMore {
            position: absolute;
            width: 4vh;
            height: 6vh;
            bottom: 6vh;
            right: 32%;
            font-size: 5vh;
            cursor: pointer;
        }

        .showLess {
            position: absolute;
            width: 4vh;
            height: 6vh;
            top: 9vh;
            right: 32%;
            font-size: 5vh;
            cursor: pointer;
            display: none;
        }

        figure {
            display: block;
            margin-block-start: 0.4em;
            margin-block-end: 0.4em;
            margin-inline-start: 20px;
            margin-inline-end: 20px;

        }

        .archImg {
            margin-top: 0.7vh;
            width: 100%;
            object-fit: contain;
            cursor: zoom-in;
        }

        .bild {
            position: absolute;
            height: 100%;
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 1000;
            display: none;
            background-color: white;
            cursor: zoom-out;
        }
          
        .caption {
                width: fit-content;
                padding: 0.5vh;
                padding-left: 1vh;
                padding-right: 2vh;
                border: solid 1px;
                min-height: 2vh;
                max-width: 57vw;
                text-align: left;
                position: absolute;
                left: 8vh;
                bottom: 2vh;
                line-height: 3vh;
                background-color: white;
                z-index: 3000;
            }



         #topInfosContent::-webkit-scrollbar {
            
    width: initial !important;
          } 

        .bottomInfos {
            z-index: 110;
            position: fixed;
            margin: 5vw 5vw 7vw 5vw;
            padding: 5vw 5vw 7vw 5vw;
            right: 0;
            bottom: -50vh;
            width: 20vw;
            background-color: white;
            transition: bottom 0.25s ease-out;
            overflow: hidden;
            pointer-events: auto;
            box-shadow: 0px -10px grey;
            font-family: 'Kaisei Tokumin', serif;
            font-style: normal;
            font-weight: normal;
            text-align: center;
        }

        .bottomInfosContent {
            margin-top: 2vh;
        }

        .navigationBar {
            float: left;
            width: 100%;
            margin-bottom: 2vh;
        }

        .navigation {
            border-bottom: 1px solid;
            cursor: pointer;
            float: left;
            margin: 0vh 1vh 1vh 0vh;
            width: fit-content;
            padding: 0.5vh;
        }

        .active {
            border-bottom: unset;
        }

        .button {
            color: inherit;
            border-color: inherit;
        }


        .close {
            cursor: pointer;
            width: fit-content;
            padding: 0.5vh;
            border: solid 1px;
            width: 2vh;
            height: 2vh;
            text-align: center;
            position: absolute;
            right: 2vh;
            top: 2vh;
            line-height: 2vh;
            background-color: white;
        }

        .next {
            cursor: pointer;
            width: fit-content;
            padding: 0.5vh;
            border: solid 1px;
            width: 2vh;
            height: 2vh;
            text-align: center;
            position: absolute;
            right: 2vh;
            bottom: 2vh;
            line-height: 2vh;
            background-color: white;
            z-index: 3000;
        }

        .back {
            cursor: pointer;
            width: fit-content;
            padding: 0.5vh;
            border: solid 1px;
            width: 2vh;
            height: 2vh;
            text-align: center;
            position: absolute;
            left: 2vh;
            bottom: 2vh;
            line-height: 2vh;
            background-color: white;
            z-index: 3000;
        }

        .mirror {
            float: left;
            bottom: 2vh;
            left: 2vh;
            position: absolute;
        }


        iframe {
            width: 100%;
            height: 30vh;
            margin-bottom: 1em;
        }



        a {
            display: block;
        }

        c{
            color: white;
        }



        :root {
            --animSpeed: 0.8s;
        }

        .candleLight {
            z-index: 60;
            position: fixed;
            background: transparent url("models/candleLight2.png") 0 0 no-repeat;
            background-size: 500% auto;
            background-position-x: 0px;
            background-position-y: 0%;
            background-repeat: no-repeat;
            animation: play var(--animSpeed) steps(5) infinite;

        }

        @keyframes play {
            from {
                background-position-x: 0%;
            }

            to {
                background-position-x: 125%;
            }
        }

        .endlessmenu {
            top: 0;
            left: 0;
            z-index: 10;
            position: fixed;
            width: 100vw;
            height: 100vh;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            -webkit-touch-callout: none; /* iOS Safari */
        }

        .endlessmenu-item {
            position: relative;
            height: 20%;
            pointer-events: none;
            cursor: grab;
        }

        .centerText {
            margin: auto;
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Old versions of Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none; /* Non-prefixed version, currently*/
        }

        b {
            position: relative;
            width: 100vw;
            z-index: -2;
            /* top: 600px; */
            /* height: 80vh; */
            color: rgb(159, 159, 159);
            animation: shining var(--animSpeed) steps(7) infinite;
            text-shadow: 0px 1.1px rgb(52, 52, 52);
            display: inline-block;
            width: 100vw;
            -webkit-transform: scale(1, 4);
            -moz-transform: scale(1, 4);
            -ms-transform: scale(1, 4);
            -o-transform: scale(1, 4);
            transform: scale(1, 4);
            height: 3vh;
            margin-bottom: 17vh;
            /* border: solid 2px black; */
            text-align: center;
            font-weight: normal;
            font-size: 4.5vh;
        }


        .vignetting {
            position: fixed;
            z-index: -10;
            height: 100vh;
            width: 100vh;
            top: 0;
            background: radial-gradient(farthest-side at 50% 50%, rgb(0 80 191), transparent);
        }



        @keyframes shining {
            100% {
                color: rgb(173, 179, 112);
            }

            83.3% {
                color: rgb(84, 94, 205);
            }

            66.6% {
                color: rgb(184, 122, 122);
            }

            50% {
                color: rgb(24, 120, 91);
            }

            33.2% {
                color: rgb(160, 98, 198);
            }

            16.6% {
                color: rgb(48, 148, 96);
            }
        }


        @keyframes noshining {
            100% {
                color: rgb(37, 39, 23);
            }

            83.3% {
                color: rgb(0, 0, 0);
            }

            66.6% {
                color: rgb(45, 21, 21);
            }

            50% {
                color: rgb(39, 79, 67);
            }

            33.2% {
                color: rgb(46, 23, 60);
            }

            16.6% {
                color: rgb(14, 60, 36);
            }
        }





        @media only screen and (min-width: 768px) {
            iframe {
                top: 5vw;
                right: 5vw;
                width: 500px;
                height: 300px;
            }

            .topInfos {
                margin: 2vh 2vh 3vh 2vh;
                padding: 2vh 2vh 3vh 2vh;
                min-width: 500px;
            }

            .bottomInfos {
                margin: 2vh 2vh 3vh 2vh;
                padding: 2vh 2vh 3vh 2vh;
            }
        }

        @media only screen and (max-width: 768px) {
    
            .topInfos {
                width: 80vw;
                font-size: 3.3vw;
            }

            .bottomInfos {
                width: 80vw;
            }

            b {
                font-size: 3.5vh;
            }

            .vignetting {
                background: radial-gradient(farthest-side at 50% 50%, rgb(0 80 191), transparent ,transparent);
            }

        }