/* CSS Document */
input[type="checkbox"][id^="cb"] {
  display: none;
}


*{
  box-sizing: border-box;
}



.steps {
  width: 100%;
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  padding: 24px 0px 0px 0px;
  position: relative;
  margin: auto;
}

/* de lijn als eerste 
.steps::before {
  content: '';
  position: absolute;
  top: 0;
  height: 24px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: calc(50px / 2);
  z-index: 1;
}
*/
/* de laatste bol 

.steps::after {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 5px 0px var(--primary-color);
  border-radius: 15px;
  left: calc(50px / 2);
  bottom: 24px;
  transform: translateX(-45%);
  z-index: 2;
}
*/
.step {
  padding: 5px 0px 6px 10px;
	/*origineel padding: 0 20px 24px 50px;*/
  position: relative;
  transition: all 0.4s ease-in-out;
  background-color: #FFF;
}

/* de bollen 

.step::before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: rgb(198, 198, 198);
  border-radius: 15px;
  left: calc(50px / 2);
  transform: translateX(-45%);
  z-index: 2;
}
*/
/* de lijn 
.step::after {
  content: 'v';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgb(198, 198, 198);
  left: calc(50px / 2);
  top: 0;
  z-index: 1;
}
*/
.step.minimized {
  background-color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}

.header {
  user-select: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.subheader {
  user-select: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.step-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}

.step.minimized > .step-content {
  height: 0px;
}

.step-content.one {
  height: 152px;
  width: 100%;
}

.step-content.two {
  height: 315px;
  width: 100%;
}

.step-content.three {
  height: 360px;
  width: 100%;

}.step-content.four {
  height: 470px;
  width: 100%;

}
.step-content.five {
  height: 520px;
  width: 100%;

}
/*
.next-btn {
  position: absolute;

  top: 90%;
  left: 70%;
  border: 0;
  padding: 5px 5px ;
  border-radius: 2px;

  background-color: rgba(208, 95, 0, 0.6);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

*/

.selecteren-btn {

  position: absolute;
 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  top: 130px;
  left: 50%;
  border: 0;
  padding: 3px ;
  border-radius: 3px;
  background-color: rgba(208, 95, 0, 0.6);
  /*box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);*/
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 95%;
	height: 26px;
	cursor: pointer;
	text-align: center;
}

.selecterentwee-btn {

 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 0;
  padding: 3px ;
  border-radius: 3px;
  background-color: rgba(208, 95, 0, 0.6);
  /*box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);*/
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 95%;
	height: 26px;
	cursor: pointer;
	text-align: center;
}

.close-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: rgb(255, 0, 255);
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
  color: #FFF;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  transform: translate(-50%, -50%);
	vertical-align: bottom;
}

/* Irrelevant styling things */
.close-btn:hover {
  background-color: rgba(255, 0, 255, 0.6);
}

.close-btn:focus {
  outline: 0;
}
/*
.next-btn:hover {
  background-color: rgba(208, 95, 0, 1.0);
}
*/
.selecteren-btn:hover {
  background-color: rgba(208, 95, 0, 1.0);
}
.selecteren-btn:focus {
  outline: 0;
}
/*
.next-btn:focus {
  outline: 0;
}*/

.step.minimized:hover {
  background-color: rgba(0, 0, 0, 0.06);
}




label {

  border: 1px solid #F4F4F4;
  padding: 10px 0px 10px 10px;
  display: block;
  position: relative;
  margin: 0px 0px 10px 0px ;
  max-width:  97%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label::before {

  /* background-color: white;
  color: #d05f00;
  content: "✓";
  display: block;
  border-radius: 50%;
  border: 0px solid grey;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition-duration: 0.4s;
  transform: scale(0);*/
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
 
}
imagefloat {
	float: right;
}

p.titel {
	 margin-top: 0.0em; margin-bottom: 0em; 
}
.titel {
	
  user-select: none;
	padding: 0;
	top: -10px;
  font-size: 16px;
  font:bold;
	 font-family: 'Varela Round';
  color: rgba(0, 0, 0, 0.6);
}
p.subtitel {
	 margin-top: 0.2em; margin-bottom: 0em; 
}
.subtitel {
  user-select: none;
	 font-family: 'Varela Round';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

div.doosje {
	max-width: 97%;
	padding: 0px 0px 1px 0px;
  overflow: auto;
	font-size: 10px;
	 font-family: 'Varela Round';
	line-height: normal;
	height: 130px;



}
subtitel.ul{
	margin-left:100px;
}

div.doosjetwee {
	max-width: 97%;
	padding: 0px 0px 1px 0px;
  overflow: auto;
	font-size: 10px;
	 font-family: 'Varela Round';
	line-height: normal;
	height: 150px;

}

div.doosjedrie {
	max-width: 97%;
	padding: 0px 0px 1px 0px;
	font-size: 10px;
	 font-family: 'Varela Round';
	line-height: normal;
	min-height: 100%;

}
div.doosjeeen {
	max-width: 97%;
	padding: 0px 0px 1px 0px;ze
  overflow: auto;
	font-size: 10px;
	 font-family: 'Varela Round';
	line-height: normal;
	height: 70px;

}
.subtitel klein {
  user-select: none;
	 font-family: 'Varela Round';
  font-size: 12px;
	line-height: 12px !important;
  color: rgba(0, 0, 0, 0.4);
}
.doosjetwee.ul{
	margin-left:100px;
}
.img1 {
  float: left;
	padding: 0px 5px 0px 0px;
}


:hover+label {
	transition: border-color 0.3s ease-in-out;
	 border-color: #d05f00;d05f00
	
}


:checked+label {
  border-color: #d05f00;
  shape-outside: border-box;

}

:checked+label:hover {
  transition: border-color 0.3s ease-in-out;
	border-color: rgba(208, 95, 0, 0.4);
  shape-outside: border-box;

}
:checked+label:hover #selecteren_bar::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_bar:after {
content: 'Toevoegen € 250,-';
}

:hover+label #selecteren_bar {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_bar {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_bar:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

#selecteren_inrichting:after {
content: 'Draaien';
}

:hover+label #selecteren_inrichting {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_inrichting {
  background-color: rgba(208, 95, 0, 0.4);
	
}


:checked+label:hover #selecteren_kraan::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_kraan:after {
content: 'Toevoegen € 1.200,-';
}

:hover+label #selecteren_kraan {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_kraan {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_kraan:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}



:hover+label #selecteren_quookerstandaard {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_quookerstandaard {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_quookerstandaard:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_quookerstandaard::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_quookerstandaard:after {
content: 'Toevoegen € 2.220,-';
}
:checked+label #selecteren_quookerstandaard:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:hover+label #selecteren_quookercube {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_quookercube {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}

:checked+label #selecteren_quookercube:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_quookercube::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_quookercube:after {
content: 'Toevoegen € 3.420,-';
}
:hover+label #selecteren_quookercube {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_quookercube {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_quookercube:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_ladeblokklein::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_ladeblokklein:after {
content: 'Toevoegen € 1.250,-';
}

:hover+label #selecteren_ladeblokklein {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_ladeblokklein {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_ladeblokklein:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}


:checked+label:hover #selecteren_bbq_greenegg::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_bbq_greenegg:after {
content: 'Toevoegen € 1.450,-';
}

:hover+label #selecteren_bbq_greenegg {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_bbq_greenegg {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_bbq_greenegg:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_bbq_bastard::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_bbq_bastard:after {
content: 'niet beschikbaar';
}

:hover+label #selecteren_bbq_bastard {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_bbq_bastard {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_bbq_bastard:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_bbq_zelf::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_bbq_zelf:after {
content: 'Selecteren';
}

:hover+label #selecteren_bbq_zedlf {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_bbq_zelf {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_bbq_zelf:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}


:checked+label:hover #selecteren_installatie::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_installatie:after {
content: 'Laten installeren voor € 750,-';
}

:hover+label #selecteren_installatie {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_installatie {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_installatie:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

:checked+label:hover #selecteren_afleveren::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_afleveren:after {
content: 'laten afleveren in de prijs inbegrepen';
}

:hover+label #selecteren_afleveren {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_afleveren {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_afleveren:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}
:checked+label:hover #selecteren_ladeblokgroot::after{
  background-color: rgba(208, 95, 0, 0.4);
 font-family: "Font Awesome 5 Free";
	content: "\f2ed";


}
#selecteren_ladeblokgroot:after {
content: 'Toevoegen € 1.600,-';
}

:hover+label #selecteren_ladeblokgroot {
	background-color: rgba(208, 95, 0, 1.0);
	
}
:checked+label #selecteren_ladeblokgroot {
  background-color: rgba(208, 95, 0, 0.4);
	  transition: all 0.5s ease-in-out;
	 width: 15%;
}
:checked+label #selecteren_ladeblokgroot:after {

 font-family: "Font Awesome 5 Free";
	content: "\f2ed";

}

.extra-hoogte {

  margin-top: 19px;
	
}
.special {
	position: absolute;
	/*right: calc(20% - 100px);*/
	

}
.doorschijn {
	background-color: rgba(255,255,255,0.60);	
	margin: 30px 0px 0px 0px;
}
:checked+label::before {
  /*content: "✓";
  transform: scale(1);
	position: relative;
    left: 10px;
    top: 10px;
    width: 1.2em;
    height: 1.2em;
    background: #d05f00;
    border-radius: .3em;*/
    /*box-shadow:  0 0px 3px; */
	z-index: 1;
}
/*
:checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}*/
.knop {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 5px 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.knop-primary {
  background-color: #d05f00;
	  
}

.btn-primary:hover {
  background-color: #d05f00;
}

.btn-primary:focus {
  background-color: #d05f00;
  color: white;
}

.btn-primary:active {
  background-color: #d05f00 !important;
}

.input-adres[type=text] {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-family: 'Varela Round';
	color: #d05f00;
	margin: 10px 0px;

}
.input-adres[type=text]:focus {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	margin: 10px 0px;


}
.input-adres[type=text]:valid {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px ;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	 background: url("../img/check.svg");
     background-size: 20px;
     background-repeat: no-repeat;
     background-position: 2px 4px;
	margin: 10px 0px;

}

.input-pass[type=password] {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-family: 'Varela Round';
	color: #d05f00;
	margin: 10px 0px;

}
.input-pass[type=password]:focus {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	margin: 10px 0px;


}
.input-pass[type=password]:valid {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px ;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	 background: url("../img/check.svg");
     background-size: 20px;
     background-repeat: no-repeat;
     background-position: 2px 4px;
	margin: 10px 0px;

}

.input-adres-notreq[type=text] {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-family: 'Varela Round';
	color: #d05f00;
	margin: 10px 0px;

}
.input-adres-notreq[type=text]:focus {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	margin: 10px 0px;
}
.input-adres[type=email] {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-family: 'Varela Round';
	color: #d05f00;
	margin: 10px 0px;

}
.input-adres[type=email]:focus {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
	margin: 10px 0px;

}
.input-adres[type=email]:valid {
	width: 400px;
    max-width: 100%;
	padding: 4px 30px;
	border: none;
	border-bottom: 1px solid #d05f00;
	font-family: 'Varela Round';
	color: #d05f00;
	outline: none;
    background: url("../img/check.svg");
     background-size: 20px;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: 2px 4px;
	margin: 10px 0px;
}

.btn-adres{
	  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
	width: 400px;
    max-width: 100%;
	border: none;
	background-color: #d05f00;	
	color: #FFFFFF;
	border-radius: 4px;


}
.btn-adres:hover{
	  padding: 1.25rem 2rem;
	width: 400px;
    max-width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #d05f00;
	font-family: 'Varela Round';
	transition: all 0.4s ease-in-out;
	text-align: center;
		border-radius: 4px;

	
}
.adres-beneden {
	
	padding: 15px 0 0 0;
}
@media (max-width: 720px) {
  .adres-beneden {
    padding: 15px 15px 0 0;
  }
.customblue-select {
  position: relative;
  font-family: 'Varela Round';

}

.customblue-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #FFFFFF;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #d05f00 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #d05f00 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #d05f00;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.kort{
	width: 100px !important;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}