body {
    color: #ffffff;
    justify-content: center; /* vízszintesen középre */
    align-items: center;     /* függőlegesen középre, ha kell */
    min-height: 100vh;       /* teljes magasság */
    gap: 10px;
    padding: 20px;
    padding-bottom: 0px;
    background-color: #3e3e3e;
  }
.buttonkapcsolat {
background-color: #3e3e3e;
justify-content: center;
margin: 10px;
padding: 10px;
border-color: #252525;
cursor:pointer;
color: white;


  transition: 0.3s;
  border-radius: 8px;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);

}
.buttonkapcsolat:hover {
  transform: scale(1.05);
}
  @media screen and (orientation: landscape) { .cimlapkep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: url("cimlapkep.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 100vh;
}
  }
.elerhetosegek {
margin-top: 18px;
font-style: italic;
}
.footer {
  font-size: 16px;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10;
  font-style: italic;
  margin-top: 10px;
  color: #ababab;
}
.footer a{
  color: #ababab;
}
.header h1{
    display: flex;
    flex-wrap: wrap;
    min-height: 20vh;       /* teljes magasság */
    gap: 10px;
    padding: 20px;
    font-size: 60px;
    font-weight: normal;
    align-items: center;  
    justify-content: center;
}
.centered-caption {
  text-align: center;
}
.centered-caption figcaption {
  margin-top: 5px;
  font-style: italic;
}
p{
  text-align: center;
  margin: auto;
  font-size: 20px;
  margin-bottom: 6px;
}

h2 {

  text-align: center;
  margin: auto;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: normal;
}
.szovegdoboz {
    text-align: center;
    align-items: center;  
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #ababab;   
}
img {
max-width: 3000px;
margin: 10px;
}
a {
  color: #ffffff;
  text-decoration:none;
  font-weight: normal;
}
.gallery-lejjebb {
  position: relative;

  margin-bottom: 20px;
}
.gallery-lejjebb2 {
  position: relative
}

@media screen and (orientation: landscape) { 
.gallery-lejjebb2 {
  position: absolute;
  top: 150vh;
  margin-top: 10px;
}
.lejjebbminden {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
}
.gallery-lejjebb {
  position: absolute;
  top: 100vh;
  margin-top: 10px;
}}
.fejlec {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.gallery img {
  margin: 10px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  max-height: 200px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.gallery img:hover {
  transform: scale(1.05);
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }