/* >= 768px */
@media screen and (min-width: 768px) {
  #node-anfrage #intro {
    text-align: center;
  }
  #node-anfrage #intro .h1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #node-anfrage #intro .text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  #node-anfrage #form form {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #node-anfrage #form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
  #node-anfrage #form form > .form-wrapper[data-drupal-selector="edit-container-left"],
  #node-anfrage #form form > .form-wrapper[data-drupal-selector="edit-container-right"] {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
  }
  #node-anfrage #form form fieldset {
    margin: 0 !important;
  }
  #node-anfrage #form form fieldset legend {
    text-align: center;
  }
  #node-anfrage #form form .form-item-ich-akzeptiere-die-a-href-node-2-target__blank-datenschutzerklae {
    grid-column: span 2;
    margin: 50px 0;
  }
  #node-anfrage #form form .form-item-nachricht {
    grid-column: span 2;
  }
  #node-anfrage #form form .form-actions {
    grid-column: span 2;
    margin-top: 0;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  #node-anfrage #form form fieldset[data-drupal-selector="edit-ich-interessiere-mich-fuer"] {
    margin-bottom: 0px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Fmegawatt-group.com%5C%2Fhttpdocs%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Fanfrage%5C%2Fanfrage.tablet.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA%2BBA%2CmBA9BqC%3BEAEjC%2CaACI%3BIACI%2CkBAAA%3B%3BEAFR%2CaACI%2COAGI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CaACI%2COASI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CaAiBI%2CMACI%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3B%3B%3BAAwDhB%2CmBAhDsC%3BEAElC%2CaACI%2CMACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAII%2CaARZ%2CMACI%2CKAKK%2CgBAEI%3BEACD%2CaATZ%2CMACI%2CKAKK%2CgBAGI%3BIACG%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3B%3BEAdpB%2CaACI%2CMACI%2CKAgBI%3BIACI%2CoBAAA%3B%3BEAnBhB%2CaACI%2CMACI%2CKAgBI%2CSAGI%3BIACI%2CkBAAA%3B%3BEAtBpB%2CaACI%2CMACI%2CKAwBI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEA5BhB%2CaACI%2CMACI%2CKA6BI%3BIACI%2CmBAAA%3B%3BEAhChB%2CaACI%2CMACI%2CKAiCI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3B%3B%3B%3BAAuBnB%2CmBAdqC%3BEAKlB%2CaAHZ%2CMACI%2CKACI%2CSACK%3BIACG%2C6BAAA%22%7D */