.coupon-box-large {
	border-bottom: 1px dotted #9c9c9b;
	padding: 1.5em 0.5em;
	position: relative;
	display: block;
	width: 100%;
}
.coupon-box-large.exclusive:after {
	content: "Exklusiv";
	transform: rotate(-45deg);
	position: absolute;
	left: -15px;
	top: 20px;
	background-color: #990033;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
}
.coupon-box-large a {
	color: #000 !important;
}
.coupon-value-cell {
	display: table-cell;
	width: 118px;
	vertical-align: middle;
	float: left;
}
.coupon-value-cell .coupon-value-wrapper {
	width: 118px;
	border: 1px solid #ababab;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
	display: table-cell;
	background: #fff;
	padding: 2px;
	font-weight: bold;
}

.coupon-value-cell .coupon-value {
	height: 110px;
	text-align: center;
	display: table-cell;
	width: 112px;
	min-width: 100px;
	vertical-align: middle;
	color: #d30b0b;
	font-size: 1.25em;
}
.coupon-value-cell .coupon-value strong {
	font-size: 2em;
	display: block;
	text-align: center;
}
.coupon-value-cell .coupon-value strong.smaller {
	font-size: 95%;
}
.coupon-value-cell .coupon-value strong.small {
	font-size: 70%;
}
.coupon-inner .coupon-value.smaller {
	font-size: 19px;
}
.coupon-value-cell .coupon-value span {
	text-align: center;
}
.coupon-inner {
	display: inline-block;
	padding: 5px 15px;
	vertical-align: middle;
}
.coupon-inner .coupon-text {
	text-overflow: ellipsis;
}
.coupon-box-large a:after {
	display: table;
	clear: both;
	content: "";
}
.coupon-text:after {
	content: "\A";
	white-space: pre;
}
.coupon-inner .coupon-value {
	font-family: inherit;
	font-weight: bold;
	font-size: 20pt;
	color: #990033;
	margin-bottom: 0.15em;
	line-height: 1;
}
.coupon-info-expires, .coupon-info-clicks {
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
	font-size: 90%;
	display: inline;
}
.coupon-info-expires {
	background-image: url(/wp-content/themes/hochzeit/images/clock.png);
}
.coupon-info-clicks {
	background-image: url(/wp-content/themes/hochzeit/images/coupon-uses-icon.png);
}
.coupon-convert {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 5px 15px;
}
.coupon-convert:after {
	display: block;
	clear: both;
	content: "";
}
.coupon-convert-button {
	display: inline-block;
	color: #fff;
	font-family: inherit;
	font-weight: bold;
	width: 260px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 18px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	background: #990033;
	/*
	background: -moz-linear-gradient(top, #802644 0%, #bf0030 100%);
	background: -webkit-linear-gradient(top, #802644 0%, #bf0030 100%);
	background: linear-gradient(to bottom, #802644 0%, #bf0030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802644', endColorstr='#bf0030',GradientType=0 );
	*/
	margin-right: 10px;
	float: left;
}
.coupon-convert-button:hover {
	background: #b71349;
}
.coupon-code {
	background-color: #709af5;
	z-index: 10000;
	width: 150px;
	float: left;
	height: 50px;
	line-height: 50px;
	background: #eeeeee;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #d6d6d6 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#cccccc',GradientType=0 );
	color: #888;
	font-size: 22px;
	display: table;
	table-layout: fixed;
	text-align: center;
}
.coupon-code.smaller {
	font-size: 90%;
}
.additionalinfo {
	display: none;
}
.additionalinfo .key {
	display: inline-block;
	width: 30%;
}
.additionalinfo .value {
	display: inline-block;
	width: 65%;
}
.bottomrow {
	display: block;
	text-align: right;
}
.overlaybackground {
	background-color: #000;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.overlay {
	background-color: #fff;
	min-height: 300px;
	height: auto;
	width: 450px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	-moz-box-shadow: 5px 5px 30px 5px #000;
	-webkit-box-shadow: 5px 5px 30px 5px #000;
	box-shadow: 5px 5px 30px 5px #000;
	display: none;
}
.overlay .info .infotext {
	font-weight: bold;
}
.overlay .info .row .key {
	width: 34%;
	float: left;
}
.overlay .info .row .value {
	width: 65%;
	float: left;
}
.overlay .info .row {
	background-color: inherit;
}
.overlay .info .row:after {
	display: table;
	clear: both;
	content: "";
}
.overlay .info .row:nth-child(even) {
	background-color: #eee;
}
.overlay .info .notes {
	margin-top: 1em;
}
.overlay .info, .overlay .headline {

	padding: 5px;
}
.overlay .headline .logo {
	width: 120px;
	float: left;
	padding: 15px 0 10px 5px;
}
.overlay .headline .value {
	box-sizing: border-box;
	width: 270px;
	float: left;
	font-size: 20px;
	padding-left: 10px;
	line-height: 60px;
	height: 60px;
	color: #990033;
	font-weight: bold;
	vertical-align: middle;
}
.overlay .headline:after {
	display: table;
	clear: both;
	content: "";
}
.overlay .code_bg {
	background-color: #fff;
	border: 1px dashed #000;
	padding: 10px;
}
.overlay .code_fg {
	background-color: #e9e9e9;
	border: 1px dashed #949494;
}
.overlay .code_fg .code {
	color: #b71349;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0;
}
.overlay .codeline img {
	position: absolute;
	top: -4px;
	left: 300px;
}
.overlay .codeline {
	background-color: #b71349;
	padding: 10px;
	position: relative;
}
.overlay .codeline .explain {
	height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 0px;
	color: #454545;
	background-size: contain;
	
}
.overlay .codeline .gotoshop {
	width: 320px;
	margin: 1em auto;
	display: block;
        color: #fff;
        font-family: inherit;
        font-weight: bold;
        height: 30px;
        border-radius: 5px;
        text-align: center;
        line-height: 30px;
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 13px;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
        background: #990033;
}
.overlay .copycode, .overlay .zeroclip {
	display: none;
}
.overlay .close {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 12px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	color: #990033;
	font-weight: bold;
	padding: 0 3px 0 0;
	position: absolute;
	right: 3px;
	top: 3px;
}
.overlay .close:after {
	content: "×";
}
.overlay .close:hover, .overlay .close:active {
	text-decoration: none;
}

@media screen and (min-width: 765px) and ( max-width: 900px) {
	.coupon-convert-button {
		width: 190px;
		font-size: 16px;
	}
	.coupon-code {
		width: 120px;
		font-size: 16px;
	}
}
@media screen and (max-width: 690px) {
	.coupon-convert-button {
		width: 200px;
		font-size: 16px;
	}
	.coupon-code {
		width: 120px;
		font-size: 16px;
	}
}
@media screen and (max-width: 580px) {
	.coupon-box-large.exclusive:after {
       	content: "Exklusiv";
       	transform: none;
        top: 3px;
	left: 20px;
	}
	.coupon-value-cell {
		display: none;
	}
	.additionalinfo .key {
		display: inline;
		padding-right: 5px;
	}
	.additionalinfo .value {
		display: inline;
	}
	.coupon-convert {
		padding-left: 0;
	}
	.coupon-convert .coupon-convert-button {
		box-shadow: none;
	}
}
@media screen and (max-width: 420px) {
	.coupon-convert-button {
		width: 99%;
	}
	.coupon-code {
		width: 99%;
		margin: 5px 0;
	}
}


