/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2025 | 05:27:19 */
.contact-us-details {
  margin-bottom:var(--spc-med);
}
.kontakt-oss div#gform_wrapper_1 {
 margin:0 auto
}
@media (max-width:992px)
{
 .kontakt-oss.reverse-contact .wp-block-group__inner-container {
    display:flex;
    flex-direction:column;
 
    align-items:center;
  }
  .kontakt-oss.reverse-contact .wp-block-group__inner-container h2 {
    order:2; 
    margin-top:var(--spc-med);
  }
  .kontakt-oss.reverse-contact .wp-block-group__inner-container p {
    order:3; 
  }
  .kontakt-oss.reverse-contact .contact-us-details {
    margin-bottom:unset; 
  }
  
}

form#gform_1 .validation_message {
  margin-bottom:30px;
  color:red;
}
@media (max-width:992px)
{
 body form#gform_1 .validation_message {
    margin-bottom:15px; 
  }
}