

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-weight: bold;
}

a {
  color: #000;
}

a:hover {
  color: fff;
  text-decoration: none;
}

.logo {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  height: 100px;
}

.logo .arch-infogroup-logo {
  height: 60px;
}

.logo .claim {
  margin-top: 10px;
}

.logo .company-logo {
  display: none;
  height: 80px;
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 10px;
}

.logo .akeret_architektur_gmbh {
  height: 100px;
}

.logo .company-logo.daniel_raess_architekt_htl {
  margin-top: 0;
  height: 120px;
}

.companies {
  margin: 0 15px;
  border-bottom: 1px solid #000;
}

.companies .row {
  border-top: 1px solid #000;
  padding: 15px 0;
}

.companies .row:hover {
  background: #000;
  color: #fff;
}

.companies .row:hover a {
  color: #fff;
}

.companies .row-item {
  margin-bottom: 10px;
}

.companies .last {
  text-align: left;
}

footer {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 15px;
  font-size: 11px;
}


@media (min-width: 992px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .companies {
    margin: 0 auto;
  }
  .companies .row-item {
    margin-bottom: 0;
  }
  .companies .last {
    text-align: right;
  }
  footer {
    margin-left: 0;
  }
}
