.dspTeaserList {
	padding: 2rem 20px 0;
	position: relative;
}
.dspTeaserList .dspTeaserElement .heading > h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	transition: all 250ms;
}
.dspTeaserList .dspTeaserElement .date {
	transition: all 200ms;
	margin: 0;
	font-size: 16px;
	position: absolute;
	font-weight: normal;
	top: 10px;
	left: 20px;
}
.dspTeaserList .dspTeaserElement .heading h1 {
	color: #000;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: normal;
}
.dspTeaserList .dspTeaserElement .preview {
	color: #707070;
}
.dspTeaserList .dspTeaserElement .linkTo {
	width: 10%;
	position: absolute;
	right: 0;
	height: 100%;
	background: rgb(88, 88, 88);
	transition: all 300ms;
	top: 0;
}
.dspTeaserList .dspTeaserElement .linkTo:hover {
	background: rgba(88, 88, 88, 0.8);
}
.dspTeaserList .dspTeaserElement .linkTo:before {
	content: '›';
	position: absolute;
	top: 6%;
	left: 45%;
	color: #fff;
	font-size: 350%;
}
.dspTeaserList .dspTeaserElement .body {padding: 5px;}
.dspTeaserList .archiv h2 {
	font-weight: bold;
}
.dspTeaserList .item {
	margin-bottom: 3em;
}
.dspTeaserList .dspTeaserElement:last-of-type .item {
	border-bottom: none;
}
.dspTeaserList .archiv .item {
	padding: 10px;
	padding-right: 0;
}
.dspTeaserList .title {
	background: rgb(241, 241, 241);
	padding: 20px 0px 10px 10px;
	border-radius: 2px;
	position: relative;
	border-top: 2px solid #dc0000;
	transition: all 250ms;
	margin-bottom: 2px;
}
.dspTeaserList .sub .body {
	overflow: hidden;
	transition: all 500ms;
}
.dspTeaserList .sub.open .title {
	box-shadow: 0 6px 6px -6px #777;
}
.dspTeaserList .dspTeaserElement .files { clear: both; }
.dspTeaserList .dspTeaserElement .files .entry .icon { padding-right: 2%; }

.dspTeaserList .item {
	margin-bottom: 10px;
}

.dspTeaserList .lizenzData { font-size: 90%; }

.dspTeaserList .banner {
	margin-bottom: 1em;
	max-width: 100%;
}

.dspTeaserList .item .left,
.dspTeaserList .item .right {
	width: 25%;
	margin-bottom: 1em;
	margin-top: 5px;
}
.dspTeaserList .left { margin-right: 15px; }
.dspTeaserList .right { margin-left: 15px; }
.dspTeaserList .item .left img,
.dspTeaserList .item .right img { max-width: 100%; }


@media all and (max-width: 850px) {
	.dspTeaserList .s1.o2 {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
}
}
@media all and (max-width: 550px) { 
	.dspTeaserList .dspTeaserElement .heading .h1s, .dspTeaserList .dspTeaserElement .heading h1{ font-size: 16px;}
	.dspTeaserList .item .left, .dspTeaserList .item .right {width: 50%;}
}
@media all and (max-width: 360px) { .dspTeaserList .item .left, .dspTeaserList .item .right { width: 100%;}}

.dspTeaserList .toggleButton.gfx {
	cursor: pointer;
	height: 16px;
	width: 16px;
	overflow: hidden;
	position: relative;
}
.dspTeaserList .toggleButton.gfx:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	background: #000096;
	position: absolute;
	top: -10px;
	border-radius: 2px;
}


.dspTeaserList a:hover .toggleButton.gfx {
	background-position: center right;
}

.dspTeaserList a:active .toggleButton.gfx {
	background-position: bottom right;
}

.dspTeaserList a.active .toggleButton.gfx {
	background-position: top left;
}

.dspTeaserList a.active:hover .toggleButton.gfx {
	background-position: center left;
}

.dspTeaserList a.active:active .toggleButton.gfx {
	background-position: bottom left;
}

.dspTeaserList .full {}


.sub .title .plus {
	position: absolute;
	right: 10px;
	top: 15px;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.dspTeaserList .sub .title .plus:before,
.dspTeaserList .sub .title .plus:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #dc0000;
	transition: all 500ms;
} 
.dspTeaserList .sub .title .plus:before {
	width: 32px;
	height: 2px;
	top: 15px;
	left: 0px;
	opacity: 1;
}
.dspTeaserList .sub .title .plus:after {
	width: 2px;
	height: 32px;
	left: 15px;
	top: 0;
}
.dspTeaserList .sub.open .title .plus:before {
	width: 1px;
	left: 15px;
	opacity: 0;
	transform: rotate(90deg);
}
.dspTeaserList .sub.open .title .plus:after {
	transform: rotate(270deg);
}