/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 14:41:31 */
/**
 * Styles für Angebote
 */

.angeb_item {
	min-height: 530px !important;
}

.angeb_heading h1 {
	font-family: "Rokkitt", Sans;
	font-weight: 700 !important;
	font-size: 2em !important;
}

.angeb_section h2 {
	font-family: "Rokkitt", Sans;
	font-weight: 700 !important;
	font-size: 1.5em !important;
}

.angeb_titel h3 {
	font-family: "Rokkitt", Sans;
	font-weight: 700 !important;
	font-size: 1.6em !important;
}

.angeb_preis, .angeb_einheit {
	vertical-align: bottom;
}

.angeb_text p {
	font-family: "Nunito", Sans;
	font-weight: 300;
	font-size: 0.9em;
}

.angeb_teasertext p {
	font-family: "Rokkitt", Sans;
	font-weight: 400;
	font-size: 1.2em;
}

/**
 * Preis der Angebotsposition, angezeigt unten rechts im Container (z.B. "5,99 €")
 */
.angeb_preis p {
	font-family: "Rokkitt", Sans;
	font-size: 1.85em;
	font-weight: 700;
	white-space: nowrap !important;
	text-align: right;
}

/* Leicht größere Schrift für den Preis im Modus für Mobilgeräte */
@media (max-width: 767px) {
	.angeb_preis p {
		font-size: 2.5em !important;
	}
}

/**
 * Einheit, angezeigt unten links im Container (z.B. "100 g")
 */
.angeb_einheit p {
	font-family: "Rokkitt", Sans;
	font-size: 1.2em;
	font-weight: 500;
	white-space: nowrap !important;
}

/* Leicht größere Schrift für die Einheit im Modus für Mobilgeräte */
@media (max-width: 767px) {
	.angeb_einheit p {
		font-size: 1.8em !important;
	}
}

