.form-box {
  background-color: #f4f2e6;
  padding: 15px;
  padding-left: 35px;
  border: 1px solid #ddd8bc;
  border-radius: 4px;
  overflow:hidden;  }

.process {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 30px; }

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

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

.process-row:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ddd8bc;
  z-order: 0; }

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

.process-step p {
  color: #ddd8bc;
  margin-top: 10px; }

.process-step.active p {
  color: #9a4500; }

.process-step.completed p {
  color: #c8c1a0; }

.btn-process {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50px; }

.btn-process,
.btn-process:hover {
  color: #ddd8bc;
  background-color: #f4f2e6;
  border-color: #ddd8bc; }

.process-step.active .btn-process,
.process-step.active .btn-process:hover {
  color: #fff;
  background-color: #9a4500;
  border-color: #5c2900; }

.process-step.completed .btn-process,
.process-step.completed .btn-process:hover {
  color: #fff;
  background-color: #c8c1a0;
  border-color: #c8c1a0; }

.process-step.completed:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin-left: 85px;
  font-size: 2em;
  color: #5c2900; }

@media (max-width: 767px) {
  .process-row:before {
    top: 25px; }
  .btn-process {
    width: 50px;
    height: 50px; }
  button.btn-process .fa-3x {
    font-size: 2em !important; }
  .process-row p {
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .process-step.completed:before {
    margin-left: 60px;
    font-size: 1.5em; } }

/* zusätzlicher Breakpoint XXS + Offsets --------------------------- */
.visible-xxs {
  display: none !important; }

@media (max-width: 480px) {
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xxs-offset-0 {
    margin-left: 0; }
  .col-xxs-4 {
    width: 33.33333333%;
    float: left; }
  .col-xxs-8 {
    width: 66.66666667%;
    float: left; }
  .col-xxs-6 {
    width: 50%;
    float: left; }
  .col-xxs-12 {
    float: none;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .hidden-xxs {
    display: none !important; }
  .visible-xxs {
    display: block !important; } }

.text-muted {
    color: #777;
}