/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v301/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Progres Wizard */
.progress-wizard {
  margin-top: 2.5rem;
  margin: 2.5rem 0 4.38rem 0;
  padding: 0 0 1.88rem 0;
}
.progress-wizard > .progress-wizard-step {
  padding: 0;
  position: relative;
  height: 105px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .progress-wizard > .progress-wizard-step {
    margin-bottom: 0;
    height: 100px;
  }
}
.progress-wizard > .progress-wizard-step > .progress {
  position: relative;
  border-radius: 0;
  height: 5px;
  box-shadow: none;
  margin: 1.25rem 0;
}
.progress-wizard > .progress-wizard-step > .progress > .progress-bar {
  width: 0;
  box-shadow: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .progress-wizard > .progress-wizard-step > .progress > .progress-bar {
    background: #FFCC00;
  }
}
.progress-wizard > .progress-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.progress-wizard > .progress-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.progress-wizard > .progress-wizard-step.active .progress-wizard-dot {
  cursor: default;
}

.progress-wizard > .progress-wizard-step > .progress > .progress-bar {
  width: 0%;
}

.progress-wizard > .progress-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.progress-wizard > .progress-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.progress-wizard > .progress-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.progress-wizard > .progress-wizard-step:last-child > .progress {
  width: 50%;
}

.progress-wizard > .progress-wizard-step.disabled a.progress-wizard-dot {
  pointer-events: none;
}

.progress {
  background-color: transparent;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .progress {
    background-color: #f8f8f8;
  }
}

.progress-wizard > .progress-wizard-step > .progress-wizard-dot {
  display: block;
  background-color: #fff;
  border-radius: 100%;
  border: 5px solid #FFCC00;
  padding: 5px;
  text-align: center;
  color: #222;
  width: 110px;
  position: relative;
  top: 0;
  left: 0;
  margin: -1.25rem auto 0 auto;
}
@media (min-width: 768px) {
  .progress-wizard > .progress-wizard-step > .progress-wizard-dot {
    width: auto;
    position: absolute;
    top: -1.88rem;
    left: 28%;
    /*
    margin-top: -0.94;
    margin-left: -0.94;
    */
  }
}
.progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
  display: block;
  color: #FFCC00;
  font-size: 1.5rem;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #ededed;
  text-align: center;
}
@media (min-width: 768px) {
  .progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
    line-height: 102px;
    width: 102px;
    height: 102px;
  }
}
.progress-wizard > .progress-wizard-step > .progress-wizard-dot:hover {
  opacity: 1;
}

.progress-wizard > .progress-wizard-step.incomplete > .progress-wizard-dot {
  border-color: #f8f8f8;
  color: #666;
}
.progress-wizard > .progress-wizard-step.incomplete > .progress-wizard-dot i {
  color: #666;
}

.progress-wizard > .progress-wizard-step.complete > .progress-wizard-dot i {
  color: #fff;
  background-color: #FFCC00;
}

.progress-wizard .progress-vier-oranje {
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #222222;
}
@media (min-width: 768px) {
  .progress-wizard .progress-vier-oranje {
    margin: 4.38rem 0 0 0.9375rem;
  }
}
@media (min-width: 992px) {
  .progress-wizard .progress-vier-oranje {
    margin: 4.38rem 0 0 -0.9375rem;
  }
}
@media (min-width: 1200px) {
  .progress-wizard .progress-vier-oranje {
    margin: 4.38rem 0 0 -2.5rem;
  }
}

#custom05 {
    float: left;
    width: 65%;
    margin-right: 5%;
}
#custom21 {
    float: left;
    width: 30%;
}
.rradio .radio {
    display: inline;
    font-weight: normal;
}
.rradio input {
    margin-left: 3px !important;
    margin-top: 9px;
}
#wizard6 h3 {
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    max-width: 630px;
    margin: auto;
}

#calendar {
    width: 315px;
    margin: auto;
}

#calendar a,
#calendar span {
    display: block;
    float: left;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #3a3a3a;
    margin-right: 10px;
    margin-bottom: 10px;
}

    #calendar a.nav {
        color: #000000;
        cursor: pointer;
    }

    #calendar a.available {
        color: #ffffff;
        cursor: pointer;
        background: #d8c0da;
        border-radius: 180px;
    }

#calendar div a:nth-child(7n+1) {
    clear: both;
}

#calendar span {
    color: #000000;
}

    #calendar span.dt {
        width: 215px;
        color: #d8c0da;
        font-weight: bold;
    }
.wizard {
    display: none;
    width: 100%;
    margin: auto;
    position:relative;
    max-width: 350px;
    text-align: center;
}
#wizard1 {
    display: block;
}
.clear {
    clear: both;
}
a.available {
    cursor: pointer;
}

#starturen1 a,
#einduren1 a,
#lunch a {
    width: 16.6666666%;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    
    color: #e0e0e0;
}
#starturen1 a.available,
#einduren1 a.available,
#lunch a.available {
    color: #000000;
    text-decoration: none;
}
#starturen1 a.available:hover,
#einduren1 a.available:hover,
#lunch a.available:hover {
    /*color: #ffffff;*/
    text-decoration: underline;
    cursor: pointer;
    background: #d8c0da;
    background: transparent;
}
#starturen1 a:nth-child(6n+1),
#einduren1 a:nth-child(6n+1),
#lunch a:nth-child(6n+1) {
    clear: both;
}

#next5,
#submit,
#submitSpecials {
    color: #ffffff;
    cursor: pointer;
    background: #d8c0da;
    border-radius: 10px;
    width: 150px;
    padding: 10px;
    margin: 20px auto;

    margin-right: 0px;

    display: block;
}
#submit {
    text-align: center;
    width: 200px;
}
#submitSpecials {
    text-align: center;
    width: 200px;
}
.laatstegegevens {
    text-align: left;
}
.wizard input[type=text],
.wizard input[type=date] {
    width: 100%;
    text-align: left;
    position: relative;
    margin: auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8c0da;
    padding: 10px;
}
.wizard textarea {
    width: 100%;
    text-align: left;
    position: relative;
    margin: auto;
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8c0da;
    padding: 10px;
    height: 175px;
    resize: none;
}
.wizard .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.wizard .row label {
    padding-left: 3px;
    margin-top: 15px;
}
#wizard4 input[type=text] {
    width: 60px;
    text-align: center;
}
.wizard .rradio input {
    width: auto;
}
.wizard .rradio label {
    width: 95%;
}

#reserveren .formule {
    min-height: 100px;
    background: #e8dae9;
    border: 1px solid #bb93c1;
    border-radius: 15px;
    color: #bb93c1;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    float: left;
    margin: 10px;
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    cursor: pointer;
    transition: 1s;
}
#reserveren .formule:hover {
    background: #bc94c1;
    color: #ffffff;
    background:transparent;
}
.chooseVestiging {
    display: none;
}
.row label.error {
    color: #ff0000;
}
.specials .row input {
    width: auto;
}
.specials .row label {
    width: 80%;
    text-align: left;
    margin-top: 9px;
    margin-left: 5px;
    display: inline-block;
}

.wizard {
    margin: 0px;
    max-width: 100%;
    margin-bottom: 20px;
}
.wizardOverview {
    display: none;
}
.wizard .inner,
.wizardOverview .inner {
    border: 1px solid #e7e7e7;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    background: #f8f8f8;
}
.wizardOverview .inner {
    background: #f8f8f8;
}
.wizardHeader {
    background: #bb93c1;
    padding: 20px;
    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wizardHeader h2 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

form > .inner {
    width: 100%;
}

.table {
    display: table;
}
.table .tr {
    display: none;
}
.table .tr .td {
    display: table-cell;
    width: 60%;
    background: none !important;
    text-transform: capitalize;
    vertical-align: top;
    line-height: 30px;
}
.table .tr .td.icon {
    display: table-cell;
    width: 5%;
    padding-bottom: 5px;
    margin-top: 0px;
}
.table .tr .td * {
    background: none !important;
    padding: 0px;
}
#overzichtje .material-symbols-outlined {
    background: none !important;
    color: #bb93c1 !important;
    padding-top: 3px !important;
}
#errorkids,
#erroradults,
#errorjarige {
    display: none;
}
.progress-wizard {
    margin-bottom: 10px;
    display: flex;
}
.progress-wizard > .progress-wizard-step.complete > .progress-wizard-dot i,
.progress-wizard > .progress-wizard-step > .progress > .progress-bar {
    background: #bb93c1;
}
.progress-wizard > .progress-wizard-step > .progress-wizard-dot {
    border-color: #bb93c1;
}
.progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
    color: #bb93c1;
}

.jarige {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: none;
}
.jarige .col-md-6:nth-child(1) {
    padding-left: 0px;
}
.jarige .col-md-6:nth-child(2) {
    padding-right: 0px;
}
.fa-arrow-circle-left,
.fa-arrow-circle-right {
    color: #bb93c1;
}

@media only screen and (min-width: 768px) {
    .progress-wizard > .progress-wizard-step > .progress-wizard-dot {
        left: 31%;
    }
    .progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .progress-wizard > .progress-wizard-step > .progress {
        margin-top: -16px;
        margin-top: 0px;
    }
    .progress-wizard .progress-info {
        text-align: center;
        padding-top: 15px;
        padding-top: 25px;
    }
    .progress-wizard > .progress-wizard-step {
        height: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .progress-wizard {
        display: none;
    }
    .wwizard {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #reserveren .formule {
        width: 45%;
    }        
    .jarige .col-md-6:nth-child(1),
    .jarige .col-md-6:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }
}





.progress-bar {
    border-radius: 0px;
    -webkit-transition: none;
    transition: none;
}
.progress-wizard {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#reserveren .formules {
    margin-top: 0px;
}
.wizardHeader h2 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0px;
}
#calendar .fa-arrow-circle-left,
#calendar .fa-arrow-circle-right,
#overzichtje .material-symbols-outlined,
.progress-wizard > .progress-wizard-step > .progress-wizard-dot i,
#calendar span.dt,
#reserveren .formule {
    color: #524da4 !important;
}
.progress-wizard > .progress-wizard-step.complete > .progress-wizard-dot i, 
.progress-wizard > .progress-wizard-step > .progress > .progress-bar,
#calendar a.available,
.wizardHeader,
#next5, 
#submit, 
#submitSpecials {
    background: #524da4 !important;
}
.progress-wizard > .progress-wizard-step > .progress-wizard-dot,
.wizard input[type=text], 
.wizard input[type=date],
.wizard textarea,
#reserveren .formule {
    border-color: #524da4 !important;
}
.progress-wizard > .progress-wizard-step.complete > .progress-wizard-dot i {
    color: #ffffff !important;
}
#reserveren .formule {
    background: #A69FDE;
}