:root 
{
    --impressum_headline_col:   #ffffe9;
    --impressum_text_col:       #dedecd;
}
body
{
    margin: 0;
    background-color: #384483;
}
#impressum, #datenschutz
{
    color: var(--impressum_text_col);
    font-family: sans-serif;
    font-size: 20px;
    margin: auto;
    line-height: 1.5;
    text-align: center;
    font-weight: lighter;
}
#datenschutz
{
    max-width: 700px;
    text-align: justify;
    hyphens: auto;
}
h2
{
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 32px;
    color: var(--impressum_headline_col);
    font-weight: normal;
    text-align: center;
}
#impressum a, #back a
{
    text-decoration: none;
    color: var(--impressum_text_col);
}
.sh 
{
    text-decoration: underline;
    font-size: 21px;
    color:white;
    font-weight: normal;
}
#back
{
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    font-family: sans-serif;
}

@media screen and (max-width: 750px) 
{
    #datenschutz {max-width: 400px;}
}
@media screen and (max-width: 450px) 
{
    #datenschutz {max-width: 320px;}
}