@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot');
    src: local(''),
        url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'),
        url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'),
        url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'),
        url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''),
        url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'),
        url('../fonts/fira-sans-v16-latin-700.woff') format('woff'),
        url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'),
        url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1em/1.5em 'Fira Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 20px #808080;
    padding: 2rem 2.7rem;
}
p a.ins{
    text-decoration: underline;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.5em;
    line-height: 1.1;
}
h1+p {
    color: #e2001a;
    font-size: 1.6em;
    line-height: 1.2;
    padding-bottom: 3rem !important;
}
h1+p img {
    width: 24px;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.35rem;
    position: relative;
}
li:before {
    content: "\25A0";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -2px;
    color: #e2001a;
}
.list-icon li {
    padding: 0 0 0 1.35rem;
    background: #fff url('../images/icon-haken.svg') no-repeat 0 4px;
    background-size: 15px 15px;
}
.list-icon li:before {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.apply {
    text-align: center;
    color: #e2001a;
    margin-bottom: 1.5rem;
}
.apply a {
    display: inline-block;
    border: 2px solid #e2001a;
    padding: 0.5rem 2rem;
    font-size: 1.313em;
    line-height: 1.3;
}
.apply a:hover {
    background: #e2001a;
    color: #fff;
}
header figure {
    margin: 1.5rem -2.7rem 2.5rem;
}
article p {
    padding-bottom: 1.5rem;
}
article section {
    margin: 1rem 3rem 0;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social img {
    margin-right: 0.4rem;
}
.headerVideo {
    width: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 2rem;
    }
    h1 {
        font-size: 2em;
    }
    header {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    header figure {
        margin: 1.5rem -2rem 2rem;
    }
    article section {
        margin: 0;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.7em;
    }
    h1+p {
        padding-bottom: 1rem !important;
    }
    h2 {
        font-size: 1.4em;
    }
    ul {
        padding-bottom: 1rem;
    }
    header figure {
        margin: 1rem -1rem;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    footer p {
        text-align: center;
    }
    .social img {
        margin: 0 0.2rem;
    }
}