.ImageTeaser {
  position: relative;
}@media screen and (max-width: 1025px) {.ImageTeaser {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
  }@media screen and (min-width: 1026px) {.ImageTeaser {
    margin-bottom: 30px;
}
  }.ImageTeaser .Button {
    position: relative;
    display: table;
    padding: 10px 30px;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: var(--clr-primary);
    color: var(--font-clr-primary);
    transition: background-color 0.2s, color 0.2s;
  }.ImageTeaser .Button:hover {
      background-color: var(--clr-primary-lighter);
    }

@media screen and (max-width: 1025px) {
  .ImageTeaser-image {
    margin-bottom: 0 !important;
  }
}

.ImageTeaser-content {
  max-width: 500px;
  margin-bottom: 15px;
  padding: 30px;
  background-color: #ffffff;
}

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

.ImageTeaser-content {
    position: absolute;
    right: 50px;
    bottom: 40px;
    margin-bottom: 0;
}
  }

.ImageTeaser-content .ContentHeader {
  margin-bottom: 10px;
  text-align: left;
}

.ImageTeaser-content .ContentHeader::before {
    display: none;
  }

.ImageTeaser-content .ContentHeader .Headline {
  font-size: 1.4375rem;
  text-transform: uppercase;
}

.ImageTeaser-slugline {
  font-size: 1.25rem;
}

.ImageTeaser-text {
  margin-bottom: 20px;
}

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

.ImageTeaser-small .Picture {
      height: 280px;
  }
    }

.ImageTeaser-small .ImageTeaser-content {
    top: 50px;
    bottom: inherit;
    left: 50px;
  }

@media screen and (min-width: 1026px) {
      .ImageTeaser-small .ImageTeaser-content .ContentHeader .Headline {
        font-size: 2.125rem;
      }

      .ImageTeaser-small .ImageTeaser-content .ImageTeaser-slugline {
        font-size: 1.625rem;
      }
    }
