* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 875px;
    background: #fff url(background.jpg) no-repeat left bottom;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

#anzeige_div {
    margin: 0;
    padding: 52px 80px 110px;
}

#header {
    margin: 0 0 20px;
    text-align: right;
}

#footer {
    margin: 110px 0 0;
}

h1 {
    font-size: 28px;
    margin: 10px 0;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    color: #326d2b;
}

h3 {
    font-size: 21px;
    margin: 27px 0 10px;
    line-height: 28px;
    font-weight: 600;
    color: #326d2b;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 30px 26px;
    list-style: none;
}

ul li {
    padding-left: 29px;
    background: url("iconli.png") no-repeat left 11px;
}

br {
    display: block;
}

h2 {
    font-size: 22px;
    margin: 10px 0;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #8ebf1f;
}

#footer p {
    margin-bottom: 7px;
}

ul ul {
    margin-left: 28px;
}

ul ul li {
    background: url(iconli2.png) no-repeat left 15px;
}

#footer p span,
#footer p span a {
    color: #326d2b;
    font-weight: 600;
}

.box {
    margin: 0 -80px 20px;
    padding: 40px 205px 108px 80px;
    background: url('./background.jpg') no-repeat 0 0;
    font-size: 16px;
    line-height: 23px;
}

@media screen and (max-width: 874px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
        background: #fff;
        font-size: 16px;
        line-height: 22px;
    }

    #anzeige_div {
        padding: 10px;
    }

    #anzeige_div br {
        display: none;
    }

    #footer br {
        display: block;
    }

    ul {
        margin-left: 15px;
    }

    ul ul {
        margin-left: 15px;
    }

    .box {
        margin: 0 -10px 16px;
        padding: 10px;
        background: url('./background.jpg') no-repeat 0 0;
        background-size: cover;
    }

    #footer {
        background: #b8ce85;
        padding: 10px;
        margin-top: 20px;
    }

    ul li {
        padding-left: 15px;
        background: url(iconli.png) no-repeat left 9px;
    }

    ul ul li {
        background: url(iconli2.png) no-repeat left 9px;
    }

    h3 {
        font-size: 16px;
    }

    h1 {
        font-size: 22px;
        line-height: 30px;
    }

    h2 {
        font-size: 18px;
    }
}