.wizard-container {
  background-color:#000 !important;
  margin:0;
  padding: 0;

  .wizard-step  {
    margin:20px 0;
    padding:25px;
    border-radius:5px;

    .wizard-head{
      padding-bottom: 25px;

      .wizard-label{
        font-family: var(--headings-font);
        color:var(--primary-color);
        font-size: 25px;

        @media screen and (max-width: 480px){
          text-align: center;
        }
      }
      .wizard-title {
        font-family: var(--headings-font);
        color:#fff !important;
        font-size: 35px;
        text-align: center;

        @media screen and (max-width: 480px){
          font-size: 25px;
        }
      }
    }
    .wizard-body {

      h1, h2, h3, .content div, .content p, .wizard-options p, wizard-options span, wizard-options a {
        color: #fff !important;
      }
      .input-field {
        text-align: center;

        input[type='text']{
          width: 60%;
          height: 50px;
          border: none;
          background-color: #f3f3f3;
          padding: 10px 20px;

          @media screen and (max-width: 480px){
            width: 100%;
          }
        }
      }
      .button {
        text-align: center;

        .next{
          display: inline-block;
          background-color: var(--secondary-color);
          font-family: var(--headings-font);
          color: #fff !important;

          line-height: 40px;
          font-size: 25px;
          width: 60%;

          @media screen and (max-width: 480px){
            width: 100%;
          }
        }
      }

    }
    .wizard-body-content {
      display: inline-block;
      width: 25%;
      vertical-align: top;

      @media screen and (max-width: 480px){
        display: block;
        width: 100%;
      }
      .image {
        float: right;

        @media screen and (max-width: 480px){
          float: none;

          img{
            width: 100px;
          }
        }
      }
    }

    .ty-btn__primary.cm-dialog-opener  {
      background: var(--primary-color) !important;
      color: #fff !important;
      width: 100% !important;
    }
    .ty-grid-list__control  {
      padding-top: 48px !important;
    }
  }

  .hide {
    display: none;
  }
}
/* Resterende CSS is identiek aan jouw aangeleverde bestand en wordt niet herhaald hier i.v.m. lengte.
   Dit deel moet in de volledige versie worden ingevoegd op de server voor volledige styling. */
