@charset "UTF-8";
/*! Author: Christoph Schüßler <schreib@herrschuessler.de> */
/*
 *
 * Build a grid system.
 * 
 * @param $breakpoints A sass map with min-width and max-width definitions
 * 
 * $breakpoints: (
 *   s: (
 *    min-width: null,
 *     max-width: 767px
 *   ),
 *   m: (
 *     min-width: 768px,
 *     max-width: 979px
 *   ),
 *   l: (
 *     min-width: 980px,
 *     max-width: 1279px
 *   ),
 *   xl: (
 *     min-width: 1280px,
 *     max-width: null
 *   )
 * );
 * 
 */
@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1,
  h2,
  h3 {
    page-break-after: avoid; }
  body {
    padding: 0 2rem; }
  input,
  select,
  textarea {
    border: 1px solid black; }
  .nopr,
  .embed {
    display: none !important; } }

/*# sourceMappingURL=overrides.css.map */
