/*---------------------------------
-----  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-tile.is-link {
  cursor: pointer;
}

.ux-tile-body__overlay {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
}
.ux-tile-body__overlay.is-visible {
  top: 0;
  opacity: 1;
  transform: translateY(0);
}
.ux-tile-body__overlay-close {
  cursor: pointer;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 567px) {
  .ux-tile-body__overlay-close {
    right: 10px;
    top: 10px;
  }
}
.ux-tile-body__overlay-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: auto;
  max-width: 250px;
  text-align: center;
}
.ux-tile-body__overlay-content > div {
  margin-bottom: 10px;
}
.ux-tile-body__overlay-content a {
  background: white;
  margin-bottom: 10px;
}
.ux-tile-body__overlay a .ux-icon {
  font-size: 24px;
  margin: -5px 0 -5px 10px;
}

.ux-tile-body__button-group a {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.ux-tile-body__button-group .ux-button--icon-only .ux-icon {
  font-size: 20px;
  height: 20px;
  margin: 0;
  transform: none;
}

.ux-tile-head {
  align-items: flex-start;
  display: flex;
}
.ux-tile-head__icon {
  align-items: center;
  display: flex;
}
.ux-tile-head__icon .ux-iws-discontinuation-icon {
  margin-left: 8px;
}
.ux-tile-head__icon .ux-iws-discontinuation-tooltip {
  display: block;
}
.ux-tile-head__text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 691px) and (max-width: 769px) {
  .ux-tile-head__text {
    flex-direction: row;
  }
  .ux-tile-head__text > *:last-child {
    margin-left: 20px;
  }
}
.ux-tile-head__description {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.ux-tile-head__description > *:not(:first-child) {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .ux-tile-head__description > *:not(:first-child) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 390px) {
  .ux-tile-head__description > *:not(:first-child) {
    margin-left: 15px;
  }
}