@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 1000px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #153C65;
    background-image: url('../images/bg_header.jpg'), url('../images/bg_footer.jpg');
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap;
}

.farbe {
    color: #44546A;
}

.center {
    text-align: center;
}

h1 {
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin: 0;
}

h2 {
    color: #44546A;
    font-size: 20px;
    margin: 0 0 10px;;
    line-height: 1.8;
}

h3 {
    color: #44546A;
    line-height: 1;
    font-size: 25px;
    padding: 0 0 0 1.375rem;
}

h4 {
    text-align: center;
    color: #E20A1B;
    font-family: "Times New Roman", sans-serif;
    font-size: 33px;
}

ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #FF0000
}

header {
    padding: .625rem 5rem .312rem;
}

.logo {
    margin: 0 auto .937rem;
    display: block;
}

article {
    position: relative;
}

.section {
    text-align: center;
    padding: 25px 60px 0;
}

.color {
    background: #DBE9F6;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3px;
}

.flex p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    width: 17%;
}

.box {
    display: flex;
    justify-content: space-between;
}

.left {
    width: 44%;
}

.right {
    width: 55%;
    padding: 5px 15px 5px 0;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: .625rem 0 1.25rem;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image {
    position: absolute;
    left: 6%;
    top: 22%;
}

.qr {
    position: absolute;
    bottom: -145px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

footer {
    padding: 150px 60px 50px;
    position: relative;
}

a.link {
    position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    margin: 0 auto;
    left: 50%;
    bottom: .625rem;
    transform: translate(-50%);
    font-size: 30px;
    font-weight: 700;
    font-family: "Times New Roman", sans-serif;
}

@media only screen and (max-width: 999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .image {
        top: 22%;
    }
}

@media only screen and (max-width: 899px) {
    #wrapper {
        background: #fff;
    }

    .image {
        display: none;
    }

    header {
        background: #153C65;
        padding: 16px;
    }

    .section {
        padding: 16px 16px 0;
    }

    .box {
        flex-direction: column;
    }

    .left {
        display: none;
    }

    .color {
        padding: 5px 16px;
    }

    .right {
        width: 100%;
        padding: 0 16px;
    }

    h2 {
        margin: 0 0 16px;
    }

    h3 {
        padding: 0;
    }

    h4 {
        margin: 16px 0;
    }

    ul {
        margin: 10px 0;
    }

    .flex {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .flex p {
        width: 30%
    }

    footer {
        background: #153C65;
        padding: 16px;
    }

    a.link {
        position: static;
        transform: translate(0);
    }

    .qr {
        position: static;
        transform: translate(0);
        margin: 0 auto 1rem;
        display: block;
    }

    br {
        display: none
    }
	.br{
		display: block;
	}
}

@media only screen and (max-width: 480px) {
    h3 {
        font-size: 19px;
    }

    a.link {
        font-size: 21px;
    }
}
