@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    src: url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/poppins-v20-latin-800.eot');
    src: url('../fonts/poppins-v20-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), url('../fonts/poppins-v20-latin-800.woff') format('woff'), url('../fonts/poppins-v20-latin-800.ttf') format('truetype'), url('../fonts/poppins-v20-latin-800.svg#Poppins') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
    text-align: justify;
    hyphens: auto;
}

h1 {
    text-align: center;
    font-size: 1.562rem;
    margin: 1.875rem 0
}

h2 {
    font-size: 1em;
    color: #0E8A6D;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 2.187rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1.187rem;
    line-height: 1;
}

header {
    padding: 3.125rem 3.75rem 1.25rem;
    display: flex;
    justify-content: flex-end;
}

article {
    padding: 0 3.75rem;
}

footer {
    padding: 0 3.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.875rem;
}

footer p {
    color: #818284;
    text-align: right;
    width: 50.7%;
    font-size: .812rem;
    line-height: 1.1
}

a.grau {
    color: #404041;
}

footer > a {
    font-size: 1.25rem;
}

@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;
        text-align: left;
    }

    header,
    footer {
        padding: 1rem
    }

    article {
        padding: .625rem 1rem 0
    }

    article > p:last-of-type br:last-of-type {
        display: none
    }

    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    footer p {
        text-align: center;
        width: 100%;
        font-size: .875rem
    }
}

@media only screen and (max-width: 30rem) {
    ul li {
        padding-left: 1.562rem
    }
}
