body {
  font-family: Ubuntu, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f2efdd;
  background-image: url(images/bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 250% auto; }

.bgcolorsucces{
    background:#7b2ae0;}

.bgcolorsucceselement{
    background:#f2efdd;}

.fade.ng-enter {
  transition: 0.08s linear all;
  opacity: 0; }

.fade.ng-enter.ng-enter-active {
  opacity: 1; }

.fade.ng-leave {
  transition: 0.08s linear all;
  opacity: 1; }

.fade.ng-leave.ng-leave-active {
  opacity: 0; }

.fade {
  opacity: 1;
  display: block; }

h1 {
  font-size: 50px;
  font-weight: 700;
  color: #7b2ae0;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0; }

h2 {
  font-size: 30px;
  font-weight: 700;
  color: #7b2ae0;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0; }

p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #71634f;
  margin: 0; }

.buttonBg {
  font-weight: 700;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #7b2ae0;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px; }

.buttonBg:hover, .buttonBg:active, .buttonBg:focus {
  color: #ffffff;
  text-decoration: none; }

.buttonBg img {
  position: relative !important;
  top: -2px;
  margin-right: 3px; }

.intro {
  padding: 50px 0 65px 0;
  position: relative; }
 
.intro > div{z-index: 5;}

.intro img {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0; }

.fullBg {
  background: #7b2ae0;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px; }
  .fullBg h2, .fullBg p {
    color: #ffffff;
    font-style: normal; }
  .fullBg h2 {
    line-height: 35px;
    margin-bottom: 10px; }
  .fullBg .fullTekstL {
    padding-right: 30px; }
  .fullBg .fullTekstR {
    padding-left: 30px; }

.man {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  bottom: 0;
  width: 100%;
z-index: 10;}

.hideMan {
  background: #f2efdd;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 15; }

.calcBg {
  position: relative;
  z-index: 15;
  background: #ffffff;
  padding: 80px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .calcBg h2 {
    color: #71634f;
    margin: 0; }

label {
  font-size: 18px;
  font-weight: 700;
  color: #7b2ae0;
  line-height: 10px;
  margin-bottom: 20px;
  margin-top: 25px;
  display: block;
  line-height: 20px; }

.subLabel {
  color: #71634f;
  font-weight: 300;
  font-style: italic; }
  .subLabel span {
    color: #7b2ae0; }

.subLabelTop {
  margin-top: 0; }

.formToelichting {
  font-size: 12px;
  color: #7b2ae0;
  font-style: normal;
  margin-top: 10px; }

input {
  background: #7b2ae0;
  padding: 12px 15px 15px 15px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  border: 0;
  outline: none;
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.rodeInput {
  color: #ffffff;
  background: #ef745c; }

.calcFooter {
    z-index: 100;
    position: relative;
    padding: 40px 0px;
    background: #7b2ae0;
    border-radius: 5px; }

.calcFooter p{
    text-align: center;
   color: #FFF;
    margin: 0px auto 30px;
    width: 50%;}

.calcFooter button {
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  display: block;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 8px;
  width: auto;
  margin: auto;
  padding: 19px 36px 22px 36px; }

.calcFooter button img {
  position: relative;
  margin-top: -3px;
  margin-right: 15px; }

.soort input {
  margin: auto;
  width: auto; }
.soort label {
  margin: 0; }
  .soort label p {
    display: block;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    margin: 10px 0px;
    color: #7b2ae0; }
.soort img {
  display: block;
  margin: auto;
  position: absolute;
  width: auto;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.calcFooter img {
    position: absolute;
    z-index: 25;
    width:18vw;
    max-width: 300px;
    height: auto;
    bottom: 0;
    right: 0; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    font-size: 14px;
    font-weight: 400; }
    input[type="radio"] + label span {
      display: block;
      width: 21px;
      height: 21px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 50%;
      border: 5px solid #ededed;
      transition: background-color 0.1s linear;
      margin: auto; }
    input[type="radio"] + label p {
      color: #d0d0d0; }
  input[type="radio"]:checked + label span {
    border: 5px solid #7b2ae0;
    transition: border 0.1s linear; }
  input[type="radio"]:checked + label p {
    color: #7b2ae0;
    transition: color 0.1s linear; }

.imgWrap {
  height: 95px;
  position: relative;
  margin: auto; }

.taxatieWaarde {
  display: none; }

input::-webkit-input-placeholder {
  color: #9e5fec; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e5fec; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e5fec; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e5fec; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e5fec; }

.rodeInput::-webkit-input-placeholder {
  color: #ffbaad; }

.rodeInput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffbaad; }

.rodeInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffbaad; }

.rodeInput:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffbaad; }

.rodeInput:-moz-placeholder {
  /* Firefox 18- */
  color: #ffbaad; }

.formGroup {
  margin-top: 20px; }

.disclaimer {
  padding-top: 50px;
  padding-bottom: 50px; }

.disclaimer p {
  font-size: 13px;
  color: #71634f;
  margin: auto;
  text-align: center;
  line-height: 20px;
  max-width: 1000px; }

.keuzeWrap {
  overflow: hidden; }

.error-melding, .succes-melding {
  border-radius: 5px;
  background: #ef745c;
  color: #ffffff;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: 15px; }

.succes-melding {
  background: #7b2ae0; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + .keuze {
    font-size: 14px;
    background: #ededed;
    width: 90px;
    height: 57px;
    border-radius: 5px;
    float: left;
    margin-top: 0;
    margin-right: 8px; }
    input[type="radio"] + .keuze p {
      color: #d0d0d0;
      margin-top: 18px;
      text-align: center;
      font-weight: 400; }
  input[type="radio"]:checked + .keuze {
    background: #7b2ae0;
    border: 0px;
    transition: background 0.1s linear; }
  input[type="radio"]:checked + .keuze p {
    color: #ffffff;
    transition: color 0.1s linear; }




@media (min-width: 1200px) {
  body {
    background-size: auto; } 
    
        .intro{padding: 50px 65px;}

}




@media (max-width: 1200px) {
/*
  .intro img {
    height: 310px; }*/ 
    .intro{padding: 50px 0 65px;}
}





@media (max-width: 992px) {
    
.intro{padding: 50px 0 295px;}
    
  .man {
    display: none; }

  .fullBg .fullTekstL, .fullBg .fullTekstR {
    padding-right: 15px;
    padding-left: 15px; }

  .fullBg .fullTekstL {
    margin-bottom: 35px; }

  .fullBg {
    padding-top: 70px;
    padding-bottom: 70px; }

  .intro img {
/*    height: 170px;*/
    z-index:0;}

  .calcBg {
    padding: 50px; }

  .calcFooter img {
/*    height: 185px; } */}
    
    
    
    
    
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px; }
    
.calcFooter p{
    width: 80%;}
    
  .intro {
    padding: 50px 0px 50vw 0px; }
    .intro > img {
        right:auto;
        left:auto;
        width: 100%;
/*
      z-index: -1;
      height: 200px; */}


  .calcBg {
    padding: 30px; }

  .calcFooter img {
    display: none; } }

/*# sourceMappingURL=style.css.map */
