/* start of style general layout investors, companies and angels page */

.main {
    position: relative;
}

section {
    position: relative;
    overflow: hidden;
}

.cards-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.one-third {
    width: 30%;
}

.two-thirds {
    width: 65%;
}

.news_btn path,
.space_lang path,
.news_btn a,
.space_lang {
    fill: #fff;
    color: #fff;
}

.news_btn:hover svg path,
.news_btn:hover a,
.space_lang:hover path,
.space_lang:hover div {
    fill: #233357;
    color: #233357;
    -webkit-transition: all 0.3s;
}

img.brand-orig,
img.brand-hover {
    transform: translate(-9999px, 10px);
}

.content-section-white,
.content-section-grey {
    padding: 6rem 0 6rem 0 !important;
    color: #2c2c2e;
}

.content-section-white {
    background: white;
}

.content-section-grey {
    background: #F2F2F2;
}

.crowdinvestors_top,
.company_top,
.angels_top {
    padding: 2rem 0 5rem 0;
    display: block;
    color: white;
    min-height: 400px;
}

.crowdinvestors_top p,
.crowdinvestors_top h1,
.company_top p,
.company_top h1,
.angels_top p,
.angels_top h1,
.crowdinvestors_top a,
.company_top a,
.angels_top a {
    color: white;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.toc-row {
    color: white;
    display: flex;
    align-items: center;
    font-family: "Univers LT 65";
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.toc-dot-yellow {
    font-size: 14px;
    background: #f2b138;
    min-width: 24px;
    min-height: 24px;
    border-radius: 40px;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toc-dot-blue {
    font-size: 14px;
    background: #233357;
    min-width: 24px;
    min-height: 24px;
    border-radius: 40px;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-dot {
    position: absolute;
    transform: translate(-110px, -7px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #f2b138;
    font-size: 18px;
    line-height: 50px;
    font-family: "Univers LT 65";
}

.dark-blue-dot {
    position: absolute;
    transform: translate(-110px, -7px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #233357;
    font-size: 18px;
    line-height: 50px;
    font-family: "Univers LT 65";
}

.background-number-yellow {
    position: absolute;
    font-size: 90px;
    right: 10px;
    top: 2px;
    color: #f2b138;
    z-index: 100;
    opacity: 0.25;
    font-family: "Univers LT 65";
}

.left-bar-yellow {
    border-radius: 3px 0;
    width: 6px;
    position: absolute;
    background: #f2b138;
    height: 90px;
    z-index: 999;
}

.kpi_column {
    width: 33.33%;
    text-align: center;
}

.kpi_row {
    display: flex;
    padding: 4rem 0 2rem 0;
}

/* end of style general layout investors, companies and angels page */




/* start of style for facts and sweetspots #investment-facts #finanzierungs-facts #vorteile-prime-club #investment-sweetspots */

.investment-facts,
.finanzierungs-facts,
.prime-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.investment-sweetspots {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fact-card,
.sweet-card {
    margin: 2% 0% 2% 0%;
    width: 30%;
}

.sweet-card:nth-of-type(2) {
    margin-right: 5%;
    margin-left: 5%;
}

.sweet-card:nth-of-type(4) {
    margin-right: 5%;
}

.fact-box,
.sweetspot-box {
    position: relative;
    padding: 2rem 1.75rem 2.5rem;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.fact-box.showContent p:last-of-type {
    overflow: unset;
    display: table;
}

.fact-box p {
    padding-bottom: 0;
}

.prime-facts div.fact-box {
    min-height: 212px;
}

.finanzierungs-facts div.fact-box {
    min-height: 94px;
}

.prime-facts div.fact-box h2 {
    min-height: 60px;
}

.prime-facts div.fact-box p,
.finanzierungs-facts div.fact-box p {
    margin-bottom: 0;
    display: block;
    height: unset;
}

.fact-box p:last-of-type {
    height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.sweetspot-box.green img,
.sweetspot-box.space img,
.sweetspot-box.deeptech img {
    width: 75px;
    height: auto;
    margin-left: -10px;
}

.sweetspot-box.health img,
.sweetspot-box.digital img {
    width: 75px;
    height: auto;
    margin-left: -5px;
}

.sweetspot-box p:last-of-type {
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.sweetspot-box.showContent p:last-of-type {
    overflow: unset;
    display: table;
}

.company div.sweetspot-box img {
    margin-right: 1rem;
}

.company div.sweetspot-box {
    display: flex;
    align-items: center;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    padding: 0.5rem 1.75rem;
}

.company div.sweetspot-box h2 {
    padding: 0;
}

.digital h2 {
    color: #79aef2;
}

.green h2 {
    color: #019875;
}

.deeptech h2 {
    color: #f2b138;
}

.space h2 {
    color: #233357;
}

.health h2 {
    color: #75D800;
}

.readmore-btn a {
    font-size: 14px;
}

/* end of style for facts and sweetspots #investment-facts #finanzierungs-facts #vorteile-prime-club #investment-sweetspots */




/* start of style for investment steps #so-einfach */

.investment-steps {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.step-line {
    position: absolute;
    height: 10px;
    background: #f2b138;
    width: 99%;
    top: 163px;
    z-index: 0;
}

.step-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 285px;
    height: fit-content;
    margin: 2% 0 2% 0;
    width: 21%;
    background: #fff;
    z-index: 1;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.step-card-bottom {
    min-height: 120px;
    position: relative;
    padding: 1rem 1.25rem 0.5rem;
    background: #F2F2F2;
    border-radius: 0 0 3px 3px;
}

.step-card-icon {
    min-height: 140px;
    height: 100%;
    display: flex;
    align-items: center;
}

/* end of style for investment steps #so-einfach */




/* start of style for companies page advantages #vorteile */

.alle-vorteile {
    padding: 1rem 0 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.circle-connector {
    display: flex;
    width: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.circle-line {
    border: solid 10px #f2b138;
    width: 18%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1/1;
    transform: translate(0px, -32px);
}

.vorteil-card {
    position: relative;
    margin: 2% 0 2% 0;
    width: 47.5%;
}

.vorteil-card-icon {
    width: 80px;
    position: absolute;
    z-index: 999;
    right: 0;
    padding: 25px;
}

.vorteil-card-top {
    display: flex;
    align-items: center;
    min-height: 85px;
}

.vorteil-card-top h2 {
    padding: 0;
}

.vorteil-card-bottom {
    display: flex;
    align-items: center;
    min-height: 88px;
    position: relative;
    padding: 1rem 1.75rem;
    margin: 0 -1.75rem;
    background: #F2F2F2;
    border-radius: 0 0 3px 3px;
}

.vorteil-card-bottom p {
    padding: 0;
}

.vorteil-box {
    position: relative;
    padding: 0 1.75rem;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

/* end of style for companies page advantages #vorteile */




/* start of style for testimonies #warum-fundernation and #angel-testimony */

.testimony-container {
    display: flex;
    justify-content: space-between;
}

.testimony-card {
    position: relative;
    margin: 0 0 4% 0;
    width: 47.5%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
}

.testimony-card>div {
    padding: 2rem 1.75rem;
}

.testimony-card img {
    float: left;
    width: 90px;
    border-radius: 50%;
    margin: 2rem 1.5rem 0 1.75rem;
}

.testimony-card h2 {
    padding: 0 0 1rem 0;
}

.testimony-card p {
    padding: 0;
}

p.author {
    font-size: 14px;
    padding-bottom: 2rem !important;
}

.testimony-card .quote-graphic img {
    float: right;
    width: 90px;
    margin: 0px 0 -50px 0;
    transform: translate(0px, -35px);
}

/* end of style for testimonies #warum-fundernation and #angel-testimony */




/* start of style for contact section #fragen */

.contact div.fl {
    padding-top: 1rem;
    word-break: break-all;
}

#fragen div.contact {
    padding-top: 1rem;
}

.contact h3 {
    padding-bottom: 0;
}

/* end of style for contact section #fragen */




/* start of style for mailchimp form #impact-guide*/

#mc_embed_signup {
    display: inline-block;
    vertical-align: top;
}

#mc-embedded-subscribe {
    float: right;
}

#mc_embed_signup .mc-field-group select {
    border: 1.5px solid #DAE0E7;
}

#mc_embed_signup .mc-field-group input {
    border: 1.5px solid #DAE0E7;
}

/* end of style for mailchimp form #impact-guide*/




/* start of style for video wall #tipps*/

.videowall {
    padding-top: 1rem;
}

.video-column-1 {
    float: left;
    max-width: 100%;
    width: 543px;
    padding: 0 10px 10px 0;
}

.video-column-2 {}

.large-video {
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 15%);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.large-video iframe,
.large-video object,
.large-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.small-video-wrapper {
    float: left;
    max-width: 100%;
    width: 263px;
    padding: 0 10px 10px 0;
}

.small-video {
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 15%);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.small-video iframe,
.small-video object,
.small-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#fragen div.small-video-wrapper {
    float: left;
    max-width: 100%;
    width: 320px;
    padding: 0 10px 10px 0;
}

/* end of style for video wall #tipps*/




/* start of style section role of fundernation #role*/

.main.showContent div.role-content {
    overflow: unset;
    display: table;
}

.role-content {
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 165px;
}

/* start of style section role of fundernation #role*/




/* start of style for timeline companies page #timeline-launch */

.timeline {
    position: relative;
    padding-top: 3rem;
    box-sizing: border-box;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 49.6%;
    width: 10px;
    height: 90%;
    background: #f2b138;
    border-radius: 10px;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none !important;
    position: relative;
    width: 47.5%;
    padding: 2rem 1.75rem;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    clear: both;
}

.timeline-card {
    position: relative;
    height: fit-content;
    margin: 0 0 2% 0;
    width: 47.5%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
}

.timeline-card div.background-number-yellow {
    right: 8px;
    top: 37px;
}

.content-timeline {
    display: flex;
}

.content-timeline img {
    position: relative;
    margin-right: 1.75rem;
    width: 75px;
    height: 75px;
}

.timeline ul li p {
    margin: 0;
    padding: 0;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: -8.2%;
    background: #f2b138;
    border-radius: 50%;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: -8.1%;
    background: #f2b138;
    border-radius: 50%;
}

.timeline ul li:nth-child(6):before {
    background: #233357;
    width: 40px;
    height: 40px;
    left: -9%;
}

.duration h4 {
    padding: 0;
}

.timeline ul li:nth-child(odd) .duration {
    position: absolute;
    top: 110px;
    right: -93px;
    color: #f2b138;
    transform: rotate(270deg);
    text-align: center;
    min-width: 96px;
}

.timeline ul li:nth-child(even) .duration {
    position: absolute;
    top: 125px;
    left: -93px;
    color: #f2b138;
    transform: rotate(270deg);
    text-align: center;
    min-width: 80px;
}

/* end of style for timeline companies page #timeline-launch */





/* start of style for investment tutorial video

.investment-tutorial {
    padding: 1rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.investment-tutorial-wrapper {
    float: left;
    max-width: 100%;
    width: 500px;
}

.investment-tutorial-video {
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 15%);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 15%);
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.investment-tutorial-video iframe,
.investment-tutorial-video object,
.investment-tutorial-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.investment-tutorial-table {
    padding: 2rem 0 0 2rem;
}

.investment-tutorial-table ol {
    line-height: 1.5rem;
    margin: 0;
    padding-inline-start: 2rem;
    font-size: 16px;
}

start of style for investment tutorial video */






/* Start 990px Screen */

@media screen and (max-width: 990px) {
    img.mobile {
        display: flex;
        margin: 0 auto 2rem auto;
    }

    .about-container {
        display: block;
    }

    #mc_embed_signup {
        display: block;
        width: 100%;
    }

    #mc-embedded-subscribe {
        position: relative;
    }
}



/* Start 767px Screen */

@media screen and (max-device-width: 767px),
screen and (max-width: 767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    .timeline:before {
        left: 1%;
        height: 90%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 90%;
        float: right;
        text-align: left;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: 10px;
        left: -11.6%;
    }

    .timeline ul li:nth-child(6):before {
        left: -12.7%;
    }

    .timeline ul li:nth-child(odd) .duration,
    .timeline ul li:nth-child(even) .duration {
        top: 90px;
        left: -72px;
        right: inherit;
        position: absolute;
        margin: 0;
    }

    .timeline ul li:nth-child(odd) .content-timeline img,
    .timeline ul li:nth-child(even) .content-timeline img {
        width: 60px;
    }

    .testimony-container {
        flex-direction: column;
    }

    .testimony-card {
        width: 100%;
    }

    .fact-card {
        width: 48%;
    }

    .two-thirds {
        width: 100%;
    }

    .step-card {
        width: 48%;
    }

    .step-line {
        width: 110%;
    }

    .step-line-mobile {
        display: block !important;
        position: absolute;
        height: 10px;
        background: #f2b138;
        width: 110%;
        top: 450px;
        left: -70px;
        z-index: 0;
    }

    .investment-sweetspots {
        justify-content: space-between;
    }

    .sweet-card {
        width: 48%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .fact-box p:last-of-type {
        height: 60px;
    }

    .role-content {
        height: 153px;
    }
}



/* Start 480px Screen */

@media screen and (max-device-width: 480px),
screen and (max-width: 480px) {
    .fact-card {
        width: 100%;
    }

    .investment-sweetspots {
        justify-content: space-between;
    }

    .prime-facts div.fact-box,
    .finanzierungs-facts div.fact-box {
        min-height: fit-content;
    }

    .sweet-card {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .small-video-wrapper {
        width: 100%;
    }

    .step-card-bottom {
        padding: 0.5rem 0.5rem 0.5rem;
    }

    .timeline:before {
        left: 2%;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: 10px;
        left: -11.9%;
    }

    .timeline ul li:nth-child(6):before {
        left: -13%;
    }

    .timeline ul li:nth-child(odd) .duration,
    .timeline ul li:nth-child(even) .duration {
        top: 130px;
        left: -90px;
    }

    .timeline ul li:nth-child(odd) .content-timeline img,
    .timeline ul li:nth-child(even) .content-timeline img {
        margin-bottom: 1.5rem;
    }

    .alle-vorteile,
    .finanzierungs-facts,
    .prime-facts {
        flex-direction: column;
    }

    .vorteil-card,
    .fact-card {
        width: 100%;
    }

    .circle-connector {
        display: none;
    }

    .content-timeline {
        flex-direction: column;
    }
}