.page-visual .page-description .page-headline.contact-page-headline {
  left: 15%;
  font-size: 65px;
}

.page-sub-headline {
  position: absolute;
  top: 35%;
  left: 15%;
  color: #0090BD;
  font-size: 25px;
}

.form-contents .form-description {
  color: #333;
}

.contact-form {
  overflow: hidden;
  height: 1700px;
}

.thanks {
  text-align: center;
}
.thanks .thanks-headline {
  font-size: 45px;
  margin: 50px 0;
  color: #0090BD;
}
.thanks .thanks-text {
  font-size: 25px;
}
.thanks .thanks-thumbnail {
  margin: 30px 0;
}

.contact-thanks {
  display: block;
  margin: 50px 770px;
}

@media screen and (max-width: 480px) {
  .contact-form {
    margin-bottom: -25em;
    height: 1750px;
  }
  .contact-section {
    margin-bottom: 30em;
  }
  .page-visual .page-description .page-headline.contact-page-headline {
    position: absolute;
    top: 35%;
    left: 5%;
    font-size: 50px;
  }
  .page-sub-headline {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #0090BD;
    font-size: 15px !important;
  }
  .wpcf7-validates-as-required {
    margin: 0;
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .thanks .thanks-headline {
    font-size: 20px;
    margin: 40px 0;
  }
  .thanks .thanks-text {
    font-size: 10px;
  }
  .contact-thanks {
    margin: 50px 20%;
  }
  .contact_btn_thanks {
    width: 250px !important;
    font-size: 20px !important;
  }
}/*# sourceMappingURL=contact.css.map */