/*------------------------------------*\
    #TEASERS
\*------------------------------------*/
.teaser {
  background: #f0f2f0;
  color: #b0b9b0;
  padding: 15px;
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
.teaser__content {
  margin-bottom: 15px;
  position: relative;
  transition: 0.15s height ease-in-out;
  min-height: 80px;
}
.teaser__content::after {
  display: none;
}
.teaser--news .caption {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  /*font-weight: bold;*/
}
.teaser--carousel {
  padding: 0;
  background: transparent;
  color: #fff;
  margin-bottom: 0;
}
.teaser--carousel .teaser__text {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.teaser--carousel .teaser__content {
  margin-bottom: 0;
  border: 15px solid transparent;
  background: #2495c1;
  margin-bottom: 6px;
  box-sizing: content-box;
  height: 185px;
}
.teaser--carousel .teaser__content::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #2495c1 85%);
}
.teaser--home .teaser__content {
  height: 155px;
}
.teaser-row {
  margin-bottom: 0px;
  overflow: hidden;
}
.teaser-row--1 .teaser__content {
  height: auto;
}
.teaser-row--1 .teaser__content::after {
  display: none;
}
.teaser--collapse .teaser__content {
  min-height: 200px;
}
.teaser--collapse .teaser__content::after {
  display: block;
}
.plane--gray .teaser {
  background: #fff;
}
.plane--gray .teaser__content::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60%);
}
.teaser--list {
  position: relative;
  background: #fff;
  border-bottom: 1px dashed #b0b9b0;
  padding-right: 0;
}
.teaser--list .teaser__content::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60%);
}
.content__right .teaser__content {
  height: auto;
}
.content__right .teaser__content::after {
  display: none;
}
.content__right .teaser__title {
  color: #2495c1;
}
.content__right__title {
  position: relative;
  padding-left: 46px;
  margin-bottom: 6px;
}
.content__right__title .icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f2f0;
  color: #b0b9b0;
  line-height: 40px;
  width: 40px;
}
.content__right__title h3 {
  margin: 0;
  line-height: 40px;
  background: #f0f2f0;
  padding-left: 15px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .teaser:not(.teaser--responsive) .caption--icon {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .teaser--responsive {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
  }
  .teaser--responsive .icon {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    font-size: 130px;
  }
  .teaser--responsive .icon::before {
    height: 130px;
    width: 100%;
    line-height: 130px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -65px;
  }
  .teaser--responsive .teaser__text,
  .teaser--responsive > .button {
    display: none;
  }
  .teaser--responsive .caption {
    margin: 0;
    text-align: center;
    color: #2495c1;
  }
  .page-content + .page-teasers {
    border-top: 0;
  }
  .teaser .caption.caption--icon {
    font-size: 20px;
  }
  .teaser--responsive .caption.caption--icon {
    font-size: 16px;
  }
}