* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 825px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #0a0a0a;
}

#anzeige_div {
    padding: 60px 80px;
}

#footer {
    text-align: center;
}

hr {
    border: none;
    height: 2px;
    width: 100%;
    background: #bde294;
    margin: 16px 0;
}

h1 {
    font-size: 17px;
    margin: 16px 0 8px;
    line-height: 1.1;
}

h1 span {
    font-size: 90%;
}

h3 {
    font-size: 17px;
    margin: 10px 0;
    line-height: 1.2;
    color: #00823b;
    text-decoration: underline;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #0000ff;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 13px;
    background: url("iconli.png") no-repeat left 6px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

ul+p {
    margin-top: 16px;
}

.color {
    color: #00823b;
}

@media screen and (max-width: 824px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #anzeige_div {
        padding: 20px;
    }

    #anzeige_div br {
        display: none;
    }

    #footer br {
        display: block;
    }
}