@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    background-color: #F5F5F5;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    text-align: left;
    font-size: 1.7rem;
    line-height: 120%;
}

h2 {
    font-size: 1.2rem;
    line-height: 120%;
    color: #E50A0D;
}

strong {
    font-size: 1.5em;
    line-height: 120%;
    color: #E50A0D;
}

p {
    margin: 0 0 .8rem;
}

p span {
    font-weight:bold;
    color: #E50A0D;
}

section {
    width: 100%;
    background: #fff;
    padding: 1.188rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

#wrapper {
    position: relative;
    max-width: 54.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
}

header section {
    display: flex;
    flex-wrap: wrap;
    padding: 1.188rem;
}

header section aside:nth-child(1) {
    width: 17%;
}

header section aside:nth-child(2) {
    width: 83%;
}

header section aside:nth-child(1) img {
    margin-bottom: 1rem;
}

.scheme_detail_data {
    width: 100%;
    display: table;
}

.scheme-additional-data {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.scheme-additional-data {
    margin-bottom: 0;
    min-width: 100%;
}

ul.scheme-additional-data li {
    list-style: none;
    margin: 0 0 10px 0;
    line-height: 170%;
}

ul.scheme-additional-data li span {
    width: 30px;
    display: inline-block;
}

ul.scheme-additional-data li img {
    margin-right: 12px;
}

.headerbild {
    display: block;
}

article ul {
    margin: .5rem 0 .8rem 1.8rem;
}

footer a.apply {
    background: #E50A0D;
    color: #fff;
    text-align: center;
    padding: .5rem 1rem;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    width: 220px;
    font-weight: bold;
    font-size: 1rem;
}

@media only screen and (max-width: 54.313rem) {

    #wrapper {
        border: none;
        margin: 0 .5rem;
    }
}

@media only screen and (max-width: 45rem) {

    header section aside:nth-child(1) {
        width: 25%;
    }

    header section aside:nth-child(2) {
        width: 75%;
    }
}

@media only screen and (max-width: 31.25rem) {

    header section aside:nth-child(1),
    header section aside:nth-child(2) {
        width: 100%;
    }
}