﻿

/*News.aspx*/

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.headlineBig {
	font-size: 22px !important;
}

.fontContentBigger {
	font-size: 160% !important;
	line-height: 26px !important;
}

.fontContentHeader {
	line-height: 26px !important;
	font-size: 120%;
}

.paddingTeaser {
	padding: 10px 0px 30px 0px;
}

.headlineFont h1 {
	font-size: 22px !important;
}

.headlineWrapper .newsPdfHeader {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	/*border-bottom: 3px solid #E70576;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 2rem;
}

	.newsPdfHeader img {
		max-height: 50px;
	}
	
	.newsPdfHeader .publicationLabel {
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: bold;
		font-size: small;
		color: rgb(88,88,88);
		padding-left: 5px;
	}

.pnlQrCode {
	padding: 0 30% 0 30%;
}

	.pnlQrCode .newsPdfFooter {
		/*border-bottom: 3px solid #E70576;*/
		/*display: grid;*/
		/*text-align:center;*/
		/*margin-left: 2rem;*/
		/*display: grid;*/
	}

		.pnlQrCode .newsPdfFooter div {
			text-align: center;
		}

		.pnlQrCode .newsPdfFooter .qrCodeLabel {
			/*font-weight: bold;*/
			font-size: larger;
			color: black;
			display: block;
			/*padding: 0 17rem;*/
			padding-bottom: 1.5rem;
			font-family: 'OPEN SANS';
		}

.hlToNews {
	color: #E70576;
	text-decoration: underline;
}

/*---------------*/



/*Veroeffentlichung.cs*/

.testClass {
	/*font-family: 'Open Sans';*/
	font-family: 'Arial';
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
}



/*------------------*/