/* print.css für betriebsrat*/
@page {
  size: A4;
  margin: 2cm;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }

body {

  margin: 0;

  color: #000;

  background-color: #fff;

	font-size:12pt;

  }

* {

    font-family: verdana,arial,sans-serif;

  }

nav, .inhalt, .footer, .adresse {

  display:none;

}
h1, .sitetitle, h2, h3 {
  break-before: always;
}

h1 {

  break-before: always;

}

h2.sitetitle {

font-size: 14pt;

}

h2 {

  font-size: 13pt;

}

h3 {

  font-size: 12pt;

  font-weight: bold;

}

p, li {

  orphans: 2;

  widows: 2;

}
img {
  max-width: 200px;
}
a:after { 
  content: "( " attr(href) ") "; 
  font-size: smaller;
}

/*a[href]::after {

  content: " <"attr(href)">";

  color: #888;

  background-color: inherit;

  font-style: italic;

  size: 80%;

} */

