/*
 * CSS-Core (Printversion)
 *
 * Bayerisches Staatministerium für Arbeit und 
 * Sozialordnung, Familie und Frauen
 * 
 * (c) 2016
 */
 
body {
	font-size: 10pt;
    font-family: Calibri,Arial,sans-serif;
	color: #000000;
	padding: 0 5px;
	}
	
h1,h2,h3,h4,h5,h6 {
	page-break-after:avoid;
	}
	
#logo {
	text-align:center; 
	}
	
#logo img {
	width:425px;
	height:auto;
	margin-bottom:20px;
	}
	
#top,
#go-top,
#service-navigation,
#breadcrumb,
#footer,
.sr-only,
.dictionary-index,
.module-share,
.module-teaser-slider .control,
.nav-box {
	display:none !important;
	}
	
.rte a {
	color:#000000;
	text-decoration:underline;
	}
	
.rte figure img {
	max-width:100%;
	height:auto;
	}

.module-keyvisual > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.module-keyvisual > ul > li {
	margin:0;
	padding:0;
	}
	
.module-keyvisual img {
	width:100%;
	height:auto;
	}
	
.module-aspect-list .aspect {
	display:table;
	width:100%;
	border-bottom:1px solid #000000;
	}
	
.module-aspect-list .aspect-1 {
	display:table-cell;
	width:50%;
	padding:0;
	min-height:auto;
	text-align:left;
	}
	
.module-aspect-list .aspect-2 {
	display:table-cell;
	width:50%;
	padding:0;
	min-height:auto;
	text-align:left;
	}
	
.module-aspect-list .aspect-divider {
	display:none;
	}
	
