.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-teaser-counter {
  display: block;
  text-align: center;
}
.ux-iws-teaser-counter__number {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 34px;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-counter__number {
    font-size: 44px;
  }
}
.ux-iws-teaser-counter hr {
  border: 0;
  background: #e2e2e2;
  background-image: linear-gradient(to right, #f6f6f6, #e2e2e2, #f6f6f6);
}
.ux-iws-teaser-counter__separator {
  display: block;
  margin: 10px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-counter__separator {
    margin-bottom: 20px;
  }
}

.ux-iws-teaser-counter-grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-counter-grid {
    flex-direction: row;
    justify-content: center;
  }
  .ux-iws-teaser-counter-grid > * {
    flex: 0 0 33%;
  }
}