@media print {


  /* ========================[ Basiselemente ]======================== */

  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* Remove shadow and background */
  *, *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* ------------[ Pagebreak ]------------ */

  .page-break, .page-break-before {
    page-break-before: always;
  }

  .page-break-after {
    page-break-after: always;
  }

  .no-print {
    display: none;
  }

  /* ------------[ HTML ]------------ */

  html {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

  /* Section */
  article section {
    margin: 24px 0;
  }

  /* ------------[ Nummerierte Listen ]------------ */

  /* Placeholder WebKit browsers*/
  ::-webkit-input-placeholder {
    color: transparent;
  }

  /* Mozilla Firefox 4 to 18 */
  :-moz-placeholder {
    color: transparent;
  }

  /* Mozilla Firefox 19+ */
  ::-moz-placeholder {
    color: transparent;
  }

  /* Internet Explorer 10+*/
  :-ms-input-placeholder {
    color: transparent;
  }


  /* ========================[ Content-Bereich ]======================== */

  /* Padding */
  /* Colors*/
  /* Note: Black prints faster (http://www.sanbeiji.com/archives/953) (thanks to html5 boilerplate) */
  body {
    max-width: 21cm;
    font-family: arial;
    font-size: 12px;
    line-height: 16pt;
    color: #000 !important;
    background: #fff !important;
    padding: 24px;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  /* ------------[ Header-Bereich ]------------ */

  header {
    position: relative;
  }

  /* Allgemein */
  .mainnav,
  .keyvisual-wrap,
  .nav-toggle-wrap {
    display: none;
  }


  /* ========================[ Schriften ]======================== */

  /* ------------[ Überschriften ]------------ */

  h1, h2, h3, h4 {
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 12px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 14px;
  }


  /* ------------[ Absätze ]------------ */

  p, blockquote, table, ul, ol, dl {
    margin-top: 0;
    margin-bottom: 12px;
  }

  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0;
  }

  /* kleiner Text */
  .minitext {
    font-size: 12px;
  }


  /* ========================[ Contentelemente ]======================== */

  /* ------------[ Trennlinie ]------------ */

  hr {
    height: 0;
    border: 0;
    border-bottom: 2px solid #bbb;
    padding: 0;
    margin: 12px 0;
  }


  /* ------------[ Links ]------------ */

  /* Links*/
  a, a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }

  a.arrowlink {
    padding-left: 0;
  }

  .button {
    padding: 0;
  }


  /* ------------[ Bilder ]------------ */

  img.pic {
    display: block;
    max-width: 200px !important;
    border: 0;
    vertical-align: middle;
  }

  .pic-description {
    font-size: 14px;
  }

  .image-gallery li {
    display: inline-block;
    vertical-align: top;
  }


  /* ========================[ Sonderelmente ]======================== */

  /* ------------[ Infobox ]------------ */

  .infobox {
    border: 2px solid #e7e7e7;
    padding: 12px;
  }


  /* ------------[ Akkordion ]------------ */

  .accordion .acc-item .title h2,
  .accordion .acc-item .title h3 {
    font-size: 16px;
    color: #000;
  }


  /* ========================[ Sonstiges ]======================== */

  /* ------------[ Others ]------------ */

  blockquote {
    border: 0;
    border-left: 5px solid #bbb;
    padding: 12px 1.5rem;
    margin-left: 1px;
  }

  [dir='rtl'] blockquote {
    border-left: 0;
    border-right: 5px solid #bbb;
    margin-left: 0;
    margin-right: 1px;
  }

  blockquote:first-child {
    margin-top: 0;
  }

  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
  }

  blockquote footer {
    display: block;
    font-size: 80%;
  }


  /* ------------[ Others ]------------ */

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }

  abbr[title], acronym[title] {
    border: 0;
    text-decoration: none;
  }

  abbr[title].no-reformat:after, acronym[title].no-reformat:after {
    content: '';
  }

  .no-reformat abbr:after, .no-reformat acronym:after, .no-reformat a:after {
    content: '';
  }


  /* ------------[ Code, Pre ]------------ */

  code, pre, kbd {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: 85%;
    border: 1px solid #bbb;
  }

  code, kbd {
    padding: 3px;
  }

  pre {
    padding: 10px 12px;
    margin-bottom: 1.5rem;
  }

  pre code, kbd {
    border: 0;
  }
}
