/*---------------------------------
-----  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)
*/
/* special breakpoint for the 100 Years special navigation */
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

/**
**  Official Font sizes
------------------------------- */
/** patternlab style takeover for a tags */
a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
a:hover {
  color: #131313;
}

/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
/* special breakpoint for the 100 Years special navigation */
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-data-controller-success-stories {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-data-controller-success-stories {
    padding: 0 15px;
  }
}
.ux-iws-data-controller-success-stories__loader-container {
  width: 80%;
  margin: 0 auto;
}
.ux-iws-data-controller-success-stories .ux-spinner {
  display: block;
}
.ux-iws-data-controller-success-stories *[data-ux-success-story-hidden] {
  display: none;
}
.ux-iws-data-controller-success-stories .ux-iws-teaser-image__text-wrapper {
  max-height: 120px;
  margin-top: auto;
}
.ux-iws-data-controller-success-stories .ux-iws-teaser-image__text-wrapper > *:first-child {
  align-self: flex-end;
}

.ux-u-background-grey-faded-vertical-upsidedown {
  background-color: #eaedf2;
  background: linear-gradient(0deg, #fff, #eff0f4 100%);
}