/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 150%;
	height: 100%;
}



.clear {
	float: none;
	clear: both;
}



.bodem {
	display: block;
	padding: 100px;
	margin-top: 60px;
	text-align: center;
	background-color: #666;
	color: #ccc;
	font-size: 12px;
}



.product1 {
display: block;
padding: 30px;
background-color: #73B515;
border-radius: 20px;	
font-size: 22px;
color: #fff;
line-height: 120%;
}

.product2 {
display: block;
padding: 30px;
border-radius: 20px;	
font-size: 22px;
line-height: 120%;
border: 3px solid #ccc;
}


.kaderform {
display: block;
max-width: 600px;
    background-color: rgba(255, 255, 255, 0.5);
margin-left: auto;
margin-right: auto;
padding: 20px;	
line-height: 100%;
}


.kader1 {
display: block;
max-width: 800px;
padding: 20px;	
margin: 10px;
margin-left: auto;
margin-right: auto;
background-color: #fff;

}



.voor {
	display: inline-block;
}

.voorkop {
	display: none;
}


.voorextra {
	display:table-row;
}


.veld0 {
display: block;	
text-align: left;
font-size: 12px;
}


.aanvinken {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #efefef;
}

/* On mouse-over, add a grey background color */
.aanvinken:hover input ~ .checkmark {
  background-color: #538FDF;
}

/* When the checkbox is checked, add a blue background */
.aanvinken input:checked ~ .checkmark {
  background-color: #538FDF;
}



/* On mouse-over, add a grey background color */
.aanvinken:hover input ~ .checkmark {
  background-color: #538FDF;
}

/* When the checkbox is checked, add a blue background */
.aanvinken input:checked ~ .checkmark {
  background-color: #538FDF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.aanvinken input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.aanvinken .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.aanvinken input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}







.veld1 {
display: block;
width: 50%;	
float: left;
text-align: left;
font-size: 12px;
}



.veld2 {
display: block;
width: 25%;
float: left;
text-align: left;
font-size: 12px;	
}


.veld3 {
display: block;
text-align: left;
font-size: 16px;	
font-weight: bold;
}



.bforml {
margin-left: 1%;	
}

.bformr {
margin-right: 1%;	
}

.bforminput5 {
position: relative;
   display: block;
padding: 10px;
padding-left: 0px;
width: calc(100%);
background-color:transparent;
border: 0;
font-size: 22px;
font-weight: bold;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    border-radius: 0px;
}


.bforminput6 {
position: relative;
   display: block;
padding: 10px;
padding-left: 0px;
width: 150px;
text-align: center;
background-color:transparent;
border: 0;
font-size: 18px;
font-weight: normal;
border: 1px solid #ccc;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    border-radius: 5px;
}



.mrechts {
	margin-right: 10px;
	width: calc(100% - 10px);
}



.opgeslagen {
display: block;
	
}

.opgeslagen {
	position: relative;
	display: block;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	opacity: 0;
}








.opgeslagen2 {
	position: relative;
	display: block;
	padding: 10px;
	background-color: #59B01C;
	text-align: center;
	color: #fff;
	font-weight: bold;
	 -webkit-animation: aniopgeslagen2;
    -moz-animation: aniopgeslagen2;
    animation: aniopgeslagen2;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
	border-radius: 10px;
	opacity: 0;
}


 @keyframes aniopgeslagen2 {
     0% { opacity: 0; }
    20% { opacity: 1; }
	 80% { opacity: 1; }
	 100% { opacity: 0; }

}




.premium table {
  border-collapse: collapse;
}

.premium tr {
  border-bottom: 1pt solid #ccc;
}


.vinkje {
width: 20px;	
}




.mkoppen {
	display: block;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
	


.bformbutton {
position: relative;
    display: inline-block;
padding: 20px;
padding-left: 40px;
padding-right: 40px;
    font-size: 18px;
    color: #fff;
	margin-left: 0;
	border: 3px solid #73B515;
	background-color: #73B515;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	cursor: pointer;
}


.bformbutton:hover {
background-color: #538FDF;
border: 3px solid #538FDF;
}

.voorwaardenak {
	display: block;
font-size: 12px;
text-align: left;
color: #888;
}






.acc0 {
	display: table;
	width: 100%;
	 border: 0;
}


.acc1 {
	display:table-cell;
	vertical-align: middle;
	 height: 100%;
	width: 40%;
margin: 0;
padding: 0;
}




.right {
	text-align: right;
	padding-right: 2%;
}


.links {
	text-align: left;
}



.mkader {
display: block;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}

.mkaderlinks {
display: block;
width: 50%;
float: left;
}


.mnote1 {
	display: block;
	position: relative;
	font-size: 12px;
	
}


.mk1 {
display: block;
text-align: center;
font-size: 18px;
font-weight: bold;	
}

.mk2 {
display: block;
text-align: center;
font-size: 16px;
font-weight: light;	
}

.mk3 {
display: block;
text-align: left;
font-size: 16px;
font-weight: light;	
color: #000;
}



.mpform1 {
	display: block;
	max-width: 900px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
}


input[type="file"] {
    display: none;
}
.uploadbtn {
	display: block;
	width: calc(100% - 30px);
	text-align: center;
    border: 1px solid #ccc;
	background-color: #efefef;
    display: inline-block;
    padding: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
    cursor: pointer;
}


.uploadbtn:hover {
	background-color: #538FDF;
	color: #fff;
   
}



.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #538FDF;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #538FDF;
  cursor: pointer;
}




.mkaderlinks2 {
display: block;
width: calc(40% - 10px);
float: left;
	margin-left: 10px;
}

.mkaderlinks3 {
display: block;
width: calc(60% - 10px);
float: left;
	margin-left: 10px;
}



.mformulier1 {
	display: block;
	position: relative;
	background-color: #fff;
	height: 100px;
	text-align: center;
	overflow: hidden;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	border: 3px solid #fff;
	color: #000;
}


.mformulier1:hover {
border: 3px solid #538FDF;
cursor: pointer;	
}


.mformulier1:hover .mbtn1 {
	background-color: #73B515;
}


.mbtn1 {
	display: inline-block;
	position: relative;
	background-color: #85BA55;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	border: 3px solid #fff;
	color: #fff;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}



.mlogo {
display: block;
height: 100px;
line-height: 100px;	
color: #ccc;
font-size: 12px;
}




.overigkader {
display: block;
position: relative;
max-width: 700px;
padding: 60px;
margin-left: auto;
margin-right: auto;	

}



.faq {
display: block;
padding: 30px;
padding-left: 0px;
padding-bottom: 50px;
border: 1px solid transparent;	
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
color: #999;
}


.faq:hover {
cursor: pointer;	
color: #000;
}


.vraag {
	text-align: left;
	display: block;
	font-weight: bold;
font-size: 26px;

}


.antwoord {
	margin-top: 10px;
	text-align: left;
display: none;
}










.mformulier2 {
	display: block;
	position: relative;
	background-color: #fff;
	height: 100px;
	text-align: center;
	overflow: hidden;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	border: 3px solid #fff;
}


.mformulier2:hover {
border: 3px solid #538FDF;
cursor: pointer;	
}


.mformulier2:hover .mlogo {
color: #538FDF;
}



.mformulier3 {
	display: block;
	position: relative;
	background-color: #fff;
	height: 100px;
	text-align: center;
	overflow: hidden;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	border: 3px solid #fff;
}


.mformulier3:hover {
border: 3px solid #538FDF;
cursor: pointer;	
}




.comment {
display: block;
font-size: 28px;
text-align: center;
padding: 20px;	
line-height: 140%;
}


.input1a {
	position: relative;
    display: block;
	width: calc(100% - 20px);
	height: 50px;
	font-family: 'Arial', serif;
    color: #333;
    background-color: #fff;
    border: 0;
	padding: 10px;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
	margin-bottom: 8px;
}


.buttonnorm {
position: relative;
    display: block;
	width: 100%;
height: 60px;
text-align: center;
	font-family: 'Arial', serif;
    font-size: 18px;
    color: #fff;
	border: 0;
	background-color: #6FB31A;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.buttonnorm:hover {
	background-color: #528516;
	cursor: pointer;
}



.links {
	color: #ccc;
	font-size: 12px;
}


.rechts {
display: none;	
}



.rechtsonder {
display: block;
position: fixed;
bottom: 6px;
right: 6px;
color: #666;
font-size: 11px;	
z-index: 1000;
line-height: 100%;
}







.input3 {
position: relative;
    display: block;
	width: 70%;
padding: 10px;
	font-family: 'Roboto', serif;
    font-size: 14px;
    color: #333;
	border: 0;
	border-bottom: 1px solid #CCC;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}



.voorbeeld {
display: block;
position: relative;
padding: 20px;
background-color: #fff;
-webkit-box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.38);
-moz-box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.38);
box-shadow: -1px 0px 16px 0px rgba(0,0,0,0.38);	
margin-top: 5px;
margin-bottom: 20px;	
margin-right: 20px;
}

.uur {
display: block;
position: absolute;
top: 4px;
right: 10px;
font-size: 12px;
color: #999;
}







.rechts {
display: block;
float: right;
color: #3299FF;
font-size: 12px;
font-weight: bold;
}
	
.rechts:hover {
text-decoration: underline;
color: #000;
cursor: pointer;
}




.form {
	display: inline-block;
}




.boven {
	display: block;
	position: relative;
	height: 90px;
	background-color: #538fdf;
}



#offrtlogo {
	position: absolute;
	width: 120px;
	height: 70px;
	margin: 10px;
	top: 0px;
	left: 0px;
	background-image: url(/img/logo_offertt2.svg); 
	background-repeat: no-repeat;
	background-position: center center;
		background-size: contain;
	z-index: 10000;
 }
 
 
 
.bodemlogo {
	position: relative;
	width: 80px;
	height: 70px;
	margin: 10px;
margin-left: auto;
margin-right: auto;
	background-image: url(/img/logo_offertt2.svg); 
	background-repeat: no-repeat;
	background-position: center center;
		background-size: contain;
	z-index: 10000;
 }
 

 


.geen {
	display: none;
}







.input10 {
	position: relative;
    display: block;
	width: calc(100% - 20px);
	height: 200px;
	font-family: 'Arial', serif;
    font-size: 14px;
	font-weight: bold;
    color: #000;
	border: 0;
	background-color: transparent;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   padding: 0px;
   padding-top: 5px;
}



A.subbtn:link ,A.subbtn:visited, A.subbtn:active {
display: inline-block;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
font-size: 14px;
background-color: #fff;
color: #666;
margin-right: 5px;
margin-bottom: 10px;
border-radius: 8px;
}
A.subbtn:hover { 
background-color: #86ADDF;	
color: #fff;
}

A.subbtn2:link ,A.subbtn2:visited, A.subbtn2:active {
display: inline-block;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
font-size: 14px;
background-color: #538FDF;
color: #fff;
margin-right: 5px;
margin-bottom: 10px;
border-radius: 8px;
}




A:link, A:visited, A:active {
text-decoration:none;
}


.setupmenubtn {
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
	
}

.setupmenu {
    position: relative;
    display: block;
	float: right;
	margin-right: 35px;
width: 90px;
	height: 90px;
}



.setupmenu:hover {
	background-color: #003D70;
}


.setupmenu-content {
    display: none;
    position: absolute;
	right: 0;
    background-color: #003D70;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 90px;
	 -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.setupmenu-content a, .setupmenu-content .setupmenuadd {
    color: #FFF;
	font-size: 18px;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
}


.setupmenu-content a:hover {background-color: #005AA1; color: #fff;}

.setupmenu:hover .setupmenu-content {display: block;}

.setupmenu:hover .setupmenubtn {background-color: #3e8e41; color: #000;}






.log0 {
	float: right;
	display: block;
	height: 55px;
	width: 55px;
}






A.logout:link ,A.logout:visited, A.logout:active {
	display:block;
	background-image: url(/img/pwr.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
	z-index: 1000;
	height: 90px;
	width: 90px;
	float: right;
	 -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	
	
}
A.logout:hover { 
	background-color: #003D70;
}





A.setupbov:link ,A.setupbov:visited, A.setupbov:active {
	display:block;
	  background-image: url(/img/contrl.svg);
  animation-duration: 300ms;
  animation-timing-function: steps(30);
  animation-fill-mode:forwards;
  background-repeat: no-repeat;
 background-size: 25px;
  background-position: center center;
  cursor: pointer;
  background-clip: content-box;
	height: 90px;
	width: 90px;
	border: 0;
	float: right;
}





.bovenspace2 {
	color: #999;
	display: block;
	margin-top: 20vh;
	margin-bottom: 50px;
	font-family: 'Arial', sans-serif;
	font-weight:300;
	text-align: center;
}



.bovenkop {
	display: block;
	color: #1B8DDD;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight:300;
	text-align: center;
	margin: 0;
	line-height: 120%;
	margin-bottom: 10px;
	padding: 0;
}


.onderkop {
	display: block;
	color: #1B8DDD;
	font-size: 14px;
	font-weight:300;
	text-align: center;
	margin: 0;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 0;
}


.lijn {
border: 0;
border-bottom: 1px solid #ccc;	
}


.bovenkop2 {
	display: block;
	color: #1B8DDD;
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	font-weight:300;
	margin: 0;
	line-height: 120%;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}


.opsomming ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.opsomming ul li {
    background-image: url(/img/vinkje.svg);
    background-repeat: no-repeat;
    background-position: 0px 13px;
	background-size: 18px;
    padding: 5px;
    line-height: 35px;
    padding-left: 60px;
}

.klein {
	font-size: 12px;
	color: #777;
}

.kopje {
	font-size: 24px;
	color: #000;
}


.comment {
display: block;
text-align: left;
padding: 20px;
font-size: 14px;	
}


.btn1 {
display: inline-block;
padding: 6px;
padding-left: 20px;
padding-right: 20px;
background-color: #7db0db;	
margin-right: 5px;	
color: #fff;
font-size: 12px;
}

.btn2 {
display: inline-block;
padding: 6px;
padding-left: 20px;
padding-right: 20px;
background-color: #9d9d9d;	
margin-right: 5px;	
color: #fff;
font-size: 12px;
}






.animatiefade {
   -webkit-animation: animatiefade;
    -moz-animation: animatiefade  ;
    animation: animatiefade  ;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-timing-function:ease;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
	opacity: 0;
  }
  


.betl {
	display: inline-block;
	width: 40px;
	height: 17px;
	padding: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.h1 {
	color: #6E9B56;
	font-size: 36px;
}



.bet1 {
background-image: url(/img/bet1.svg);
}

.bet2 {
background-image: url(/img/bet2.svg);
}

.bet3 {
background-image: url(/img/bet3.svg);
}

.bet4 {
background-image: url(/img/bet4.svg);
}

.bet5 {
background-image: url(/img/bet5.svg);
}

.bet6 {
background-image: url(/img/bet6.svg);
}


.hoogte{
	display: block;
	height: 30vh;
}




 @keyframes animatiefade {
     from { opacity: 0; }
    to { opacity: 1; }

}


.pauze1 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.pauze2 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.pauze3 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    animation-delay: 3.0s;
}




.animatiekader {
	display: block;
	posititon: relative;
	max-widht: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	
	
	text-align: center;
	height: 60px;
}



.animatie {
	display: block;
	position: relative;
	line-height: 120%;
	font-size: 22px;
}



.animatie1 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
animation: animatiefade1 10s infinite;
	opacity: 0;	
}


.animatie2 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
 animation: animatiefade2 10s infinite;
	opacity: 0;	
}


.animatie3 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
 animation: animatiefade3 10s infinite;
	opacity: 0;	
}

.animatie4 {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
animation: animatiefade4 10s infinite;
	opacity: 0;	
}



@keyframes animatiefade1 {
     0% { opacity: 0;  }
	 5% { opacity: 1;  }
	 20% { opacity: 1;  }
	 25% { opacity: 0;  }
	 100% { opacity: 0;  }
}

@keyframes animatiefade2 {
	  0% { opacity: 0;  }
	 25% { opacity: 0;  }
	 30% { opacity: 1;  }
	 45% { opacity: 1;  }
	 50% { opacity: 0;  }
	  100% { opacity: 0;  }
}

@keyframes animatiefade3 {
	  0% { opacity: 0;  }
     50% { opacity: 0;  }
	 55% { opacity: 1;  }
	 70% { opacity: 1;  }
	 75% { opacity: 0;  }
	  100% { opacity: 0;  }
}

@keyframes animatiefade4 {
	 0% { opacity: 0;  }
    75% { opacity: 0;  }
	80% { opacity: 1;  }
	95% { opacity: 1;  }
	100% { opacity: 0;  }
}



A.ktab:link ,A.ktab:visited, A.ktab:active {
	display:inline-block;
	position: relative;
	padding: 8px;
	padding-left: 17px;
	padding-right: 18px;
	background-color: #E2E7E7;
	color: #666;	
	margin-right: 5px;
	font-size: 12px;
	text-decoration: none;
}



A.ktab:hover { 
	background-color: #3273a4;
	color: #fff;
}





A.ktab2:link ,A.ktab2:visited, A.ktab2:active {
	display:inline-block;
	position: relative;
	padding: 8px;
	padding-left: 17px;
	padding-right: 17px;
	background-color: #fff;
	color: #999;
	margin-right: 5px;
	font-size: 12px;
	text-decoration: none;
}



.ktab0 {
	display: block;
	position: relative;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




.formulier1 {
	display: block;
	position: relative;
	max-width: 600px;
	background-color: #fff;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 20px;
}

.formulier2 {
	display: block;
	position: relative;
	max-width: 800px;
	background-color: #fff;
	padding: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-radius: 20px;
}




.bovenzoek {
	max-width: 500px;	
}





.zoeken {
	width: 300px;
	height: 30px;
padding: 5px;
margin: 0px;
border: 0;
font-size: 14px;
color: #333;
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-family: 'Arial', sans-serif;
	text-align: left;
	float: left;
	 text-transform: capitalize;
}

.zoekbtn {
	background-image: url(/img/zoek.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 25px;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 40px;
	width: 40px;
	float: left;
	cursor: pointer;
	  -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.zoekbtn:hover {
background-color: #efefef;
background-position: center center;
}



.sselect4 {
	position: relative;
    display: inline-block;
	height: 40px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Arial', serif;
    color: #333;
    background-color:#efefef;
	border: 0;
	font-size: 14px;
    border-bottom: 0;
    text-align: center;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.sselect4:hover {
	border: 1px solid #166FAC;
}


.sselect5 {
	position: relative;
    display: inline-block;
	height: 40px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	float: right;
	font-family: 'Arial', serif;
    color: #333;
    background-color:#efefef;
	border: 0;
	font-size: 14px;
    border-bottom: 0;
    text-align: center;
		-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.sselect5:hover {
	border: 1px solid #166FAC;
}





.orderkader {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.order1 {
	display: block;
	width: 400px;
	background-color: #fff;
	-webkit-box-shadow: 1px 3px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 3px 14px 0px rgba(0,0,0,0.75);
box-shadow: 1px 3px 14px 0px rgba(0,0,0,0.75);
   -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	padding: 20px;
	padding-top: 40px;
	min-height: 550px;
	padding-bottom: 40px;
	margin: 20px;
	font-size: 14px;
	text-align: center;
	float: left;
	line-height: 200%;
	cursor: pointer;
}


.order1:hover {
width: 290px;
margin: 0px;	
}




.orderkop1 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
	color: #0D2352;
}

.orderbedrag {
		display: block;
	font-size: 44px;
	color: #0D2352;

	margin-top: 40px;
}

.ordermaand {
	font-size: 12px;
		margin-bottom: 60px;
}



a.premiumbtn:link , a.premiumbtn:visited, a.premiumbtn:active  {
	display: inline-block;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #73B515;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}



a.premiumbtn:hover {
	background-color: #1B8DDD;
}







.button2 {
	position: relative;
	display: block;
	padding: 10px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #ED1C24;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;	

}
.button2:hover { 
font-size: 24px;
background-color: #2ccfba;
}




.tabelkader {
display: block;
	
}

.tabelkader2 {
display: block;
	
}


.viewtabel {
	display: table;
	width: calc(100% - 20px);
	table-layout: fixed;
	height: 25px;
	line-height: 25px;
	color: #999;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
		cursor:hand;
		font-size: 12px;
}




a:link div.viewtabel, a:visited div.viewtabel, a:active div.viewtabel  {
	display: table;
	width: calc(100% - 20px);
	table-layout: fixed;
	height: 25px;
	line-height: 25px;
	color: #000;
	padding: 10px;
	font-weight: normal;
		cursor:hand;
		font-size: 14px;
}



a:hover div.kleur2 {
	background-color: #C7C7C7;
}

a:hover div.kleur1 {
	background-color: #C7C7C7;
}




.cel0 {
display:table-cell;
vertical-align:middle;
width: 60px;
}


.cel1 {
display:table-cell;
vertical-align:middle;
width: 30%;
}

.cel2 {
	display:table-cell;
	vertical-align:middle;
	text-align: left;
	width: 40%;

}

.cel3 {
	display:table-cell;
	vertical-align:middle;
	width: 20%;
	text-align: left;
	font-size: 12px;
	color: #888;
}

.cel4 {
	display:table-cell;
	vertical-align:middle;
	width: 200px;
	text-align: left;
	font-size: 11px;
	color: #ccc;
}



.cel5 {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
width: 90px;

}






@media screen and (max-width :990px) { 



.voor {
	display: none;
}

.voorkop {
	display:table-row;
}


.voorextra {
	display:none;
}



.rechtsonder {
	display: none;
}


.animatie {
	font-size: 24px;
}





.tabelkader {
display: block;
overflow-x: scroll;
}


.tabelkader2 {
display: block;
width: 1200px;
}



}