@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #264652;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 50px 100px -20px rgb(50, 50, 93, 0.25), 0 30px 60px -30px rgb(0, 0, 0, 0.3);
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #0000ff;
    text-decoration: underline;
}

p {
    margin: 0 0 16px;
}

h1 {
    font-size: 27px;
    color: #fff;
    background-color: #264652CC;
    padding: 2px;
    margin: 0 8px;
    text-align: center;
    position: absolute
}

h2 {
    font-size: 23px;
    margin: 0 0 20px;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 22px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -22px;
    font-size: 25px;
    ;
    line-height: 0.9;
}

.bg {
    background-color: #E5EDF2;
    padding: 1rem;
    margin: 0 0 16px;
}

article {
    padding: 16px 16px 0;
}

footer {
    padding: 0 16px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

a.btn_links {
    text-align: center;
    color: #fff;
    background: #264652;
    margin: 16px 0;
    padding: 13px 48px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: 0.1s ease-in-out;
}

a.btn_rechts {
    text-align: center;
    color: #264652;
    background: #fff;
    border: #264652 solid 2px;
    margin: 16px 0;
    padding: 13px 48px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: 0.1s ease-in-out;
}

@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;
    }

    article {
        padding: 16px 0;
    }

    h1 {
        position: static;
        padding: 16px;
        margin: 0;
    }

    h1 br {
        display: none
    }

    .center {
        text-align: center
    }

    footer {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 520px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 19px;
    }

    a.btn_links {
        margin: 16px 0 0;
    }
}
