@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), url('../fonts/roboto-v30-latin-900.woff') format('woff'), url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #585857;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 800px;
    margin: 1rem auto;
    border: 2px solid #504F4E;
    padding: 20px 312px 10px 20px;
    background: #fff url(../images/background.jpg) top right no-repeat;
    position: relative;
    overflow: hidden;
}

header {
    padding: 0 0 30px;
}

article {
    padding: 0 0 40px;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.steinemacher {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 296px;
    height: auto;
    border-left: 2px solid #504F4E;
    padding: 104px 16px 0 24px;
}

.steinemacher p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
}

.steinemacher figure {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.link strong a {
    color: #85bc21;
}

p {
    margin: 0 0 16px;
    text-align: justify;
    hyphens: auto;
}

:is(strong, h1) {
    font-weight: 700;
}

h1 {
    font-size: 18px;
    line-height: 1.3;
    margin: 18px 0;
}

h2 {
    margin: 16px 0 -40px -30px;
    padding: 18px 18px 90px 27px;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    transform: rotate(-12deg);
    background: #85BC22;
    display: inline-block;
}

h2 a {
    color: #fff !important;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 16px;
}

ul {
    margin: 0 0 16px;
    list-style: none;
}

ul li {
    padding: 0 0 3px 38px;
}

li:before {
    content: '\2022';
    color: #000;
    float: left;
    margin-left: 0;
    font-size: 13px;
    text-indent: -15px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

.color {
    color: #0000C3 !important;
}

@media all and (max-width:798px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    header {
        display: flex;
        justify-content: center;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    p {
        text-align: left;
    }

    p span {
        white-space: nowrap;
    }

    .hiden {
        display: none;
    }
}

@media all and (max-width:720px) {
    #wrapper {
        padding: 16px;
        background: #fff;
    }

    .steinemacher {
        position: static;
        width: auto;
        border-left: none;
        padding: 0;
        margin: 10px 0 0;
    }

    .steinemacher p {
        text-align: center;
    }

    article {
        padding: 0;
    }
}

@media all and (max-width:480px) {
    ul li {
        padding-left: 15px;
    }
}