.mutterboden-calculator{max-width:800px!important;margin:40px auto!important;padding:40px!important;border:1px solid #e0e0e0!important;transition:all 0.3s ease!important}.mutterboden-header{text-align:center!important;margin-bottom:30px!important}.mutterboden-header h3{font-size:2em!important;margin:0 0 10px 0!important;font-weight:600!important}.mutterboden-subtitle{color:#666!important;font-size:1.1em!important;margin:0!important}.mutterboden-form-row{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:20px!important;margin-bottom:25px!important}.mutterboden-form-group{margin-bottom:0!important}.mutterboden-form-group label{display:block!important;margin-bottom:8px!important;font-weight:500!important;font-size:0.95em!important}.required{color:#f44336!important;margin-left:2px!important}.mutterboden-form-control{width:100%!important;padding:12px 15px!important;border:2px solid #e0e0e0!important;border-radius:6px!important;font-size:1em!important;transition:all 0.3s ease!important;box-sizing:border-box!important}.mutterboden-form-control:focus{outline:none!important;border-color:#4CAF50!important}.mutterboden-form-control::placeholder{color:#999!important}textarea.mutterboden-form-control{resize:vertical!important;min-height:80px!important}.mutterboden-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:14px 30px!important;border:none!important;border-radius:6px!important;font-size:1.05em!important;font-weight:600!important;color:#fff!important;cursor:pointer!important;transition:all 0.3s ease!important;position:relative!important;overflow:hidden!important}.mutterboden-btn:hover{transform:translateY(-2px)!important;box-shadow:0 5px 15px rgb(0 0 0 / .2)!important}.mutterboden-btn:active{transform:translateY(0)!important}.mutterboden-btn-calculate{width:100%!important;background-color:#2196F3!important}.mutterboden-btn.loading .btn-text{opacity:0!important}.mutterboden-btn.loading .btn-loader{display:block!important}.btn-loader{display:none!important;position:absolute!important;width:20px!important;height:20px!important;border:3px solid rgb(255 255 255 / .3)!important;border-top-color:#fff!important;border-radius:50%!important;animation:spin 0.6s linear infinite!important}@keyframes spin{to{transform:rotate(360deg)}}.mutterboden-results{margin-top:35px!important;padding-top:35px!important;border-top:2px solid #e0e0e0!important;animation:fadeIn 0.5s ease!important}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mutterboden-results h4{font-size:1.5em!important;margin:0 0 25px 0!important;text-align:center!important;color:#333!important}.mutterboden-results-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:20px!important;margin-bottom:25px!important}.mutterboden-result-item{padding:20px!important;background:#f9f9f9!important;border-radius:8px!important;border-left:4px solid #4CAF50!important;transition:transform 0.3s ease!important}.mutterboden-result-item:hover{transform:translateX(5px)!important}.mutterboden-result-label{font-size:0.9em!important;color:#666!important;margin-bottom:8px!important}.mutterboden-result-value{font-size:1.3em!important;font-weight:700!important}.mutterboden-total-price{padding:25px!important;border-radius:10px!important;text-align:center!important;margin:30px 0 25px 0!important}.mutterboden-total-label{font-size:1.1em!important;margin-bottom:10px!important;opacity:0.9!important}.mutterboden-total-value{font-size:2.5em!important;font-weight:700!important}.mutterboden-btn-request{width:100%!important;background-color:#4CAF50!important;font-size:1.1em!important;padding:16px 30px!important}.mutterboden-modal{display:none!important;position:fixed!important;z-index:9999!important;left:0!important;top:0!important;width:100%!important;height:100%!important;background-color:rgb(0 0 0 / .6)!important;animation:fadeIn 0.3s ease!important;overflow-y:auto!important}.mutterboden-modal.active{display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important}.mutterboden-modal-content{background-color:#fff!important;border-radius:12px!important;max-width:600px!important;width:100%!important;box-shadow:0 10px 40px rgb(0 0 0 / .3)!important;animation:slideUp 0.3s ease!important}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mutterboden-modal-header{padding:25px 30px!important;border-radius:12px 12px 0 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.mutterboden-modal-header h3{margin:0!important;color:#fff!important;font-size:1.5em!important}.mutterboden-modal-close{background:none!important;border:none!important;color:#fff!important;font-size:2em!important;cursor:pointer!important;padding:0!important;width:30px!important;height:30px!important;line-height:1!important;transition:transform 0.3s ease!important}.mutterboden-modal-close:hover{transform:rotate(90deg)!important}.mutterboden-modal-body{padding:30px!important}.mutterboden-modal-body .mutterboden-form-group{margin-bottom:20px!important}.mutterboden-checkbox-group{margin-top:25px!important;padding:15px!important;background:#f9f9f9!important;border-radius:6px!important}.mutterboden-checkbox-label{display:flex!important;align-items:flex-start!important;cursor:pointer!important;font-weight:normal!important;margin:0!important}.mutterboden-checkbox-label input[type="checkbox"]{margin-right:10px!important;margin-top:3px!important;width:18px!important;height:18px!important;cursor:pointer!important}.mutterboden-modal-footer{display:flex!important;gap:15px!important;margin-top:30px!important}.mutterboden-btn-cancel{flex:1!important;background-color:#757575!important}.mutterboden-btn-cancel:hover{background-color:#616161!important}.mutterboden-btn-submit{flex:2!important;background-color:#4CAF50!important}.mutterboden-message{padding:15px 20px!important;border-radius:6px!important;margin-top:20px!important;text-align:center!important;font-weight:500!important}.mutterboden-message.success{background-color:#d4edda!important;color:#155724!important;border:1px solid #c3e6cb!important}.mutterboden-message.error{background-color:#f8d7da!important;color:#721c24!important;border:1px solid #f5c6cb!important}@media (max-width:768px){.mutterboden-calculator{padding:25px 20px!important;margin:20px!important}.mutterboden-form-row{grid-template-columns:1fr!important}.mutterboden-results-grid{grid-template-columns:1fr!important}.mutterboden-total-value{font-size:2em!important}.mutterboden-modal-content{margin:0 10px!important}.mutterboden-modal-footer{flex-direction:column!important}}