* {
    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;
    }
  }



              /* ---  Bérelhető készülékek --- */

 .kozepso_box {
    margin: auto;
    width: 100%;
    max-height: 1100px;
    padding-top: 50px;
  }

.szoveg_box_3 {
    max-width: 1200px;
    height: auto    ;
    background-color: white;
    text-align: justify;
    margin: auto;
    width: 100%;  
    padding-top: 50px;
    padding-bottom: 40px;
}

.felso_szoveg {
    width: 100%;
    font-size: 35px;
    line-height: 2.0rem;
    text-align: center;
}
@media screen and (max-width: 850px) {
    .felso_szoveg {
      display: block;
      font-size: 18px;
      padding-left: 20px;
      padding-right: 20px;
    } 
  }

.vonal1 {
    height: 5px;
    background-color: rgb(92, 148, 253);
    width: 50%;
    margin-left: 25%;
  }
  @media screen and (max-width: 850px) {
    .vonal1 {
      display: block;
      width: 40%;
      margin-left: 30%;
    } 
  }

.felso_gombsor {
    width: 100%;
    height: auto;
    background-color: white;
    margin: auto; 
}
@media screen and (max-width: 850px) {
    .felso_gombsor {
      width: 90%;
      height: auto;
      padding: auto;
      display: none;
    } 
  }

.myBtnContainer {
    width: 850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 850px) {
    .myBtnContainer {
      display: block;
      width: 100%;
      height: auto;
    } 
  }

  .myBtnContainer1 {
    width: 1100px;
    margin: auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 850px) {
    .myBtnContainer1 {
      display: block;
      width: 100%;
      height: auto;
    } 
  }

  .gepek {
    width: 100%;
    margin:auto;
    background-color: rgb(240, 240, 240);
    border-top: 2px solid lightgray;
  }

.filterDiv {
    float: left;
    background-color: white;
    color: #ffffff;
    width: 360px;
    height: 455px;
    margin: 20px;
    text-align: center;
    display: none;
    border: solid 1px rgb(160, 160, 160);
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
    cursor:pointer;
  }
  @media screen and (max-width: 850px) {
    .filterDiv {
      display: block;
      width: 87.5%;
      height: auto;
     } 
  }
  #color {
    background-image: url("Egyebek/color_background.jpg");
    background-repeat: no-repeat;    
  }

  #black {
    background-image: url("Egyebek/black_background.jpg");
    background-repeat: no-repeat;   
  }

  .geptipus {
    color: black;
    line-height: 1.5rem;
    margin-top: 5px;
  }
 
  #tulajdonsagok {
    float: left;
    width: 35%;
    margin-top: 70px;
    text-align: left;
    padding-left: 10px;
    color: black;
  }

  .vetelar {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 25px;
    background-color: rgb(134, 134, 134);
    font-size: 18px;
    border-bottom: solid 1px white;
   }

  .berlesi_dij {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 0px;
    background-color: rgb(255, 0, 0);
    font-size: 18px;
    border: solid 1px rgb(160, 160, 160);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
   }

#dij_szoveg {
    float: left;
    padding-left: 10px;
    padding-top: 15px;
    text-align: left;
    width: 40%;
  }
#havidij {
    float: right;
    text-align: right;
    width: 60%;
    padding-top: 5px;
    padding-right: 10px;
  }
    
  .show {
    display: block;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: 0;
    display: inline-block;
    color: black;
    background-color: white;
    text-align: center;
    cursor: pointer;
    width: auto;
    min-width: 250px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: solid 1px;
    border-radius: 20px;
    margin-top: 5px;
   }
  
  .btn:hover {
    color: black;
    background-color: #FFE6A7;
  }
  @media screen and (max-width: 850px) {
    .btn {
      display: block;
      width: 100%;
    } 
  }
    



                            /* ---  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;
  margin: auto;
  }
  @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;
  } 
  }
