@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* Standard */
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font-family: "Open Sans", serif;
    font-size: 0.875em;
    line-height: 1.3em;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 880px;
    border: solid 1px #000;
    background: #fff;
    padding: 0;
}
p {
    padding-bottom: 1.35rem;
}
h1 {
    font-size: 3.5em;
    line-height: 1;
    color: #b61f29;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2rem;
}
h1 span {
    font-size: 1rem;
    color: #939598;
    display: block;
    text-transform: none;
    margin: 0.5rem 0 1rem;
}
h1 small {
    display: block;
    font-size: 1.315rem;
    text-transform: none;
}
h1, h3 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
h1 + p {
    text-align: center;
}
h2 {
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 0.35rem;
}
h3 {
    font-size: 2.25em;
    line-height: 1.2;
    margin: 0 0 1.35rem 0;
    color: #b61f29;
}
h4 {
    font-size: 2.25em;
    line-height: 1;
    padding: 1.5rem 3rem;
    margin: 0 0 0.5rem -0.5rem;
    background: #b61f29;
    color: #fff;
    box-shadow: 0.35rem 0.35rem 1rem #000;
    transform: rotate(-4deg);
    position: relative;
    z-index: 1;
    margin-top: -10rem;
    width: fit-content;
}
a {
    color: #2B2829;
    text-decoration: none;
}
ul {
    padding: 0 0 1.35rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
    margin-bottom: 0.3rem;
}
ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.2em;
    position: relative;
    float: left;
    top: -1px;
    margin-left: -0.625rem;
    color: #b61f29;
}
ul:last-of-type {
    padding-bottom: 0.7rem;
}
.logo {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}
header aside {
    color: #fff;
    padding: 1rem 1.5rem 0 2.5rem;
    background: #b61f29;
    font-size: 1.2em;
    line-height: 1.3;
    box-shadow: 0.5rem 0.5rem 1rem #444;
    position: relative;
    display: inline-block;
}
article {
    padding: 0.5rem 2.5rem;
    position: relative;
}
hr {
    border: 1px solid #A3A2A2;
    margin: 0 0 1rem;
}
article section {
    display: flex;
    justify-content: space-between;
}
article section aside {
    width: 50%;
}
footer {
    padding: 0 0 2rem;
    position: relative;
    color: #2B2829;
}
.circle {
    background: #B72837;
    padding: 3rem 1rem;
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 28.75rem;
    text-transform: uppercase;
    font-weight: 700;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 1.45em;
    text-align: center;
    transform: rotate(7deg);
    line-height: 1.4;
    border: 2px solid #fff;
}
footer p {
    padding: 1.25rem 1.5rem;
    background: #E6E7E9;
    font-size: 0.825em;
    line-height: 1.5;
}
footer {
    position: relative;
}
footer img {
    position: absolute;
    right: 1rem;
    top: 0;
}
/* Ende Footer */
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.pdb {
    padding-bottom: 0.5rem;
}
.qrc {
    display: flex;
    top: 17.5rem;
    right: 2.5rem;
    position: absolute;
    text-align: right;
    color: #fff;
    gap: .5rem;
    align-items: flex-end;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/* Ende Standard */
/* Responsive */
@media only screen and (max-width:879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    p {
        text-align: left;
    }
    p :is(span,a) {
        display: inline-block;
    }
    h1 {
        font-size: 2.3em;
    }
    h1 small {
        font-size: 0.6em;
    }
    h4 {
        font-size: 2em;
        padding: 1rem;
        margin: 0 0 1rem;
        transform: none;
    }
    .logo {
        top: 1rem;
        right: 1rem;
    }
    .qrc {
        position: static;
        color: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    .qrc strong img {
        display: none;
    }
    header aside {
        width: 100%;
        padding: 1rem 1rem 0;
    }
    article {
        padding: 0 1rem 1rem;
    }
    article section {
        display: block;
    }
    article section aside {
        width: auto;
    }
    .circle {
        position: static;
        margin: 0 1rem;
    }
    br {
        display: none;
    }
    footer p {
        padding: 1rem;
    }
    footer img {
        position: static;
        padding-top: 1rem;
    }
}
@media only screen and (max-width:480px) {
    li{
        padding-left: 0.7rem;
    }
}
/* Ende Responsive */