.feature-box-img {
    width: 100%;
    object-fit: contain;
    padding: 40px 0 0 0;
}

.faq-element {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.faq-element .faq-q {
    padding: 2px 4px;
    background-color: #f5d5c0;
    font-weight: bold;
    font-size: 20px;
}

.faq-element .faq-a {
    font-size: 20px;
}

.large-cta-wrapper {
    display: flex;
    justify-content: center;
}

.large-cta-wrapper .centered-cta-div {
    display: flex;
    flex-direction: column;
}

.large-cta-wrapper .centered-cta-div .cta-input {
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px 16px;
    font-size: 18px;
    text-align: center;
}

.aboutus-element {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
}

.founder-badge-wrapper {
    max-width: 700px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.founder-badge-wrapper .founder-badge {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.founder-badge-wrapper .founder-badge .founder-image {
    /* height: 55px;
    width: 55px; */
    height: 70px;
    width: 70px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
}
.founder-badge-wrapper .founder-badge .founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.founder-badge-wrapper .founder-badge .founder-image.zoom1 img {
    transform: scale(1.5) translate(-1px, 10px);
}
.founder-badge-wrapper .founder-badge .founder-image.zoom2 img {
    transform: scale(1.42) translate(4px, 10px);
}

.founder-badge .founder-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    justify-content: center;
}

/* #region Section1 */
.section1 {
    height: 650px;
    width: 100%;
    display: flex;
}

.section1 .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 24px;
    max-width: 485px;
}

.section1 .content-wrapper h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin: 0 0 24px 0;
    padding: 0;
}

.section1 .content-wrapper .subtitle {
    font-size: 20px;
    line-height: 32px;
    color: rgba(32, 32, 32, 0.9);
    margin: 0 0 32px 0;
}

.section1 .content-wrapper .button-desc {
    font-size: 15px;
    padding: 16px 0;
    max-width: 290px;
}

.section1 .image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-shrink: 2;
    position: relative;
}

.section1 .image-wrapper.left-alignment {
    justify-content: flex-start;
    margin-left: 32px;
}

.section1 .image-wrapper img {
    object-fit: contain;
    /* max-width: 100%;
    max-height: 100%; */
}

.section1 .image-wrapper img.overlay-app {
    position: absolute;
    right: 360px;
    top: 280px;
}

.bounce-arrow {
    position: absolute;
    bottom: 48px;
    width: 56px;
    height: 56px;
    left: calc(50% - 28px);
    background-color: #f5d5c0;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    user-select: none;
    animation: scrollButton 1s cubic-bezier(.175,.885,.32,1.4) infinite alternate;
}
@keyframes scrollButton {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%)
	}
}
/* #endregion */

/* #region Section2 */
.section2 {
    display: flex;
    position: relative;
    row-gap: 16px;
    overflow: hidden;
    transition: flex 0.3s ease-out;
    flex-direction: column;
    width: 100%;
    height: 265px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.section2::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    margin-top: 205px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.section2 .more-benefits-button {
    display: block;
    padding: 5px 10px 5px 10px;
    position: absolute;
    bottom: 0;
    background-color: rgba(240, 240, 240, 1);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%) translateY(2px);
    font-weight: 500;
    border: 1px solid rgba(230, 230, 230, 1);
    border-bottom: none;
    color: rgba(120, 120, 120, 1);
    box-shadow: 0 2px 14px rgba(50, 50, 93, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform 150ms ease-in-out;
    text-align: center;
}
.section2 .more-benefits-button:hover {
    box-shadow: 0 3px 16px rgba(50, 50, 93, 0.1), 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(-50%) scale(0.98) translateY(1px);
}
/* #endregion */

.section-box {
    width: 100%;
    position: relative;
}

.section-box .section-box-items {
    width: 100%;
    display: flex;
    position: relative;
}
.section-box .section-box-items .section-box-item {
    justify-content: center;
    flex: 1;
    padding: 8px;
}

.section-box .section-box-items .section-box-item .section-box-item-image-container {
    height: 200px;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-box .section-box-items .section-box-item .section-box-item-image-container .circle-wrapper {
    /* background-color: #874F2B; */
    background-color: #f5d5c0;
    padding: 40px;
    border-radius: 50%;
    user-select: none;
    max-height: 160px;
    position: relative;
}

.section-box .section-box-items .section-box-item .section-box-item-image-container .circle-wrapper .step-indicator {
    position: absolute;
    top: -8px;
    left: -8px;
    background-color: #874f2b;
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.section-box
    .section-box-items
    .section-box-item
    .section-box-item-image-container
    .circle-wrapper
    .step-indicator
    span {
    font-size: 26px;
    margin-bottom: 2px;
    color: #fff;
}

.section-box .section-box-items .section-box-item .section-box-item-image-container img {
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.section-box .section-box-items .section-box-item .section-box-item-title {
    display: block;
    text-align: center;
    margin: 32px auto 8px auto;
    font-weight: bold;
    /* margin: 32px auto 16px auto; */
    /* font-size: 18px; */
    /* max-width: 200px; */
    font-size: 23px;
    max-width: 250px;
    position: relative;
}

.section-box .section-box-items .section-box-item .section-box-item-title.coming-soon::before {
    position: absolute;
    content: "Coming soon";
    padding: 2px 8px;
    color: #fefefe;
    background-color: #b2b2b2;
    font-weight: 500;
    border-radius: 30px;
    font-size: 12px;
    transform: translateY(-100%) translateX(-50%);
    left: 50%;
}

.section-box .section-box-items .section-box-item .section-box-item-desc {
    display: block;
    text-align: center;
}

.section-box .container-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
}

.section-box .container-btn.next {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Shape</title><path d="M25.557 14.7L13.818 2.961 16.8 0l16.8 16.8-16.8 16.8-2.961-2.961L25.557 18.9H0v-4.2z" fill="%23FFF" fill-rule="evenodd"/></svg>');
    right: 10px;
}

.section-box .container-btn.prev {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Shape</title><path d="M33.6 14.7H8.043L19.782 2.961 16.8 0 0 16.8l16.8 16.8 2.961-2.961L8.043 18.9H33.6z" fill="%23FFF" fill-rule="evenodd"/></svg>');
    left: 10px;
}

.section-box .container-btn.next.hidden,
.section-box .container-btn.prev.hidden {
    display: none;
}

.feature-box .feature-container {
    margin: 0 auto;
    /* background-color: red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-box .feature-container .feature-item {
    display: block;
    padding: 16px 16px;
    border-radius: 6px;
    margin: 8px 4px;
    font-weight: 500;
    flex-grow: 2;
    flex: 0 calc(100% / 3 - 8px);
    border: 1px solid #dedede;
}

.feature-box .feature-container .feature-item.result {
    border: none;
    background-color: #874f2b;
    color: #fff;
    /* border: 2px solid #094d22;
    color: #094d22; */
}

.feature-box .feature-container .feature-item .features-item-icon {
    display: block;
    width: 100%;
}

.feature-box .feature-container .feature-item .feature-item-header {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #874f2b;
}

.cta-box {
    background-color: #f5d5c0;
    /* background-color: #dedede; */
    border-radius: 12px;
    padding: 48px 16px;
}

/* Datenschutz */
p b {
    margin-bottom: 8px;
    display: inline-block;
}

.top-split-view {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-split-view.height-500 {
    min-height: 500px;
}
.top-split-view > div.left {
    width: 50%;
    padding-right: 40px;
}
.top-split-view.no-mobile-invert.padding-left > div.left {
    padding-right: 0;
    padding-left: 40px;
}
.top-split-view > div.right {
    width: 50%;
}
.top-split-view .label {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #874F2B;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.top-split-view .title {
    font-size: 40px;
    line-height: 1.2em;
    margin: 0 0 24px 0;
    padding: 0;
}
.top-split-view .subtitle {
    font-size: 22px;
    line-height: 32px;
    color: rgba(32, 32, 32, 0.9);
    margin: 0 0 32px 0;
}
.top-split-view .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-split-view .image-container img {
    width: 100%;
}
.top-split-view > div .contact-form {
    display: flex;
    flex-direction: column;
    background-color: #f5d5c0;
    padding: 32px 40px;
    border-radius: 8px;
}
.top-split-view > div .contact-form h3 {
    font-size: 26px;
    margin: 0;
}
.top-split-view > div .contact-form span.desc {
    margin: 12px 0 24px 0;
    font-size: 20px;
}
.top-split-view > div .contact-form input[type="text"],
.top-split-view > div .contact-form input[type="email"] {
    border: 2px solid transparent;
    background-color: #fff;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 20px;
    border-radius: 4px;
    transition: border 0.16s ease-in-out;
}
.top-split-view > div .contact-form input[type="text"]:focus,
.top-split-view > div .contact-form input[type="email"]:focus {
    border: 2px solid #874f2b;
    outline: none;
}
.top-split-view > div .contact-form span.error {
    margin: 12px 0;
    font-size: 20px;
    color: #ff1744;
    display: none;
}
.top-split-view > div .contact-form span.success {
    margin: 12px 0;
    font-size: 20px;
    color: #299315;
    display: none;
}
.top-split-view > div .contact-form .activityIndicator {
    display: none;
}
.top-split-view > div .contact-form .cta-button {
    margin-top: 12px;
    cursor: pointer;
}

.top-split-view > div .feature-list {
    display: flex;
    flex-direction: column;
}
.top-split-view > div .feature-list .feature {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 24px;
}
.top-split-view > div .feature-list .feature .illustration {
    min-width: 56px;
    padding-top: 2px;
}
.top-split-view > div .feature-list .feature .text-info {
    display: flex;
    flex-direction: column;
}
.top-split-view > div .feature-list .feature .text-info h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.top-split-view > div .feature-list .feature .text-info span {
    font-size: 20px;
}
/* .top-split-view .image-wrapper img {
    transform: rotateZ(5deg);
} */

@media (max-width: 768px) {
    .section1 {
        display: flex;
    }

    .section1 .content-wrapper {
        max-width: 330px;
    }

    .section1 .content-wrapper h1 {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0 0 16px 0;
    }

    .section1 .content-wrapper .subtitle {
        font-size: 18px;
        line-height: 24px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .bounce-arrow {
        display: none;
    }

    .section-box .section-box-items:not(.vertical-alignment) {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .section-box .section-box-items:not(.vertical-alignment) .section-box-item {
        flex-shrink: 0;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-align: start;
        flex: none;
        max-width: 100%;
    }

    .section-box .section-box-items::-webkit-scrollbar {
        display: none;
    }

    .section-box .section-box-items:not(.vertical-alignment) .section-box-item .section-box-item-image-container {
        width: 100vw;
    }
    .section-box .section-box-items.vertical-alignment {
        flex-direction: column;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item {
        display: flex;
        flex-direction: row;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item .va-info-container {
        display: flex;
        flex-direction: column;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item .va-info-container .section-box-item-title {
        text-align: left;
        margin-left: 32px;
        margin-top: 0;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item .va-info-container .section-box-item-desc {
        text-align: left;
        margin-left: 32px;
    }
    .section-box .section-box-items.vertical-alignment .section-box-item .section-box-item-image-container {
        height: unset;
        overflow: unset;
        align-items: flex-start;
    }
    .section-box
        .section-box-items.vertical-alignment
        .section-box-item
        .section-box-item-image-container
        .circle-wrapper {
        padding: 16px;
        width: 64px;
        height: 64px;
    }
    .section-box
        .section-box-items.vertical-alignment
        .section-box-item
        .section-box-item-image-container
        .circle-wrapper
        .step-indicator {
        height: 32px;
        width: 32px;
    }
    .section-box
        .section-box-items.vertical-alignment
        .section-box-item
        .section-box-item-image-container
        .circle-wrapper
        .step-indicator
        span {
        font-size: 20px;
    }

    .section-box .container-btn {
        display: block;
    }

    .feature-box .feature-container .feature-item {
        flex: unset;
    }
}

@media (max-width: 600px) {
    .section1 {
        flex-direction: column-reverse;
        height: unset;
    }

    .section1 .image-wrapper {
        display: block;
    }

    .section1 .image-wrapper img {
        width: 80%;
        margin: 32px auto;
        display: block;
        /* max-height: 35vh; */
        max-height: 30vh;
    }

    .section1 .image-wrapper.left-alignment {
        margin-left: 0;
    }

    .section1 .image-wrapper img.overlay-app {
        /* display: none; */
        position: absolute;
        width: 85px;
        right: unset;
        left: 80px;
        top: 85px;
    }

    .section1 .content-wrapper {
        text-align: center;
        max-width: none;
        margin-right: 0;
    }

    .section1 .content-wrapper .cta-button {
        margin: 0 auto;
    }

    .section1 .content-wrapper .button-desc {
        margin: 0 auto;
    }

    .section2 .benefit-box-row {
        flex-direction: column;
    }

    .section2 .benefit-box-row .benefit-box {
        height: auto;
    }

    .section2 .benefit-box-row.collapsed {
        display: none;
    }

    .founder-badge-wrapper {
        flex-direction: column;
    }

    .founder-badge-wrapper .founder-badge:first-of-type {
        margin-bottom: 16px;
    }

    .top-split-view {
        flex-direction: column-reverse;
    }
    .top-split-view.no-mobile-invert {
        flex-direction: column;
    }
    .top-split-view > div.left {
        width: 100%;
        margin-top: 48px;
    }
    .top-split-view .image-wrapper {
        display: flex;
        justify-content: center;
    }
    .top-split-view .image-wrapper img {
        margin: 0 auto;
        height: 40vh;
        width: auto;
    }
    .top-split-view > div.left {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .top-split-view.no-mobile-invert.padding-left > div.left {
        padding-left: 0;
    }
    .top-split-view.no-mobile-invert > div.right {
        margin-top: 48px;
        padding: 0;
    }
    .top-split-view > div.right {
        width: 100%;
    }
    .top-split-view > div .feature-list {
        margin-left: 12px;
    }
}
