/*---------------------------------
-----  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-software-updates {
  display: block;
  position: relative;
}
.ux-info-box .ux-iws-software-updates {
  margin-bottom: 20px;
}
.ux-iws-software-updates .ux-checkbox .ux-text-normal {
  line-height: 1.3;
}
.ux-iws-software-updates .ux-iws-software-updates-modal-dynamic {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.ux-iws-software-updates .ux-iws-software-updates-modal-dynamic--show {
  opacity: 1;
}