@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800,900&display=swap');

/* BOOTSTRAP OVERRIDES */

body{
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}


.btn-primary {
    color: #fff;
    background-color: #24A4FF;
    border-color: #24A4FF;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #0065F2;
    border-color: #0065F2;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #24A4FF;
    border-color: #24A4FF;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0065F2;
    border-color: #0065F2;
  }
  
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

  .btn-warning {
    color: #212529;
    background-color: #F49849;
    border-color: #F49849;
  }
  
  .btn-warning:hover {
    color: #212529;
    background-color: #ef760e;
    border-color: #ef760e;
  }
  
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #F49849;
    border-color: #F49849;
  }
  
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ef760e;
    border-color: #ef760e;
  }
  
  .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }



/* VALLEI+STROOM Styles */


.bg-blue-gradient{
    background:linear-gradient(106.53deg, #0065F2 0%, #24A4FF 100%);
}
.bg-orange{
    background: #F49849;
}
.bg-light-blue{
    background: rgba(122, 200, 255, 0.1);
}
.bg-light-green{
    background: #F6F9EB;
}

.c-black{
    color: #212121;
}
.c-white{
    color: #fff;
}
.c-orange{
    color: #F49849;
}
.c-green{
    color:#56AB2F;
}

.font1
{
  font-weight:600;
}
.font2
{
  font-weight:700;
}
.font3
{
  font-weight:800;
}
.font4
{
  font-weight:900;
}
.font-size1{
  font-size: 20px;
}
.font-size2{
  font-size:10px;
}
.font-size3{
  font-size:5px;
}

.fa-check-circle{
    color:#56AB2F;
}


.badge
{
  border-radius: 4px;  
  position: relative;  
  top: -20px;

  
}
@media (max-width: 767px) {
  .badge{
    display:none;
  }
}

@media (min-width: 767px) {
  .rekken{
    margin-top:-110px;
  }
}

@media (min-width: 767px) {
  .stretch{
    margin-top:-170px;
  }
}
.stretch
{

  z-index:1;
}

.blauw
{
  min-height:550px;
}

.blue {
  min-height:750px;
  display:none;
}

.complete {
  min-height:685px;
}

.succes{
  border-radius:4px;
}

.fa-check
{
  font-size:160px;
  color:#BBD15D;
}
.fa-thumbs-up
{
  font-size:160px;
  color:#BBD15D;
}

.card-header
{
    background-color:#fff;
}

.nav-pills .nav-link.active
{
    background-color:rgba(158, 216, 255, 0);;
}

.nav-link{
  margin-left:40px;
  margin-top:-40px;
}

.card-header
{
  border-bottom: #fff;
}


.form-control
{
  height:50px;
  border-radius:2px;
}

.knop
{
  height:50px;
}

.btnform
{
  height:60px;
}

.succes
{
  background-color:#fff;
}

.fa-check-circle
{
  color:#56AB2F;
}

.pop
{
  font-size:40px;
}

@media (min-width: 992px) {
  .aimg{
    background-color: #F6F9EB;
    background-image: url(../img/man.png);
    background-repeat: no-repeat;
    background-position: left 45px bottom 0px;
    min-height:650px;
  }
}

.st0{fill:#FFFFFF;}

.st2{fill:#F4984A;}
.st1{fill:#57AC32;}








.multi-steps > li.active:before, .multi-steps > li.active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.active:after, .multi-steps > li.active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  position: relative;
  color: #F49849;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0px 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #F49849;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #F49849;
  position: absolute;
  top: 16px;
  left: 4%; /* lijntje*/
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.active:before {
  background-color: #fff;
  border-color: #F49849;
}
.multi-steps > li.active ~ li {
  color: #808080;
}
.multi-steps > li.active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
