/*************************
special css for landing page

!!! but the landingpage.html is also using the style.css !!!
*************************/

.landingpage-hero-area {
    padding-bottom: 0rem !important;
}

.landingpage-discount-wrapper {
    background-color: #23985d;
}

.landingpage-discount-btn {
    background-color: white;
    color: #23985d;
    padding: .5rem 4rem .5rem 4rem;
}

.landingpage-price-box {
    background-color: #d9d9d958;
}

.easyVerein.landingpage-organizations-area {
    background: #23985d11;
}

.landingpage-info-card-body {
    min-height: 8rem !important;
}

.footer-landingpage {
    background-color: #23985d;
    color: white !important;
}

.landingpage-benefits-footer img {
    width: auto;
    height: 12.5rem;
}

.landingpage-organization-img-holder {
    position: relative;
}

.landingpage-organization-img-text {
    position: absolute;
    top: 75%;
    left: 40%;
    transform: translate(-50%, -50%);
}

#landingpage-testimonial .testimonial-user {
    min-height: 22rem;
    margin: 0.625rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: white;
    box-shadow: 0rem 0.25rem 1.125rem 0rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

#landingpage-testimonial .testimonial-user .testimonial-user-author {
    margin-bottom: 1.5rem;
}

#landingpage-testimonial .testimonial-user h4 {
    font-weight: normal;
}

#landingpage-testimonial .quote-icon {
    position: absolute;
    top: -0.625rem;
    left: 0;
    font-size: 2rem;
    color: #23985d;
    padding-top: 0.5rem;
}

#landingpage-testimonial .owl-stage {
    padding-bottom: 1rem !important;
}

@media only screen and (max-width: 768px) {
    .landingpage-info-card-body {
        min-height: unset !important;
    }

    .landingpage-mobile-w-100 {
        width: 100% !important;
        text-align: center;
    }

    .landingpage-mobile-text-small {
        font-size: small !important;
    }

    .landingpage-price-box {
        padding: 0.625rem !important;
    }

    .mobile-img-mini {
        max-height: 5rem !important;
    }

    .landingpage-organization-img-col {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .landingpage-organization-img-text, .landingpage-discount-hidden-col {
        display: none !important;
    }
}

/************************
Lodaer (for quik demo registration)
************************/

.loader {
    position: absolute;
    width: 12.5rem;
    height: 12.5rem;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    margin: auto;
}

.loaderitem {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
}

.loaderitem-1 {
    background-color: #23985d;
    top: 0rem;
    left: 0rem;
    z-index: 1;
    animation: loaderitem-1_move 2.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loaderitem-2 {
    background-color: #23985d;
    top: 0rem;
    right: 0rem;
    animation: loaderitem-2_move 2.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loaderitem-3 {
    background-color:#23985d;
    bottom: 0rem;
    right: 0rem;
    z-index: 1;
    animation: loaderitem-3_move 2.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loaderitem-4 {
    background-color: #23985d;
    bottom: 0rem;
    left: 0rem;
    animation: loaderitem-4_move 2.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes loaderitem-1_move {
    0%, 100% {transform: translate(0rem, 0rem)}
    25% {transform: translate(0rem, 6.25rem)}
    50% {transform: translate(6.25rem, 6.25rem)}
    75% {transform: translate(6.25rem, 0rem)}
}

@keyframes loaderitem-2_move {
    0%, 100% {transform: translate(0rem, 0rem)}
    25% {transform: translate(-6.25rem, 0rem)}
    50% {transform: translate(-6.25rem, 6.25rem)}
    75% {transform: translate(0rem, 6.25rem)}
}

@keyframes loaderitem-3_move {
    0%, 100% {transform: translate(0rem, 0rem)}
    25% {transform: translate(0rem, -6.25rem)}
    50% {transform: translate(-6.25rem, -6.25rem)}
    75% {transform: translate(-6.25rem, 0rem)}
}

@keyframes loaderitem-4_move {
    0%, 100% {transform: translate(0rem, 0rem)}
    25% {transform: translate(6.25rem, 0rem)}
    50% {transform: translate(6.25rem, -6.25rem)}
    75% {transform: translate(0rem, -6.25rem)}
}


/************************
swals
************************/
.swal2-popup {
    font-size: 1.5rem !important;
}

.swal2-toast .swal2-html-container {
    font-size: 1rem !important;
}

body.swal2-blur > [aria-hidden="true"] {
    filter: blur(10px) grayscale(1);
}

.swal2-html-container .accordion-button:after {
	display: none !important;
}

/* the code-input fields for email-validation need special css cause some customers cant see form-control good enough */
.code-input {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid gray;
}

