.ContactForm {
  margin-top: 35px;
}@media screen and (min-width: 769px) {.ContactForm {
    margin-top: 130px;
}
  }

.ContactForm-section:nth-child(1) {
  display: flex;
  flex-direction: column;
}

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

.ContactForm-section:nth-child(1) {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 55px;
    grid-column-gap: 110px;
}
  }

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

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

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

.ContactForm-fieldWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  font-size: 1.25rem;
}

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

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

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

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

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

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

.ContactForm-fieldWrap + .ContactForm-fieldWrap {
      margin-top: 0;
  }
    }

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

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

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

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select {
    flex: 1 1 50%;
  }

.ContactForm-fieldWrap input,
  .ContactForm-fieldWrap select,
  .ContactForm-fieldWrap textarea {
    min-height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 300;
  }

@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: 67px;
      padding: 15px 55px;
      font-size: 1.40625rem;
  }
    }

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

.ContactForm-fieldWrap textarea {
    width: 100%;
    min-height: 300px;
    padding-top: 16px;
    resize: vertical;
  }

.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: var(--clr-red);
  }

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

.ContactForm-fieldWrap .errors {
      margin: 0;
      padding: 0;
      font-size: inherit;
  }
    }

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

.ContactForm-error input,
  .ContactForm-error select,
  .ContactForm-error textarea {
    border-radius: 5px;
    outline: 4px solid var(--clr-red);
  }

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

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

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

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

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

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

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

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

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

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

.ContactForm-privacy label {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
  }

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

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

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

.ContactForm-privacyLabel {
    font-size: 1.25rem;
}
  }

.ContactForm-privacyLabel a {
    text-decoration: underline;
    color: #ffffff;
    text-underline-offset: 5px;
  }

.ContactForm-mandatoryText {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
}

.ContactForm-finished {
  margin-top: 20px;
}

.ContactForm-finished .JobThemeText {
    color: rgba(231, 252, 105, 1);
  }
