.ContactForm-section + .ContactForm-section {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {

.ContactForm-section + .ContactForm-section {
    margin-top: 40px;
}
  }

.ContactForm-section + .ContactForm-section:last-child {
    margin-top: 20px;
  }

.ContactForm-fieldWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 920px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap {
    font-size: 1rem;
}
  }

@media screen and (min-width: 1026px) {

.ContactForm-fieldWrap {
    font-size: 1rem;
}
  }

@media screen and (min-width: 1367px) {

.ContactForm-fieldWrap {
    font-size: 1.125rem;
}
  }

.ContactForm-fieldWrap + .ContactForm-fieldWrap {
    margin-top: 18px;
  }

.ContactForm-fieldWrap label {
    flex: 1 1 100%;
    margin-bottom: 13px;
  }

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap label {
      flex: 1 1 30%;
  }
    }

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select,
  .ContactForm-fieldWrap textarea {
    flex: 1 1 70%;
    height: 50px;
    padding: 0 22px;
    border: 1px solid rgb(183, 183, 183);
    border-radius: 3px;
    font-size: 1rem;
  }

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select,
  .ContactForm-fieldWrap textarea {
      height: 49px;
      padding: 0 20px;
  }
    }

@media screen and (min-width: 1026px) {

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select,
  .ContactForm-fieldWrap textarea {
      height: 50px;
      padding: 0 20px;
      font-size: 1rem;
  }
    }

@media screen and (min-width: 1367px) {

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select,
  .ContactForm-fieldWrap textarea {
      font-size: 1rem;
  }
    }

.ContactForm-fieldWrap input[type='checkbox'] {
    width: 1em;
    height: 1em;
    margin: 0.2em max(8px, min(2vw, 18px)) 0 0;
  }

.ContactForm-fieldWrap textarea {
    height: 166px;
    padding-top: 16px;
  }

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap textarea {
      height: 272px;
  }
    }

@media screen and (min-width: 1026px) {

.ContactForm-fieldWrap textarea {
      height: 282px;
      padding-top: 22px;
  }
    }

@media screen and (min-width: 1367px) {

.ContactForm-fieldWrap textarea {
      height: 246px;
  }
    }

.ContactForm-fieldWrap select {
    padding: 0 18px;
  }

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap select {
      padding: 0 16px;
  }
    }

@media screen and (min-width: 1026px) {

.ContactForm-fieldWrap select {
      padding: 0 24px;
  }
    }

.ContactForm-fieldWrap .errors {
    margin: 0;
    font-size: 1rem;
    color: red;
  }

@media screen and (min-width: 769px) {

.ContactForm-fieldWrap .errors {
      margin: 0 0 0 30%;
      font-size: inherit;
      base: 1 1 70%;
  }
    }

.ContactForm-fieldWrap .errors li {
      padding: 10px 0;
    }

.ContactForm-error input,
  .ContactForm-error select,
  .ContactForm-error textarea {
    border-radius: 3px;
    outline: 4px solid red;
  }

.ContactForm-sectionHeadline {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.28;
}

@media screen and (min-width: 769px) {

.ContactForm-sectionHeadline {
    font-size: 1.625rem;
}
  }

@media screen and (min-width: 1026px) {

.ContactForm-sectionHeadline {
    font-size: 1.625rem;
}
  }

.ContactForm-topicHeadline {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

@media screen and (min-width: 769px) {

.ContactForm-topicHeadline {
    font-size: 1.625rem;
}
  }

@media screen and (min-width: 1026px) {

.ContactForm-topicHeadline {
    font-size: 1.75rem;
}
  }

.ContactForm-topic label {
    margin-bottom: 19px;
  }

.ContactForm-topicSelect {
  flex: 1 1 100%;
  width: 100%;
}

.ContactForm-topicSelect select {
    width: 100%;
  }

.ContactForm-message {
  align-items: flex-start;
}

.ContactForm-privacy label {
    display: flex;
    align-items: flex-start;
    margin: 0;
    line-height: 1.5;
  }

.ContactForm-privacy input {
    flex: 0 0 auto;
  }

.ContactForm-mandatoryText {
  margin-bottom: 20px;
}
