.about-us-page--teaser {
  position: relative;
}

.about-us-page--teaser:after {
  content: "";
  display: table;
  clear: both;
}

.about-us-page--teaser .title-wrapper {
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.about-us-page--teaser .about-title {
  font-weight: 100;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  padding-left: 15px;
  margin: 0;
  align-self: center;
}

.about-us-page--teaser .field--name-field-aup-image {
  position: relative;
  z-index: 1;
  max-height: 256px;
  max-width: 400px;
  overflow: hidden;
  float: right;
}

.about-us-page--teaser .field--name-field-aup-image img {
  display: block;
}

.about-us-page--teaser.full_width .field--name-field-aup-image {
  max-width: 900px;
}

.about-us-page--teaser .about-us-teaser-link {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.about-us-page--teaser .about-us-teaser-link:after {
  content: '';
  display: block;
  position: absolute;
  left: -5%;
  right: 0;
  bottom: -10%;
  width: 110%;
  transform: rotate(-4deg);
  height: 70px;
  background: #000;
  background-image: linear-gradient(90deg, #9c9e9f 0%, #c6c7c8 100%);
}

.about-us-page--teaser .about-us-teaser-link:hover {
  transform: translateY(-10px);
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.3);
}

.about-us-page--teaser .about-us-teaser-link:hover .about-title {
  color: #262626;
}

@media (min-width: 600px) {
  .about-us-page--teaser.full_width .about-us-teaser-link:after {
    transform: rotate(-2deg);
  }
}

/*# sourceMappingURL=maps/style.css.map */
