span.beb3dtitel {
  font-weight: bold;
  font-size: 20px;
  line-height: 49px;
  margin-bottom: 20px;
  display: block;
}
span.beb3dtitel img {
  margin-right: 13px;
  float: left;
}

div.beb3dblok {
	border-bottom:1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

label.beb3dlabel {
  width: 193px;
  height: 118px;
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
}
label.beb3dlabel img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
label.beb3dlabel span {
  height: 52px;
  width: 52px;
  display: none;
  border-radius: 100%;
  background-color: #fe6b01;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
  background-image: url(./beb3d-check.png);
  background-repeat: no-repeat;
  background-position: center;
}
label.beb3dlabel input[type=checkbox]:checked ~ span{
	display:inline-block;
}

#wrap_Inputfield_applicaties {
	display: none;
}

#wrap_Inputfield_nieuwsbrief {
	margin-bottom: 0.5em;
}

#wrap_Inputfield_nieuwsbrief > label {
	display: none;
}

#wrap_Inputfield_informatie > label {
	display: none;
}
