@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v31-latin-regular.eot');
    src: url('../fonts/nunito-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v31-latin-regular.woff') format('woff'), url('../fonts/nunito-v31-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v31-latin-regular.svg#Nunito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-v31-latin-600.eot');
    src: url('../fonts/nunito-v31-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-600.woff2') format('woff2'), url('../fonts/nunito-v31-latin-600.woff') format('woff'), url('../fonts/nunito-v31-latin-600.ttf') format('truetype'), url('../fonts/nunito-v31-latin-600.svg#Nunito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v31-latin-700.eot');
    src: url('../fonts/nunito-v31-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-700.woff2') format('woff2'), url('../fonts/nunito-v31-latin-700.woff') format('woff'), url('../fonts/nunito-v31-latin-700.ttf') format('truetype'), url('../fonts/nunito-v31-latin-700.svg#Nunito') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #004f9e;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.inhalt {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    z-index: 10;
    padding: 40px 0;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #e6000f;
}

p {
    margin: 0 0 26px;
}

span {
    white-space: nowrap;
}

h1,
h3 {
    font-size: 55px;
}

h1,
.info p {
    color: #fff;
}

h1 {
    line-height: 1.1;
    margin: 41px 0;
}

h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

ul {
    list-style: none;
    margin: 0 0 45px;
    padding: 0;
}

ul li {
    padding: 0 0 5px 40px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -20px;
    font-size: 17px;
    line-height: 1.3;
}

.rot li:before {
    content: "";
    float: left;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #e6000f;
    margin-left: -22px;
    top: 7px;
}

header {
    overflow: hidden;
    position: relative;
}

.gebaeude {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    inset: 0px;
    top: 0px;
    left: 0;
    -webkit-clip-path: url(#headermask2);
    clip-path: url(#headermask2);
}

.headerSVG2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
}

.logo {
    display: block;
    transform-origin: 0 50%;
    transition: all 250ms cubic-bezier(0.57, 1.77, 0.55, 1);
    transform: translateY(13%);
}

.logo:hover {
    transform: translateY(13%) scale(1.05);
}

.info {
    display: flex;
    gap: 20px;
    margin: 0 0 41px;
}

article .inhalt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.links {
    width: 65%;
}

.rechts {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.box {
    border: 1px solid rgba(0, 80, 163, 0.1);
    padding: 20px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.rechts p {
    margin: 0;
}

.fa-xing {
    margin: 0 10px 0 0;
}

.rechts .btn,
.box .btn {
    width: 100%;
    margin: 0
}

a.btn {
    background: #004f9e;
    color: #fff;
    font-size: 18px;
    padding: 10px 21px;
    border-radius: 50px;
    margin: 0 0 50px;
    display: inline-block;
    text-align: center
}

a.btn:hover {
    background: #e6000f;
}

a.on_click {
    background: #e6000f;
    box-shadow: 0 0 0 .0625rem #fff, 0 0 0 .25em #004f9e;
    margin: 0 20px 0 0
}

footer {
    overflow: hidden;
    position: relative;
}

.karte {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    inset: 0px;
    top: 0px;
    left: 0;
    -webkit-clip-path: url(#footermask);
    clip-path: url(#footermask);
}

.footerSVG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
}

.web {
    background: #fff;
    padding: 3px 13px;
    height: 3;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    gap: 20px;
}

a.klein_btn {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #00438f;
}

a.klein_btn {
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
}

a.klein_btn:hover {
    background: #b3d7ff;
}

footer p {
    margin: 0 0 26px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.text {
    padding: 100px 40px 80px;
}

footer .inhalt {
    padding: 0
}

footer .inhalt > p:last-of-type {
    text-align: left;
    margin: 0
}

@media only screen and (max-width: 1159px) {

    .inhalt,
    footer .inhalt {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 999px) {
    article .inhalt {
        flex-direction: column;
    }

    .links,
    .rechts {
        width: 100%
    }

    h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .headerSVG2,
    .footerSVG {
        display: none;
    }

    header {
        border-bottom: 10px solid #e6000f;
    }

    footer {
        border-top: 10px solid #e6000f;
        margin: 50px 0 0;
    }

    .web {
        right: 20px
    }

    .text {
        padding: 100px 20px 50px;
    }

    .links {
        margin: 30px 0 0
    }

    h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 548px) {

    .inhalt,
    footer .inhalt {
        padding: 0 16px;
    }

    h1 {
        font-size: 32px;
    }

    .info {
        flex-wrap: wrap;
    }

    .info p {
        margin: 0;
    }

    ul li {
        padding: 0 0 5px 30px
    }

    .text p,
    footer .inhalt > p:last-of-type {
        text-align: center;
    }

    .text {
        padding: 50px 0 30px;
    }

    .web {
        position: static;
        justify-content: center;
        margin: 30px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .web {
        flex-direction: column;
        align-items: center;
    }

    h3 {
        font-size: 25px;
    }
}
