/* GLOBALS */

:root {
	--color-red: rgb(209,1,42);	
	--color-grey: #675B56;
	--color-light: rgb(253,218,197);
	--color-white: rgb(255,255,255);
	--color-blue: rgb(95,175,208);
	--color-black: rgb(0,0,0);
}

body {
	font-family: 'SchwartauDisplay07';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8;
	color: var(--color-white);
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background-color: var(--color-white);
	background-image: url("/assets/gfx/background.jpg");
	background-size: auto 360px;
	background-repeat: repeat;
	background-position: center center;
}

.content {
	width: 100%;
	max-width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.content-wrapper {
	overflow: hidden;
}

a {
	font-weight: bold;
	color: var(--color-red);
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, p {
	margin: 0px;
	line-height: 1.4;
}

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

*:focus {
	outline: none;
}

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

body.ios14 * {
/*	font-family: "SchwartauDisplay07" !important;*/
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 28px;
	font-weight: 300;
}

h4 {
	font-size: 20px;
	font-weight: 300;
}

sup {
	font-size: small;
}

/* TITLE */
#title {
	background-image: url("/assets/gfx/title-background.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#title a.logo-sw img {
	border: none;
	height: 90px;
	margin-top: 20px;
	float: left;
}

#title a.logo-cw img {
	border: none;
	height: 90px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

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

#title ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#title ul li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 22px;
	font-weight: 300;
}

body.pre #title {
	height: 100px;
}

body.pre #title a.logo img {
	height: 64px;
	margin-top: 23px;
}

body.pre #title ul {
	top: 23px;
}

/* VISUAL */
#visual {
	position: relative;
	text-align: center;
	background-color: transparent;
	border-bottom: 7px solid var(--color-red);
	padding-top: 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

#visual p {
	color: var(--color-black);
	font-size: 9px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#visual img {
	position: relative;
	width: 100%;
	max-width: 1024px;
}

#visual img.mobile {
	display: none;
}

/* CONTENT */
.inner-content-wrapper {
	padding: 0px 0px 60px 0px;
	color: var(--color-red);
	position: relative;
}

.inner-content-wrapper.light {
	background-color: rgba(235,235,235,0.5);
	padding-top: 40px;
	color: var(--color-red);
}

.inner-content-wrapper.light .form-wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
}

.inner-content-wrapper.light .form-wrapper h2 {
	margin-bottom: 20px;
}

.inner-content-wrapper.no-padding-bottom {
	padding-bottom: 0px;
}

body.post .inner-content-wrapper,
body.pre .inner-content-wrapper {
	padding: 0px;
}

.inner-content-wrapper .content-top {
	width: 100%;
	position: absolute;
	height: 100px;
	top: 0px;
	left: 0px;
	background-image: url("/assets/gfx/content-top.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	z-index: 3;
}

.inner-content-wrapper .content-bottom {
	width: 100%;
	position: absolute;
	height: 100px;
	bottom: 0px;
	left: 0px;
	background-image: url("/assets/gfx/content-bottom.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	z-index: 3;
}

.heart {
	position: absolute;
	left: 0px;
	top: calc(50% - 150px);
	height: 300px;
}

body.pre .heart {
	display: none;
}

/* HEARTS */
.hearts {
	position: absolute;
	width: 120px;
	left: 50%;
	top: 100px;
}

.hearts.hearts-1 {
	margin-left: -600px;
	top: 700px;
}

.hearts.hearts-2 {
	margin-left: 500px;
	top: 400px;
}

.hearts.hearts-3 {
	margin-left: 400px;
	bottom: 600px;
	top: auto;
}

.hearts.hearts-4 {
	margin-left: -600px;
	bottom: 200px;
	top: auto;
}

/* HOWTO */
.howto {
	margin-top: 30px;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 90px;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url("/assets/gfx/howto-background.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: var(--color-white);
}

.howto h2 {
	margin-bottom: 0px;
	color: inherit;
	box-sizing: border-box;
	padding: 10px 40px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

.howto ul {
	width: 100%;
	max-width: 900px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
	position: relative;
}

.howto ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.howto ul li img {
	max-height: 180px;
	margin-bottom: 20px;
	max-width: 100%;
}

.howto ul li p {
	margin: 0px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	font-weight: 100;
	font-weight: bold;
}

/* FILLER */
.filler {
	position: absolute;
}

.filler.filler-1 {
	left: 50%;
	width: 290px;
	bottom: 0px;
	margin-left: -500px;
}

.filler.filler-2 {
	left: 50%;
	width: 320px;
	bottom: 400px;
	margin-left: -530px;
}

.filler.filler-3 {
	right: -80px;
	width: 160px;
	bottom: -40px;
}

/* MAFO */
.mafo {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mafo h3 {
	margin-bottom: 20px;
}

/* PREPOST */
.prepost {
	text-align: center;
	background-color: var(--color-red);
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--color-white);
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

/* SELECT2 */
.select2-container {
	max-width: 400px;
	width: 100% !important;
	margin-bottom: 20px;
	margin-top: 3px;
	font-weight: 800;
}

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #FFBE00;
}

.select2-results__options {
	color: var(--color-red);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 4px 20px 3px 11px;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

/* PARTICIPATE */
.participate {
	padding-top: 30px;
	color: var(--color-white);
	background-color: var(--color-red);
	border-radius: 10px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.participate h4 {
	margin-top: 16px;
}

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

.form-wrapper h2 {
	margin-top: 30px;
}

.form-wrapper textarea,
.form-wrapper input[type="text"] {
	width: 100%;
	max-width: 450px;
	border: none;
	color: var(--color-red);
	padding: 12px 20px 8px 20px;
	box-sizing: border-box;
	font-family: 'SchwartauDisplay07';
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 5px;
}

.form-wrapper textarea.error,
.form-wrapper input[type="text"].error {
	background-color: var(--color-red);
	color: var(--color-white);
	border: 2px solid var(--color-white);
	box-sizing: border-box;
}

.form-wrapper textarea {
	height: 140px;
}

.form-wrapper #iban,
.form-wrapper #itemValue {
	margin-top: 15px;
}

.form-wrapper #iban,
.form-wrapper #bic {
	text-transform: uppercase;
}

#btn-send {
	margin-bottom: 60px;
}

/* PRODUCTS */
.products {
	width: 100%;
	text-align: center;
	border-top: 5px solid var(--color-red);
	padding-top: 40px;
}

.products img {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}

/* FOOTER */
#footer {
	background-color: var(--color-black);
	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: rgb(255,255,255);
	font-family: 'SchwartauDisplay07';
	font-weight: 300 !important;
	font-size: 18px;
	font-weight: 500;
}

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

#footer h3 {
	font-size: 28px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color: var(--color-white);
	text-align: left;
	font-family: 'SchwartauDisplay07', sans-serif;
	font-weight: 600;
}

#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;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 2.7ex 0;
	text-align: justify;
	hyphens: none;
	orphans: 3;
	widows: 3;
	font-family: 'SchwartauDisplay07';
}

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

#footer .socials {
	position: absolute;
	right: 0px;
	top: 0px;
}

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

#footer .socials .icons {
	display: table;
}

#footer .socials .icons li {
	display: table-cell;
	padding-left: 2px;
	padding-right: 2px;
}

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

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

#footer .chapter {
	font-weight: bold;
	font-size: larger;
}

#footer .vendor-container {
	position: relative;
}

/* POPUP */
.white-popup-block.image {
    max-width: 600px;
    background-color: transparent;
    box-shadow: none;
}

.white-popup-block.image #infomap {
	cursor: pointer;
}

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

.white-popup-block {
	background-color: var(--color-white) !important;
}

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

.white-popup-block h3 {
	font-size: 24px;
	font-weight: 800;
}

.white-popup-block p {
	color: var(--color-red) !important;
}

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

.white-popup-block button {
	background-color: rgb(255,255,255) !important;
	border-radius: 3px !important;
	color: var(--color-red) !important;
	padding: 7px 30px !important;
	cursor: pointer;
	font-size: 20px !important;
	margin-left: auto;
	margin-right: auto;
}

/* 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(--text-color);
    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: var(--text-color);
	text-decoration: none;
}

/* BUTTON */
button {
	border: none;
	padding: 14px 30px;
	font-size: 20px;
	font-weight: 800;
	color: var(--color-white);
	background-color: var(--color-red);
	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);
	border-radius: 2px;
	display: block;
	font-family: 'SchwartauDisplay07';
	border-radius: 5px;
}

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

button.center {
	margin-left: auto;
	margin-right: auto;
}

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

.receipt-container .upload-information {
	font-size: 12px;
	width: 300px;
	position: absolute;
	top: 80px;
	right: -100px;
	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 50px;
}

.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%;
	background-color: transparent;
	border: 2px dotted var(--color-red);
	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-red);
	display: table;
}

.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-white);
	font-weight: bold;
	font-size: 24px;
}

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

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

/* FINAL */
.final {
	padding-top: 40px;
	padding-bottom: 60px;
}

.final h3 {
	color: var(--color-white);
	font-weight: bold;
	margin-top: 10px;
	font-size: 22px;
}

.final img {
	width: 100%;
	max-width: 550px;
	margin-top: 40px;
}

/* PRODUCTS */
body.products div.products {
	padding-top: 50px;
	padding-bottom: 50px;
}

body.products div.products h2 {
	font-size: 60px;
	margin-bottom: 20px;
}

body.products div.products h3 {
	margin-top: 80px;
	font-size: 36px;
	color: var(--color-red);
	font-weight: bold;
}

body.products div.products ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	row-gap: 20px;
}

body.products div.products li {
	color: var(--color-red);
	font-size: 15px;
	text-align: center;
}

body.products div.products li img {
	margin-bottom: 10px;
	width: 100%;
}