/*---------------------------------
-----  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-dynamic-input {
  display: block;
  position: relative;
}
.ux-iws-dynamic-input .ux-iws-dynamic-input__dynamic-container.is-min-reached .ux-icon {
  opacity: 0.3;
  cursor: default;
}
.ux-iws-dynamic-input .ux-iws-dynamic-input__input-container {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.ux-iws-dynamic-input .ux-iws-dynamic-input__input-container .ux-icon {
  margin: 0 0 0 20px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.ux-iws-dynamic-input .ux-text-link {
  display: inline-block;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.ux-iws-dynamic-input .ux-text-link.is-max-reached {
  color: #a6a6a6;
  cursor: default;
}