* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
  }
  
  body {
    height: auto;
    background-color: white;
    text-align: center;  
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    padding: 22px;
  }

  a:hover {
    background-color: #FFE6A7;
    color: black;
    width: 100%;
    text-align: center;
  }

                              /* --- Fejlcéc ---*/
  header {
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(80, 80, 80);
    position: fixed;
    border-top: ridge 1px rgb(160, 160, 160);
    border-bottom: ridge 1px rgb(160, 160, 160);
  }


                            /* --- Felső menüsor --- */
  .navbar {   
    width: 100%;
    max-width: 1400px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: white;
   }



  .navbar .links {
    display: flex;

    margin: auto;
  }

  .navbar .toggle_btn {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
  }

  .logo {
    display: none;
  }
                        /* --- Lenyíló menü --- */

.dropdown_menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 60px;
  height: 0;
  width: 300px;
  background: rgba(100, 100, 100, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open {
  height: 370px;
}

.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  align-items: c2enter;
  justify-content: center;
  padding: 0px;
}

.dropdown_menu .action_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

                   /* --- Responsiv menü --- */

  @media (max-width: 650px) {
    .navbar .links,
    .navbar .action_btn {
      display: none;
    }

    .navbar .toggle_btn {
      display: block;
    }

    .dropdown_menu {
      display: block;
    }
  }

  @media (max-width: 576px) {
      .dropdown_menu {
        left: 2rem;
        width: unset;
      }
  }

  @media (max-width: 650px) {
    .logo {
      display: block;
    }
  }


                /* --- Kapcsolati ürlap --- */ 

.contact-form {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact-form h2 {
    margin-bottom: 15px;
}
.contact-form label {
    display: block;
    margin-bottom: 5px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-form button {
    padding: 15px 60px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#message {
    height: 150px;
}


               /* ---  Bemutatkozó szöveg--- */

 .kozepso_box {
    background-color: white;
    margin: auto;
    width: 100%;
    max-height: 1100px;
  }

.szoveg_box {
    max-width:1200px;
    height: 1100px;
    background-color: white;
    text-align: justify;
    margin: auto;
    width: 100%;  
    padding-top: 80px;  
}

.szoveg {
  float: left;
  width: 60%;
  height: auto;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  line-height: 1.3rem;
}
@media screen and (max-width: 850px) {
  .szoveg {
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px rgb(160, 160, 160);
    height: auto;
  } 
}

button {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  background-color: #5cb85c;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #4cae4c;
}

.kep {
  float: left;
  width:40%;
  height: auto;
  padding-top: 50px;
  padding-left: 40px;
  color: white;
  background-color: white;
  line-height: 1.4rem;
}
@media screen and (max-width: 850px) {
  .kep {
    width: 100%;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: solid 1px;
  } 
}
 
@media screen and (max-width: 850px) {
    #eltech {
    display: none;
    } 
  }
  @media screen and (max-width: 850px) {
    .eltech1 {
       width: 100%;
       margin-left: 20px;
    } 
  }


                              /* ---  Lábléc--- */

.footer_box {
    background-color: rgb(80, 80, 80);
    margin: auto;
    width: 100%;
    max-height: 400px;
  }

.footer_kozepe {
    max-width:1200px;
    height: 400px;
    background-color: rgb(80, 80, 80);
    text-align: justify;
    margin: auto;
    width: 100%;  
    padding-top: 20px;  
}


                /* ---  Lábléc - bal oldali rész /térkép/ --- */

.footer_kozepe_1 {
  float: left;
  width: 40%;
  height: auto;
  max-height: 400px;
  padding-top: 30px;
  background-color: rgb(80, 80, 80);
}
@media screen and (max-width: 850px) {
  .footer_kozepe_1 {
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px rgb(160, 160, 160);
    height: auto;
  } 
}

.google-map {
 width: 100%;
 height: 290px;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;

}
@media screen and (max-width: 850px) {
  .google-map {
    width: 100%;
    display: block;    
  } 
}


                   /* ---  Lábléc - középső rész --- */

.footer_kozepe_2 {
  float: left;
  width:30%;
  height: auto;
  padding-top: 30px;
  padding-left: 40px;
  color: white;
  background-color: rgb(80, 80, 80);
  line-height: 1.4rem;
}
@media screen and (max-width: 850px) {
  .footer_kozepe_2 {
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    border-top: solid 1px;
  } 
}


               /* ---  Lábléc - jobb szélső rész--- */

.footer_kozepe_3 {
  float: left;
  width: 30%;
  height: auto;
  color: white;
  background-color: rgb(80, 80, 80);
}
@media screen and (max-width: 850px) {
  .footer_kozepe_3 {
    width: 100%;
    display: block;
    padding-top: 0px;
    padding-bottom: 30px;
    border-top: solid 1px rgb(160, 160, 160);
    border-bottom: solid 1px rgb(160, 160, 160);
    height: auto;
  } 
}

.footer_menu {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .footer_menu {
    width: 90%;
    display: block; 
    margin:auto;     
  } 
  }

.footer_menu a {
  background-color: rgb(80, 80, 80) ;
  color: white;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.footer_menu a:hover {
  background-color: #FFE6A7;
  color: black;
  border: solid 1px;
  border-radius: 20px;
}



               /*--- Legalsó szöveg rész ---*/

.also_resz {
  float: left;
  width: 100%;
  height: 50px;
  padding-top: 15px;
  background-color: rgb(80, 80, 80);
  color: white;
  text-align: center;
  border-top: solid 1px rgb(160, 160, 160);
 }
 @media screen and (max-width: 850px) {
  .also_resz {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px rgb(160, 160, 160);
    font-size: 12px;
  } 
}