@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}
@media print {
	/*** @section basic layout preparation*/
	/* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers */
	/* (de) Wechsel der der Schriftgroessen-Masseinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden */
	body {
	 	font-size: 10pt;
		padding: 0 5px;
	}
	/* (en) Hide unneeded container of the screenlayout in print layout */
	/* (de) Fuer den Druck nicht benoetigte Container des Layouts abschalten */
	nav,
	.ym-searchform {
		display:none;
	}
/*---------------------------------------------------------------------*/
	/* (en) Avoid page breaks right after headings */
	/* (de) Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
	h1,h2,h3,h4,h5,h6 {
		page-break-after:avoid;
	}
/*---------------------------------------------------------------------*/
	/* (en) optional output of acronyms and abbreviations*/
	/* (de) optionale Ausgabe von Auszeichnung von Abkuerzungen */
	/*
	abbr[title]:after,
	acronym[title]:after {
		content:'(' attr(title) ')';
	}
	*/
/*---------------------------------------------------------------------*/
	/* (en) optional URL output of hyperlinks in print layout */
	/* (de) optionale Ausgabe der URLs von Hyperlinks */
	
	/* a[href]:after {
		content:" <URL:"attr(href)">";
		color:#666;
		background:inherit;
		font-style:italic;
		text-decoration: underline;
		font-size:9pt;
	} */

         .ym-col3 a[href^="http://"]:after {
            content: " (" attr(href) ")";
            /* font-size: 90%; */
            color:#666;
	      background:inherit;
		  -webkit-print-color-adjust: exact;
	      font-style:italic;
	      text-decoration: underline;
	      font-size:9pt;
          }
/*---------------------------------------------------------------------*/
	/* Font Color */
  
	.ym-col3 {
		color:#313131;
	}	

 	img.logo-lrz {margin:0;padding:0;}
	/* h1.lrz-top {margin:-0.44cm 0 0.8cm 1.5cm;padding:0;} */
	/* .colbar-right {border-bottom:2px solid #666;} */
      	#topnav, #top-banner, .ym-col1, .ym-col2 {
		display:none;
	}	
	
	.indexContainer ..ac-container  {
		background:#fff;
	}	
	
	article {
		background:#fff;
		color:#666;
	}	
	
	article, .box {
	page-break-after:avoid;
	}

	.wir:before {content: url(../../bilder/thumbs/wir_blau.jpg);}
	.services:before {content: url('../../bilder/thumbs/servicepalette.jpg');}
	.support:before {content: url('../../bilder/thumbs/support.jpg');}
	.hpc:before {content: url('../../bilder/thumbs/supermuc.jpg');}
	.mwn:before {content: url('../../bilder/thumbs/netz.jpg');}
	.v2c:before {content: url('../../bilder/thumbs/v2c_kontrast.jpg');} 
    .data:before {content: url('../../bilder/thumbs/data2.jpg');}
    .forschung:before {content: url('../../bilder/thumbs/forschung.jpg');}
    .green:before {content: url('../../bilder/thumbs/green.jpg');}
}
