.zfctt-teasers {
  margin-top: 40px;
}

.zfctt-teaser {
  padding-top: 1.36752%;
  padding-bottom: 1.36752%;
  position: relative;
}

.zfctt-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* large teaser tile */
.zfctt-teaser-l {
  width: 66.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctt-teaser-l .zfctt-headline {
  font-size: 24px;
  line-height: 32px;
}

.zfctt-teaser-l .zfctt-image-wrapper {
  padding-top: 48%;
}

/* medium teaser tile */
.zfctt-teaser-m {
  width: 50%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctt-teaser-m .zfctt-headline {
  font-size: 24px;
  line-height: 30px;
}

.zfctt-teaser-m .zfctt-image-wrapper {
  padding-top: 66.66667%;
}

/* small teaser tile */
.zfctt-teaser-s {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfctt-teaser-s .zfctt-image-wrapper {
  padding-top: 100%;
}

.zfctt-teaser-s .zfctt-image-wrapper img {
  width: 108%;
}

.zfctt-teaser-s .zfctt-headline {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 720px) {
  .zfctt-teaser-l .zfctt-image-wrapper,
  .zfctt-teaser-m .zfctt-image-wrapper,
  .zfctt-teaser-s .zfctt-image-wrapper {
    padding-top: 66.66667%;
  }
  .zfctt-teaser-l .zfctt-image-wrapper img,
  .zfctt-teaser-m .zfctt-image-wrapper img,
  .zfctt-teaser-s .zfctt-image-wrapper img {
    width: 100%;
  }
}

.zfctt-image-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.zfctt-image-wrapper img {
  width: 100%;
  border: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}

@media (max-width: 720px) {
  .zfctt-image-wrapper img.zfctt-mobile-image {
    display: block;
  }
}

@media (min-width: 721px) {
  .zfctt-image-wrapper img.zfctt-image {
    display: block;
  }
}

.zfctt-category {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 920px) {
  .zfctt-category {
    margin-left: 16px;
  }
}

.zfctt-category-label {
  position: relative;
  left: 10px;
  line-height: 17px;
  font-size: 12px;
  top: -1px;
}

.zfctt-category-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: .8;
  border-radius: 15px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.zfctt-category-label,
.zfctt-category-bg {
  width: 100%;
  height: 100%;
}

.zfctt-item-block {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.zfctt-content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 920px) {
  .zfctt-content {
    padding: 16px;
  }
}

@media (min-width: 960px) {
  .zfctt-teaser-l .zfctt-content {
    width: 80%;
  }
}

.zfctt-content-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.5) 75%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.zfctt-keytopic {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.zfctt-headline {
  color: white;
  padding-top: 4px;
  margin: 0;
}

.zfctt-text {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.zfctt-text div {
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .zfctt-text {
    height: 100%;
    display: inline;
  }
}

.zfctt-teaser.zfctt-teaser-l .zfctt-item-block:hover img, .zfctt-teaser.zfctt-teaser-m .zfctt-item-block:hover img {
  width: 105%;
}

.zfctt-teaser.zfctt-teaser-s .zfctt-item-block:hover img {
  width: 115%;
}

.zfctt-teaser.zfctt-teaser-social:hover img {
  width: 100% !important;
}

/* start media querys */
@media (max-width: 720px) {
  .zfctt-teaser-l,
  .zfctt-teaser-m,
  .zfctt-teaser-s {
    width: 100%;
  }
  .zfctt-teaser-l .zfctt-image-wrapper,
  .zfctt-teaser-m .zfctt-image-wrapper,
  .zfctt-teaser-s .zfctt-image-wrapper {
    padding-top: 66.66667%;
  }
  .zfctt-teaser-s .zfctt-mobile-image {
    width: 100%;
  }
  .zfctt-teaser {
    margin-top: 10px;
  }
  .zfctt-teaser .zfctt-item-block {
    overflow: inherit;
  }
  .zfctt-content {
    position: static;
    display: inline-block;
    background-color: #333333;
  }
  .zfctt-keytopic {
    font-size: 12px;
    line-height: 15px;
  }
  .zfctt-headline {
    margin-top: 14px;
    font-size: 20px;
    line-height: 24px;
  }
  .zfctt-content-bg {
    display: none;
  }
}

.zfctt-content-social {
  display: none;
}

.zfctt-teaser-social .zfctt-category,
.zfctt-teaser-social .zfctt-content,
.zfctt-teaser-social .zfctt-content-bg {
  display: none;
}

.zfctt-teaser-social .zfctt-btn-go {
  display: none;
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-btn-go {
    display: block;
  }
}

@media (min-width: 721px) {
  .zfctt-teaser-social:hover .zfctt-btn-go {
    display: block;
  }
}

.zfctt-teaser-social .zfctt-item-block,
.zfctt-teaser-social .zfctt-image-wrapper {
  overflow: unset;
}

.zfctt-teaser-social .zfctt-item-block {
  display: block;
  overflow: hidden;
}

.zfctt-teaser-social .zfctt-image-wrapper {
  width: 100%;
  overflow: visible;
}

.zfctt-teaser-social .zfctt-image-wrapper img {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}

.zfctt-teaser-social-w-txt .zfctt-text-social {
  padding: 0 20px 20px 20px;
}

.zfctt-teaser-social-w-txt .zfctt-item-block:hover .zfctt-social-content-wrapper {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: 131%;
  top: 0;
}

.zfctt-teaser-social.zfctt-teaser-s .zfctt-image-wrapper img {
  display: none;
  width: 100%;
}

@media (max-width: 720px) {
  .zfctt-teaser-social.zfctt-teaser-s .zfctt-image-wrapper .zfctt-mobile-image {
    display: block;
  }
}

@media (min-width: 721px) {
  .zfctt-teaser-social.zfctt-teaser-s .zfctt-image-wrapper .zfctt-image {
    display: block;
  }
}

.zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-text-social {
  padding: 20px;
}

@media (max-width: 920px) {
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-text-social {
    padding: 16px;
  }
}

.zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-text-social div {
  margin: 0;
}

@media (max-width: 720px) {
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-mobile-image {
    display: none;
  }
}

@media (min-width: 721px) {
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-image {
    display: none;
  }
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-image-wrapper {
    padding-top: 100%;
    margin-bottom: 0;
  }
}

.zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-social-content-wrapper {
  top: 0;
}

.zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-content-social-heading {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media (min-width: 721px) {
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-content-social-heading {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-social.zfctt-teaser-s.zfctt-teaser-social-only-txt .zfctt-image-wrapper {
    padding: 0;
  }
}

.zfctt-teaser-social .zfctt-social-content-wrapper {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 75%;
  background: #fff;
}

@media (min-width: 721px) {
  .zfctt-teaser-social .zfctt-social-content-wrapper {
    position: absolute;
  }
}

.zfctt-teaser-social .zfctt-content-social {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  height: 100%;
}

.zfctt-teaser-social .zfctt-content-social-heading {
  position: relative;
  color: #fff;
  padding-bottom: 0;
  height: 25%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-content-social-heading {
    height: auto;
    padding: 20px 0;
  }
}

.zfctt-teaser-social .zfctt-content-social-heading h3 {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}

.zfctt-teaser-social .zfctt-content-social-heading .zfctt-icon-social {
  position: absolute;
  top: 0%;
  left: 20px;
  font-size: 34px;
}

@media (max-width: 920px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-icon-social {
    left: 16px;
    font-size: 30px;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-icon-social {
    font-size: 36px;
  }
}

.zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-twitter {
  color: #16A9E2;
}

.zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-facebook2 {
  color: #325DA3;
}

.zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-instagram {
  color: #D93175;
}

.zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-you {
  color: #dd0c29;
  font-size: 27px;
  top: 4px;
}

@media (max-width: 900px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-you {
    font-size: 26px;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfcui-icon-you {
    font-size: 27px;
  }
}

.zfctt-teaser-social .zfctt-content-social-heading .zfctt-btn-go {
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 30px;
  height: 34px;
  width: 34px;
}

.zfctt-teaser-social .zfctt-content-social-heading .zfctt-btn-go:before {
  position: absolute;
  top: 8px;
  left: 10px;
}

@media (max-width: 900px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-btn-go {
    display: none;
  }
}

.zfctt-teaser-social .zfctt-content-social-heading .zfctt-content-social-heading-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 54px 0 68px;
}

@media (max-width: 920px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-content-social-heading-container {
    padding-left: 64px;
  }
}

@media (max-width: 900px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-content-social-heading-container {
    padding-right: 20px;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-content-social-heading .zfctt-content-social-heading-container {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.zfctt-teaser-social-only-txt.zfctt-teaser-s .zfctt-image-wrapper-social .zfctt-image {
  display: none;
}

.zfctt-teaser-social-only-txt .zfctt-content-social {
  position: static;
  height: 100%;
}

@media (max-width: 720px) {
  .zfctt-teaser-social-only-txt .zfctt-content-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.zfctt-teaser-social-only-txt .zfctt-content-social-heading {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 720px) {
  .zfctt-teaser-social-only-txt .zfctt-content-social-heading {
    position: relative;
    padding: 0 0 20px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-social .zfctt-social-content-wrapper,
  .zfctt-teaser-social .zfctt-content-social {
    height: auto;
  }
}

@media (max-width: 720px) {
  .zfctt-teaser-youtube .zfctt-image-wrapper {
    padding: 0;
  }
  .zfctt-teaser-youtube .youtubeIframe {
    position: static;
  }
}

.youtubeIframe {
  position: absolute;
  top: 0;
}
