* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 940px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #00157a;
}

#anzeige_div {
    padding: 27px;
}

#header {
    margin: 0 0 10px;
}

#footer {
    position: absolute;
    right: 27px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

h1 {
    font-size: 21px;
    margin: 47px 0px 16px;
    line-height: 28px;
}

h3 {
    font-size: 15px;
    margin: 6px 0;
}

p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0px;
}

big{
    font-size: 130%;
}

a {
    color: #00157a;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0px 0px 0px 14px;
    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;
}

ul+p {
    margin-top: 8px;
}

.right {
    text-align: right;
}

.right {
    text-align: right;
}

#content aside:nth-of-type(1) {
    width: 52%;
    float: left;
}

#content aside:nth-of-type(2) {
    width: 46%;
    float: right;
}

#header aside:nth-of-type(1) {
    width: 41%;
    float: left;
    margin: -27px 0 0 -27px;
}

#header aside:nth-of-type(2) {
    width: 62%;
    float: left;
}

@media screen and (max-width: 939px) {
    #header aside:nth-of-type(1) {
        width: 100%;
        float: none;
        margin: 0 0 16px;
        text-align: center;
    }

    :is(#header aside, #content aside) {
        width: 100% !important;
        float: none !important;
        margin: 10px 0 !important;
    }

    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    #footer {
        position: static;
    }

    .right {
        text-align: center !important;
    }

    #anzeige_div {
        padding: 10px;
    }

    #anzeige_div br {
        display: none;
    }

    #footer br {
        display: block;
    }
}