footer {
  background-color: #222;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-contact,
.footer-varosok,
.footer-linkek {
  flex: 1 1 250px;
  margin: 10px;
  color: white;
}

.footer-varosok a,
.footer-linkek a,
.footer-contact p a,
.footer-contact p {
  color: white;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-contact h3,
.footer-varosok h3,
.footer-linkek h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #FD9B21;
}

.footer-linkek a:hover,
.footer-varosok a:hover,
footer p a:hover {
  color: #FD9B21;



}



.footer-bottom,
.footer-bottom p a {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  font-size: 13px;
  color: #888;
  transition: color 0.3s ease;
}


#fejlec {
  background-color: #F1F1F1;
  height: 4vh;
  color: #7a7a7a;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0;
  font-family: 'Times New Roman', Times, serif;
}

#fejlec a {
  color: #7a7a7a;
  transition: color 0.3s ease;
}

#fejlec a:hover {
  color: #FD9B21;
}

.kisKepek {
  max-width: 30px;
  height: auto;
  vertical-align: middle;
  margin: 0 0.2% 0 17%;
}

#ora {
  max-width: 31px;
  margin: 0 0.2% 0 0;
}

#menusor {
  display: flex;
  height: 7vh;
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  width: 100%;
  background-color: white;
}

.logolink {
  height: 100%
}

.logo {
  height: 100%;
  width: auto;
}

#lehetosegek {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  gap: 5%;
}

.downarrow {
  height: 17px;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}


.downarrow {
  height: 17px;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}

.fomenu>a,
#lehetosegek>a {
  text-decoration: none;

  font-weight: bold;
  font-size: 170%;
  color: #444444;
  font-family: 'Segoe UI', sans-serif;
}

.fomenu {
  position: relative;
  z-index: 10;
}

.fomenu:hover .almenu {
  max-height: 500px;
  opacity: 1;
  padding: 15px 0;
  pointer-events: auto;
}

.almenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F1F1F1;
  color: #141414;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  pointer-events: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 9;
  box-shadow: inset 5px 0 0 0 #FD9B21;
  max-width: 100vw;
}

.almenu a {
  display: block;
  padding: 15px 30px;
  white-space: nowrap;
  text-shadow: none;
  color: #141414;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  font-size: 25px;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
}

.almenu a:hover {
  background-color: white;
  cursor: pointer;
  color: #FD9B21;
  box-shadow: inset 5px 0 0 0 black;
  overflow: hidden;
}

#megnyitasdiv img {

  right: 0;
}

#megnyitasdiv2 {

  right: 0;
}

.megnyitasclass {
  position: fixed;
  width: 50%;
  height: 100%;
  background-color: #FD9B21;
  z-index: 5;
}

.megnyitasclass img {
  position: absolute;
  top: 45%;
}



#telefon {
  display: none;
}

#uzenet-siker,
#uzenet-hiba {
  background: #FD9B21;
  color: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display:none;
  width: 70%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#uzenet-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 962px) {
  #telefon {
    display: block;
  }

  #menusor {
    display: none;
  }

  #fejlec {
    display: none;
  }



  .telefon-kiskepek {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }

  #telefon-fejlec {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    background-color: #F1F1F1;
  }

  #telefon-fejlec a {
    display: flex;
    align-items: center;
    color: #7a7a7a;
    ;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
  }

  #telefon-menusor {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;

  }

  .logolink {
    height: 80px;
    width: auto;
    margin-left: 3px;
  }

  .logo {
    height: 100%;
    width: auto;
  }



  #telefon-lehetosegek {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100dvh;
    background-color: #fff7ef;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.4s ease, padding 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  }

  #telefon-lehetosegek.active {
    width: 60vw;
    max-width: 320px;
    padding: 20px;
  }

  #bezaras {
    height: 20px;
    width: auto;
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
  }

  #telefon-lehetosegek-pontok>a:first-of-type {
    margin-bottom: 12px;
  }

  #telefon-lehetosegek-pontok {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
  }


  #telefon-lehetosegek-pontok a {
    text-decoration: none;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
  }

  #telefon-lehetosegek-pontok span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .downarrow {
    height: 10px;
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .downarrow.active {
    transform: rotate(90deg);
  }

  #telefon-szereles-menu,
  #telefon-javitas-menu,
  #telefon-felujitas-menu {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    gap: 6px;
    font-size: 15px;
    transition: height 0.4s ease;
  }

  #telefon-szereles-menu.active {
    height: 220px;
  }

  #telefon-javitas-menu.active {
    height: 185px;
  }

  #telefon-felujitas-menu.active {
    height: 32px;
  }

  #telefon-szereles-menu a,
  #telefon-javitas-menu a,
  #telefon-felujitas-menu a {
    padding: 7px;
    font-weight: 400;
    overflow: hidden;
  }

  #telefon-kapcsolat-info {
    margin-top: auto;
    padding: 16px 0 24px 0;
    width: 100%;
    border-top: 1px solid #e5d8ce;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff7ef;

  }

  #telefon-kapcsolat-info .info-blokk {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;

  }

  .info-blokk span,
  .info-blokk a {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  #telefon-kapcsolat-info a {
    text-decoration: none;
    color: #333;

  }

  #telefon-kapcsolat-info a,
  #telefon-kapcsolat-info span {
    font-family: 'Times New Roman', Times, serif;
  }

  .footer-container * {
    text-align: center;
  }

  .kisKepek {
    margin: 0;
  }

  #more-ikon {
    height: 40px;
    width: auto;
    margin-right: 5px;
  }

  .focim h1 {
    font-size: 30px;
  }

  .repair-container h2 {
    font-size: 25px;
  }

  h2 img {
    height: 25px;
    width: auto;
  }

  .selection-bevezetes,
  .selection-div p {
    font-size: 15px;
  }

  .ajanlat-div {
    margin: 15px 10px 15px 10px;

  }

  .selection {
    padding: 15px 0 0 0;
  }

  header h1 {
    margin: 0;
  }

  .miert-minket h2 {
    font-size: 23px;
  }

  .header {
    padding: 15px 0 0 0;
  }

  .header h1 {
    font-size: 23px;
  }

  .header p {
    font-size: 15px;
  }

  .selection:first-of-type {
    margin-top: 0;
  }

  body {
    background-color: #fffaf5;
  }

  .form-container {
    margin: 0;
    padding: 15px
  }

  ul li::before {
    content: none;
    margin-right: 8px;
  }
}


@media screen and (max-width: 870px) {
  .logolink {
    height: 60px;
  }

}