body .start-screen__top h2 {
  font-size: 3rem;
  font-weight: 500;
}
body .start-screen__top p {
  font-size: 1.125rem;
  color: #39b54a;
}
body .start-screen__choices {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
body .start-screen__choices .column {
  width: 100%;
  background-color: #FFF;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(0, 0, 0, 0.2);
}
body .start-screen__choices .column.active {
  border-color: #39b54a;
}
body .start-screen__choices .column.active .icon {
  background-color: #39b54a;
}
body .start-screen__choices .column.active .icon svg path,
body .start-screen__choices .column.active .icon svg g {
  fill: #FFF;
}
body .start-screen__choices .column .icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(17, 212, 82, 0.1);
}
body .start-screen__choices .column .icon svg {
  height: 24px;
  width: auto;
}
body .start-screen__choices .column .icon svg path,
body .start-screen__choices .column .icon svg g {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .start-screen__choices .column .text {
  margin-top: 16px;
}
body .start-screen__choices .column .text h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
body .start-screen__choices .column .text p {
  color: #39b54a;
}
body .steps {
  width: 100%;
  margin-top: 48px;
}
body .steps .steps-error {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 18px;
}
body .steps .steps-error p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 18px;
}
body .steps .step {
  margin-top: 50px;
}
body .steps .step .prev,
body .steps .step .next {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
body .steps .step .prev a,
body .steps .step .next a {
  color: #FFF;
  background-color: #39b54a;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .steps .step .prev a:hover,
body .steps .step .next a:hover,
body .steps .step .prev a:focus,
body .steps .step .next a:focus {
  text-decoration: none;
  background-color: #14411a;
}
body .steps .step__form {
  width: 100%;
}
body .steps .step__form input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
}
body .steps .step__form input:focus {
  outline: 0;
}
body .steps .step__form div.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
body .steps .step__form div.date input[type="text"] {
  height: 0;
  border: none;
  width: 0;
  visibility: hidden;
  padding: 0;
}
body .steps .step__form--top {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
body .steps .step__form--top .column {
  width: 100%;
}
body .steps .step__form--top .column input,
body .steps .step__form--top .column select {
  width: 100%;
  height: 52px;
  border-radius: 24px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
}
body .steps .step__form--top .column input::-webkit-input-placeholder, body .steps .step__form--top .column select::-webkit-input-placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #000;
}
body .steps .step__form--top .column input::-moz-placeholder, body .steps .step__form--top .column select::-moz-placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #000;
}
body .steps .step__form--top .column input:-ms-input-placeholder, body .steps .step__form--top .column select:-ms-input-placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #000;
}
body .steps .step__form--top .column input::-ms-input-placeholder, body .steps .step__form--top .column select::-ms-input-placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #000;
}
body .steps .step__form--top .column input::placeholder,
body .steps .step__form--top .column select::placeholder {
  font-size: 0.875rem;
  opacity: 1;
  color: #000;
}
body .steps .step__form--top .column .sub-type,
body .steps .step__form--top .column .sub-type-sub {
  margin-top: 12px;
}
body .steps .step__form--top .column select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
}
body .steps .step__form .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
body .steps .step__form .next a {
  width: 100%;
}
body .steps #step_two .scheme {
  width: 100%;
}
body .steps #step_two .scheme h3 {
  width: 100%;
  text-align: center;
  margin: 0;
}
body .steps #step_two .scheme h4 {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 15px;
}
body .steps #step_two .scheme:nth-child(2) {
  display: none;
}
body .steps #step_two .scheme__slot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .steps #step_two .scheme__slot-wrapper h4 {
  margin: 0;
  margin-bottom: 25px;
}
body .steps #step_two .scheme__slot-wrapper--slot,
body .steps #step_two .scheme__slot-wrapper--disabled {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  body .steps #step_two .scheme__slot-wrapper--slot,
  body .steps #step_two .scheme__slot-wrapper--disabled {
    width: 25%;
  }
}
@media (min-width: 768px) {
  body .steps #step_two .scheme__slot-wrapper--slot,
  body .steps #step_two .scheme__slot-wrapper--disabled {
    width: 20%;
  }
}
@media (min-width: 992px) {
  body .steps #step_two .scheme__slot-wrapper--slot,
  body .steps #step_two .scheme__slot-wrapper--disabled {
    width: 16.666666%;
  }
}
@media (min-width: 1200px) {
  body .steps #step_two .scheme__slot-wrapper--slot,
  body .steps #step_two .scheme__slot-wrapper--disabled {
    width: 12%;
  }
}
body .steps #step_two .scheme__slot-wrapper--slot .inner,
body .steps #step_two .scheme__slot-wrapper--disabled .inner {
  border: 1px solid #39b54a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
body .steps #step_two .scheme__slot-wrapper--slot .inner:hover,
body .steps #step_two .scheme__slot-wrapper--disabled .inner:hover,
body .steps #step_two .scheme__slot-wrapper--slot .inner:focus,
body .steps #step_two .scheme__slot-wrapper--disabled .inner:focus {
  background-color: #21672a;
}
body .steps #step_two .scheme__slot-wrapper--slot .inner p,
body .steps #step_two .scheme__slot-wrapper--disabled .inner p {
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFF;
}
body .steps #step_two .scheme__slot-wrapper--slot .inner {
  background-color: #39b54a;
}
body .steps #step_two .scheme__slot-wrapper--disabled .inner {
  background-color: #e74c3c;
  border-color: #e74c3c;
  cursor: default;
}
body .steps #step_two .scheme__slot-wrapper--disabled .inner:hover,
body .steps #step_two .scheme__slot-wrapper--disabled .inner:focus {
  background-color: #e74c3c;
}
body .steps #step_three form {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
body .steps #step_three form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .steps #step_three form .form-group .item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body .steps #step_three form .form-group .item {
    margin-bottom: 0;
  }
}
body .steps #step_three form .form-group .item:last-child {
  margin-bottom: 0;
}
body .steps #step_three form .form-group label {
  width: 100%;
  display: block;
}
body .steps #step_three form .form-group input,
body .steps #step_three form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
}
body .steps #step_three form .form-group input:focus,
body .steps #step_three form .form-group textarea:focus {
  outline: 0;
}
body .steps #step_three form .name .item,
body .steps #step_three form .communication .item {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body .steps #step_three form .name .item,
  body .steps #step_three form .communication .item {
    width: 50%;
  }
}
body .steps #step_three form .info .item {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body .steps #step_three form .info .item {
    width: 33.3333%;
  }
}
body .steps #step_three form .comments .item {
  width: 100%;
  padding: 0 10px;
}
body .steps #step_three form .comments .item textarea {
  height: 150px;
}
body .steps #step_three form .submit {
  padding: 0 10px;
}
body .steps #step_three form .submit input {
  color: #FFF;
  background-color: #39b54a;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
body .steps #step_three form .submit input:hover,
body .steps #step_three form .submit input:focus {
  text-decoration: none;
  background-color: #14411a;
}
body .steps #thanks {
  text-align: center;
}
body h4.reserveren-text {
  margin: 25px 0 0 0;
  margin: 0 auto;
  line-height: 1.7;
}
body h4.reserveren-text a {
  color: #39b54a;
}
body .beschikbaarheid {
  text-align: center;
  margin-top: 50px;
}
body .beschikbaarheid a {
  display: inline-block;
  background-color: #39b54a;
  color: #FFF;
  padding: 10px 25px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .beschikbaarheid a:hover,
body .beschikbaarheid a:focus {
  text-decoration: none;
  background-color: #2d8e3a;
}
body .packages {
  padding: 100px 0 50px 0;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .packages h3 {
  margin: 0;
  width: 100%;
  margin-bottom: 50px;
}
body .packages form {
  max-width: 480px;
  margin: 0 auto 75px auto;
  width: 100%;
}
body .packages form select {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
body .packages form select:focus {
  outline: 0;
}
body .packages form .submit {
  text-align: center;
}
body .packages form input[type="submit"] {
  width: 200px;
  background-color: #39b54a;
  color: #FFF;
  font-family: ptsansBold;
  display: inline-block;
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
}
body .packages .package {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 25px;
  height: 25vh;
}
body .packages .package a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #39b54a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: RalewayBlack;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
body .packages .package a:hover,
body .packages .package a:focus {
  text-decoration: none;
  background-color: #21672a;
}
@media (min-width: 768px) {
  body .packages .package {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body .packages .package {
    width: 33.33333%;
  }
}
ul {
  padding-left: 20px;
}
.reserveren-text {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  font-size: 22px;
  padding: 48px 25px 0 25px;
  font-weight: 500;
}
.steps-error {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.steps-error p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 18px;
}
.reservations {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 12.5px;
}
.reservations .scheme {
  width: 100%;
  margin-bottom: 50px;
}
.reservations .scheme:last-child {
  margin-bottom: 0;
}
.reservations .scheme h3 {
  width: 100%;
  text-align: center;
  margin: 0;
}
.reservations .scheme .slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.reservations .scheme .slots__slot {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .reservations .scheme .slots__slot {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .reservations .scheme .slots__slot {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .reservations .scheme .slots__slot {
    width: 16.666666%;
  }
}
.reservations .scheme .slots__slot .inner {
  border: 1px solid #39b54a;
  background-color: #39b54a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.reservations .scheme .slots__slot .inner p {
  margin: 0;
  color: #FFF;
  text-align: center;
}
.reservations .scheme .slots__slot .inner p span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.reservations .scheme .slots__slot .inner.disabled {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
