/* @trumpf/ux.integration-web-styleguide v5.21.2 */ 
.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;
}

.ux-iws-newsroom-teaser-slider {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ux-iws-newsroom-teaser-slider .ux-slider__inner-container {
  width: 83.334%;
  margin-left: 8.333%;
}
.ux-iws-newsroom-teaser-slider__cta-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 83.334%;
  margin-left: 8.333%;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.ux-iws-newsroom-teaser-slider__cta-container > *:not(:first-child) {
  margin-left: 20px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-newsroom-teaser-slider__cta-container {
    right: 8.333%;
    top: 0;
    margin-top: 0;
    width: auto;
    position: absolute;
  }
}

/*# sourceMappingURL=newsroom-teaser-slider.css.map */
