/* xFigma – Scheiblhofer RE: Event-Kontaktformular */
.xfigma-re-eform {
  padding: 0 36px 96px;
}
.xfigma-re-eform__form {
  max-width: 994px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 64px 96px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.xfigma-re-eform__row {
  display: flex;
  gap: 16px;
}
.xfigma-re-eform__row .xfigma-re-eform__field {
  flex: 1;
}
.xfigma-re-eform__field {
  position: relative;
}
.xfigma-re-eform__field input,
.xfigma-re-eform__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #131313;
  background: transparent;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  color: #131313;
  letter-spacing: 0.4px;
}
.xfigma-re-eform__field textarea {
  min-height: 148px;
  resize: vertical;
}
.xfigma-re-eform__field input::placeholder,
.xfigma-re-eform__field textarea::placeholder {
  color: #727272;
}
.xfigma-re-eform__field input:focus,
.xfigma-re-eform__field textarea:focus {
  outline: none;
  border-bottom-color: #bf0f1e;
}
.xfigma-re-eform__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.xfigma-re-eform__submit {
  border: 1px solid #131313;
  background: #131313;
  color: #fff;
  padding: 13px 40px;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.xfigma-re-eform__submit:hover {
  background: #bf0f1e;
  border-color: #bf0f1e;
}
@media (max-width: 700px) {
  .xfigma-re-eform__form {
    padding: 40px 24px;
  }
  .xfigma-re-eform__row {
    flex-direction: column;
    gap: 15px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/175.css.css.map */