#footer .footer-col {
  font-size: var(--clFontSizeSmaller);
}

#footer .footer-col ul, #copyright {
  font-size: var(--clFontSizeSmall);
}

#footer {
  background-color: #e3dfd6;
  text-align: center;
  padding-bottom: 20px;
  padding-left: min(7vw,130px);
  padding-right: min(7vw,130px);
  letter-spacing: 0.25px;
  color: #544b34;;
}

#footer a {
  font-size: var(--clFontSizeSmaller);
  font-weight: 400;
  letter-spacing: 0.25px;
  color: var(--lightBase);
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #544b34;;
}

#footer h3 {
  font-size: var(--clFontSizeMediumPlus);
}

#footer h4 {
  font-size: var(--clFontSizeNormal);
  text-decoration: wavy;
  font-weight: 700;
  margin: 0;
  margin-bottom: min(2vw,28px);
  text-transform: uppercase;
  border-top: 1px solid white;
  padding-top: 5px;
}

#footer .footer-row {
  display: flex;
  max-width: 100%;  /*hagyd benne!*/
  overflow: hidden; /*hagyd benne!*/
  padding-top: 100px;
  max-width: var(--maxWidth);
  margin: auto;
  gap: 5%;
}

#footer .footer-row.copyright {
  gap: 8px;
}

#footer .footer-row.copyright .copyright .classweb-link {
  color: #0effa8;
}

#footer .footer-row.main {
  text-align: left;
  padding-top: 70px;
  margin: auto;
}

#footer .footer-col {
  /*
  padding-left: 3.5%;
  padding-right: 3.5%;
  */
  margin-top: 0;
}
/*
#footer .footer-col:first-of-type {
  padding-left: 0;
}

#footer .footer-col:last-of-type {
  padding-right: 0;
}
*/
#footer .footer-col.logo {
  display: block;
  width: 20%;
  margin: 0 auto auto 0;
  order: 1;
}

#footer .footer-col.logo .image-main {
  margin: auto;
  max-width: 180px;
}

#footer .footer-col.logo .image-main img {
  width: 100%;
}

#footer .footer-col.contact {
  white-space: nowrap;
  order: 4;
  width: 30%;
}

#footer .footer-col.contact img {
  padding-right: 4%;
  border-radius: 0;
  width: 20px;
  height: 20px;
  filter: brightness(200%);
}

#footer .footer-col.contact .social-list img {
  width: 40px;
  height: 40px;
}

#footer .footer-col.info {
  width: 25%;
  order: 2;
}

#footer .footer-col.menu {
  order: 3;
  width: 15%;
}

#footer .footer-col ul {
  list-style-type: none;
  text-align: left;
  font-size: var(--clFontSizeSmaller);
  padding-left: 0;
  display: grid;
  width: 100%;
  margin: 0;
}

#footer .footer-col ul.social-list {
  margin-top: 5%;
  /*display: block;*/
}

#footer .footer-col ul.social-list li {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

#footer .footer-col ul li {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer-col ul li.companyname1 {
  font-weight: 700;
}

/*
#footer .footer-col ul li.phone1, #footer .footer-col ul li.phone2 {
  margin-top: 7%;
}
*/

#footer .footer-col ul li span.prefix {
  margin-right: 1%;
}

#footer .footer-col ul li svg.contact{
  padding-right: 18px;
}

#footer .footer-row.logo {
  overflow: hidden; /*hagyd benne*/
}

#footer .footer-row.logo, #footer .footer-row.contact {
  display: none;
}

#footer .footer-row.logo .image-main img {
  width: 20%;
  margin: auto;
}

#footer .footer-row.copyright {
  justify-content: center;
}

#footer .footer-row.copyright .copyright {
  display: inline-block;
  font-size: var(--clFontSizeSmall)
}

@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
  #footer .footer-row.main .gmap {
    display: none;
  }

  #footer .footer-col.contact {
    width: 35%;
  }

  #footer .footer-col.info {
    width: 20%;
  }
}

@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1024px) {
  #footer .footer-row.logo .image-main img {
    width: max(20%,180px);
  }
}

@media only screen and (max-width: 900px) {
  #footer {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  #footer .footer-row.main .gmap, #footer .footer-row.main .contact {
    display: block;
  }
  
  #footer .footer-row.contact {
    display: none;
  }
  
  
  #footer .footer-row, #footer .footer-row.main {
    flex-direction: column;
    text-align: center;
  }
  
  #footer .footer-row.main, #footer .footer-row.copyright {
    padding-top: 0;
  }
  /*
  #footer .footer-col.logo {
    display: none;
  }
  */
  
  #footer .footer-col, #footer .footer-row.logo {
    margin: auto;
    margin-bottom: 7%;
    padding: 0;
  }
  
  #footer .footer-col.menu, #footer .footer-col.contact, #footer .footer-col.social, #footer .footer-col.info, #footer .footer-col.gmap {
    width: 80%;
    text-align: center;
  }
  
  #footer .footer-col.gmap {
    height: 250px;
  }
  
  #footer .footer-col.contact ul li{
    text-align: left;
    flex-wrap: nowrap;
    width: 100%;
  }
  
  #footer .footer-col-text {
    display: block;
    text-align: center;
  }
  
  #footer .footer-col.social .social-container {
    margin-top: 1em;
  }
  
  #footer .footer-col.social img {
    padding: 0 3%;
  }
  
  #footer h4 {
    margin: 0 auto 3.5% auto;
  }
  
  #footer .footer-col ul li {
    justify-content: center;
  }

  #footer .footer-col ul.social-list {
    text-align: center;
  }
  
  #footer .footer-row.copyright {
    flex-direction: inherit;
  }
  
  #footer .footer-col.contact .footer-contact-items {
    justify-content: center;
    gap: 5px;
  }  

  #footer .footer-col.logo .image-main {
    width: 50%;
    max-width: 50%;
  }

  #footer .footer-col.logo {
    margin: 0 auto min(7vw, 130px) auto;
    width: auto;
  }
}

@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 600px) {
  #footer .footer-col.menu, #footer .footer-col.contact, #footer .footer-col.social, #footer .footer-col.info, #footer .footer-col.gmap {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #footer .footer-col {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) { 
  #footer h4 {
    margin: 7% auto;
  }
  
  #footer .footer-row.copyright {
    flex-direction: column;
    margin-top: 3.5%;
  }

}

@media only screen and (max-width: 350px) {
  #footer .footer-col.contact ul li {
    text-align: center;
  }
}