/*
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
*/
.ce_big_image {
  margin: clamp(5rem, 3.45rem + 6.55vw, 10rem) 0;
}
.ce_big_image .ce_big_image__wr {
  text-align: center;
}
.ce_big_image .ce_big_image__wr figure {
  display: inline-block;
  width: auto;
  max-width: 78rem;
}
.ce_big_image .ce_big_image__wr figure picture {
  display: block;
}
.ce_big_image .ce_big_image__wr figure picture img {
  border-radius: 0.5rem;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 1;
  margin: 0 auto;
}
@media (min-width: 90em) {
  .ce_big_image .ce_big_image__wr figure picture img {
    width: 100%;
  }
}
@media (min-width: desktop) {
  .ce_big_image .ce_big_image__wr figure picture img {
    width: 100%;
  }
}
.ce_big_image .ce_big_image__wr figure picture img.js-initialized {
  opacity: 0;
  transform: scale(0.83);
  transition: all 0.7s ease;
}
.ce_big_image .ce_big_image__wr figure picture img.inView {
  opacity: 1;
  transform: scale(1);
}
.ce_big_image .ce_big_image__wr figure figcaption {
  display: block;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, .55vw + .55vh, 1.25rem);
  font-weight: 300;
  line-height: 1.6;
  color: #3B485B;
  opacity: 0;
  transform: translateY(1.4rem) scale(0.9);
  transition: all 0.5s ease-out 0.1s;
  width: auto;
  text-align: left;
  margin-top: 0.5rem !important;
}
.ce_big_image .ce_big_image__wr figure figcaption.inView {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tl_content .ce_big_image {
  margin: 0;
  padding: 0;
}
.tl_content .ce_big_image img,
.tl_content .ce_big_image figcaption {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Famag.abnahme-server.de%5C%2Fhttpdocs%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_mixins.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Famag.abnahme-server.de%5C%2Fhttpdocs%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Felements%5C%2Fce_big_image.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Famag.abnahme-server.de%5C%2Fhttpdocs%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_typography.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2Fvar%5C%2Fwww%5C%2Fvhosts%5C%2Famag.abnahme-server.de%5C%2Fhttpdocs%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_variables.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BEACI%3B%3BAAGA%3BEACI%3B%3BAAGA%3BEACI%3BEACA%3BEACA%3B%3BAAEA%3BEACI%3B%3BAAEA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAD0CZ%3BECjDQ%3BIAUQ%3B%3B%3BADkEhB%3BEC5EQ%3BIAUQ%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3B%3BAAKZ%3BEACI%3BECqDZ%3BEACA%3BEACA%2CaCxFgB%3BEDyFhB%3BEDtDY%2COEbC%3BEFcD%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%3BEACI%3BEACA%3B%3B%3BAAQhB%3BEACI%3BEACA%3B%3BAAEA%3BAAAA%3BEAEI%3BEACA%22%7D */