@charset "utf-8";

/* Globális stílusok */

html {
  font-size: 16px;
  text-decoration-color: #fff;
  font-family: sans-serif;
}

@media (min-width: 480px) {
  html {
    font-size: calc(1em + .5vw)
  }
}

body {
    background-attachment:fixed;
    width: auto;    
    background-repeat: no-repeat;
    background-size: cover;
    } 


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    margin-top: 0px;   
    z-index: 1; /* Az alapértelmezett z-index érték */
  }

  .nav-container nav {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: relative;
    top: -4rem;
    padding: 0.2rem;
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
    margin-top: 4.2rem;
  }
  
  .nav-container ul {
    display: inline-block;
    padding: 0;
    font-size: 1.2rem;
  }
  
  .nav-container li {
    display: inline-block;
    margin: 0 10px;
  }
  
  .nav-container li a {
    font-size: 0.8rem;
  }
  

  
.emblema {
  height: 3.5rem;
  float: right;
  margin-right: 1rem;
  margin-top: -3.85rem;
}

  .section {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    width: 80%;
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: block;
  border-radius: 1rem;
  }
  
  .section1 {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 100%;
    height: auto;
    margin-top: 0rem;
    margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: block;
  border-radius: 1rem;
  }

  .section2 {
    border-radius: 1rem;
    padding: 1rem;
    height: 5rem;
  }
  
  .section2 .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  
  .section2 .menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    margin-right: 1rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5; /* növelt sortávolság */
  }

  .menu1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  
  .menu1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    margin-right: 1rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5; /* növelt sortávolság */
  }
    
  
  
  .table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    text-align: center;
  }
  
  .row {
    display: table-row;
  }
  
  .column {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    position: relative;
    padding: 1rem;
    border-radius: 5px;
  }
  
  a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  
  figcaption {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-align: center;
  }
  
  .imgtable {
    max-width: 100%;
    max-height: 100%;
  }
  
  .column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .column:hover:before {
    opacity: 1;
  }
  
  .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    white-space: pre-wrap;
    font-size: 0.8rem;
    text-align: center;
    z-index: 2;
    display: none;
  }
  
  .column:hover .popup {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  
  tbody {
    border-radius: 5px;
  }
  

  
  .napikep {
    height: 5rem;
    width: auto;
    max-width: 100%;
  }
  
  .napikep:hover {
    height: 15rem;
  }
  

  a {
      text-decoration: none;
      color: white;
  }
  
  /* Felső, alsó margó: 1rem; Jobb, bal margó: 1rem */

h1 {
  font-size: 2rem;
  text-align: center;
  color: #ebc960;
 position: relative;
 margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 4rem;
  margin-left: auto;
margin-right: auto;
padding: 0.1rem;
display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  all: initial;
  font-size: 1.5rem;
  /* margin: felső jobb alsó bal */
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  color: white;
  display: block;
}

h3 {
  all: initial;
  font-size: 1.2rem;
  /* margin: felső jobb alsó bal */
  
 
  padding-left: 1rem;
  color: white;
  display: block;
}

.h3link {
  all: unset;
  color: chartreuse;
  margin-left: 5rem;
  line-height: 2;
  font-size: 1.5rem;
}


.h3link:hover {
  color: white;
  margin-left: 5rem;
  font-size: 1.7em;
}


h4 {
  all: initial;
  font-size: 1rem;
  /* margin: felső jobb alsó bal */
  padding-top: 0.2rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  color: white;
  display: block;
}

p {
  /* margin: felső jobb alsó bal */
  padding: 1rem;
  text-align: justify;
  text-align-last: left;
  color: white;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

p {
  overflow: hidden;
}


.tovabb {
  text-align: center;
  width: 10rem;
  font-style: italic;
  font-size: 0.8em;
  font-weight: normal;
  float: right;
  padding: 0.5em 1em; /* növelhető/csökkenthető a nyomógomb méretének megfelelően */
  background-color: #333; /* fekete háttérszín */
  color: #fff; /* fehér szövegszín */
  border-radius: 5px; /* lekerekített sarkok */
  text-decoration: none; /* eltávolítja az aláhúzást */
  transition: all 0.2s ease-in-out; /* sima átmenet */
}

.tovabb:hover {
  background-color: #444; /* sötétebb háttérszín, ha az egér fölé kerül */
  color: #fff; /* fehér szövegszín */
  transform: translateY(-2px); /* enyhe felugrás hatás az egér fölé kerüléskor */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* árnyék */
}


.szoveg-vege {
  font-weight: normal;
}

/* styles.css youtube videok*/

.video-container {
  position: relative;
  width: 90%;
  padding-bottom: 51%; /* A 16:9-es képarányhoz tartozó magasság */
  margin: 0 auto; /* középre igazítás */
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span {
  font-weight: bold;
}

.kiemeltszo {
  font-weight: bold;
  font-size: 1.2em;
}

.btn {
  float: left;
}

.avissza {
  color: chartreuse;
  margin-left: 4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  display: block; /* hozzáadva */
}

.visszaeszencia {
  background-color: rgba(0, 0, 0, 0.9);
  width: 10rem;
  height: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  font-style: italic;
  display: flex; /* hozzáadott szabály */
  align-items: center; /* középre igazítás */
  margin-left: auto;
  margin-right: auto;
}




article {
  width: auto;
}


a {
  text-decoration: none;
  margin: 0rem;
  color: chartreuse;
}

a:hover {
  color: #fff;
  text-shadow: 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27), 0 0 20px rgb(255, 224, 27);
}

.cseppek {
  
  padding: 1rem;
  border-radius: 3rem;
}

.cseppkep {
  float: right;
  margin-left: 10px;
  width: 5rem;
  height: auto;
}

.cseppkep:hover {
  width: 40%; /* A kép mérete megduplázódik, amikor az egér fölé kerül */
}

/*
.a {
  color: white;
  font-weight: 800;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
*/

.kevesebb {
  font-size: 0.8rem; 
  font-style: italic;
  float: right;
  padding: 0.5em 1em; /* növelhető/csökkenthető a nyomógomb méretének megfelelően */
  background-color: #333; /* fekete háttérszín */
  color: #fff; /* fehér szövegszín */
  border-radius: 5px; /* lekerekített sarkok */
  text-decoration: none; /* eltávolítja az aláhúzást */
  transition: all 0.2s ease-in-out; /* sima átmenet */
}

.kevesebb:hover {
  background-color: #444; /* sötétebb háttérszín, ha az egér fölé kerül */
  color: #fff; /* fehér szövegszín */
  transform: translateY(-2px); /* enyhe felugrás hatás az egér fölé kerüléskor */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* árnyék */
}

.kevesebbcsop {
  font-size: 0.8rem; 
  font-style: italic;
  float: left;
  padding: 0.5em 1em; /* növelhető/csökkenthető a nyomógomb méretének megfelelően */
  background-color: #333; /* fekete háttérszín */
  color: #fff; /* fehér szövegszín */
  border-radius: 5px; /* lekerekített sarkok */
  text-decoration: none; /* eltávolítja az aláhúzást */
  transition: all 0.2s ease-in-out; /* sima átmenet */
}

.kevesebbcsop:hover {
  background-color: #444; /* sötétebb háttérszín, ha az egér fölé kerül */
  color: #fff; /* fehér szövegszín */
  transform: translateY(-2px); /* enyhe felugrás hatás az egér fölé kerüléskor */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* árnyék */
}


.kevesebbcsop1 {
  font-size: 0.8rem; 
  font-style: italic;
  float: left;
  padding: 0.5em 1em; /* növelhető/csökkenthető a nyomógomb méretének megfelelően */
  background-color: #333; /* fekete háttérszín */
  color: #fff; /* fehér szövegszín */
  border-radius: 5px; /* lekerekített sarkok */
  text-decoration: none; /* eltávolítja az aláhúzást */
  transition: all 0.2s ease-in-out; /* sima átmenet */
  margin-left: 10%;
}

.kevesebbcsop:hover1 {
  background-color: #444; /* sötétebb háttérszín, ha az egér fölé kerül */
  color: #fff; /* fehér szövegszín */
  transform: translateY(-2px); /* enyhe felugrás hatás az egér fölé kerüléskor */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* árnyék */
}


/*kapcsolati űrlap*/

/* Az alapértelmezett stílusok eltávolítása */
.form-control {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Az űrlap konténerének stílusa */
form label,
form input[type="text"],
form input[type="email"],
form textarea {
  color: black;
  font-size: 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* A címkék stílusa */
label {
  display: block;
  margin-bottom: 10px;
}

/* A beviteli mezők stílusa */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
  font-size: 1.5rem; /* javítva: betűméret 1.5rem */
  font-family: Arial, sans-serif;
}

/* A küldés gomb stílusa */
input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  cursor: pointer;
}

/* A küldés gomb stílusa lenyomott állapotban */
input[type="submit"]:active {
  background-color: #3e8e41;
}

/* Kapcsolati űrlap vége */  
 

/* MENÜ STÍLUSOK */
.menu-wrap {
  position:sticky;
  top: 0;
  left: 0;
  z-index: 2; /* Az előrehozásért felelős z-index érték */
}

.menu-wrap .toggler {
  position: absolute;
  top: 1.3rem;
  left: 1.1rem;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger vonal */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 50%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Line - felső és gomb */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Vonal lefelé mozog */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler animáció */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Bekapcsolja a vonalakat X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Forgassa az egérmutatót, ha be van jelölve */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Menü megjelenítése */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: rgba(24, 39, 51 , 0.85);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
