@font-face {
    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-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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font: 400 0.9375em/1.3 'Roboto', Arial, sans-serif;
    color: #242021;
}

#wrapper {
    max-width: 930px;
    margin: 1rem auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #999;
}

strong {
    font-weight: 700;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: 30px;
    left: 50px;
}

article {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

article section {
    padding: 16px;
    flex: 1;
}

.grun {
    width: 279px;
}

.keyfacts {
    background: #008136;
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 10px 0 10px 10px;
}

.keyfacts h2 {
    color: #fff;
    margin-top: 0;
}

.keyfacts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.keyfacts-label {
    font-weight: 700;
    width: 50%;
    text-transform: uppercase;
    font-size: 13px;
}

.keyfacts-value {
    width: 50%;
}

.content-inner {
    border-left: 2px solid #333333;
    padding: 1.5rem 16px 0.25rem 1.25rem;
    height: 100%;
}

.content-inner h2:nth-of-type(1) {
    margin-top: 0;
}

.content-inner p {
    margin-bottom: 40px !important;
}

footer {
    padding: 25px 16px;
    background: #333333;
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 28px;
    margin: 16px 0;
    line-height: 1.2;
    font-weight: 700;
    color: #008136;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin: 20px 0 10px;
    line-height: 28px;
    font-weight: 700;
    color: #008136;
}

img {
    max-width: 100%;
}

p:not(:last-child) {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #008136;
    text-decoration: none;
    white-space: nowrap;
}

a[href^="tel:"] {
    color: #242021;
}

ul {
    margin: 0 0 20px 10px;
    list-style: none;
}

ul li {
    padding-left: 17px;
    margin-bottom: 6px;
}

li:before {
    text-indent: -17px;
    content: "\2022";
    color: #008136;
    float: left;
    margin: 0;
    font-size: 25px;
    line-height: 17px;
    position: relative;
    top: 1px;
}

.ul li:before {
    color: #242021;
}

@media screen and (max-width:928px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }
}

@media screen and (max-width:748px) {
    article {
        flex-direction: column;
    }

    article :is(section, .grun) {
        width: auto;
    }

    .logo {
        top: 16px;
        left: 16px;
    }
}

@media screen and (max-width:380px) {
    ul{
        margin-left: 0;
    }
}