/*---------------------------------
-----  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-stateful-downloads__details {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: stretch;
}
.ux-iws-stateful-downloads__cta {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 0 auto;
  margin-bottom: 30px;
  justify-content: flex-end;
  align-self: flex-end;
}
.ux-iws-stateful-downloads__field {
  display: block;
  flex: 0 0 auto;
  margin: 0 30px 30px 0;
}
.ux-iws-stateful-downloads__field-label {
  display: block;
  margin: 0;
}
.ux-iws-stateful-downloads__field-value {
  display: block;
  margin: 0;
  color: #727272;
}