.nd-teaser-block {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
	background: #f9f9f9;
	position: relative;
}

.nd-teaser-block.has-thumbnail {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.nd-teaser-thumbnail {
	flex: 0 0 150px;
}

.nd-teaser-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.nd-teaser-content {
	flex: 1;
}

.nd-teaser-dachzeile {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 5px;
	margin-top: 5px;
}

.nd-teaser-maintitle {
	margin-top: 0;
	font-size: 1.5em;
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.nd-teaser-author {
	font-style: italic;
	font-size: 0.9em;
	color: #444;
	margin-top: 10px;
	margin-bottom: 5px;
}

.nd-teaser-empty {
	padding: 20px;
	border: 1px dashed #ccc;
	color: #999;
	text-align: center;
}

.nd-teaser-status {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 0.55em;
	background: #eee;
	padding: 2px 4px;
	border-radius: 3px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}
