.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6611 .elementor-element.elementor-element-9a92970 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-size:25px;font-weight:500;border-radius:10px 10px 10px 10px;}.elementor-6611 .elementor-element.elementor-element-9a92970 .elementor-button:hover, .elementor-6611 .elementor-element.elementor-element-9a92970 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-6611 .elementor-element.elementor-element-73e7401{padding:20px 20px 20px 20px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-73e7401 *//* =====================================
LEBENSZEICHEN CARD
===================================== */

.lebenszeichen-card {

    width: 100%;
    margin: 40px 0;

    background:
    linear-gradient(
        135deg,
        #ffffff 0%,
        #EED5B3 100%
    );

    border-radius: 32px;
    overflow: hidden;

    box-shadow:
    0 15px 40px rgba(76,52,32,.08);

    position: relative;
}


/* =====================================
OBERE LINIE
===================================== */

.lebenszeichen-topbar {

    height: 12px;
    background: #25B1C9;

}


/* =====================================
LICHT
===================================== */

.lebenszeichen-card::before {

    content: "";

    position: absolute;

    right: -100px;
    top: -100px;

    width: 300px;
    height: 300px;

    background: #25B1C9;

    opacity: .08;

    border-radius: 50%;

}


/* =====================================
INNER
===================================== */

.lebenszeichen-inner {

    position: relative;
    z-index: 2;

    padding: 55px;

}


/* =====================================
HAUPTÜBERSCHRIFT
===================================== */

.lebenszeichen-title {

    font-family: "More Sugar";

    font-size: 38px;

    color: #FF914D;

    text-align: center;

    margin-bottom: 50px;

}


/* =====================================
HAUPTBEREICH
===================================== */

.lebenszeichen-content {

    display: flex;

    align-items: stretch;

    justify-content: center;

    gap: 45px;

}


/* =====================================
SPALTEN
===================================== */

.lebenszeichen-column {

    flex: 1;

    text-align: center;

}


/* =====================================
MARKTPLATZ
===================================== */

.marktplatz {

    text-align: center;

}


/* =====================================
ÜBERSCHRIFT MARKTPLATZ
===================================== */

.lebenszeichen-heading {

    font-family: "More Sugar";

    font-size: 32px;

    color: #43382F;

    margin-bottom: 25px;

}


/* =====================================
ANBIETER – GROSSE ZAHL OBEN
===================================== */

.lebenszeichen-anbieter {

    margin-bottom: 30px;

}


.lebenszeichen-anbieter .lebenszeichen-number {

    font-size: 70px;

    line-height: 1;

}


/* =====================================
DREI KLEINE BEREICHE
ANGEBOTE / VERANSTALTUNGEN / WERKE
===================================== */

.lebenszeichen-small-grid {

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: flex-start;

    width: 100%;

    gap: 30px;

}


.lebenszeichen-small-item {

    flex: 1;

    min-width: 0;

    text-align: center;

}


/* =====================================
ZAHLEN
===================================== */

.lebenszeichen-number {

    font-family: "More Sugar";

    font-size: 70px;

    line-height: 1;

    color: #25B1C9;

}


.lebenszeichen-number.small {

    font-size: 42px;

    margin-top: 0;

}


/* =====================================
BEZEICHNUNGEN
===================================== */

.lebenszeichen-label {

    font-family: "Lora";

    font-size: 18px;

    line-height: 1.4;

    color: #43382F;

    margin-bottom: 10px;

}


/* =====================================
TRENNLINIE
===================================== */

.lebenszeichen-divider {

    width: 1px;

    background: #25B1C9;

    opacity: .25;

}


/* =====================================
DANKE
===================================== */

.danke {

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.lebenszeichen-heart {

    font-size: 35px;

    margin-bottom: 15px;

}


.lebenszeichen-danke-title {

    font-family: "More Sugar";

    font-size: 52px;

    color: #FF914D;

    margin-bottom: 25px;

}


.lebenszeichen-danke-text {

    font-family: "Lora";

    font-size: 21px;

    line-height: 1.8;

    font-style: italic;

    color: #43382F;

}


/* =====================================
ZUWACHS LETZTE 7 TAGE
===================================== */

.lebenszeichen-growth {

    color: #25B1C9;

    font-size: 14px;

    margin-top: 6px;

    margin-bottom: 12px;

}


/* =====================================
MOBIL
===================================== */

@media (max-width: 900px) {

    .lebenszeichen-content {

        flex-direction: column;

    }


    .lebenszeichen-divider {

        width: 80%;

        height: 1px;

        margin: 30px auto;

    }


    .lebenszeichen-inner {

        padding: 35px 20px;

    }


    .lebenszeichen-title {

        font-size: 30px;

        margin-bottom: 35px;

    }


    .lebenszeichen-heading {

        font-size: 27px;

    }


    .lebenszeichen-anbieter .lebenszeichen-number {

        font-size: 58px;

    }


    .lebenszeichen-small-grid {

        gap: 8px;

    }


    .lebenszeichen-number.small {

        font-size: 28px;

    }


    .lebenszeichen-label {

        font-size: 14px;

    }


    .lebenszeichen-danke-title {

        font-size: 42px;

    }


    .lebenszeichen-danke-text {

        font-size: 18px;

    }

}


/* =====================================
SEHR KLEINE HANDYS
===================================== */

@media (max-width: 480px) {

    .lebenszeichen-small-grid {

        gap: 4px;

    }


    .lebenszeichen-number.small {

        font-size: 24px;

    }


    .lebenszeichen-label {

        font-size: 12px;

    }

}/* End custom CSS */