* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
  }
  
  body {
    height: auto;
    background-color: rgb(235, 235, 235);
    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;
    }
  }


                  /* ---- Felső kép ---*/

  .felso_kep {
    width: 100%; 
    min-width: 200px;
    height: auto;
    min-height: 200px;
  }


               /* ---  Bemutatkozó szöveg--- */

  .kozepso_box {
    background-color: rgb(240, 240, 240);
    text-align: justify;
    margin: auto;
    width: 100%;
    height: auto;
}

  .kozepso_szoveg {
    background-color: rgb(240, 240, 240);
    text-align: justify;
    line-height: 1.3rem;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;  
    max-width: 1200px;
    margin: auto;
    width: 100%;
    height: auto;
}


                    /* ---  Szolgáltatások menü--- */

.szolgaltatasok_box {
    width: 100%;
    height: auto;
    padding-top: 80px;
    background-color: white;
    text-align: center;
    margin: auto;   
}

.szolgaltatasok {
  background-color: white;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;  
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: auto;
}
                    
.slideshow-container {
  max-width: 1099px;
  padding-top: 70px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  background-color: white;
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 850px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  min-height: 600px;
  height: auto;
  font-size: 16px;
  border: ridge 1px rgb(160, 160, 160);
  border-radius: 20px;
}

.container {
  padding: 0 30px;

}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  color: black;
  background-color: white;
  text-align: center;
  cursor: pointer;
  width: 50%;
  min-width: 150px;
  padding: 10px;
  font-size: 16px;
  border: solid 1px;
  border-radius: 20px;
}

.button:hover {
  color: black;
  background-color: #FFE6A7;
}

.vonal1 {
  height: 5px;
  background-color: rgb(92, 148, 253);
  width: 10%;
  margin-left: 45%;
}
@media screen and (max-width: 850px) {
  .vonal1 {
    display: block;
    width: 40%;
    margin-left: 30%;
  } 
}



                   /* ---  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%;
    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);
  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;
  } 
}
