h1 {
	font-size: 2.5rem;
	line-height: 2.8rem;
	font-weight: bold;
	margin: 10px 0;
}

h2 {
	font-size: 2.3rem;
	line-height: 2.6rem;
	font-weight: bold;
	margin: 8px 0;
}

h2.white {
	color: #fff;
}

h3 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin: 8px 0;
}

h4 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: bold;
	margin: 20px 0 0 0;
}

p, ul.text {
	margin: 20px 0;
}

p.white {
	color: #fff;
}

li.text {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 14px;
	text-indent: -14px;
}

li.leistungen {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 34px;
	text-indent: -14px;
}

table {
	width: 100%;
}

td {
	background-color: #eee;
	padding: 4px 10px;
}

td.line {
	height: 1px;
	padding: 0;
	background-color: #666;
}

td.headline {
	font-weight: bold;
}

p.strong, strong {
	font-weight: bold;
}

/* navigation, links */
a {
	color: #000;
}

a.tel.white {
	color: #fff;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a.navi.lg.md {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 10px;
}

a.navi.lg.md.loc {
	color: #fcd400;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

a.navi.xs {
	font-size: 1.2rem;
	padding: 10px 20px;
	display: block;
}

a.navi.xs:hover, a.navi.xs:active {
	background-color: #eee;
}

a.navi.footer {
	color: #fff;
	padding: 0 10px;
}

a.link {
	text-decoration: underline;
}

a.white {
	color: #fff;
}

a.link.download {
	height: 30px;
	padding: 5px 0 0 40px;
	background-image: url(../images/content/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
}

a.bewerbungstipps {
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
