<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */



.lp-block &gt; * {
    margin: 0 auto;
    max-width: 80em;
}

.lp-block {
    padding: calc(4*var(--lp-margin)) 2em;
}

* {
}

h2 {
    font-family: inherit;
    margin: 0;
    text-transform: none;
    font-size: 3.1em;
    color: inherit;
    margin-top: -0.2em;
    font-weight: 600;
    line-height: 1.15;
}

header {
    margin-bottom: 0;
    /* background: no-repeat; */
    /* box-shadow: none; */
}

body {
    background: #f9f9f9;
--grafikgenerator: #456EFF;
    color: #43414D;
    font-family: 'LexendDeca';
    text-align: center;
--lp-margin: 3.2em;
--titleColor: var(
    --grafikgenerator);
    --tenant: black;
--yellow: #ffd603;
--highlight: var(
    --yellow);
}

.lp-block__headline.lp-block__headline--primary {
    color: var(--grafikgenerator);
}

.lp-block__subheadline div {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.15;
}

.lp-block__subheadline {
    margin-bottom: var(--lp-margin);
    margin-top: calc(-0.5 * var(--lp-margin));
}

.lp-block__headline {
    margin-bottom: var(--lp-margin);
}

.lp-block__text:not(:first-child) {
    margin-top: var(--lp-margin);
}

.lp-block__text &gt; * {
    font-size: 1.6em;
    font-weight: inherit;
    line-height: 1.5;
}

.lp-block.lp-block--blue {
    background: var(--grafikgenerator);
    color: white;
--highlight: black;
}

a.button, button {
    text-transform: none;
    border-radius: 2em;
    line-height: 1;
    font-size: 1.4em;
    padding: 0.9em 1.8em;
    color: white !important;
    background: black;
}

.lp-block__content &gt; *:not(:first-child) {
    margin-top: var(--lp-margin);
}

.lp-block__features {
    display: flex;
}

.lp-block__features__row {
    display: flex;
    flex-direction: column;
    flex: 1 0;
--rowPadding: 3em;
    justify-content: center;
}

.lp-block__feature {
    padding: var(--lp-margin);
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lp-block__features__row:first-child .lp-block__feature {
    padding-left: 0;
}

.lp-block__features__row:last-child .lp-block__feature {
    padding-right: 0;
}

.lp-block__feature__title {
    font-size: 1.6em;
    line-height: 1.15;
    font-weight: bold;
}

.lp-block__feature__description {
    font-size: 1.4em;
    margin-top: 0.6em;
}

.reference[reference=".DS_Store"] {
    display: none;
}

.lp-block__references {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.reference {
    width: 7em;
    height: 7em;
    margin: calc(0.25*var(--lp-margin));
    --reference: #ececec;
    background: var(--reference);
    padding: 1.75em;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.referenceImage.referenceImage--handballworld {
    transform: scale(1.5);
    top: 0.1em;
}

img.referenceImage.referenceImage--mbc {
    top: 0.2em;
    transform: scale(1.1);
}

img.referenceImage.referenceImage--fc_augsburg {
    top: 0.2em;
    transform: scale(1.2);
}

img.referenceImage.referenceImage--fairplaid {
    transform: scale(1.4);
}

svg.grafikgeneratorLogo {
    width: 4em;
    flex-shrink: 0;
}

a h1 {
    color: inherit;
}

header {
    color: #43414D;
    justify-content: space-between;
}

a {
    color: inherit;
}

.lp-topDevices &gt; .deviceWrapper {position: absolute;}

.lp-topDevices {
    /* max-width: 72em; */
    margin: 0 auto;
}

.deviceWrapper {}

.device__image {
    height: 100%;
    pointer-events: none;
}

.lp-topDevices &gt; .deviceWrapper--macbook {
    width: 84%;
    position: relative;
    animation-delay: .5s;
}

.lp-topDevices &gt; .deviceWrapper--ipad {
    width: 32%;
    right: 6%;
    top: 16%;
    animation-delay: .75s;
}

.lp-topDevices &gt; .deviceWrapper--iphone {width: 19%;bottom: 0;right: 32%;margin-bottom: -1.8em;animation-delay: 1s;}

.lp-topDevices:before {
}

.device__content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.device__content.device__content--macbook {
    width: 72%;
    top: 13.2%;
    left: 14%;
    height: 72.9%;
}

.device__content.device__content--iphone {
    background: black;
    width: 77.5%;
    height: 87.9%;
    top: 4.8%;
    left: 11.4%;
    border-radius: 1.4em;
    border: 0em solid black;
    box-sizing: border-box;
    overflow: hidden;
}

.device__content.device__content--ipad {
    background: black;
    top: 5.5%;
    left: 7.7%;
    width: 84.6%;
    height: 88.4%;
}

.animationParent--visible .animation--fromBottom {animation-name: fromBottom;}
.animationParent--visible .animation--fromLeft {animation-name: fromLeft;}
.animationParent--visible .animation--fromRight {animation-name: fromRight;}

@keyframes fromBottom {
    0% {
        transform: translateY(2em);
        opacity: 0;
    }

    100% {
        transform: translateY(0em);
        opacity: 1;
    }
}
@keyframes fromLeft {
    0% {
        transform: translateX(-2em);
        opacity: 0;
    }

    100% {
        transform: translateX(0em);
        opacity: 1;
    }
}
@keyframes fromRight {
    0% {
        transform: translateX(2em);
        opacity: 0;
    }

    100% {
        transform: translateX(0em);
        opacity: 1;
    }
}

[class*="animation--"], .lp-block__text {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animationParent--visible .lp-block__text {
    animation-name: fromBottom;
}

.lp-block.lp-block--white {
    background: white;
}

.lp-block__featureImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.menuLink {
    font-family: inherit;
    text-transform: none;
    color: inherit;
    border: none !important;
    letter-spacing: 0;
    margin: 0 0 0 1.5em;
    font-size: 1.2em;
}

a.menuLink:not(.button) {
    background: none !important;
    color: inherit;
    padding: 0;
}

.headerWrapper, .menuWrapper {
}

a.menuLink.button {
    background: var(--grafikgenerator);
}

.lp-block__form {
    max-width: 50em;
    margin: 0 auto;
}

.lp-form__input &gt; * {
    width: 100%;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
}

.lp-form__input__label div {
    font-size: 0.7em;
    padding-left: 0.2em;
}

.lp-form__input__label {
    margin-bottom: 0.3em;
}

.lp-form__input input, .lp-form__input textarea {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

a.button.button--yellow {
    background: var(--yellow);
    color: black !important;
}

.lp-form__input a.button {
    font-size: 1.4em;
    text-align: center;
    width: auto;
    margin-top: 1em;
}

.faq-block {
    background: white;
    padding: 2em 2.5em;
    text-align: left;
}

.faq-block__question {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-block--open .faq-block__answer {
    animation: faqAppear 1s;
    animation-fill-mode: both;
}

@keyframes faqAppear {
    0% {
        max-height: 0em;
        opacity: 0;
        padding-top: 0em;
    }
    100% {
        max-height: 1000em;
        opacity: 1;
        padding-top: .75em;
    }
}

.animationParent--visible .faq-block.lp-block__text {
    animation-name: fromLeft;
}

#login a.button {
}

#login .reportError {
    border-radius: 0;
}

#login input {
    border-color: lightgrey;
    border-radius: 0;
}

#login .reportError .configuration &gt; *:not(:last-child) {
    margin-bottom: 1.3em;
}

#login .configuration {
    justify-content: center;
}

#login.shadowbox &gt; div &gt; .close {
    border-radius: 0;
    background: white;
    color: black;
    top: -0.6em;
    right: 0;
    transform: translateY(-100%);
    font-size: 1.5em;
    z-index: 10;
    display: none;
}

.login__info {
    box-shadow: none !important;
    min-height: 0px !important;
    justify-content: center;
}

.login__info:empty {
    display: none;
}

.menuLink.menuLink--showMenu {
    display: none !important;
}

header a.menuLink--showMenu {
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: space-around;
}

.headerWrapper &gt; a {
}

header a.menuLink--showMenu div {
    width: 100%;
    background: #43414D;
    height: 0.2em;
}

header a.menuLink--showMenu div:nth-child(3) {position: absolute;}

header a.menuLink--showMenu:after {
    bottom: -0.8em;
}

a.menuLink {
}

.lp a.menuLink:last-child {
}

.menuWrapper.menuWrapper--fadeIn {animation: lpMenuFadeIn 2s;animation-fill-mode: both;}

@keyframes lpMenuFadeIn {
    0% {
        opacity: 0;
        max-height: 0;
    
    }
    100% {
        opacity: 1;
        max-Height: 100vh;
    }
}

.menuLink--clicked div:nth-child(2) {
    animation: 0.5s menuLinkTop;
}

@keyframes menuLinkTop {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(45deg)
    }
}

@keyframes menuLinkBottom {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-45deg)
    }
}

@keyframes menuLinkFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.menuLink--clicked div {
    animation-fill-mode: both !important;
}

.menuLink--clicked div:nth-child(3) {
    animation: 0.5s menuLinkBottom;
}

.menuLink--clicked div:first-child, .menuLink--clicked div:last-child {
    animation: 0.5s menuLinkFade;
}

a.menuLink--showMenu {
}

#login button {
    background: black;
}

.lp-block--white .faq-block {
    background: var(--background);
}

.referencesWrapper {
    display: flex;
    max-width: none;
    flex-wrap: wrap;
}

.lp-block__referencesWrapper {
    margin-top: 0 !important;
    width: calc(50% - var(--lp-margin) / 2);
    margin-bottom: var(--lp-margin);
}

.referencesWrapper .lp-block__text {
    margin-bottom: 1.4em;
    font-weight: 600;
}

.lp-block__referencesWrapper {
    background: white;
    margin: 0 calc(var(--lp-margin)*0.25) calc(var(--lp-margin)*.5);
    padding: calc(var(--lp-margin)*1) calc(var(--lp-margin)*0.5);
    box-sizing: border-box;
}

.faq-block--collapsabled .faq-block__answer {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
}

.faq-block--collapsabled .faq-block__question:after, .faq-block--open .faq-block__question:after {
    content: '';
    width: 1.2em;
    height: 1.2em;
    background: #43414D;
    border-radius: 50%;
    opacity: 0.2;
    flex-shrink: 0;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-block--collapsabled, .faq-block--open {
    cursor: pointer;
}

.faq-block--open .faq-block__question:after {
    opacity: 1;
}

img.referenceImage.referenceImage--noz {
    transform: scale(1.45);
}

img.referenceImage.referenceImage--kicker {
    transform: scale(1.3);
}

.lp-block__text {
    font-weight: 400;
}

#referenzen .lp-block__content {
}

.lp #referenzen .lp-block__content {
    margin-bottom: calc(-.5*var(--lp-margin));
    max-width: 140em;
}

.lp-device__screenshots {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: white;
}

img.screenshot {
    padding-top: 2em;
}

img.screenshot:first-child {
}

textarea {
    overflow: hidden;
}

img.referenceImage.referenceImage--bbl {
    transform: scale(1.3);
}

img.referenceImage.referenceImage--del {
    transform: scale(1.3);
}

img.referenceImage.referenceImage--vbl {
    transform: scale(1.3);
}

img.referenceImage.referenceImage--paderborn {
    transform: scale(1.5);
}

img.referenceImage.referenceImage--werder {
    transform: scale(1.4);
}

img.referenceImage.referenceImage--fcn {
    transform: scale(1.4);
}

img.referenceImage.referenceImage--spvgg {
    transform: scale(1.3);
}

img.referenceImage.referenceImage--1860 {
    transform: scale(1.2);
}

.faq-block__answer {
    padding-top: .75em;
}

.lp-block__features--blocks .lp-block__feature {
    background: white;
    color: #4e4e4e;
    justify-content: flex-start;
    margin: 0 calc(var(--lp-margin) * 0.25) calc(var(--lp-margin)/2);
    padding: calc(var(--lp-margin) / 1.5);
}

.lp-topDevices .device__content.device__content--iphone {
}

span.lp-block__text__highlight {
    /* background: linear-gradient(transparent 0%, transparent 50%, var(--highlight) 50%, var(--highlight) 90%, transparent 90%, transparent 100%); */
    padding: 0 0.1em;
    margin: 0 -0.1em;
    white-space: pre;
    display: inline-block;
}

a.button.button--loading {
    color: transparent !important;
}

.button--loading:after {
    height: 1em;
    color: black !important;
}

a.button.button--disabled {
    pointer-events: none;
}

.lp-block--yellow {
    background: var(--yellow);
    color: black;
}

.lp-block--yellow .faq-block {
    background: #f9f9f9;
}

#videos .faq-block__question:after {
    /* content: "\f04b"; */
    /* font-family: "Font Awesome 6 Free"; */
    /* font-weight: 900; */
    /* background: no-repeat; */
    /* font-size: 1.4em; */
    /* width: 0.8em; */
    border-radius: 0;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 0.9em;
    font-size: 1em;
    margin-left: 2em;
    opacity: 1;
}

#videos .faq-block__question {
    font-weight: normal;
}

#videos .lp-block__content &gt; .lp-block__text:first-child {
    max-width: 62em;
    margin: 0 auto;
}

.lp-topDevices .device__content--macbook img {
    height: 100%;
    width: auto;
    max-width: none;
}

#features .device__content.device__content--iphone {
    align-items: flex-start;
}

.videoWrapper {
    width: 100%;
    height: auto;
    background: black;
    position: relative;
    width: 100%;
    padding-top: 62.55%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    overflow: hidden;
    border-top: 1em solid #f9f9f9;
    border-bottom: 1em solid #f9f9f9;
    box-sizing: border-box;
}

video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.videoWrapper:before {
}

::marker {
}

#demo li:before {
}

ul {
    margin: 0;
    padding-top: 1em;
}

.lp-topDevices .device__content--ipad img {
    width: 104%;
    max-width: none;
}

.lp-block__text {
    margin: 0 auto;
}

.lp-block__text {}

#noch-fragen .lp-block__text:first-child {
    max-width: 47em;
}

#demo .lp-block__text:first-child {
    max-width: 59em;
}

.faq-block__question.faq-block__question--collapsable {
    cursor: pointer;
}

#top .lp-block__text.lp-block__text--hint {
    margin-top: calc(1.5*(var(--lp-margin)));
    max-width: 69em;
}

.lp-block__text--hint div {
    font-size: 1em;
    color: #a6a6a6;
}

.lp-block:not([class*="lp-block--"])+.lp-block:not([class*="lp-block--"]) {
    border-top: 0.5em solid white;
}

.faq-block--collapsabled .faq-block__answer {
    display: none;
}

#noch-fragen .lp-block__text.lp-block__text--hint {
    margin-top: calc(0.5*var(--lp-margin));
}

.faq-block__answer li {
    margin-bottom: 0.5em;
}

#boost .lp-block__text:first-child {
    max-width: 66em;
}

#referenzen .lp-block__content &gt; .lp-block__text {
    max-width: 52em;
}

#features .lp-block__headline {
    max-width: 68em;
}

.lp .lp-topDevices {
    margin: calc(1.5*var(--lp-margin)) 0 calc(2*var(--lp-margin));
}

.highlight__background {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 0;
    height: 47%;
    background: var(--highlight);
    z-index: -1;
}

.animationParent--visible .highlight__background {
    animation: highlight .5s;
    animation-delay: 2s;
    animation-fill-mode: both;
}

@keyframes highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.animationParent--visible .lp-block__content .highlight__background {animation-delay: 2.25s;}

span.no-break {
    white-space: pre;
}

#referenzen .lp-block__headline {
    max-width: 66em;
}

img.referenceImage.referenceImage--leverkusen {
    transform: scale(1.6);
}

img.referenceImage.referenceImage--pauli {
    transform: scale(1.4);
}

img.referenceImage.referenceImage--kleeblatt {transform: scale(1.4);}</pre></body></html>