body,
body h1,
body h2,
body h3,
body h4,
body h5,
input, textarea, select {
    font-family: 'Exo', sans-serif !important;
}

h1 {
    font-size: 50px !important;
    line-height: 1.25em !important;
}

.tpl-presentation-row {
    padding: 6rem 0 !important;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 46px !important;
    }
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 38px !important;
    }

    .button.button__medium {
        font-size: 1em !important;
        padding: 0.5em 1.2em !important;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }

    .tpl-presentation-row {
        padding: 3rem 0 !important;
    }

    .page-header-logo > img {
        max-width: 360px !important;
    }

    .quiqqer-menu-megaMenu-mobile {
        display: none !important;
    }
}

.body-container {
    background-attachment: fixed !important;
    background-image: url(/media/cache/startup_promotion_list/startup-promotion-list-page-background.webp) !important;
    background-size: cover !important;
}

/**************/
/* Navigation */
/**************/
.quiqqer-menu-megaMenu-list {
    display: none !important;
}

.quiqqer-menu-megaMenu-list {
    display: flex;
    justify-content: flex-end;
}

.quiqqer-menu-megaMenu-list-item a {
    font-weight: bold;
}

/* einfache Seite, hier braucht man die Mobile Navigation nicht */
.quiqqer-menu-megaMenu-mobile-openerBtn {
    display: none;
}

.quiqqer-menu-megaMenu-mobile-openerBtn .label {
    display: none;
}

/**************************/
/* Startpage header brick */
/**************************/
.startpage-header .button {
    border-radius: 50px;
}

.wallpaperTextArrow-content-left {
    color: #fff;
}

.wallpaperTextArrow-content-left .button.button__medium {
    width: calc(50% - 1rem);
}

.header-claim-container {
    color: #77f4e7;
    font-weight: bold;
    padding-left: 10px;
}

.wallpaperTextArrow-content-image {
    max-height: 600px;
}

.button.button__medium {
    margin-bottom: 1rem;
}

.wallpaperTextArrow__arrowContainer {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .wallpaperTextArrow {
        height: auto !important;
        min-height: 100vh;
    }
    
    .wallpaperTextArrow .grid-container {
        flex-direction: column;
        margin-top: 2rem;
    }

    .wallpaperTextArrow__arrowContainer {
        display: none !important;
    }

    .wallpaperTextArrow-content-image {
        max-height: 400px;
        width: auto;
    }

    .wallpaperTextArrow {
        padding-top: 4rem;
    }

    .wallpaperTextArrow-content-left .button.button__medium {
        display: block;
        margin: auto auto 1rem auto !important;
        max-width: 300px;
        width: 100%;
    }
}

/************/
/* Features */
/************/
.brick-id-169 .control-content {
    padding-bottom: 0;
}

.features-header {
    text-align: center;
}

.features-header-desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* control */
.features-control {
    margin-top: 4rem;
    display: flex;
}

.features-control-image {
    width: auto;
    flex-shrink: 0;
    margin-right: 2rem;
}

.features-control-cards {
    display: flex;
    flex-wrap: wrap;
}

.feature-card {
    width: calc(50% - 2rem);
    flex-grow: 1;
    padding: 1rem 2rem;
    background: #fff;
    margin: 1rem;
    border: 1px solid #eee;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.feature-card-icon .fa {
    font-size: 0;
    margin-bottom: 1rem;
}

.feature-card-icon .fa:before {
    font-size: 30px;
    padding: 10px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #79b6c0;
    background: #fff;
    border: 2px solid #79b6c0;
}

h4.feature-card-header {
    font-weight: normal;
}

@media screen and (max-width: 1000px) {
    .feature-card {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .features-control-image img {
        max-width: 150px;
        width: auto !important;
        height: auto !important;
        position: sticky;
        top: 1rem;
    }

    .feature-card-icon {
        float: left;
        margin-right: 1rem;
    }

    .feature-card-icon .fa {
        margin-bottom: 0;
    }

    .feature-card-icon .fa:before {
        font-size: 20px;
        width: 20px;
        line-height: 20px;
    }

    .feature-card-content {
        clear: both;
    }
}

@media screen and (max-width: 600px) {
    .features-control {
        flex-direction: column-reverse;
    }

    .features-control-image {
        position: initial;
        text-align: center;
        margin-top: 1rem;
        margin-right: 0;
    }
}

/***********/
/* Contact */
/***********/
.brick-id-170 {
    background: none !important;
    color: #fff;
}

.quiqqer-simple-contact {
    max-width: 600px;
    margin: 0 auto;
}

.quiqqer-simple-contact input,
.quiqqer-simple-contact textarea,
.quiqqer-simple-contact select {
    background: #fff;
    float: none !important;
}

.quiqqer-simple-contact textarea,
.quiqqer-simple-contact textarea,
.quiqqer-simple-contact input,
.quiqqer-simple-contact input,
.quiqqer-simple-contact select,
.quiqqer-simple-contact select,
.quiqqer-simple-contact textarea:hover,
.quiqqer-simple-contact textarea:focus,
.quiqqer-simple-contact input:hover,
.quiqqer-simple-contact input:focus,
.quiqqer-simple-contact select:hover,
.quiqqer-simple-contact select:focus {
    border-color: transparent;
    background: #fff;
}

.quiqqer-simple-contact a {
    color: #77f4e7;
}

label[for="qui-contact-privacypolicy"] {
    text-align: right;
}

button.quiqqer-simple-contact-button {
    border: 2px solid #fff;
    font-weight: inherit;
    border-radius: 20px;
    margin-top: 2rem;
    font-size: 1rem;
    color: #fff;
    float: right;
}

button.quiqqer-simple-contact-button:hover,
button.quiqqer-simple-contact-button:active,
button.quiqqer-simple-contact-button:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 20px;
}

/**********/
/* Footer */
/**********/
.page-footer {
    background: linear-gradient(0deg, #04465e, transparent 80%) !important;
    padding-top: 20px !important;
}

.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4 {
    color: #77f4e7 !important;
}

.page-footer-brick .control-content {
    padding-bottom: 0;
}

.page-footer ul li {
    line-height: inherit !important;
    margin-bottom: 7px;
}

.page-footer a {
    color: #ccefe9;
}

.page-footer a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.page-footer .button__ghost {
    border-radius: 40px;
    margin-bottom: 1rem;
}


.page-footer-copyright {
    border-top: none !important;
}

.page-footer-copyright-left {
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
}


.page-2 .body-container .main-content-wrapper,
.page-3 .body-container .main-content-wrapper,
.page-4 .body-container .main-content-wrapper {
    background: #fff;
}

.brick-170 #recaptcha-consent-overlay {
    color: #111;
}

.headerSuffix .features-header {
    color: #fff;
}