body{
	margin:0;
	color:#4C270A;
	font-size:18px;
	user-select: none;
	display:flex;
	flex-direction:column;
	min-height:100%;
}
#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%;
}
.Height20{
	height: 20px;
}
.Height50{
	height: 50px;
}
#korting32{
	width:100%;
	max-width:811px;
}
.Width100{
	width: 100%;
}
.LeftAlign{
	text-align:left;
}
#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:#E3841D;
	height:60px;
	flex:0 0 60px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.top-bar{
	justify-content:space-between;
	padding:0 20px;
}
.top-bar .logo,
.menu-top .logo{
	width:160px;
	height:50px;
}
.top-bar .logo{
	margin-left:25px;
	margin-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;
}
.top-bar .menu-button svg{
	visibility:hidden;
}
.top-banner .banner{
	width:100%;
}
.text-center{
	text-align:center;
}
a{
	color:#E3841D;
}
.intro-text{
	margin:20px 0;
}
.form{
	width:100%;
	max-width:521px;
	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;
}
.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:336px;
	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 #E3841D;
	font-size:33px;
	font-family:monospace;
	box-shadow:0 3px 6px rgba(0,0,0,.16);
	text-align:center;
}
.text-input:focus {
    outline: none;
    box-shadow: 0 0 10px #719ECE;
}
.descr{
	margin-bottom:5px;
}
.margin-top{
	margin-top:10px;
}
.checkbox{
	width:100%;
	max-width:336px;
	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:#E3841D;
	border:none;
	color:white;
	width:226px;
	height:55px;
	cursor:pointer;
	border-radius:2em;
	font-size:16px;
}
button svg{
	margin-right:.5em;
}
button:hover{
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-image: linear-gradient(0deg, #E3841D 1%, #FBA648FF 50%, #E3841D 100%);
}
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:372px;
}
.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:#E3841D;
	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:white;
	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:white;
	text-align:center;
	cursor:pointer;
}
.scroll-top>img{
	margin-bottom:10px;
}
.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 .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 .3s;
}
.menu-open .menu-content{
	right:0;
}
a.menu-item{
	padding:20px;
	border-bottom:solid 1px #DBBE9E;
	color:white;
	cursor:pointer;
	display:block;
	text-decoration:none;
	position:relative;
	transition:padding .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 .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;
}
.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:#ff3a3a;
	width:3em;
	height:1.5em;
	border-radius:1em;
	border:solid 1px #D2D2D2;
	position:relative;
	cursor:pointer;
	margin-right:.3em;
}
.switch-handle{
	background:#ffffff;
	box-sizing:border-box;
	width:1.5em;
	height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	transition:left .3s;
}
.input-wrap{
	margin-bottom: 3px;
}
#server-message{
	top: 17px;
}
.input-message.simple{
	position:relative;
	top:10px;
	background:transparent;
	color:#CE1719;
}
.blink{
	animation: blink .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:#E3841D;
	box-shadow:2px 2px 3px rgba(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:white;
	text-decoration:none;
	margin:0 10px;
}
.desktop-menu a,
a.menu-item{
	transition:color .3s;
}
a.menu-item-desktop:hover,
a.menu-item:hover{
	color:#4C270A;
}
.menu-mobile-spacer{
	width:22px;
	margin-left:20px;
	display:none;
}
h2, h3, h4{
	margin-bottom:.5em;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	font-size:12px;
}
tr>th:nth-child(3){
	white-space:nowrap;
}
th, td{
	padding:.5em;
	vertical-align:top;
}

@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:440px){
	.prize-box img{
		width:10px;
	}
}
@media (max-width:380px){
	.checkbox{
		font-size:11px;
	}
}
@media (max-width: 590px){
	table, th, td {
		font-size:9px;
	}
	th, td{
		padding:.2em;
	}
}
@media (max-width: 920px){
	.desktop-menu{
		display:none;
	}
	.top-bar .menu-button{
		width:22px;
		pointer-events:auto;
	}
	.menu-mobile-spacer{
		display:block;
	}
	.top-bar .logo{
		margin-left:0;
		display:none;
	}
	.top-bar .logo.mobile{
		display: block;
	}
	.top-bar .menu-button svg{
		visibility:visible;
	}
}