* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 750px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #313131;
}

#anzeige_div {
    padding: 40px 80px;
}

#header {
    margin: 0 0 10px;
    position: relative;
}

#header>a {
    position: absolute;
    top: 0;
    right: 6%;
    height: 96%;
    width: 38%;
}

#footer {
    margin: 10px 0 0;
}

h1 {
    font-size: 19px;
    margin: 7px 0;
    line-height: 28px;
    text-align: center;
}

h3 {
    font-size: 15px;
    margin: 8px 0;
    line-height: 1.2;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #0563c1;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 10px 20px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    background: url("iconli.png") no-repeat left 6px;
}

h1+p {
    text-align: center;
}

@media screen and (max-width: 749px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #footer br {
        display: block;
    }
}

@media screen and (max-width: 588px) {
    #anzeige_div {
        padding: 16px;
    }
}