.w-full {
    width: 100% !important;
}

.w-screen {
    width: 100vw !important;
}

.w-fit-content {
    width: fit-content !important;
    width: -moz-fit-content !important;
}

.max-width-sm {
    max-width: 24rem !important;
}

.max-width-md {
    max-width: 28rem !important;
}

.max-width-lg {
    max-width: 32rem !important;
}

.max-width-xl {
    max-width: 36rem !important;
}

.max-width-2xl {
    max-width: 42rem !important;
}

.max-width-3xl {
    max-width: 48rem !important;
}

.max-width-4xl {
    max-width: 54rem !important;
}

.max-width-5xl {
    max-width: 64rem !important;
}

.max-width-6xl {
    max-width: 72rem !important;
}

.max-width-7xl {
    max-width: 80rem !important;
}

.max-width-8xl {
    max-width: 88rem !important;
}

.px-16 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mt-10 {
    margin-top: 1.25rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.relative {
    position: relative !important;
}

.bg-default-gray {
    background: #F2F2F2FF !important;
}

.bg-transparent {
    background: transparent !important;
}

.cta-container {
    margin-top: 1.875rem;
}
.headline-wrapper {
    text-align: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.headline-wrapper > h1 {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1.5;
}
.start-now-form {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.form-submit-feedback-wrapper {
    text-align: center;
    z-index: 1000
}

.index .request-demo {
    background: transparent !important;
}

.background-circle {
    z-index: -1;
}

.form-submit-success h2, .form-submit-error h2 {
    margin-top: 0;
    text-align: center;
}

.form-submit-success p, .form-submit-error p {
    text-align: center !important;
}

.form-submit-error a:hover {
    background: transparent !important;
}

.dsgvo-text {
    font-size: 0.875rem;
}

.landing-page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: stretch
}

#content {
    flex: 1;
}

.lp-menu {
    height: 100px;
    padding-top: 34px;
    display: block;
    position: relative;
}

.lp-menu .logo {
    flex: 0 0 109px;
    width: 109px;
    height: 39px;
    margin-top: 0;
    margin-left: -7px;
}

.customers-wrapper {
    margin-top: 1rem;
}

.customers-wrapper h2 {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.46;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}

.customers-wrapper .customer-logo {
    height: 5rem;
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

footer.lp{
    padding-bottom: 1rem !important;
}

.lp .footer-links a {
    color: #a5a5a5 !important;
}

@media (min-width: 450px) {
    .customers-wrapper .customer-logo {
        margin-bottom: 80px;
    }
}

@media (min-width: 576px) {
    .cta-container {
        margin-top: 5rem;
    }
    .headline-wrapper {
        text-align: center;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .headline-wrapper > h1 {
        margin: 0;
        font-size: 2.875rem;
        line-height: 1.5;
    }
    .start-now-form {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .customers-wrapper {
        margin-top: 5rem;
    }
    .cta-container {
        margin-top: 8vh;
    }
    .headline-wrapper {
        text-align: center;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .headline-wrapper > h1 {
        margin: 0;
        font-size: 3.5rem;
        line-height: 1.5;
    }
    .start-now-form {
        margin-top: 1.875rem !important;
        margin-bottom: 0 !important;
    }
    .customers-wrapper .customer-logo {
        height: 3rem;
    }
}

@media (min-width: 991px) {
    .dsgvo-wrapper {
        margin-top: 1.5rem !important;
    }
    .customers-wrapper .customer-logo {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {

}