.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8333 .elementor-element.elementor-element-9edcdfb{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.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-8333 .elementor-element.elementor-element-dcd6496 .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-8333 .elementor-element.elementor-element-dcd6496{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-8333:not(.elementor-motion-effects-element-type-background), body.elementor-page-8333 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF9EE;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-43cec04 *//* ==========================================
   FREIRAUM LANDINGPAGE – TERMINE
   OFFENE TERMIN-BUBBLE
   ========================================== */

.bubble-time {
    /* ===== POSITION UND GRÖSSE ===== */

    --bubble-breite: 540px;
    --bubble-hoehe: auto;
    --bubble-rechts: center;
    --bubble-oben: 0px;

    position: absolute !important;

    top: var(--bubble-oben);
    right: var(--bubble-rechts);

    width: var(--bubble-breite);
    height: var(--bubble-hoehe);

    z-index: 20;

    /* ===== FORM ===== */

    border-radius: 50px 65px 55px 70px;

    /* ===== GLAS / WASSER ===== */

    background:
        radial-gradient(
            circle at 30% 23%,
            rgba(255, 255, 255, 0.92) 0%,
            rgba(255, 255, 255, 0.72) 28%,
            rgba(255, 255, 255, 0.48) 52%,
            rgba(255, 255, 255, 0.22) 72%,
            rgba(255, 255, 255, 0.06) 88%,
            rgba(255, 255, 255, 0) 100%
        );

    border: 1px solid rgba(255, 255, 255, 0.72);

    box-shadow:
        inset 10px 10px 25px rgba(255, 255, 255, 0.42),
        inset -10px -12px 25px rgba(2, 55, 112, 0.06),
        0 18px 45px rgba(2, 55, 112, 0.14);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    box-sizing: border-box;

    padding: 28px 30px 24px 30px;

    text-align: center;
}


/* ==========================================
   TITEL
   ========================================== */

.bubble-time-titel {
    font-family: "Libre Baskerville", serif !important;

    color: #CC4E00 !important;

    font-size: 24px;
    font-weight: 400;

    line-height: 1.3;

    margin: 0 0 20px 0;

    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.95),
        0 0 18px rgba(255, 255, 255, 0.75),
        0 0 32px rgba(255, 255, 255, 0.45);
}


/* ==========================================
   INHALT
   ========================================== */

.bubble-time-inhalt {
    position: relative;

    width: 100%;

    font-family: "Open Sans", sans-serif !important;

    color: #023770;

    font-size: 15px;
    line-height: 1.5;

    text-align: center;
}


/* ==========================================
   DIE 3 TERMINE
   ========================================== */

.bubble-time-termine {
    display: flex;

    flex-direction: row;

    justify-content: center;
    align-items: stretch;

    gap: 12px;

    width: 100%;
}


/* ==========================================
   EINZELNER TERMIN
   ========================================== */

.freiraum-termin {
    flex: 1 1 0;

    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    padding: 13px 8px 12px 8px;

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.30);

    border: 1px solid rgba(255, 255, 255, 0.48);

    box-sizing: border-box;
}


/* ==========================================
   WOCHENTAG
   ========================================== */

.freiraum-termin-wochentag {
    display: block;

    font-family: "Libre Baskerville", serif !important;

    color: #CC4E00;

    font-size: 17px;

    line-height: 1.35;

    margin-bottom: 3px;
}


/* ==========================================
   DATUM
   ========================================== */

.freiraum-termin-datum-zahl {
    display: block;

    color: #023770;

    font-size: 14px;

    line-height: 1.4;

    margin-bottom: 7px;
}


/* ==========================================
   UHRZEIT
   ========================================== */

.freiraum-termin-uhrzeit {
    color: #023770;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.4;

    margin-bottom: 10px;
}


/* ==========================================
   BUCHEN BUTTON
   ========================================== */

.freiraum-buchen-button {
    display: inline-block;

    padding: 7px 17px;

    border: 1px solid #CC4E00;
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.58);

    color: #CC4E00;

    font-family: "Open Sans", sans-serif !important;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.2;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* ===== BUTTON HOVER ===== */

.freiraum-buchen-button:hover {
    background: #CC4E00;

    color: #FFFFFF;

    transform: translateY(-2px);

    box-shadow:
        0 6px 16px rgba(204, 78, 0, 0.18);
}


/* ==========================================
   HARD FACTS
   ========================================== */

.bubble-time-fakten {
    margin-top: 18px;

    padding-top: 13px;

    border-top: 1px solid rgba(2, 55, 112, 0.16);

    font-family: "Open Sans", sans-serif !important;

    color: #023770;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.5;

    text-align: center;

    letter-spacing: 0.1px;
}


/* ==========================================
   KEINE TERMINE
   ========================================== */

.bubble-time-keine-termine {
    font-family: "Libre Baskerville", serif !important;

    color: #CC4E00;

    font-size: 18px;
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .bubble-time {

        --bubble-breite: 90%;
        --bubble-hoehe: auto;
        --bubble-rechts: 5%;
        --bubble-oben: 500px;

        position: absolute !important;

        width: var(--bubble-breite);

        padding: 26px 20px 22px 20px;

        border-radius: 38px 48px 43px 52px;
    }


    .bubble-time-titel {
        font-size: 21px;
        margin-bottom: 20px;
    }


    /* ==========================================
       TERMINE AUF MOBIL
       ========================================== */

    .bubble-time-termine {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    /* Jeder Termin = Info links + Button rechts */

    .freiraum-termin {
        width: 100%;

        display: flex;
        flex-direction: row;

        align-items: center;
        justify-content: space-between;

        gap: 15px;

        padding: 13px 15px;

        border-radius: 20px;

        box-sizing: border-box;

        text-align: left;
    }


    /* Datum und Uhrzeit bleiben links */

    .freiraum-termin-datum {
        flex: 1 1 auto;

        text-align: left;
    }


    .freiraum-termin-wochentag {
        display: block;

        font-size: 17px;

        line-height: 1.35;

        margin-bottom: 2px;
    }


    .freiraum-termin-datum-zahl {
        display: block;

        font-size: 14px;

        line-height: 1.4;

        margin-bottom: 4px;
    }


    .freiraum-termin-uhrzeit {
        font-size: 15px;

        line-height: 1.4;

        margin: 0;

        text-align: left;
    }


    /* ==========================================
       BUCHEN BUTTON RECHTS
       ========================================== */

    .freiraum-buchen-button {
        flex: 0 0 auto;

        padding: 8px 18px;

        font-size: 14px;

        white-space: nowrap;
    }


    /* ==========================================
       HARD FACTS
       ========================================== */

    .bubble-time-fakten {
        margin-top: 18px;

        padding-top: 14px;

        font-size: 13px;

        font-weight: 600;

        line-height: 1.55;
    }
    
    .freiraum-termin-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {

    .freiraum-termin-info {
        flex: 1 1 auto;
        align-items: flex-start;
        text-align: left;
    }

    .freiraum-termin-uhrzeit {
        margin-top: 2px !important;
        text-align: left;
    }

}

/* ==========================================
FREIRAUM – BUCHUNGS-TEST
========================================== */

.freiraum-buchungs-testtext {
    margin: 0;
    color: #023770;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.freiraum-buchungsmaske-termin {
    justify-content: center;
}

/* ==========================================
TERMINWUNSCH IN DER TERMINE-BUBBLE
========================================== */

.bubble-time-wunsch {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    box-sizing: border-box !important;

    margin: 26px 0 20px 0 !important;
    padding: 18px 20px !important;

    background: yellow !important;
    border: 3px solid red !important;

    text-align: left !important;
}

.bubble-time-wunsch-text {
    display: block !important;
    flex: 1 1 auto !important;

    color: blue !important;
    text-align: left !important;
}

.freiraum-terminwunsch-button {
    display: inline-block !important;
    flex: 0 0 auto !important;

    background: red !important;
    color: white !important;

    border: 3px solid black !important;
    padding: 10px 25px !important;
}


/* ==========================================
FRAGE LINKS
========================================== */

.bubble-time-wunsch-text {
    flex: 1 1 auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #023770 !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    text-align: left !important;
}


/* ==========================================
BUTTON RECHTS
========================================== */

.freiraum-terminwunsch-button {
    flex: 0 0 auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 72px !important;

    margin: 0 !important;
    padding: 9px 24px !important;

    border: 1px solid #CC4E00 !important;
    border-radius: 30px !important;

    background: #CC4E00 !important;
    background-color: #CC4E00 !important;

    color: #FFFFFF !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    text-align: center !important;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.freiraum-terminwunsch-button:hover {
    background: #023770 !important;
    background-color: #023770 !important;
    border-color: #023770 !important;
    color: #FFFFFF !important;

    transform: translateY(-1px);
}


/* ==========================================
MOBILE
========================================== */

@media (max-width: 600px) {

    .bubble-time-wunsch {
        gap: 14px;
        padding: 16px;
    }

    .bubble-time-wunsch-text {
        font-size: 13px !important;
    }

    .freiraum-terminwunsch-button {
        min-width: 64px !important;
        padding: 9px 19px !important;
    }

}

/* ==========================================
   NEUE ANGEBOTSSEITE – MOBILE ANPASSUNG
   ========================================== */

@media (max-width: 767px) {

    /* Termin-Bubble wieder in den normalen Seitenfluss */
    .bubble-time {
        position: relative !important;

        top: auto !important;
        right: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 20px 0 0 0 !important;

        box-sizing: border-box !important;
    }


    /* Termine untereinander */
    .bubble-time-termine {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        gap: 12px !important;
    }


    /* Einzelner Termin */
    .freiraum-termin {
        width: 100% !important;
        box-sizing: border-box !important;

        display: flex !important;
        flex-direction: row !important;

        align-items: center !important;
        justify-content: space-between !important;

        gap: 15px !important;
    }


    /* Informationen links */
    .freiraum-termin-info {
        flex: 1 1 auto !important;

        min-width: 0 !important;

        align-items: flex-start !important;

        text-align: left !important;
    }


    /* Button rechts */
    .freiraum-buchen-button {
        flex: 0 0 auto !important;

        white-space: nowrap !important;
    }
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eb482d *//* ==========================================
 FREIRAUM – TERMINWUNSCH BUBBLE
 ========================================== */

.freiraum-terminwunsch-bubble {

    width: 430px;
    max-width: 100%;

    margin-top: 325px;
    margin-left: auto;
    margin-right: 22%;

    padding: 20px 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 30% 20%,
            rgba(255,255,255,0.88) 0%,
            rgba(255,255,255,0.62) 45%,
            rgba(255,255,255,0.30) 100%
        );

    border: 1px solid rgba(255,255,255,0.70);

    border-radius: 32px 40px 35px 42px;

    box-shadow:
        inset 8px 8px 18px rgba(255,255,255,0.38),
        inset -8px -8px 18px rgba(2,55,112,0.04),
        0 12px 30px rgba(2,55,112,0.10);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    font-family: "Open Sans", sans-serif;
}


/* ==========================================
   TEXT
   ========================================== */

.freiraum-terminwunsch-bubble-text {

    flex: 1 1 auto;

    min-width: 0;

    text-align: left;
}


.freiraum-terminwunsch-bubble-titel {

    margin-bottom: 4px;

    color: #CC4E00;

    font-family: "Libre Baskerville", serif;

    font-size: 16px;
    line-height: 1.35;
}


.freiraum-terminwunsch-bubble-text-inhalt {

    color: #023770;

    font-size: 13px;
    line-height: 1.45;
}


/* ==========================================
   BUTTON
   ========================================== */

.freiraum-terminwunsch-button {

    flex: 0 0 auto;

    padding: 8px 17px;

    border: 1px solid #CC4E00 !important;
    border-radius: 30px !important;

    background: #CC4E00 !important;

    color: #FFFFFF !important;

    font-family: "Open Sans", sans-serif !important;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.3;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


.freiraum-terminwunsch-button:hover {

    background: #023770 !important;
    border-color: #023770 !important;

    color: #FFFFFF !important;

    transform: translateY(-1px);
}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

    .freiraum-terminwunsch-bubble {

        width: 100%;
        max-width: 100%;

        margin: 14px 0 0 0;

        padding: 17px 18px;

        gap: 14px;

        border-radius: 28px 34px 30px 36px;

        box-sizing: border-box;
    }


    .freiraum-terminwunsch-bubble-titel {

        font-size: 15px;
    }


    .freiraum-terminwunsch-bubble-text-inhalt {

        font-size: 12px;
    }


    .freiraum-terminwunsch-button {

        padding: 8px 14px;

        font-size: 12px;

        white-space: nowrap;
    }

}/* End custom CSS */