* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html {
    min-height: 100%;
}

#wrapper {
    max-width: 940px;
    background: #f4f3f0;
    border: 1px solid #cbcbcb;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #4c4c4c;
}

#anzeige_div {
    margin: 0;
    padding: 20px 34px 34px;
}

#header {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
}
#content {
    margin: 0;
    padding: 0;
}
#footer {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 25px;
    margin: 9px 0;
    line-height: 35px;
    font-weight: normal;
    color: #033d5d;
}

h1 span {
    font-size: 90%;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 17px;
    margin: 14px 0px 8px 0px;
    line-height: 20px;
    color: #033d5d;
}

h4 {
    font-size: 21px;
    margin: 16px 0px 16px 0px;
    line-height: 28px;
}

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%;
    height: auto;
    width: auto\9;
}

figure img{
    
}

ul {
    margin: 0px 0px 0px 21px;
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 16px;
    background: url("iconli.png") no-repeat left 9px;
    margin-bottom: 3px;
}

.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;
}

.yellowbtn {
    background: #e89e40;
    height: 38px;
    line-height: 38px;
    width: 160px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 9px;
}

.yellowbtn2 {
    background: #e89e40;
    height: 38px;
    line-height: 38px;
    width: 230px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    margin: 50px auto 10px;
    font-weight: bold;
}

.yellowbtn3 {
    height: 38px;
    line-height: 38px;
    width: 200px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 4px;
    color: #e89e40;
    border: 2px solid #e89e40;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 20px;
}

#content>section {
    position: absolute;
    left: 86px;
    top: 202px;
    font-size: 13px;
    line-height: 20px;
    color: #7f7f7f;
}

#content aside:nth-of-type(2) span {
    font-size: 15px;
    color: #7f7f7f;
}

figure {
    margin: 0;
    padding: 0;
}

#content aside:nth-of-type(2) figure {
    margin-bottom: 7px;
    margin-top: 13px;
}

h2 {
    font-size: 34px;
    margin: 76px 0px 32px 0px;
    line-height: 28px;
    text-align: center;
}

aside aside:nth-of-type(1) {
    text-align: center;
    vertical-align: middle;
}

aside aside figure {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 169px;
    margin-bottom: 9px;
    float: left;
    min-height: 196px;
}

aside aside figure p {
    height: 67px;
}

#header>a {
    display: inline-block;
    margin: 15px 10px;
}

#header>img {
    display: block;
}

hr {
    margin: 11px 0;
    padding: 0;
    width: 100%;
    background: #e4e3e0;
    border: none;
    display: block;
    height: 1px;
}

#content aside:nth-of-type(2) p {
    margin-bottom: 14px;
}

.link {
    margin-bottom: 11px;
    display: inline-block;
}

#content aside:nth-of-type(2) span a {
    color: #688b9e;
}

.link u {
    color: #688b9e;
}

#content>aside:nth-of-type(1) {
    width: 68%;
    background: #fff;
    float: left;
    padding: 15px 18px;
}

#content>aside:nth-of-type(2) {
    width: 24%;
    float: right;
    font-size: 12px;
    line-height: 20px;
}

.link {
    color: #00f;
}

.mt {
    margin-top: 20px;
}

.socical {
    margin-top: 20px;
}

.color {
    color: #033d5d !important;
}

.margin-bottom {
    margin-bottom: 4px !important;
}

h3.top {
    margin-top: 0;
    margin-bottom: 16px;
}

.socical a {
    float: left;
    margin-right: 5px;
    display: block;
}

@media screen and (max-width: 940px) {
    #content>aside:nth-of-type(1) {
        position: static;
        width: 100%;
    }

    #content>aside:nth-of-type(2) {
        position: static;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    aside aside figure{
        float: none;
    }

    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #anzeige_div {
        padding: 10px;
    }

    #anzeige_div br {
        display: none;
    }

    #footer br {
        display: block;
    }

    aside aside figure br {
        display: block;
    }

    #content>section {
        position: static;
        background: #fff;
        padding: 15px 17px;
        margin-bottom: 20px;
    }

    aside aside figure {
        overflow: hidden;
        display: inline-block;
    }
}