/* ||| COPY: CSS ||| Start */

/* Rabattcode */
.rabattcode figcaption {
	text-align: center;
}
.rabattcode .thecode {
	background: #fff;
	color: #ea0d8b;
	display: inline-block;
	padding: 10px 34px;
	margin: 3px 0;
	font-size: 16px;
	border: 1px solid #ea0d8b;
}
.rabattcode .thecode b {
	letter-spacing: 2px;
}

/* correcting different block heights */
/* SPECIFIC: 1+ n 1/3 (-> 1/2) */
@media screen and (min-width: 960px) {
	.landingpage-blocks-block:nth-child(3n+2) .block-small {
			clear: both;
	}
}
@media screen and (min-width: 640px) and (max-width: 959px) {
	.landingpage-blocks-block:nth-child(2n+2) .block-small {
		clear: both;
	}
}

/* ||| COPY: CSS ||| End */