/**
 * tags
 */
h2.cms-text-xxlarge {
  margin-bottom: 0.67em;
}
@media (max-width: 767px) {
  .spacer-teasertext {
    margin-top: 45px;
  }
  .spacer-teaserimage {
    margin-top: 38px;
    margin-bottom: 64px;
  }
  .bottom-spacer-xl {
    margin-bottom: 84px;
  }
}
@media (min-width: 768px) {
  .spacer-teasertext {
    margin-top: 81px;
  }
  .spacer-teaserimage {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .bottom-spacer-xl {
    margin-bottom: 118px;
  }
}
@media (min-width: 992px) {
  .spacer-teasertext {
    margin-top: 126px;
  }
  .spacer-teaserimage {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .bottom-spacer-xl {
    margin-bottom: 136px;
  }
}
@media (min-width: 1200px) {
  .spacer-teasertext {
    margin-top: 194px;
  }
  .spacer-teaserimage {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .bottom-spacer-xl {
    margin-bottom: 170px;
  }
}
