@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-regular.eot');
    src: url('../fonts/istok-web-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/istok-web-v24-latin-regular.woff2') format('woff2'), url('../fonts/istok-web-v24-latin-regular.woff') format('woff'), url('../fonts/istok-web-v24-latin-regular.ttf') format('truetype'), url('../fonts/istok-web-v24-latin-regular.svg#IstokWeb') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/istok-web-v24-latin-700.eot');
    src: url('../fonts/istok-web-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/istok-web-v24-latin-700.woff2') format('woff2'), url('../fonts/istok-web-v24-latin-700.woff') format('woff'), url('../fonts/istok-web-v24-latin-700.ttf') format('truetype'), url('../fonts/istok-web-v24-latin-700.svg#IstokWeb') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #5c6971;
    font: 400 1rem/1.4 'Istok Web', Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.content {
    max-width: 72.5rem;
    margin: 1rem auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #00adee;
    text-decoration: none;
}

a.blau:hover {
    text-decoration: underline;
    color: #003a4d;
}

p {
    margin: 0 0 0.687rem;
    text-align: justify;
    hyphens: auto
}

.text_align_left {
    text-align: left
}

.nowrap {
    white-space: nowrap;
}

h2, strong {
    font-weight: 700;
}

h1 {
    font-size: 31px;
    padding: 1.25rem 0.9375rem 0.625rem 0.9375rem;
    color: #fff;
    font-weight: normal;
    line-height: 3.0625rem;
    background-color: #00adee;
    text-align: left;
    border-top-right-radius: 1.875rem;
    border-top-left-radius: 1.875rem;
    margin: 0;
}

h2 {
    font-size: 1.25rem;
    margin-top: 1.375rem;
    margin-bottom: 0.687rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    color: #00adee;
    margin-left: -1.375rem;
    font-size: 2em;
    line-height: 0.8;
}

header {
    border-bottom: 0.25rem solid #00adee;
    border-top: 1.875rem solid #00adee;
    padding: 0.937rem 6.875rem 0.625rem
}

.logo {
    max-width: 72.5rem;
    margin: 0 auto;
}

aside {
    max-width: 72.5rem;
    margin: 0 auto;
    position: relative;
    margin-top: -5.375rem
}

aside .info {
    display: flex;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 25%);
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}

.fa-solid,
.fa-regular {
    color: #00adee;
    font-size: 1.375rem;
    width: 2rem;
}

aside .info .links {
    border-right: solid 0.125rem rgb(238, 239, 241);
}

aside .info .links,
aside .info .rechts {
    width: 50%;
    padding: 0.625rem 0.9375rem;
    margin: 0.9375rem 0 0.625rem;
}

aside .info .links p:last-of-type,
aside .info .rechts p:last-of-type {
    margin-bottom: 0
}

aside .info .rechts {
    padding-left: 2.5rem;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 3.125rem 0 1.375rem;
}

article section:first-of-type {
    width: 62%;
    margin: 1.5625rem 1.25rem 0 0;
}

article section:last-of-type {
    width: 36%;
    background: #d6dce5;
    padding: 0.937rem;
    border-radius: 1.875rem;
    letter-spacing: 0.0063rem;
}

article section:first-of-type p:last-of-type {
    margin-bottom: 0
}

article section:first-of-type p:nth-of-type(3) {
    text-align: left
}

article section:last-of-type h2 {
    font-size: 1.562rem
}

footer {
    margin: 4.375rem 0;
    border-top: 0.0625rem solid #eee;
    padding: 3.125rem 0 2.187rem
}

a.btn {
    color: #fff;
    background-color: #00adee;
    border-color: #0081b1;
    transition: all ease-in-out .2s;
    padding: 0.937rem 1.562rem;
    border-radius: 1.875rem;
    width: fit-content;
    display: block;
    margin: 0 0.625rem
}

a.btn:hover {
    background-color: #08b;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }

    header {
        padding: 1rem;
    }

    article,
    aside {
        padding: 0.625rem;
        margin: 0
    }
}

@media only screen and (max-width: 865px) {
    aside .info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    aside .info .rechts {
        width: 100%;
        padding: 0.625rem 0.937rem;
        margin: 0;
    }

    aside .info .links {
        border-right: none;
        width: 100%;
        padding: 0.625rem 0.937rem 0;
        margin: 0;
    }

    h1,
    .info p {
        text-align: center
    }

    article {
        display: block;
    }

    article section:first-of-type,
    article section:last-of-type {
        width: 100%;
    }

    article section:first-of-type {
        margin: 0 0 1rem;
    }

    article section:last-of-type h2 {
        margin-top: 0
    }

    footer {
        margin: 1rem auto;
        padding: 2rem 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    header {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 376px) {
    a.btn {
        width: 100%;
        margin: 0 auto;
    }
}