@charset "utf-8";
@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: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: local(''),
        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');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.5em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #171717;
    background: #171717 url('../images/bg.jpg') no-repeat top 8rem right;
    overflow: hidden;
    padding: 2rem;
}
:is(h1, h2, strong) {
    font-weight: 900;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1, h2 {
    text-transform: uppercase;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.1em;
    line-height: 1.1;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    background: #FFB900;
    color: #171717;
    padding: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
    color: #D2D5DA;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.list li {
    color: #fff;
    padding: 0.5rem 0 0.5rem 2rem;
    background: url('../images/icon_bg.jpg') no-repeat 0 2px;
}
.list li:before {
    display: none;
}
.big {
    font-size: 1.25em;
    line-height: 1.3;
}
.info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}
.info p {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.bg {
    background: #28282D;
    padding: 2rem;
    margin-bottom: 1rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.left, .right {
    width: 48.5%;
}
.right img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apply a {
    display: inline-block;
    padding: 0.75rem 1rem;
    background: #FFB900;
    color: #171717;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.125em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.apply a:hover {
    background: #FA8C00;
}
.apply a img {
    margin-left: 0.5rem;
}
.box p {
    background: #fff;
    color: #1E1717;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 0.5rem;
}
.box p:last-of-type {
    background: #28282D;
    color: #AEAA9E;
    padding: 0.5rem 0 0;
    margin: 0;
}
.gray {
    color: #D2D5DA;
}
.box1 {
    margin: 0 0 1rem 1rem;
    border-left: 1px solid #fff;
    padding: 0.5rem 0 0.5rem 1.5rem;
}
.pb {
    padding-bottom: 2rem;
}
.width1, .width2, .width3 {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    color: #171717;
}
:is(.width1, .width2, .width3)>span {
    padding: 1rem;
    hyphens: none;
}
.width1>span:first-of-type {
    background: #FFB900;
    width: 35%;
}
.width1>span:nth-of-type(2) {
    background: #AEAA9E;
    width: 38%;
}
.width1>span:nth-of-type(3) {
    background: #FEFEFE;
    width: 27%;
}
.width2>span:first-of-type {
    background: #FFB900;
    width: 52%;
}
.width2>span:nth-of-type(2) {
    background: #AEAA9E;
    width: 25%;
}
.width2>span:nth-of-type(3) {
    background: #FEFEFE;
    width: 23%;
}
.width3>span:first-of-type {
    background: #FFB900;
    width: 66%;
}
.width3>span:nth-of-type(2) {
    background: #AEAA9E;
    width: 15%;
}
.width3>span:nth-of-type(3) {
    background: #FEFEFE;
    width: 19%;
}
.orange {
    background: #FFB900;
    color: #171717;
    padding: 1rem;
}
.notiz {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 3rem;
    margin-bottom: 2rem;
}
.notizsize {
    font-size: 2em;
}
.color1 {
    color: #FFB900;
}
.color2 {
    color: #AEAA9E;
}
.color3 {
    color: #FEFEFE;
}
.button a {
    display: inline-block;
    padding: 1rem;
    margin-bottom: 3rem;
    border: 2px solid #FFB900;
    color: #FFB900;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.25em;
}
.button a:hover {
    border-color: #FA8C00;
    color: #FA8C00;
}
.parameter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 0;
}
.parameter p {
    border-left: 2px solid #fff;
    padding: 0.25rem 0 0.25rem 1rem;
    text-transform: uppercase;
    font-weight: 900;
    width: 25%;
}
.hl {
    display: block;
    color: #FFB900;
    font-size: 1.5em;
}
header {
    padding: 0 0 2rem;
}
article {
    padding: 0;
}
footer {
    padding: 2rem 0 0;
    display: flex;
    justify-content: center;
}
figure {
    margin: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .parameter p {
        width: 50%;
    }
}
@media only screen and (max-width:768px) {
    #wrapper {
        padding: 1rem;
        background-image: none;
    }
    header {
        display: flex;
        justify-content: center;
    }
    h1 br {
        display: none;
    }
    h1 {
        font-size: 2.2em;
    }
    .bg {
        padding: 1rem;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    .box1 {
        margin-left: 0;
        padding-left: 0.5rem;
    }
    :is(.width1, .width2, .width3) span {
        padding: 0.5rem;
    }
}
@media only screen and (max-width:550px) {
    .hide {
        display: none;
    }
    h1 {
        font-size: 1.8em;
    }
}