* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 884px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin: 12px auto;
    padding: 70px 90px;
    overflow: hidden;
    position: relative;
}

#anzeige_div {
    padding: 10px;
}

#header {
    margin: 0 0 16px;
    text-align: right;
}

#footer {
    margin: 20px -53px 0;
    font-size: 11px;
    line-height: 16px;
}

h1 {
    font-size: 15px;
    margin: 16px 0;
    line-height: 28px;
    text-align: center;
}

h3 {
    font-size: 24px;
    margin: 16px 0px 16px 0px;
    line-height: 28px;
}

h4 {
    font-size: 22px;
    margin: 16px 0px 16px 0px;
    line-height: 26px;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px 0px 16px 26px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    background: url("iconli.png") no-repeat left 6px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

h1 span {
    display: block;
}

#footer span {
    display: block;
}

#footer aside:nth-of-type(1) {
    width: 17%;
    float: left;
}

#footer aside:nth-of-type(2) {
    width: 23%;
    float: left;
}

#footer aside:nth-of-type(3) {
    width: 45%;
    float: left;
}

#footer aside:nth-of-type(4) {
    overflow: hidden;
}

#footer span:nth-of-type(1) {
    margin-left: 15px;
}

#footer span:nth-of-type(2) {
    margin-left: 10px;
}

#footer span:nth-of-type(3) {
    margin-left: 5px;
}

.color {
    color: red;
}

@media screen and (max-width: 883px) {
    #footer aside {
        width: 30% !important;
    }

    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
        padding: 0
    }

    #anzeige_div {
        padding: 20px;
    }

    br {
        display: none;
    }

    #footer br {
        display: block;
    }

    #footer span {
        margin-left: 0 !important;
    }

    #footer {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 600px) {
    #footer aside {
        width: 47% !important;
        margin: 5px;
        float: left;
    }
}

@media screen and (max-width: 430px) {
    #footer aside {
        width: 100% !important;
        margin: 5px;
        float: none !important;
    }
}