.elementor-14362 .elementor-element.elementor-element-e8c2e7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:65px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-14362 .elementor-element.elementor-element-e8c2e7b:not(.elementor-motion-effects-element-type-background), .elementor-14362 .elementor-element.elementor-element-e8c2e7b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a4be452 );}.elementor-14362 .elementor-element.elementor-element-84a43b9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14362 .elementor-element.elementor-element-742f26b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:35px 35px 35px 35px;}.elementor-14362 .elementor-element.elementor-element-742f26b{text-align:center;}.elementor-14362 .elementor-element.elementor-element-742f26b .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:53px;font-weight:700;letter-spacing:-0.3px;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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-14362 .elementor-element.elementor-element-792daca > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-14362 .elementor-element.elementor-element-792daca{text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#FFFFFF;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-14362 .elementor-element.elementor-element-792daca{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:768px){.elementor-14362 .elementor-element.elementor-element-84a43b9{--width:100%;}}@media(max-width:767px){.elementor-14362 .elementor-element.elementor-element-84a43b9{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0%;--padding-bottom:0%;--padding-left:6%;--padding-right:6%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-14362 .elementor-element.elementor-element-742f26b .elementor-heading-title{font-size:31px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-14362 .elementor-element.elementor-element-792daca{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-1c833fe *//* ===============================
   FORM LAYOUT FIX
=============================== */

.tnp-subscription {
    margin: 0px !important;
    max-width: none !important;
}

/* ==========================================
   The Newsletter Plugin – 3 gleich breite Felder
========================================== */

/* Formular */
.tnp-subscription form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    align-items: start;
}

/* Standard-Wrapper */
.tnp-subscription .tnp-field {
    margin: 0;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

/* Die 3 oberen Felder explizit in Reihe 1 */
.tnp-subscription .tnp-field-firstname {
    grid-column: 1;
    grid-row: 1;
}

.tnp-subscription .tnp-field-name {
    grid-column: 2;
    grid-row: 1;
}

.tnp-subscription .tnp-field-email {
    grid-column: 3;
    grid-row: 1;
}

/* Eingaben immer volle Breite des Wrappers */
.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 16px 20px;
    border: none;
    background: #f1f1f1;
    display: block;
}

/* Labels */
.tnp-subscription label {
    color: #ffffff !important;
    display: block;
    margin-bottom: 8px;
}

/* Checkbox-Zeile */
.tnp-subscription .tnp-field-privacy,
.tnp-subscription .tnp-field-checkbox {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
}

.tnp-subscription .tnp-field-privacy label,
.tnp-subscription .tnp-field-checkbox label {
    color: #00cfff !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
}

.tnp-subscription .tnp-field-privacy input[type="checkbox"],
.tnp-subscription .tnp-field-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
    flex: 0 0 auto;
}

/* Button-Zeile */
.tnp-subscription .tnp-field-button {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
}

/* Button Styling */
.tnp-subscription .tnp-field-button input,
.tnp-subscription .tnp-field-button button {
    width: auto;
    background: #009EE3;   /* anpassen */
    color: #ffffff;        /* anpassen */
    border: none;
    border-radius: 40px;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
}

.tnp-subscription .tnp-field-button input:hover,
.tnp-subscription .tnp-field-button button:hover {
    opacity: 0.9;
}

/* Fokus */
.tnp-subscription input[type="text"]:focus,
.tnp-subscription input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #10aeea;
}

/* Tablet */
@media (max-width: 900px) {
    .tnp-subscription form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tnp-subscription .tnp-field-firstname {
        grid-column: 1;
        grid-row: 1;
    }

    .tnp-subscription .tnp-field-name {
        grid-column: 2;
        grid-row: 1;
    }

    .tnp-subscription .tnp-field-email {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .tnp-subscription .tnp-field-privacy,
    .tnp-subscription .tnp-field-checkbox {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .tnp-subscription .tnp-field-button {
        grid-column: 1 / -1;
        grid-row: 4;
    }
}

/* Smartphone */
@media (max-width: 600px) {
    .tnp-subscription form {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .tnp-subscription .tnp-field-firstname,
    .tnp-subscription .tnp-field-name,
    .tnp-subscription .tnp-field-email,
    .tnp-subscription .tnp-field-privacy,
    .tnp-subscription .tnp-field-checkbox,
    .tnp-subscription .tnp-field-button {
        grid-column: 1 / -1;
    }

    .tnp-subscription .tnp-field-firstname { grid-row: auto; }
    .tnp-subscription .tnp-field-name      { grid-row: auto; }
    .tnp-subscription .tnp-field-email     { grid-row: auto; }
    .tnp-subscription .tnp-field-privacy,
    .tnp-subscription .tnp-field-checkbox  { grid-row: auto; }
    .tnp-subscription .tnp-field-button    { grid-row: auto; }

    .tnp-subscription .tnp-field-button {
        justify-content: flex-start;
    }

    .tnp-subscription .tnp-field-button input,
    .tnp-subscription .tnp-field-button button {
        width: 100%;
    }
}/* End custom CSS */