body {
  background-color: rgb(166, 228, 224);
  }


li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    padding: 22px;
    }

  a:hover {
    text-decoration: none;
    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;
    }
  }
 

  .kozepe {
    max-width: 1000px;
    margin: auto;
    padding-top: 80px;
  }

 
                /* ---  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;  
    font-weight: 400;
    font-size: 18px;
}


                /* ---  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;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
@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);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1rem;
}
@media screen and (max-width: 850px) {
  .footer_kozepe_3 {
    width: 100%;
    display: block;
    padding-top: 0px;
    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%;
    margin:auto;
    display: block;      
  } 
  }
  
.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);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  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;
  } 
}