@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0.625rem rgb(75 75 75 / 50%);
}

h1 {
    font-size: 1.937rem;
    color: #0d3195;
    line-height: 1.3;
    font-weight: normal;
    margin: 1rem;
}

h2 {
    color: #0d3195;
    font-weight: normal;
    font-size: 1.3rem;
    margin: 3rem 0 .187rem;
}

h3 {
    font-size: 1rem;
    margin: 0 0 .187rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

a.grau {
    color: #4b575f;
}

p {
    margin: 1rem 0;
}

.left {
    margin-left: 1.25rem;
}

i {
    color: #273B8E;
    margin: 0 .312rem 0 0;
}

.lineheight {
    line-height: 2.2
}

ul {
    list-style: none;
    margin: 1.5rem 0 40px 1rem;
    padding: 0;
}

ul ul {
    margin: 0 0 0 1.25rem;
    list-style: circle;
}

ul ul li {
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul ul li:before {
    content: none;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
}

.no_margin {
    margin-bottom: .937rem;
}

.list {
    margin: 0
}

.list li {
    padding-left: 22px
}

.list li:before {
    content: "\25CB";
    margin-left: -22px;
    font-size: 15px;
    line-height: 1.4
}

aside:nth-child(3)>div:nth-child(1)>ul:nth-child(3) {
    margin: 14px 0 40px 1rem;
}

.links {
    width: 9rem;
    display: inline-block;
}

.wrapperheader {
    background-color: #f4f4f4;
    box-shadow: 0 0 0.9375rem #454545;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    max-width: 1160px;
    margin: 0 auto;
}

header .fa-brands,
header .fa-sharp {
    color: rgb(153, 153, 153);
    font-size: 2.3rem;
    margin: 0 .125rem;
}

article {
    padding: 1rem 32px 3rem;
}

article .section {
    padding: 0 1rem;
}

article .section>p .fa-solid {
    color: #0d3195;
    padding-right: 0.625rem;
}

article img {
    margin: 2rem 0;
}

aside {
    padding: 0 1rem
}

span {
    white-space: nowrap
}

.apply {
    display: flex;
    justify-content: flex-end;
    margin: 90px 0 30px;
}

.apply .button {
    background: #4f4f4f;
    color: #fff;
    text-align: center;
    padding: .6rem 1.2rem;
    font-size: 1.18rem;
}

.apply .button:hover {
    background: #002380
}

.wrapperfooter {
    background: #4f4f4f;
}

.wrapperfooter>img {
    background: #C8C8C8;
    margin: 50px 0 0;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 0 1.25rem;
}

footer .section p {
    color: #fff;
    line-height: 1.2;
}

footer .section:nth-of-type(2) p {
    text-align: center;
    line-height: 2
}

footer a.footerlink {
    color: #fff;
}

a.rot {
    white-space: pre-wrap !important;
    word-break: break-all;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        hyphens: auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    h1 {
        font-size: 1.75rem
    }

    h2 {
        margin: 0 0 .187rem;
        font-size: 1.1rem;
    }

    section {
        margin: .625rem 0;
    }

    header,
    footer {
        padding: 1rem;
    }

    article {
        padding: 1rem 0;
    }

    .lineheight {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 710px) {
    h1 {
        font-size: 1.5rem
    }

    footer {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    footer .section p {
        text-align: center;
        line-height: 1.2
    }

    footer .section:nth-of-type(2) p {
        line-height: 1.2
    }

    .links {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {

    aside:nth-child(3)>div:nth-child(1)>ul:nth-child(3),
    ul {
        margin: 0 0 1rem;
    }

    h1,
    h1+p {
        text-align: center
    }

    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 2rem;
    }

    .apply {
        justify-content: center;
        margin: 10px 0
    }

    article .section {
        padding: 0;
    }
}

@media only screen and (max-width: 375px) {

    .button {
        width: 100%;
    }

    .wrapperfooter>img {
        margin: 0
    }
}