/*--------------------------------------------------------------
## Index Text Cards
--------------------------------------------------------------*/

.textcard {
  background-color: rgba(41, 42, 47, .7);
  padding: 10px 15px 0 15px;
}

.textcard * {
  color: #fff;
}

.textcard-titel {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}

.textcard-Number {
  font-size: 45px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  margin-bottom: -.17em;
}

.textcard-suffix {
  display: block;
  align-self: flex-end;
  line-height: .6;
  font-size: 9px;
  font-weight: 600;
}

.textcard-infos {
  display: flex;
}


@media screen and (min-width: 590px) {
  .textcard-Number {
    font-size: 85px;
    margin-bottom: -.19em;
  }

  .textcard-suffix {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .textcard {
    background-color: rgba(41, 42, 47, 1);
    padding: 10px 15px 0 15px;
  }
}