@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.eot');
    src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #003865;
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: url("../images/kreis.png") no-repeat top left, url("../images/herz.png") no-repeat bottom right, #fff;
    border: 0.0625rem solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.blue {
    color: #008FC3;
}

.nowrap {
    white-space: nowrap;
}

ul {
    margin: 0 0 1.875rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 1.875rem;
}

ul li::before {
    content: "";
    background-color: #003865;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -1.25rem;
}

ul.black {
    color: #000;
}

ul.black li::before {
    background-color: #000;
}

h1 {
    font-size: 2.25rem;
    color: #008FC3;
    margin: 0.5rem 0;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

h2 {
    color: #008FC3;
    font-size: 1rem;
    margin: 0 0 1.25rem;
}

header {
    padding: 3.75rem 5rem 1rem;
}

.details {
    display: flex;
    justify-content: space-between;
    gap: 3.75rem;
    border-top: 0.0625rem solid #008FC3;
    border-bottom: 0.0625rem solid #008FC3;
    margin: 0 0 1.25rem;
    padding: 1.25rem 0;
}

.detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    width: fit-content;
}

.icon {
    width: 2.75rem;
    display: flex;
    justify-content: center;
}

.detail p {
    color: #008FC3;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0;
}

article {
    padding: 0 5rem;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%;
}

footer {
    padding: 0 5rem 3.75rem;
}

footer h2 {
    margin: 0;
}

@media only screen and (max-width: 56.1875rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background-size: 100%, 50%;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        font-size: 1.75rem;
        hyphens: auto;
    }

    header {
        padding: 1rem;
    }

    article {
        padding: 0 1rem;
    }

    footer {
        padding: 0 1rem 1rem;
    }
}

@media only screen and (max-width: 45.625rem) {
    #wrapper {
        background-size: 100%, 40vw;
    }

    ul li {
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    .br_out > br:first-of-type {
        display: none;
    }

    h2 {
        margin: 0 0 0.3125rem;
    }

    header > p {
        font-size: 1.25em;
    }

    .details {
        flex-direction: column;
        gap: 1.25rem;
        padding: 1rem 0;
    }

    .flex {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    footer {
        width: calc(100% - 41vw);
    }

    footer p br {
        display: none;
    }
}

@media only screen and (max-width: 31.25rem) {
    #wrapper {
        background: url("../images/kreis.png") no-repeat top left, #fff;
    }

    h1 {
        font-size: 1.5rem;
    }

    .detail {
        width: 100%;
    }

    .icon {
        width: 2.75rem;
    }

    .detail p {
        width: calc(100% - 3.375rem);
    }

    footer {
        width: 100%;
    }

    .logo {
        margin: 1.875rem 0 0;
    }

    :is(a:link, a:visited, a:hover, a:active) {
        white-space: normal;
    }
}