body {
  caret-color: transparent;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  /*background-color: aqua;*/
  background-image: url("hatter3.png");
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

.onarckep{
    cursor: pointer;
    border: 3px solid black;
    width: 400px;
    height: 400px;
    object-fit: cover; 
    float: right;
    margin-left: 15px;
}

.logo{
    border: 3px solid black;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.idezetblokk{
    max-width: 60%;
}

.idezet{
    float: left;
    margin-left: 10px;
    font-size: 20px;
        cursor: default;

}

.szerzo{
    font-size: 10px;
    margin-left: 10%;
        cursor: default;

}

.szerzo p{
    margin: 0;
}


.menu {
   /* ez küldi az alá */
  /*padding-top: 10px;
  margin-right: 45%;
  margin-top: 25px;
  margin-bottom: 0;
  
  text-align: center;*/
  /*clear: left;*/
  
/*d/isplay: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;*/

  font-size: large;
  padding-top: 10px;
  width: fit-content;      /* fontos: a margin auto csak így működik jól */
  margin: 0 auto;          /* ez hozza középre a blokkot */
  transform: translateY(40%);
  text-align: center;
  
}

/*.menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}*/

.menu .menupont {
  display: inline-block;
  margin: 0 20px;
  font-weight: bold;
  color: rgb(255, 174, 0);
  cursor: pointer;
  position: relative; /* fontos a vonal pozicionálásához */
  padding-bottom: 5px; /* hogy legyen hely a vonalnak */
}

.menu .menupont:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* az elem aljára tesszük */
  height: 2px;
  width: 100%;
  background-color: rgb(255, 174, 0); /* ugyanolyan színű, mint a szöveg */
}

.menu div {
  display: inline-block;
  margin: 0 20px;
  margin-right: 20px;
  font-weight: bold;
  color: rgb(255, 174, 0);
  cursor: pointer;
}

/*.menupont {
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 10px;
}*/

h1 {
    text-align: center;
    background-color: rgb(255, 174, 0);
    padding: 5px;
    color: #ffffff;
    border-radius: 15px;
        cursor: default;

}

a {
    all: unset;
}

.header {
  position: relative;       
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: rgb(255, 174, 0);
  padding: 15px;
  text-align: center;
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: 0 25px 10px rgba(0, 0, 0, 0.1); 
  border-bottom: 2px solid rgb(255, 217, 0);
}

#betumeret-valto {
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: rgb(255, 217, 0);
  padding: 5px;
  border-radius: 5px;
  z-index: 1000;
}

#betumeret-valto button {
  margin: 0 2px;
  padding: 5px 10px;
  font-size: 16px;
  
  
}

.content {
  padding-top: 50px;     
  padding-left: 60px;
  padding-right: 60px;
  text-align: justify;
  padding-bottom: 30px;
  text-align: justify;
    
  max-width: 800px;
          
  margin: 100px auto;       
  border: 2px solid #000000;  
  border-radius: 10px;  
  background-color: #fff;  
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

h2 {
    
    margin-top: 0;
    margin-left: 50px;
    cursor: default;
    padding-top: 30px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 250px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    letter-spacing: 20px;
    text-shadow: -5px 5px 4px #000000;
    transition: all 0.3s ease;
}

h3 {
   

    margin-left: 50px;
    font-size: 50px;
    margin-top: 10px;
    letter-spacing: 10px;
    margin-bottom: 25px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 0 #000000;
    color: red;    
        cursor: default;
    transition: all 0.3s ease;
}



.search input{
    margin-left: 50px;
    width: 850px;
    height: 75px;
    border-radius: 20px;
    font-size: 65px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: #000000;
    caret-color: rgb(0, 0, 0);
}

.search input:focus {
  border-color: #ff0000;     /* Kiemelt szín fókusz esetén */
  box-shadow: 0 0 5px rgb(255, 0, 0);
}

.start {
/*    width: fit-content;      /* fontos: a margin auto csak így működik jól */

    margin: 0 auto;
}

.pop {
    background-color: #fff;
    float: right;
    font-size: 75px;
}

.nyil{
   width: 400px;
    height: 255px;
    object-fit: cover; 
    float: right;
    border-radius: 50px; 
}

.nyil-container {
  position: absolute;               /* fix hely az oldalon */
  top: calc(50% + 50px);                      /* középen függőlegesen */
  bottom: 50%;

  right: 0;                      /* a jobb szélen */
  transform: translateY(-52%);   /* függőleges középre igazítás */
  background-color: white;       /* fehér háttér */
  border-radius: 50% 0 0 50%;/* ovális bal szél, jobb oldalt egyenes */
  width: 500px;                  /* méret igény szerint */
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -5px 0 15px rgba(0,0,0,0.2); /* kis árnyék a leválasztáshoz */
  z-index: 1;                  /* a fejléc fölé is kerülhet */
}

.nyil-jobbra {
  width: 400px;      /* a nyíl mérete */
  height: auto;
  padding-left: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  
}

.nyil-jobbra:hover {
    transform: scale(0.8);
}

.startbody {
    min-height: 100vh;
    background-color: rgb(255, 174, 0)
}

.books{
    margin-top: 0;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.cover{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border: 5px solid gray;
    margin: 20px;
    transition: all 0.3s ease;
}

.picbox:hover {
    transform: scale(0.8); /* zoom */
    filter: brightness(70%); /* sötétítés */
    cursor: pointer;
}

th {
    color: white;
    font-size: 50px;
    text-shadow: 1px 1px #000000;
        cursor: default;

}

.picbox {
    position: relative;
  overflow: hidden;
  /*width: 200px; /* méret igény szerint */
  /*height: 200px;*/
  transition: all 0.3s ease;
}

.felirat {
    position: absolute;
    bottom: 0;
    width: 350px;
    background-color: white;
    color: black;
    text-align: center;
  /*padding: 0 0;*/
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 20px;
    border: 5px solid gray;
    padding-top: 3px;
    padding-bottom: 3px;

}   

footer {
    color: rgb(255, 255, 255);
    background-color: rgb(62, 55, 46);
    z-index: 10;
    position: relative;
    text-align: center;
}

.join{
    position: absolute;
    right: 50px;                /* jobb oldalon 30px-re a szélétől */
  /*top: 75%;                   /* a header magasságának feléhez igazítjuk */
  transform: translateY(-60%);
    /*display: inline-block;            /* hogy a háttér a szöveghez igazodjon */
  /*background-color: rgb(255, 174, 0);         /* fekete háttér */
  color: rgb(255, 174, 0);                     /* fehér szöveg */
  /*padding: 10px 20px; */               /* belső margó a téglalaphoz */
  padding-bottom: 5px;
  border-radius: 5px;               /* lekerekítés – opcionális */
  font-weight: bold;
  font-size: large;
  /*box-shadow: 0 4px 6px rgba(0,0,0,0.3); /* kis árnyék gombhatáshoz */
  margin-left: 65%;
  /*width: 200px;*/
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease; 
  font-weight: bold;
}

.join:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* az elem aljára tesszük */
  height: 2px;
  width: 100%;
  background-color: rgb(255, 174, 0);           /* hover-hatás: kicsit világosabb fekete */
}

.en{
    padding: 20px;
    color: rgb(255, 174, 0);
}

.urlap {
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
}

.urlap .adat {
    
}

.urlap input[type="text"],
.urlap textarea {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid rgb(255, 174, 0);
    border-radius: 10px; 
    font-size: 110%;
    background-color: #fff;
    resize: none;
}

.urlap input[type="text"]:focus,
.urlap textarea:focus{
    caret-color: #000000;
}

.urlap .gombok {
    display: flex;
    justify-content: center; /* vízszintesen középre */
    gap: 25px; /* távolság a gombok között */
    margin-top: 20px; /* opcionális: távolság felülről */
    
    
}

.urlap .gombok input {
    width: 175px;
    height: 75px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
        color: #fff;
    transition: all 0.3s ease;
    
}

#gombreset{
    background-color: rgb(255, 207, 102);
    border: 3px solid rgb(0, 0, 0);

    
}

#gombkuld{
    background-color: rgb(255, 174, 0);
    border: 3px solid rgb(0, 0, 0);
    
}


#gombreset:hover,
#gombkuld:hover {
    transform: scale(0.9); /* zoom */
    filter: brightness(85%); /* sötétítés */
    cursor: pointer;
}

.urlap .hint {
    font-weight: lighter;
    font-size: 15px;
    padding-top: 15px;
    font-style: italic;
    cursor: default;
}

.urlap .ertekeles {
    cursor: default;
    margin-bottom: 5px;
}


.opcio{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 500px;
    font-weight: lighter;
}

.vers{
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    line-height: 10px;
}

h4 {
    text-align: left;
    color: red;
    font-size: 25px;
    margin-bottom: 10px;
    cursor: default;
}

select {
  padding: 8px;
  font-size: 16px;
  border-radius: 25px;
  border: 3px solid rgb(255, 174, 0);
}

.video{
    display: flex;
  justify-content: center;  /* vízszintesen középre */
  margin-top: 20px;
  
}

iframe{
    border: 3px solid rgb(255, 174, 0);
}

h5{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: large;
    
    cursor: default;
}

.email-gomb {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgb(255, 174, 0);  /* Zöld háttér */
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
}

.email-gomb:hover {
  background-color: rgb(204, 139, 0);  /* Sötétebb zöld hover esetén */
  cursor: pointer;
}

#epika{
    font-family: 'Times New Roman', Times, serif;
    border: 3px solid rgb(255, 174, 0);
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    cursor: default;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
}

.tovabb{
    cursor: pointer;
    font-weight: bold;
    padding: 3px; 
    text-decoration: underline;
    transition: all 0.3s ease;
}

.tovabb:hover{
    transform: translateY(10%);
}

.kapcsolodokep{
    width: 750px;
    height: 400px;
    display: block;
  margin-left: auto;
  margin-right: auto;
    cursor: pointer;
}

.hasonlofeluletlink{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.hasonlofeluletlink:visited{
    color: purple;
}

h6{
    text-align: center;
    font-size: larger;
    padding-top: 0;
}