/*---------------------------------
-----  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;
}

/* stylelint-disable max-nesting-depth */
.ux-iws-content-header {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ux-iws-content-header img {
    box-shadow: 0 90px 60px -71px rgba(0, 0, 0, 0.08);
  }
}
.ux-iws-content-header__box {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 16px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .ux-iws-content-header__box {
    top: -65px;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-content-header__box {
    margin-top: -150px;
    padding: 40px;
    min-height: 205px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-content-header__box--left {
    background: rgba(255, 255, 255, 0.9);
    bottom: 30px;
    left: 60px;
    top: initial;
    padding: 27px 30px 30px;
    position: absolute;
  }
  .ux-iws-content-header__box--left h1,
.ux-iws-content-header__box--left p {
    text-align: left;
  }
}

/* stylelint-enable max-nesting-depth */