@charset "UTF-8";
/* Print-Stylesheet für den Kulturkalender */
@media print {
  html * {
    font-family: sans-serif !important;
    font-size: 10pt;
    color: #000;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    min-height: 0;
    box-sizing: border-box;
    line-height: 1.35;
  }
  body {
    margin: auto;
    height: auto;
    min-height: 0;
    background-image: none;
    background-color: #fff;
  }
  #wrapper {
    background-color: #f2f2f2;
  }
  #header {
    height: 180px;
  }
  .mod_customnav,
  .custom,
  .subcl {
    display: none;
    height: auto;
  }
  #logo {
    top: 20px;
    left: 45%;
    transform: translateX(-50%);
  }
  h1 {
    font-size: 22pt;
    color: #000;
    text-align: center;
  }
  .content-table.kulturkalender .row_1 td,
  .content-table.kulturkalender .row_1 td,
  .content-table.kulturkalender .row_1 td {
    font-size: 18pt;
    font-weight: bold;
  }
  footer {
    display: none;
  }
}

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