@charset "utf-8";

@font-face {
  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-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'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-latin-800.eot');
  src: url('../fonts/open-sans-v40-latin-800.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'), 
       url('../fonts/open-sans-v40-latin-800.woff') format('woff'),
       url('../fonts/open-sans-v40-latin-800.ttf') format('truetype'),
       url('../fonts/open-sans-v40-latin-800.svg#OpenSans') format('svg'); 
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.938em;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 900px;
    border: solid .062rem #000;
}

p {
    padding-bottom: 0.75rem;
}

span {
    white-space: nowrap;
}

h1 {
    margin: 0 0 1rem;
    font-size: 1.7rem;
    line-height: 1.1em;
    width: 110%;
}

h1 small {
    font-size: 0.7em;
}

h1 + p {
    padding-bottom: 1.35rem;
}

h1 span {
    font-weight: 900;
    font-size: 1.9rem;
    white-space: normal;
}

h2 {
    font-size: 1.188em;
    line-height: 1.2;
    margin: 1rem 0 1.35rem;
    padding: 0.35rem 0.35rem 0.35rem 2rem;
    background: #F26221;
    color: #fff;
    display: inline-block;
}

h3 {
    font-size: 1.313em;
    line-height: 1.2;
    margin: 0 0 0.35rem 0;
    text-decoration: underline;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    color: #0166B3;
}

h5 {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 0.8rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.8rem;
    font-size: 1.375rem;
    line-height: 0.8;
}

main {
    display: block;
    background: url('../images/bg.jpg') no-repeat bottom;
    background-size: cover;
    padding: 1rem 0 8rem 0;
    height: 1120px;
}

header {
    padding: 2.5rem 0 0 2rem;
    position: relative;
    background-color: #0065B3;
}

img:nth-child(2) {
    border-bottom-left-radius: 1.875rem;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, -1% 100%);
}

.padding {
    padding: 0 5.625rem 0 3rem;
    color: #fff;
}

.blau {
    margin: 0;
    padding: 25px 5.625rem 10px 2rem;
    color: #005CAA;
    width: 90%;
}

footer {
    padding: 3rem 5.625rem 50px 2rem;
    margin-top: 2.5rem;
    position: relative;
}

.responsive {
    display: none;
}

.absolute {
    position: absolute;
    bottom: 5px;
    left: 240px;
    z-index: 10;
}

footer p {
    padding-bottom: 0.5rem;
}



@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        hyphens: auto;
    }

    p {
        text-align: left;
    }

    h1 br,
    article p br {
        display: none;
    }

    main {
        padding: 0;
        height: auto;
        background: #0166B3;
    }

    h1 {
        width: 100%;
    }

    h2 {
        margin: .625rem 0;
        padding: 0.35rem 1rem;
    }

    h3,
    h4 {
        font-size: 1.1rem;
    }

    header {
        padding: 0 0 1rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1rem
    }

    img:nth-child(2) {
        border-bottom-left-radius: 0;
        position: relative;
        clip-path: polygon(0% 0%, 102% 0%, 143% 100%, -3% 100%);

    }

    .padding {
        padding: 1rem;
        background: #0166B3;
    }

    footer {
        padding: 1rem;
        margin-top: 1rem;
        background-color: #fff;
    }

    .blau {
        display: none;
        margin: 0;
    }

    .responsive {
        display: block;
        color: #005CAA;
        text-align: center;
        margin: 0 0 1rem;
    }

    .absolute {
        position: static;

    }

    footer p,
    footer h4 {
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.45rem;
        text-align: center;
    }

    h2 {
        text-align: center;
        width: 100%
    }
}