:root {
	--color-blue: #154E77;
	--color-yellow: #EBC74F;
	--color-orange: #D05436;
	--color-white: #ffffff;
	--color-pink: #ED1D66;
}

html, body {
	background-color: var(--color-white);
	color: var(--color-white);
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	font-family: "TG-Cm",sans-serif;
	font-size: 20px;
}

::-ms-clear {
	display: none;
}

*:focus {
	outline: none;
}

* {
	-webkit-locale: auto !important;
	white-space: normal !important;
}

h1, h2, h3, h4 {
	font-family: 'HWT Artz';
	text-transform: uppercase;
	color: var(--color-blue);
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1;
}

h1 {
	font-size: 70px;
	text-align: left;
	color: var(--color-white);
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 50px;
}

h4 {
	font-size: 32px;
	text-transform: none;
}

p {
	margin: 0px;
}

sup {
	font-size: small;
}

.pink {
	color: var(--color-pink);
}

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

.uppercase {
	text-transform: uppercase;
}

/* CONTENT */
.content {
	min-height: 200px;
	position: relative;
	background-image: url("/assets/gfx/paper.jpg");
	background-repeat: repeat;
	background-position: center center;
	background-size: 1000px auto;
	padding-bottom: 80px;
	padding-top: 80px;
}

.content::after {
	content: '';
	display: block;
	bottom: -18px;
	position: absolute;
	width: 100%;
	height: 3rem;
	background: linear-gradient(45deg, transparent 33.333%, var(--color-blue) 33.333%, var(--color-blue) 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, var(--color-blue) 33.333%, var(--color-blue) 66.667%, transparent 66.667%);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-size: 3rem 7em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.content::before {
	content: '';
	display: block;
	top: -25px;
	position: absolute;
	width: 100%;
	height: 3.5rem;
	background: linear-gradient(45deg, var(--color-blue) 33.333%, transparent 33.333%, transparent 66.667%, var(--color-blue) 66.667%), linear-gradient(-45deg, var(--color-blue) 33.333%, transparent 33.333%, transparent 66.667%, var(--color-blue) 66.667%);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-size: 3rem 7em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* TITLE */
.title {
	width: 100%;
	background-color: var(--color-blue);
	color: var(--color-white);
	padding-top: 20px;
	padding-bottom: 20px;
}

.title ul {
	position: absolute;
	right: 20px;
	padding: 0px;
	margin: 0px;
	top: 50%;
	transform: translateY(-50%);
	list-style: none;
}

.title ul li {
	display: inline;
	padding-right: 40px;
}

.title ul li:last-child {
	padding-right: 0px;
}

.title ul li a {
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'HWT Artz';
}

.title img {
	height: 100px;
}

/* VISUAL */
.visual {
	padding-bottom: 40px;
	position: relative;
	color: var(--color-blue);
}

.visual img.products {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}

.visual img.visual-button {
	position: absolute;
	width: 16%;
	left: 50%;
	margin-left: 28%;
	bottom: 50%;
}

.visual .counter {
	position: absolute;
	left: 50%;
	bottom: 44px;
	transform: translateX(-50%);
	text-align: center;
	color: var(--color-white);
	background-image: url("/assets/gfx/counter-background.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 10px 16px 10px 10px;
	font-family: 'HWT Artz';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.03;
	letter-spacing: 0.8px;
}

.visual .counter .number {
	font-size: 32px;
}

/* HOWTO */
.howto {
	padding-bottom: 50px;
	font-size: 16px;
}

.howto ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	width: 100%;
	max-width: 800px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/assets/gfx/howto-background.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 30px 40px 30px 40px;
}

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

.howto ul li p {
	font-size: 22px;
	color: #F2E4DC;
}

.howto ul li p.number {
	font-size: 60px;
	font-family: 'HWT Artz';
}

.howto ul li img {
	height: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
}

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

.participate p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.participate .form-wrapper {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.participate .form-wrapper h4 {
	margin-bottom: 40px;
	margin-top: 40px;
}

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

.form-wrapper.receipt-information p {
	margin-bottom: 10px;
}

input[type="text"],
input[type="mail"] {
	box-sizing: border-box;
	padding: 10px 20px 7px 20px;
	font-size: 22px;
	width: 100%;
	border: none;
	margin-bottom: 5px;
	color: var(--color-blue);
	border-radius: 5px;
	font-family: "TG-Cm",sans-serif;
}

input[type="text"].error,
input[type="mail"].error {
	background-color: var(--color-pink);
	color: var(--color-white);
}

#iban {
	margin-top: 10px;
}

.participate ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	list-style-position: inside;
}

/* RECEIPT */
.receipt-container {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.receipt-container h3 {
	margin-bottom: 20px;
}

.receipt-container .upload-information {
	font-size: 14px;
	width: 250px;
	position: absolute;
	top: 110px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-image: url("/assets/gfx/receipt-information.png");
	text-align: left;
	box-sizing: border-box;
	padding: 13px 10px 13px 64px;
}

.receipt-container #receipt {
	display: none;
}

.receipt-container p.receipt-information {
	margin-top: 20px;
	opacity: 0;
}

.receipt-button-container {
	height: 230px;
	width: 230px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	background-image: url("/assets/gfx/receipt-button-background.png");
	background-size: 100% 100%;
}

.receipt-button-container p {
	margin: 0px;
	width: 90%;
	box-sizing: border-box;
	color: var(--color-white);
	font-weight: bold;
	font-size: 34px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-family: 'HWT Artz';
}

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

.form-wrapper.receipt-information p {
	margin-bottom: 20px;
}

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

label {
	line-height: 1.2;
}

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

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

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

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

/* POPUP */
.popup-block {
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--color-white);
	color: var(--color-blue);
	text-align: center;
	position: relative;
}

.popup-block.image {
	background-color: transparent;
}

.popup-block.image img {
	width: 100%;
}

.mfp-close {
	display: none !important;
}

.popup-block button,
.popup-block .button {
	margin-top: 20px;
}

.popup-block h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.mfp-bg {
	opacity: 0.5 !important;
}

/* BUTTON */
button,
.button {
	box-sizing: border-box;
	padding: 18px 50px 13px 50px;
	color: #F2E4DC;
	border: none;
	font-family: 'HWT Artz';
	font-size: 24px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	background-image: url("/assets/gfx/button-background.png");
	background-size: 100% 100%;
	background-color: transparent;
}

/* PRODUCTS */
.products h3 {
	margin-top: 20px;
}

.products ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

.products ul li {
	display: inline-block;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.products ul li p {
	text-transform: uppercase;
	margin-top: 10px;
}

.products ul li img {
	width: 100%;
	max-width: 400px;
	-webkit-box-shadow: 0px 0px 14px 0px #000000; 
	box-shadow: 0px 0px 14px 0px #000000;
}

.products img.inside {
	width: 100%;
	max-width: 900px;
	margin-top: 40px;
}

/* MAFO */
.mafo {
	display: none;
}

.inner-mafo-container {
	padding-top: 40px;
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.inner-mafo-container .question {
	margin-top: 15px;
	margin-bottom: 12px;
}

.inner-mafo-container .question p {
	margin-bottom: 3px;
}

.inner-mafo-container .button {
	margin-top: 20px;
}

.select2-container {
	width: 100% !important;
	text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	white-space: nowrap !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--color-red-dark);
}

.select2-container--default .select2-selection--multiple {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px;
	border: 1px solid rgb(0,0,0);
}

.final textarea,
.final select {
	width: 100%;
	font-size: 18px;
	border: 1px solid var(--color-blue);
	color: var(--color-blue);
	border-radius: 5px;
	font-family: "TG-Cm",sans-serif;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: var(--color-white);
}

.final textarea {
	resize: none;
	height: 100px;
}

/* FINAL */
.final {
	text-align: center;
	color: var(--color-blue);
	display: none;
}

.final p {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/* FAQ */
.faq h2 {
	margin-bottom: 20px;
}

.faq p {
	text-align: center;
}

.faq ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
}

.faq ul li {
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left: 26px;
	background-image: url("/assets/gfx/faq.png");
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: left top;
}

.faq ul li p,
.faq ul li h4 {
	text-align: left;
}

.faq ul li h4 {
	margin-bottom: 5px;
}

.faq ul li p a {
	color: inherit;
	text-decoration: underline;
}


/* PREFOOTER */
.prefooter {
	color: var(--color-blue);
	padding-top: 80px;
}

.prefooter p {
	width: 100%;
	max-width: 600px;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.prefooter p sup {
	font-size: xx-small;
}

/* PRE-FOOTER */
.pre-footer {
	padding-top: 20px;
	position: relative;
	padding-bottom: 40px;
	background-color: var(--color-blue);
}

.pre-footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: calc(100% - 140px);
}

.pre-footer ul li {
	display: inline;
}

.pre-footer ul:not(.icons) li:not(:last-child):after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px;
}

.pre-footer ul li a {
	color: var(--color-white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'HWT Artz';
}

.pre-footer .socials {
	position: absolute;
	top: 0px;
	right: 20px;
}

.pre-footer .socials p {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
}

.pre-footer .socials ul.icons {
	display: table;
}

.pre-footer .socials ul.icons li {
	display: table-cell;
	padding-left: 4px;
	padding-right: 4px;
}

.pre-footer .socials .icons li:last-child {
	padding-right: 0px;
}

.pre-footer .socials a {
	border-radius: 32px;
	display: block;
	height: 32px;
	width: 32px;
}

.pre-footer .socials a img {
	height: 100%;
}

/* FOOTER */
.footer {
	padding-bottom: 50px;
	padding-top: 40px;
	position: relative;
	color: var(--color-white);
	background-color: var(--color-blue);
}

.footer .col {
	margin-top: 2px;
	column-count: 2;
	column-gap: 2em;
	column-width: 270px;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-width: 270px;
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-width: 270px;
}

.footer .col p {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 2.7ex 0;
	text-align: justify;
	hyphens: none;
	orphans: 3;
	widows: 3;
}

.footer .col p a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	white-space: nowrap;
}

.footer h3 {
	color: var(--color-white);
	text-align: left;
	text-transform: none;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "TG-Cm",sans-serif;
}

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

	.title ul li a {
		font-size: 20px;
	}

	.visual .counter {
		bottom: 10px;
	}

}

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

	.title ul li a {
		font-size: 16px;
	}

	.title img {
		height: 80px;
	}

	h2 {
		font-size: 60px;
	}

	h3 {
		font-size: 44px;
	}

}

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

	.title ul li a {
		font-size: 16px;
	}

	.title ul li {
		padding-right: 14px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 38px;
	}

	.title ul li:nth-child(1),
	.title ul li:nth-child(2) {
		display: none;
	}

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

	.visual .counter {
		bottom: 0px;
	}

}

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

	.title img {
		height: 60px;
	}

	.pre-footer ul li {
		display: inherit;
	}

	.pre-footer ul:not(.icons) li:not(:last-child)::after {
		display: none;
	}

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

	.howto ul li img {
		margin-bottom: 10px;
	}

	.visual .counter {
		font-size: x-small;
		bottom: -20px;
	}

	.receipt-container .upload-information {
		position: relative;
		background-image: none;
		width: 100%;
		top: auto;
		right: auto;
		text-align: center;
		padding: 0px;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.receipt-button-container {
		width: 200px;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.receipt-button-container p {
		font-size: 30px;
	}

}
