/* Fuer die Druckausgabe ueberfluessiges abschalten */
#lower-wrap,
#header,
#tab-nav,
.clear,
.iconbox,
p.icons a,
.action-footer {
  display: none !important;
}

* {
background-color: #FFF !important;
color: #000 !important;
font-size: 1em;
}

body {
  margin: 0;
  padding: 0;
  font: 10pt "Helvetica", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  background: #FFF;
}

#printlayout {
	width: 86%;
	margin: 0 auto;
}
#printlayout h1,
#printlayout h2,
#printlayout h3,
#printlayout h4,
#printlayout h5,
#printlayout h6 {
  font-weight: bold !important;
  margin: .75em 0 .5em 0 !important;
  page-break-after: avoid !important;
  text-transform: none !important;
  font-size: 1em !important;
}
.grid_16,
.grid_15,
.grid_14,
.grid_13,
.grid_12,
.grid_11,
.grid_10,
.grid_9,
.grid_8,
.grid_7,
.grid_6,
.grid_5,
.grid_4,
.grid_3,
.grid_2,
.grid_1,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	width: 100% !important;
	clear: both !important;
	margin-bottom: 2em !important;
}

#printlayout #kontaktbox {
	font-size: 1em;
}
#printlayout #kontaktbox img {
	float: none;
	width: 6em;
}
#printlayout #kurzinfo {
	min-height: auto;
}
#printlayout #kurzinfo .block {
	padding-bottom: 0 !important;
}

#printlayout .box {
	page-break-before: avoid !important;
}

h2,
#printlayout h2,
#printlayout .box h2,
#printlayout .box#kompetenzen-box h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em !important;
  font-weight: normal !important;
  line-height: 1.15em;
  text-transform: none !important;
  border-bottom: 0.5pt solid #000 !important;  
  text-align: right;
}
#printlayout .box h2 a {
	display: inline;
	background: transparent none 0px 0px no-repeat !important;
}
#printlayout .box#kompetenzen-box a {
	text-decoration: none;
}
#printlayout .box#kompetenzen-box li {
	line-height: 1.15em;
}
#printlayout table.nobox .table-head{
	text-transform: none;
	font-size: 1em;
}
#printlayout table.nobox tbody a {
	text-decoration: none;
}
#printlayout table.nobox th,
#printlayout table.nobox td {
	text-align: left;
}
#printlayout table.etatinfos th {
	font-weight: normal !important;
}
#printlayout table.nobox {
	margin-bottom: 1.5em;
}

#printlayout .standort {
float:left;
width:33%;
}

#printlayout h2 a {
	 background-image: none !important;
	 font-weight: normal;
}
h2#page-title {
	font-size: 1em;
	border-bottom: 0.5pt solid #333;
	margin-bottom: 2em;
}
#page-heading {
	text-align: right;
	text-transform: none;	
}

h3 {
  font-size: 1em;
  clear: both;
}
#ag-netzwerke .item h3 {
	font-weight: bold;
}

h4 {
  font-size: 1.2em;
}
	
h5 {
  font-size: 1.0em;
}
	
h6 {
  font-size: .8em;
}
	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

code {
  font-size: .76em; /* Code wird sonst viel zu gross gerendert */
  font-family: Monaco, monospace;
  color: #333;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: #666;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}

#printlayout #print-footer {
	border-top: 0.5pt solid #000;
	padding-top: 0.5em;
}


