.faillissement {
  margin: 100px 0;
  padding: 0 80px;
  position: relative;
}
.faillissement .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.faillissement .wrapper .goBack {
  position: absolute;
  opacity: 0.4;
  top: -55px;
  color: #293645;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .goBack:hover {
  color: #f5a850;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .goBack:hover .arrow:before {
  width: 30px;
  background: #f5a850;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .goBack:hover .arrow i {
  color: #f5a850;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .goBack .arrow {
  display: inline-block;
  position: absolute;
  left: -40px;
}
.faillissement .wrapper .goBack .arrow:before {
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  top: 10px;
  width: 14px;
  background: #293645;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .goBack .arrow i {
  font-size: 16px;
  color: #293645;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .smallLabel {
  display: block;
  font-size: 12px;
  background: #ea6868;
  padding: 8px 15px;
  line-height: 12px;
  color: #ffffff;
  font-family: Open sans;
  vertical-align: top;
  width: 120px;
  text-align: center;
  margin-top: 5px;
}
.faillissement .wrapper .smallLabel.primary {
  background: #31bebf;
}
.faillissement .wrapper .indienen {
  position: absolute;
  right: 0;
  top: -65px;
}
.faillissement .wrapper .faillissementInfo .col {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-top: 20px;
  padding-right: 50px;
}
.faillissement .wrapper .faillissementInfo .col:last-child {
  width: 60%;
}
.faillissement .wrapper .faillissementInfo .col .row {
  margin-bottom: 24px;
}
.faillissement .wrapper .faillissementInfo .col .row:last-child {
  margin-bottom: 0;
}
.faillissement .wrapper .faillissementInfo .col .row a {
  font-weight: 600;
  color: #293645;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faillissement .wrapper .faillissementInfo .col .row a:hover {
  color: #f5a850;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1300px) {
  .faillissement {
    padding: 0;
  }
  .faillissement .wrapper .goBack {
    padding-left: 40px;
  }
  .faillissement .wrapper .goBack .arrow {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .faillissement .wrapper .goBack {
    position: static;
    margin-bottom: 20px;
    display: block;
    padding-left: 0;
  }
  .faillissement .wrapper .goBack:hover .arrow:before {
    width: 14px;
  }
  .faillissement .wrapper .goBack .arrow {
    position: static;
    margin-right: 10px;
  }
  .faillissement .wrapper .tinyTitle {
    display: block;
  }
  .faillissement .wrapper .indienen {
    position: static;
    margin-bottom: 20px;
  }
  .faillissement .wrapper .faillissementInfo .col {
    width: 100%;
    padding: 0;
  }
  .faillissement .wrapper .faillissementInfo .col:last-child {
    width: 100%;
  }
}
/*# sourceMappingURL=faillissementen_detail.css.map */