.TeaserList .item { 
	border-radius: 0px;
}


.TeaserList .item .teaser { padding: 0 0; }
.TeaserList .item img { display: block; }

.TeaserList .item .head { align-items: stretch; padding: 0 0; }

.TeaserList .item .head .date.vorschau { margin-right: 0; padding: 5px; font-size: 0.8rem; line-height: 150%; }

.TeaserList .item .head .vorschautext {
	background: linear-gradient(90deg, var(--logo-color-1-dark) 0%, var(--logo-color-1) 100%);
	color: var(--font-color-light);
	padding: 5px;
	font-size: 0.8rem;
	line-height: 150%;
}

.TeaserList .item .teaser .body {
	flex-grow: 0;
	text-align: center;
}

.TeaserList .item .foot .link {
	margin: 16px 0% 12px;
	background: unset;
	border-radius:0px;
	color: var(--logo-color-1-dark);
	font-size: 0.8rem;
	line-height: 150%;
}
@media all and (max-width: 1500px) { .TeaserList { --num-cols: 3; } }
@media all and (max-width: 800px) { .TeaserList { --num-cols: 2; } }
