* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 802px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#anzeige_div {
    padding: 10px;
}

#header {
    padding: 14px 13px 0;
}

#content {
    padding: 0 54px;
}

#footer {
    margin: 10px 13px;
}

h1 {
    font-size: 34px;
    margin: 16px 0;
    line-height: 28px;
}

h1 span {
    font-size: 90%;
}

h3 {
    font-size: 21px;
    margin: 16px 0 7px;
    line-height: 28px;
    color: #0094a0;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 26px;
    background: url("iconli.png") no-repeat left 6px;
    margin-bottom: 7px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

h2 {
    font-size: 22px;
    margin: 20px 0;
    line-height: 28px;
}

#header p {
    margin-bottom: 7px;
}

#header p img {
    position: relative;
    top: 2px;
}

.big {
    font-size: 16px;
    line-height: 1.4;
}

.color {
    color: #536371;
}

#header span {
    margin-left: 8px;
}

.banner {
    margin: 16px -10px 13px;
    position: relative;
}

.banner>a {
    position: absolute;
    top: 0;
    right: 0;
    height: 76%;
    width: 22%;
}

#footer iframe {
    border: none;
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 22px;
}

#content aside:nth-of-type(1) {
    width: 48%;
    float: left;
}

#content aside:nth-of-type(2) {
    width: 48%;
    float: right;
}

#header aside:nth-of-type(1) {
    float: left;
    margin-right: 18px;
}

#header aside:nth-of-type(2) {
    float: left;
}

@media screen and (max-width: 801px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    br {
        display: none;
    }

    #footer br {
        display: block;
    }
}

@media screen and (max-width: 652px) {
    #content {
        padding: 0 12px;
    }

    #content aside {
        width: 100% !important;
        float: none !important;
    }
}