/* Mobil - 480px */

@media (max-width: 480px) {

   /* Forms */
   .sv-formField--cols-6 {
      float: left;
      width: 100%!important;
      padding: 0!important;
   }
   .sv-formField .sv-form-textfield  {
      min-width: 100%!important;
      width: 100%!important;
   }


}