@media (min-width: 300px) {
  .footer-clean {
    background-color: #061322;
    color: #fff;
    font-family: laksaman;
    padding-top: 20px;
  }
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: #fff;
  text-decoration: none;
  font-family: 'Laksaman';
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
  font-family: laksaman;
}

.col-lg-3.item.social {
  margin: auto;
}

#omos {
  text-align: center;
  padding: 40px;
  background: #ffffff;
  background-size: cover;
}

@media (min-width: 800px) {
  #omos {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
    background: #ffffff;
    background-size: cover;
  }
}

#lager {
  text-align: center;
  padding: 40px;
  background: url(../../assets/img/billedelager.jpeg) no-repeat;
  background-size: cover;
}

