/*---------------------------------
-----  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)
*/
/**
**  Official Font sizes
------------------------------- */
/**
* mobile first breakpoints based on design specification 
* designs are delivered in 3 sizes mobile(375px -> default), tablet(768px -> tablet), desktop(1440px -> desktop-l)
*/
.ux-iws-teaser-counter {
  display: block;
  text-align: center;
}
.ux-iws-teaser-counter__number {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 34px;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-teaser-counter__number {
    font-size: 44px;
  }
}
.ux-iws-teaser-counter__separator {
  display: block;
  margin: 10px;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-teaser-counter__separator {
    margin-bottom: 20px;
  }
}