/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 08:24:17 */
/**
 * Styles für Angebote
 */

.angeb_item {
	/*
	min-width: 200px !important;
	width: 250px;
	*/
}

.angeb_titel h3 {
	font-family: "Rokkitt", Sans;
	font-weight: 700 !important;
	font-size: 1.6em !important;
}

.angeb_preis, .angeb_einheit {
	vertical-align: bottom;
}

.angeb_preis p {
	font-family: "Rokkitt", Sans;
	font-size: 1.85em;
	font-weight: 700;
	white-space: nowrap !important;
}

.angeb_einheit p {
	font-family: "Rokkitt", Sans;
	font-size: 1.2em;
	font-weight: 500;
	white-space: nowrap !important;
}

