@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #384246;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    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 0 .625rem rgba(0, 0, 0, 0.6)
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap;
}

:is(a:hover, footer .section:last-of-type a:hover) {
    color: #1b93b9;
}

a.tel {
    text-decoration: none;
}

a.tel:hover {
    color: #fff;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

h1 {
    position: relative;
    color: #a44f21;
    font-size: 1.625rem;
    line-height: 1.1;
    margin: .625rem 0 3.75rem;
}

h1:after {
    position: absolute;
    content: "";
    width: 10%;
    height: .312rem;
    background-color: #a44f21;
    left: 0;
    bottom: -1.25rem;
}

h2 {
    color: #1b93b9;
    font-weight: 400;
    margin: 1.25rem 0
}

header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 1.25rem;
}

header p {
    margin: 0;
    color: #918574;
}

.logo {
    margin: 2.5rem 1.25rem;
    width: 50%;
}

.braun {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #604C4F;
    padding: 1.25rem;
}

.braun p {
    width: 49%;
    color: #fff;
}

.title {
    margin: 1.25rem;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1.25rem 0;
}

.left,
.braun_bottom {
    width: 58%;
    padding: 1.25rem;
}

.left ul:first-of-type {
    margin: 0 0 3.125rem;
}

.right {
    width: 42%;
    background: #63BEDB;
    padding: 1.25rem;
    color: #fff;
}

.right h2 {
    color: #fff;
}

footer {
    background: #604C4F;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3.125rem 1.25rem;
}

:is(footer p, footer .section:last-of-type a) {
    color: #fff;
}

footer .section:first-of-type {
    width: 57%;
}

footer .section:last-of-type {
    width: 41%;
}

footer img {
    margin: 0 0 2.5rem;
}

footer .section:last-of-type a {
    display: block
}

@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
    }

    h1 {
        font-size: 1.312rem;
        margin: 0 0 2.5rem;
        line-height: 1.4
    }

    h2 {
        font-size: 1.125rem;
        margin: 0 0 1rem
    }

    .left ul:first-of-type {
        margin: 0 0 1rem
    }

    .title {
        margin: 1rem;
    }

    header {
        flex-direction: column;
        align-items: center;
        margin: 1rem
    }

    .logo {
        margin: 0 0 1.25rem 0;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .braun {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem 1rem;
    }

    .braun p {
        width: 100%;
        margin: 1rem 0 0
    }

    .flex {
        display: block;
        margin: 1rem 0 0;
    }

    :is(.left, .right) {
        width: 100%;
        padding: 1rem;
    }

    footer {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    footer .section:first-of-type {
        width: 100%;
    }

    footer .section:last-of-type {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    footer img {
        margin: 0 0 1.25rem;
    }

    :is(br, footer .section:first-of-type p:last-of-type br) {
        display: none;
    }
}