footer .footer-abbinder {
  min-height: 105px;
  background-color: #e1e1dc;
  color: #5a5959;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-abbinder .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
footer .footer-abbinder .row div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.035em;
  line-height: 1;
  margin-top: 10px;
}
footer .footer-abbinder .row div.pushflex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-abbinder .row div ul {
  list-style: none;
}
footer .footer-abbinder .row div ul li {
  float: left;
  position: relative;
  margin-right: 40px;
}
footer .footer-abbinder .row div ul li:after {
  content: '';
  position: absolute;
  top: -3px;
  right: -20px;
  height: 15px;
  width: 1px;
  background-color: #053c57;
}
footer .footer-abbinder .row div ul li:last-child {
  margin-right: 0;
}
footer .footer-abbinder .row div ul li:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
  footer .footer-abbinder .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-abbinder .row div.pushflex {
    margin-bottom: 15px;
  }
}
