.background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.background .background__element {
  height: 100%;
  width: var(--page-max, 100%);
  margin-left: 50%;
  transform: translateX(-50%);
}
.background .background__element--color {
  background-color: var(--background-color);
}
.background img, .background video, .background figure {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mod_article .background--article .background__element {
  width: var(--page-max, 100vw);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fwdj-c5.wmvserver.kiwi.de%2Fhttpdocs%2Fcontao%2Fvendor%2Fkiwi%2Fcontao-designer%2Fpublic%2Fbackground.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%22%7D */