.dspTeaserList {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	background: #fff;
	position: relative;
	border-top: 1px solid #ccc;
}
.dspTeaserList .Canvas > div {
	padding: 1.5rem 0;
}
.dspTeaserList .wrapper {position: relative;}
.dspTeaserList .wrapper.suppress {border-top: none;}
.dspTeaserList .Canvas {z-index: 20; position: relative; background: #fff;}
.dspTeaserList .wrapper.suppress .Canvas {height: 0; overflow: hidden;}
.dspTeaserList .togglebutton {
	display: inline-block;
	background: #ff7e00;
	color: #fff;
	z-index: 1;
	position: absolute;
	top: 0px;
	transform: translateY(-100%);
	padding: 10px 20px;
	box-shadow: 0 -2px 28px -5px rgba(0, 0, 0, 0.6);
	border-radius: 5px 5px 0 0;
	transition: all 250ms;
	border: 1px solid #d47003;
	border-width: 1px 1px 0 1px;
}
.dspTeaserList .togglebutton:hover {
	background: rgb(232, 144, 47);
	text-decoration: none;
}
.dspTeaserList .togglebutton.toggle:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-width: 0px 3px 3px 0px;
	transform-origin: center center;
	transform: rotate(45deg) scale(1, 1) translate(0, 0);
	cursor: pointer;
	transition: all 250ms;
}
.dspTeaserList .wrapper.suppress .togglebutton.toggle:after {
	transform: rotate(45deg) scale(-1,-1) translate(-5px, -5px);
}
.dspTeaserList .togglebutton {
	right: 2%;
}

.dspTeaserList .dspTeaserElement {box-sizing: border-box;}
.dspTeaserList .dspTeaserElement:first-of-type {padding-right: 20px; border-right: 1px solid #ccc;}




.dspTeaserList .dspTeaserElement .heading {
	position: relative;
}
.dspTeaserList .h1s {
	margin-bottom: .5rem;
	padding: 0;
	font-size: 26px;
}
.dspTeaserList .dspTeaserElement .date {
	line-height: 120%;
	text-transform: uppercase;
	transition: all 200ms;
	margin: 0;
	font-size: 14px;
	display: block;
}
.dspTeaserList .dspTeaserElement .heading h2 {
	color: #3b3b3b;
	margin-bottom: 5px;
	font-size: 22px;
}
.dspTeaserList .dspTeaserElement .heading .more {
	min-width: 150px;
	text-align: right;
}
.dspTeaserList .dspTeaserElement .heading .more a {
	position: relative;
	transition: all 300ms;
}
.dspTeaserList .dspTeaserElement .heading .more a:hover {
	
}
.dspTeaserList .dspTeaserElement .preview { color: #666; }
.dspTeaserList .dspTeaserElement .body {padding: 5px;}
.dspTeaserList .archiv h2 {
	font-weight: bold;
}
.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%; }


.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: #004a96;
	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 {}


.dspTeaserList .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);
}

@media all and (max-width: 1400px) {
	.dspTeaserList .dspTeaserElement .heading h2 {font-size: 18px;}
	.dspTeaserList .h1s {font-size: 22px;}
	.dspTeaserList .cssbutton {font-size: 14px;}
}
@media all and (max-width: 1150px) {
	.Teaser .LayerY {padding: 1rem 2%;}
	.dspTeaserList .h1s {font-size: 20px}
	.dspTeaserList .h1s {font-size: 20px}
	.dspTeaserList .dspTeaserElement .heading h2 {font-size: 16px;}
}