/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 15:12:01 */
/* Breite und Ausrichtung komplettes Formular */
#crm-container, .crm-container { 
  max-width: 800px; 
  margin-left: 0; 
  }
/* Texteingabefelder */
#crm-container input[type="text"] {
  width: calc(100% - 12px) !important;
  border-radius: 0 !important;
  background-image: none;
  font-weight: 300 !important;
  }