/*---------------------------------
-----  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, selector-max-compound-selectors */
.ux-iws-teaser-magazine {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.ux-iws-teaser-magazine__box {
  position: relative;
  display: flex;
  width: 91.66%;
  padding: 5%;
  background-color: #e3e3e3;
  z-index: 2;
  box-shadow: 70px 0 120px -20px rgba(0, 0, 0, 0.2);
}
.ux-iws-teaser-magazine__box-content {
  margin-left: 4%;
}
.ux-iws-teaser-magazine__box--variant-blue {
  background-color: #4f708b;
  color: white;
}
.ux-iws-teaser-magazine__box--variant-blue .ux-button {
  color: var(--ux-button-hover-text-color);
  border-color: var(--ux-button-hover-text-color);
}
.ux-iws-teaser-magazine__box--variant-blue .ux-button:hover {
  color: var(--ux-button-hover-bg-color) !important;
  background-color: var(--ux-button-hover-text-color) !important;
  border-color: var(--ux-button-hover-text-color) !important;
}
.ux-iws-teaser-magazine__box-bg {
  position: absolute;
  width: 91.66%;
  height: 100%;
  background-color: #c3cfd6;
  right: 0;
  bottom: -5%;
}
@media only screen and (min-width: 768px) {
  .ux-iws-teaser-magazine__box-bg {
    bottom: -15%;
  }
}

/* stylelint-enable max-nesting-depth, selector-max-compound-selectors */