<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--content-gratient-dark: rgb(233,80,12);
	--content-gratient-light: rgb(243,138,55);
	--text-color-dark: rgb(136,40,133);
	--text-color-light: rgb(255,255,255);
	--text-color-bright: rgb(254,234,11);
}

/* FONTS */
@font-face {
	font-family: 'Cervo Neue Medium Neue';
	src: url('/gratis-testen/assets/fonts/CervoNeue-MediumNeue.woff2') format('woff2'),
		url('/gratis-testen/assets/fonts/CervoNeue-MediumNeue.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cervo Neue ExtraBold Neue';
	src: url('/gratis-testen/assets/fonts/CervoNeue-ExtraBoldNeue.woff2') format('woff2'),
		url('/gratis-testen/assets/fonts/CervoNeue-ExtraBoldNeue.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GTWalsheimProUltraBold';
	src: url('/gratis-testen/assets/fonts/GTWalsheimProUltraBold.woff2') format('woff2'),
		url('/gratis-testen/assets/fonts/GTWalsheimProUltraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


/* GENERALS */
.content-container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-container.no-padding-top {
	padding-top: 0px;
}

.content-container.no-padding-bottom {
	padding-bottom: 0px;
}

.content-container.gradient {
	background: linear-gradient(151deg, var(--content-gratient-dark) 0%, var(--content-gratient-light) 58%, var(--content-gratient-dark) 100%);
}

.content-wrapper {
	width: 100%;
	max-width: 1300px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.content-container.left .content-wrapper,
.content-container.left .content-wrapper h2,
.content-container.left .content-wrapper p {
	text-align: left;
}

.content-container.full .content-wrapper,
.content-container.full .content-wrapper h2,
.content-container.full .content-wrapper p {
	max-width: 1180px;
	hyphens: auto;
}

.content-wrapper h2 {
	font-family: 'GTWalsheimProUltraBold' !important;
	text-transform: none !important;
	color: var(--text-color-dark);
	line-height: 1.1;
	font-size: 48px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content-wrapper p {
	color: var(--text-color-dark);
	line-height: 1.2;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content-wrapper p a {
	color: inherit;
	text-decoration: underline;
}

.small {
	font-size: small;
}

/* VISUAL */
.visual {
	text-align: center;
	border-bottom: 6px solid var(--text-color-bright);
}

.visual img.title {
	width: 100%;
	max-width: 600px !important;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.visual img.subtitle {
	width: 100%;
	max-width: 500px !important;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.visual p.subline {
	color: var(--text-color-light);
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	font-family: 'Cervo Neue Medium Neue';
}

.visual .products {
	margin-bottom: 20px;
}

.visual .products img {
	height: 350px !important;
}

.visual .remaining-counter {
	background-image: url("/gratis-testen/assets/gfx/counter-background.png");
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 20px 8px 30px;
	box-sizing: border-box;
}

.visual .remaining-counter p {
	color: var(--text-color-light);
	font-family: 'Cervo Neue Medium Neue';
	text-transform: uppercase;
	margin: 0px;
}

.visual .remaining-counter p span.number {
	font-size: xx-large;
	font-family: 'GTWalsheimProUltraBold';
}


/* HOWTO */
.howto {
	border-bottom: 6px solid var(--text-color-bright);
}

.howto .howto-wrapper {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background-image: url("/gratis-testen/assets/gfx/howto-background.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	text-align: center;
	box-sizing: border-box;
	padding: 70px 40px;
}

.howto ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 20px;
}

.howto ul li {
	text-align: center;
}

.howto ul li p {
	margin-top: 10px;
	margin-bottom: 0px;
	color: var(--text-color-dark);
	font-family: 'Cervo Neue Medium Neue';
	text-transform: uppercase;
	font-size: 22px;
}

.howto ul li img {
	height: 120px !important;
}


/* PARTICIPATE */
.participate {
	text-align: center;
	color: var(--text-color-light);
}

.participate h2,
.participate p {
	color: var(--text-color-light);
}

.participate .form-wrapper {
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.participate input[type="email"],
.participate input[type="text"] {
	color: var(--text-color-light);
	width: 100%;
	border-bottom: 1px solid var(--text-color-light);
}

.participate input[type="email"]::placeholder,
.participate input[type="text"]::placeholder {
	color: var(--text-color-light);
	opacity: 0.6;
}

.participate .receipt-information-form {
	display: none;
}


/* RECEIPT WRAPPER */
.receipt-wrapper {
	background-color: var(--text-color-dark);
	border-radius: 10px;
	color: rgb(255,255,255) !important;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 280px !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.receipt-wrapper .preview {
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	box-sizing: border-box;
	left: 10px;
	top: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.receipt-wrapper .uploader {
	text-align: center;
	cursor: pointer;
	position: relative;
}

.receipt-wrapper .uploader img {
	width: 100%;
	max-width: 80px !important;
	margin-bottom: 10px;
}

.receipt-wrapper h3 {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase !important;
	hyphens: none;
	color: rgb(255,255,255) !important;
	font-weight: bold;
}

.receipt-wrapper p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: var(--text-color-light);
}

.receipt-wrapper input[type="file"] {
	display: none;
}

.receipt-wrapper #receipt-information {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* BUTTON */
.button,
button {
	background-color: var(--text-color-dark) !important;
	border-radius: 6px;
	font-family: 'Cervo Neue ExtraBold Neue';
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}


/* CHECKBOX */
.labelgroup {
	position: relative;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 38px;
	box-sizing: border-box;
}

input[type="checkbox"] ~ label {
	display: inherit;
}

label {
	line-height: 1.2;
	color: var(--text-color-light);
	font-size: 18px;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	content: "\2713";
	text-align: center;
	line-height: 18px;
	top: 2px;
	font-size: 22px;
	color: var(--text-color-dark);
}

label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 14px;
	position: relative;
	left: 0;
	top: 2px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 0px;
}

label a {
	text-decoration: underline;
	color: inherit;
	font-weight: bold;
}


/* POPUP */
.mfp-bg {
	opacity: 0.5;
}

.mfp-content {
	width: 100%;
	max-width: 600px;
	background-color: var(--text-color-light);
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.mfp-content p {
	line-height: 1.2;
}

.mfp-content h3 {
	margin-bottom: 0px;
	font-family: 'Cervo Neue ExtraBold Neue';
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 28px;
	color: var(--text-color-dark);
}

/* RESPONSIVES */
@media screen and (max-width: 1200px) {

	.visual .products img {
		height: 280px !important;
	}

}

@media screen and (max-width: 956px) {

	.visual .products img {
		height: 200px !important;
	}

}

@media screen and (max-width: 700px) {

	.visual img.subtitle {
		max-width: 300px !important;
	}

	.visual img.title {
		max-width: 400px !important;
	}

	.content-wrapper h2 {
		font-size: 40px;
	}

}

@media screen and (max-width: 530px) {

	.howto ul li img {
		height: 80px !important;
	}

	.howto ul li p {
		font-size: 18px;
		line-height: 1.2;
	}

	.content-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.content-wrapper h2 {
		font-size: 30px;
	}

}

@media screen and (max-width: 480px) {

	.howto .howto-wrapper {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.howto ul {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

}

@media screen and (max-width: 400px) {

	.visual .products img {
		height: auto !important;
		width: 100%;
	}

}</pre></body></html>