:root{--project-primary:#2563eb;--project-primary-hover:#1d4ed8;--project-primary-light:rgba(37, 99, 235, 0.08);--project-accent:#16a34a;--project-accent-hover:#15803d;--project-accent-light:rgba(22, 163, 74, 0.08);--project-success:#16a34a;--project-success-light:#f0fdf4;--project-error:#dc2626;--project-error-light:#fef2f2;--project-bg:#ffffff;--project-bg-gray:#f8fafc;--project-border:#e2e8f0;--project-border-hover:#cbd5e1;--project-text-main:#0f172a;--project-text-muted:#64748b;--project-radius:16px;--project-radius-sm:8px;--project-font:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--project-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.project-form{font-family:var(--project-font);background:var(--project-bg);border:1px solid var(--project-border);border-radius:var(--project-radius);box-shadow:0 10px 25px -5px rgb(0 0 0 / .05),0 8px 10px -6px rgb(0 0 0 / .05);overflow:hidden;width:100%;max-width:800px;margin:2rem auto;color:var(--project-text-main);line-height:1.5;box-sizing:border-box}@media (max-width:767px){.project-form:not(.project-form--anmeldung){max-width:none!important;width:100%!important;margin:0!important}.license-plate-input{max-width:100%!important}.elementor-section.elementor-section-boxed .elementor-container,.elementor-widget-project_order_form .elementor-widget-container{max-width:100%!important;padding-left:0!important;padding-right:0!important}.project-el-product-form-wrap{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}}.project-form__header{background:linear-gradient(135deg,var(--project-primary),#1e40af);color:#fff;padding:1.75rem 2rem}.project-form__header h2{font-size:1.5rem;font-weight:800;margin:0 0 .5rem 0;color:#fff;line-height:1.3}.project-form__header p{font-size:.875rem;color:rgb(255 255 255 / .7);margin:0;font-weight:500}.project-form__progress{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem .5rem 2rem;border-bottom:1px solid var(--project-border);background:var(--project-bg-gray)}.project-form__progress-step{display:flex;align-items:center;gap:.75rem;background:none;border:none;padding:0;color:var(--project-text-muted);font-size:.875rem;text-align:left;transition:var(--project-transition)}.project-form__progress-step.is-active{color:var(--project-primary)}.project-form__progress-step.is-completed{color:var(--project-success)}.project-form__progress-icon{width:2.75rem;height:2.75rem;border-radius:50%;background:#e2e8f0;color:var(--project-text-muted);display:flex;align-items:center;justify-content:center;font-weight:700;transition:var(--project-transition)}.project-form__progress-icon svg{width:1.25rem;height:1.25rem}.project-form__progress-step.is-active .project-form__progress-icon{background:var(--project-primary);color:#fff;box-shadow:0 4px 10px rgb(37 99 235 / .3)}.project-form__progress-step.is-completed .project-form__progress-icon{background:var(--project-success);color:#fff;box-shadow:0 4px 10px rgb(22 163 74 / .2)}.project-form__progress-text{display:none}.project-form__progress-text strong{display:block;font-size:.875rem;font-weight:700}.project-form__progress-text small{display:block;font-size:.75rem;color:var(--project-text-muted)}.project-form__progress-line{flex:1;height:2px;background:#e2e8f0;margin:0 1rem;position:relative;border-radius:2px;overflow:hidden}.project-form__progress-line div{height:100%;width:0;background:var(--project-success);transition:width 0.5s cubic-bezier(.4,0,.2,1)}.project-form__step{display:none;padding:2rem;min-height:350px;animation:fadeInSlide 0.4s ease-out}.project-form__step.is-active{display:block}@keyframes fadeInSlide{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-form__step-title{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.project-form__step-title-icon{width:2.75rem;height:2.75rem;border-radius:12px;background:var(--project-primary-light);color:var(--project-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-form__step-title-icon svg{width:1.5rem;height:1.5rem}.project-form__step-title h3{font-size:1.25rem;font-weight:700;margin:0 0 .25rem 0;color:var(--project-text-main)}.project-form__step-title p{font-size:.875rem;color:var(--project-text-muted);margin:0}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.form-grid label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:700;color:#334155}.form-grid label span{display:block}.form-grid .required{color:var(--project-error)}.form-grid__wide{grid-column:1 / -1}.project-form input[type="text"],.project-form input[type="email"],.project-form input[type="tel"],.project-form select{width:100%;padding:.75rem 1rem;border:1px solid var(--project-border);border-radius:12px;font-size:1rem;color:var(--project-text-main);background-color:#fff;outline:none;transition:var(--project-transition)}.project-form input:focus,.project-form select:focus{border-color:var(--project-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .15)}.project-form input.has-error,.project-form select.has-error{border-color:var(--project-error)!important;background-color:var(--project-error-light)!important}.helper-text{font-size:.75rem;color:var(--project-text-muted);font-weight:400;display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.icon--xs{width:.875rem;height:.875rem;flex-shrink:0}.radio-group-label{display:block;margin-bottom:.75rem;font-weight:700;font-size:.875rem;color:#334155}.radio-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem}.radio-card{position:relative;border:2px solid var(--project-border);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:var(--project-transition);user-select:none;background:#fff}.radio-card input[type="radio"]{margin:0;width:1.125rem;height:1.125rem;accent-color:var(--project-primary);flex-shrink:0}.radio-card__body{display:flex;flex-direction:column;gap:.125rem}.radio-card__title{font-weight:700;font-size:.875rem;color:var(--project-text-main)}.radio-card__title .accent-price{color:var(--project-accent-hover)}.radio-card__desc{font-size:.75rem;color:var(--project-text-muted);font-weight:400}.radio-card:hover{border-color:var(--project-border-hover);background:var(--project-bg-gray)}.radio-card.is-selected{border-color:var(--project-primary);background:var(--project-primary-light)}.project-form__conditional-panel{background:var(--project-primary-light);border:1px solid rgb(37 99 235 / .15);border-radius:12px;padding:1.25rem;margin-top:.5rem}.panel-intro{font-size:.875rem;color:#334155;margin:0 0 1rem 0;font-weight:500}.panel-intro a.whatsapp-link{color:var(--project-primary);font-weight:700;text-decoration:underline}.license-plate-input-wrapper{margin-bottom:1rem}.license-plate-input{display:inline-flex;align-items:center;background:#fff;border:3px solid #0f172a;border-radius:8px;height:60px;overflow:hidden;position:relative;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);box-sizing:border-box;width:100%;max-width:320px}.license-plate-input__blue-band{width:42px;height:100%;background-color:#039;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;font-family:Arial,sans-serif;user-select:none}.license-plate-input__blue-band .stars{width:16px;height:16px}.license-plate-input__blue-band .d-letter{font-size:14px;font-weight:900;line-height:1}.plate-segment{border:none!important;background:transparent!important;height:100%!important;text-align:center;font-size:24px!important;font-weight:700;font-family:'Courier New',Courier,monospace;text-transform:uppercase;color:#0f172a;padding:0!important;box-shadow:none!important;outline:none!important}.plate-segment--city{width:60px}.plate-segment--letters{width:50px}.plate-segment--numbers{width:80px}.plate-separator{width:16px;height:16px;background:#cbd5e1;border-radius:50%;flex-shrink:0;display:inline-block;position:relative;box-shadow:inset 0 1px 3px rgb(0 0 0 / .1)}.plate-separator::after{content:'';position:absolute;width:8px;height:8px;border-radius:50%;background:#94a3b8;top:4px;left:4px}.project-form__uploads-section{display:flex;flex-direction:column;gap:1.5rem}.upload-section-title{display:flex;align-items:center;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--project-border)}.upload-section-title svg{width:1.5rem;height:1.5rem;flex-shrink:0}.upload-section-title h4{font-size:1rem;font-weight:700;margin:0;color:var(--project-text-main)}.upload-section-title small{display:block;font-size:.75rem;color:var(--project-text-muted)}.uploads-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.upload-card{border:2px dashed var(--project-border);border-radius:var(--project-radius-sm);background:var(--project-bg-gray);transition:var(--project-transition);position:relative;overflow:hidden}.upload-card:hover{border-color:rgb(37 99 235 / .4);background:var(--project-primary-light)}.upload-card__top{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1rem .5rem 1rem}.upload-card__label{font-size:.875rem;font-weight:700;color:var(--project-text-main);line-height:1.3}.upload-card__info-btn{background:var(--project-primary-light);border:none;width:1.75rem;height:1.75rem;border-radius:50%;color:var(--project-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--project-transition);flex-shrink:0}.upload-card__info-btn:hover{background:rgb(37 99 235 / .15);transform:scale(1.05)}.upload-card__info-btn svg{width:.875rem;height:.875rem}.upload-card__hint{font-size:.75rem;color:var(--project-text-muted);padding:0 1rem;margin:0 0 .75rem 0;line-height:1.4}.upload-card__area-wrapper{position:relative}.upload-card__area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;cursor:pointer;text-align:center}.upload-card__area-icon{font-size:1.75rem;margin-bottom:.5rem}.upload-card__area-cta{font-size:.875rem;font-weight:700;color:var(--project-primary);margin-bottom:.25rem}.upload-card__area-spec{font-size:.75rem;color:var(--project-text-muted)}.upload-card__file-input{display:none!important}.upload-card__preview{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--project-border);border-radius:8px;padding:.75rem;margin:0 1rem 1rem 1rem;box-shadow:0 2px 4px rgb(0 0 0 / .02)}.upload-card__preview-thumb{width:3.5rem;height:3.5rem;border-radius:6px;background-size:cover;background-position:center;background-color:var(--project-bg-gray);flex-shrink:0;display:flex;align-items:center;justify-content:center}.upload-card__preview-thumb.is-pdf{background-color:#fee2e2;color:#ef4444;font-weight:700;font-size:.75rem}.upload-card__preview-info{flex:1;min-width:0}.upload-card__filename{display:block;font-size:.875rem;font-weight:600;color:var(--project-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-card__filesize{display:block;font-size:.75rem;color:var(--project-text-muted)}.upload-card__remove{background:#fee2e2;border:none;color:#ef4444;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;cursor:pointer;transition:var(--project-transition)}.upload-card__remove:hover{background:#fecaca;color:#dc2626}.upload-card__status{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--project-success);font-weight:600;margin:-.25rem 1rem 1rem 1rem}.upload-card__error{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--project-error);font-weight:600;margin:-.25rem 1rem 1rem 1rem}.upload-card.is-uploaded{border-color:#86efac;background:var(--project-success-light)}.upload-card.is-error{border-color:#fca5a5;background:var(--project-error-light)}.upload-help-bar{background:var(--project-bg-gray);border:1px solid var(--project-border);border-radius:12px;padding:1.25rem}.upload-help-bar p{margin:0 0 1rem 0;font-size:.875rem;color:#334155}.upload-help-bar__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.upload-help-bar__buttons a{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.75rem;font-weight:700;padding:.625rem 1rem;border-radius:8px;color:#fff;transition:var(--project-transition)}.upload-help-bar__buttons a svg{width:1rem;height:1rem}.btn-whatsapp{background:#25d366}.btn-whatsapp:hover{background:#20ba5a}.btn-email{background:var(--project-primary)}.btn-email:hover{background:var(--project-primary-hover)}.important-info-accordion{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;overflow:hidden}.important-info-accordion summary{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;list-style:none;user-select:none}.important-info-accordion summary::-webkit-details-marker{display:none}.important-info-accordion summary strong{display:block;color:#78350f;font-size:.875rem}.important-info-accordion summary small{display:block;color:#92400e;font-size:.75rem}.important-info-accordion .chevron{width:1.25rem;height:1.25rem;color:#78350f;transition:transform 0.3s ease}.important-info-accordion[open] .chevron{transform:rotate(180deg)}.accordion-content{padding:0 1rem 1rem 1rem;font-size:.825rem;color:#78350f;line-height:1.5}.accordion-content p{margin:0 0 .5rem 0}.accordion-content p:last-child{margin:0}.project-form__price-summary{background:linear-gradient(to right,var(--project-primary-light),var(--project-accent-light));border:1px solid rgb(37 99 235 / .1);border-radius:12px;padding:1.25rem;margin-top:1.5rem}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.25rem 0}.price-label{color:var(--project-text-muted);font-weight:500}.price-value{font-weight:700;color:var(--project-text-main)}.price-row--total{border-top:1px solid rgb(37 99 235 / .15);margin-top:.5rem;padding-top:.75rem}.price-row--total .price-label{color:var(--project-primary);font-size:1rem;font-weight:700}.price-row--total .price-value{color:var(--project-primary);font-size:1.25rem;font-weight:800}.project-form__errors{background:var(--project-error-light);border:1px solid rgb(220 38 38 / .2);border-radius:12px;color:var(--project-error);padding:1rem 1.25rem;font-size:.875rem;font-weight:600;margin:1.5rem 0 0 0}.project-form__actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem 2rem 2rem;border-top:1px solid var(--project-border);background:#fff}.project-form button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:700;padding:.875rem 1.75rem;border-radius:12px;cursor:pointer;transition:var(--project-transition);border:none;line-height:1.2}.project-form button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background-color:var(--project-primary);color:#fff}.button-primary:hover:not(:disabled){background-color:var(--project-primary-hover);box-shadow:0 4px 12px rgb(37 99 235 / .25)}.button-secondary{background-color:#fff0;color:var(--project-text-muted)}.button-secondary:hover:not(:disabled){color:var(--project-primary)}.button-accent{background-color:var(--project-accent);color:#fff}.button-accent:hover:not(:disabled){background-color:var(--project-accent-hover);box-shadow:0 4px 12px rgb(245 158 11 / .25)}.project-form button .icon{width:1.125rem;height:1.125rem}.project-form.is-loading{position:relative;pointer-events:none}.project-form.is-loading::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .7);z-index:10}.project-form.is-success .project-form__progress,.project-form.is-success .project-form__step,.project-form.is-success .project-form__actions{display:none!important}.project-form__success-screen{display:none;padding:3rem 2rem;text-align:center;animation:fadeInSlide 0.4s ease-out}.project-form.is-success .project-form__success-screen{display:block}.success-icon-wrapper{width:4rem;height:4rem;background:var(--project-success-light);color:var(--project-success);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.success-icon-wrapper svg{width:2.25rem;height:2.25rem}.project-form__success-screen h3{font-size:1.5rem;font-weight:800;margin:0 0 .75rem 0;color:var(--project-text-main)}.project-form__success-screen p{font-size:.95rem;color:var(--project-text-muted);margin:0 0 1.5rem 0}.success-details-card{background:var(--project-bg-gray);border:1px solid var(--project-border);border-radius:12px;padding:1.5rem;max-width:450px;margin:0 auto 2rem auto;text-align:left}.success-details-card p{margin:0 0 .5rem 0;font-size:.875rem;color:var(--project-text-main)}.success-details-card p:last-child{margin:0}.project-form__footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:1rem 2rem;background:var(--project-bg-gray);border-top:1px solid var(--project-border)}.trust-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--project-text-muted);font-weight:600}.trust-badge svg{width:.875rem;height:.875rem;color:var(--project-text-muted)}.project-form__modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.project-form__modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px)}.project-form__modal-content{background:#fff;border-radius:var(--project-radius);max-width:450px;width:100%;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);animation:fadeInScale 0.3s cubic-bezier(.16,1,.3,1)}@keyframes fadeInScale{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.project-form__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--project-border)}.modal-title{font-size:.875rem;font-weight:800;margin:0;color:var(--project-text-main)}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--project-text-muted);transition:var(--project-transition)}.modal-close:hover{color:var(--project-text-main)}.project-form__modal-body{padding:1.25rem;text-align:center}.modal-img{max-width:100%;height:auto;border-radius:var(--project-radius-sm);box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}.modal-hint{margin:1rem 0 0 0;font-size:.75rem;color:var(--project-text-muted);line-height:1.4}@media (min-width:640px){.project-form__progress-text{display:block}.radio-cards-grid{grid-template-columns:repeat(2,1fr)}.uploads-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.project-form{margin:0;border-radius:0;border:none}.project-form__header{padding:1.25rem 1rem}.project-form__progress{padding:1rem}.project-form__step{padding:1.25rem 1rem}.project-form__actions{padding:1rem}.license-plate-input{max-width:100%}}.checkout-page-section input[type="text"],.checkout-page-section input[type="email"],.checkout-page-section input[type="tel"]{width:100%;padding:.75rem 1rem;border:1px solid var(--project-border);border-radius:12px;font-size:1rem;color:var(--project-text-main);background-color:#fff;outline:none;transition:var(--project-transition)}.checkout-page-section input:focus{border-color:var(--project-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .15)}.checkout-page-section input.has-error{border-color:var(--project-error)!important;background-color:var(--project-error-light)!important}@media (min-width:1024px){.checkout-layout-grid{grid-template-columns:3fr 2fr!important}}.nachreichen-page-section input[type="text"]{width:100%;padding:.75rem 1rem;border:1px solid var(--project-border);border-radius:12px;font-size:1rem;color:var(--project-text-main);background-color:#fff;outline:none;transition:var(--project-transition)}.nachreichen-page-section input:focus{border-color:var(--project-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .15)}.nachreichen-page-section input.has-error{border-color:var(--project-error)!important;background-color:var(--project-error-light)!important}.abmeldung-form{font-family:var(--project-font);display:flex;flex-direction:column;gap:1.25rem;max-width:56rem;margin:0 auto;padding:0}.abmeldung-whatsapp-banner{display:flex;align-items:center;gap:.875rem;background:var(--project-primary-light);border:1px solid rgb(37 99 235 / .15);border-radius:var(--project-radius);padding:1rem 1.25rem;flex-wrap:wrap}.abmeldung-whatsapp-banner__icon{flex-shrink:0;color:var(--project-primary)}.abmeldung-whatsapp-banner__text{flex:1;display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:var(--project-text-main);min-width:180px}.abmeldung-whatsapp-banner__text strong{font-weight:700}.abmeldung-whatsapp-banner__text span{color:var(--project-text-muted)}.abmeldung-whatsapp-banner__btn{display:inline-flex;align-items:center;gap:.4rem;background:#25D366;color:#fff;font-weight:700;font-size:.8rem;padding:.55rem 1rem;border-radius:10px;text-decoration:none;transition:opacity 0.2s;white-space:nowrap;flex-shrink:0}.abmeldung-whatsapp-banner__btn:hover{opacity:.88;color:#fff}.abmeldung-phone-bar{display:flex;align-items:center;gap:.5rem;background:var(--project-bg-gray);border:1px solid var(--project-border);border-radius:var(--project-radius-sm);padding:.65rem 1rem;font-size:.825rem;color:var(--project-text-muted)}.abmeldung-phone-bar__link{font-weight:700;color:var(--project-primary);text-decoration:none}.abmeldung-phone-bar__link:hover{text-decoration:underline}.abmeldung-section{background:#fff;border:1px solid var(--project-border);border-radius:var(--project-radius);padding:1.4rem 1.5rem;box-shadow:0 1px 4px rgb(0 0 0 / .04)}.abmeldung-section__header{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:1px solid var(--project-border)}.abmeldung-section__icon{width:2rem;height:2rem;border-radius:8px;background:var(--project-primary-light);color:var(--project-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.abmeldung-section__title{margin:0;font-size:1rem;font-weight:800;color:var(--project-text-main);line-height:1.3}.abmeldung-field-group{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.1rem}.abmeldung-field-group:last-child{margin-bottom:0}.abmeldung-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:600px){.abmeldung-fields-row{grid-template-columns:1fr}}.abmeldung-field-label{font-size:.825rem;font-weight:700;color:#334155;display:block;margin:0}.abmeldung-field-label--sub{font-weight:600;color:var(--project-text-muted)}.abmeldung-field-label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.abmeldung-required{color:var(--project-error)}.abmeldung-field-hint{font-size:.73rem;color:var(--project-text-muted);line-height:1.4}.abmeldung-field-error{font-size:.75rem;font-weight:600;color:var(--project-error);display:flex;align-items:center;gap:.3rem}.abmeldung-input{width:100%;padding:.65rem .875rem;border:1.5px solid var(--project-border);border-radius:10px;font-size:.9rem;font-family:var(--project-font);color:var(--project-text-main);background:#fff;transition:border-color 0.2s,box-shadow 0.2s;outline:none;box-sizing:border-box}.abmeldung-input:focus{border-color:var(--project-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.abmeldung-input.has-error{border-color:var(--project-error);background:var(--project-error-light)}.abmeldung-input--upper{text-transform:uppercase}.abmeldung-input--mono{font-family:'Courier New',Courier,monospace;letter-spacing:.05em}.abmeldung-input--center{text-align:center}.abmeldung-input--code{font-size:1.15rem;font-weight:700;letter-spacing:.3em}.abmeldung-info-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border:1px solid var(--project-border);border-radius:99px;background:#fff;font-size:.72rem;font-weight:700;color:var(--project-text-muted);cursor:pointer;transition:border-color 0.2s,color 0.2s;white-space:nowrap;flex-shrink:0}.abmeldung-info-btn:hover{border-color:var(--project-primary);color:var(--project-primary)}.abmeldung-help-box{display:flex;gap:.6rem;align-items:flex-start;background:var(--project-primary-light);border:1px solid rgb(37 99 235 / .15);border-radius:10px;padding:.875rem 1rem;font-size:.82rem;color:#1e3a8a;line-height:1.5}.abmeldung-help-box svg{flex-shrink:0;margin-top:2px;color:var(--project-primary)}.abmeldung-help-box p{margin:0}.abmeldung-inline-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:700;color:var(--project-primary);text-decoration:none;margin-top:.35rem}.abmeldung-inline-link:hover{text-decoration:underline}.abmeldung-fahrzeugtyp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}@media (max-width:768px){.abmeldung-fahrzeugtyp-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:400px){.abmeldung-fahrzeugtyp-grid{grid-template-columns:repeat(2,1fr)}}.abmeldung-typ-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:68px;padding:.55rem .4rem;border:2px solid var(--project-border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color 0.2s,background 0.2s,color 0.2s;color:var(--project-text-muted)}.abmeldung-typ-btn:hover:not(.is-active){border-color:rgb(37 99 235 / .4);color:var(--project-primary)}.abmeldung-typ-btn.is-active{border-color:var(--project-primary);background:var(--project-primary-light);color:var(--project-primary)}.abmeldung-typ-btn__icon{display:flex;align-items:center;justify-content:center;line-height:1}.abmeldung-typ-btn__label{font-size:.7rem;font-weight:700;text-align:center;line-height:1.2}.abmeldung-reservierung-cards{display:flex;flex-direction:column;gap:.625rem}.abmeldung-radio-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:2px solid var(--project-border);border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:border-color 0.2s,background 0.2s;width:100%}.abmeldung-radio-card:hover:not(.is-active){border-color:rgb(37 99 235 / .4)}.abmeldung-radio-card.is-active{border-color:var(--project-primary);background:var(--project-primary-light)}.abmeldung-radio-card__left{display:flex;align-items:flex-start;gap:.75rem}.abmeldung-radio-dot{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;color:#fff0;transition:border-color 0.2s,background 0.2s}.abmeldung-radio-dot.is-active{border-color:var(--project-primary);background:var(--project-primary);color:#fff}.abmeldung-radio-card__title{display:block;font-size:.875rem;font-weight:700;color:var(--project-text-main)}.abmeldung-radio-card__desc{display:block;font-size:.75rem;color:var(--project-text-muted);margin-top:.2rem;line-height:1.4}.abmeldung-radio-card__price{white-space:nowrap;font-size:.8rem;font-weight:700;padding:.25rem .65rem;border-radius:99px;background:#f1f5f9;color:var(--project-text-muted);flex-shrink:0;transition:background 0.2s,color 0.2s}.abmeldung-radio-card.is-active .abmeldung-radio-card__price{background:rgb(37 99 235 / .12);color:var(--project-primary)}.abmeldung-summary-box{background:var(--project-primary-light);border:1px solid rgb(37 99 235 / .2);border-radius:var(--project-radius);padding:1.4rem 1.5rem}.abmeldung-summary-box__title{margin:0 0 1rem 0;font-size:1.05rem;font-weight:800;color:var(--project-text-main)}.abmeldung-summary-lines{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgb(37 99 235 / .15)}.abmeldung-summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--project-text-muted)}.abmeldung-summary-line strong{color:var(--project-text-main);font-weight:700}.abmeldung-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.abmeldung-summary-total span{font-size:1rem;font-weight:800;color:var(--project-text-main)}.abmeldung-summary-total strong{font-size:1.5rem;font-weight:900;color:var(--project-primary)}.abmeldung-error-box{background:var(--project-error-light);border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;font-size:.82rem;color:var(--project-error);font-weight:600;margin-bottom:1rem}.abmeldung-cta-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.5rem;background:var(--project-primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:800;font-family:var(--project-font);cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow 0.2s}.abmeldung-cta-btn:hover{background:var(--project-primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgb(37 99 235 / .3)}.abmeldung-cta-btn:active{transform:translateY(0)}.abmeldung-cta-btn:disabled,.abmeldung-cta-btn.is-loading{opacity:.7;cursor:not-allowed;transform:none}.abmeldung-trust-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:.875rem}.abmeldung-trust-badge{display:flex;align-items:center;gap:.35rem;font-size:.73rem;color:var(--project-text-muted)}.abmeldung-help-image-wrap{position:relative;width:100%;margin-top:.75rem;border-radius:.625rem;border:1px solid #e2e8f0;background:#fff;overflow:hidden}.abmeldung-help-image{display:block;width:100%;height:auto;max-height:320px;object-fit:contain;border-radius:.625rem}.abmeldung-help-box--image-only{display:flex;flex-direction:column;align-items:stretch;padding:.875rem}.abmeldung-help-box--image-only .abmeldung-help-image-wrap{margin-top:0;margin-bottom:.5rem}.project-form--anmeldung{--anmeldung-content-padding-x:2rem;--anmeldung-content-padding-y:1.5rem;--anmeldung-content-padding-bottom:2rem;--anmeldung-section-padding:1.25rem;--anmeldung-section-gap:1.5rem;--anmeldung-card-gap:0.75rem;--anmeldung-card-padding:1rem;width:100%;max-width:56rem;box-sizing:border-box}.project-el-product-form-wrap .project-elementor-order-form,.elementor-widget-project_order_form,.elementor-widget-project_order_form .elementor-widget-container,.project-elementor-order-form{width:100%!important;max-width:100%;min-width:0;box-sizing:border-box}.project-form--anmeldung .project-form__help-top{padding:var(--anmeldung-content-padding-y) var(--anmeldung-content-padding-x) 0}.project-form--anmeldung .project-form__content{display:flex;flex-direction:column;gap:var(--anmeldung-section-gap);padding:var(--anmeldung-content-padding-y) var(--anmeldung-content-padding-x) var(--anmeldung-content-padding-bottom)}.project-form--anmeldung .anmeldung-section{border:1px solid var(--project-border);border-radius:12px;padding:var(--anmeldung-section-padding);background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .02)}.project-form--anmeldung .anmeldung-section--summary{background:rgb(15 23 42 / .02);box-shadow:inset 0 1px 3px rgb(0 0 0 / .01)}.project-form--anmeldung .anmeldung-section__title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem 0;font-size:1rem;font-weight:800;color:#0f172a;line-height:1.3}.project-form--anmeldung .anmeldung-section__title-icon{display:inline-flex;align-items:center;color:var(--project-primary);flex-shrink:0}.project-form--anmeldung .anmeldung-section__intro{margin:0 0 1rem 0;font-size:.85rem;color:#475569}.project-form--anmeldung .radio-cards-grid{display:grid;grid-template-columns:1fr;gap:var(--anmeldung-card-gap)}.project-form--anmeldung .radio-card{display:flex;align-items:flex-start;gap:.75rem;border:2px solid var(--project-border);border-radius:12px;padding:var(--anmeldung-card-padding);background:#fff;cursor:pointer;transition:var(--project-transition);user-select:none}.project-form--anmeldung .radio-card:hover{border-color:var(--project-border-hover);background:var(--project-bg-gray)}.project-form--anmeldung .radio-card.is-selected{border-color:var(--project-primary);background:var(--project-primary-light)}.project-form--anmeldung .radio-card input[type="radio"]{margin:3px 0 0 0;width:1.125rem;height:1.125rem;accent-color:var(--project-primary);flex-shrink:0}.project-form--anmeldung .radio-card__body{display:flex;flex-direction:column;gap:.125rem;min-width:0}.project-form--anmeldung .radio-card__title{display:block;font-weight:700;font-size:.875rem;color:var(--project-text-main);line-height:1.4;word-wrap:break-word}.project-form--anmeldung .radio-card__desc{display:block;font-size:.75rem;color:#64748b;margin-top:.25rem;line-height:1.4}.project-form--anmeldung .conditional-panel{display:none;margin-top:1rem;border:1px solid rgb(37 99 235 / .15);background:rgb(37 99 235 / .02);border-radius:12px;padding:1rem;font-size:.8rem;color:#475569}.project-form--anmeldung .conditional-panel--warning{border-color:#fde68a;background:#fffbeb;color:#78350f}.project-form--anmeldung .conditional-panel--danger{border-color:#fca5a5;background:#fef2f2;color:#991b1b}.project-form--anmeldung .conditional-panel strong{display:block;margin-bottom:.25rem}.project-form--anmeldung .conditional-panel p{margin:0 0 .5rem 0}.project-form--anmeldung .conditional-panel p:last-child{margin-bottom:0}.project-form--anmeldung .conditional-panel img{max-width:100%;height:auto;border-radius:8px;border:1px solid #cbd5e1}.project-form--anmeldung .input-panel{display:none;margin-top:1rem;border:1px solid rgb(37 99 235 / .15);background:rgb(37 99 235 / .02);border-radius:12px;padding:1rem;gap:1rem;flex-direction:column}.project-form--anmeldung .input-panel.is-visible{display:flex}.project-form--anmeldung .form-field{display:flex;flex-direction:column;gap:.5rem}.project-form--anmeldung .form-field__label{font-size:.85rem;font-weight:700;color:#0f172a}.project-form--anmeldung .info-toggle-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:1px solid #cbd5e1;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;color:#64748b;cursor:pointer;flex-shrink:0}.project-form--anmeldung .section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.project-form--anmeldung .whatsapp-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-form--anmeldung .whatsapp-actions a,.project-form--anmeldung .whatsapp-link{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:.8rem}.project-form--anmeldung .primary-link{display:inline-flex;align-items:center;gap:.5rem;background:var(--project-primary);color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:.8rem}.project-form--anmeldung .summary-box{display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:#475569;border-bottom:1px solid #cbd5e1;padding-bottom:.75rem}.project-form--anmeldung .summary-row{display:flex;justify-content:space-between;gap:1rem}.project-form--anmeldung .summary-row--total{border-top:1px solid #cbd5e1;margin-top:.5rem;padding-top:.75rem}.project-form--anmeldung .checkbox-label{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:13px;margin-top:1.25rem;cursor:pointer}.project-form--anmeldung .checkbox-label input[type="checkbox"]{width:auto;margin-top:3px;flex-shrink:0}.project-form--anmeldung .submit-note-help{margin:.75rem 0 0 0;font-size:.7rem;color:#64748b;text-align:center}@media (max-width:767px){.elementor-6542 .elementor-element.elementor-element-3191366>.elementor-widget-container{margin-top:24px!important}.elementor-6542 .elementor-element.elementor-element-3191366 .project-elementor-order-form{max-width:100%!important;margin-left:0!important;margin-right:0!important}.project-el-product-form-wrap.e-con-boxed,.project-el-product-form-wrap{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}.e-con-boxed{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}.project-el-product-form-wrap>.e-con-inner{padding-left:0!important;padding-right:0!important;max-width:100%!important;width:100%!important}.project-el-product-form-wrap .elementor-element,.project-el-product-form-wrap .elementor-widget,.project-el-product-form-wrap .elementor-widget-container,.project-el-product-form-wrap .project-elementor-order-form{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}}@media (max-width:479px){.project-form--anmeldung{--anmeldung-content-padding-x:1rem;--anmeldung-content-padding-y:1rem;--anmeldung-content-padding-bottom:1.25rem;--anmeldung-section-padding:0.875rem;--anmeldung-section-gap:0.875rem;--anmeldung-card-gap:0.625rem;--anmeldung-card-padding:0.875rem;width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important}.project-form--anmeldung .project-form__header{padding:1.25rem 1rem}.project-form--anmeldung .project-form__header h2{font-size:1.25rem;line-height:1.3}.project-form--anmeldung .project-form__header p{font-size:.8rem}.project-form--anmeldung .project-form__progress{padding:.75rem 1rem .5rem;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.project-form--anmeldung .project-form__progress::-webkit-scrollbar{display:none}.project-form--anmeldung .project-form__progress-step{flex-shrink:0;gap:.375rem}.project-form--anmeldung .project-form__progress-icon{width:2rem;height:2rem;font-size:.75rem}.project-form--anmeldung .project-form__progress-icon svg{width:1rem;height:1rem}.project-form--anmeldung .project-form__progress-text{display:none}.project-form--anmeldung .project-form__progress-line{min-width:1.5rem;margin:0 .375rem}.project-form--anmeldung .anmeldung-section__title{font-size:.9rem}.project-form--anmeldung .radio-cards-grid{grid-template-columns:1fr}.project-form--anmeldung .radio-card{padding:.875rem;min-height:48px}.project-form--anmeldung .radio-card__title{font-size:.85rem;line-height:1.4}.project-form--anmeldung .radio-card__desc{font-size:.73rem}.project-form--anmeldung .form-field input,.project-form--anmeldung .form-field select,.project-form--anmeldung .abmeldung-input{font-size:16px;min-height:44px;padding:.65rem .875rem}.project-form--anmeldung .section-header-row{flex-wrap:wrap;gap:.5rem}.project-form--anmeldung .info-toggle-btn{margin-left:auto}.project-form--anmeldung .project-form__actions{flex-direction:column-reverse;gap:.75rem;padding:1rem}.project-form--anmeldung .project-form__actions button{width:100%;justify-content:center;padding:.875rem 1rem;font-size:.95rem}.project-form--anmeldung .abmeldung-cta-btn{padding:.875rem 1rem;font-size:.95rem}.project-form--anmeldung .project-form__footer-trust{flex-direction:column;align-items:flex-start;gap:.625rem;padding:.875rem 1rem}.abmeldung-whatsapp-banner{flex-direction:column;align-items:flex-start;gap:.75rem}.abmeldung-whatsapp-banner__btn{width:100%;justify-content:center}}@media (min-width:480px) and (max-width:639px){.project-form--anmeldung{--anmeldung-content-padding-x:1.25rem;--anmeldung-section-padding:1rem;--anmeldung-section-gap:1rem;--anmeldung-card-padding:1rem;width:100%;max-width:none;margin:0;border-radius:0;border-left:none;border-right:none}.project-form--anmeldung .radio-cards-grid{grid-template-columns:1fr}.project-form--anmeldung .project-form__progress{padding:.875rem 1.25rem .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.project-form--anmeldung .project-form__progress::-webkit-scrollbar{display:none}.project-form--anmeldung .project-form__progress-text{display:none}.project-form--anmeldung .project-form__progress-icon{width:2.25rem;height:2.25rem}.project-form--anmeldung .project-form__actions{flex-wrap:wrap;gap:.75rem;padding:1rem 1.25rem}.project-form--anmeldung .project-form__actions .button-primary{flex:1;min-width:0}.project-form--anmeldung .form-field input,.project-form--anmeldung .form-field select,.project-form--anmeldung .abmeldung-input{font-size:16px}}@media (max-width:639px){.e-con-boxed{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}.project-el-product-form-wrap.e-con-boxed{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}.project-el-product-form-wrap>.e-con-inner{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important;max-width:100%!important;width:100%!important}.project-el-product-form-wrap .elementor-element,.project-el-product-form-wrap .elementor-widget,.project-el-product-form-wrap .elementor-widget-container,.project-el-product-form-wrap .project-elementor-order-form{width:100%!important;max-width:100%!important;min-width:0!important}.project-form--anmeldung{border-radius:0;border-left:none;border-right:none}.project-form--anmeldung .radio-cards-grid{grid-template-columns:1fr!important}.project-form--anmeldung .conditional-panel{padding:.875rem}.project-form--anmeldung .input-panel{padding:.875rem}.project-form--anmeldung .summary-row{flex-wrap:wrap;gap:.25rem}.project-form--anmeldung .whatsapp-actions{flex-direction:column}.project-form--anmeldung .whatsapp-actions a,.project-form--anmeldung .whatsapp-link,.project-form--anmeldung .primary-link{justify-content:center;text-align:center}.project-form--anmeldung .conditional-panel img{max-height:220px;width:100%;object-fit:contain}.project-form--anmeldung .checkbox-label{font-size:12px}.project-form--anmeldung .project-form__errors,.abmeldung-error-box{word-wrap:break-word;overflow-wrap:anywhere}}@media (min-width:768px) and (max-width:819px){.project-form--anmeldung{--anmeldung-content-padding-x:1.5rem;--anmeldung-section-padding:1.125rem;--anmeldung-section-gap:1.25rem}.project-form--anmeldung .radio-cards-grid{grid-template-columns:1fr}.project-form--anmeldung .project-form__progress-text{display:block}.project-form--anmeldung .project-form__progress-text strong{font-size:.8rem}.project-form--anmeldung .project-form__progress-text small{display:none}}@media (min-width:820px) and (max-width:1023px){.project-form--anmeldung{--anmeldung-content-padding-x:1.75rem;--anmeldung-section-padding:1.25rem}.project-form--anmeldung .radio-cards-grid{grid-template-columns:1fr}}@media (min-width:640px) and (max-width:1023px){.project-form--anmeldung{--anmeldung-content-padding-x:1.5rem;--anmeldung-section-padding:1.125rem}.elementor-6542 .elementor-element.elementor-element-3191366>.elementor-widget-container{margin-top:48px!important}}@media (max-width:639px){.project-form__modal{padding:.75rem;align-items:flex-end}.project-form__modal-content{max-width:100%;width:100%;border-radius:var(--project-radius) var(--project-radius) 0 0;max-height:85dvh;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.project-form__modal-body{padding:1rem}.modal-img{max-height:55vw;object-fit:contain}}.project-form--anmeldung,.project-form--anmeldung *{box-sizing:border-box}.project-form--anmeldung img,.project-form--anmeldung svg{max-width:100%;height:auto}.project-form--anmeldung .project-form__errors,.project-form--anmeldung .abmeldung-error-box{word-wrap:break-word;overflow-wrap:anywhere}.project-form--anmeldung .radio-card,.project-form--anmeldung .abmeldung-radio-card,.project-form--anmeldung .abmeldung-section,.project-form--anmeldung .anmeldung-section{min-width:0;max-width:100%}@media (max-width:767px){.project-form--anmeldung .form-field input,.project-form--anmeldung .form-field select,.project-form--anmeldung .abmeldung-input,.project-form--anmeldung input[type="text"],.project-form--anmeldung input[type="email"],.project-form--anmeldung input[type="tel"],.project-form--anmeldung select{font-size:16px!important}}@media (max-width:767px){.abmeldung-fahrzeugtyp-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:399px){.abmeldung-fahrzeugtyp-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px){.project-form--anmeldung .project-form__progress-text{display:block}}@media (max-width:600px){.abmeldung-fields-row{grid-template-columns:1fr}.abmeldung-form{gap:.875rem}.abmeldung-section{padding:1rem}.abmeldung-whatsapp-banner{flex-direction:column;gap:.75rem}.abmeldung-whatsapp-banner__btn{width:100%;justify-content:center;text-align:center}.abmeldung-radio-card{gap:.5rem}.abmeldung-radio-card__price{font-size:.73rem;padding:.2rem .5rem}}@media (max-width:480px){.project-form{margin:0;border-radius:0;border:none}.project-form__header{padding:1.25rem 1rem}.project-form__progress{padding:.875rem 1rem .5rem;overflow-x:auto;scrollbar-width:none}.project-form__progress::-webkit-scrollbar{display:none}.project-form__step{padding:1.25rem 1rem}.project-form__actions{flex-direction:column-reverse;gap:.75rem;padding:1rem}.project-form__actions button{width:100%;justify-content:center}.license-plate-input{max-width:100%}.radio-cards-grid{grid-template-columns:1fr!important}.uploads-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.project-form button.button-primary{width:100%}}@media (max-width:767px){.project-form--anmeldung{max-width:100%!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.project-form--anmeldung .project-form__help-top{padding-left:var(--anmeldung-content-padding-x)!important;padding-right:var(--anmeldung-content-padding-x)!important;padding-top:1rem!important;padding-bottom:0!important}.project-form--anmeldung .project-form__content{padding-left:var(--anmeldung-content-padding-x)!important;padding-right:var(--anmeldung-content-padding-x)!important;padding-top:1rem!important;padding-bottom:1.25rem!important}.project-el-product-form-wrap>.e-con-inner{padding-left:0!important;padding-right:0!important;max-width:100%!important;width:100%!important}.project-el-product-form-wrap .elementor-widget-project_order_form,.project-el-product-form-wrap .elementor-widget-project_order_form>.elementor-widget-container,.project-el-product-form-wrap .project-elementor-order-form{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;padding-left:0!important;padding-right:0!important}.project-form--anmeldung .anmeldung-section,.project-form--anmeldung .form-section{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}.project-form--anmeldung .radio-cards-grid,.project-form--anmeldung .radio-cards-grid[style]{grid-template-columns:1fr!important;display:grid!important}.project-form--anmeldung{overflow-x:hidden}}@media (min-width:480px) and (max-width:767px){.project-form--anmeldung{--anmeldung-content-padding-x:1.25rem;--anmeldung-content-padding-y:1.25rem;--anmeldung-content-padding-bottom:1.5rem;--anmeldung-section-padding:1rem;--anmeldung-section-gap:1rem;--anmeldung-card-gap:0.75rem;--anmeldung-card-padding:1rem;max-width:100%!important;width:100%!important;margin:0!important;border-radius:0!important;border-left:none!important;border-right:none!important;box-shadow:none!important}.project-form--anmeldung input[type="text"],.project-form--anmeldung input[type="email"],.project-form--anmeldung input[type="tel"],.project-form--anmeldung select{font-size:16px!important}.project-form--anmeldung .project-form__actions{flex-wrap:wrap;gap:.75rem;padding:1rem 1.25rem}.project-form--anmeldung .project-form__actions .button-primary{flex:1;min-width:0;justify-content:center}}@media (max-width:767px){.project-form--anmeldung .project-form__help-top .whatsapp-link,.project-form--anmeldung .project-form__help-top a[href*="wa.me"]{display:flex!important;width:100%!important;justify-content:center!important;box-sizing:border-box!important}.project-form--anmeldung .project-form__help-top .help-box{flex-direction:column!important;gap:0.75rem!important}}@media (max-width:480px){.project-form--anmeldung .project-form__footer-trust{justify-content:flex-start;gap:.75rem;padding:.875rem var(--anmeldung-content-padding-x,1rem)}}@media (max-width:767px){.elementor-element.project-el-product-form-wrap.e-con-boxed{--padding-left:0px !important;--padding-right:0px !important;--padding-inline-start:0px !important;--padding-inline-end:0px !important;--padding-top:auto !important;--padding-bottom:auto !important;padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}}