body {
    width: 100%;
    margin-top: 15px;
    background: url("bilder/postits@2x.png") no-repeat 110px 55px;
    background-size: 200px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

h1 {
    order: 2;
    -webkit-order: 2;
    margin-left: 15px;
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
    font-size: 80px;
    line-height: 75px;
    font-weight: normal;
    color: #CCCCCC;
    margin-bottom: 115px;
}

footer {
    order: 1;
    -webkit-order: 1;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 150px;
}

h2 {
    margin-left: 15px;
    font-family: TradeGothicLTPro, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #C4BF00;
    margin-bottom: 26px;
}

h2 span {
    color: #000000;
}

.adresse {
    display: none;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.mobile-nav li {
    height: 65px;
    background-color: #CCCCCC;
    float: left;
    width: 32.6666667%;
}

.mobile-nav li.phone {
    background: #CCCCCC url("bilder/phone@2x.png") no-repeat center;
    background-size: 25px;
}

.mobile-nav li.mail {
    margin-left: 1%;
    margin-right: 1%;
    background: #CCCCCC url("bilder/mail@2x.png") no-repeat center;
    background-size: 32px;
}

.mobile-nav li.map {
    background: #CCCCCC url("bilder/map@2x.png") no-repeat center;
    background-size: 23px;
}