@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #6D6F71;
    font: 400 1.125em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 1px #A7A9AC;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h2 {
    margin-bottom: 0.75rem;
    font-size: 1em;
    line-height: 1.3em;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
h1 {
    font-weight: 400;
    padding-left: 2rem;
    background: url('../images/pfeil.jpg') top left no-repeat;
}
h1 span {
    font-weight: 700;
}
article {
    padding: 0.5rem 1.5rem 0;
}
article>p:first-of-type {
    text-align: center;
    padding-bottom: 1.25rem;
}
.color {
    color: #AF2A42;
}
article .icon {
    display: flex;
    justify-content: flex-end;
    margin-right: 4.5rem;
}
article .ml {
    padding-left: 8rem;
}
article .ml :is(p,h1) {
    font-size: 0.9em;
    line-height: 1.3em;
}
.qrc {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8.5rem;
    right: 4.6rem;
}
footer p, p.box {
    text-align: center;
}
.box {
    padding: 0.5rem 1.5rem;
    margin: 0 -1.5rem;
    background: #AF2A42 url('../images/bg.jpg') top 1rem left 3rem no-repeat;
    color: #fff;
    font-size: 0.9em;
}
footer p {
    padding: 1rem;
    font-size: 0.6em;
    line-height: 1.3;
}
footer figure {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 0;
}
@media only screen and (max-width:599px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    article br {
        display: none;
    }
    article .box br {
        display: block;
    }
    .box {
        background-image: none;
    }
    .qrc {
        position: static;
    }
    article .ml {
        padding-left: 4rem;
    }
    footer p {
        font-size: 0.875em;
        line-height: 1.3em;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width:480px) {
    article .ml {
        padding-left: 0;
    }
}