@charset "UTF-8";
/* https://www.ndf-buersten.eu/wp-content/plugins/ndf-plugin/public/assets/css/ndf-form.css?ver=0.5.2 */
.ndf-form-wrapper{max-width:760px;margin:0 auto;box-sizing:border-box}.ndf-form-wrapper *,.ndf-form-wrapper *::before,.ndf-form-wrapper *::after{box-sizing:border-box}.ndf-message{padding:12px 16px;border-radius:4px;margin-bottom:16px;font-size:.95em}.ndf-message-success{background:#e7f6ec;border:1px solid #48a86a;color:#1e4620}.ndf-message-error{background:#fbeaea;border:1px solid #c0392b;color:#611a15}.ndf-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.ndf-form fieldset.ndf-section{border:1px solid #d8d8d8;border-radius:6px;padding:16px 20px 20px;margin:0 0 24px;min-width:0;width:100%;overflow:hidden}.ndf-form legend{font-weight:600;font-size:1.1em;padding:0 8px}.ndf-field{margin-bottom:16px}.ndf-field label{display:inline-block;font-weight:500;margin-bottom:4px;max-width:100%;overflow-wrap:break-word;word-break:break-word;hyphens:auto}.ndf-field input[type="text"],.ndf-field input[type="email"],.ndf-field input[type="number"],.ndf-field textarea{display:block;width:100%;max-width:420px;padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:1em}.ndf-field input.ndf-field-invalid,.ndf-field textarea.ndf-field-invalid{border-color:#c0392b;background:#fdf3f2}.ndf-input-with-unit{display:flex;align-items:center;gap:8px;max-width:420px}.ndf-input-with-unit input{max-width:none}.ndf-input-with-unit--narrow{max-width:none}.ndf-field .ndf-input-with-unit--narrow input[type="text"],.ndf-field .ndf-input-with-unit--narrow input[type="number"]{width:5.5ch;max-width:5.5ch;flex:0 0 auto;text-align:right}.ndf-input-with-unit--wide{max-width:100%}.ndf-field .ndf-input-with-unit--wide input[type="text"],.ndf-field .ndf-input-with-unit--wide input[type="email"]{max-width:100%}.ndf-unit{color:#666;white-space:nowrap}.ndf-field-label{font-weight:500;margin-bottom:6px}.ndf-radio-group{display:flex;flex-wrap:wrap;gap:8px 24px}.ndf-checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 16px}.ndf-checkbox-option{display:flex;flex-direction:column;gap:4px;min-width:0}.ndf-inline-text input{padding:4px 8px;border:1px solid #ccc;border-radius:4px;margin-top:4px}.ndf-radio-image-field{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;min-width:0}.ndf-field-image{position:relative;flex:1 1 300px;min-width:0;max-width:520px}.ndf-field-image img{display:block;width:100%;height:auto;border-radius:4px}.ndf-gallery-image{display:none;position:relative}.ndf-gallery-image.is-active{display:block;animation:ndf-gallery-fade-in 0.2s ease}@keyframes ndf-gallery-fade-in{from{opacity:0}to{opacity:1}}.ndf-highlight-marker{position:absolute;border:3px solid #ff6b00;border-radius:6px;background:rgb(255 107 0 / .16);opacity:0;transform:scale(.94);transition:opacity 0.15s ease,transform 0.15s ease;pointer-events:none}.ndf-highlight-marker.is-active{opacity:1;transform:scale(1);animation:ndf-highlight-pulse 1.1s ease-in-out infinite}@keyframes ndf-highlight-pulse{0%,100%{box-shadow:0 0 0 0 rgb(255 107 0 / .45)}50%{box-shadow:0 0 0 6px #fff0}}.ndf-radio-image-group{display:flex;flex-direction:column;gap:8px;flex:1 1 160px;min-width:150px}.ndf-radio-image-option{display:flex;align-items:center;text-align:left;min-width:0}.ndf-radio-image-option label{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;border:1px solid #fff0;cursor:pointer}.ndf-radio-image-option label:hover{background:#f5f5f5}.ndf-radio-image-option:has(input:checked) label{background:#eef5ee;border-color:#1e4620}.ndf-field-group{margin-bottom:28px}.ndf-field-group:last-child{margin-bottom:0}.ndf-group-images{display:flex;flex-direction:column;gap:24px;position:sticky;top:12px}.ndf-group-divider{border:none;border-top:1px solid #d8d8d8;margin:20px 0}.ndf-group-fields{display:flex;flex-wrap:wrap;gap:16px 24px}.ndf-group-fields .ndf-field{margin-bottom:0}.ndf-note{background:#f5f5f5;border-left:3px solid #999;padding:8px 12px;font-size:.95em}.ndf-help{color:#666;font-size:.85em;margin:4px 0 0}.ndf-required{color:#c0392b;margin-left:2px}.ndf-consent-label{display:flex;align-items:flex-start;gap:8px;font-weight:400}.ndf-submit-row{display:flex;align-items:center;gap:12px}.ndf-submit-button{background:#1e4620;color:#fff;border:none;border-radius:4px;padding:12px 28px;font-size:1em;cursor:pointer}.ndf-submit-button:disabled{opacity:.6;cursor:default}.ndf-spinner{width:18px;height:18px;border:3px solid #ccc;border-top-color:#1e4620;border-radius:50%;animation:ndf-spin 0.7s linear infinite}@keyframes ndf-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.ndf-form fieldset.ndf-section{padding:12px 14px 16px}.ndf-input-with-unit,.ndf-field input[type="text"],.ndf-field input[type="email"],.ndf-field input[type="number"],.ndf-field textarea{max-width:100%}.ndf-input-with-unit--narrow,.ndf-input-with-unit--narrow input{max-width:6.5ch}.ndf-group-images{position:static}.ndf-field-image img{max-width:100%}}