:root {
	--color-black: rgb(0,0,0);
	--color-white: rgb(255,255,255);
	--color-red: rgb(199,0,0);
	--font-bold: 600;
}

/* GENERALS */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: var(--color-black);
	color: var(--color-white);
	font-family: 'Optima';
}

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

h1, h2, h3 {
	font-family: 'HELLO Marker';
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 1;
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 50px;
}

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

*:focus {
	outline: none;
}

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

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

/* TITLEBAR */
.titlebar {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.titlebar img {
	height: 60px;
}

.titlebar .content-wrapper {
	border-bottom: 2px solid var(--color-white);
	padding-bottom: 30px;
}

/* VISUAL */
.visual {
	position: relative;
	height: 700px;
	background-image: url("/assets/gfx/visual-cut.png"), url("/assets/gfx/visual-back.jpg");
	background-size: 100% auto, cover;
	background-repeat: no-repeat, no-repeat;
	background-position: top center, center center;
}

.visual img.front {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 90%;
	transform: translate(-50%, -37%);
}

/* FESTIVALS */
.festivals {
	position: relative;
	z-index: 9;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -50px;
	text-align: center;
}

.festivals img {
	width: 100%;
	max-width: 360px;
}

/* INTRO */
.intro {
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	color: var(--color-black);
	background: #F3DF6F;
	background: linear-gradient(151deg, rgba(243, 223, 111, 1) 0%, rgba(235, 189, 91, 1) 35%, rgba(244, 225, 115, 1) 100%);
}

.intro p {
	margin-top: 10px;
}

.intro p {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

/* COL */
.col-wrapper {
	display: grid;
	grid-template-columns: 2fr 3fr;
	column-gap: 20px;
	margin-bottom: 40px;
}

.col-wrapper div {
	position: relative;
}

.col-wrapper img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

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

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

.howto ul li.plus,
.howto ul li.equal {
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.howto ul li.equal {
	background-image: url("/assets/gfx/equal.png");
}

.howto ul li.plus {
	background-image: url("/assets/gfx/plus.png");
}

.howto ul li img {
	height: 140px;
	margin-bottom: 14px;
}

.howto ul li p {
	font-family: 'HELLO Marker';
	font-size: 24px;
}

.howto a {
	box-sizing: border-box;
	padding: 16px 20px 10px 20px;
	color: var(--color-black);
	background: #F3DF6F;
	background: linear-gradient(151deg, rgba(243, 223, 111, 1) 0%, rgba(235, 189, 91, 1) 35%, rgba(244, 225, 115, 1) 100%);
	border-radius: 10px;
	font-family: 'HELLO Marker';
	font-size: 54px;
	text-decoration: none;
	line-height: 1;
	margin-top: 10px;
	display: inline-block;
}

/* FOOTER */
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	overflow: hidden;
	background-color: var(--color-white);
	color: var(--color-black);
}

.footer a {
	color: inherit;
}

.footer p {
	font-size: 18px;
	line-height: 16px;
	font-weight: 400;
}

.footer ul {
	width: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 60px;
	font-size: 22px;
}

.footer ul li {
	list-style: none;
	display: inline;
}

.footer ul li:not(:last-child) {
	margin-right: 10px;
}

.footer h3 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 300;
}

.footer .col {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	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 {
	line-height: 16px;
	margin: 0 0 2.7ex 0;
	text-align: justify;
	hyphens: auto;
	font-weight: 100;
	font-size: 12px;
}

.footer p a {
	font-weight: 700;
	text-decoration: none;
	color: rgb(0,92,152);
}

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

	.visual {
		height: 600px;
	}

}

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

	.visual img.front {
		height: 70%;
		transform: translate(-50%, -20%);
	}

	.festivals {
		margin-bottom: -30px;
	}

}

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

	.footer ul li {
		display: block;
	}

	.footer ul {
		font-size: 18px;
	}

	.visual {
		height: 400px;
	}

	.festivals {
		margin-bottom: -10px;
	}

	.visual img.front {
		height: 86%;
		transform: translate(-50%, -30%);
	}

}

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

	.titlebar {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.titlebar img {
		height: 40px;
	}

	.howto ul li.equal,
	.howto ul li.plus {
		display: none;
	}

	.howto ul {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

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

	.howto ul {
		grid-template-columns: 1fr;
		row-gap: 20px;
		max-width: 330px;
	}

	.howto a {
		font-size: 34px;
	}

	.visual {
		height: 300px;
	}

	.festivals {
		margin-bottom: -10px;
	}

	.visual img.front {
		height: 86%;
		transform: translate(-50%, -30%);
	}

}

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

	.visual {
		height: 250px;
	}

}