.display-none {
    display: none;
}

.multi-wizard-step p {
    margin-top: 12px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    position: relative;
    width: 100%;
}

.multi-wizard-step button[disabled] {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 1px;
    z-index: 0;
    position: absolute;
    background-color: #fefefe;
}

.multi-wizard-step {
    text-align: center;
    position: relative;
    display: table-cell;
}

/*  footer */
.footer {
    border-top: 1px solid #e7e7e7;
    font-size: 0.7em;
    margin-top: 1em;
}

.footer .container-fluid {
    padding: 1.5em;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="checkbox"],
input[type="radio"],
.form-control,
input,
.form-select {
    background-color: #F8F9FA;
    }


/* general */
main>.container {
    /* padding: 70px 0; */
    margin-top: 70px;
    margin-bottom: 70px;
}

.navbar { -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px); }
  fieldset {
      margin-bottom: 1em;
  }

  legend {
    border-bottom: 1px solid #999;
    font-size: 1.2em
  }

  /* cookies consent */
.js-cookie-consent {
    width: 20rem;
    height: auto;
    background: #00eeff;
    bottom: 1em;
    right: 1em;
    z-index: 99999;
    font-size: .8rem;
}

/* prevent background-color on hover, e.f. button in dropdown */
.no-hover:hover  {
    background: transparent !important;
}