* {
    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: 14px;
    line-height: 18px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#anzeige_div {
    padding: 61px;
}

#header {
    margin: 0 0 17px;
}

#footer {
    margin: 20px 0 0;
}

h1 {
    font-size: 16px;
    margin: 16px 0;
    line-height: 25px;
    text-align: center;
}

p {
    margin-bottom: 16px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px 0px 20px 47px;
    list-style: none;
}

ul li {
    padding-left: 25px;
    background: url("iconli.png") no-repeat left 9px;
}

.small2 {
    font-size: 12px;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.small1 {
    font-size: 13px;
}

#header aside:nth-of-type(1) {
    width: 49%;
    float: left;
}

#header aside:nth-of-type(2) {
    width: 49%;
    float: right;
}

@media screen and (max-width: 747px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #header aside {
        width: 100% !important;
        float: none !important;
    }

    #header aside:nth-of-type(1) {
        text-align: center;
        margin-bottom: 20px;
    }

    #anzeige_div {
        padding: 20px;
    }

    p {
        text-align: left;
        hyphens: auto;
    }

    ul {
        margin-left: 20px;
    }

    br {
        display: none;
    }
}