/*---------------------------------
-----  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-teaser-sidebar-icon {
  display: block;
  padding: 5px 0 25px;
  margin-bottom: 15px;
  max-width: 100%;
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */
}
.ux-iws-teaser-sidebar-icon__wrapper {
  display: flex !important;
}
.ux-iws-teaser-sidebar-icon__wrapper > .ux-icon {
  font-size: 50px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .ux-iws-teaser-sidebar-icon__wrapper--content-element {
    flex-direction: column;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
  }
  .ux-iws-teaser-sidebar-icon__wrapper--content-element .ux-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ux-iws-teaser-sidebar-icon__text-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-evenly;
  max-width: 100%;
}
.ux-iws-teaser-sidebar-icon__text-content > [slot=title] {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-sidebar-icon__text-content > [slot=title] {
    font-size: 18px;
  }
}