* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 910px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#anzeige_div {
    padding: 20px 50px 50px 50px;
}


#content {
    margin: 20px 0 0 0;
}

#footer {
    margin: 30px 0 0 0;
}

.slide {
    position: relative;
    width: 100%;
    height: 274px;
}

.slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

h1 {
    font-size: 24px;
    margin: 6px 0px 2px 0px;
    line-height: 28px;
    color: #1c56a3;
}

h1 span {
    font-size: 90%;
}

h3 {
    font-size: 19px;
    margin: 16px 0px 10px 0px;
    line-height: 28px;
    color: #1c56a3;
}

p {
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 13px;
    background: url("iconli.png") no-repeat left 7px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

ul+p {
    margin-top: 10px;
}

u {
    text-decoration: underline;
}

em {
    font-style: italic;
}

br {
    display: block;
}

h2 {
    font-size: 27px;
    margin: 3px 0px 3px 0px;
    line-height: 28px;
    color: #1c56a3;
    font-family: "Times New Roman", Times, serif;
}

#footer p {
    margin-bottom: 8px;
}

#content section {
    background: #f2f2f2;
    text-align: center;
    margin-left: -50px;
    margin-right: -50px;
    padding: 7px 10px;
}

#content>aside:nth-of-type(1) {
    float: left;
    width: 49.5%;
}

#content>aside:nth-of-type(2) {
    float: right;
    width: 49.5%;
}

body {
    background: url(bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}

#footer>a {
    position: absolute;
    right: 50px;
    bottom: 52px;
}

.m {
    margin-top: 30px;
}

@media screen and (max-width: 908px) {
    #wrapper {
        width: 100%;
        font-size: 13px;
        line-height: 17px;
        border: none;
        margin: 0px;
        background: #fff;
    }

    #anzeige_div {
        padding: 10px;
    }

    #anzeige_div br {
        display: none;
    }

    #header,
    #aside,
    #footer {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #header {
        text-align: left;
    }

    #footer {
        text-align: left;
    }

    #aside {
        text-align: left;
    }

    #footer>a {
        position: static;
        margin-top: 16px;
        display: inline-block;
    }

    h2 {
        font-size: 18px;
    }

    #content {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    h1 {
        margin: 10px 0px 10px 0px;
        font-size: 18px;
        line-height: 20px;
    }

    h3 {
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    p {
        margin-bottom: 3%;
    }

    a {
        font-weight: bold;
    }

    h1 br {
        display: block;
    }

    ul {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    ul li {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 12px;
        background: url("iconli.png") no-repeat left 5px;
    }

    #footer br {
        display: block;
    }

    #content section {
        margin: 10px 0;
    }

    body {
        background: none;
    }
}

@media screen and (max-width: 606px) {
    #content>aside:nth-of-type(1) {
        float: none;
        width: 100%;
    }

    #content>aside:nth-of-type(2) {
        float: none;
        width: 100%;
    }
}