@charset "utf-8";

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: "Arial", sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    background-color: #E8E8E8;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 46.875rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}
:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #337ab7;
    text-decoration: none;
}

a.blau:hover {
    color: #23527c;
    text-decoration: underline;
}

p {
    margin: 0 0 .625rem;
    text-align: justify;
}

h1 {
    margin: 25px 0 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 1.25rem 0 .625rem;
}

h3 {
    font-size: .875rem;
    font-weight: 500;
    margin: 0 0 .625rem;
}

address h3 {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 26px;
    margin: 0 0 10px
}

ul li {
    position: relative;
}

ul li:before {
    content: '■';
    font-size: 17px;
    position: absolute;
    color: #F18C00;
    left: -25px;
    top: -3px;
}

ul ul {
    margin: 10px 0 0
}

header {
    background: #0089C1;
    display: flex;
    justify-content: end;
    padding: 0 1.25rem .312rem;
}

article {
    padding: 1.25rem 1.875rem;
}

article>p:last-of-type {
    margin: .625rem 0 0;
}

.main {
    display: flex;
    justify-content: space-between;
}

section {
    width: 65%;
    margin: 0;
    padding-right: .937rem;
    border-right: .125rem solid #F18C00;
}

aside {
    width: 33%;
    padding: .625rem 0 .625rem 0;
    text-transform: uppercase;
    text-align: left;
}

aside p {
    font-size: .687rem;
    text-align: left;
}

address {
    font-style: normal;
}

address img {
    display: block;
}

.top {
    margin: 0 0 4.687rem;
}

iframe {
    width: 41.25rem;
    height: 18.75rem;
}

a.apply {
    background-color: #0089C1;
    border-color: #0089C1;
    color: #fff;
    border-radius: .25rem;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.42857143;
    border-radius: .25rem;
    user-select: none;
}

a.apply:hover {
    border: 1px solid #0089C1;
    background-color: #FFF;
    border-color: #0089C1;
    color: #0089C1;
}

footer {
    padding: 0 30px .937rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 46.812rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }

    h1 {
        font-size: 1.5rem;
    }

    iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 45.5rem) {
    .main {
        display: block
    }

    section {
        width: 100%;
        margin: 0 0 .625rem;
        padding-right: 0;
        border-right: none;
    }

    aside {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    aside p {
        text-align: center
    }

    aside img {
        text-align: center;
        margin: 10px auto
    }

    .top {
        margin: 0 0 1.875rem;
    }

    header {
        justify-content: center;
    }

    article {
        padding: 1rem;
    }

    footer {
        text-align: center;
    }
}