/* @trumpf/ux.integration-web-styleguide v1.7.1-feature-DEVITAPPTRCOM-10571-template-vorschlag.470603 */ 
/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/**
**  Official Font sizes
------------------------------- */
.ux-iws-newsroom-teaser-slider {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ux-iws-newsroom-teaser-slider__cta-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.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 {
    position: absolute;
    top: 0;
    right: 10vw;
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-newsroom-teaser-slider__cta-container {
    right: 9.7vw;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-newsroom-teaser-slider__cta-container {
    right: 9.3vw;
  }
}
@media only screen and (min-width: 1920px) {
  .ux-iws-newsroom-teaser-slider__cta-container {
    right: 9vw;
  }
}

.ux-iws-teaser-newsroom {
  position: relative;
  display: flex;
  box-shadow: 0 0 22px rgba(19, 19, 19, 0.08);
  flex-direction: column;
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom {
    padding-left: 195px;
    flex-direction: row;
    width: 100%;
    height: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-newsroom {
    padding-left: 205px;
    height: 205px;
  }
}
.ux-iws-teaser-newsroom:hover .ux-button {
  background-color: #131313;
  color: #fff;
}
.ux-iws-teaser-newsroom:hover .ux-button .ux-icon {
  fill: #fff;
}
.ux-iws-teaser-newsroom__img-container {
  max-width: 100%;
  background: #fff;
}
.ux-iws-teaser-newsroom__img-container picture {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__img-container {
    width: 195px;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-newsroom__img-container {
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    overflow: hidden;
    float: left;
    width: 205px;
  }
}
.ux-iws-teaser-newsroom .ux-text-headline {
  line-height: 1.25;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom .ux-text-headline {
    margin: 5px 0 0;
  }
}
.ux-iws-teaser-newsroom .ux-iws-text-lines-limit {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom .ux-iws-text-lines-limit {
    align-items: flex-end;
  }
}
.ux-iws-teaser-newsroom__info {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__info {
    width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-newsroom .ux-tag {
    margin-bottom: 12px;
  }
}
.ux-iws-teaser-newsroom__img-container img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__img-container img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    display: block;
    max-height: 101%;
    width: auto;
    height: 100%;
  }
}
.ux-iws-teaser-newsroom__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 375px;
  overflow: hidden;
}
@media only screen and (min-width: 568px) {
  .ux-iws-teaser-newsroom__content {
    height: 275px;
  }
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__content {
    padding: 25px 30px 30px;
    height: 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-newsroom__content {
    height: 205px;
  }
}
.ux-iws-teaser-newsroom__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.ux-iws-teaser-newsroom__cta-container {
  align-self: flex-start;
  background-color: #fff;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__cta-container {
    align-self: flex-end;
    width: auto;
    padding-left: 25px;
    margin-top: 0;
  }
}
.ux-iws-teaser-newsroom__cta-container .ux-button:not(.ux-button--icon-only) {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__cta-container .ux-button:not(.ux-button--icon-only) {
    display: none;
  }
}
.ux-iws-teaser-newsroom__cta-container .ux-button.ux-button--icon-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-newsroom__cta-container .ux-button.ux-button--icon-only {
    display: block;
  }
}

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