.teaser__body {
  padding-top: 10px;
  margin-bottom: 15px;
}
.teaser__content {
  width: 48%;
  text-align: left;
  float: right;
}
.teaser__description {
  margin-top: 45px;
}
.teaser__image {
  width: 50%;
  float: left;
}
.teaser__image_left .teaser__image {
  width: 50%;
  float: left;
}
.teaser__image_left .teaser__content {
  width: 48%;
  text-align: left;
  float: right;
}
.teaser__image_right .teaser__image {
  width: 50%;
  float: right;
}
.teaser__image_right .teaser__content {
  width: 48%;
  text-align: left;
  float: left;
}
@media screen and (max-width: 767px) {
  .teaser__body {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    margin-bottom: -10px;
  }
  .teaser__image {
    width: 100%;
    order: 2;
  }
  .teaser__description {
    margin-top: 0px;
  }
  .teaser__content {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 0px;
  }
  .teaser__image_left .teaser__image {
    width: 100%;
    order: 2;
  }
  .teaser__image_left .teaser__content {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 0px;
  }
  .teaser__image_right .teaser__image {
    width: 100%;
    order: 2;
  }
  .teaser__image_right .teaser__content {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .teaser__description {
    margin-top: -15px;
  }
  .teaser__body .teaser__image .cmp-image img {
    height: 289px;
  }
}
#stateIconContainer .gs-container-core a {
  color: #0074ad;
  text-decoration: underline;
}
#stateIconContainer .gs-container-core a:hover {
  color: #003b71;
  text-decoration: underline;
  background-color: transparent;
}
