* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 545px;
    background: #fff;
    border: 2px solid #6abe51;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #231f20;
}

#anzeige_div {
    margin: 0;
    padding: 15px 15px 9px;
}

#header {
    margin: 0;
    padding: 0;
}

#content {
    margin: 0;
    padding: 0;
}

#content section {
    background: #6abe51;
    margin: 0 -15px;
    padding: 2px 4px 10px 12px;
    margin-bottom: 15px;
}

.margin-right1 {
    margin-right: 275px;
}

.margin-right2 {
    margin-right: 220px;
}

.margin-right3 {
    margin-right: 138px;
}

#footer {
    font-size: 95%;
    position: relative;
}

h1 {
    font-size: 21px;
    margin: 6px 0 6px 24px;
    line-height: 25px;
    font-weight: 400;
    text-indent: 0;
    color: #fff;
    border-bottom: 3px solid #fff;
    padding: 0 5px 3px 0;
    position: relative;
}

.h1 {
    border-bottom: none;
    padding-bottom: 0;
}

h1 img {
    position: absolute;
    top: 0;
    left: -35px;
}

h3 {
    font-size: 22px;
    margin: 14px -15px 16px 0px;
    line-height: 28px;
    border-bottom: 6px solid #6abe52;
    font-weight: normal;
    padding-bottom: 2px;
    position: relative;
}

p {
    margin-bottom: 7px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #231f20;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.icon {
    position: absolute;
    right: 0;
    top: 520px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

#content>p {
    font-size: 22px;
    line-height: 28px;
}

u {
    text-decoration: underline;
}

em {
    font-style: italic;
}

br {
    display: block;
}

h2 {
    font-size: 21px;
    margin: 12px -15px 6px -15px;
    line-height: 25px;
    background: #6abe51;
    color: #fff;
    padding: 7px 10px;
}

h3 img {
    position: absolute;
    left: -41px;
}

#header figure {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    padding: 0;
    margin-top: 15px;
}

h3:nth-of-type(2) img {
    top: 26px;
}

hr {
    border: none;
    background: #6abe51;
    height: 2px;
    width: 346px;
    margin: 10px auto;
    margin-right: 90px;
}

#header aside:nth-of-type(1) {
    width: 29%;
    float: right;
}

#header aside:nth-of-type(2) {
    width: 68%;
    float: left;
    text-align: justify;
    line-height: 21px;
    font-size: 14px;
}

#footer aside:nth-of-type(1) {
    width: 49%;
    float: left;
}

#footer aside:nth-of-type(2) {
    width: 49%;
    float: left;
}

.qrcode {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 5px;
}

@media screen and (max-width: 545px) {
    #footer aside:nth-of-type(1) {
        width: 100%;
        float: none;
    }

    #footer aside:nth-of-type(2) {
        width: 100%;
        float: none;
    }

    hr {
        max-width: 382px;
        width: 100%;
    }

    #header figure {
        position: relative;
        margin: 20px -10px 0;
        padding: 0;
    }

    .icon {
        top: 36%;
        right: 6px;
        width: 135px;
    }

    .margin-right1,
    .margin-right2,
    .margin-right3,
    .margin-right4 {
        margin-right: 0;
    }

    #header aside:nth-of-type(1) {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    #header aside:nth-of-type(2) {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
        margin-top: 16px;
        text-align: left;
        line-height: 18px;
    }

    h3 img {
        display: inline-block;
        position: static;
    }

    h2 {
        margin-left: 0;
        margin-right: 0;
    }

    #wrapper {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        border: none;
        margin: 0px;
        hyphens: auto;
        text-wrap: pretty;
    }

    #anzeige_div {
        padding: 10px;
    }

    #anzeige_div br {
        display: none;
    }

    #header,
    #aside,
    #footer {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #header {
        text-align: left;
    }

    #aside {
        text-align: left;
    }

    #content {
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 18px;
        line-height: 20px;
    }

    h3 {
        margin: 10px -12px 10px 0px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 12px;
    }

    p {
        margin-bottom: 3%;
        text-align: left;
    }

    a {
        font-weight: bold;
    }

    h1 br {
        display: block;
    }

    ul {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 8px;
    }

    ul li {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 12px;
        background: url("iconli.png") no-repeat left 5px;
    }

    #footer br {
        display: block;
    }

    span {
        white-space: nowrap;
    }

    .qrcode {
        position: static;
        margin-top: 15px;
    }
}