@font-face {
  font-family:"Urbano";
  src:url("/css/urbano-extra-bold-condensed.woff2") format("woff2"),
  url("/css/urbano-extra-bold-condensed.woff") format("woff"),
  url("/css/urbano-extra-bold-condensed.ttf") format("truetype"),
  url("/css/urbano-extra-bold-condensed.otf") format("opentype");
  font-weight:800;
  font-style:normal;
  font-display:block
}
@font-face {
  font-family:"FS Jack";
  src:url("/css/fs-jack-regular.woff2") format("woff2"),
  url("/cssfs-jack-regular.woff") format("woff"),
  url("/css/fs-jack-regular.ttf") format("truetype"),
  url("/css/fs-jack-regular.otf") format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:block
}
@font-face {
  font-family:"FS Jack";
  src:url("/css/fs-jack-bold.woff2") format("woff2"),
  url("/cssfs-jack-bold.woff") format("woff"),
  url("/css/fs-jack-bold.ttf") format("truetype"),
  url("/css/fs-jack-bold.otf") format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:block
}
body{
	margin:0;
	color:rgb(22 39 101);
	font-size:18px;
	line-height:24px;
	user-select: none;
	display:flex;
	flex-direction:column;
	min-height:100%;
	font-family:"FS Jack","Arial",sans-serif;
  font-weight:400;
	position: relative;
}
#overlayDone{
	position: fixed; background: rgba(29, 138, 227, 0.9); inset: 0px; z-index: 999; display: none;
}
#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;
}

.fs-jack-bold{
	font-family: "FS Jack", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.larger-font{
	font-size:1.2em;
}

.top-bar{
	display:grid;
	grid-template-columns: 15% 70% 15%;
	position: relative;
	width:100%;
	background:#EAF0F7;
	padding:16px 64px 0;
	align-self: center;
	box-sizing: border-box;
}
.top-bar>div:nth-child(2){
	display: flex;
	justify-content: center;
}
.top-bar>div:nth-child(3){
	display: flex;
	justify-content: center;
	align-items:center;
}
.page-home .top-bar{
	position: absolute;
	background:transparent;
}
.page-home .menu-button line{
	stroke: #ffffff;
}
.top-bar .logo,
.menu-top .logo{
	width:122px;
	height:auto;
}
.menu-top{
	display: flex;
	justify-content: center;
	padding-top:20px;
}
.menu-button{
	cursor:pointer;
	pointer-events:auto;
	width:30px;
	height:22px;
}
.menu-button line{
	stroke: #2B69AE;
}
.top-banner .banner{
	width:100%;
}
.text-center{
	text-align:center;
}
.small{
	line-height: 1.1em;
	font-size:.7em;
	margin-top:1em;
}
a{
	color:inherit;
}
.funcard{
	position:relative;
	width:100%;
	max-width:508px;
	margin:auto;
}

.funcard img{
	width:100%;
}
.page-home a{
	color:inherit;
	text-decoration: underline;
}
.page-home .logo-link{
	margin-top:16px;
}
.intro-text{
	margin:20px auto;
	max-width:920px;
}
.form{
	width:100%;
	max-width:521px;
	margin:0 auto;
}
.background-decoration{
	background:#EAF0F7;
	padding:22px;
	position:relative;
	flex:1 1 auto;
}
.page-prijzen{
	padding-top:40px;
}
.heading{
	font-size:64px;
	margin-top:40px;
}

.smaller-heading{
	font-size: 45px;
}

.page-hoewerkthet .heading{
	font-size: 46px;
}
.urbano{
	font-family:"Urbano","Arial",sans-serif;
  font-weight:800;
  line-height:.94;
  text-transform:uppercase
}
.urbano--subheading{
	font-size: 24px;
}
.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;
	box-shadow:inset 3px 3px 3px rgba(0,0,0,.15);
	color: rgb(22 39 101);
}
.text-input.code{
	border:solid 2px rgb(22 39 101);
	font-size:33px;
	font-family:monospace;
	box-shadow:inset 3px 3px 3px rgba(0,0,0,.15);
	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-left:auto;
	margin-right:auto;
}
#button-submit.margin-top{
	margin-top:10px;
}
.checkbox>div{
	font-size:14px;
	line-height: 1.2em;
	display:flex;
	margin:auto;
	align-items:center;
	justify-content:center;
	text-align:left;
}
button svg{
	margin-left:.5em;
}
.checkbox>div>div:nth-child(1){
	flex:0 0 50px;
}
.checkbox>div>div:nth-child(2){
	flex:1 1 auto;
}
button{
	background:#E3625D;
	border:none;
	color:white;
	width:auto;
	padding:0 1em;
	height:55px;
	cursor:pointer;
	border-radius:2em;
	font-size:20px;
}
button .loading{
	display:none;
}
button.show-load .default{
	display:none;
}
button.show-load .loading{
	display:inline;
}
button.alt-button{
	background:transparent;
	border:solid 2px #2b69ae;
	color:#2b69ae;
}
.button--flex{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin:0 1em;
}
.packs{
	display: flex;
	width:100%;
	margin:auto;
	justify-content: center;
	position:relative;
	bottom:0;
	margin-top:60px;
}
.packs-left{
	margin-right:20px;
}
.packs.margin-top{
	margin-top:40px;
}
.wrapper-slogan,
.wrapper-logo{
	text-align:center;
	flex:0 0 auto;
}
.wrapper-logo{
	padding: 20px 0;
}
.slogan{
	margin:2vw auto;
	width:24.96%;
}
.footer{
	position:relative;
	display:flex;
	flex:0 0 129px;
	padding:20px 0;
	background:#2b69ae;
	flex-direction:column;
}
.footer-logo{
	display:flex;
	justify-content:center;
	margin:20px 0;
}
.footer-links{
	text-align:center;
}
.footer-links a{
	font-size: 14px;
	color:white;
	text-decoration:none;
}
.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;
	z-index:3;
	width:100vw;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#437EBC;
	display:none;
}
.menu-open .menu{
	display: flex;
}
.menu-open .menu-content{
	display:block;
}
a.menu-item{
	padding:20px;
	color:white;
	cursor:pointer;
	display:block;
	text-decoration:none;
	position:relative;
	text-align: center;
	text-transform: uppercase;
}
.menu-item{
	font-size:62px;
}
.input-message{
	background:#E3625D;
	color:white;
	width:80%;
	max-width:290px;
	margin:auto;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	font-size:14px;
	line-height:1.4em;
	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-prijzen .content{
	text-align:left;
	padding-bottom:0;
}

ul{
	padding-left:1em;
}
.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;
}
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:#E3625D;
	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.2em;
	height:1.2em;
	border-radius:50%;
	position:absolute;
	left:2px;
	top:2px;
	transition:left .3s;
}
.input-wrap{
	margin-bottom: 3px;
}
#server-message{
	top: 17px;
}
.input-message.simple{
	position:relative;
	top:10px;
	background:transparent;
	color:#E3625D;
	margin:0;
	width:100%;
	max-width:100%;
	height:auto;
	margin-bottom:1em;
	font-size:.74em;
}
.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:#437EBC;
	box-shadow:2px 2px 3px rgba(0,0,0,.2);
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
	user-select:none;
}
.close-page-float img{
	width:50px;
	height:50px;
}
.menu .close-page-float{
	box-shadow: none;
	color:white
}
.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;
}
a.menu-item{
	transition:color .3s;
}

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

.top-bar .logo{
	margin-left:0;
	margin-top:0px;
	width: 200px;
}

.slider {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-arrow{
	position: absolute;
  top: 50%;
  transform: translateX(-50%,-50%);
  z-index: 2;
  font-size: 0;
  height: 48px;
  width: 48px;
  background-size: auto 80%;
  border: none;
  outline: none;
  background-color: #437ebc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.slick-arrow.slick-next{
	background-image: url(/images/arrowRight.svg);
  right: 0;
  background-repeat: no-repeat;
  margin-right: -40px;
  background-size: 50%;
}

.slick-arrow.slick-prev{
	left: 0;
  margin-left: -40px;
  background-image: url(/images/arrowLeft.svg);
  background-repeat: no-repeat;
  background-size: 50%;
}

.slick-dots li{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  opacity: 1;
  background-size: contain;
  background: transparent;
  border: 1px solid #437ebc;
}

li.slick-active{
	background: #437ebc;
}

@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:1022px){
	.top-bar .logo{
		width: 140px;
	}
	.top-bar{
		padding:16px 16px 0;
	}
}

@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;
	}
	.menu-item{
		font-size:32px;
	}
}

@media (max-width:690px){
	.packs>img{
		width:50%;
	}
	.menu-mobile-spacer{
		margin-left:40px;
	}
}

@media (max-width:650px){
	.slider{
		width: calc(100% - 60px);
	}
	.slick-slide{
		margin: 0 10px;
	}
	.top-bar .logo{
		width: 100px;
	}
	.page-home .logo-link{
		margin-top:0;
	}
}

@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: 550px){
	.funcard-code{
		font-size: 9vw;
		bottom: 9vw;
	}
}

@media (max-width:440px){
	.prize-box img{
		width:10px;
	}
	.smaller-heading{
		font-size: 35px;
	}
}
@media (max-width:390px){
	.checkbox{
		font-size:11px;
	}
	.menu-item{
		font-size:30px;
	}
}
@media (max-width: 590px){
	table, th, td {
		font-size:9px;
	}
	th, td{
		padding:.2em;
	}
}