
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: no-repeat;
    background-size: cover;
}
.text-overlay {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(209, 206, 255);
    font-size: 2em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-overlay-bottom {
    position: absolute;
    top: 40%;
    left: 73%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3.5em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-overlay-download {
    position: absolute;
    top: 60%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: rgb(209, 206, 255);
    font-size: 2em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
} 
.text-download {
    color: rgb(209, 206, 255);
    font-size: 0.318em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}         
.text-overlay-impressum {
    position: absolute;
    bottom: 2%;
    right: 2%;
    
    color: rgb(209, 206, 255);
    font-size: 1em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}                
a {
    color: rgb(181, 181, 214); /* Normal state */
    text-decoration: none;
}

a:hover {
    color: rgb(181, 181, 214); /* Normal state */
}

a:visited {
    color: rgb(181, 181, 214); /* Normal state */
}        
.LinkImpressum{
    color: white; /* Normal state */
}
.text-overlay-verfasser {
    position: absolute;
    top: 40%;
    left: 73%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 780px) {
    .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color:#3f4b64;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-36%, -510px);
    background: repeat;
    background-size: cover;
}
.text-overlay {
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(209, 206, 255);
    font-size: 1.6em;
    text-align: left;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.text-overlay-bottom {
    position: absolute;
    top: 25%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-download {
    color: rgb(209, 206, 255);
    font-size: 0.8em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}   
.abstand {
    color: rgb(209, 206, 255);
    font-size: 0.1em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}                 
}                   
@media (max-width: 600px) {
    .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color:#3f4b64;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-36%, -460px);
    background: repeat;
    background-size: cover;
}
.text-overlay {
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgb(209, 206, 255);
    font-size: 1.6em;
    text-align: left;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
.text-overlay-bottom {
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-overlay-verfasser {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-download {
    color: rgb(209, 206, 255);
    font-size: 0.5em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}   
.abstand {
    color: rgb(209, 206, 255);
    font-size: 0.1em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}                 
}      
@media screen and (width: 1024px), 
screen and (height: 600px) {
    .text-overlay-bottom {
    position: absolute;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}            
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: no-repeat;
    background-size: cover;
}
.text-download {
    color: rgb(209, 206, 255);
    font-size: 0.8em;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}  
}             
