* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 748px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#anzeige_div {
    padding: 10px 60px 50px;
}

#footer {
    margin: 30px 0 0;
}

h1 {
    font-size: 24px;
    margin: 16px 0;
    line-height: 28px;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 0 22px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    background: url("iconli.png") no-repeat left 6px;
    margin-bottom: 7px;
}

#footer p {
    line-height: 22px;
}

p img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.margin {
    margin-bottom: 16px;
}

.color {
    color: #0f4761;
    font-weight: 400;
}

h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 30px 0 12px;
}

#header {
    position: relative;
}

#header a {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 53%;
    width: 18%;
}

@media screen and (max-width: 747px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #anzeige_div {
        padding: 20px;
    }

    br:not(#footer br, br.block) {
        display: none;
    }
}