.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  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: inherit;
  text-decoration: none;
  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;
}

#feladatok .underline {
}

#feladatok .underline-left:after {
  background-color: var(--hsa-kek);
}

ul {
  list-style-type: '– \ ';
}

#feladatok ::marker {
  color: var(--hsa-kek);
  font-weight: 600;
}

#hsa-logo {
  position: absolute;
  bottom: 0;
}

#green-line {
}

#green-line {
  width: 140px;
  height: 3px;
  background-color: var(--hsa-zold);
  margin-top: 2.2rem;
  margin-left: 1.5rem;
}

.icon-box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.75rem 1.5rem;
  max-width: 950px;
  min-height: 5.2rem;
}

.icon-box img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
}

.icon-box p {
  margin: 0;
}

.social > img {
  height: 1.2rem;
  object-fit: contain;
}

@media (min-width: 992px) {
  .divider:before {
    content: '\ \ |\ \ ' !important;
    white-space: nowrap !important;
  }
}

.divider:before {
  content: '\a';
  margin: 0 0.5rem;
  white-space: pre;
}

.social {
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

ul.line-list li::before {
  content: '' !important;
  width: 1rem;
  height: 2px;
  background: var(--hsa-kek);
  margin-top: 12px;
}

#jarallax-container-0 > div {
  background-position: right 26% top 50% !important;
}

.icon-list.money-list::before {
  background-image: url("wallet-icon.png");
}

.icon-list.food-list::before {
  background-image: url("restaurant-icon.png");
}

.icon-list.travel-list::before {
  background-image: url("bus-icon.png");
}

#kompenzacio {
  width: 55vw;
  max-width: 300px;
  position: absolute;
  right: 34vw;
  bottom: -5vh;
}

@media (min-width: 768px) {
  #kompenzacio {
    right: 23vw;
  }
}

@media (min-width: 1100px) {
  #kompenzacio {
    right: 17vw;
  }
}

@media (min-width: 1400px) {
  #kompenzacio {
    right: 12vw;
  }
}

.mini-heading {
  color: var(--hsa-zold);
  letter-spacing: 0.15em;
  margin-bottom: -0.5em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767px) {
  #hero {
    padding-bottom: 8rem;
  }
}

