body {
    width: 900px;
    margin-left: 15px;
    margin-top: 10px;
    background: url("bilder/postits.png") no-repeat 580px 210px;
}

@media (-webkit-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
        background: url("bilder/postits@2x.png") no-repeat 600px 210px;
        background-size: 340px 372px;
    }
}

h1 {
    font-family: TradeGothicLTPro-BdCn20;
    font-size: 185px;
    font-weight: normal;
    line-height: 195px;
    color: #CCCCCC;
    margin-bottom: 115px;
}

footer {
    margin-left: 5px;
    margin-bottom: 35px;
}

h2 {
    font-family: TradeGothicLTPro;
    font-weight: normal;
    font-size: 30px;
    color: #C4BF00;
    margin-bottom: 26px;
}

h2 span {
    color: #000000;
}

.adresse {
    font-family: TradeGothicLTPro;
    font-size: 15px;
}

.adresse a {
    text-decoration: none;
    color: #000000;
}

.adresse a:hover {
    text-decoration: underline;
}

.mobile-nav {
    display: none;
}