.reserverings__title {
  font-size: 30px !important;
  color: #000;
  margin-bottom: 40px;
  margin-top: 0 !important;
}
@media (max-width: 600px) {
  .reserverings__title {
    font-size: 24px !important;
  }
}

.reserverings {
  width: 100%;
  background-color: #f3f3f4;
  display: flex;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.reservering-left {
  max-width: 700px;
  width: 100%;
}

.reservering-right {
  width: calc(100% - 700px);
  margin-left: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.reserverings-column-block {
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.reserverings-column-block > div, .reserverings-column-block > a, .reserverings-column-block > span, .reserverings-column-block > label {
  width: calc(100% / 3 - 10px);
  margin: 5px;
}
.reserverings-column-block span:first-child {
  width: 50%;
  margin: 0 auto;
}
.reserverings-column-block span:first-child::before {
  color: #83888e;
}
.reserverings-column-block span:first-child img {
  width: 100%;
  max-height: 50px;
}
.reserverings-column-block span:first-child img path {
  fill: red;
}
.reserverings-column-block a span {
  color: black;
  font-weight: 500 !important;
  font-family: "Heebo";
}
.reserverings-column-block p, .reserverings-column-block a {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}
.reserverings-column-block p.smallprice, .reserverings-column-block a.smallprice {
  font-size: 12px;
}
.reserverings-column-block span:last-child {
  margin-top: -5px;
  font-weight: 400;
}
.reserverings-column-block span img {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
.reserverings-column-block span::before {
  color: #000;
}
.reserverings-column-block span a {
  color: black;
  font-weight: 500;
  font-family: "Heebo";
}
.reserverings-column-block input {
  position: absolute;
  opacity: 0;
}
.reserverings-column-block label {
  cursor: pointer;
  display: block;
  height: 225px;
  background: #fff;
  border: 2px solid #fff;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.reserverings-column-block input:checked + label {
  border: 2px solid #ff6400;
}
.reserverings-column-block input:checked + label span img {
  filter: invert(44%) sepia(45%) saturate(3862%) hue-rotate(1deg) brightness(103%) contrast(107%);
}
.reserverings-column-block input:checked + label a {
  color: #ff6400;
}

.bubble {
  position: relative;
}
.bubble::before {
  content: "";
  width: 11px;
  display: block;
  height: 11px;
  border-radius: 50%;
  background: #d5d5d6;
  position: absolute;
  left: -42px;
  top: 17px;
}
@media (max-width: 1250px) {
  .bubble::before {
    left: -26px;
    display: none;
  }
}

.bubble__line {
  position: relative;
}
.bubble__line::before {
  content: "";
  width: 3px;
  display: block;
  height: calc(100% + 50px);
  background: #d5d5d6;
  position: absolute;
  top: -20px;
  left: -38px;
}
@media (max-width: 1250px) {
  .bubble__line::before {
    left: -22px;
    display: none;
  }
}

.bubble__end {
  position: relative;
}
.bubble__end::before {
  content: "";
  background-image: url("../img/icon.svg");
  background-size: 17px;
  width: 20px;
  height: 25px;
  display: block;
  position: absolute;
  top: 8px;
  left: -45px;
  background-repeat: no-repeat;
}
@media (max-width: 1250px) {
  .bubble__end::before {
    left: -29px;
    display: none;
  }
}

.error_messages {
  font-weight: 600;
  font-family: "Source Sans Pro";
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: red;
  margin-left: 40px !important;
}
@media (max-width: 400px) {
  .error_messages {
    font-size: 16px;
  }
}
.error_messages li:first-child {
  margin-top: 40px !important;
}
@media (max-width: 1250px) {
  .error_messages {
    margin-left: 0 !important;
  }
}

.modal-window .bestemming-form {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #dde3e8;
}
.modal-window .bestemming-form + .modal-window .bestemming-form {
  margin-top: 10px;
}
.modal-window .bestemming-form input {
  padding: 15px;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: "Heebo";
}
.modal-window .bestemming-form input.error {
  border-color: red !important;
}
.modal-window .bestemming-form .placeholder {
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 18px;
  color: #888;
  margin-top: -0.5em;
  line-height: 1em;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-left: 10px;
  font-family: "Heebo";
}
.modal-window .bestemming-form .placeholder b {
  color: #000;
}
.modal-window .bestemming-form input:focus + .placeholder,
.modal-window .bestemming-form input[required]:valid + .placeholder,
.modal-window .bestemming-form input.not-empty + .placeholder {
  display: none;
}

.modal-window .bestemming-form--radio {
  display: flex;
  margin-top: 15px;
  gap: 10px;
  border: none;
}

.reservering-right .bestemming-form {
  position: relative;
  background: #fff;
  margin-left: 40px;
  border-radius: 4px;
  padding: 40px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 600px) {
  .reservering-right .bestemming-form {
    padding: 20px;
  }
}
.reservering-right .bestemming-form + .bestemming-form__title {
  margin-top: 25px;
}
.reservering-right .bestemming-form .bestemming-form__input {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 390px) {
  .reservering-right .bestemming-form .bestemming-form__input {
    min-width: 100%;
  }
}
.reservering-right .bestemming-form span {
  font-weight: 600;
  font-family: "Source Sans Pro";
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #08121e;
}
.reservering-right .bestemming-form + .reservering-right .bestemming-form {
  margin-top: 10px;
}
.reservering-right .bestemming-form select {
  padding: 0 15px !important;
}
.reservering-right .bestemming-form input, .reservering-right .bestemming-form select {
  padding: 15px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  max-height: 45px;
  border: 1px solid #dde3e8;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  margin-top: auto;
}
.reservering-right .bestemming-form input::-moz-placeholder, .reservering-right .bestemming-form select::-moz-placeholder {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
}
.reservering-right .bestemming-form input::placeholder, .reservering-right .bestemming-form select::placeholder {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
}
.reservering-right .bestemming-form input:focus, .reservering-right .bestemming-form select:focus {
  border: 1px solid #ff6700;
  outline: 1px solid #ff6700;
}
.reservering-right .bestemming-form input.error, .reservering-right .bestemming-form select.error {
  border-color: red !important;
}
.reservering-right .bestemming-form .placeholder {
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 18px;
  color: #888;
  margin-top: -0.5em;
  line-height: 1em;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-left: 10px;
  font-family: "Heebo";
}
.reservering-right .bestemming-form .placeholder b {
  color: #000;
}
.reservering-right .bestemming-form input:focus + .placeholder,
.reservering-right .bestemming-form input[required]:valid + .placeholder,
.reservering-right .bestemming-form input.not-empty + .placeholder {
  display: none;
}

.reservering-right-btncontainer {
  margin-top: 40px;
  margin-left: 40px;
}
@media (max-width: 1250px) {
  .reservering-right-btncontainer {
    margin-left: 0;
  }
}

.btn__reservering {
  padding: 0 50px !important;
}

.reservering-right-punchlines {
  margin-top: 45px;
  margin-left: 40px;
}
@media (max-width: 1250px) {
  .reservering-right-punchlines {
    margin-left: 0;
  }
}
.reservering-right-punchlines span {
  width: 20px;
  margin-right: 15px;
  display: inline-block;
  fill: #00c048;
}
.reservering-right-punchlines p {
  color: #000;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0px;
}

.reserverigs_icons {
  position: absolute;
  margin-top: 15px;
}

.icons_bubble1 {
  width: 11px;
  display: block;
  height: 11px;
  border-radius: 50%;
  background: #acafb3;
}

.icons_line {
  width: 3px;
  display: block;
  height: 313px;
  background: #acafb3;
  position: absolute;
  top: 20px;
  left: 4px;
}

.icons_bubble3 {
  width: 3px;
  display: block;
  height: 3px;
  border-radius: 50%;
  background: #acafb3;
  position: absolute;
  top: 32px;
  left: 4px;
}

.icons_bubble4 {
  width: 3px;
  display: block;
  height: 3px;
  border-radius: 50%;
  background: #acafb3;
  position: absolute;
  top: 45px;
  left: 4px;
}

.icons_bubble5 {
  width: 15px;
  display: block;
  height: 3px;
  position: absolute;
  top: 333px;
  left: -2px;
}
.icons_bubble5 svg {
  fill: #acafb3 !important;
}
.icons_bubble5 span svg {
  width: 16px;
  fill: #acafb3 !important;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  z-index: 101;
}
.modal-window.display-modal {
  display: flex;
}
.modal-window > div {
  width: 850px;
  position: absolute;
  line-height: normal !important;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  padding: 50px;
  background: #ffffff;
}

.ui-datepicker {
  z-index: 102 !important;
}

.pac-container {
  z-index: 10000;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 70px;
  text-decoration: none;
  z-index: 1000;
}
.modal-transportberekenen h3 {
  font-size: 30px !important;
  color: #000;
  font-weight: 600;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  position: relative;
  text-transform: none !important;
  padding-bottom: 45px;
  font-family: "Open Sans", sans-serif;
}
.modal-transportberekenen h3::before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  background-color: #dde3e8;
  display: inline-block;
  left: -50px;
  position: absolute;
  bottom: 0;
}
.modal-transportberekenen h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 400px) {
  .modal-transportberekenen h4 {
    margin-top: 0 !important;
  }
}
.modal-transportberekenen h5 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}

.modal-inputs {
  margin-top: 25px;
  display: flex;
}

.modal__input {
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s;
}
.modal__input + .modal__input {
  margin-left: 30px;
}
@media (max-width: 900px) {
  .modal__input + .modal__input {
    margin-left: 0;
  }
}
.modal__input label {
  cursor: pointer;
}
.modal__input label:hover span {
  color: #ff6400;
  transition: 0.2s;
}
.modal__input .radio {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #c7d2da;
  position: relative;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.modal__input .radio::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
}
.modal__input input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  left: -2000px;
}
.modal__input input:checked + label span::before {
  color: #ff6400;
}
.modal__input input:checked + label .radio::before {
  background-color: #ff6400;
}
.modal__input label {
  display: flex;
}
.modal__input label .radiosvg {
  margin-left: 10px;
  max-width: 50px;
  min-width: 0px;
  text-align: center;
}
.modal__input label .radiosvg img {
  height: 25px;
}

.modal-first {
  position: relative;
}
.modal-first::before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  background-color: #dde3e8;
  display: inline-block;
  left: -50px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 900px) {
  .modal-first::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}

.modal-price {
  padding-bottom: 40px;
}

.input__fields {
  display: flex;
  padding-bottom: 25px;
  position: relative;
}

.input__field__side {
  flex: 50%;
}
.input__field__side + .input__field__side {
  margin-left: 10px;
}

.input__field__side--radio h5 {
  display: flex;
  gap: 10px;
}
.input__field__side--radio .info-box {
  position: relative;
}
.input__field__side--radio input[type=radio] {
  width: 20px;
}

.bestemming-form_modal {
  margin-left: 0;
  margin-top: 15px;
  border-bottom: 1px solid #dde3e8;
}

.modal__input .radio_square ::before {
  border-radius: 0 !important;
}

.modal__input .radio_square {
  border-radius: 0 !important;
}

.modal__input input:checked + label .radio_square::before {
  border-radius: 0 !important;
}

.radio-text {
  margin-left: 10px;
}

.modal__input-checkbox label {
  align-items: center;
}
.modal__input-checkbox:first-of-type {
  margin-top: 40px;
}
.modal__input-checkbox + .modal__input-checkbox {
  margin-top: 10px;
  margin-left: 0 !important;
}

.bg-top {
  position: relative;
}
.bg-top h4 {
  margin-top: 30px;
  padding-top: 40px;
}
.bg-top:before {
  content: "";
  width: calc(100% + 100px);
  height: 1px;
  background-color: #dde3e8;
  display: inline-block;
  left: -50px;
  position: absolute;
}

.bg-blue {
  background-color: #f0f4f9;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.bg-blue h5 {
  margin-top: 0 !important;
}
.bg-blue + .bg-blue {
  margin-left: 10px !important;
}
.bg-blue .section-blue-side {
  flex: 50%;
}
.bg-blue .section-blue-side:last-child {
  margin-left: 5px;
}
.bg-blue ul {
  color: #535658;
  font-size: 16px;
  margin-top: 30px !important;
  margin-left: -4px !important;
}
.bg-blue ul li {
  padding-left: 10px !important;
  margin-bottom: 5px !important;
}
.bg-blue ul li::marker {
  color: #a3a5a6;
  font-size: 12px;
}
.bg-blue .modal__input {
  margin-top: 25px;
}
.bg-blue .modal__input .radio {
  background-color: #fff;
}

.section-blue {
  display: flex;
}

.bestemming-form_modal input {
  padding: 10px !important;
}

.excbtw {
  font-size: 15px !important;
  margin-top: 10px !important;
}
@media (max-width: 900px) {
  .excbtw {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1100px) {
  .reservering-left {
    max-width: inherit;
  }
  .reservering-right {
    width: auto;
    margin-left: 0;
  }
  .reserverings {
    flex-direction: column;
  }
}
.modal-persoonlijkegegev .input__fields {
  padding-bottom: 0;
}
.modal-persoonlijkegegev .input__fields::before {
  height: 0;
}
.modal-persoonlijkegegev .textarea_modal input {
  height: 125px;
}
.modal-persoonlijkegegev .textarea_modal {
  height: 125px;
  width: 100%;
  font-family: "Heebo";
  border-bottom: 1px solid #dde3e8;
}
.modal-persoonlijkegegev .textarea_modal textarea {
  padding: 10px !important;
  width: 100%;
  border: none;
  height: 100%;
  resize: none;
}
@media (max-width: 900px) {
  .modal-persoonlijkegegev .textarea_modal textarea {
    border-bottom: 1px solid #dde3e8;
  }
}

.modal-buttons {
  margin-top: 5px;
  display: flex;
  vertical-align: center;
  align-items: center;
}
.modal-buttons div {
  flex: 50%;
  text-align: right;
}
.modal-buttons div:first-child {
  text-align: left;
}
.modal-buttons p {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0;
}
.modal-buttons p span::before {
  color: #ff6400 !important;
}

.prijsoranje {
  color: #ff6400 !important;
}

@media (max-width: 1100px) {
  .reservering-right {
    margin-left: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d5d5d6;
  }
}
@media (max-width: 550px) {
  .reserverings-column-block label {
    height: 153px;
    width: calc(50% - 10px);
  }
  .reserverings-column-block {
    margin-right: 0;
  }
  .reserverings__title {
    margin-bottom: 20px;
  }
  .reserverings-column {
    justify-content: center;
  }
  .bestemming-form .placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .reserverigs_icons {
    display: none;
  }
  .bestemming-form {
    margin-left: 0px !important;
  }
}
@media (max-width: 900px) {
  .modal-window > div {
    width: 95% !important;
    padding: 20px !important;
  }
  .input__fields {
    flex-direction: column !important;
  }
  .radiosvg {
    min-width: 80px !important;
  }
  .input__field__side + .input__field__side {
    margin-left: 0px;
  }
  .bg-blue {
    padding: 20px;
  }
  .modal-transportberekenen h3::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .modal-inputs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .modal__input + .modal__input {
    margin-top: 0px;
  }
  .input__fields::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .bg-blue::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .modal-buttons {
    margin-top: 20px;
    flex-direction: column;
  }
  .section-blue {
    flex-direction: column;
  }
  .bg-blue .section-blue-side:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 365px) {
  .reserverings-column-block label {
    height: 143px;
    width: calc(50% - 10px);
    justify-content: center;
  }
}
.transport-trip-type {
  display: flex;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d5d5d6;
}
@media (max-width: 550px) {
  .transport-trip-type {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.transport-trip-type label:last-child {
  margin-left: 10px;
}

.background-image_reservering {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(0%);
  opacity: 0.2;
  height: 130%;
  position: absolute;
  right: -40px;
  top: -16px;
}

.reserverings-column-blocker {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .reserverings-column-blocker {
    flex-direction: column;
  }
  .reserverings-column-blocker label:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.reserverings-column-blocker span:first-child {
  height: 164px;
  min-width: 140px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-right: 30px;
}
.reserverings-column-blocker span:first-child img {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(0%);
}
.reserverings-column-blocker span:nth-child(2) {
  display: none;
}
.reserverings-column-blocker span::before {
  color: #83888e;
}
.reserverings-column-blocker span img {
  width: 100%;
  max-height: 70px;
}
.reserverings-column-blocker p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
}
.reserverings-column-blocker p.smallprice {
  font-size: 12px;
}
.reserverings-column-blocker span:first-child {
  font-weight: 400;
}
.reserverings-column-blocker span img {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
.reserverings-column-blocker span::before {
  color: #000;
}
.reserverings-column-blocker span a {
  color: black;
  font-weight: 500;
  font-family: "Heebo";
}
.reserverings-column-blocker input {
  position: absolute;
  opacity: 0;
}
.reserverings-column-blocker input:checked + label .block--title {
  color: #ff6400;
}
.reserverings-column-blocker label {
  cursor: pointer;
  display: block;
  width: 50%;
  height: 164px;
  background: #fff;
  border: 2px solid transparent;
  transition: 0.2s;
  display: flex;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .reserverings-column-blocker label {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .reserverings-column-blocker label {
    padding: 20px;
  }
  .reserverings-column-blocker label span:first-child {
    display: none;
  }
}
.reserverings-column-blocker label .block--title {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
  color: #08121e;
  height: 30px;
}
@media (max-width: 600px) {
  .reserverings-column-blocker label .block--title {
    font-size: 20px;
  }
}
.reserverings-column-blocker label .block--text {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 600px) {
  .reserverings-column-blocker label .block--text {
    font-size: 16px;
  }
}
.reserverings-column-blocker label .reserverings-column-blocker-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  text-align: left;
  max-width: 375px;
}
.reserverings-column-blocker input:checked + label {
  border: 2px solid #ff6400;
}
.reserverings-column-blocker input:checked + label span img {
  filter: invert(44%) sepia(45%) saturate(3862%) hue-rotate(1deg) brightness(103%) contrast(107%);
}
.reserverings-column-blocker input:checked + label a {
  color: #ff6400;
}

.modal-types {
  display: flex;
}
@media (max-width: 900px) {
  .modal-types {
    flex-direction: column;
  }
  .modal-types h5 {
    margin-top: 10px !important;
  }
}
.modal-types .type-of-trip {
  margin-right: 35px;
}
.modal-types .type-of-trip .modal__input label img {
  height: 40px;
}
.modal-types .type-of-trip .modal__input label .radiosvg {
  height: 40px;
}
.modal-types .type-of-trip .modal__input input:checked label img {
  filter: invert(44%) sepia(45%) saturate(3862%) hue-rotate(1deg) brightness(103%) contrast(107%);
}
.modal-types .type-of-trip img {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(1%);
}
.modal-types .modal-inputs input:checked + label {
  border: 2px solid #ff6400;
}
.modal-types .modal-inputs input:checked + label img {
  filter: invert(44%) sepia(45%) saturate(3862%) hue-rotate(1deg) brightness(103%) contrast(107%);
}
.modal-types .modal-inputs .modal__input + .modal__input {
  margin-left: 10px;
}
.modal-types .modal-inputs label {
  border: 1px solid #dde3e8;
  width: 95px;
  height: 80px;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
}
.modal-types .modal-inputs label .radiosvg {
  margin-left: 0;
  max-width: auto;
}
.modal-types .modal-inputs .radio {
  display: none;
}

.modal__price {
  padding-bottom: 40px;
}

.load-unload {
  display: flex;
}
@media (max-width: 400px) {
  .load-unload {
    flex-direction: column;
  }
}
.load-unload .load, .load-unload .unload {
  width: 50%;
}
@media (max-width: 400px) {
  .load-unload .load, .load-unload .unload {
    width: 100%;
  }
}
.load-unload .load {
  margin-right: 5px;
}
@media (max-width: 400px) {
  .load-unload .load {
    margin-right: 0;
  }
}
.load-unload .unload {
  margin-left: 5px;
}
@media (max-width: 400px) {
  .load-unload .unload {
    margin-left: 0;
  }
}

.type-of-transport img {
  filter: invert(56%) sepia(9%) saturate(259%) hue-rotate(173deg) brightness(94%) contrast(1%);
}
.type-of-transport input:checked + label img {
  filter: invert(44%) sepia(45%) saturate(3862%) hue-rotate(1deg) brightness(103%) contrast(107%);
}

body.no-scroll {
  overflow: hidden;
}

.all-risk {
  padding-top: 20px;
}
.all-risk input {
  margin: 0;
}
.all-risk label {
  margin-left: 15px;
}

.input__fields h5 {
  position: relative;
}

.input__field--height h5 {
  position: relative;
  height: 50.5px;
}
@media (max-width: 700px) {
  .input__field--height h5 {
    height: auto;
  }
}

.info-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-box .info-box__popup {
  position: absolute;
  display: none;
  width: 250px;
  left: -220px;
  background-color: #f0f4f9;
  color: #08121e;
  padding: 15px;
  border-radius: 5px;
  top: 30px;
  z-index: 100;
  text-align: center;
  cursor: default;
}
.info-box a {
  background-color: #f0f4f9;
  height: 25px;
  width: 25px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #08121e;
  cursor: pointer;
}
.info-box a:hover .info-box__popup {
  display: block;
}

.info-box--to-right .info-box__popup {
  right: -220px;
  left: unset;
}

.price-breakdown .breakdown {
  margin-top: 0;
  margin-bottom: 5px;
}
.price-breakdown .breakdown-name {
  font-size: 14px;
}
.price-breakdown .breakdown-price {
  font-size: 14px;
  color: #ff6400 !important;
  margin-left: 10px;
}

#bijzonderheden {
  width: 100%;
  border: 1px solid transparent;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: "Heebo";
  padding-top: 10px;
  padding-left: 10px;
}

.js--pricebreakdown {
  display: none;
}

.modal-transportberekenen {
  max-height: calc(100vh - 70px);
  overflow: auto;
}

.input__field__side input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.input__field__side input::placeholder {
  color: #888;
  opacity: 1;
}

.btn__quote {
  background-color: #152b45 !important;
  padding: 0 15px 0 15px !important;
}

.btn__quote:hover {
  background-color: #0f1b2a !important;
}

.bestemming-form__title {
  margin-left: 40px;
  color: black;
  font-weight: 500 !important;
  font-family: "Heebo";
  font-size: 25px;
  margin-bottom: 5px;
}
@media (max-width: 1250px) {
  .bestemming-form__title {
    margin-left: 0;
  }
}

.bg-orange {
  background-color: #ffefe5;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  color: #ff6400;
}

.bestemming-form--control {
  padding: 30px 40px !important;
}
.bestemming-form--control span {
  display: flex !important;
}
.bestemming-form--control .modal__input {
  margin-top: 0 !important;
}
.bestemming-form--control p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.continueError {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 40px !important;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.continueError:hover {
  color: #08121e;
}

.popup__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #282c32;
  opacity: 0.5;
  z-index: 101;
}

.popup__inner {
  position: relative;
  display: flex;
  max-width: 500px;
  width: calc(100% - 30px);
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(64, 0, 59, 0.05);
  padding: 40px;
  top: 0;
  transition: 0.4s;
  flex-direction: column;
  z-index: 102;
  border-radius: 2px;
  transform: scale(0.95);
}
@media (max-width: 700px) {
  .popup__inner {
    padding: 20px;
  }
}
.popup__inner .btn {
  width: auto;
  align-self: flex-start;
}
.popup__inner .btn .icon {
  font-size: 14px;
}

.show .popup__inner {
  transform: scale(1);
}

.popup {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  z-index: 1001;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup .send_button {
  margin-top: 30px;
}
.popup .send_button .btn {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 19px;
}

.popup__title {
  margin-bottom: 20px;
}

.popup__text {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  cursor: pointer;
  color: var(--seventh-text-color);
  transition: 0.2s ease-in-out;
  z-index: 11;
}
.popup__close:hover {
  color: var(--primary-color);
}/*# sourceMappingURL=reserveringstool.css.map */