:root {
	--color-blue-dark: #1A4797;
	--color-blue-light: #8CD5E7;
	--color-light: #FFFFFF;
	--color-pink: #ED135A;	
	--font-family-default: 'Open Sans';
	--font-family-highlight: 'Fraunces';
}

body {
	font-family: var(--font-family-default);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--color-light);
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background-color: var(--color-blue-dark);
}

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

p {
	margin: 0px;
}

h1, h2, h3 {
	font-family: var(--font-family-highlight);
	line-height: 1.2;
	margin: 0px;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

.light {
	color: var(--color-blue-light);
}

.uppercase {
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: inherit;
}

sup {
	font-size: x-small;
}





/* VISUAL */
.visual {
	padding-top: 40px;
}

.visual img {
	width: 100%;
	margin-top: 20px;
}

.visual h1,
.visual h2 {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}


.visual h2 {
	margin-top: 20px;
}

/* TITLE */
.title {
	position: relative;
}

.title a.logo img {
	border: none;
	height: 60px;
	margin-top: 34px;
}

.title ul {
	padding: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	padding-right: inherit;
}

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

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

.title ul li a {
	text-transform: uppercase;
	font-weight: 600;
}



/* LEGALS */
.legals ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: small;
	list-style: none;
}

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



/* PRE FOOTER */
.pre-footer {
	padding-top: 40px;
	padding-bottom: 50px;
}

.pre-footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.pre-footer ul li a {
	font-weight: 600;
	font-size: 14px;
	font-family: var(--font-family-highlight);
}

.pre-footer ul.bottomline {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: inherit;
}

.pre-footer ul.bottomline li {
	display: inline;
	margin-right: 20px;
}

.pre-footer ul.bottomline li:first-child {
	display: none;
}

.pre-footer ul.bottomline li:last-child {
	margin-right: 0px;
}

.pre-footer div.socials {
	position: absolute;
	right: 0px;
	padding-right: inherit;
	font-size: 12px;
	top: 0px;
	text-align: right;
	display: inline-block;
	float: right;
}

.pre-footer div.socials ul {
	margin-top: 7px;
}

.pre-footer div.socials ul li {
	display: inline;
	margin-right: 8px;
}

.pre-footer div.socials ul li a img {
	height: 29px;
}

.pre-footer div.socials ul li:last-child {
	margin-right: 0px;
}

/* FOOTER */
.footer {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
}

.footer ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.footer ul li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}

.footer ul li a {
	text-decoration: none;
	color: var(--color-light);
}

.footer #terms,
.footer #privacy {
	padding-top: 30px;
}

.footer h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.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: 12px;
	line-height: 16px;
	margin: 0 0 2.7ex 0;
	text-align: justify;
	hyphens: none;
	orphans: 3;
	widows: 3;
}

.footer .col p a {
	color: rgb(255,255,255);
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}


/* PARTICIPATE */
.participate {
	text-align: center;
	padding-bottom: 80px;
	padding-top: 60px;
}

.participate h2 {
	margin-bottom: 20px;
}

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

.form-wrapper {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	margin-top: 30px;
	margin-bottom: 50px;
}

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

.form-wrapper textarea,
.form-wrapper input[type="text"] {
	width: 100%;
	max-width: 450px;
	border: none;
	color: var(--color-blue-dark);
	padding: 12px 20px 10px 20px;
	box-sizing: border-box;
	font-family: var(--font-family-default);
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.form-wrapper textarea.error,
.form-wrapper input[type="text"].error {
	background-color: var(--color-pink);
	color: var(--color-light);
	border: none;
	box-sizing: border-box;
}

.form-wrapper #iban {
	margin-top: 10px;
}

#receipt,
.receipt-information {
	display: none;
}

#final {
	display: none;
}

/* RECEIPT CONTAINER */
.receipt-button-container {
	height: 230px;
	width: 230px;
	border-radius: 50%;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
}

.inner-receipt-button-container {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	height: 96%;
	width: 96%;
	top: 2%;
	left: 2%;
	border-radius: 50%;
	background-color: var(--color-pink);
	display: table;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.inner-receipt-button-container:active {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
}

.inner-receipt-button-container p {
	margin: 0px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
	color: var(--color-light);
	font-weight: bold;
	font-size: 24px;
	font-family: var(--font-family-highlight);
}

.receipt-container ul {
	list-style: none;
	display: grid;
	grid-template-columns: 230px 1fr;
	padding: 0px;
	margin: 0px;
	column-gap: 20px;
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.receipt-container ul li {
	position: relative;
}

.upload-information {
	text-align: left;
	font-size: smaller;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}


/* MAFO */
.mafo {
	margin-top: 40px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.mafo .question {
	padding-top: 20px;
}

.mafo .question p {
	margin-bottom: 5px;
	font-weight: 600;
}

.mafo button {
	margin-top: 40px;
}

.mafo textarea {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 5px;
	font-family: var(--font-family-default);
}

/* SELECT */
.select2-container {
	width: 100% !important;
}

.select2-results__option {
	color: var(--color-blue-dark);
}

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


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

.popup-block h3,
.popup-block p {
	margin-bottom: 20px;
}

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

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

/* BUTTON */
.button {
	background-color: var(--color-pink);
	font-family: var(--font-family-highlight);
	box-sizing: border-box;
	padding: 15px 30px;
	font-size: 24px;
	color: var(--color-light);
	font-weight: 600;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.button:active {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2) inset;
}


/* 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-dark);
    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: var(--color-light);
	border: none;
	border-radius: 3px;
	position: absolute;
	left: 0px;
}

label a {
	color: inherit;
	font-style: italic;
}




/* COUNTER */
.counter {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: -60px;
	transform: rotate(-7deg);
}

.counter img {
	width: 100%;
}

.counter p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -23%);
	font-family: var(--font-family-highlight);
	color: var(--color-blue-dark);
	font-size: 56px;
	font-weight: 800;
}

/* HOWTO */
.howto {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.howto .howto-wrapper {
	background-color: var(--color-light);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px;
	color: var(--color-blue-dark);
	text-align: center;
	margin-bottom: 20px;
}

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

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

.howto ul li p.number {
	font-family: var(--font-family-highlight);
	font-weight: 800;
	margin-bottom: 30px;
	font-size: 40px;
}

.howto ul li p.title {
	margin-top: 20px;
	font-weight: 600;
}


/* FAQ */
.faq {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 600;
}

.faq p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	box-sizing: border-box;
	padding-left: 40px;
}

.faq h2 {
	margin-bottom: 40px;
}

.faq h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding-left: 36px;
	text-align: left;
	font-size: 26px;
}

.faq h3 img {
	position: absolute;
	height: 30px;
	left: 0px;
	top: 0px;
}

.faq p.answer {
	display: none;
	text-align: left;
}

.faq .questions {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.faq .question.shown .answer {
	display: inherit;
}

.faq .question.shown h3 img {
	transform: rotate(90deg);
}





/* PRODUCTS */
.products {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 600;
}

.products ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.products ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 40px;
	position: relative;
}

.products ul li img:not(.new) {
	margin-bottom: 20px;
	height: 260px;
}

.products ul.wide li img:not(.new) {
	height: 100px;
}

.products ul li img.new {
	position: absolute;
	top: -7%;
	right: -8%;
	width: 30%;
	height: auto;
}

.products h1,
.products h2,
.products h3 {
	margin-bottom: 40px;
}




/* RESPONSIVES */
@media all and (max-width: 900px) {

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

}

@media all and (max-width: 800px) {

	h1 {
		font-size: 38px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 24px;
	}

	.title {
		text-align: center;
	}

	.title ul {
		display: none;
	}

	.products ul li img:not(.new) {
		height: 200px;
	}

	.products ul.wide li img:not(.new) {
		height: 60px;
	}

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

}

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

	.pre-footer div.socials,
	.pre-footer ul.bottomline {
		position: relative;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		right: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
		display: inherit;
		margin-top: 30px;
	}

	.pre-footer ul.bottomline li {
		display: block;
		margin: 0px;
	}

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

	.visual h1,
	.visual h2 {
		text-align: center;
	}

	.howto ul {
		column-gap: 20px;
	}

}

@media all and (max-width: 600px) {

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

	.counter {
		margin-top: -25px;
	}

}

@media all and (max-width: 500px) {

	.title a.logo img {
		height: 45px;
	}

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

	.upload-information {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		text-align: center;
	}

}
