#slider {
	min-height: 800px;
	background-image: url("/mydays/assets/gfx/visual-background-items.png"), url("/mydays/assets/gfx/visual-background.jpg");
	background-repeat: no-repeat, repeat-x;
	background-size: auto 100%, auto 100%;
	background-position: center center, center center;
	z-index: 99;
}

#slider img.visual {
	position: absolute;
	height: 83%;
	bottom: -6%;
	left: 50%;
	transform: translateX(-50%);
}

#portfolio_937-edited {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.mod_portfoliolist.portfolio-col3 .item {
	width: 100%;
}

.grid-sizer {
	display: none;
}

/* HOWTO */
#howto {
	text-align: center;
}

#howto .container {
	padding-top: 70px;
}

#howto h2 {
	text-transform: uppercase;
}

#howto h4,
#howto p {
	color: #37573e;
	margin-bottom: 2px;
}

#howto p.subline {
	font-size: smaller;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
}

#howto ul {
	padding: 0px;
	margin: 100px 0px 20px 0px;
	display: grid;
	grid-template-columns: 3fr 5fr 4fr;
	column-gap: 10px;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#howto ul li {
	position: relative;
	box-sizing: border-box;
	padding: 110px 20px 26px 20px;
}

#howto ul li img:not(.mydays) {
	position: absolute;
	height: 140px;
	width: auto;
	left: 50%;
	top: -50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	transform: translateX(-50%);
}

#howto ul li img.mydays {
	position: absolute;
	left: 50%;
	height: 100px;
	top: 0px;
}

#howto ul li p,
#howto ul li h3 {
}

#howto ul li h3 {
	font-size: 120px;
	line-height: 0.85;
	padding-right: 20px;
	box-sizing: border-box;
}

#howto ul li p {
	font-size: 26px;
	line-height: 1.1;
	text-align: left;
}

#howto .step {
	display: table;
	height: 100%;
}

#howto .step * {
	display: table-cell;
	vertical-align: bottom;
}

#howto h4.teaser {
	color: #CE0B40;
	text-transform: uppercase;
	background-image: url("/mydays/assets/gfx/teaser-background.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 10px 40px 20px 40px;
	display: inline-block;
}

/* PARTICIPATE */
#participate {
	text-align: center;
}

#participate p,
#participate h2 {
	color: rgb(255,255,255);
}

#participate h2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

#participate .form-wrapper {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#participate .form-wrapper p {
	text-align: center;
	margin-bottom: 10px;
}

#participate .form-element {
	padding-bottom: 16px;
}

#participate .form-element input[type="email"],
#participate .form-element input[type="text"] {
	width: 100%;
}

#btn-submit {
	margin-left: auto;
	margin-right: auto;
}

#final-container {
	display: none;
}

/* RECEIPT */
#receipt-container {
	margin-bottom: 60px;
}

#receipt-container ul {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 800px;
	list-style: disc;
}

#receipt-container ul li {
	list-style-type: inherit;
	color: rgb(255,255,255);
	list-style-position: inside;
}

#receipt-container #btn-receipt {
	margin-left: auto;
	margin-right: auto;
}

#receipt {
	display: none;
}

.upload-information {
	margin-top: 20px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.receipt-information {
	display: none;
}

/* CHECKBOX */
.labelgroup {
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

label {
	line-height: 1.2;
	position: relative;
	color: rgb(255,255,255);
	line-height: 1;
	padding-left: 30px;
}

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

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	content: "\2713";
	color: rgb(0,0,0);
	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: rgb(255,255,255);
	border: none;
	border-radius: 3px;
	position: absolute;
	left: 0px;
}

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

/* BUTTON */
.button {
	box-sizing: border-box;
	padding: 12px 40px 9px 40px;
	border-radius: 20px;
	cursor: pointer;
	background-color: var(--customColor1);
	border: 1px solid var(--customColor1);
	font-family: MyriadProRegular;
	font-weight: 400;
	font-size: var(--paragraph-medium-font-size);
	line-height: 1;
}

.button.dark {
	background-color: var(--accentColor);
	border: 1px solid var(--accentColor);
	color: var(--customColor1);
}

/* POPUP */
.mfp-bg {
	opacity: 0.7;
}

.white-popup-block {
	border: none;
	background-color: var(--customColor1);
}

.white-popup-block p {
	color: var(--accentColor);
}

/* RESPONSIVES */
@media (max-width: 850px) {

	#howto ul li h3 {
		font-size: 90px;
	}

	#howto ul li p {
		font-size: 22px;
	}

	#howto ul li img:not(.mydays) {
		height: 100px;
	}

	#howto ul li {
		padding: 80px 20px 26px 20px;
	}

	#howto ul li img.mydays {
		height: 70px;
	}

}

@media (max-width: 800px) {

	#portfolio_937-edited {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 750px) {

	#slider {
		min-height: auto;;
	}

	#slider img.visual {
		position: relative;
		width: 100%;
		height: auto;
		bottom: auto;
		left: auto;
		transform: none;
		margin-top: 20px;
		margin-bottom: -40px;
	}

}

@media (max-width: 700px) {

	#howto ul {
		grid-template-columns: 1fr;
		margin: 0px;
	}

	#howto ul li {
		padding: 20px 0px 20px 0px;
	}

	#howto ul li img:not(.mydays) {
		position: relative;
		left: auto;
		right: auto;
		margin: 0px;
		padding: 0px;
		top: auto;
		transform: none;
	}

	#howto .step {
		display: inherit;
		height: auto;
	}

	#howto .step * {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	#howto .step h3 {
		display: none;
	}

}


@media (max-width: 500px) {

	#portfolio_937-edited {
		grid-template-columns: 1fr;
	}

}