@-webkit-keyframes bgscroll {
  0% {
    background-position: left top; }
  5% {
    background-position: left top; }
  50% {
    background-position: right bottom; }
  55% {
    background-position: right bottom; }
  100% {
    background-position: left top; } }

@keyframes bgscroll {
  0% {
    background-position: left top; }
  5% {
    background-position: left top; }
  50% {
    background-position: right bottom; }
  55% {
    background-position: right bottom; }
  100% {
    background-position: left top; } }

.teasercard-list {
  max-width: 22rem; }
  @media screen and (min-width: 769px) {
    .teasercard-list {
      max-width: 28rem; } }

.teasermargin {
  padding: 0 0.8rem;
  margin: 0 auto; }
  @media screen and (min-width: 1100px) {
    .teasermargin {
      padding: 0;
      margin: 0 auto; } }

@media screen and (min-width: 1120px) {
  .threecol {
    grid-template-columns: 1fr 1fr 1fr; } }

.teasercard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 0 0.8rem;
  width: 100%;
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.15);
  border-radius: 3px; }
  @media screen and (min-width: 769px) {
    .teasercard {
      max-width: 30rem;
      margin: 0 auto 2rem; } }

.teasercard-progressbar {
  z-index: 2000;
  width: 100%;
  display: inline-flex;
  min-height: 26px;
  background: #323135; }

.percentage-indicators {
  display: inline-flex;
  width: 100%; }

.percentage-full {
  background: #ad6b98; }

.progresstext {
  z-index: 2001;
  margin: -23px 0 3px 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #FCFBF7;
  text-shadow: 0 1px 3px rgba(10, 10, 10, 0.8); }

@media screen and (min-width: 769px) {
  .clickable-newscard:hover {
    box-shadow: 0 4px 7px rgba(10, 10, 10, 0.25); }
    .clickable-newscard:hover .mehr-button {
      transition: 0.3s ease;
      box-shadow: 0 4px 7px rgba(10, 10, 10, 0.25);
      background-color: #36637c; } }

.freebutton {
  display: block;
  background: #fafafa;
  border-left: 1rem solid #ad6b98;
  border-color: #ad6b98;
  margin: 0 auto 0.8rem;
  max-width: 21rem; }
  @media screen and (min-width: 769px) {
    .freebutton {
      transition: 0.3s ease;
      margin: 0 auto;
      max-height: 4rem;
      max-width: 28rem; }
      .freebutton:hover {
        transform: unset;
        border-color: #36637c;
        box-shadow: inset 0 2px 4px rgba(10, 10, 10, 0.2); } }

.cardtop {
  height: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.card-downtoner {
  display: flex;
  min-height: 200px;
  background: linear-gradient(0deg, #1b1b1b 0%, transparent 60%);
  padding: 1rem; }
  @media screen and (min-width: 769px) {
    .card-downtoner {
      min-height: 250px; } }
  .card-downtoner h3 {
    max-height: 100%;
    color: white;
    margin: auto 0 0;
    text-shadow: 0 1px 3px rgba(10, 10, 10, 0.8);
    padding: unset; }

.cardbottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #111;
  padding: 1rem;
  color: #d9d9d9; }

.cardfeature {
  display: flex;
  font-size: 1.2rem;
  margin: 0 0 0.8rem 0; }
  .cardfeature p {
    width: fit-content; }

.featureimg-container {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1px .5rem 0 0; }

.mehr-button {
  transition: 0.3s ease;
  margin: auto 0 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: white;
  background-color: #c87741;
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.15);
  border-radius: 3px;
  padding: .5rem 1rem; }
