html, body {
        position: relative;
        height: 100%;
    }

body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 14pt;
    background-color: white;
    color: black;
}
 
::-webkit-scrollbar { 
    display: none; 
}

a {
    text-decoration: none;
    color: black;
}

a:link, a:visited { 
    color: ca5e5f;
    text-decoration: none;
    cursor: pointer;
}

a:link:active, a:visited:active { 
    color: #ca5e5f;
}

p {
    line-height: 0.3;
}

.arial {
    font-family: arial;
}

.underline {
    text-decoration: underline;
}

.hover-toggle:hover .hover-hide{
    display: none;
}

.hover-toggle .hover-show{
    display: none;
    
}

.hover-toggle:hover .hover-show{
    display: block;
     border: hidden;
}

.current-gif {
    padding-top: 50px;
    margin: auto;
    width: 100vw;
}

.projekttitel {
    position: absolute;
    float: left;
    left: 2%;
    top: 2%;
    z-index: 3;
}

.nav {
    z-index: 2;
    height: auto;
    width: 100vw;
    position: fixed;
    bottom: 20px;   
}

.nav-links {
    float: left;
    left: 20px;
    position: relative;
}

.coming-soon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.nav-mitte {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);   
}

.nav-rechts {
    float: right;
    right: 20px;
    position: absolute;
    bottom: 0;
}



.clearfix:after { 
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.spacer{
    margin-top: 10%;
}

.abouttext {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    overflow: scroll;
    bottom: 40px;
}

.impressum {
    max-height: 94vh;
}

.impressum p{
    line-height: inherit;
    
}


.hide {
    display: none;
}



img {
    position: fixed;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    max-height: 100vh;
    
}




