body {
    font-family: Arial;
}

h1 {
    font-size: 3em;
    margin-bottom: 40px;
}

.right ul {
    font-size: 1.8em;
}

#wrapper {
    background-image: url(../images/hintergrund.jpg);
    background-color: #eee;
    background-size: cover;
    width: 100%;
    margin-top: 40px;
    padding: 200px 0 50px;
    text-align: center;
}

div#content {
    width: 80%;
    margin: 0 auto;
}

div#logo {
    width: 30%;
    position: absolute;
    top: 0px;
}

div#logo img {
    width: 100%;
}

div#top-img img {
    display: inline-block;
    width: 46%;
}

.left {
    float: left;
    width: 50%;
}

.left img {
    width: 92%;
    margin: 50px 0 0 8%;
}

.right {
    float: right;
    width: 46%;
    margin-right: 4%;
}

.right ul {
    font-size: 2.2em;
    text-align: left;
    color: #ff0600;
    line-height: 2.5em;
    width: 60%;
    margin: 40px auto;
}

div#footer p {
    font-size: 1.5em;
    margin: 75px auto 0;
    font-weight: bold;
}

.clear {
    clear: both;
}