.ce_text.layout_2col .text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3.123%;
  -moz-column-gap: 3.123%;
  column-gap: 3.123%;
}
.ce_text.layout_2col .text p, .ce_text.layout_2col .text div, .ce_text.layout_2col .text ul, .ce_text.layout_2col .text ol, .ce_text.layout_2col .text dl {
  break-inside: avoid-column;
  break-before: auto;
}
.ce_text.layout_2col .text h1, .ce_text.layout_2col .text h2, .ce_text.layout_2col .text h3, .ce_text.layout_2col .text h4, .ce_text.layout_2col .text h5, .ce_text.layout_2col .text h6 {
  break-inside: avoid-column;
  break-after: avoid-column;
}
@media screen and (max-width: 599px) {
  .ce_text.layout_2col .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Fbruder-oft.de%2Fhttpdocs%2Fbruder-oft.de%2Fvendor%2Fesalesmedia%2Fcontent-helper-bundle%2Fsrc%2FResources%2Fpublic%2Fcss%2Fcol_text.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */