/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.teaserbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.625rem;
}
@media print, screen and (max-width: 31.24875em) {
  .teaserbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.teaserbox-wrap {
  position: relative;
}
.teaserbox-item {
  width: 100%;
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 31.24875em) {
  .teaserbox-item {
    max-width: 19.375rem;
  }
  .teaserbox-item.swiper-slide {
    max-width: none;
  }
}
.teaserbox-square {
  margin-top: 100%;
}
.teaserbox-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.teaserbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.teaserbox a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.teaserbox a:hover .teaserbox-title {
  text-decoration: underline;
}
.teaserbox-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.teaserbox-image-default img {
  position: absolute;
  z-index: 10;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  max-width: none;
  width: auto;
}
.teaserbox-image-svg a {
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.1875rem 0.1875rem 1.25rem 0 rgba(0, 0, 0, 0.16);
}
.teaserbox-image-svg svg {
  z-index: 30;
  width: 50%;
  height: 50%;
  max-width: 7.5rem;
  max-height: 7.5rem;
  margin: auto;
}
.teaserbox-gradient {
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .teaserbox-gradient {
    padding: 0.9375rem 1.25rem;
  }
}
.teaserbox-gradient-overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 25%;
  left: 0;
}
.teaserbox-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.3125rem;
  word-break: break-word;
}
@media print, screen and (min-width: 31.25em) and (max-width: 39.99875em) {
  .teaserbox-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .teaserbox-title {
    font-size: 1.5625rem;
  }
}
.teaserbox i {
  width: 1.875rem;
  font-size: 1.875rem;
}

@media print, screen and (min-width: 31.25em) {
  .teaserbox[data-teaserlayout="2-columns"] > div {
    width: 50%;
  }
}
@media print, screen and (min-width: 31.25em) {
  .teaserbox[data-teaserlayout="3-columns"] > div {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .teaserbox[data-teaserlayout="3-columns"] > div {
    width: 33.3333333333%;
  }
}
/*# sourceMappingURL=teaserbox.css.map */
