<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Variables*/
/*Mixins*/
.contact-teaser {
  margin-bottom: 60px;
  padding: 35px 60px;
  padding-bottom: 0;
  padding-right: 40px;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #3BBBB3 0%, #44E696 100%);
  overflow: hidden;
}
@media (min-width: 320px) {
  .contact-teaser {
    margin-bottom: calc(5.2631578947vw + 43.1578947368px);
  }
}
@media (min-width: 1460px) {
  .contact-teaser {
    margin-bottom: 120px;
  }
}
.contact-teaser .content-image-container {
  display: flex;
  justify-content: space-between;
}
.contact-teaser .content {
  max-width: 530px;
  margin-right: 20px;
}
.contact-teaser .content .button {
  margin-bottom: 30px;
}
.contact-teaser picture {
  align-self: flex-end;
}
.contact-teaser .pretitle {
  font-family: "Light", sans-serif;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 1.2;
}
.contact-teaser .title {
  color: #FFFFFF;
}
.contact-teaser .button {
  min-width: auto;
}
.contact-teaser img {
  align-self: flex-end;
  height: auto;
}
.contact-teaser .teaser-form {
  display: none;
}
.contact-teaser .form {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 35px;
}
.contact-teaser .form input {
  color: #5E5E5E;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.contact-teaser .form input::placeholder {
  font-family: "Light", sans-serif;
  color: #5E5E5E;
}
.contact-teaser .form input:focus {
  border-color: #FFFFFF;
}
.contact-teaser .form textarea {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #5E5E5E;
}
.contact-teaser .form textarea::placeholder {
  font-family: "Light", sans-serif;
  color: #5E5E5E;
}
.contact-teaser .form button {
  min-width: 200px;
}
.contact-teaser .form .checkbox-text {
  color: #FFFFFF;
}
.contact-teaser .form .checkbox-text p {
  line-height: 1;
  font-size: 14px;
}
.contact-teaser .form .checkbox-text .link {
  text-decoration: underline;
}
.contact-teaser .form .error input {
  border-color: #FFFFFF;
}
.contact-teaser .form .error:not(.checkbox-f):not(.captcha-f) input {
  padding-right: 34px;
}
.contact-teaser .form .error:not(.checkbox-f):not(.captcha-f) textarea {
  padding-right: 34px;
}
.contact-teaser .form .error:not(.checkbox-f):not(.captcha-f):after {
  content: "\e80a";
  font-size: 20px;
  color: #D80D0D;
  font-family: "Fontello";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.contact-teaser .form .error:not(.checkbox-f):not(.captcha-f).textarea-f::after {
  top: 20px;
}
.contact-teaser .form .error .field-validation-error {
  color: #FFFFFF;
}
.contact-teaser .message-container {
  max-width: 680px;
  margin: 0 auto;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .contact-teaser .content-image-container {
    display: block;
    text-align: center;
  }
  .contact-teaser .content {
    margin-right: 0;
    max-width: none;
    text-align: center;
  }
  .contact-teaser img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-teaser {
    padding: 30px;
    padding-bottom: 0;
  }
}</pre></body></html>