.elementor-9164 .elementor-element.elementor-element-8d5738f:not(.elementor-motion-effects-element-type-background), .elementor-9164 .elementor-element.elementor-element-8d5738f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAEAEA;}.elementor-9164 .elementor-element.elementor-element-8d5738f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 50px 50px 50px;z-index:2;}.elementor-9164 .elementor-element.elementor-element-8d5738f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9164 .elementor-element.elementor-element-282f256 > .elementor-widget-container{padding:0px 0px 25px 0px;}.elementor-9164 .elementor-element.elementor-element-282f256 .elementor-heading-title{font-family:var( --e-global-typography-1eb6bcc-font-family ), Sans-serif;font-size:var( --e-global-typography-1eb6bcc-font-size );font-weight:var( --e-global-typography-1eb6bcc-font-weight );line-height:var( --e-global-typography-1eb6bcc-line-height );}.elementor-9164 .elementor-element.elementor-element-6bfc3c2{column-gap:9px;}@media(max-width:1024px){.elementor-9164 .elementor-element.elementor-element-8d5738f{padding:50px 30px 50px 30px;}.elementor-9164 .elementor-element.elementor-element-282f256 .elementor-heading-title{font-size:var( --e-global-typography-1eb6bcc-font-size );line-height:var( --e-global-typography-1eb6bcc-line-height );}}@media(max-width:767px){.elementor-9164 .elementor-element.elementor-element-8d5738f{padding:30px 10px 30px 10px;}.elementor-9164 .elementor-element.elementor-element-282f256 .elementor-heading-title{font-size:var( --e-global-typography-1eb6bcc-font-size );line-height:var( --e-global-typography-1eb6bcc-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-6bfc3c2 *//* =========================================
   WORKSHOP FORMULAR – FÜHRUNG, DIE WIRKT
   ========================================= */

.fw-form {
    width: 100%;
}


/* -----------------------------------------
   Workshop-Termin oben
   ----------------------------------------- */

.fw-form__termin {
    width: 100%;
    margin-bottom: 32px;
}

.fw-form__label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
}

.fw-form__radios .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.fw-form__radios .wpcf7-list-item {
    margin: 0;
}


/* -----------------------------------------
   Zwei Hauptspalten
   ----------------------------------------- */

.fw-form__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.fw-form__column {
    width: 100%;
    min-width: 0;
}


/* -----------------------------------------
   Überschriften
   ----------------------------------------- */

.fw-form__heading {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.4;
}


/* -----------------------------------------
   Linke Spalte
   ----------------------------------------- */

.fw-form__personal {
    display: flex;
    flex-direction: column;
}

.fw-form__personal .fw-form__field {
    margin-bottom: 28px;
}

.fw-form__personal .fw-form__field:last-child {
    margin-bottom: 0;
}


/* -----------------------------------------
   Rechte Spalte
   ----------------------------------------- */

.fw-form__billing {
    display: flex;
    flex-direction: column;
}

.fw-form__billing > .fw-form__field {
    margin-bottom: 28px;
}


/* -----------------------------------------
   Eingabefelder
   ----------------------------------------- */

.fw-form input[type="text"],
.fw-form input[type="email"],
.fw-form input[type="tel"],
.fw-form select,
.fw-form textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    float: none !important;
}


/* -----------------------------------------
   Nachrichtenfeld
   ----------------------------------------- */

.fw-form__message textarea {
    height: 145px;
    min-height: 145px;
    resize: vertical;
}


/* -----------------------------------------
   Unterer Bereich rechts
   ----------------------------------------- */

.fw-form__bottom {
    margin-top: auto;
}

.fw-form__required {
    margin: 0 0 18px;
}

.fw-form__privacy {
    margin-bottom: 22px;
    line-height: 1.5;
}

.fw-form__privacy .wpcf7-list-item {
    margin: 0;
}


/* -----------------------------------------
   Absenden
   ----------------------------------------- */

.fw-form__submit {
    text-align: right;
}

.fw-form__submit input[type="submit"] {
    width: auto !important;
}


/* -----------------------------------------
   Fehlermeldungen
   ----------------------------------------- */

.fw-form .wpcf7-not-valid-tip {
    margin-top: 7px;
}


/* -----------------------------------------
   Tablet / Mobile
   ----------------------------------------- */

@media (max-width: 768px) {

    .fw-form__termin {
        margin-bottom: 28px;
    }

    .fw-form__columns {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .fw-form__bottom {
        margin-top: 0;
    }

    .fw-form__submit {
        text-align: left;
    }

    .fw-form__radios .wpcf7-radio {
        flex-direction: column;
        gap: 8px;
    }
}/* End custom CSS */