:root {
	--content-gratient-dark: rgb(233,80,12);
	--content-gratient-light: rgb(243,138,55);
	--color-orange: #ee7326;
	--color-red: #C31924;
	--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('/aktion/assets/fonts/CervoNeue-MediumNeue.woff2') format('woff2'),
		url('/aktion/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('/aktion/assets/fonts/CervoNeue-ExtraBoldNeue.woff2') format('woff2'),
		url('/aktion/assets/fonts/CervoNeue-ExtraBoldNeue.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GTWalsheimProUltraBold';
	src: url('/aktion/assets/fonts/GTWalsheimProUltraBold.woff2') format('woff2'),
		url('/aktion/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 h1,
.content-wrapper h2 {
	line-height: 1.1;
	font-family: Nunito;
	text-transform: none;
}

.content-wrapper p {
	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;
}

sup {
	font-size: smaller;
}

/* VISUAL */
.visual {
	text-align: center;
	background-color: var(--text-color-light);
	color: var(--color-orange);
}

.visual h1 {
	font-size: 60px;
	line-height: 1.1;
	font-family: Nunito;
	text-transform: uppercase;
}

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

.visual p.subline {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	font-family: 'Nunito';
	color: var(--color-orange);
	font-size: smaller;
}

.visual h3 {
	color: var(--color-orange);
	font-weight: bold;
	font-family: 'Cervo Neue Medium Neue';
	font-size: 26px;
	line-height: 1.6;
	text-transform: none;
}

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

.visual .products .mobile {
	display: none;
}

.visual .remaining-counter {
	background-color: var(--color-red);
	display: inline-block;
	margin-bottom: 0px;
	padding: 6px 10px;
	box-sizing: border-box;
}

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

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


/* HOWTO */
.howto {
	background-color: var(--color-orange);
}

.howto .howto-wrapper {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
}

.howto h2 {
	color: var(--text-color-light);
	text-transform: none;
}

.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-light);
	font-family: 'Nunito';
	font-size: 22px;
}

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





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

.participate h2,
.participate p {
}

.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(--color-orange);
	width: 100%;
	border-bottom: 1px solid var(--color-orange);
}

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

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


/* RECEIPT WRAPPER */
.receipt-wrapper {
	background-color: var(--color-orange);
	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(--color-orange) !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(--color-orange);
	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(--color-orange);
}

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;
	border: 2px solid var(--color-orange);
}

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(--color-orange);
}

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

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

	.visual h1 {
		font-size: 50px;
	}

}

@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;
	}

	.visual h1 {
		font-size: 40px;
	}

	.visual .products .desktop {
		display: none;
	}

	.visual .products .mobile {
		display: inherit;
	}

}

@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%;
	}

}