.exhibition--teaser {
  background: #fff;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 0;
  margin-top: 0;
  width: 100%; }
  .exhibition--teaser::after {
    border: 0.5rem solid #fff;
    content: "";
    height: calc(100% - (0.5rem * 2));
    left: -1.5rem;
    position: absolute;
    top: -1.5rem;
    width: calc(100% - (0.5rem * 2));
    z-index: -1; }
  @media (min-width: 31.25em) {
    .exhibition--teaser {
      padding-left: 45.45455%; } }
  @media (min-width: 55em) {
    .exhibition--teaser {
      margin-bottom: 5rem;
      padding-left: 34.78261%;
      width: 78.26087%; } }
  @media (min-width: 78.75em) {
    .exhibition--teaser {
      padding-left: 0;
      width: 78.26087%; } }
  @media (min-width: 95em) {
    .exhibition--teaser {
      padding-left: 0;
      width: 56.52174%; } }
  @media (min-width: 55em) {
    .exhibition--teaser:nth-of-type(2) {
      margin-left: 8.69565%; } }
  @media (min-width: 95em) {
    .exhibition--teaser:nth-of-type(2) {
      margin-left: 17.3913%; } }
  @media (min-width: 55em) {
    .exhibition--teaser:nth-of-type(3) {
      margin-left: 17.3913%; } }
  @media (min-width: 95em) {
    .exhibition--teaser:nth-of-type(3) {
      margin-left: 34.78261%; } }
  .exhibition--teaser:last-of-type {
    margin-bottom: 0; }
  .exhibition--teaser:nth-of-type(1n + 2) {
    display: none; }
    @media (min-width: 55em) {
      .exhibition--teaser:nth-of-type(1n + 2) {
        display: block; } }
  .exhibition--teaser__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 20rem;
    width: 100%; }
    @media (min-width: 31.25em) {
      .exhibition--teaser__image {
        height: 100%;
        left: 0;
        position: absolute;
        width: 36.36364%; } }
    @media (min-width: 78.75em) {
      .exhibition--teaser__image {
        width: 30.76923%; } }
  .exhibition--teaser__content {
    padding: 2.5rem 2rem; }
    @media (min-width: 31.25em) {
      .exhibition--teaser__content {
        padding: 3rem 16.66667% 3rem 0; } }
    @media (min-width: 78.75em) {
      .exhibition--teaser__content {
        padding-left: 36.36364%; } }
  .exhibition--teaser__label {
    background-color: transparent;
    border: 0;
    display: inline-block;
    font-family: "Avenir LT W01_95 Black1475556";
    padding: 0 0.15rem;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    font-size: 0.7rem;
    margin: 0 0 1.25rem; }
    .exhibition--teaser__label::before {
      background-color: #f2f2f2;
      bottom: 10%;
      content: "";
      height: 40%;
      left: 0;
      max-height: 15px;
      position: absolute;
      width: 100%;
      z-index: -1; }
    @media (min-width: 55em) {
      .exhibition--teaser__label {
        font-size: 0.75rem; } }
    @media (min-width: 62em) {
      .exhibition--teaser__label {
        font-size: 0.7rem; } }
  .exhibition--teaser__title {
    font-size: 1.2rem;
    display: inline;
    line-height: 1;
    margin: 0; }
    @media (min-width: 37.5em) {
      .exhibition--teaser__title {
        font-size: 1.35rem; } }
    @media (min-width: 55em) {
      .exhibition--teaser__title {
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .exhibition--teaser__title {
        font-size: 1.8rem; } }
    .exhibition--teaser__title a {
      color: #323232;
      text-decoration: none; }
  .exhibition--teaser__subtitle {
    font-size: 1.2rem;
    display: inline;
    font-family: "Avenir LT W01_35 Light1475496";
    font-weight: 100;
    line-height: 1;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 37.5em) {
      .exhibition--teaser__subtitle {
        font-size: 1.35rem; } }
    @media (min-width: 55em) {
      .exhibition--teaser__subtitle {
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .exhibition--teaser__subtitle {
        font-size: 1.8rem; } }
  .exhibition--teaser__summary {
    font-size: 0.8rem;
    line-height: 1.5; }
    @media (min-width: 62em) {
      .exhibition--teaser__summary {
        font-size: 0.9rem; } }
  .exhibition--teaser__link {
    color: #323232; }
    .exhibition--teaser__link:hover {
      color: #000; }
