.kdrezArticleTeaser {
  display:none;
}
.kdrezArticleTeaser.is-active {
  display:block;
}

.kdrezArticleTeaser-header {
  overflow: hidden;
  margin-bottom: 20px;
}

.kdrezArticleTeaser-header .icon-quotearrows {
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
  fill: #B2B2B2;
}

@media (min-width: 768px) {
  .kdrezArticleTeaser-header .icon-quotearrows {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
  }
}

.kdrezArticleTeaser-paper {
  font-weight: 600;
  font-size: 22px;
}

.kdrezArticleTeaser-date {
  font-weight: 300;
}

@media (min-width: 992px) {
  .kdrezArticleTeaser .text {
    padding-right: 100px;
  }
}

.kdrezArticleTeaser .btn {
  margin-left: auto;
  display: table;
}

.kdrezArticleTeaser .text p{
  display:none;
}

.kdrezArticleTeaser .text p.is-active{
  display:block;
}
