* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 800px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#header {
    margin-bottom: 10px;
}

#anzeige_div {
    padding: 50px 80px;
}

#footer {
    margin: 16px 0 0;
}

h1 {
    font-size: 14px;
    margin: 16px 0px 16px 0px;
    line-height: 28px;
    text-align: center;
}

h3 {
    font-size: 13px;
    margin: 16px 0 0;
    line-height: 20px;
}

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 25px;
    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;
}

ins {
    color: #0563c1 !important;
}

#header aside:nth-of-type(1) {
    width: 49%;
    float: left;
}

#header aside:nth-of-type(2) {
    float: right;
}

@media screen and (max-width: 799px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #anzeige_div {
        padding: 20px;
    }

    br {
        display: none;
    }

    #footer br {
        display: block;
    }
}

@media screen and (max-width: 407px) {
    #header aside {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }

    p a{
    	white-space: nowrap;
    }
}