.loyalty-program {
	position: relative;
}

.discount-orange-ribbon {
	background: #e26b19;
	height: 30px;
	width: auto;
	display: inline-block;
	position: absolute;
	color: #FFF;
	line-height: 30px;
	padding: 0 20px;
	left: 0;
	top: 20px;
	z-index: 0;
	padding: 0 10px 0 20px;
}

.discount-orange-ribbon:before {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: -17px;
	position: absolute;
	border-style: solid;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #e26b19;
	border-bottom: 30px solid transparent;
	z-index: -1;
}

.discount-orange-ribbon:after {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: -17px;
	position: absolute;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #e26b19;
	z-index: -1;
}

.discount-green-ribbon {
	background: var(--alstede-green);
	height: 30px;
	width: auto;
	display: inline-block;
	position: absolute;
	color: #FFF;
	line-height: 30px;
	padding: 0 20px;
	left: 0;
	top: 20px;
	z-index: 0;
	padding: 0 10px 0 20px;
}

.discount-green-ribbon:before {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: -17px;
	position: absolute;
	border-style: solid;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid var(--alstede-green);
	border-bottom: 30px solid transparent;
	z-index: -1;
}

.discount-green-ribbon:after {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: -17px;
	position: absolute;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--alstede-green);
	z-index: -1;
}

.page-id-471 h1.entry-title {
	margin-bottom: 20px;
}
