/* GENERALS */
:root {
	--lang2023-color-body-background: #ffca0a;
	--lang2023-color-text-default: #572915;
	--lang2023-font-family: "Myriad",sans-serif;
	--lang2023-font-family-hand: "Verveine",sans-serif;
}

/* FONTS */
@font-face {
	font-family: Myriad;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	src: url("/gewinnspiel/assets/fonts/MyriadLight.woff2") format("woff2"),
		url("/gewinnspiel/assets/fonts/MyriadLight.woff") format("woff")
}

@font-face {
	font-family: Myriad;
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	src: url("/gewinnspiel/assets/fonts/MyriadBold.woff2") format("woff2"),
		url("/gewinnspiel/assets/fonts/MyriadBold.woff") format("woff")
}

@font-face {
	font-family: Verveine;
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	src: url("/gewinnspiel/assets/fonts/Verveine_W_Rg.woff2") format("woff2"),
		url("/gewinnspiel/assets/fonts/Verveine_W_Rg.woff") format("woff")
}

html, body {
	background-color: rgb(255,255,255) !important;
	color: #004321;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-family: "Myriad";
	font-size: 18px;
}

*:focus {
	outline: none;
}

.content-wrapper {
	width: 100%;
	position: relative;
	max-width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.content-wrapper.yellow {
	background-color: var(--lang2023-color-body-background);
}

.content-wrapper.with-boxes {
	background-image: url("/gewinnspiel/assets/gfx/boxes.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.content-container {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, p {
	color: var(--lang2023-color-text-default);
	text-align: center;
}

h2 {
	font-size: 60px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 46px;
	margin: 0px 0px 6px 0px;
}

h4 {
	font-size: 28px;
	margin: 0px 0px 4px 0px;
}

p {
	font-size: 20px;
	margin: 0px 0px 4px 0px;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

/* PARENT FIXES */
footer {
	background-color: var(--lang2023-color-body-background);
}

footer label::before {
	display: none;
}

/* BUTTON */
.button {
	z-index: 1;
	margin-bottom: 10px;
	height: 56px;
	min-width: 270px;
	padding-top: 1px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	background-color: unset;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 56px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family: var(--lang2023-font-family);
	font-weight: 600;
	box-sizing: border-box;
	cursor: pointer;
}

.button::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	content: "";
	border: 28px solid transparent;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-sizing: border-box;
}

.button-base::before {
	-o-border-image: url("/gewinnspiel/assets/gfx/button-base.png");
	border-image: url("/gewinnspiel/assets/gfx/button-base.png");
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-repeat: repeat;
	border-image-slice: 54 49 54;
}

.button-base:hover {
	text-decoration: none;
	color: var(--lang2023-color-body-background);
}

.button-base:hover:before {
	-o-border-image: url"/gewinnspiel/assets/gfx/button-base-inverted.png");
	border-image:url("/gewinnspiel/assets/gfx/button-base-inverted.png");
	border-image-repeat: repeat;
	border-image-slice: 54 49 54
}

.button-base-inverted {
	text-decoration: none;
	color: var(--lang2023-color-body-background);
}

.button-base-inverted::before {
	-o-border-image: url("/gewinnspiel/assets/gfx/button-base-inverted.png");
	border-image: url("/gewinnspiel/assets/gfx/button-base-inverted.png");
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-repeat: repeat;
	border-image-slice: 54 49 54;
}

.button span {
	width: 100%;
}

/* VISUAL */
.visual {
	text-align: center;
}

.visual .desktop {
	max-width: 1700px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.visual .desktop img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.visual .desktop img.background {
	position: relative;
}

.visual .mobile {
	display: none;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.visual img.tree {
	position: absolute;
	z-index: 5;
}

.visual img.tree.right {
	right: 0px;
	height: 50%;
	top: 10%;
}

.visual img.tree.left {
	left: 0px;
	height: 50%;
	top: 25%;
}

.visual .desktop img.image1 {
	animation: image1 17s infinite;
}

.visual .desktop img.image2 {
	animation: image2 15s infinite;
}

.visual .desktop img.image3 {
	animation: image3 11s infinite;
}

.visual .desktop img.opaque {
	animation: opaque 13s infinite;
}

/* HOWTO */
.howto .steps {
	margin-top: 40px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.howto .steps p {
	margin-bottom: 50px;
}

.howto .button {
	margin-top: -30px;
	margin-bottom: 40px;
}

.howto img.packshot {
	position: absolute;
	left: 50%;
	height: 300px;
	top: -150px;
	margin-left: -470px;
}

.howto img.lepo {
	position: absolute;
	left: 50%;
	height: 170px;
	bottom: 104px;
	margin-left: 230px;
}

.howto img.line {
	position: absolute;
	left: 50%;
	opacity: 0;
}

.howto img.line1 {
	top: 69px;
	height: 55px;
	margin-left: -330px;
}

.howto img.line2 {
	height: 91px;
	top: 112px;
	margin-left: 30px;
}

.howto img.line3 {
	height: 100px;
	bottom: 0px;
	margin-left: 180px;
}

/* PRIZES */
.prizes h2,
.prizes h4 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.prize-container {
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	background-color: rgb(255,255,255);
	position: relative;
	border-radius: 6px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 35px;
}

.prize-container img {
	width: 100%;
}

.prize-container p {
	width: 100%;
	position: absolute;
	bottom: -30px;
	color: rgb(255,255,255);
	font-size: 12px;
}

.prize-container.main {
	margin-top: 40px;
	padding: 10px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
	rotate: -1deg;
	border-radius: 0px;
	overflow: inherit;
}

.prize-container div.num {
	position: absolute;
	background-image: url("/gewinnspiel/assets/gfx/num-background.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	font-weight: 700;
	color: rgb(255,255,255);
	text-align: center;
	box-sizing: border-box;
	height: 80px;
	width: 95px;
	padding-top: 25px;
	font-size: 24px;
	top: -30px;
	left: -20px;
	line-height: 1.2 !important;
}

.prize-container.main div.num {
	height: 130px;
	width: 150px;
	top: -30px;
	left: -50px;
	font-size: 50px;
	padding-top: 35px;
}

.prize-container.main div.num,
.prize-container.main p {
	rotate: 1deg;
}

.prizes .prizes-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	margin-top: 80px;
}

.prizes .prizes-container .prize p.description {
	color: rgb(255,255,255);
}

.prizes .prizes-container .prize p.description a {
	color: inherit;
}

/* PARTICIPATE */
.participate {
	background-image: url("/gewinnspiel/assets/gfx/participate-boxes-right.png"), url("/gewinnspiel/assets/gfx/participate-boxes-left.png");
	background-position: top -125px right -100px, bottom -100px left -100px;
	background-repeat: no-repeat;
	background-size: 680px auto, 400px auto;
}

.participate h2,
.participate h4 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.form-wrapper {
	padding-top: 30px;
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.checkboxgroup {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

p.title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

input[type="text"] {
	background-color: rgb(237,237,237);
	border: none;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 10px 20px 8px 20px;
	font-size: 18px;
	font-family: var(--lang2023-font-family);
}

label {
	color: var(--lang2023-color-text-default);
}

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

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

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    content: "\2713";
    color: var(--lang2023-color-text-default);
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
	top: 5px;
	margin-top: 0px;
}

label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	position: relative;
	left: 0;
	top: 5px;
	background-color: rgb(237,237,237);
	border: none;
	border-radius: 1px;
}

#code {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

#btn-check {
	margin-top: 20px;
}

.participate img.ilu {
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 260px;
	margin-left: 300px;
}

.participate ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-top: 80px;
}

.participate ul li {
	display: inline-block;
	padding-right: 20px;
}

.participate ul li:last-child {
	padding-right: 0px;
}

/* FAQ */
ul#faq {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	list-style: none;
	box-sizing: border-box;
	padding: 25px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 9px;
	margin-top: 20px;
}

ul#faq li {
	list-style: none;
	padding-top: 0px;
	border-bottom: 1px solid #FFAF02;
}

ul#faq li.hidden {
	display: none;
}

ul#faq li:last-child {
	border-bottom: none;
}

ul#faq li div.question {
	color: var(--lang2023-color-text-default);
	font-weight: bold;
	font-size: 20px;
	padding: 10px 20px 8px 0px;
	cursor: pointer;
	background-image: url("/weihnachten/assets/gfx/arrow-left.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 18px;
}

ul#faq li div.question.open {
	background-image: url("/weihnachten/assets/gfx/arrow-down.png");
	background-size: 20px 10px;
}

ul#faq li div.answer {
	display: none;
	padding-bottom: 15px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--lang2023-color-text-default);
	font-weight: bold;
	padding-right: 20%;
	font-weight: 100;
}

ul#faq li div.answer a {
	color: inherit;
}

/* FOOTER */
.footer {
	text-align: center;
}

.footer img {
	width: 100%;
	max-width: 400px;
}

.footer p {
	font-size: 30px;
	margin-top: -30px;
}

/* POPUP */
.popup-block {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255,255,255);
	color: var(--lang2023-color-text-default);
	box-sizing: border-box;
	padding: 20px 30px;
}

.popup-block h2,
.popup-block h3,
.popup-block p {
	text-align: left;
}

.popup-block .buttons {
	margin-top: 20px;
}

.popup-block a {
	color: inherit;
	text-decoration: underline;
}

/* RESULT */
#final-wrapper,
#result-wrapper {
	display: none;
}

/* TEXT */
.content-container.text p,
.content-container.text span.bold,
.content-container.text h2,
.content-container.text h4 {
	text-align: left;
	color: var(--lang2023-color-text-default);
}

.content-container.text .margin-bottom {
	margin-bottom: 24px;
}

.content-container.text ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}

.content-container.text ul li {
	margin: 0px 0px 5px 0px;
	color: var(--lang2023-color-text-default);
}

.content-container.text ul.number {
	list-style-type: decimal;
}

/* ANIMATIONS */
@keyframes opaque {
	0% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
	25% {
		transform: translate3d(0px, -10px, 0px);
		transform: scale(1.01);
	}
	50% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
	75% {
		transform: translate3d(0px, 10px, 0px);
		transform: scale(1.01);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
}

@keyframes image1 {
	0% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
	25% {
		transform: translate3d(0px, 12px, 0px);
		transform: scale(1.01);
	}
	50% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
	75% {
		transform: translate3d(0px, -12px, 0px);
		transform: scale(1.01);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		transform: scale(1.0);
	}
}

@keyframes image2 {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	25% {
		transform: translate3d(0px, 7px, 0px);
	}
	50% {
		transform: translate3d(0px, 0px, 0px);
	}
	75% {
		transform: translate3d(0px, -7px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes image3 {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}
	25% {
		transform: translate3d(0px, -11px, 0px);
	}
	50% {
		transform: translate3d(0px, 0px, 0px);
	}
	75% {
		transform: translate3d(0px, 11px, 0px);
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}