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

.video_box            { display: flex;
                        justify-content: center;
                        width: 100vw;
                        height: 100vh;
                        object-fit: cover;
                        z-index: -1;
                        position:fixed;}


.previous_button     {  width: 2em;
                        height: auto;
                        float: left;
                        margin-top: 0.5em;
                        margin-left: 2.5em;
                        z-index: 1;
                        opacity: 40%}

.next_button        {   width: 2em;
                        height: auto;
                        float: right; 
                        margin-top: 0.5em;
                        margin-right: 0.5em;
                         z-index: 1;
                        opacity: 40%}

.home_button        {   width: 2.5em;
                        height: auto;
                        float: left; 
                        margin-top: 0.3em;
                        margin-left: 2.1em;
                         z-index: 1;
                        opacity: 40%}

.platzhalter         {  display: flex;
                        justify-content: center;
                        width: 100vw;
                        height: 100vh;
                        object-fit: cover;
                        position:fixed;
                        z-index: -1;}


.background         {  display: flex;
                        justify-content: center;
                        width: 100vw;
                        height: 100vh;
                        object-fit: cover;
                        z-index: -1;
                        position:fixed;
                        margin-top: -7rem}

.recommended {font-size: 1.7vmin}

.menutext            {  margin-top: 7rem
                        }

html {font-size: 100%; 
    text-align: center;
    z-index: 100;
    object-fit:cover;
    margin-top:}

p {font-size: 2vmin;
    color: #ffffff;
    z-index: 100;object-fit:cover;}

a {font-size: 2.5vmin;
    color: #ffffff;
    z-index: 100;object-fit:cover;}

h1 {font-size: 10vmin;
    font-weight: 500 ;
    margin-top: -7px;
    color: #ffffff;
    z-index: 100;object-fit:cover;}

a:link {color: #ffffff}
a:visited{color:#ffffff}
a:hover{color:chartreuse}












