﻿.offerte-head {
  padding: 180px 0 60px;
  background: linear-gradient(348.86deg, #092357 8.22%, #144CBD 89.02%);
  border-radius: 0px 0px 20px 20px;
  color: #fff;
}
.offerte-head .text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.offerte-head .quest-tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  counter-reset: section;
}
.offerte-head .quest-tabs li {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.offerte-head .quest-tabs li b {
  font-weight: normal;
}
.offerte-head .quest-tabs li.past {
  opacity: 0.5;
}
.offerte-head .quest-tabs li.past:before {
  background: #fff;
  font-weight: bold;
  color: #092357;
}
.offerte-head .quest-tabs li.active {
  font-weight: bold;
}
.offerte-head .quest-tabs li.active:before {
  background: #fff;
  font-weight: bold;
  color: #092357;
}
.offerte-head .quest-tabs li:not(:last-child):after {
  content: "";
  position: relative;
  right: 0;
  background: #fff;
  height: 1.5px;
  display: inline-block;
  width: 25px;
  margin: 0px 13px 0 8px;
  top: -4px;
}
.offerte-head .quest-tabs li:Before {
  counter-increment: section;
  content: counter(section);
  height: 35px;
  width: 35px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  display: block;
  position: absolute;
  color: #fff;
  background: transparent;
  text-align: center;
  line-height: 32px;
}

.offertepage {
  position: relative;
  width: 100%;
  padding: 75px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #fff;
}
.offertepage .closeFilters, .offertepage .mobile, .offertepage .title {
  display: none;
}
.offertepage .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto auto 0;
  color: #fff;
}
.offertepage .wrapper svg {
  max-width: 150px;
  height: auto;
  margin: 20px auto 0;
}
.offertepage .wrapper .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.offertepage .wrapper .step.step3 .radia-custom li {
  max-width: calc(30% - 10px);
}
.offertepage .wrapper .step.step1 .radio-custom li {
  max-width: calc(20% - 10px);
}
.offertepage .wrapper .step.step1 .radio-custom li input:checked + label {
  font-weight: bold;
  background: transparent;
}
.offertepage .wrapper .step.step1 .radio-custom li input:checked + label:before {
  border: 2px solid #092357;
}
.offertepage .wrapper .step.step1 .radio-custom li label {
  border-radius: 0;
  border: none !important;
  padding: 0;
}
.offertepage .wrapper .step.step1 .radio-custom li label:before {
  content: "";
  position: relative;
  width: 100%;
  height: 170px;
  display: block;
  background-position: center;
  background-size: 80%;
  background-color: #EEF7FF;
  border-radius: 10px;
  border: 2px solid transparent;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.offertepage .wrapper .step.step1 .radio-custom li:nth-child(1) label:before {
  background-image: url(/Resources/img/zoekopdracht/stap1/compact.png);
}
.offertepage .wrapper .step.step1 .radio-custom li:nth-child(2) label:before {
  background-image: url(/Resources/img/zoekopdracht/stap1/middelgrote.png);
}
.offertepage .wrapper .step.step1 .radio-custom li:nth-child(3) label:before {
  background-image: url(/Resources/img/zoekopdracht/stap1/grote.png);
}
.offertepage .wrapper .step.step1 .radio-custom li:nth-child(4) label:before {
  background-image: url(/Resources/img/zoekopdracht/stap1/personen.png);
}
.offertepage .wrapper .btn-row {
  align-self: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.offertepage .wrapper .btn-row .btn-default, .offertepage .wrapper .btn-row .btn-prev {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #fff;
  font-weight: 500;
  padding: 13px 25px;
  min-width: 275px;
  background: #1F9E5B;
  margin: 0px 5px;
}
.offertepage .wrapper .btn-row .btn-prev {
  background: #EEF7FF;
  color: #092357;
}
.offertepage .wrapper .title {
  color: #222222;
}
.offertepage .wrapper .inner {
  margin: auto;
  width: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
}
.offertepage .wrapper .inner .form .text {
  text-align: left;
  color: #222222;
  margin: 0 0 25px;
  max-width: 750px;
}
.offertepage .wrapper .inner .form .text h5 {
  font-size: 35px;
  display: block;
  font-weight: 700;
  color: #092357;
  margin-bottom: 15px;
}
.offertepage .wrapper .inner .form .checkbox label a {
  color: #092357;
}
.offertepage .wrapper .inner .form .btn-default {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #092357;
  background: #fff;
  font-weight: bold;
  padding: 12px 25px;
  margin: 25px 0 0;
  background: #1F9E5B;
  color: #fff;
  min-width: 250px;
}
@media only screen and (min-width: 768px) {
  .offertepage .wrapper .inner .form .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .offertepage .wrapper .inner .form .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.offertepage .wrapper .inner .form .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.offertepage .wrapper .inner .form .btn-default.loading:before {
  background-image: url("/Resources/img/spinner.svg") !important;
  background-size: contain !important;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.offertepage .wrapper .inner .form .form-group {
  /* display: block;
  margin: 0 auto;*/
  max-width: 450px;
}
.offertepage .wrapper .inner .form .form-group h5 {
  font-size: 35px;
  display: block;
  font-weight: 700;
}
.offertepage .wrapper .inner .form .form-group .help-block {
  text-align: left;
}
.offertepage .wrapper .inner .form .form-group label {
  color: #222222;
  text-align: left;
}
.offertepage .wrapper .inner .question-title {
  margin: 0 auto 40px !important;
  color: #092357;
  font-weight: 500;
  display: block;
  font-size: 16px;
}
.offertepage .wrapper .inner .question-title h5 {
  font-size: 35px;
  display: block;
  font-weight: 700;
}
.offertepage .wrapper .inner .form-group.max-width {
  max-width: 450px;
  margin: 0 auto 25px;
}
.offertepage .wrapper .inner .form-group.max-width label {
  color: #092357;
  font-weight: 600;
  text-align: left;
}
.offertepage .wrapper .inner .filterList {
  display: block;
  column-count: 4;
  column-gap: 10px;
  margin: 0 auto;
}
.offertepage .wrapper .inner .filterList label {
  height: calc(100% - 5px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #DBDBDB;
  text-align: center;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  position: relative;
  font-family: inherit;
}
.offertepage .wrapper .inner .filterList label small {
  color: #656565;
  opacity: 0.7;
  margin-left: 5px;
}
.offertepage .wrapper .inner .filterList input {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.offertepage .wrapper .inner .filterList input:checked + label {
  font-weight: bold;
  background: #EEF7FF;
}
.offertepage .wrapper .inner .filterList input img {
  max-width: 100%;
  align-self: center;
}
.offertepage .wrapper .inner .radio-custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.offertepage .wrapper .inner .radio-custom li {
  width: 100%;
  margin: 0px 5px 5px;
  max-width: fit-content;
}
.offertepage .wrapper .inner .radio-custom li label {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #DBDBDB;
  text-align: center;
  color: #222222;
  display: block;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  position: relative;
  min-width: 250px;
  font-family: inherit;
}
.offertepage .wrapper .inner .radio-custom li input {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.offertepage .wrapper .inner .radio-custom li input:checked + label {
  font-weight: bold;
  background: #EEF7FF;
}

@media only screen and (max-width: 1200px) {
  .offerte-head {
    padding: 25px 0;
  }
  .offerte-head .text h1 {
    font-size: 30px;
  }
  .offerte-head .quest-tabs li {
    flex: 0 0 50%;
    padding: 10px 10px 12px 50px;
  }
  .offerte-head .quest-tabs li:not(:last-child) {
    margin-bottom: 10px;
  }
  .offerte-head .quest-tabs li:after {
    display: none !important;
  }
  .offertepage {
    margin-top: 0;
    min-height: initial;
    padding: 30px 0;
  }
  .offertepage .quest-nav .quest-tabs {
    justify-content: center;
    margin-top: 50px;
  }
  .offertepage .quest-nav .quest-tabs li {
    margin: 5px;
    width: 40px;
    line-height: 36px;
  }
  .offertepage .title {
    font-size: 30px;
  }
  .offertepage .title .btn-row {
    margin-top: 5px;
  }
  .offertepage .title .btn-row a {
    margin: 5px 0 !important;
  }
  .offertepage .item {
    padding: 15px 20px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
  }
  .offertepage .item .radio-button li {
    margin: 0 5px 5px;
  }
  .offertepage .item .radio-button li label {
    padding: 10px;
  }
  .offertepage .wrapper {
    margin: 30px 0;
  }
  .offertepage .wrapper .btn-row {
    flex-wrap: nowrap;
  }
  .offertepage .wrapper .btn-row.last-row {
    margin-right: auto;
    display: block;
  }
  .offertepage .wrapper .step.step1 .radio-custom li {
    max-width: calc(100% - 10px);
    width: 100%;
  }
  .offertepage .wrapper .step.step1 .radio-custom li label:before {
    height: 120px;
  }
  .offertepage .wrapper .inner {
    margin: auto auto 0;
  }
  .offertepage .wrapper .inner .radio-custom {
    align-items: start;
  }
  .offertepage .wrapper .inner .radio-custom li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .offertepage .wrapper .inner .question-title {
    margin-bottom: 30px !important;
  }
  .offertepage .wrapper .inner .question-title h5 {
    font-size: 25px;
  }
  .offertepage .wrapper .inner .question-title b {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.5px) {
  .offertepage {
    margin-top: 0;
  }
  .offertepage .wrapper .inner .radio-custom li {
    max-width: calc(50% - 10px);
  }
  .offertepage .wrapper .inner .radio-custom li label {
    min-width: initial;
  }
  .offertepage .wrapper .inner .filterList {
    column-count: 2;
    margin-top: 25px;
  }
  .offertepage .wrapper .inner .filterList label {
    font-size: 14px;
  }
  .offertepage .wrapper .btn-row {
    flex-wrap: wrap;
  }
  .offertepage .wrapper .btn-row .btn-prev {
    margin-top: 10px;
  }
}
