body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: 'Nunito', sans-serif; 
    font-size: 1.4em;
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none; 
    
}

body::-webkit-scrollbar { 
    display: none; 
}

.container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position:relative;
    top:0px;
    left:0px;
}
img {
    height: 100%;
    display: inline-block;
    position: absolute;
    top:0px;
}
.active {
    display: inline-block;
    z-index:500 !important;

}
img.zoom {
    transform: scale(80);
    /* zoom punkt */
    transform-origin: 50% 33.4%;
    opacity:0;
}

/* Legenden */
.text-1{
    position: fixed; 
    bottom: 10%;
    background-color: black;
    color: #cfd8dc;
    padding:1em 1em 1em 4em;
    /* opacity:0; */
    font-weight:900;
    text-align: right;
    max-width: 60%;
    line-height: 1em;
}

.text-1 span {
    font-size: 0.8em !important;
    font-weight: 400;
    font-style: italic;
}
#titel{
    position: fixed;
    /* top:0%;
    left:50%; */
    height:100vh;
    width:100%;
    background-color:black;
    z-index:600;
}

#titel h1 {
    position: fixed;
    text-align: center;
    font-weight: 900;
    top: 3%;
    z-index: 601;
    color: white;
    width: 100%;
    font-size: 5em;
}

#titel video{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#titel span{
    position: fixed;
    bottom: 2%;
    width: 100%;
    text-align: center;
    color: white;
    left: 0px;
}

.material-icons {
    font-size: 10em !important;
}

#impressum {
    font-family: 'Libre Baskerville', serif;
    padding: 3em;
    text-align: center;
    color: white;
    margin-left: 4em;
    margin-right: 4em;
}

#impressum p{
line-height: 1.4em;
font-size: 1em;
}


a:link {
    cursor: pointer;
    color: grey;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: grey;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: grey;
}

#impressum span{
    font-size: 2em;
}


@media screen and (min-width: 1024px) {
    /* Styles go here */
    #titel video {
        width: 100%;
    }
}
