* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 725px;
    background: #fff;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #414042;
    font-family: 'Open Sans', sans-serif;
}

#anzeige_div {
    margin: 0;
    padding: 16px 20px 10px;
}

#header {
    margin: 0;
    padding: 0;
}

.mb {
    margin-bottom: 15px;
}

#content {
    margin: 0;
    padding: 0 0 23px;
    position: relative;
}

#footer {
    margin: 0 -20px 14px;
    padding: 22px 27px 16px;
    background: #00294F;
    color: #fff;
    position: relative;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

h1 {
    font-size: 25px;
    margin: 10px 0;
    line-height: 29px;
    color: #00294f;
    font-weight: bold;
}

h1+p {
    margin-bottom: 14px;
}

h1 span {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    padding: 0;
    display: block;
    font-weight: 400;
    color: #000;
}

h3 {
    font-size: 15px;
    margin: 13px 0px 5px 0px;
    line-height: 20px;
    color: #00294f;
    font-weight: bold;
}

p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 11px;
    background: url("iconli.png") 0 7px no-repeat;
    margin-bottom: 4px;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

ul+p {
    margin-top: 10px;
}

br {
    display: block;
}

h2 {
    font-size: 19px;
    margin: 0 0 9px 0px;
    line-height: 28px;
    font-weight: 500;
}

#header img {
    display: block;
}

.button {
    width: 120px;
    height: 120px;
    text-align: center;
    display: block;
    background: #F5755D;
    border-radius: 50%;
    font-size: 16px;
    line-height: 25px;
    padding: 30px 10px 30px;
    color: #fff;
    margin: 0;
    position: absolute;
    font-weight: bold;
    z-index: 9999;
    bottom: -40px;
    right: 0;
}

#content asidp {
    margin: 18px 0;
    padding-left: 58px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer h2 {
    margin-top: -11px;
    margin-bottom: 30px;
}

#footer .icon {
    position: absolute;
    right: 0;
    bottom: -4px;
}

.benefit:nth-of-type(1) {
    width: 42%;
    float: left;
}

.benefit:nth-of-type(2) {
    width: 56%;
    float: right;
}

.benefit p {
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}


.benefit p .img {
    top: 20%;
}

#content .text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

#footer aside:nth-of-type(1) {
    width: 44%;
    float: left;
}

#footer aside:nth-of-type(2) {
    width: 30%;
    float: left;
    margin-top: 16px;
}

#footer aside:nth-of-type(3) {
    width: 31%;
    float: right;
}

#header {
    position: relative;
}

#header a {
    position: absolute;
    top: 5%;
    right: 5%;
    height: 51%;
    width: 19%;
}

.img {
    top: -12px;
    position: relative;
}

nav {
    margin: 0;
    padding: 0;
    right: 4px;
    bottom: 302px;
}

.text {
    color: #00294f;
}

.mt {
    margin-top: 0
}

.mt1 {
    margin-top: 0;
    margin-bottom: 5px;
}

.m-t {
    margin: 22px 0 0 !important;
}

.none {
    opacity: 0
}

.icon9 img {
    top: 0;
}

.img img {
    margin: 10px 10px 0 0;
}

.ml1 {
    margin-left: 44px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content {
    width: calc(100% - 240px);
}

@media screen and (max-width: 724px) {
    .icon {
        display: none;
    }

    .ml1 {
        margin-left: 0;
    }

    #footer aside:nth-of-type(1) {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }

    #footer aside:nth-of-type(2) {
        width: 49%;
        float: left;
        text-align: center;
        margin: 0;
    }

    #footer aside:nth-of-type(3) {
        width: 100%;
        float: right;
        text-align: center;
        margin: 45px 0 39px 0;
    }

    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    #anzeige_div {
        padding: 16px;
    }

    #anzeige_div br {
        display: none;
    }

    #footer {
        display: flow-root;
    }

    #footer br {
        display: block;
    }

    #footer aside:nth-of-type(2) {
        width: 100%;
    }

    .button br {
        display: block;
    }

    .benefit p {
        margin: 18px 0 5px;
    }

    #content nav img {
        position: static;
        float: none;
    }

    h1 {
        font-size: 31px;
    }

    nav {
        position: static;
        margin: 20px auto;
        display: block;
    }

    h2 {
        margin-bottom: 25px
    }

    .button {
        float: none;
        margin: 0 auto;
        position: static;
    }

    .img {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 700px) {
    .benefit:nth-of-type(1) {
        position: static;
        width: 100%;
    }

    .benefit:nth-of-type(2) {
        position: static;
        width: 100%;
    }

    .benefit .pi {
        margin-top: 18px;
    }

    .content {
        width: 100%;
    }

    .flex {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    #footer aside:nth-of-type(1) {
        width: 100%;
        float: none;
    }

    #footer aside:nth-of-type(2) {
        width: 100%;
        float: none;
        margin: 20px 0;
    }

    #footer aside:nth-of-type(3) {
        width: 100%;
        float: none;
        padding-top: 20px;
        margin: 0;
    }

    .none {
        display: none
    }
}