#subpage_content.impressum_datenschutz{
	text-align: left;
}
em{
	font-size: 13px;
	font-style: italic;
}
h1,h2,h3{
	color: #003399;
}

@media only screen and (min-width: 1024px){
	h1{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 100%;
		text-align: left;
		
		padding: 0px;
		margin-top: -25px;
		
		color: #003399;
		font-size: 35px;
		font-weight: 600;
	}
	h2{
		font-size: 30px;
		font-weight: 600;
	}
	h3{
		margin-top: 15px;
		margin-bottom: 8px;
		font-size: 25px;
		font-weight: 600;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	h1{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 100%;
		text-align: left;
		
		padding: 0px;
		margin-top: -25px;
		
		color: #003399;
		font-size: 35px;
		font-weight: 600;
	}
	h2{
		font-size: 30px;
		font-weight: 600;
	}
	h3{
		margin-top: 10px;
		font-size: 25px;
		font-weight: 600;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	h1{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 100%;
		text-align: left;
		
		padding: 0px;
		margin-top: -25px;
		
		color: #003399;
		font-size: 32px;
		font-weight: 600;
	}
	h2{
		font-size: 27px;
		font-weight: 600;
	}
	h3{
		margin-top: 10px;
		font-size: 22px;
		font-weight: 600;
	}
}