@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500.eot');
    src: url('../fonts/roboto-condensed-v27-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-500.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-500.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-500.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: url(../images/hintergrund.jpg) no-repeat left;
    background-size: 40% 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0 .812rem 1.687rem -.312rem, rgba(0, 0, 0, 0.3) 0 .5rem 1rem -.5rem;
}

.title {
    position: absolute;
    top: 20%;
    width: 40%;
}

h1 {
    font-size: 2.312rem;
    line-height: 1.1;
    color: #fff;
    padding: 0 2rem;
    font-weight: 700;
}

h1 .small {
    font-size: 1.687rem;
}

h1 + p {
    font-size: 1.687rem;
    line-height: 1.2;
    color: #fff;
    padding: 0 2rem;
    margin: 0;
}

h2 {
    font-size: 1.562rem;
    margin: 0 0 .187rem;
    padding: .625rem 0 0;
    border-top: solid .125rem #fff;
    font-weight: 500;
}

h3 {
    font-size: 1.25rem;
    color: #EC008D;
    margin: 0 0 .375rem;
    font-weight: 700;
}

h4 {
    font-size: 2.125rem;
    font-weight: 500;
    color: #fff;
    padding: 0 2rem;
    line-height: 1.1;
}

h5 {
    font-size: 1.3rem;
    color: #fff;
    margin: 16px 0 6px;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

.margin {
    margin: 1.25rem 0;
    line-height: 1.25
}

.no_margin {
    margin: 0;
}

strong {
    font-weight: 500;
}

.list {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem;
}

ol {
    margin-left: 30px;
}

ul li {
    padding-left: 1.125rem;
}

ol li {
    padding-left: 0;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .75rem;
    height: .75rem;
    background: url(../images/rot_pfeil.jpg) no-repeat;
    background-size: contain;
    margin-left: -1.125rem;
    top: 0.2188rem;
}

.list li:before {
    content: "";
    float: left;
    position: relative;
    width: .75rem;
    height: .75rem;
    background: url(../images/pfeil.png) no-repeat;
    background-size: contain;
    margin-left: -1.125rem;
    top: .187rem;
}

ol li:before {
    content: "";
    background: none;
    margin-left: -10px;
}

ol li span {
    margin-left: 30px;
}

.none {
    margin: 0 2.187rem;
}

.none span {
    margin: 0 0 0 2.5rem;
}

.none li {
    padding: 0;
}

.none li:before {
    content: none;
}

header img {
    margin: 0 auto;
    display: block;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex .left,
.flex .right {
    padding: 2rem 2rem 1.25rem;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left {
    width: 40%;
    padding: 14.687rem 2rem 0;
    color: #fff;
}

hr {
    border: 0;
    border-bottom: 0.125rem solid #fff;
}

.right {
    width: 60%;
    padding: .375rem 2rem 1rem;
}

.strong_text {
    font-size: 1.125rem;
    margin: 0 0 3rem;
}

.nomargin {
    margin: 0 0 6px;
}

.bigger_marg{
    margin-bottom: 120px
}

.left_bottom {
    position: absolute;
    color: #fff;
    width: 40%;
    bottom: 33%;
    padding: 0 2rem;
    left: 0;
}

.left_bottom h2 {
    border: none;
    margin: 0 0 .812rem;
    line-height: 1.2;
    padding: 0
}

.left_bottom p {
    font-size: 1.25rem;
    line-height: 1.2;
}

.weight {
    font-weight: 700;
}

.qr {
    position: absolute;
    bottom: 22%;
    left: 2rem;
}

.qr_responsive {
    display: none;
}

.logo {
    position: absolute;
    left: 0;
    bottom: 3%;
}

footer p {
    color: #fff;
    padding: 0 2rem;
    position: absolute;
    bottom: 14%;
    font-size: 1.125rem;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1.25rem;
    }

    h1 {
        font-size: 1.875rem;
    }

    h1 + p {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.562rem;
    }

    .none {
        display: none;
    }

    .left {
        padding: 11.875rem 2rem 0;
    }

    .left_bottom {
        bottom: 28%
    }

    .flex .left,
    .flex .right {
        padding: 2rem 2rem 1rem;
    }

    .qr {
        bottom: 20%;
    }

    article br {
        display: none;
    }
    .bigger_marg{
    margin-bottom: 20px
}
    .list li:before {
		background: url(../images/rot_pfeil.jpg) no-repeat;
		background-size: contain;
 
	}
}

@media only screen and (max-width: 53.75rem) {
    #wrapper {
        background: none;
        padding: 1rem;
    }

    h1,
    h4 {
        line-height: 1.5;
    }

    .justify {
        text-align: left;
    }

    body,
    .left,
    .left,
    .left_bottom,
    h5 {
        color: #000;
    }

    .title,
    .left,
    .right,
    .left_bottom {
        width: 100%;
    }

    .left_bottom p {
        font-size: 1.062rem;
    }

    .title {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .margin {
        margin: 0.625rem 0 1rem;
    }

    .strong_text {
        margin: 0 0 1.25rem;
    }

    h2 {
        border-top: none;
    }

    h2,
    ul,
    .flex .left,
    .flex .right,
    .left,
    .right,
    .left_bottom,
    footer p {
        padding: 0;
    }

    ul {
        margin: 0 0 0.625rem;
        border-bottom: none;
    }

    header,
    footer {
        background: #CD1433;
        color: #fff;
        padding: 1rem;
    }

    .flex,
    header img,
    .qr,
    h4 br,
    h1 br {
        display: none;
    }

    article {
        display: block;
        padding: 1rem;
    }

    .title,
    .left_bottom,
    .logo,
    footer p {
        position: static;
    }

    .qr_responsive {
        display: block;
        padding: 0 0 1rem;
    }

    .nobr,
    .left_bottom br {
        display: none;
    }

    footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 37.437rem) {
    h1 {
        line-height: 1.2;
        padding: 1rem 0;
    }

    h1 + p {
        padding: 0;
    }

    .left_bottom h2 {
        font-size: 1.25rem;
        margin: 0 0 .625rem;
    }

    h4 {
        font-size: 1.437rem;
        width: 100%;
        padding: 0
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    footer p {
        text-align: center;
        margin: .625rem 0 1.25rem;
    }

    .none span {
        margin: 0 .625rem;
    }

    hr {
        margin: 0;
        display: none;
    }
}