:root {
	--color-dark: rgb(10,32,83);
	--color-bright: rgb(255,255,255);
	--color-light: #407154;
	--color-signal: rgb(204,34,40);
}

/* GENERALS */
html, body {
	background: rgb(67,103,80);
	background: radial-gradient(circle, rgba(67,103,80,1) 0%, rgba(48,92,69,1) 44%, rgba(11,48,34,1) 100%); 
	color: rgb(15,6,9);
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Foco';
}

body {
	background: rgb(67,103,80);
	background: radial-gradient(circle, rgba(67,103,80,1) 0%, rgba(48,92,69,1) 44%, rgba(11,48,34,1) 100%); 
}

.content {
	width: 100%;
	max-width: 975px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

h1, h2, h3, h4 {
	margin: 0px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

span.bold {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 40px;
}

a {
	color: inherit;
}

.filler {
	position: absolute;
}

img.separator {
	width: 240px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* HEADER */
#header {
	position: relative;
	width: 100%;
}

#title {
	height: 100px;
	width: 100%;
	position: relative;
	padding-top: 20px;
}

#title .logo {
	height: 60px;
	display: block;
}

#title ul.topmenu,
#title ul.socials {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	margin: 18px 0px 0px 0px;
}

#title ul.socials {
	left: auto;
	right: 0px;
	width: auto;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#title ul.topmenu li,
#title ul.socials li {
	list-style: none;
	margin-right: 60px;
	display: inline;
}

#title ul.socials li {
	margin-right: 10px;
}

#title ul.topmenu li:last-child,
#title ul.socials li:last-child {
	margin-right: 0px;
}

#title ul.topmenu li a {
	text-decoration: none;
	color: var(--color-bright);
	font-size: 22px;
	font-family: 'Foco';
	font-weight: bold;
}

#title ul.socials img {
	height: 50px;
}

/* VISUAL */
#visual {
	padding-top: 20px;
	text-align: center;
	color: var(--color-bright);
}

#visual img.visual {
	width: 96%;
	max-width: 1100px;
	margin-top: 20px;
}

#visual img.visual.mobile {
	display: none;
}

#visual h2 {
	font-size: 90px;
	line-height: 0.9;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-weight: bold !important;
	max-width: 1000px;
}

#visual h3 {
	font-size: 60px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-weight: bold !important;
	max-width: 1000px;
	line-height: 1.4;
}

/* HOWTO */
#howto {
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
	color: var(--color-bright);
}

#howto h3 {
	font-size: 
}

#howto h1,
#howto h2,
#pre-footer h2 {
	text-align: center;
	font-weight: bold;
}

#howto p {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: var(--color-light);
}

#howto ul li p {
	font-family: 'Foco';
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	font-weight: bold;
}

#howto p a {
	color: inherit;
}

#howto ul {
	padding: 40px 70px 50px 70px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	width: 100%;
	max-width: 800px;
	background-image: url("/assets.multireceipt2025/gfx/howto-background.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
}

#howto ul li {
	list-style: none;
	display: table-cell;
	text-align: center;
	width: 20%;
}

#howto ul li img {
	height: 80px;
}

#howto ul li h2 {
	color: var(--color-light);
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}

#howto ul li p {
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 22px;
}

/* PARTICIPATE */
#participate {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	color: var(--color-bright);
}

#participate p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#participate h3 {
	text-align: center;
}

#participate .form-wrapper {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}

#participate .form-wrapper p {
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin: 0px;
	font-family: 'Foco';
}

#participate label a,
#participate .form-wrapper p a {
	text-decoration: underline;
	color: inherit;
}

#participate .fieldgroup {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

textarea, select, input, button {
	outline: none;
}

::placeholder {
	color: var(--color-light);
	opacity: 0.7;
} 
  
:-ms-input-placeholder {
	color: var(--color-light);
	opacity: 0.7;
} 
  
::-ms-input-placeholder {
	color: var(--color-light);
	opacity: 0.7;
}

input[type=text]::-ms-clear {
	display: none;
}

#participate .fieldgroup.terms {
	text-align: left;
	padding-left: 28px;
	hyphens: auto;
}

#participate label {
	font-family: 'Foco';
	font-size: 18px;
}

#participate label a {
	color: inherit;
}

#participate input[type="checkbox"] {
	display: none;
}

#participate input[type="checkbox"]:checked + label:before {
    content: "\2713";
    color: rgba(15,6,9);
    font-size: 24px;
    text-align: center;
    line-height: 18px;
	top: 2px;
}

#participate label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	background-color: rgb(255,255,255);
	border: 1px solid #004321;
}

#participate input[type='text'] {
	width: 100%;
	border: none;
	background-color: rgb(255,255,255);
	padding: 18px 30px 14px 30px;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 22px;
    color: rgb(15,6,9);
	position: relative;
	border-radius: 5px;
	border: 1px solid rgb(15,6,9);
	font-family: 'Foco';
	font-weight: bold;
}

#iban {
	margin-bottom: 20px !important;
}

/* RECEIPT */
.receipt-wrapper {
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.button,
button {
	border: none;
	text-transform: uppercase;
	padding: 18px 30px 14px 30px;
	font-size: 32px;
	color: var(--color-bright);
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--color-signal);
	border-radius: 5px;
	font-family: 'Foco';
	font-weight: bold;
	box-sizing: border-box;
}

#receipt-wrapper .upload-information {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 14px;
	opacity: 0;
}

#receipt {
	display: none;
}

/* SELECT2 CUSTOMIZATION */
.select2-container {
	width: 100% !important;
	margin-bottom: 3px !important;
	margin-top: 20px !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid rgb(15,6,9) !important;
	border-radius: 5px !important;
	background-color: rgba(255,255,255) !important;
}

.select2-container .select2-selection--single {
	height: 60px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(55,99,169,0.4) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #004321 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #004321 !important;
	background-color: rgba(175,203,57,1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
	width: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(175,203,57,1) transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 62px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px !important;
	text-align: left !important;
	font-weight: 100 !important;
	color: rgb(15,6,9) !important;
	font-size: 22px !important;
}

.select2-results__option {
	padding: 6px 30px !important;
	font-size: 22px !important;
    color: rgba(175,203,57,1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: rgb(250,209,0) !important;
}

.select2-container--open .select2-dropdown--below {
	z-index: 999999;
}

.select2-dropdown {
	margin-top: -20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	font-weight: bold !important;
	font-family: 'VAG Rounded LT Pro';
}

.select2-container--default .select2-results > .select2-results__options {
	font-family: 'VAG Rounded LT Pro';
}

/* PREFOOTER */
#pre-footer {
	padding-bottom: 10px;
	margin-top: 40px;
	text-align: center;
	position: relative;
	background-image: url("/assets.multireceipt2025/gfx/swing-bottom.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

#pre-footer .content ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#pre-footer .content ul li {
	list-style: none;
	margin-right: 40px;
	display: inline;
}

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

#pre-footer .content ul li a {
	text-decoration: none;
	font-size: 22px;
	font-family: 'Foco';
	color: var(--color-bright);
}

#pre-footer h3 {
	width: 100%;
	font-size: 38px;
	color: var(--color-bright);
	font-weight: bold;
	margin-bottom: 80px;
	margin-top: 40px;
}

#pre-footer img {
	width: 200px;
}

/* FOOTER */
#footer {
	background-image: url("/assets.multireceipt2025/gfx/background-bottom.png");
	background-repeat: repeat;
	color: var(--color-bright);
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 50px;
}

#footer h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
}

#footer h3 {
	font-size: 32px;
	font-family: 'Foco';
	text-align: left;
	font-weight: bold;
}

#footer .col {
	margin-top: 0px;
	margin-bottom: 30px;
	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 {
	text-align: justify;
	hyphens: none;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: 'Foco';
}

#footer div.col div {
	text-align: justify !important;
	hyphens: auto !important;
}

/* MAGNIFICPOPUP */
.white-popup-block {
	background-image: none !important;
	background-color: var(--color-bright) !important;
	border: none !important;
	font-family: 'Foco';
	padding: 40px 40px 20px 40px !important;
}

.mfp-close-btn-in .mfp-close {
	color: var(--color-dark) !important;
}

.white-popup-block p {
	color: rgb(18,5,9) !important;
}

.white-popup-block h3 {
	font-family: 'Foco';
	color: rgb(18,5,9);
	font-weight: bold;
	font-size: 34px;
}

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