
.stepwizard-step p {
    margin-top: 10px;    
}

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

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    margin-top: 18px;
    opacity: 1;
}
.stepwizard-step button {
    cursor: default;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(170, 109, 59, 0.3);
    z-order: 0;    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
    /* Width = 100% / number-of-steps */
    width: 33%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-aktiv, .btn-aktiv:hover {
    background-color: #f8bf24;
    border-color: #c0c0c0;
    color: #000;
}
.btn-inaktiv, .btn-inaktiv:hover {
    background-color: #fff;
    border-color: #c0c0c0;
    color: #000;
}
