* {
    margin: 0;
    padding: 0;
}
body {
    background-image:url("https://verstreuth.de/verstReuth_apfel_bg.jpg");
    background-size:cover;
}
#logo 
{
    margin: 2em auto;
    text-align: center;
}
#logo img
{
    max-width: 80%;
    max-height: 80vh;
    margin: auto;
    height:auto;
    box-shadow: 0px 0px 10px 2px #999;
}
#bildnachweis
{
    position:absolute;
    color:white;
    bottom:1em;
    left:1em;
}
#impfschutz
{
    position:absolute;
    color:grey;
    bottom:1em;
    right:1em;
}
#bildnachweis a, #impfschutz a {
    color: grey;
    font-weight: bold;
}
#bildnachweis a:visited, #impfschutz a:visited {
    color: grey;
    font-weight: bold;
}

#textfeld {
    margin: 0px auto;
    margin-top: 75px;
    padding: 5em;
    width: 40em;
    background: white;
    border: 2px solid grey;
}
#video {
    margin: 0px auto;
    width: 600px;
    margin-top: 75px;
}
h1 {
    padding-bottom: 1em;
}
span.name{
    padding-left:1em;
    padding-top:1em;
}
