/* -- GENERALS -- */
html, body {
	padding: 0;
	margin: 0;
	background-color: rgb(16,68,141);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	font-size: 100%;
}

*:focus {
	outline: none;
}

.content {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

h1, h2 {
	color: rgb(255, 255, 255);
	font-family: 'Roboto';
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 70px;
	font-family: 'Stone Sans ITC W01 Bold';
	letter-spacing: -0.05em;
}

h2 {
	font-size: 30px;
}

span.bold {
	font-weight: 800;
}

/* -- CONTENT -- */
#background-container {
	position: absolute;
	height: 120%;
	width: 100%;
	background: url("/gratis-testen/assets/gfx/content-background.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	top: 0px;
}

#background-products-container {
	position: absolute;
	height: 286px;
	width: 100%;
	background: url("/gratis-testen/assets/gfx/min/content-background-bottom.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	bottom: 0px;
}

.content-wrapper {
	position: relative;
}

/* NAVIGATION */
#navigation {
	height: 92px;
	background-color: rgba(19, 70, 139, 0.01);
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9;
	max-width: 2400px;
	transform: translateX(-50%);
	left: 50%;
}

#navigation.scrolled {
	background-color: rgba(19, 70, 139, 0.9);
}

#navigation #logo {
	margin-top: 17px;
	margin-left: 72px;
}

#navigation #logo img {
	width: 144px;
}

#navigation.scrolled #logo img {
	width: 78px;
}

#navigation ul {
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 50px;
}

#navigation ul li {
	display: inline;
	list-style: none;
	margin-right: 16px;
}

#navigation ul li a {
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-decoration: none;
	letter-spacing: -0.015em;
	font-size: 24px;
	font-family: "Roboto";
	font-weight: 400;
}

#navigation ul li a img,
#navigation ul li a svg {
	height: 20px;
	width: 20px;
	border: none;
}

/* TEASER */
#visual {
	background-color: rgb(180,143,44);
	padding-top: 122px;
	text-align: center;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: -5px;
}

#visual img.visual {
	position: relative;
	max-width: 100%;
	width: 900px;
	display: inline-block;
}

#visual div.remaining-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
}

#visual div.remaining {
	position: relative;
	background-color: rgb(231,27,0);
	color: rgb(255,255,255);
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 20px;
	text-align: center;
	font-family: 'Stone Sans ITC W01 Bold';
	display: inline-block;
}

#visual div.remaining span.large {
	font-weight: bold;
	font-size: 30px;
}

#visual img.bottom {
	position: relative;
	width: 100%;
}

/* HOWTO */
#howto {
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;
	background-color: rgb(255,237,0);
	color: rgb(19,64,148);
}

#howto h2 {
	color: rgb(19,64,148);
}

#howto ul {
	margin: 0px;
	padding: 0px;
	display: table;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#howto ul li {
	list-style: none;
	width: 30%;
	display: table-cell;
	border-bottom: 3px solid rgb(19,64,148);
}

#howto ul li.filler {
	width: 5%;
	border: none;
}

#howto ul li h2 {
	margin-top: 10px;
	color: rgb(19,64,148);
	border-bottom: 3px solid rgb(19,64,148);
	padding-bottom: 9px;
}

#howto ul li img {
	width: 100%;
	max-width: 140px;
	border: none;
}

##howto ul li p {
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top: 3px solid rgb(19,64,148);
	font-size: 18px;
}

#howto p.bold {
	font-weight: bold;
	margin-top: 80px;
	color: rgb(19,64,148);
	font-size: 18px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#howto ul.bullets {
	margin-top: 0px;
	max-width: 500px;
}

#howto ul.bullets li {
	list-style: none;
	display: inherit;
	width: 100%;
	border-bottom: none;
	font-size: 18px;
	color: rgb(19,64,148);
	text-align: center;
	line-height: 1.5;
}

/* RECEIPT */
.receipt-information {
	display: none;
}

/* RECEIPT WRAPPER */
.receipt-wrapper {
	background-color: rgb(231,27,0);
	border-radius: 10px;
	color: rgb(255,255,255);
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px !important;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

.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;
	margin-bottom: 10px;
}

.receipt-wrapper h3 {
	font-size: 22px;
	text-transform: uppercase;
	hyphens: none;
}

.receipt-wrapper p {
	text-align: center;
	font-size: 12px;
}

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

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

.receipt-information {
	display: none;
}

/* CHECKBOX */
label {
	display: block;
	margin-bottom: 14px;
	cursor: pointer;
	text-align: left;
	color: rgb(255,255,255);
}

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

input[type="checkbox"]:checked + label:before {
	content: "\2713";
	color: rgb(231,27,0);
	font-size: 20px;
	text-align: center;
	line-height: 1;
	top: 4px;
}

label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 2px;
	background-color: rgb(255,255,255);
	border: none;
	border-radius: 0px;
	font-weight: 800;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.35);
}

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

/* PARTICIPATE */
#participate-container {
	padding-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

#participate-container ul {
	width: 100%;
	max-width: 500px;
	list-style: none;
	display: inline-block;
	color: rgb(255,255,255);
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#participate-container h1 {
	margin-bottom: 15px;
}

#participate-container h2 {
	margin-bottom: 15px;
}

#participate-container p {
	color: rgb(255,255,255);
	margin-top: 0px;
	margin-bottom: 0px;
}

#participate-container fieldset {
	width: 90%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0px;
}

button {
	text-transform: uppercase;
	background-color: rgb(192,156,40);
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	color: rgb(255,255,255);
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto Condensed';
	cursor: pointer;
	width: 100%;
	max-width: 360px;
}

#participate-container button {
	margin-top: 20px;
}

button.disabled {
	color: rgba(255,255,255,0.3);
}

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

/* FORM */
input::-ms-clear {
	display: none;
}

#iban {
	text-transform: uppercase;
}

.iinput.error {
	background-color: rgba(149, 8, 8, 0.7);
	color: rgb(255,255,255);
}


/* FOOTER */
#footer-wrapper {
	position: relative;
	background-color: rgb(16,68,141);
}

#footer-container {
	padding-bottom: 30px;
	padding-top: 40px;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 18px;
}

.col-header {
	width: 50%;
	margin-top: 30px;
}

.col {
	margin-top: 1.8ex;
	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;
}

.col p {
 	margin: 0 0 2.7ex 0;
	font-size: 12px;
	line-height: 2.7ex;
	text-align: justify;
	hyphens: auto;
	orphans: 3;
	widows: 3;
}

.col p a {
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: 500;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.col-header h3 {
	font-size: 1.6ex;
	line-height: 2.7ex;
	margin: 2.7ex 0 0 0;
    font-weight: 500;
	font-size: 20px;
	text-align: left;
    font-style: normal;
	font-family: 'Roboto Condensed';
}

#footer-container .links p {
	margin: 0px;
}

#footer-container .links p,
#footer-container .links a {
	text-decoration: none;
	color: rgb(255,255,255);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	display: inline-block;
}

#footer-container .links a::before {
	content: '|';
	color: #fff;
	display: inline-block;
	margin: 0px 12px 0px 8px;
}

.slogan {
	font-size: 60px;
    font-family: 'Stone Sans ITC W01 Bold';
	max-width: 696px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.05em;
}

.socials {
	margin-top: 60px;
	margin-bottom: 60px;
}

.socials img,
.socials svg {
	height: 50px;
	width: 50px;
	margin-left: 16px;
	margin-right: 16px;
	border: none;
}

.totop img {
	width: 55px;
	transform: rotate(180deg);
	border: none;
}

/* POPUP */
.white-popup-block {
	background-color: #aa182c;
	padding: 20px 30px !important;
	text-align: center;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block p {
	color: rgb(255,255,255);
	font-weight: 300;
}

.white-popup-block h3 {
	margin-top: 0px;
    font-family: 'Stone Sans ITC W01 Bold';
	font-size: 38px;
	line-height: 44px;
	color: rgb(255,255,255) !important;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}

.mfp-close {
	color: rgb(255,255,255) !important;
	border: none !important;
	box-shadow: none !important;
}

/* MAFO */
#mafo-container {
	padding-top: 0px;
	padding-bottom: 50px;
	position: relative;
	color: rgb(255,255,255);
	display: none;
	padding-top: 50px;
}

#mafo-container fieldset {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 500px;
	border: none;
	margin-bottom: 20px;
}

#mafo-container fieldset p {
	margin-bottom: 10px;
}

#mafo-container .select2-container {
	width: 100% !important;
}

/* SELECT2 */
.select2-container .select2-selection--single {
	height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
	color: rgb(171, 32, 48) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(171, 32, 48, 0.6) !important;
}

.select2-container--default .select2-selection--single {
	border-color: rgb(171, 32, 48) !important;
	color: rgb(171, 32, 48) !important;
	border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgb(171, 32, 48) transparent transparent transparent !important;
}