/* @trumpf/ux.integration-web-styleguide v5.29.4 */ 
.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-smart-factory__content {
  padding: 0 0 80px !important;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ux-iws-smart-factory__content {
    padding: 0 0 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__content {
    padding: 0 0 100px !important;
  }
}

.ux-iws-smart-factory__teaser-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-smart-factory__teaser-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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__button-wrapper--disabled {
  display: flex;
}
.ux-iws-smart-factory-teaser__button-wrapper__info > ux-icon {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ux-iws-smart-factory-teaser__button-wrapper__info__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ux-iws-smart-factory-teaser__button-wrapper__info__close ux-icon {
  font-size: 12px;
  pointer-events: none;
}

.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;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__headline {
  margin: 0 0 5px;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__copy {
  margin: 0 0 30px;
}
.ux-iws-smart-factory-teaser__text-button-wrapper .ux-iws-smart-factory-teaser__button {
  min-width: 130px;
}
@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 */
