@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: #000000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 59.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: 0.0625rem solid #000;
    box-shadow: rgba(100, 100, 111, 0.767) 0 .437rem 1.812rem;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link_gray {
    color: #AFAFB6;
}

p {
    margin: 0 0 1rem;
}

p span {
    white-space: nowrap;
}

.blau {
    background: #30649E;
    padding: 20px;
    margin: 0 -1.25rem;
    color: #fff;
}

h1 {
    color: #fff;
    font-size: 1.75rem;
    margin: 0 -1.25rem 1.25rem;
    line-height: 1.3;
    background: #8EA8C5;
    padding: .937rem 1.25rem;
}

h1 span {
    font-size: 1.125rem;
    font-weight: 400;
}

h2 {
    font-size: 1rem;
    margin: 0 0 0.3125rem;
    color: #30649E;
}

h3 {
    padding: 0 0 1rem;
}

h4 {
    font-size: 1.062rem;
    margin: 0 0 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
}

ul li {
    padding: 0 0 .312rem 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.flex {
    display: flex;
    flex-direction: row-reverse;
}

.logo {
    display: flex;
    flex-direction: row-reverse;
}

.background {
    background: url("../images/team.jpg") no-repeat top;
    background-size: cover;
}

.left {
    background: rgb(48, 100, 158, 0.69);
    width: 32.8%;
    padding: 1.25rem 1.25rem .562rem 1.875rem;
    color: #fff;
    font-size: .937rem;
    letter-spacing: -0.2px;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

header>.flex .left {
    background: rgba(48, 100, 158, 0.562);
}

.image_container {
    display: none;
}

.right {
    width: 67.3%;
    background: #ECEDED;
    padding: 1.25rem;
}

article {
    width: 67.3%;
    background: #ECEDED;
    padding: .625rem 1.25rem 0;
}

footer {
    background: #30649E;
    width: 32.7%;
    padding: 1.25rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 4.687rem;
}

h4+p {
    margin: 0 0 1.562rem;
}

@media only screen and (max-width: 59.312rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .5rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    article br,
    header br,
    h4 br {
        display: none;
    }

    .justify {
        text-align: left;
    }

    h1 {
        text-align: center;
        line-height: 1.2;
        font-size: 1.4375rem;
        margin: .625rem 0;
    }

    .blau {
        margin: .625rem 0;
    }

    h1 br {
        display: block
    }

    .margin {
        margin: 0 0 1.25rem;
    }

    .background {
        background: none;
    }

    .flex {
        flex-direction: column;
    }

    .logo {
        flex-direction: column;
        align-items: center;
    }

    .left {
        width: auto;
        padding: 1rem;
        line-height: 1.4;
        letter-spacing: 0;
    }

    header>.flex .left {
        display: none;
    }

    .image_container {
        display: block;
    }

    article p:last-of-type {
        margin-top: 1rem
    }

    .image {
        width: 100%;
        display: block;
    }

    .right,
    article {
        width: 100%;
        padding: 1rem;
    }

    footer {
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    footer p {
        width: 100%;
        text-align: center
    }

    h4+p,
    footer p:last-of-type {
        margin: 0 0 1rem;
    }
}