@charset "UTF-8";
/* CSS Document */



/* ==================================================== media D ============================ */
@media only print {
	
	h1,h2,h3,h4,h5,h6,p,a {color:black;}
	
	.hide-in-monitor {visibility:hidden;display:none;}

	#bodyID {padding-top:51px;}

	.float-right {float:right;}
	.navbar-header {float: left;display:none;}

	#hpcn-logoID {visibility:hidden;}
	.hpcn-logo-img {width:25%;margin-top:20px;margin-bottom:20px;}

	#moodID {}
	.mood-content-introtext {margin-bottom:38px;}
	.mood-content-sysint-image {width:100%;height:400px;overflow:hidden;}
	.mood-content-sysint-image img {width:1200px;}
	.mood-content h1 {font-size:80px;line-height:1.5;margin-top:-515px;margin-left:20px;}
	.mood-content h3 {font-size:32px;line-height:1.3;}
	.mood-content p,.mood-content-introtext {line-height:1.2;}
	.mood-content p {padding-top:8px;padding-bottom:16px;font-weight:400;}
	.eee {width:50px;height:50px;}
	.hide-for-print {display:none;overflow:hidden;}
	.listenpfeil-rot {height:17px;}

	#topicsID {position:relative;width:100%;margin-top:2em;}
	.topic-content-sysint-logo {width:100%;height:5em;}
	.topic-content-sysint-image {margin-bottom:1em;}
	.topic-content-itcon-logo {height: 5em;}
	.topic-content-itcon-image {margin-bottom:1em;}
	.topic-content-mhis-logo {height:5em;}
	.topic-content-mhis-image {margin-bottom:1em;}

	#nav-2ID {width:auto;margin-top:20px;}
	.nav-2-content {height:150px;}
	.nav-2-content-logo-1,.nav-2-content-logo-2,.nav-2-content-logo-3 {float:left;line-height:3.5;}
	.nav-2-content-logos {width:80%;margin-top:50px;margin-left:30px;}

	#holdingID {height:45px;margin:36px auto 0 auto;background-color:lavender;}
	.holding-content {margin-top:12px;}
	.holding-content-logo-1 {margin-top:-5px;}
	.holding-content-logo-1,.holding-content-logo-2 {width:120px;margin-left:30px;}
	
	#footerID {height:196px;background:rgba(20,70,165,1);}
	.footer-content {padding-top:16px;}
	.footer-content-text-1 {float:left;display:inline-block;}
	.footer-content-text-2 {display:inline-block;}
	.footer-content-text-3 {margin-top:20px;}
	.xing {width:24px;height:24px;}
	.at {width:24px;height:24px;}
	.imprint-text,.imprint-text a {font-size:80%;color:rgba(245,245,245,1);}
}