@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font: 1rem/1.5 Arial, sans-serif;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid grey;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #F3732A;
}

a.link:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}

.margin {
    margin-bottom: 2.5rem
}

h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 130px 0 1.875rem;
    font-weight: 400;
    text-align: center;
    color: #fff
}

h2 {
    font-size: 1.875rem;
    font-weight: normal;
    margin: 0 0 1.25rem
}

ul {
    list-style: none;
    margin: 0 0 40px 20px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin: 0 0 .625rem
}

.green li:before {
    content: "";
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../images/gruen.jpg) no-repeat;
    background-size: contain;
    margin-left: -22px;
    top: 2px;
}

.blue li:before {
    content: "";
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    background: url(../images/blue.jpg) no-repeat;
    background-size: contain;
    margin-left: -22px;
    top: 4px;
}

.check li:before {
    content: "";
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    background: url(../images/check.jpg) no-repeat;
    background-size: contain;
    margin-left: -22px;
    top: 5px;
}

header {
    background: url(../images/m_u_m_figur.jpg) no-repeat center center;
    background-size: cover;
    padding: 1.25rem 2.812rem 85px
}

.logo {
    margin: 0 auto;
    display: block
}

a.apply {
    background: #000029;
    display: inline-block;
    padding: .937rem 2.5rem;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 11.562rem
}

header {
    padding-left: 1rem;
    padding-right: 1rem
}

article {
    padding: 2.5rem 5rem;
}

footer {
    background: #F8F8F8;
    padding: 2.5rem 5rem;
}

footer p:last-of-type {
    margin: 0
}

@media only screen and (max-width: 49.938rem) {
    #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;
    }

    h2 {
        font-size: 1.5rem;
        margin: 0 0 .625rem
    }

    article,
    footer {
        padding: 1rem
    }
}