@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    color: #494948;
    background-color: #fbfbfb;
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    padding: 0;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    text-align: justify;
    margin: 0 0 0.625rem;
}

a.blau {
    color: #18A0E1;
}

strong {
    font-weight: 700;
}

h1 {
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    font-size: 33px;
    margin: 0;
    background-color: #00acec;
    padding: 20px;
}

h3 {
    font-weight: 700;
    font-size: 1.125rem;
    padding: 0.625rem 0;
    margin: 0;
    line-height: 2.2;
    color: inherit;
}

h4 {
    font-weight: normal;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0.6rem 0;
    padding: 0;
}

ul li {
    padding-left: 2.187rem
}

ul li:before {
    content: "■";
    float: left;
    margin-left: -1.562rem;
    font-size: .812rem;
    line-height: 2.3;
    color: #00acec;
}

.social_media {
    margin: 0 0 5rem;
    color: #00acec;
    display: flex;
    column-gap: 1.25rem
}

.social_media i {
    font-size: 2rem
}

.section_flex {
    display: flex;
    justify-content: space-between;
}

article {
    width: 65%;
    padding: 1.25rem;
}

footer {
    width: 35%;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    height: auto;
    line-height: 1.5;
}

.logo {
    width: 295px;
}

footer p {
    margin: 0 0 2em;
    text-align: left;
}

footer > p:first-of-type {
    margin: 20px 0 40px;
    font-size: 15px;
}

footer p span {
    color: #00acec;
}

section {
    background-color: #fff;
    position: relative;
    margin: 70px 0 0;
    padding: 35px 10px;
}

section p {
    margin: 0
}

.section_bg_blue {
    color: #fff;
    background-color: #00acec;
    margin: 290px 0 0;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    display: block;
}

.section_bg_blue p {
    text-align: center;
    margin: 0;
}

.section_bg_blue:after {
    content: "";
    position: absolute;
    top: 3px;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-top: 1.875rem solid #00acec;
    left: 16%;
    margin-left: -30px;
    margin: 90px 0 0;
}

.section_btn {
    display: flex;
    justify-content: flex-end
}

a.button {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    margin: 1em 0 0;
    background: #676767;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

a.button:hover {
    background: #ef232a;
    text-decoration: none;
}

article p:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 1159px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem;
    }

    body {
        font-size: 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
        text-align: left
    }

    ul li {
        padding-left: 1.562rem
    }

    ul li:before {
        line-height: 1.5;
    }

    h3 {
        margin: 0 0 0.3125rem;
        padding: 0;
        line-height: 1.4;
    }

    section {
        margin: 30px 0 0;
    }

    .section_bg_blue {
        margin: 100px 0 0
    }

    .section_bg_blue:after {
        top: -.625rem
    }
}

@media only screen and (max-width: 950px) {
    h1 {
        font-size: 28px;
        padding: 16px 10px;
    }

    .section_bg_blue p > br:last-of-type,
    .section_bg_blue:after {
        display: none;
    }

    .social_media {
        margin: .625rem 0 1rem
    }

    .section_flex {
        display: block;
    }

    h4,
    section > p {
        text-align: center;
    }

    .section_btn {
        justify-content: center
    }

    article {
        width: auto;
        padding: 1rem;
    }

    footer {
        width: 100%;
        align-items: center;
        padding: 1rem;
    }

    footer p {
        margin: 0 0 1.25rem;
        text-align: center;
    }

    footer > p:first-of-type {
        margin: 1.25rem 0;
    }

    section {
        width: 100%;
        margin: .5rem 0 0;
        padding: 1.625rem 1rem 0 1rem;
    }

    .section_bg_blue {
        width: 100%;
        margin: 1.25rem 0 0;
        padding: 8px 16px;
    }

    a.button {
        margin: 1.25rem 0;
    }
}

@media only screen and (max-width: 376px) {
    a.button {
        width: 100%
    }
}
