.tx_teasergrid {
  position: relative;
}
.tx_teasergrid .entry {
  display: none;
  position: absolute;
}
.tx_teasergrid .entry .shade {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: background-color 0.35s ease;
}
.tx_teasergrid .entry .forwardlink {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  overflow: hidden;
}
.tx_teasergrid .entry.active .shade {
  background-color: rgba(0, 0, 0, 0.25);
}
.tx_teasergrid .entry.active .forwardlink {
  max-height: 60px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
.tx_teasergrid .entry.active .abstract {
  display: block;
}
.tx_teasergrid .entry .abstract {
  display: none;
}
.tx_teasergrid .entry-inverted {
  color: #000;
}

/*# sourceMappingURL=tx_teasergrid.css.map */
