.section-tarieven:first-child, .section-radius-bottom + .section-tarieven {
  margin-top: -90px;
}

.tarieven-inner {
  position: relative;
  margin: 0 0 120px 0;
  background-color: #a1c754;
  padding: 180px 0 0 0;
}
.tarieven-inner:before, .tarieven-inner:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  border-radius: 0 0 15px 15px;
  content: "";
}
@media only screen and (min-width: 500px) {
  .tarieven-inner:before, .tarieven-inner:after {
    border-radius: 0 0 90px 90px;
  }
}
.tarieven-inner:before {
  top: 0;
  background-color: white;
}
.tarieven-inner:after {
  z-index: -1;
  bottom: -90px;
  background-color: #a1c754;
}

.tarieven-row {
  margin: 0 auto -60px auto;
}

.tarief {
  position: relative;
  margin: 0 auto 45px auto;
  border-radius: 20px;
  flex-basis: 238px;
  flex-grow: 0;
  background-color: white;
}
@media only screen and (min-width: 500px) {
  .tarief {
    margin: 0 2% 2% 0;
    min-width: 238px;
    flex-basis: 21%;
    flex-grow: 1;
  }
}
.tarief.tarief-mostpopular {
  border: 3px solid #32639e;
  border-radius: 23px;
}
@media only screen and (min-width: 500px) {
  .tarief.tarief-mostpopular {
    margin-top: -38px;
  }
}
.tarief.tarief-mostpopular:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 20px 20px 0 0;
  background-color: #32639e;
  padding: 20px;
  content: "";
}
.tarief .tarief-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  margin: 0 -15px;
  border-radius: 20px;
  background-color: #32639e;
  color: white;
  text-align: center;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 35px;
}
.tarief .tarief-period {
  position: relative;
  z-index: 1;
  margin: 0 -15px 25px -15px !important;
  border-radius: 20px;
  padding: 15px 0;
  background-color: #00adc2;
  text-align: center;
  color: white;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
}
.tarief .tarief-title {
  margin-bottom: 25px !important;
  max-width: 9em;
  text-align: center;
  color: #00adc2;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 25px;
}
.tarief .tarief-times,
.tarief .tarief-costs {
  margin-bottom: 25px;
  padding: 0 15px;
  font-family: "Encode Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.tarief .tarief-costs b {
  font-size: inherit;
}
.tarief .tarief-costs em {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
}
.tarief .costs-netto {
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
}
.tarief .costs-netto:hover,
.tarief .costs-netto .note-active {
  color: #00adc2;
}
.tarief .costs-netto:hover .costs-note,
.tarief .costs-netto .note-active .costs-note {
  background-color: #00adc2;
}
.tarief .costs-netto:hover .costs-note-text,
.tarief .costs-netto .note-active .costs-note-text {
  opacity: 1;
}
.tarief .costs-note {
  display: inline-block;
  z-index: 10;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: #a1c754;
  color: white;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 15px;
  line-height: 1em;
  transition: all 250ms ease-in-out;
}
.tarief .costs-note .costs-note-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  width: 20em;
  width: 100%;
  background-color: #00adc2;
  padding: 1em;
  color: white;
  font-family: "Encode Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  opacity: 0;
  transition: all 250ms ease-in-out;
  pointer-events: none;
}
.tarief .costs-note .costs-note-text:after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 60%;
  border-width: 15px 10px;
  border-color: #00adc2 transparent transparent transparent;
  border-style: solid;
  content: "";
}
.tarief .btn {
  margin-bottom: 15px;
  width: 100%;
  border-color: #ef7e31 !important;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}
.tarief .btn:hover {
  border-color: #00adc2 !important;
}
.tarief .btn.btn-toelichting {
  background-color: white;
  color: #ef7e31;
}
.tarief .btn.btn-toelichting:hover {
  border-color: #ef7e31 !important;
  background-color: #ef7e31 !important;
  color: white;
}
.tarief .btn.btn-toelichting:active, .tarief .btn.btn-toelichting:focus {
  border-color: #00adc2 !important;
  background-color: #00adc2 !important;
  color: white;
}

.tarieven-toelichting {
  margin-bottom: 45px;
}
.tarieven-toelichting p {
  max-width: 90%;
  margin: 0 auto;
  color: #9D9D9D;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (min-width: 500px) {
  .tarieven-toelichting p {
    max-width: 80%;
  }
}

.tarief-modal .modal-dialog {
  max-width: 40em;
}
.tarief-modal .modal-content {
  border-radius: 45px;
  border: none;
}
.tarief-modal .modal-header {
  position: relative;
  border: none;
  padding: 45px 45px 0 45px;
}
.tarief-modal .modal-header .close {
  position: absolute;
  top: 45px;
  right: 45px;
  margin: 0;
  width: 0.75em;
  height: 0.75em;
  transition: all 250ms ease-in;
}
.tarief-modal .modal-header .close:hover:before {
  transform: rotate(-45deg);
}
.tarief-modal .modal-header .close:hover:after {
  transform: rotate(-135deg);
}
.tarief-modal .modal-header .close:before, .tarief-modal .modal-header .close:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  border-bottom: 2px solid #C6C6C6;
  content: "";
  transition: all 250ms ease-in;
}
.tarief-modal .modal-header .close:before {
  transform: rotate(45deg);
}
.tarief-modal .modal-header .close:after {
  transform: rotate(-45deg);
}
.tarief-modal .modal-header .close span {
  display: none;
}
.tarief-modal .modal-title {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 34px;
}
.tarief-modal .modal-body {
  padding: 0 45px 45px 45px;
}
.tarief-modal strong {
  color: #00adc2;
}

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