:root {
	--pine: #045e51;
	--lagoon: #00192f;
	--bark: #7a5226;
	--sunset: #700606;
	--grass: #b1eda6;
	--honey: #ffca55;
	--sky: #9db4f6;
	--blossom: #ff699b;
	--caramel: #e3841d;
	--chocolate: #4c270a;
}
body {
	margin: 0;
	color: var(--lagoon);
	font-size: 18px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
#js-cookie-toggle-checkbox {
	pointer-events: none;
}
#overlayDone {
	position: fixed;
	background: rgba(227, 132, 29, 0.9);
	inset: 0px;
	z-index: 999;
}
#overlayDoneInner {
	margin: auto;
	color: rgb(255, 255, 255);
	text-align: left;
	font-size: 26px;
	line-height: 1.3;
	max-width: 40%;
}
#overlayDoneInner a {
	color: inherit;
	text-decoration: underline;
}
#thanksPane,
#errorPane {
	display: none;
}
#imgSfeer {
	width: 100%;
	position: relative;
}
#imgSfeer > img {
	width: 100%;
	display: block;
}
.deco-mask-top {
	position: absolute;
	top: 0;
}
.deco-mask-bottom {
	position: absolute;
	bottom: 0;
}
.Height20 {
	height: 20px;
}
.Height50 {
	height: 50px;
}
#korting32 {
	width: 100%;
	max-width: 811px;
}
.Width100 {
	width: 100%;
}
.LeftAlign {
	text-align: left;
}
ul {
	padding-left: 1em;
}
#imgGewonnen {
	width: 100%;
	max-width: 700px;
	margin: 20px 0;
}
.FlexTop {
	display: flex;
	margin-top: 20px;
}
.MarginAuto {
	margin: auto;
}

.confetti {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.soleil-regular {
	font-family: "soleil", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.soleil-italic {
	font-family: "soleil", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.soleil-bold {
	font-family: "soleil", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.soleil-bold-italic {
	font-family: "soleil", sans-serif;
	font-weight: 700;
	font-style: italic;
}
.top-bar,
.menu-top {
	background: var(--caramel);
	height: 60px;
	flex: 0 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-bar {
	justify-content: center;
	padding: 0 20px;
}
.top-bar .logo,
.menu-top .logo {
	width: 150px;
	height: auto;
}
.top-bar .logo {
	position: absolute;
	left: 45px;
	top: 10px;
}
.top-bar .logo .mobile,
.menu-top .logo.mobile {
	display: none;
	width: 120px;
	height: 38px;
	margin-top: 0;
}
.menu-top .logo.mobile {
	display: block;
}
.top-bar .menu-button {
	margin-right: 20px;
	cursor: pointer;
	width: 160px;
	pointer-events: none;
	display: none;
	color: var(--chocolate);
}
.top-banner .banner {
	width: 100%;
}
.text-center {
	text-align: center;
}
a {
	color: inherit;
}
.intro-text {
	margin: 20px 0;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}
.form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.background-decoration {
	background: #fdf7f2;
	padding: 22px;
	position: relative;
	flex: 1 1 auto;
}
.page-prijzen {
	padding-top: 40px;
}
.heading {
	font-size: 35px;
	margin-top: 40px;
	line-height: 1.2em;
	text-wrap: balance;
}
.background-decoration .mask-top,
.background-decoration .mask-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	pointer-events: none;
}
.background-decoration .mask-top {
	top: 0;
}
.background-decoration .mask-bottom {
	bottom: 0;
}
.text-input {
	max-width: 345px;
	width: 100%;
	font-family: inherit;
	font-size: 20px;
	border-radius: 2em;
	padding: 6px 20px;
	border: solid 1px #d2d2d2;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.text-input.code {
	border: solid 2px var(--sunset);
	font-size: 33px;
	font-family: monospace;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.text-input.answer {
	border: solid 2px var(--sunset);
	font-size: 33px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
}
.text-input:focus {
	outline: none;
	box-shadow: 0 0 10px #719ece;
}
.descr {
	margin-bottom: 5px;
	text-wrap: balance;
}
.margin-top {
	margin-top: 10px;
}
.checkbox {
	width: 100%;
	max-width: 345px;
	margin: auto;
}
#button-submit.margin-top {
	margin-top: 30px;
}
.checkbox > div {
	font-size: 14px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.checkbox > div > div:nth-child(1) {
	flex: 0 0 50px;
}
.checkbox > div > div:nth-child(2) {
	flex: 1 1 auto;
}
button {
	background: var(--pine);
	border: none;
	color: white;
	width: 226px;
	height: 55px;
	cursor: pointer;
	border-radius: 2em;
	font-size: 16px;
}
button svg {
	margin-right: 0.5em;
}
button:hover {
	background-color: var(--grass);
	color: var(--pine);
}
button .loading {
	display: none;
}
button.show-load .default {
	display: none;
}
button.show-load .loading {
	display: inline;
}
button.alt-button {
	background: transparent;
	border: solid 2px #e3841d;
	color: #4c270a;
}
.packs {
	width: 100%;
	max-width: 265px;
}
.packs.home {
	position: absolute;
	top: 200px;
	left: calc(50% + 200px);
}
.packs.margin-top {
	margin-top: 40px;
}
.wrapper-slogan {
	text-align: center;
	flex: 0 0 auto;
}
.slogan {
	margin: 75px auto 0;
	width: 100%;
	max-width: 696px;
}
.footer {
	position: relative;
	display: flex;
	flex: 0 0 129px;
	padding: 0 0 50px 0;
	background: var(--caramel);
	flex-direction: column;
}
.footer-logo {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.footer-logo img {
	width: 239px;
}
.footer-links {
	text-align: center;
}
.footer-links a {
	font-size: 14px;
	color: var(--chocolate);
	text-decoration: none;
}
.footer-bow {
	position: relative;
	bottom: -1px;
	flex: 0 0 0;
}

.footer-bow img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.scroll-top {
	margin: auto;
	position: relative;
	font-size: 16px;
	color: var(--chocolate);
	text-align: center;
	cursor: pointer;
}
.scroll-top > img {
	margin-bottom: 10px;
	width: 60px;
}
.side-padding {
	padding: 0 20px;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 3;
}
.menu-open .menu {
	opacity: 1;
	pointer-events: auto;
}
.menu-content {
	position: absolute;
	right: -320px;
	font-size: 16px;
	background: #cf7616;
	width: 320px;
	height: 100%;
	transition: right 0.3s;
}
.menu-open .menu-content {
	right: 0;
}
a.menu-item {
	padding: 20px;
	border-bottom: solid 1px var(--chocolate);
	color: var(--chocolate);
	cursor: pointer;
	display: block;
	text-decoration: none;
	position: relative;
	transition: padding 0.2s;
}
.input-message {
	background: #ce1719;
	color: white;
	width: 80%;
	max-width: 290px;
	margin: auto;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 14px;
	position: relative;
	height: 21px;
	top: -21px;
	z-index: 0;
	transition: top 0.3s;
}
.input-message.show {
	top: 0;
}
.content {
	width: 100%;
	max-width: 690px;
	margin: auto;
	padding-bottom: 50px;
}

.page-helaas .content {
	padding-bottom: 0;
}

.prize-box {
	position: relative;
	font-size: 16px;
	display: flex;
	margin-bottom: 60px;
}
.wrapper-descr {
	flex: 1 1 auto;
	text-align: left;
	padding-right: 20px;
}
.wrapper-descr.prizes {
	padding-right: 0;
	padding-left: 20px;
}
.wrapper-image {
	flex: 0 0 265px;
}
.wrapper-image img {
	border-radius: 20px;
}
.prize-box:nth-child(1) img {
	width: 263px;
}
.prize-box:nth-child(2) img {
	width: 232px;
}
.prize-box:nth-child(3) img {
	width: 257px;
}
.prize-box:nth-child(4) img {
	width: 260px;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]#js-cookie-toggle-checkbox {
	display: inline;
}
input[type="checkbox"]:checked + .switch-box .switch-handle {
	left: 1.5em;
}
input[type="checkbox"]:checked + .switch-box {
	background: #00dd00;
}
.switch-box {
	display: block;
	background: var(--blossom);
	width: 3em;
	height: 1.5em;
	border-radius: 1em;
	border: solid 1px #d2d2d2;
	position: relative;
	cursor: pointer;
	margin-right: 0.3em;
}
.switch-handle {
	background: #ffffff;
	box-sizing: border-box;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	transition: left 0.3s;
}
.input-wrap {
	margin-bottom: 3px;
}
#server-message {
	top: 17px;
}
.input-message.simple {
	position: relative;
	top: 10px;
	background: transparent;
	color: #ce1719;
}
.blink {
	animation: blink 0.5s linear 3;
}
.prize-title {
	font-size: 24px;
	margin-bottom: 1em;
}
.prize-descr {
	margin-top: 1em;
}
.close-page-float,
.to-top-page-float {
	position: absolute;
	right: calc(50% - 400px);
	top: 70px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	background: var(--sunset);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}
.to-top-page-float {
	position: fixed;
	top: 90px;
	display: none;
}
.to-top-page-float.show {
	display: block;
}
.close-page-float.fixed {
	position: fixed;
	top: 20px;
}
.desktop-menu a {
	color: var(--chocolate);
	text-decoration: none;
	margin: 0 10px;
	position: relative;
}
.desktop-menu a::after {
	content: "";
	display: block;
	border-bottom: solid 2px var(--chocolate);
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 0;
	transition: all 0.3s;
}
.desktop-menu a,
a.menu-item {
	transition: color 0.3s;
}
a.menu-item-desktop.active::after {
	width: 20px;
	left: calc(50% - 10px);
}
a.menu-item-desktop:hover::after {
	width: 100%;
	left: 0;
}
.menu-mobile-spacer {
	width: 22px;
	margin-left: 20px;
	display: none;
}
h2,
h3,
h4 {
	margin-bottom: 0.5em;
}

/* Remove number input spinners everywhere */
input[type="number"] {
	-webkit-appearance: textfield; /* Chrome, Safari, Edge */
	-moz-appearance: textfield; /* Firefox */
	appearance: textfield; /* future standard */
}

/* Explicitly kill WebKit spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

table,
th,
td {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 12px;
}
tr > th:nth-child(3) {
	white-space: nowrap;
}
th,
td {
	padding: 0.5em;
	vertical-align: top;
}
.language-switch {
	position: absolute;
	top: 13px;
	right: 45px;
}
.language-switch img {
	height: 30px;
	width: auto;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 1150px) {
	.packs.home {
		position: relative;
		margin-top: 60px;
		top: 0;
		left: auto;
	}
}

@media (max-width: 888px) {
	br.responsive {
		display: none;
	}
}

@media (max-width: 810px) {
	.close-page-float,
	.to-top-page-float {
		right: 20px;
	}
}

@media (max-width: 768px) {
	#overlayDoneInner {
		max-width: 100%;
		padding: 1em;
		font-size: 1em;
	}
}

@media (max-width: 580px) {
	.prize-box {
		display: flex;
		flex-direction: column;
	}
	.wrapper-descr {
		order: 2;
		margin-bottom: 20px;
	}
	.wrapper-image {
		order: 1;
		flex: 1 1 auto;
		margin-bottom: 10px;
	}
}


@media (max-width: 380px) {
	.checkbox {
		font-size: 11px;
	}
}
@media (max-width: 590px) {
	table,
	th,
	td {
		font-size: 9px;
	}
	th,
	td {
		padding: 0.2em;
	}
}
@media (max-width: 920px) {
	.desktop-menu {
		display: none;
	}
	.top-bar {
		justify-content: flex-end;
	}
	.top-bar .menu-button {
		width: 22px;
		pointer-events: auto;
		display: block;
	}
	.top-bar .language-switch {
		left: 45px;
		right: auto;
	}
	.top-bar .logo.mobile {
		display: block;
	}
	.top-bar .menu-button svg {
		visibility: visible;
	}
	.top-bar .logo {
		position: absolute;
		left: calc(50% - 60px);
	}
}
