
div.contentgutscheintable table {
	width: 100%;
}
@media screen and (max-width: 768px) {
	div.contentgutscheintable {
		overflow-x: scroll;
		max-width: 100%;
	}
}
.shop-toc ol li a {
	color: black;
}
.shop-toc, .sidebar__questions {
	background: white;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
}
.shop-toc ol li a:hover {
	color: var(--color-highlight);
}
.shop-toc ol, .sidebar__questions ol {
	padding: 0 0 0 30px;
	counter-reset: section;
	list-style: none;
}
.shop-toc ol li, .sidebar__questions ol li {
	position: relative;
	margin-bottom: 3px;
}
.sidebar__questions ol li a {}
.sidebar__questions .show-more {
	font-size: 18px;
}
#topgutscheine-sektion .show-more.show-less span::before {
	right: -14px !important;
}
.shop-toc ol li::before, .sidebar__questions ol li::before {
	background: var(--color-highlight);
	color: var(--color-max-light);
	border-radius: 100px;
	text-align: center;
	line-height: 22px;
	font-weight: 600;
	counter-increment: section;
	content: counter(section);
	display: inline-flex;
	width: 22px;
	height: 22px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-left: -32px;
	margin-right: 10px;
	position: absolute;
	top: calc(50% - 11px);
}
body .sidebar__questions ol li::before {
	background: #ffa500;
}
.sidebar__questions ol li a {
	color: black;
}
.sidebar__questions {
	background: white;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
}
.sidebar__questions ol li a:hover {
	color: var(--color-highlight);
}
.sidebar__questions ol {}
.sidebar__popular {
	background: white;
	padding: 25px;
	margin-top: 25px;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
}
.sidebar__popular .show-more {
	margin: 15px 0 0 0 !important;
}
.coupon__secret {
	background: white;
	padding: 25px;
	margin: 1rem 0;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
	border: 2px solid #ffa500;
}
.coupon__secret .coupon-stats-title::before {
	font-size: 180px;
	position: absolute;
	color: #ffa500;
	right: -40px;
	pointer-events: none;
	top: 5px;
	opacity: .15;
}
.coupon__secret .coupon-secret-all {
	max-height: 70px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.coupon__shortstory {
	background: white;
	padding: 25px;
	margin: 1rem 0;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
	border: 2px solid #91a868;
	text-align: justify;
}
.coupon__shortstory .coupon-stats-title h3, .coupon__secret .coupon-stats-title h3 {
	margin-top: 0;
}
.shortstory_text p {
	max-height: 70px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.shortstory_text p a:hover {
	border-color: #c00;
	color: #c00;
}
.shortstory_text p a {
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
}
.shortstory_text p.show-complete {
	max-height: none;
}
.coupon__shortstory::before {
	font-size: 160px;
	position: absolute;
	color: green;
	pointer-events: none;
	right: 10px;
	top: 20px;
	opacity: .15;
}
@media screen and (min-width: 800px) {
	.coupon__shortstory::before {
		font-size: 120px;
		top: 10px;
	}
	.coupon__secret.show-all-desktop p {
		max-height: none;
	}
	.coupon__secret .show-more-coupon-secret, .show-more-coupon-shortstory {
		display: none !important;
	}
	.coupon__secret .coupon-stats-title::after {
		top: 85px;
	}
	.coupon__shortstory.show-all-desktop p {
		max-height: none !important;
	}
	.coupon__shortstory .coupon-stats-title::after {
		top: 85px;
	}
}
.coupon__secret .coupon-secret-all.show-complete {
	max-height: none;
}
.show-more-coupon-secret, .show-more-coupon-shortstory {
	display: none;
	cursor: pointer;
	position: relative;
	margin-top: .5em;
}
.show-more-coupon-secret:hover, .show-more-coupon-shortstory:hover {
	color: #c00;
}
.show-more-coupon-secret::before, .show-more-coupon-shortstory::before {
	height: 16px;
	width: 16px;
	transform: rotate(90deg);
	margin-left: 10px;
	position: absolute !important;
	right: 0;
	top: -3px;
}
.show-more-coupon-secret.show-less::before, .show-more-coupon-shortstory.show-less::before {
	transform: rotate(270deg);
	top: 0;
}
.sidebar__popular .show-more {
	margin-bottom: 0;
}
.popular__wrapper .widget-title {
	font-size: 22px;
}
.sidebar__popular ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar__popular ul li {
	display: flex;
	align-items: center;
	background: white;
	padding: 5px 5px;
	margin-bottom: 15px;
	box-shadow: 6px 5px 0 #e8e8e8;
	border: 1px solid #d9d9d9;
	font: var(--u-typo-font);
	letter-spacing: var(--u-typo-letter-spacing);
	text-transform: var(--u-typo-text-transform);
	font-size: 20px;
}
.sidebar__popular ul li i {
	margin-right: 10px;
	padding-left: 5px;
	color: #c00;
}
.sternbox-zahlung {
	margin-top: 25px;
	margin-bottom: 25px;
	background: white;
	display: flex;
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.2);
	padding: 10px;
}
.sternbox-icon {
	font-size: 50px;
	width: 100px;
	margin-right: 25px;
	text-align: center;
	color: #fff;
	background: var(--color-highlight);
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	align-items: center;
}
.sternbox-zahlung li {
	left: 0;
	padding-left: 0;
}
.sternbox-zahlung ul {
	font-size: 16px;
	line-height: 24px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	column-count: 2;
}
.sternbox-zahlung ul li::before {
	display: inline-block;
	padding-right: 5px;
	color: var(--color-highlight);
}
.sternbox-zahlung.sternbox-kontakt ul li::before {
	display: none;
}
.sternbox-umtausch ul {
	column-count: 1 !important;
}
.contentgutscheintable {
	width: 100%;
	padding: 12px;
	text-align: left;
	margin-top: 15px;
	box-shadow: 0 6px 20px -3px rgba(0,0,0,.2);
}
.contentgutscheintable th {
	font-size: 18px;
}
.contentgutscheintable tr td:first-child {
	background: #c00;
	padding: 0;
	color: white;
	text-align: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
}
.contentgutscheintable tr:not(:first-child) {
	background: #eae4e4;
	text-align: center;
}
.contentgutscheintable td {
	background: #eae4e4;
	padding: 5px;
}
@media screen and (max-width: 768px) {
	.contentgutscheintable tr:not(:first-child) {
		background: #c00;
		padding: 0;
	}
	.sidebar__popular {
		max-height: 100%;
		padding-bottom: 5px;
	}
	.contentgutscheintable tr:not(:first-child) td:nth-child(2) {
		position: relative;
	}
}
.contentgutscheintable tr:not(:first-child) td:nth-child(2) {
	text-align: left;
	left: 15px;
}
.sidebar__popular .show-more, .sidebar__questions .show-more {
	cursor: pointer;
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	font-size: 16px;
}
.sidebar__popular .show-more::before, .sidebar__questions .show-more::before {
	height: 16px;
	width: 16px;
	transform: rotate(90deg);
	margin-left: 10px;
	position: absolute;
	top: 5px;
	right: 0;
}
.sidebar__popular .show-more.show-less::before {
	transform: rotate(270deg);
}
.sidebar__questions .show-more:hover, .sidebar__popular .show-more:hover {
	color: #c00;
}
.sidebar__popular ul li.show-some-hidden {
	display: none;
}
.sidebar__popular .show-more:hover {
	color: #c00;
}
@media screen and (max-width: 768px) {
	.contentgutscheintable tr:not(:first-child) td:nth-child(2) {
		left: 0;
	}
	.contentgutscheintable tr td:first-child {
		font-size: 16px;
	}
}
@media screen and (max-width: 550px) {
	.sternbox-zahlung ul {
		column-count: 1;
	}
	.sternbox-icon {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 26px;
		margin: 0;
		float: none;
	}
	.sternbox-zahlung {
		padding: 15px;
		flex-direction: column;
	}
}
