/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2025 | 16:55:13 */
.hlgreen {
	background: #9BAC5E !important;
position: relative;
	color: white !important;
	display: inline-block !important;
	z-index: 10;
	text-align: center;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	transform: rotate(-3deg)!important;
	 box-shadow: 0px 7px 20px rgba(0,0,0,0.3);
}
.hlgreen.zwei {
	transform: rotate(2deg);
	margin-top: -20px;
	margin-left: 100px;
}

.hlgreen:before {
	position: absolute;
	top: 0;
	left: -28px;
	width: 30px;
	background: url("/wp-content/uploads/2024/07/pricetag-green-left-1.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
}
.hlgreen:after {
	position: absolute;
	top: 0;
	right: -28px;
	width: 30px;
	background: url("/wp-content/uploads/2024/07/pricetag-green-right-1.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
}
.hlwhite {
	box-shadow: 0 5px 30px #636A4C;
	background: url("/wp-content/uploads/2024/07/pricetag-middle.png") !important;
position: relative;
	color: #282828 !important;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	transform: rotate(-3deg);
	background-size: auto 100% !important;
	font-family: "Medio", Lato, Arial, Sans !important;
}
.hlwhite:before {
	position: absolute;
	top: 0;
	left: -28px;
	width: 30px;
	background: url("/wp-content/uploads/2024/07/pricetag-left.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
}
.hlwhite:after {
	position: absolute;
	top: 0;
	right: -28px;
	width: 30px;
	background: url("/wp-content/uploads/2024/07/pricetag-right.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
}
.bild-hochgestellt {
	/*margin-top: -50px !important;*/
}
.drei {
	margin-top: -50px !important;
	margin-left: -50px;
}

.hlgreen.mid, .hlwhite.mid{
	margin-left: 0;
	margin-right: 0;
}

.pacifico {
	font-family: Pacifico, Helvetica, Arial, Sans;
}
.medio {font-family: Medio, Helvetica, Arial, Sans; font-weight: 200;}
.giant {
	font-size: 40px;
}
@media (max-width: 480px) {
	.single-post .hlgreen::before, .single-post .hlgreen::after { display: none;}
	.single-post .wp-block-post-featured-image {
		width: 100% !important;
		margin-top: 20px;
	}
	.single-post .hlgreen {
	background: transparent !important;
position: block;
	color: #9BAC5E !important;
	z-index: 10;
	text-align: left;
	white-space: wrap;
	transform: rotate(0deg)!important;
	margin-bottom: 30px;
		margin-top: 10px;
		box-shadow: none;
}
}