.teaser_box {
  background-color: #0261bf;
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .teaser_box {
    padding: 30px;
  }
}
.teaser_box-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1600px) {
  .teaser_box-content {
    max-width: 100%;
  }
}
.teaser_box-content * {
  color: #fff !important;
}
.teaser_box-content .h1,
.teaser_box-content .h2,
.teaser_box-content .h3,
.teaser_box-content .h4,
.teaser_box-content .h5,
.teaser_box-content .h6,
.teaser_box-content h1,
.teaser_box-content h2,
.teaser_box-content h3,
.teaser_box-content h4,
.teaser_box-content h5,
.teaser_box-content h6 {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 30px !important;
}
.teaser_box-content .btn {
  margin-top: 20px;
  border-radius: 200px;
  background-color: #fff;
  color: #0261bf !important;
  font-family: "TitilliumWeb" !important;
  text-transform: unset !important;
}
.teaser_box-content .btn {
  font-size: 1.125rem;
  line-height: 48px;
}
@media screen and (min-width: 992px) {
  .teaser_box-content .btn {
    font-size: calc(18px + 6 * (100vw - 992px) / 928) !important;
    line-height: calc(48px + 0 * (100vw - 992px) / 928) !important;
  }
}
@media screen and (min-width: 1920px) {
  .teaser_box-content .btn {
    font-size: 1.5rem !important;
    line-height: 48px !important;
  }
}
.teaser_box-content .wysiwyg-editor {
  opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
  .teaser_box-content .wysiwyg-editor {
    opacity: 1;
  }
}
.teaser_box-content .wysiwyg-editor * {
  color: #fff !important;
}
.teaser_box img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}
@media only screen and (max-width: 1600px) {
  .teaser_box img {
    position: absolute;
    width: 60%;
    height: auto;
    margin-top: 20px;
    -webkit-mask-image: linear-gradient(173deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 100%);
  }
}
@media only screen and (max-width: 1200px) {
  .teaser_box img {
    width: 100%;
  }
}

/*# sourceMappingURL=teaser.css-880dc1a92e9f5db69e4ea5a1321070d8.map */
