#footer h3, #footer .footer-col.menu ul li.large {
  font-size: var(--clFontSizeMediumPlus);
}

#footer p, #footer .footer-contact-items li a, #footer p, #footer .footer-contact-items li a, #footer .footer-col.menu ul li.medium {
  font-size: var(--clFontSizeSmallPlus);
}

.copyright, #footer h4, #footer .footer-col ul {
  font-size: var(--clFontSizeMinimal);
}

#footer h4, #footer h3 {
  font-weight: 800;
}

#footer .footer-col.menu ul li.large {
  font-weight: 700;
}

#footer .footer-col.menu ul li.medium {
  font-weight: 500;
}

#footer .footer-contact-items li a, #footer .footer-col ul {
  font-weight: 400;
}

/* FOOTER */
#footer {
  text-align: center;
  padding: 60px 7%;
  
  /*if overlapping*/
  position: sticky;
  bottom: 1px; /*MCS 251211 bugfix - bottom 0px cause blury when scolling */ 
  z-index: 0;
}

#footer>* {
  max-width: 1920px;
}

#footer h3 {
  letter-spacing: 2px;
  margin: 5px 0;
}

#footer h4 {
  font-style: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: fit-content;
}

#footer h4::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0px auto;
}

#footer .footer-row {
  display: flex;
  /*max-width: 100%;  MCS 2301012 - nem kell mar 
  overflow: hidden;
  padding-top: 2.5em;*/
}

#footer .footer-row.main {
  text-align: left;
  padding-top: 70px;
}

#footer .footer-row.copyright {
  gap: 5px;
  justify-content: center;
}

#footer .footer-col.logo {
  text-align: left;
}

#footer .footer-col {
  padding: 0 2% 0 2%;
}

#footer .footer-col:first-of-type {
  padding-left: 0;
}

#footer .footer-col:last-of-type {
  padding-right: 0;
}

#footer .footer-col.logo .image-main img, #footer .footer-col.logo .image-main svg {
  width: 100%;
}

#footer .footer-col.logo .image-other {
  text-align: right;
}

#footer .footer-col.logo .image-other img, #footer .footer-col.logo .image-other svg {
  width: 35%;
  margin: auto;
}

#footer .footer-col.social {
  width: 12%
}

#footer .footer-col.aboutus, #footer .footer-col.logo {
  width: 16%
}

#footer .footer-col.contact {
  width: 26%
}

#footer .footer-col.menu {
  width: 34%
}
/*
#footer .footer-col.menu ul {
  display: inline;
}
*/
#footer .footer-col.menu ul li {
  /*margin-right: 4%;*/
  letter-spacing: 0px;
  display: flex;
  align-items: center;
}

#footer .footer-col ul {
  list-style-type: none;
  text-align: left;
  letter-spacing: 1px;
  padding-left: 0;
}

#footer .footer-col ul li:not(.facebook) {
  height: 40px;
}
/*
#footer .footer-col ul li:after {
  content: "\A";
  white-space: pre;
}
*/

#footer .footer-contact-items li {
  display: flex;
  justify-content: center;
}

#footer .footer-contact-items li svg {
  margin: auto;
  margin-left: unset;
  margin-right: unset;
}

#footer .footer-contact-items li a, #footer .footer-contact-items li .contact-content {
  /*display: inline-flex;*/
  margin: auto;
  margin-left: 4%;
}

#footer .footer-contact-items li .contact-content a {
  margin-left: 0;
}

#footer .footer-col ul li svg.contact{
  padding-right: 18px;
}

#footer .footer-col .social.fb {
  padding-right: 30px;
}

#footer .footer-row-logo {
  padding-top: 2em;
  overflow: hidden; /*hagyd benne*/
}

.copyright {
  text-align: center;
}

#footer .footer-col.social .social-list {
  display: inline-flex;
  margin: 0;
}

#footer .footer-col.social .social-list li:not(:last-of-type) {
  padding-right: min(2.5vw,15px);
}

@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1440px) {
  #footer h4, .copyright {
    letter-spacing: 0.31vw;
  }
  
  #footer .footer-col ul, .copyright  {
    letter-spacing: 0.07vw;
  }
}

@media only screen and (max-width: 1024px) {
  #footer h4, .copyright {
    letter-spacing: 0.2vw;
  }
  
  #footer {
    padding: 30px 3%;
  }
}

@media only screen and (max-width: 900px) {
  #footer {
    padding: 20px 2%;
  }
  
  #footer .footer-col ul {
    line-height: 2.7em
  }
  
  #footer .footer-col .social {
    width: 2.2vw;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  #footer {
    position: relative;
    padding: 14% 7%;
  }
  
  #footer .footer-row.main {
    flex-direction: column;
    padding-top: 0;
  }
  
  #footer h3 {
    display: inline;
  }
  
  #footer h4 {
    letter-spacing: 0.5vw;
    margin: 2vw auto;
    border-bottom: 2px solid #29C2DE;
    padding-left: 1vw;
    font-size: var(--clFontSizeSmall);
  }
  
  #footer h4::after {
    display: none;
  }
  
  #footer .footer-col {
    padding: 0 0 5vw 0;
  }
  
  .copyright, #footer h4, #footer .footer-col ul {
    font-size: var(--clFontSizeSmall);
  }
  
  #footer .footer-col.aboutus, #footer .footer-col.contact, #footer .footer-col.menu, #footer .footer-col .social, #footer .footer-col.aboutus, #footer .footer-col.logo, #footer .footer-col.social  {
    width: 100%;
    text-align: center;
  }
  
  #footer .footer-col.aboutus h3.first-line {
    padding-right: 1vw;
  }
  
  #footer .footer-col.menu ul {
    display: inline;
    text-align: left;
  }
  
  #footer .footer-col.contact ul {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  
  #footer .footer-col ul li {
    float: initial;
    margin: auto;
  }
  
  #footer .footer-col ul.social-list li {
    margin: 1.5%;
  }
  
  #footer .footer-col ul.social-list li:first-of-type {
    margin-left: auto;
  }
  
  #footer .footer-col ul.social-list li:last-of-type {
    margin-right: auto;
  }
  
  #footer .footer-contact-items li {
    width: 100%;
  }
  
  #footer .footer-contact-items li a {
    margin-left: 1.5%;
  }
    
  #footer .footer-col.menu ul li {
    margin: 0;
    display: inline-block;
    padding-right: 10px;
  }
  
  #footer .footer-col .social {
    width: 5vw;
  }
  
  #footer .footer-col.logo .image-main img, #footer .footer-col.logo .image-main svg {
    width: 50%;
  }
  
  #footer .footer-col.logo .image-other {
    text-align: center;
    margin-top: 3.5%;
  }
  
  #footer .footer-col.logo .image-other img, #footer .footer-col.logo .image-other svg{
    width: 20%;
  }
}

@media only screen and (max-width: 600px) {
  #footer .footer-col {
    padding: 0 0 5vw 0;
  }
  
  #footer .footer-col ul {
    line-height: 2.5em;
  }
}

@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 400px) {
  #footer .footer-col ul {
    line-height: 2em;
  }
}
@media only screen and (max-width: 350px) {}