body{
    background-color:black;
    align-content: center;
    color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.titelbild{
    width: 100%;
    height: 50vh;
}

#header-background{
    mask-image:linear-gradient(to bottom, rgb(0, 0, 0), transparent 100%);
    width: 100%;
    object-fit: cover;
}

#header-logo{
    position: absolute;
    width: 70%;
    left:15%;
    top: 0;
}


#datenschutz{
    width: 80%;
    margin-left:10%;
    text-align: justify;
}

#datenschutz h2, h3{
    margin-top: 20pt;
    margin-bottom: 20pt;
}

#imp_dat{
    text-align: center;
    margin: 20pt;
}

#imp_dat a{
    text-decoration: none;
    color: beige;
    margin: 3vw;
}
#imp_dat a:hover{
    color: grey
}
