/*
DPA-Styling
 */

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../Fonts/glyphicons-halflings-regular.eot');
	src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dpa-teaserbox {
	/*background-color: #00CE00;*/
}

.dpa-teaserbox h5 {
	color: #1180A9;
	font-size: 1.3em;
	margin-bottom: 8px;
	font-weight: normal;
}

.dpa-teaserbox .teaser-entries {
	padding-bottom: 10px;
}

.dpa-teaserbox #teaserbox-data .teaser-entry {
	/*padding-top: 8px;*/
	padding: 5px 0;
	border-top: 1px solid #eee;
	margin: 0;
}

.dpa-teaserbox #teaserbox-data {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 150px;
	overflow: hidden;
	-webkit-transition: height 200ms ease-out;
	-moz-transition: height 200ms ease-out;
	-ms-transition: height 200ms ease-out;
	-o-transition: height 200ms ease-out;
	transition: height 200ms ease-out;
}

.dpa-teaserbox .panel-footer {
	margin-top: 8px;
}

#mainContent .dpa-teaserbox .pagination {
	padding: 0;
	margin: 8px 0 0;
	list-style: none;
}

#mainContent .dpa-teaserbox .pagination > li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 8px;
}

.dpa-teaserbox .pagination > li > a {
	border-radius: 14px;
}

.dpa-teaserbox .pagination > li > a,
.dpa-teaserbox .pagination > li > span {
	position: relative;
	float: left;
	padding: 0;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #007DA6;
	width: 24px;
	height: 24px;
	border-radius: 16px;
}

.dpa-teaserbox .pagination > li > a:hover {
	background-color: #005e7d;
}

.dpa-teaserbox .pagination > li span {
	color: #fff;
	font-size: 14px;
	position: absolute;
}

.dpa-teaserbox .pagination > li .prev span {
	left: 5px;
	top: 4px;
}

.dpa-teaserbox .pagination > li .next span {
	left: 4px;
	top: 5px;
}

#contentLeft .ce .dpa-listbox h2 {
	margin-bottom: 14px;
}

.dpa-listbox .teaser-entry {
	padding-bottom: 8px;
	padding-left: 22px;
}

.dpa-listbox a {
	color: #636467;
	text-decoration: underline;
}

.dpa-listbox a::before {
	font-family: Arial;
	font-weight: bold;
	content: "\00BB\00A0";
	content: "\003C\0073\0070\0061\006E\003E\00BB\00A0\003C\002F\0073\0070\0061\006E\003E";
	color: #1180A9;
	margin-left: -0.9em;
	margin-left: 0\9;
}

.dpa-listbox a::before {
	content: "\005B\00BB\005D\00A0";
	margin-left: -1.5em;
	margin-left: 0\9;
}

.dpa-listbox a:hover {
	color: #000;
}

.dpa-listbox .item-headline {
	display: inline;
}

.back-to-all-news {
	margin: 10px 0 20px 12px;
	display: block;
}

.back-to-all-news:hover {
	color: #0d6585;
}

.dpa-detailbox .item-date {
	margin: 10px 0;
}

.dpa-overview {
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #636467;
	margin-left: 0.9em;
}

.dpa-overview:focus {
	color: #636467;
}

.dpa-overview:hover {
	color: #000;
}

.dpa-overview::before {
	font-family: Arial;
	font-weight: bold;
	content: "\00BB\00A0";
	color: #1180A9;
	margin-left: -0.9em;
}