#left .mod_navigation .pagetitle {
	display: none;
}

.ext-pdf::before {
	background-image: src="assets/contao/images/iconPDF.gif";
}

h1, h2 {
	font-weight: normal;
}
h2 {
	font-size: 1.75rem;
	margin-top: 30px;
}
form.style7 .explanation {
	font-size: 15px;
}
.noborder {
	border: 0px;
}
form .line p {
	border-top: 1px solid rgb(150,150,150);
}
form.style7 input, form.style7 textarea {
	background-color: #f1f7ff;
	padding-left: 0.5em;
}
/*.ce_bgimage.img-leftside-50 .ce_bgimage-image, .ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	background-position: 100%;
}*/
.color-white .ce_download_small a:not(.link-white) {
	border-color: #ffffff;
}
.color-white .ce_download:after {
	content: none;
}
.ce_text ul li a {
	font-weight: bold;
	color: #004899;
}
a:target:before {
content:"";
display:block;
height:300px; /* fixed header height*/
margin:-300px 0 0; /* negative fixed header height */
}