@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v23-latin-regular.eot');
    src: url('../fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'),
        url('../fonts/poppins-v23-latin-regular.woff') format('woff'),
        url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'),
        url('../fonts/poppins-v23-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v23-latin-600.eot');
    src: url('../fonts/poppins-v23-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins-v23-latin-600.woff2') format('woff2'),
        url('../fonts/poppins-v23-latin-600.woff') format('woff'),
        url('../fonts/poppins-v23-latin-600.ttf') format('truetype'),
        url('../fonts/poppins-v23-latin-600.svg#Poppins') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik Dirt';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-dirt-v2-latin-regular.eot');
    src: url('../fonts/rubik-dirt-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik-dirt-v2-latin-regular.woff2') format('woff2'),
        url('../fonts/rubik-dirt-v2-latin-regular.woff') format('woff'),
        url('../fonts/rubik-dirt-v2-latin-regular.ttf') format('truetype'),
        url('../fonts/rubik-dirt-v2-latin-regular.svg#RubikDirt') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 950px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    line-height: 1;
    font-size: 47px;
    font-family: 'Rubik Dirt';
    font-weight: normal;
}

hr {
    border: 0;
    border-top: 0.0625rem solid #fff;
    width: 95%;
    margin: 2px 5px 5px;
}

h2 {
    font-size: 18px;
    line-height: 1;
    padding: 5px 10px;
    margin: 10px 0;
    color: #fff;
    background: #74C043;
    display: inline-block;
    border-radius: 10px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #008FCC;
    text-align: right;
    margin: 0 0 10px;
}

h4 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px;
}

h4 a {
    font-weight: 600;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul:last-of-type {
    margin: 0
}

ul li {
    padding: 0 0 5px 45px
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    top: 5px;
    margin-left: -15px;
    border-left: 5px solid #23C2EA;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

header {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 16px;
    padding: 16px;
}

header a img {
    width: 50px;
}

article {
    background: #D8F0F6;
    padding: 16px 16px 90px 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 54%
}

.frau {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 1
}

.title {
    background: #74C043;
    color: #fff;
    padding: 10px 20px 10px 50px;
    position: absolute;
    z-index: 2;
    left: -15px;
    top: 410px;
    transform: rotate(-3deg)
}

.title p {
    font-size: 25px;
    font-family: 'Poppins', Arial, sans-serif;
    margin: 0;
}

.rechts {
    width: 50%;
    background: #fff;
    border-radius: 20px;
    padding: 16px 16px 16px 40px;
    position: relative;
    z-index: 0
}

.rechts p {
    margin-left: 16px
}

.info {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    width: 48%;
    padding: 80px 16px 5px;
}

.bilder {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px
}

.qr {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 120px;
    transform: rotate(-15deg)
}

.bwb {
    transform: rotate(30deg);
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 75px
}

.klein_logo {
    position: absolute;
    z-index: 3;
    left: 110px;
    bottom: 10px
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer p {
    text-align: center;
    width: 52%;
    padding: 16px;
    margin: 0;
}

@media only screen and (max-width: 949px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    article {
        flex-direction: column;
        padding: 16px 16px 0;
    }

    .rechts {
        width: 100%;
        padding: 16px
    }

    .rechts p {
        margin-left: 0
    }

    .links {
        position: static;
        width: 100%
    }

    .title {
        position: static;
        transform: rotate(0deg);
        padding: 16px;
        width: 100%;
        text-align: center;
        margin: 0 0 16px;
    }

    hr,
    .info,
    footer p {
        width: 100%
    }

    .frau {
        position: static;
        display: block;
        margin: 0 auto;
    }

    footer {
        position: static;
        flex-direction: column-reverse;
        background: #D8F0F6;
    }

    .info {
        padding: 16px;
    }

    .bilder {
        gap: 20px;
        align-items: center;
        padding: 0;
    }

    .qr,
    .bwb,
    .klein_logo {
        position: static;
    }

    .qr {
        transform: rotate(0deg)
    }

    .bwb {
        transform: rotate(16deg);
        width: auto;
    }
}

@media only screen and (max-width: 550px) {
    header {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 30px;
    }

    .title p {
        font-size: 20px;
    }

    h3 {
        text-align: center;
        width: 100%
    }

    h4 {
        font-size: 22px;
    }

    ul li {
        padding: 0 0 5px 20px
    }
}
