.referenz-themen {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 14px 0 0;
}

.referenz-head .referenz-themen {
	justify-content: flex-start;
}

.referenz-thema {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 10px;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
}

.mac-frame .referenz-title h2 {
	margin-bottom: 0;
	color: #000000;
}

.referenz-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.short-right p,
.short-right ul,
.short-right ol,
.short-right blockquote {
	margin: 0 0 1em;
}

.short-right p:last-child,
.short-right ul:last-child,
.short-right ol:last-child,
.short-right blockquote:last-child {
	margin-bottom: 0;
}

.short-right ul,
.short-right ol {
	padding-left: 1.2em;
}

.short-right li {
	margin: 0 0 0.35em;
}

.short-right strong,
.short-right b {
	font-weight: 700;
}

.short-right em,
.short-right i {
	font-style: italic;
}

.short-right a {
	text-decoration: underline;
}
