.zfctkt-teaser {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  .zfctkt-teaser {
    margin-top: 30px;
  }
}

.zfctkt-teaser.zfctkt-teaser-invert .zfctkt-image-wrapper {
  float: left;
}

.zfctkt-teaser.zfctkt-teaser-invert .zfctkt-content-wrapper {
  left: auto;
  right: 0;
}

.zfctkt-teaser.zfctkt-teaser-invert .zfctkt-title {
  right: auto;
  left: 30px;
  text-align: left;
}

.zfctkt-teaser.zfctkt-teaser-bright-image .zfctkt-title {
  color: #333;
}

.zfctkt-teaser.zfctkt-teaser-bright-image .zfctkt-image-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background-image: linear-gradient(to top, transparent, #fff);
}

.zfctkt-teaser-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctkt-teaser-content {
  position: relative;
  width: 100%;
  display: inline-block;
}

.zfctkt-image-wrapper {
  position: relative;
  float: right;
  width: calc(100% - 30px);
  overflow: hidden;
}

.zfctkt-image-wrapper .zfctkt-image {
  display: block;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

@media (max-width: 720px) {
  .zfctkt-image-wrapper .zfctkt-image {
    display: none;
  }
}

.zfctkt-image-wrapper:hover .zfctkt-image {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.zfctkt-image-gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  background-image: linear-gradient(to top, transparent, #000);
}

.zfctkt-image,
.zfctkt-mobile-image {
  width: 100%;
}

.zfctkt-mobile-image,
.zfctkt-mobile-title,
.zfctkt-mobile-keytopic {
  display: none;
}

.zfctkt-mobile-keytopic,
.zfctkt-keytopic {
  text-transform: uppercase;
}

.zfctkt-mobile-keytopic {
  position: absolute;
  top: -12px;
  right: 10px;
  background: #fff;
  padding: 5px 10px;
  font-size: 13px;
  color: #333333;
}

.zfctkt-keytopic {
  font-size: 14px;
  margin: 0;
  color: #333333;
}

.zfctkt-title {
  position: absolute;
  top: 6%;
  right: 30px;
  font-size: 32px;
  color: #fff;
  font-weight: 100;
  width: 60%;
  text-align: right;
}

.zfctkt-content-wrapper {
  position: absolute;
  width: 33%;
  height: 88%;
  left: 0;
  top: 6%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}

.zfctkt-content {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  max-height: calc(100% - 58px);
  overflow: hidden;
  color: #333333;
}

.zfctkt-headline {
  font-size: 28px;
  line-height: 40px;
  color: #0070b4;
  margin: 0;
}

.zfctkt-text {
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
}

.zfctkt-text div {
  margin: 0;
}

.zfctkt-text-extension {
  position: absolute;
  bottom: 8px;
  letter-spacing: 4px;
  display: block;
}

.zfctkt-text-extension p {
  margin: 0;
}

/* start media querys */
@media (max-width: 768px) {
  .zfctkt-text {
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  .zfctkt-headline {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 720px) {
  .zfctkt-image-gradient {
    display: none;
  }
  .zfctkt-mobile-keytopic {
    display: block;
  }
  .zfctkt-image-wrapper {
    width: 100%;
  }
  .zfctkt-keytopic,
  .zfctkt-title {
    display: none;
  }
  .zfctkt-headline {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 10px;
  }
  .zfctkt-mobile-image,
  .zfctkt-mobile-title {
    display: block;
  }
  .zfctkt-title-label {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }
  .zfctkt-content-wrapper {
    height: unset;
    width: 100%;
    display: inline-block;
  }
  .zfctkt-content {
    width: auto;
  }
  .zfctkt-content-wrapper,
  .zfctkt-content {
    position: static;
  }
}

/* end media querys */
