body {
	counter-reset: section;
}

#mlnewspaper {
	width: 570px;
	background-color: #d4d4d4;
	padding: 10px;
	border: 10px solid #e0e0e0;
	box-sizing: border-box;
	box-shadow: 5px 5px 3px #b3b3b3;
}

.panelnp {
  padding: 15px 20px;
  display: none;
  background-color: rgba (0,0,0,0);
  overflow: hidden;
	font-size: 12px;
	margin-top: -10px;
text-align: justify;
}

.mlnptitle {
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-family: Lobster; 
	font-size: 45px; 
	line-height: 45px; 
	font-weight: bold; 
	color: #808080; 
	border-top: 5px solid #cdcd12; 
	padding-top: 12px;
}

.mlnptitlebox {
	width: 530px; 
	height: 25px; 
	padding: 0 15px; 
	border: 1px solid #808080; 
	font-family: Abel; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 25px; 
	text-transform: uppercase; 
	color: #808080; 
	box-sizing: border-box;
}


.mlnpmain {
	font-family: Abel; 
	font-size: 30px; 
	line-height: 30px; 
	font-weight: bold; 
	color: #161616; 
	text-transform: uppercase; 
	margin-top: 30px;
}

.mlnpsub {
	font-family: Abel; 
	font-size: 13px; 
	line-height: 18px; 
	color: #161616; 
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.mlnptext {
	color: #161616; 
	text-align: justify; 
	font-size: 11px; 
	line-height: 20px; 
	padding: 10px; 
	-webkit-columns: 2 220px; 
	-moz-columns: 2 220px; 
	columns: 2 220px; 
	-webkit-column-gap: 20px; 
	-moz-column-gap: 20px; 
	column-gap: 20px;
}

.mlnppic1 {
	width: 140px; 
	padding: 8px; 
	background-color: #c4c4c4; 
	font-size: 9px; 
	line-height: 11px; 
	color: #000000; 
	box-sizing: border-box;
}

.mlnppic2 {
	width: 124px; 
	margin-bottom: 5px;
}

.mlnpautor {
	font-family: Abel;
	text-align: right; 
	font-size: 12px; 
	font-style: italic;
	color: #808080; 
	text-transform: uppercase;
	padding-top: 10px;
}


.mlnpcountseite {
	counter-reset: subsection;
}
.mlnpcount {
	position: relative;
	display: inline;
}
.mlnpcount::before {
		counter-increment: subsection;
      content: "Ausgabe " counter(subsection, decimal-leading-zero) " | ";
}


	
		