.module-text[data-text-column="2"] > .module-children {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  columns: 2;
  column-width: 12.5rem;
  column-gap: 1.563rem;
  column-fill: balance;
}
.module-text[data-text-column="2"] > .module-children p:first-of-type, .module-text[data-text-column="2"] > .module-children ul:first-of-type {
  margin-top: 0;
  margin-block-start: 0;
}
.module-text[data-text-column="3"] > .module-children {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  columns: 3;
  column-width: 10rem;
  column-gap: 1.563rem;
  column-fill: balance;
}
.module-text[data-text-column="3"] > .module-children p:first-of-type, .module-text[data-text-column="3"] > .module-children ul:first-of-type {
  margin-top: 0;
  margin-block-start: 0;
}
.module-text[data-text-toggle=closed] .swap-toggle {
  display: flex;
  flex-direction: column-reverse;
}
.module-text[data-text-toggle=closed] .swap-toggle .mask {
  min-height: 15.625rem;
  visibility: visible;
  opacity: 1;
}
.module-text[data-text-toggle=closed] .swap-toggle .mask::after {
  content: "";
  display: block;
  display: block;
  height: 5rem;
  max-height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
}
.module-text[data-text-toggle=closed] .swap-toggle > .checkbox:checked ~ .mask::after {
  content: none;
  display: none;
}
.module-text[data-text-toggle=closed] .swap-toggle > .nav > .btn {
  padding: 0.5rem;
}
.module-text a {
  color: #58585a;
  text-decoration-line: underline;
  text-decoration-thickness: 0.1rem;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
  text-underline-position: from-font;
  text-underline-offset: 2px;
  display: inline-block;
  /* safari text-decoration bug */
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 35.99em) {
  .module-text a {
    font-size: 0.875rem;
    line-height: calc(20 / 14);
  }
}
.module-text a:hover {
  text-decoration-color: #D93644;
  color: #58585a;
}
.module-text a:hover::before {
  color: #D93644;
}
.module-text[data-text-background=green-light], .module-text[data-text-background=grey-light] {
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  text-align: left;
}
.module-text[data-text-background=green-light] h1,
.module-text[data-text-background=green-light] h2,
.module-text[data-text-background=green-light] h3,
.module-text[data-text-background=green-light] h4,
.module-text[data-text-background=green-light] h5,
.module-text[data-text-background=green-light] h6,
.module-text[data-text-background=green-light] p,
.module-text[data-text-background=green-light] blockquote,
.module-text[data-text-background=green-light] pre,
.module-text[data-text-background=green-light] a,
.module-text[data-text-background=green-light] abbr,
.module-text[data-text-background=green-light] address,
.module-text[data-text-background=green-light] code,
.module-text[data-text-background=green-light] del,
.module-text[data-text-background=green-light] dfn,
.module-text[data-text-background=green-light] em,
.module-text[data-text-background=green-light] ins,
.module-text[data-text-background=green-light] q,
.module-text[data-text-background=green-light] samp,
.module-text[data-text-background=green-light] small,
.module-text[data-text-background=green-light] strong,
.module-text[data-text-background=green-light] sub,
.module-text[data-text-background=green-light] sup,
.module-text[data-text-background=green-light] span,
.module-text[data-text-background=green-light] b,
.module-text[data-text-background=green-light] i,
.module-text[data-text-background=green-light] hr,
.module-text[data-text-background=green-light] dl,
.module-text[data-text-background=green-light] dt,
.module-text[data-text-background=green-light] dd,
.module-text[data-text-background=green-light] ol,
.module-text[data-text-background=green-light] ul,
.module-text[data-text-background=green-light] li,
.module-text[data-text-background=green-light] fieldset,
.module-text[data-text-background=green-light] legend,
.module-text[data-text-background=green-light] label, .module-text[data-text-background=grey-light] h1,
.module-text[data-text-background=grey-light] h2,
.module-text[data-text-background=grey-light] h3,
.module-text[data-text-background=grey-light] h4,
.module-text[data-text-background=grey-light] h5,
.module-text[data-text-background=grey-light] h6,
.module-text[data-text-background=grey-light] p,
.module-text[data-text-background=grey-light] blockquote,
.module-text[data-text-background=grey-light] pre,
.module-text[data-text-background=grey-light] a,
.module-text[data-text-background=grey-light] abbr,
.module-text[data-text-background=grey-light] address,
.module-text[data-text-background=grey-light] code,
.module-text[data-text-background=grey-light] del,
.module-text[data-text-background=grey-light] dfn,
.module-text[data-text-background=grey-light] em,
.module-text[data-text-background=grey-light] ins,
.module-text[data-text-background=grey-light] q,
.module-text[data-text-background=grey-light] samp,
.module-text[data-text-background=grey-light] small,
.module-text[data-text-background=grey-light] strong,
.module-text[data-text-background=grey-light] sub,
.module-text[data-text-background=grey-light] sup,
.module-text[data-text-background=grey-light] span,
.module-text[data-text-background=grey-light] b,
.module-text[data-text-background=grey-light] i,
.module-text[data-text-background=grey-light] hr,
.module-text[data-text-background=grey-light] dl,
.module-text[data-text-background=grey-light] dt,
.module-text[data-text-background=grey-light] dd,
.module-text[data-text-background=grey-light] ol,
.module-text[data-text-background=grey-light] ul,
.module-text[data-text-background=grey-light] li,
.module-text[data-text-background=grey-light] fieldset,
.module-text[data-text-background=grey-light] legend,
.module-text[data-text-background=grey-light] label {
  margin: 0;
}
@media (max-width: 62.865em) {
  .module-text[data-text-background=green-light], .module-text[data-text-background=grey-light] {
    padding: 0.75rem;
  }
}
.module-text[data-text-background=green-light] {
  background-color: #F2F5D9;
}
.module-text[data-text-background=grey-light] {
  background-color: #EFEFEF;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/component/_module.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_break-inside.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_text.scss%22,%22compile.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_flex.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/component/_swap.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_visibility.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/pseudo/_after-block.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/pseudo/_pseudo-block.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/color/_gradient.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/pseudo/_after-none.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/pseudo/_pseudo-none.scss%22,%22combined-variables.scss%22,%22../../system/Plugin/Project/Theme/FaszinationLehre/_resources/scss/utilities/mixins/text-decoration.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/_mq.scss%22,%22../../system/CrayssnLabs/Base/_resources/scss/utilities/mixins/grouping/_any-typography.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAMM;ECHH;EACA;EACA;ECgDA,SC3C2B;ED4C3B;EACA;EACA;;AAIG;EAEG;EACA;;AFzDH;ECHH;EACA;EACA;ECgDA,SCnC0C;EDoC1C;EACA;EACA;;AAIG;EAEG;EACA;;ACvCH;ECPH,SAT2B;EAaxB,gBDKqC;;AEkOxC;EF9NS;EG4BT;EACA;;ACtDA;ECFA;EACA;EL+BY;EACA;EACA;EACA;EACA;EACA;EACA;EMlBZ;;AClBA;ECFA;EACA;;AR+CM;EAEG;;AAKT;EAEG,OSlCO;ECrBV,sBAF2B;EAG3B;EACA,0BAJoF;EAKpF,uBALkE;EAMlE,uBANkG;EAOlG;EACA;EACA;AAAuB;EVkDpB;EAEA;EACA,aSjBe;ETkBf;;AWyMA;EXjNH;IAYM;IACA;;;AAGH;EAEG,uBSu7BO;ETt7BP,OSnDI;;ATqDJ;EAEG,OSk7BI;;AT76Bb;EAEG;EACA;EACA;;AYrFH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EZyFM;;AW6KH;EXrLH;IAaM;;;AAIN;EAEG,kBSu6Bc;;ATp6BjB;EAEG,kBShGa%22,%22file%22:%22output-6598d2273fa86.css%22%7D */
