@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v48-latin-regular.eot');
    src: url('../fonts/roboto-v48-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v48-latin-regular.woff') format('woff'), url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v48-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v48-latin-500.eot');
    src: url('../fonts/roboto-v48-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-500.woff2') format('woff2'), url('../fonts/roboto-v48-latin-500.woff') format('woff'), url('../fonts/roboto-v48-latin-500.ttf') format('truetype'), url('../fonts/roboto-v48-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v48-latin-600.eot');
    src: url('../fonts/roboto-v48-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-600.woff2') format('woff2'), url('../fonts/roboto-v48-latin-600.woff') format('woff'), url('../fonts/roboto-v48-latin-600.ttf') format('truetype'), url('../fonts/roboto-v48-latin-600.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v30-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v30-latin-600.eot');
    src: url('../fonts/roboto-condensed-v30-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v30-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v30-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v30-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v30-latin-600.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #212529;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 1040px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 16px;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem 16px;
    padding: 0;
}

ul li {
    padding-left: 25px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -18px;
    font-size: 1.25rem;
    line-height: 1.1;
}

.kreis {
    margin: 0
}

.kreis li {
    padding-left: 40px
}

.kreis li:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 3px;
    border: .062rem solid #000;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 9px;
    margin: 0 0 0 -15px;
}

h1 {
    font-size: 40px;
    line-height: 1.5;
    margin: 1.25rem 0;
    color: #6aaf9e;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px;
}

h3 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3+p {
    margin: 0 0 40px;
}

header {
    border-bottom: 4px solid #004893;
}

.button {
    display: inline-block;
    width: fit-content;
    color: #fff;
    border-radius: 35px;
    -webkit-box-shadow: 0 7px 10px -5px hsla(0, 0%, 60%, .86);
    -moz-box-shadow: 0 7px 10px -5px hsla(0, 0%, 60%, .86);
    box-shadow: 0 7px 10px -5px hsla(0, 0%, 60%, .86)
}

.top a {
    background-color: #6aaf9e;
    padding: 15px 30px 15px 25px;
    position: absolute;
    font-size: 22px;
    line-height: 1.3;
    width: 268px;
    top: -12%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    border-radius: 35px;
}

.bottom {
    padding: 0.3125rem 1.875rem 0.3125rem 1.5625rem;
    font-size: 1.125rem;
    color: #004893;
    background: #fff;
    box-shadow: 0 0.4375rem 0.9375rem rgba(0, 0, 0, .4);
}

.container,
.info {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.container {
    padding: 3.125rem 0 1.25rem;
}

section {
    width: 48.5%;
}

.info {
    padding: 16px 0
}

.info:not(:last-of-type) {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
    padding: 16px 0;
}

.left {
    width: 40%;
    color: #004893;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.left p,
.right p {
    margin: 0
}

.right {
    width: 60%;
    font-weight: 700;
}

.right:last-of-type p {
    display: inline-block;
}

.ikon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    box-shadow: 0 0.4375rem 0.9375rem rgba(0, 0, 0, .4);
    border-radius: 100%;
    margin-left: 0.625rem;
}

.info .ikon {
    background-color: #004893;
    width: 1.875rem;
    height: 1.875rem;
}

footer .ikon {
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.symbol {
    -webkit-text-fill-color: transparent;
}

.info .symbol {
    -webkit-text-stroke-width: 0.0625rem;
    -webkit-text-stroke-color: #fff;
}

footer .symbol {
    -webkit-text-stroke-width: 0.125rem;
    -webkit-text-stroke-color: #004893;
}

.logo {
    display: flex;
    justify-content: right;
}

article {
    width: 70%;
}

footer {
    margin: 35px auto 0;
    background: #004893;
    padding: 30px;
    display: block;
    width: 67.5%;
}

footer p {
    color: #fff;
}

footer p strong {
    color: #e74c3c;
}

@media only screen and (max-width: 1039px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 980px) {
    .container {
        flex-direction: column;
    }

    article,
    section {
        width: 100%;
    }

    .container section:first-of-type {
        margin: 0 0 1.875rem
    }

    .container {
        padding: 0.625rem 0;
    }

    .top {
        margin: 10px auto 20px;
    }

    .top a {
        position: static;
        transform: translate(0);
        font-size: 1.125rem;
        display: block;
    }

    footer {
        margin: 35px 0 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 549px) {
    .logo {
        justify-content: center;
    }

    .kreis li {
        padding-left: 25px
    }

    footer {
        padding: 1rem;
    }

    .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

    .bottom .ikon {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 29px;
        text-align: center;
    }

    .info {
        flex-direction: column;
        align-items: center;
    }

    .left,
    .right {
        width: auto;
    }

    .right p {
        text-align: center
    }
}