@font-face {
    font-family: 'Avenir LT Pro';
    src: url('AvenirLTPro-Black.woff2') format('woff2'), url('AvenirLTPro-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('AvenirLTPro-Roman.woff2') format('woff2'), url('AvenirLTPro-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('AvenirNextCondensed-HeavyItalic.woff2') format('woff2'), url('AvenirNextCondensed-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Avenir LT Pro', Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
}

#wrapper {
    max-width: 786px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

header {
    position: relative;
}

header>a {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 30%;
    height: 40%;
    z-index: 1;
}

article {
    padding: 20px 10px 30px 330px;
    background: #9EBF57;
}

.qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
}

strong {
    font-weight: 700;
}

.title {
    background: #455C96;
    padding: 16px 16px 50px;
    position: absolute;
    width: 260px;
    bottom: -20px;
    left: 50px;
    transform: rotate(-5deg);
}

.title p {
    font-size: 16px;
}

.title p img {
    position: relative;
    top: -1px;
}

h1 span {
    display: block;
    font-size: 18px;
}

h1 {
    margin-bottom: 17px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

h2 {
    font-size: 34px;
    font-weight: 900;
    position: absolute;
    color: #9EBF57;
    z-index: 2;
    bottom: 49%;
    left: 12%;
    transform: rotate(-5deg);
    text-shadow: rgb(255, 255, 255) 7px 0 0, rgb(255, 255, 255) 6.92869px 0.996602px 0, rgb(255, 255, 255) 6.71622px 1.9729px 0, rgb(255, 255, 255) 6.36692px 2.909px 0, rgb(255, 255, 255) 5.8879px 3.78584px 0, rgb(255, 255, 255) 5.28893px 4.58555px 0, rgb(255, 255, 255) 4.5822px 5.29183px 0, rgb(255, 255, 255) 3.78212px 5.8903px 0, rgb(255, 255, 255) 2.90498px 6.36876px 0, rgb(255, 255, 255) 1.96865px 6.71747px 0, rgb(255, 255, 255) 0.992221px 6.92932px 0, rgb(255, 255, 255) -0.00442571px 7px 0, rgb(255, 255, 255) -1.00098px 6.92806px 0, rgb(255, 255, 255) -1.97715px 6.71498px 0, rgb(255, 255, 255) -2.91303px 6.36508px 0, rgb(255, 255, 255) -3.78956px 5.88551px 0, rgb(255, 255, 255) -4.58889px 5.28603px 0, rgb(255, 255, 255) -5.29472px 4.57885px 0, rgb(255, 255, 255) -5.89269px 3.77839px 0, rgb(255, 255, 255) -6.3706px 2.90095px 0, rgb(255, 255, 255) -6.71871px 1.96441px 0, rgb(255, 255, 255) -6.92995px 0.98784px 0, rgb(255, 255, 255) -6.99999px -0.00885142px 0, rgb(255, 255, 255) -6.92743px -1.00536px 0, rgb(255, 255, 255) -6.71372px -1.98139px 0, rgb(255, 255, 255) -6.36324px -2.91705px 0, rgb(255, 255, 255) -5.88311px -3.79328px 0, rgb(255, 255, 255) -5.28313px -4.59223px 0, rgb(255, 255, 255) -4.57551px -5.29762px 0, rgb(255, 255, 255) -3.77466px -5.89507px 0, rgb(255, 255, 255) -2.89692px -6.37243px 0, rgb(255, 255, 255) -1.96016px -6.71995px 0, rgb(255, 255, 255) -0.983458px -6.93057px 0, rgb(255, 255, 255) 0.0132771px -6.99999px 0, rgb(255, 255, 255) 1.00974px -6.92679px 0, rgb(255, 255, 255) 1.98564px -6.71247px 0, rgb(255, 255, 255) 2.92107px -6.36139px 0, rgb(255, 255, 255) 3.797px -5.88071px 0, rgb(255, 255, 255) 4.59557px -5.28022px 0, rgb(255, 255, 255) 5.30051px -4.57215px 0, rgb(255, 255, 255) 5.89746px -3.77094px 0, rgb(255, 255, 255) 6.37426px -2.89289px 0, rgb(255, 255, 255) 6.72119px -1.95591px 0, rgb(255, 255, 255) 6.93119px -0.979076px 0;
}

h2:before {
    content: "TEAM ZUKUNFT";
    font-size: 34px;
    text-shadow: 1px 1px 25px #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

h3 span {
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-bottom: 4%;
}

h3 {
    font-weight: 900;
    position: absolute;
    font-size: 35px;
    bottom: 5%;
    right: 27%;
    line-height: 1.1;
    text-align: center;
    color: #9EBF57;
}

h3 small {
    display: block;
    font-size: 63px;
}

h4 {
    font-size: 17px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

ul {
    list-style: none;
    column-count: 2;
}

ul li {
    padding-left: 14px;
    position: relative;
    width: 100%;
    display: inline-block;
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 21px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
}

@media all and (max-width: 785px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    h2,
    h2:before {
        font-size: 4.5vw;
    }

    h3 {
        font-size: 4.5vw;
    }

    h3 small {
        font-size: 8vw;
    }

    h3 span {
        font-size: 3vw;
    }

    p,
    ul {
        hyphens: auto;
    }

    br:not(.br br) {
        display: none;
    }
}

@media all and (max-width: 649px) {
    .title {
        position: static;
        width: auto;
        padding: 16px;
        transform: none;
        margin-bottom: 15px;
    }

    .qrcode {
        top: auto;
        right: 6px;
        bottom: 6px;
    }

    h4,
    h1,
    .title p {
        text-align: center;
    }

    article {
        padding: 16px;
    }
}

@media all and (max-width: 449px) {
    ul {
        column-count: 1;
    }
}