@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v21-latin-300.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot');
    src: local(''), url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3C3C3C;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    background: url("../images/hintergrund.jpg") no-repeat top center;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
    padding: 2.5rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    color: #004987;
    margin: 1.5625rem 0;
    padding: 0.625rem 0;
    border-top: 0.1875rem solid #004987;
    border-bottom: 0.1875rem solid #004987;
}

h1 span {
    font-size: 2.062rem;
    font-weight: 600;
}

h2 {
    font-weight: 300;
    color: #004987;
    font-size: 1.625rem;
    margin: 0 0 .5rem
}

h3 {
    font-size: 1.125rem;
    color: #004987;
    margin: 0 0 .5rem
}

h2 span {
    font-weight: normal;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 0.9375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.9375rem;
    font-size: 1.5em;
    line-height: .6;
}



header {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0.625rem;
}

@media only screen and (max-width: 49.937rem) {
    #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
    }

    a.wrap {
        white-space: pre-wrap;
        -ms-word-break: break-all;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header {
        justify-content: center
    }
}

@media only screen and (max-width: 48rem) {
    h3 {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.25rem;
        margin: 0.625rem 0;
    }

    h1 span {
        font-size: 1.5625rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    ul {
        margin-bottom: 0.625rem;
    }
}