* {
    padding: 0;
    border: 0 !important;
    font-family: sans-serif;
    font-size: 12px;
    background: none !important;
}

#header, #footer, #navigation {
    display: none;
}

#content {
    float: none;
    margin: auto;
}

#box {
    border: 0 !important;
    box-shadow: none !important;
    width: 400px;
    margin: auto;
}

#box > a {
    display: none;
}

#box h1 {
    background: transparent;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

#box h1:after {
    content: 'Um die Route zu starten muss der "Startcode" gescannt werden. Um an einem QR-Waypoint zum nächsten Screen weiterzukommen, muss entweder der entsprechende QR-Code gescannt werden, oder der Alternativtext eingegeben werden (Onlineversion). Daher die QR-Waypoint-Codes immer MIT Überschrift/Alternativtext aufhängen!';
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin: 10px 0;
}

.entry {
    width: 400px;
}

.entry h2 {
    text-align: center !important;
}

.entry img {
    width: 148px;
    margin: 0px auto 20px;
    display: block;
}

.qrcode {
    opacity: 1;
}