*{
    background-color: black;
    margin: 0;
    border: none;
    padding: 0;
    outline: none;
    
}

video{
    width: 100%;
    height: auto;
}

article{
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: white;
    text-align: center;
}

article h1{
    font-family: 'Quicksand', sans-serif;
    font-size: 10vw;
    font-weight: lighter;
    margin-bottom: 1%;
}

article h2{
    padding-top: 1%;
    margin: 0 auto;
    font-size: 5vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-top: 1px solid white;
    width: 90%;
}

article p{
    margin: 10% auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1,5vw;
    
}

article a{
    color: white;
    font-family: 'Open Sans', sans-serif;
}

#linkimprint{
    color: darkslategrey;
}

#impressum p{
    text-align: left;
    margin: 2% auto;
    font-size: 1vw;
    
}

#impressum ul{
    text-align: left;
    margin: 2% auto;
    font-size: 1vw;
    padding-left: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1vw;
}
#impressum h2{
    margin-bottom: 5%;
    border: none;
}

#impressum h3{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 3vw;
    text-align: left;
    font-weight: 300;
    margin-bottom: 2%;
}

#impressum h4{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5vw;
    text-align: left;
    font-weight: bold;
}

#impressum h5{
   color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1vw;
    text-align: left;
    font-weight: bold;  
}

#form{
    height: 100%;
}

footer{
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 32px;
}