@charset "utf-8";

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-500.woff') format('woff');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans';
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
    padding: 4.375rem
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    font-size: 1.437rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
}

h2 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

ul:first-of-type,
ul:nth-of-type(2) {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul:last-of-type {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul li {
    padding-left: 2.875rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 0.95em;
    line-height: 1.5;
}

ul ul {
    margin: 0 0 0
}

ul ul li {
    padding-left: 2.5rem
}

ul ul li:before {
    font-size: 1.35em;
    line-height: 1;
}

header {
    text-align: right;
}

.bewerbung {
    color: #0563C1;
    text-decoration: underline;
}

.mail {
    color: #333D99;
    text-decoration: underline;
}

footer {
    font-weight: 500;
    color: #333333
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    h1 {
        font-size: 1.437rem;
        margin-bottom: 0;
    }

    h2 {
        font-size: 1.062rem;
        margin-bottom: 0;
    }

    ul:first-of-type,
    ul:nth-of-type(2) {
        list-style: none;
        margin: 0 0 0;
        padding: 0;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}