* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 742px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

#anzeige_div {
    padding: 50px 103px;
}

h1 {
    font-size: 24px;
    margin: 16px 0px 16px 0px;
    line-height: 28px;
    text-align: center;
}

h1 span {
    font-size: 85%;
    display: block;
}

h3 {
    font-size: 17px;
    margin: 16px 0px 16px 0px;
    line-height: 28px;
}

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: 20px;
    background: url("iconli.png") no-repeat left 6px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

h2 {
    font-size: 24px;
    margin: 16px 0;
    line-height: 28px;
}

section {
    margin-bottom: 16px;
}

ins.blue {
    color: blue;
}

#content aside:nth-of-type(1) {
    float: left;
}

#content aside:nth-of-type(2) {
    width: 81%;
    float: right;
    hyphens: auto;
}

#header{
	margin-bottom: 10px;
}

@media screen and (max-width: 741px) {
    #content aside:nth-of-type(1) {
        position: static;
        width: 100%;
    }

    #content aside:nth-of-type(2) {
        position: static;
        width: 100%;
    }

    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
        text-align: left;
    }

    #anzeige_div {
        padding: 20px;
    }

    br {
        display: none;
    }

    #footer br {
        display: block;
    }
}