/* @trumpf/ux.integration-web-styleguide v1.7.0-feature-master-DEVTHCEXP-12701-Shop-styles-for-lineitem.452602 */ 
/*---------------------------------
-----  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
------------------------------- */
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
.ux-iws-smart-factory__content {
  padding: 40px 0 80px !important;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory__content {
    padding: 50px 0 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__content {
    padding: 70px 0 100px !important;
  }
}

.ux-iws-smart-factory__headline {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory__headline {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__headline {
    margin-bottom: 60px;
  }
}

.ux-iws-smart-factory__teaser-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.ux-iws-smart-factory-teaser {
  width: 100%;
  margin-bottom: 30px;
}
.ux-iws-smart-factory-teaser:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .ux-iws-smart-factory-teaser {
    width: 50%;
  }
  .ux-iws-smart-factory-teaser:nth-child(even) {
    padding-left: 15px;
  }
  .ux-iws-smart-factory-teaser:nth-child(odd) {
    padding-right: 15px;
  }
  .ux-iws-smart-factory-teaser:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.ux-iws-smart-factory-teaser__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 7px 22px rgba(19, 19, 19, 0.08);
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory-teaser__content {
    flex-direction: row;
  }
}

.ux-iws-smart-factory-teaser__image-wrapper {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.9), rgba(230, 235, 238, 0.9));
  position: relative;
}
.ux-iws-smart-factory-teaser__image-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.875%;
  position: relative !important;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory-teaser__image-wrapper {
    position: relative !important;
    width: 33.33%;
    max-width: 220px;
  }
  .ux-iws-smart-factory-teaser__image-wrapper::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 130%;
    position: relative !important;
  }
}
.ux-iws-smart-factory-teaser__image-wrapper img {
  width: 100%;
  max-width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  border-radius: 18%;
  box-shadow: 0 7px 22px rgba(19, 19, 19, 0.08);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory-teaser__image-wrapper img {
    max-width: 120px;
  }
}

.ux-iws-smart-factory-teaser__text-button-wrapper {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory-teaser__text-button-wrapper {
    width: 66.66%;
  }
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__intro,
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__headline,
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__copy {
  margin: 0;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__intro {
  margin: 0 0 5px 0;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__headline {
  margin: 0 0 5px 0;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__copy {
  margin: 0 0 30px 0;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__button {
  width: 100%;
  min-width: 160px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__button {
    width: auto;
  }
}

.ux-iws-smart-factory__no-apps-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ux-iws-smart-factory__no-apps-wrapper .ux-icon {
  font-size: 70px;
  margin: 0 0 30px;
}
.ux-iws-smart-factory__no-apps-wrapper .ux-iws-smart-factory__no-apps-headline {
  margin: 0 0 15px;
}
.ux-iws-smart-factory__no-apps-wrapper .ux-iws-smart-factory__no-apps-subline p {
  max-width: 600px;
  margin: 0;
}

.ux-iws-smart-factory__contact {
  padding: 40px 0 80px !important;
  display: inline-block;
  background: #eaecf1;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory__contact {
    padding: 50px 0 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__contact {
    padding: 70px 0 100px !important;
  }
}
.ux-iws-smart-factory__contact .ux-iws-smart-factory__contact-headline {
  margin: 0 0 15px;
}
.ux-iws-smart-factory__contact .ux-iws-smart-factory__contact-subline {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory__contact .ux-iws-smart-factory__contact-subline {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__contact .ux-iws-smart-factory__contact-subline {
    margin-bottom: 60px;
  }
}
.ux-iws-smart-factory__contact .ux-iws-smart-factory__contact-subline p {
  margin: 0;
}
.ux-iws-smart-factory__contact .ux-iws-smart-factory__card-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ux-iws-smart-factory__contact .ux-iws-teaser-contact {
  max-width: 600px;
}

/*# sourceMappingURL=smart-factory.css.map */
