/* general layout */
.zfcatm-article-text-media {
  margin-top: 60px;
}

@media (max-width: 720px) {
  .zfcatm-article-text-media {
    margin-top: 30px;
  }
}

.zfcatm-media-no-media .zfcatm-text-title,
.zfcatm-media-no-media .zfcatm-text-content,
.zfcatm-text-hide .zfcatm-media-content,
.zfcatm-text-hide .zfcatm-text-title {
  width: 50%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 25%;
}

.zfcatm-image {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
}

.zfcatm-image-container {
  width: 100%;
}

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

@media (min-width: 721px) {
  .zfcatm-image-mb {
    display: none;
  }
}

.zfcatm-teaser {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 8.33333%;
}

.zfcatm-teaser .zfc-separator {
  margin-top: 0;
}

.zfcatm-teaser .zfctf-teasers {
  margin-top: 10px;
}

@media (max-width: 720px) {
  .zfcatm-teaser {
    position: relative;
    padding-bottom: 40px;
  }
  .zfcatm-teaser:before {
    content: "";
    height: 100%;
    width: calc(100% + 22px);
    position: absolute;
    margin-left: -20px;
    background-color: #eef1f4;
    z-index: -1;
  }
  .zfcatm-teaser .zfc-separator {
    display: none;
  }
}

.zfcatm-teaser-invert .zfcatm-text-content,
.zfcatm-teaser-invert .zfcatm-title {
  margin-left: 8.33333%;
}

.zfcatm-media-teaser .zfcatm-text-content {
  margin-left: 8.33333%;
}

.zfcatm-quote {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 8.33333%;
}

.zfcatm-quote-text {
  font-size: 38px;
  line-height: 60px;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media (max-width: 720px) {
  .zfcatm-quote-text {
    margin-top: 10px;
  }
}

.zfcatm-quote-author {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  display: block;
  text-align: right;
  color: #0070b4;
}

@media (max-width: 720px) {
  .zfcatm-quote-author {
    font-size: 14px;
  }
}

.zfcatm-text-content {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  float: right;
  margin-right: 8.33333%;
}

.zfcatm-text-title {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  float: right;
  margin-right: 8.33333%;
}

.zfcatm-article-media-image {
  margin-top: 60px;
}

.zfcatm-title {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}

.zfcatm-title,
.zfcatm-text-content {
  min-height: 1px;
}

/* inverted style */
.zfcatm-invert .zfcatm-text-content {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.zfcatm-invert .zfcatm-image {
  margin-right: 16.66667%;
}

.zfcatm-invert .zfcatm-text-title {
  float: left;
}

@media (min-width: 721px) {
  .zfcatm-invert .zfcatm-image-copyright {
    right: auto;
    left: 0;
  }
}

.zfcatm-invert .zfcatm-quote {
  margin-left: 8.33333%;
}

.zfcatm-invert .zfcatm-quote-text,
.zfcatm-invert .zfcatm-quote-author {
  text-align: left;
}

.zfcatm-invert.zfcatm-media-teaser .zfcatm-text-title {
  margin-left: 0;
}

/* start image style */
.zfcatm-image-wrapper {
  position: relative;
}

.zfcatm-image-wrapper img {
  width: 100%;
}

.zfcatm-image-copyright {
  position: absolute;
  top: -30px;
  right: 0;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 24px;
}

.zfcsw-wrapper-gradient .zfcatm-image-copyright,
.zfcsw-wrapper-gradient-extension .zfcatm-image-copyright {
  color: #fff;
}

.zfcatm-image-caption {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-top: 10px;
}

/* start text content style */
.zfcatm-text-title,
.zfcatm-text-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.zfcatm-text-content {
  font-size: 14px;
  line-height: 2em;
}

.zfcatm-text-content .zfcatm-text-title {
  width: 100%;
  display: none;
}

.zfcatm-text-content .zfcatm-text-title h3 {
  margin: 0;
  padding-bottom: 40px;
}

.zfcatm-text-content .zfcatm-text-title h3:empty {
  padding-bottom: 0;
}

.zfcatm-text div {
  margin-top: 10px;
  margin-bottom: 0;
}

.zfcatm-text div:first-child {
  margin-top: -0.5em;
}

.zfcatm-text-title h3 {
  margin: 0;
  padding-bottom: 60px;
}

.zfcatm-text-title h3:empty {
  padding-bottom: 0;
}

/* end text content style */
.zfcatm-number-counter-block {
  width: 41.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 8.33333%;
}

@media (max-width: 720px) {
  .zfcatm-number-counter-block {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-right: 0;
    margin-top: 40px;
  }
}

.zfcatm-invert .zfcatm-number-counter-block {
  margin-right: 0;
  margin-left: 8.33333%;
}

@media (max-width: 720px) {
  .zfcatm-invert .zfcatm-number-counter-block {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 0;
  }
}

.zfcatm-number-counter-block .zfcatm-separator {
  margin-top: 0;
}

.zfcatm-number-counter-block .zfcatm-number-counter-block-inner {
  text-align: center;
  margin-top: 20px;
}

.zfcatm-number-counter-block .zfcatm-number-text {
  font-size: 24px;
  display: block;
}

.zfcatm-number-counter-block .zfcatm-number-bottom {
  margin-bottom: 15px;
}

.zfcatm-number-counter-block .zfcatm-number-numbers {
  font-size: 72px;
  line-height: 56px;
  margin: 15px;
}

.zfcatm-number-counter-block .zfcatm-number-numbers .zfcatm-type-number {
  font-size: 48px;
}

@media (max-width: 1024px) {
  .zfcatm-number-counter-block .zfcatm-number-numbers {
    font-size: 64px;
    line-height: 72px;
  }
  .zfcatm-number-counter-block .zfcatm-number-numbers .zfcatm-type-number {
    font-size: 40px;
  }
}

.zfcatm-number-counter-block .zfcatm-number-content-text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/* media queries */
@media (max-width: 1024px) {
  .zfcatm-image {
    width: 41.66667%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 0;
  }
  .zfcatm-invert .zfcatm-image {
    margin-right: 0;
    margin-left: 8.33333%;
  }
  .zfcatm-quote-text {
    font-size: 32px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .zfcatm-title {
    font-size: 16px;
  }
  .zfcatm-quote-text {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 720px) {
  .zfcatm-article-text-media .zfcatm-text-content,
  .zfcatm-article-text-media .zfcatm-media-content {
    width: 100%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .zfcatm-article-text-media .zfcatm-media-content {
    margin-top: 60px;
  }
  .zfcatm-article-text-media .zfcatm-text-title {
    display: none;
  }
  .zfcatm-article-text-media .zfcatm-text-content .zfcatm-text-title {
    display: block;
    margin: 0;
  }
  .zfcatm-article-text-media .zfcatm-quote-wrapper .zfcatm-quote-text,
  .zfcatm-article-text-media .zfcatm-quote-wrapper .zfcatm-quote-author {
    text-align: center;
  }
}

.zfcatm-text-hide .zfcatm-text-content {
    display: none;
}
