﻿
#cms_root {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#datenbank-1406 {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 10px 80px;
}
#datenbank-1406 > .rec {
	width: 320px;
	margin: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px dotted #888;
}
#datenbank-1406 .Titel {
	margin-top: auto;
	flex-grow: 1;
}
#datenbank-1406 .Bestellen {
	x-font-size: 200%;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}
#datenbank-1406 .rec a {
	color: #666;
	text-decoration: none;
	display: inline-block;
	padding: 0 3px;
}
#datenbank-1406 .rec.aktiv a {
	color: red;
}
#html-3142 .kat , #html-3142 .subkat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	margin: 20px 0;
}
#html-3142 label {
	width: auto;
}
#cont-2672 {
	width: 1200px;
	max-width: 100%;
}