:root {
	--color-dark: #0A2053;
	--color-bright: rgb(255,255,255);
	--color-light: #E1DAC4;
	--color-signal: #CC2228;
}

/* GENERALS */
html, body {
	background-color: var(--color-dark);
	background-image: url("/assets.goldstaebchen2025/gfx/background.png");
	background-repeat: repeat;
	color: var(--color-light);
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	font-family: 'Foco';
}

h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 66px;
	line-height: 1.1;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

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

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

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

/* HEADER */
#title {
	height: 100px;
	width: 100%;
	position: absolute;
	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;
	padding: 0px;
}

#title ul.socials {
	left: auto;
	right: 20px;
	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-dark);
	font-size: 22px;
	font-family: 'Foco';
	font-weight: bold;
}

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

/* VISUAL */
#visual {
	background-image: url("/assets.goldstaebchen2025/gfx/visual-leaf-right.png"), url("/assets.goldstaebchen2025/gfx/visual-leaf-left.png"), url("/assets.goldstaebchen2025/gfx/wave.png"), url("/assets.goldstaebchen2025/gfx/visual-background.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: right top 140px, left top 100px, center bottom, center center;
	background-size: 18% auto, 15% auto, 100% auto, auto 100%;
	width: 100%;
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 140px;
}

#visual .inner-visual-container {
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

#visual .inner-visual-container .upper-container {
	position: relative;
	text-align: center;
	color: var(--color-dark);
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url("/assets.goldstaebchen2025/gfx/visual-top.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 80px;
	font-weight: bold;
}

#visual .inner-visual-container .upper-container img {
	position: absolute;
	width: 110px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

#visual .inner-visual-container .lower-container {
	position: relative;
	padding-bottom: 230px;
	margin-top: -75px;
}

#visual .inner-visual-container .lower-container img.country {
	width: 100%;
}

#visual .inner-visual-container .lower-container img.box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

/* PRODUCTS */
.products .content {
	max-width: 900px;
	text-align: center;
	padding-top: 40px;
}

.products ul {
	padding: 0px;
	margin-top: 40px;
	list-style: none;
}

.products ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.products ul li img {
	height: 150px;
	margin-top: 10px;
}

body.at .products ul li:first-child img {
	margin-right: 100px;
}

body.at .products ul li:last-child img {
	margin-left: 100px;
}

/* PROGRESS */
.progress {
	padding-top: 30px;
	text-align: center;
}

.progress-container {
	width: 90%;
	max-width: 400px;
	aspect-ratio: 3/1;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
	background-color: var(--color-light);
}

.progress-container img,
.progress-container div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.progress-container .progress-bar {
	background: #E8BE4C;
	background: linear-gradient(177deg,rgba(232, 190, 76, 1) 0%, rgba(235, 189, 91, 1) 55%, rgba(216, 141, 57, 1) 100%);
}

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

.howto ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.howto ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
}

.howto ul li img {
	height: 300px;
	position: relative;
}

.howto ul li img.filler {
	position: absolute;
}

.howto ul li:nth-child(2) img.filler {
	height: 80%;
	bottom: 0px;
	left: 50%;
}

.howto ul li:nth-child(3) img.filler {
	height: 60%;
	top: 30%;
	right: 80%;
}

.howto .bird {
	width: 90%;
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* BUTTON */
.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;
}

/* PARTICIPATE */
.participate {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	color: var(--color-light);
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.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-dark);
	opacity: 0.4;
} 
 
:-ms-input-placeholder {
	color: var(--color-dark);
	opacity: 0.4;
}

::-ms-input-placeholder {
	color: var(--color-dark);
	opacity: 0.4;
}

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

/* PREFOOTER */
#pre-footer {
	padding-bottom: 10px;
	margin-top: 40px;
	text-align: center;
	position: relative;
}

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

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

#pre-footer h2 {
	margin-bottom: 40px;
	font-size: 50px;
}

/* FOOTER */
#footer {
	color: var(--color-bright);
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 50px;
}

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

#footer h3 {
	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;
}


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

	.howto ul li {
		padding: 15px 10px;
	}

	.howto ul li img {
		height: 220px;
	}

}

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

	#title ul.topmenu {
		display: none;
	}

	.products ul li img {
		height: 100px;
	}

}

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

	.howto ul {
		max-width: 340px;
	}

}

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

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	html, body {
		font-size: 16px;
	}

	#visual .inner-visual-container .upper-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#visual .inner-visual-container .lower-container {
		padding-bottom: 190px;
	}

	body.at .products ul li:first-child img {
		margin-right: 20px;
	}
	
	body.at .products ul li:last-child img {
		margin-left: 20px;
	}

}