html {
    height: 100%;
    font-family: verdana, sans-serif;
}
body#site_home {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-image: url("../image/background-lowres.jpg");
    background-size: cover;
}
body#site_betreiber {
    width: 80%;
    margin: 0 auto;
}
body#site_betreiber > header ul {
    list-style-type: none;
}
body#site_betreiber > header li::before {
    content: url("../image/link.png");
    margin-left: -.5em;
    margin-right: .5em;
    position: relative;
    top: -2px;
}
#banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 130%);
    padding: 1em;
}
div#gamerhaven {
    font-family: serif;
    font-size: 72px;
    text-align: center;
}
.sup {
    font-size: 0.65em;
    vertical-align: top;
}
nav#topbar {
    text-align: right;
    font-family: arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
}
nav#topbar a {
    padding: 0px 0.6em;
    letter-spacing: 1px;
    color: #222;
    text-decoration: none;
}
#impressum address, #datenschutz address {
    margin: 1em 0;
    padding-left: 2em;
}
#impressum p.header {
    font-weight: bold;
}
#impressum p.indent {
    padding-left: 2em;
}

#sicherheit p.float img {
    float:right;
    margin: 0.4em;
}

@media screen and (min-width: 351px) and (max-width: 600px) {
    div#gamerhaven {
        font-size: 48px;
    }
}

@media screen and (max-width: 350px) {
    div#gamerhaven {
        font-size: 32px;
    }
    
    nav#topbar {
        font-size: 8px;
    }
}