.form-block{
  display:block;
  width: calc(100%);
  max-width: 1100px;
  margin:0 auto;
  margin-top:-150px;
  margin-bottom: 150px;
  background:#fff;

  position: relative;
  min-height: 400px;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0,0,0,.1);
  padding: 40px;
}

.form-header{
  display:block;
  width: calc(100%);
  height: 300px;
  position: relative;
  text-align: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-header .logo{
  display:inline-block;
  vertical-align: middle;
  height: 150px;
  background:#fff;
  border-radius: 0 0 4px 4px;
  padding:30px;
  box-shadow: 0 20px 20px rgba(0,0,0,.3);
  margin-top:-20px;
}
.form-header .logo>img{
  display:block;
  height: calc(100%);
}
.form-content{
  display:block;
  margin-top:40px;
}
.form-content .pre-hint{
  display:block;
  line-height: 20px;
  color:#5b5b5b;
  padding-bottom: 40px;

  border-bottom: solid 1px #efefef;
}
.form-content .form{
  display:block;
  margin-top:20px;
}


.form-content .form .input{
display:block;
margin-bottom:20px;
}
.form-content .form .input:last-child{
margin-bottom:0;
}
.form-content .form .input .hint{
display:block;
text-transform: uppercase;
color:#888;
font-size:12px;
font-weight: bold;
}
.form-content .form .input .item{
display:block;
margin-top:10px;

color:#864099;
}

.form-content .form .separator{
display:block;
background:#e5e5e5;
height: 1px;

margin-top:40px;
margin-bottom:40px;
}
.form-content .form .input input[type='text'], .form-content .form .input select, .form-content .form .input textarea{
display:block;
margin-top:5px;
background:#f2f2f2;
resize:none;
}
.form-content .form .input .check{
display:block;
position: relative;
margin-bottom: 10px;
}
.form-content .form .input .radio{
display:inline-block;
vertical-align: middle;
margin-right: 36px;
position: relative;
}
.form-content .form .input input[type='radio'], .form-content .form .input input[type='checkbox']{
display:inline-block;
vertical-align: middle;
width:24px;
height: 24px;
background:#f2f2f2;
position: relative;
border:0;
}
.form-content .form .input input[type='radio']:checked, .form-content .form .input input[type='checkbox']:checked{
  border-radius: 50%;
}
.form-content .form .input input[type='radio']:checked::before, .form-content .form .input input[type='checkbox']:checked::before{
display:inline-block;
vertical-align: middle;
content:"";
width:20px;
height: 20px;
background:#ee7c1b;

position: absolute;
top:2px;
left:2px;
border-radius:50%;
}
.form-content .form .input label{
display:inline-block;
vertical-align: middle;
margin-left:6px;
color: #5b5b5b;
font-size: 13px;

max-width: calc(100% - 35px);
}
.form-content .form .input label>a{
  color:#ee7c1b;
  text-decoration: underline;
}
.form-content .form .input .full{
width:calc(100%);
}
.form-content .form .input-twin{
display:block;
margin-bottom:20px;
}
.form-content .form .input-twin .input{
display:inline-block;
vertical-align: middle;
width:calc(50% - 10px);
margin-bottom:0;
}
.form-content .form .input-twin .input:first-child{
margin-right:16px;
}
.value-floater{
  display: inline-block;

  vertical-align: top;
  width: calc(50% - 10px);
  margin-bottom: 0;
  background:#f9f9f9;
  min-height: 200px;
  border:dashed 2px #e5e5e5;
  position: relative;
  padding:30px;

  z-index: 3000;
}
.value-floater .thumb{
  display:none;
}
.value-floater .header{
  display:block;
  font-weight: bold;
  font-size:22px;
}
.value-floater .content{
  display:block;
  margin-top:20px;
  min-height: 150px;
}
.value-floater .calc-item{
  display:block;
  margin-bottom: 15px;
}
.value-floater .calc-item>section{
  display:inline-block;
  vertical-align: middle;
  width:calc(70%);
  margin-right: -4px;
}

.value-floater .calc-item>section:last-child{
  text-align: right;
  width:calc(30%);

  font-weight: bold;
}
.value-floater .total-costs{
  display:block;
  margin-top:20px;
  padding-top:20px;
  border-top:solid 1px #e5e5e5;
}
.value-floater .total-costs>section{
  display:inline-block;
  vertical-align: middle;
  width:calc(50%);
  margin-right: -4px;
}

.value-floater .total-costs>section:last-child{
  text-align: right;

  font-weight: bold;
  font-size:20px;
  color:#ee7c1b;
  white-space: nowrap;
}
.value-floater .rtotal-korting{
  display:block;
  margin-top:10px;
}
.value-floater .rtotal-korting>section{
  display:inline-block;
  vertical-align: middle;
  width:calc(50%);
  margin-right: -4px;
}

.value-floater .rtotal-korting>section:last-child{
  text-align: right;
  color:#5b5b5b;
  font-weight: bold;
}
.value-floater .rtotal-costs{
  display:block;
  padding-top:20px;
  border-top:solid 1px #e5e5e5;
  margin-top:20px;
}
.value-floater .rtotal-costs>section{
  display:inline-block;
  vertical-align: middle;
  width:calc(50%);
  margin-right: -4px;
}

.value-floater .rtotal-costs>section:last-child{
  text-align: right;

  font-weight: bold;
  font-size:20px;
  color:#ee7c1b;
}
.value-floater .korting{
  display:none;
}

.form-options{
  display:block;
  padding-top:40px;
  border-top:solid 1px #e5e5e5;
  margin-top:40px;

  text-align: right;
}
.form-options>a{
  display:inline-block;
  vertical-align: middle;

  padding:8px 12px;
  background:#4b4b4b;
  color:#fff;
  border-radius: 4px;
  margin-left: 6px;
}
.form-options>a.true{
  background:#ee7c1b;
}

.captcha{
  display:inline-block;
  vertical-align: middle;

  padding:20px;
  border:dashed  1px #efefef;

  white-space: nowrap;
}
.captcha .cinput{
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  height: 40px;
}
.captcha .cinput input{
  height: 40px;
  margin-top:0 !important;
  line-height: 38px;
  border-color:#ee7c1b !important;
}
.captcha .image{
  display:inline-block;
  vertical-align: middle;
  margin-right: -4px;
  height: 40px;
}
.captcha .image>img{
  display: block;
  height:calc(100%);

}


@media all and (max-width: 900px){



	.form-content .form .input-twin .input{
		display:block;
		width:calc(100%);
    margin-bottom: 20px;
	}
  .form-content .form .input .radio{
    display:block;
		width:calc(100%);
    margin-bottom: 10px;
  }
  .form-block{
    margin-top:-300px;
  }
  .value-floater{
    position: fixed;
    bottom: 50%;
    margin-bottom: -200px;

    left:calc(100%);
    width:calc(100% - 40px);

    transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
  }
  .value-floater:not(.show) .thumb{
    left:-80px;
  }
  .value-floater.show{
    left:20px;
  }
  .form-header .logo{
    height: auto;
    max-width:calc(100%);
  }
  .form-header .logo>img{
    width: calc(100%);
  }

  .value-floater .thumb{
    display:inline-block;

    position: absolute;
    bottom: -30px;
    left:-20px;


    width:80px;
    padding:15px 0;
    text-align: center;
    font-family: "FontAwesome";
    font-size:20px;

    background:#ee7c1b;
    color:#fff;
  }
  .form-header .logo{
    box-shadow: none;
    border-radius: 0;
  }


}


@media all and (max-width: 500px){

  .captcha{
    display:block;
    width:calc(100%);
  }
  .captcha .image{
    display:block;
    height: auto;
    width:calc(100%);
  }
  .captcha .image>img{
    height: auto;
    width:calc(100%);
  }
  .captcha .cinput{
    display:block;
    width: calc(100%);
  }

}
