@media only screen and (min-width: 1200px) {
    .pakket{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .qrcode{
        display: none;
    }
}
.qrcodescanner {
	font-size:16px
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

form {
	padding: 0px;
	margin: 0px;
}

.tekstveld {
	padding: 20px;
	width: 100%;
	border-radius: 10px;
	border:	2px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
}
.knop {
	height: 100px;
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	width: 300px;
	border-radius: 10px;
	border:0px;
}
.knoprood {
	height: 100px;
	background-color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	width: 300px;
	border-radius: 10px;
	border:0px;
}
.keuzeveld {

	padding: 20px;
	width: 730px;
	border-radius: 10px;
	border:	2px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	background-color:#FFFFFF;
	color:#333333;
}
.bolpositie {
	margin-top: -20px;
}
.tekstenbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65px;
}
.bottompositie {
	position: fixed;
	z-index: 99;
	bottom: 0px;
	left: auto;
	right: auto;
	z-index: 0;
}
.prijs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85px;
	color: #0099FF;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #333333;
	text-align: left;
	margin-left:5px;
	margin-top:-20px;
}
.afmelden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	text-decoration: none;
}
.internecode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-align: left;
	width: 400px;
	float: left;
	color: #0099FF;
	position: absolute;
}

.oudeprijs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	text-align: left;
	width: 400px;
	float: left;
	color: #0099FF;
}

.terugknop {
width:100px;
height:100px;
background-color:#FF9900;
position:fixed;
margin-top:300px;
margin-left:-10px;

}

.zoeknieuw {
	height: 100px;
	background-color: #009900;
	width: 48px;
	border-radius: 10px;
	border:0px;
}

.financieel {
	width:100%;
	height:50px;
	background-color:#333333;
	z-index: 0;
	display: block;
	float: right;
	border-radius: 10px;
}


.writing {
	width:100%;
	height:50px;
	background-color:#0099FF;
	z-index: 0;
	display: block;
	float: right;
	border-radius: 10px;
}
.icoonblokfinancial {
	width:800px;
	height:48px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	top: 855px;
	display: block;

}
.icoonblokwrite {
	width:800px;
	height:48px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
	top: 1060px;
	display: block;

}
.financialblok {
	width:48px;
	height:100px;
	background-color:#333333;
	z-index: 0;
	display: block;
	float: right;
	margin-right:-48px;
	border-radius: 10px;
}
.writeblok {
	width:48px;
	height:100px;
	background-color:#0099FF;
	z-index: 0;
	display: block;
	float: right;
	border-radius: 10px;
}

#code {
color:#FFFFFF
}

/* START SLIDER */

.one {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  z-index:2;
}
.overlay {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay3 {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay4 {
  background: rgba(0, 102, 153, .8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay2 {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay10 {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.middle {
  position: relative;
  width: 100%;
  height: 100%;
  top: -100%;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.two {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 820px;
  height: 290px;
  
}
