/* -- GENERALS -- */


:root {
	--color-white: #ffffff;
	--color-yellow: #fbf315;
	--color-black: rgb(26,26,24);
	--color-blue: rgb(16,68,141);
	--color-gold: rgb(233,190,69);
	--color-red: rgb(227,0,15);
	--section-padding: 60px;
}


html, body {
	padding: 0;
	margin: 0;
	background-color: var(--color-blue);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.3;
}

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

*:focus {
	outline: none;
}

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

h1, h2 {
	color: var(--color-white);
	font-family: "SariWebPro-Extrabold W01 Rg";
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 70px;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 50px;
}

.yellow {
	color: var(--color-yellow) !important;
}

.bold,
span.bold {
	font-weight: 800;
}

/* -- CONTENT -- */
#background-container {
	position: absolute;
	height: 120%;
	width: 100%;
	background: url("/aktion/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("/aktion/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;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

/* NAVIGATION */
#navigation {
	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%;
	text-align: right;
}

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

#navigation #logo {
	left: 0px;
	position: absolute;
	height: 100%;
	padding-left: inherit;
}

#navigation #logo img {
	height: 100%;
}

#navigation.scrolled #logo img {
	height: 90%;
}

#navigation ul {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
}

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

/* VISUAL */
#visual {
	padding-top: 122px;
	text-align: center;
	padding-bottom: 70px;
	position: relative;
	background-image: url("/aktion/assets.fussball2026/gfx/visual-background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

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


/* SELECTOR */
.selector {
	background-color: var(--color-gold);
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
}

.selector p {
	color: var(--color-black);
	font-weight: bold;
	margin: 0px;
}

.selector .selector-container {
	width: auto;
	display: inline-block;
	position: relative;
}

.selector .inner-selector-container {
	box-sizing: border-box;
	padding: 15px 50px;
	background-color: var(--color-yellow);
	position: relative;
}

.selector .inner-selector-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 4px;
	top: -4px;
}

.selector ul {
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}

.selector ul li {
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.selector ul li .box {
	width: 12px;
	aspect-ratio: 1/1;
	display: inline-block;
	border: 2px solid var(--color-black);
	margin-right: 6px;
}

.selector ul li.selected .box {
	background-color: var(--color-black);
}


.selector .inner-selector-background.red {
	background-color: var(--color-red);
}

.selector .inner-selector-background.black {
	background-color: var(--color-black);
	left: 8px;
	top: -8px;
}

/* INITIALS */
.show-on-package,
.show-on-cookie {
	display: none;
}




/* HOWTO */
.howto {
	padding-bottom: 70px;
	position: relative;
	background-color: rgb(227,0,15);
	color: rgb(255,255,255);
	padding-top: 200px;
}

.howto .content-wrapper ul {
	margin: 0px;
	padding: 0px;
	display: table;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 2fr 3fr 2fr;
	column-gap: 40px;
}

.howto .content-wrapper ul li {
	list-style: none;
	border-bottom: 3px solid rgb(255,255,255);
}

.howto .content-wrapper ul li.filler {
	width: 5%;
	border: none;
}

.howto .content-wrapper ul li h2 {
	margin-top: 10px;
	color: rgb(255,255,255);
	padding-bottom: 9px;
}

.howto .content-wrapper ul li img {
	height: 120px;
	border: none;
}

.howto .content-wrapper 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(255,255,255);
	font-size: 18px;
}

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

.howto p.subline {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	margin-top: 40px;
	font-size: smaller;
}

.triangle {
	position: absolute;
	width: 100%;
	bottom: 0px;
	top: 0px;
	height: 120px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: var(--color-gold);
}

.triangle li {
	position: relative;
}

.triangle li:first-child div {
	clip-path: polygon(0 100%,0 0,100% 100%);
}

.triangle li:last-child div {
  clip-path: polygon(0 100%,100% 0,100% 100%);
}

.triangle li div {
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	background-color: rgb(227,0,15);
}

.howto .triangleimage {
	width: auto;
	height: 140px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

/* MAP */
.map {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	background-image: url("/aktion/assets.fussball2026/gfx/map-background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	text-align: center;
}

.map h2, p {
	color: var(--color-white);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.1), 1px -1px 0 rgba(0,0,0,0.1), -1px 1px 0 rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.1);
}

.map p {
	font-weight: 800;
}

.map .counter {
	border-radius: 10px;
	background-color: var(--color-yellow);
	box-sizing: border-box;
	padding: 10px 30px;
	font-weight: 800;
	display: inline-block;
}

.map .map-container {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.map .map-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.map .map-wrapper img {
	width: 100%;
}

.map .map-wrapper .pin-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.map .map-wrapper .pin-container img {
	width: 4%;
	position: absolute;
	filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.4));
}



/* SOCCER */
.soccer {
	padding-top: var(--section-padding);
	padding-bottom: var(--section-padding);
	position: relative;
	text-align: center;
	background-color: var(--color-gold);
	color: var(--color-black);
}

.soccer h2 {
	color: var(--color-black);
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* 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;
	hyphens: none;
}

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

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 {
	padding-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

.participate .shadowed {
	text-shadow: 0 0 5px var(--color-black);
}

.participate a {
	color: inherit;
}

.participate 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 h1 {
	margin-bottom: 15px;
	text-shadow: 0 0 5px var(--color-black);
}

.participate h2 {
	margin-bottom: 15px;
}

.participate p {
	color: rgb(255,255,255);
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.participate 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 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-cookie {
	text-transform: uppercase;
}

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


/* FOOTER */
.footer {
	position: relative;
	background-color: rgb(16,68,141);
	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 .links p {
	margin: 0px;
}

.footer .links p,
.footer .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 .links a::before {
	content: '|';
	color: #fff;
	display: inline-block;
	margin: 0px 12px 0px 8px;
}

.slogan {
	font-size: 60px;
    font-family: "SariWebPro-Extrabold W01 Rg";
	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: "SariWebPro-Extrabold W01 Rg";
	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;
}

.white-popup-block.cookie {
	max-width: 500px;
}

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

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


/* VIDEO */
.final,
.content-wrapper.video {
	display: none;
}

.animation-container {
	width: 100%;
	max-width: 700px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.video-container {
	position: relative;
	width: 100%;
	opacity: 0;
}

.video-container video {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	order: 1;
}

.video-container video.idle {
	order: 2;
	opacity: 1;
}

.video-container img {
	width: 100%;
	position: relative;
	opacity: 0;
}

.animation-container .action-layer {
	background-color: transparent;
	position: absolute;
	width: 18%;
	height: 16%;
	bottom: 9%;
	left: 41%;
}

.animation-container .action-layer .action-layer-segment {
	position: absolute;
	width: 35%;
	left: 0%;
	top: 0px;
	height: 100%;
	cursor: pointer;
}

.animation-container .action-layer .action-layer-segment:nth-child(2) {
	width: 30%;
	left: 35%;
}

.animation-container .action-layer .action-layer-segment:nth-child(3) {
	left: 65%;
}

.animation-container .message {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
}

.animation-container .message img.teaser {
	width: 29%;
	position: absolute;
	left: 2%;
	top: 2%;
	transform: rotate(-7deg);
}

.animation-container .message .inner-message-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
}

.animation-container .message h3 {
	margin: 0px;
	font-size: 24px;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
	margin-bottom: 10px;
}

.animation-container .message button {
	width: auto;
}

.animation-container .message div.bordered {
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(0,0,0,0.3);
	color: rgb(255,255,255);
	margin-top: 10px;
	font-size: 14px;
}

.animation-container .message ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	list-style-position: inside;
}




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

	.howto ul li h2 {
		font-size: 22px;
	}

}

@media (max-width: 900px) {

	.howto ul li h2 {
		font-size: 20px;
	}

	.howto ul li p {
		font-size: 14px;
	}

	.footer ul {
		display: grid;
	}

	.footer ul li {
		margin-bottom: 4px;
	}

	#navigation ul {
		display: none;
	}

	#navigation {
		text-align: center;
	}

	#navigation #logo {
		position: relative;
		height: 100px;
		padding-left: 0px;
	}

	#visual {
		padding-top: 100px;
	}

}

@media (max-width: 800px) {

	.howto ul li h2 {
		font-size: 17px;
	}

}

@media (max-width: 750px) {

	#navigation #logo {
		margin-left: 20px;
	}

}

@media (max-width: 700px) {

	.howto .content-wrapper ul, .howto .content-wrapper ul li {
		display: inherit;
	}

	.howto .content-wrapper ul li {
		width: 100%;
		max-width: 270px;
		padding-bottom: 1px;
		margin-bottom: 14px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: none;
	}

	.howto .content-wrapper ul li img {
		height: 70px;
	}

	.howto .content-wrapper ul {
		column-gap: 10px;
	}

}

@media (max-width: 500px) {

	.participate fieldset {
		width: 100%;
	}

	.howto .content-wrapper ul li {
		font-size: 85%;
	}

	.howto .content-wrapper ul li img {
		height: 50px;
	}

	.soccer {
		display: none;
	}

}

@media (max-width: 420px) {

	button {
		font-size: 18px;
	}

}