.header-content {
  width: 100%;
  padding: 20px 0px;
  background: #fff;
}
.header-content {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}
.logo-top {
  float: left;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 20%;
}
.logo-top img {
  max-height: 65px;
}
.contact-top {
  width: 80%;
  float: right;
  padding: 0px 0px;
}
.info-company {
  width: 70%;
  float: left;
  padding-top: 15px;
}
.info-company h3 {
  font-family: UTM-Swiss-Condensed;
  font-size: 35px;
  color: #b21f25;
  text-transform: uppercase;
}
.fanpage-link {
  width: 30%;
  float: right;
  text-align: right;
}
div#lienket {
  margin-top: 0px;
  text-align: right;
}
div#lienket a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  transition: 1s;
}
div#lienket a i {
  height: 30px;
  width: 30px;
  background: #b21f25;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}
div#lienket a i:hover {
  background: #0004bd;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .fanpage-link {
    display: none;
  }
  .info-company {
    width: 100%;
    text-align: center;
  }
  .contact-top {
    width: 80%;
  }
  .logo-top {
    width: 20%;
    position: unset;
    padding: 0px 5px;
    text-align: center;
  }
  .logo-top img {
    width: 100px;
    padding: 5px;
  }
}
@media screen and (max-width: 803px) {
}
@media screen and (max-width: 603px) {
}
@media screen and (max-width: 460px) {
  .header-content {
    padding: 10px 5px;
    background: #0063b8;
  }
  .info-company h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .info-company {
    padding-top: 8px;
  }
}
