/* Szuro */
.filter-form {
    width: 75%;
    padding: 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-left: 25px;
    background-color: rgb(255,255,255);
    padding-bottom: 30px;
}

.select-container {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}





.select-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: rgb(76,88,98);
    font-weight: bold;
    padding: 15px 30px;
    white-space: nowrap;
    text-align: center;
}

.elemek {
    display: none;
    width: 225px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-60%);
    font-family: 'Roboto', sans-serif;
    text-align: left;
    transition: max-height 0.3s ease-out, display 0.3s ease-out;
    max-height: 0; /* Start with zero height */
}

.elemek.show {
    display: block; /* Ensure display block when visible */
    max-height: 500px; /* Set a maximum height */
}

.elemek::-webkit-scrollbar{
    width:6px;
    background-color: white;
}
.elemek::-webkit-scrollbar-thumb{
    background-color: rgb(84,51,255);
}


.scrollup{
    height:50px;
    width: auto;
    z-index: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;

}

select option {
    padding: 5px;
    font-family: 'Roboto', sans-serif;
}

select option:hover {
    color: rgb(84,51,255);
}

.reset {
    cursor: pointer;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: rgb(41,0,255);
    background-color: rgb(255,255,255);
    font-weight: bold;
    padding: 15px 30px;
}

.select-label:hover {
    border-radius: 12px;
    background-color: rgba(87, 93, 98, 0.15);
}

.reset:hover {
    border-radius: 12px;
    background-color: rgba(84, 51, 255, 0.12);
}
/* Szuro */
.category-title{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 65px;
    color: rgb(41,0,255);
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    width: 100%;
    font-weight: bold;
    background-color: rgb(247,248,251);
    margin-top: 0px;
    margin-bottom: 0px;
}

.category-title span{
    color:rgb(0,255,255);
}

/* Események */
.esemenyek-container {
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(247,248,251);
}
.esemeny-container {
    cursor: pointer;
    border: 1px solid rgb(84,109,255);
    width: 330px;
    height: 340px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.esemeny-container:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}
@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #05bada66;
    }  
    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}
.esemeny-kep {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 175px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.reszletek_infok{
    padding-top: 10px;
    padding-bottom: 10px;
}

.esemeny-megnevezes {
    font-size: 18px;
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    color: black;
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.reszletek-esemeny {
    color: rgb(87,93,98);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.reszletek-esemeny1 {
    color: rgb(87,93,98);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 40px;
    padding-right: 20px;
    color: rgb(84,51,255);

  
}




.nincs {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'inter';
    font-size: 30px;
    font-weight: bold;
    color: rgb(84,51,255);
    width: 100%;
}
/* Események */

/* Alap */
body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}
/* Alap */

/* Header */
.hatterkep {
    width: 100%;
    background-image: url('music.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: relative;
  }
  
  .header_szoveg {
    position: absolute;
    top: 135px;
    left: 40px;
    font-size: 60px;
    color: white;
    font-family: 'inter';
    font-weight: bold;
  }

.header_szoveg span{
    color: rgb(0,255,255);
}

.header_logo {
    height: 30px;
    width: auto;
    cursor: pointer;
}

.header_weboldal {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 30px;
    color: white;
    font-family: 'inter';
    font-weight: bold;
}

/* Header */

#hello{
    cursor: pointer;
    text-decoration: none;
}
/* felsőcsík */
.felsolec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    left: 40px;
    width: 100%;
    height: 70px;
    gap: 10px;
}

.user-welcome {
    color: rgb(255,255,255);
    font-family: 'inter';
    font-weight: bold;
    font-size: 20px;
   
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 12px 10px;
}

#timer {
    color: rgb(255,255,255);
    padding: 12px 10px;
    font-family: 'inter';
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.button_logout {
    color: rgb(255,255,255);
    font-family: 'inter';
    font-weight: bold;
    font-size: 20px;
    padding: 12px 10px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
}

.user-welcome:hover {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.15);
}
#timer:hover {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.15);
}
.button_logout:hover {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.15);
}

/* Felsőcsík */



/* Footer */
.footer{
    height: 300px;
    background-color: rgb(239,239,249);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
  }
  
  .logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    color: rgb(84,51,255);
  }
  .a{
    text-decoration: none;
    color: rgb(84,51,255);
}
.a:hover{
    text-decoration: none;
    color: rgb(84,51,255);
}
  .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 67%;
  }
  
  .szervezes, .informaciok, .szabalyok{
    display: flex;
    flex-direction: column;
    gap:5px;
    font-size: 20px; 
  }
  
  .szervezes1, .informaciok1, .szabalyok1 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .szabalyok{
    padding-right: 60px;
  }
.rolunk{
    height: 30px;
    background-color: rgb(239,239,249);
    width: 100%;
    text-align: center;
    color: rgb(41,0,255);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.nagy_logo{
    height: 60px;
}
.link{
    text-decoration: none;
    color: rgb(87,93,98);
    font-family: 'Roboto', sans-serif;
}
.logo1{
    font-family: 'inter';
    font-weight: bold;
}
.szervezes1,.informaciok1,.szabalyok1{
    color: rgb(41,0,255);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.szoveg1 span{
    color: rgb(84,51,255);
}
.link:hover{
    text-decoration: underline;
    color: rgb(84,51,255);
}
/* Footer */

.szoveg1{
    margin-top: 0px;
    padding-top: 0px;
  }



  .input_part {
    color: rgb(76,88,98);
      width: 100px;
      line-height: 28px;
      border: 2px solid transparent;
      border-bottom-color: #777;
      padding: .2rem 0;
      outline: none;
      background-color: transparent;
      color: #0d0c22;
      transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
      font-family: 'inter';
     }
     
     .input_part:focus, .input_part:hover {
      outline: none;
      padding: .2rem 1rem;
      border-radius: 1rem;
      border-color: #7a9cc6;
     }
     .icon{
      height: 23px;
     }
     
     .input_part::placeholder {
      color: #777;
     }
     
     .input_part:focus::placeholder {
      opacity: 0;
      transition: opacity .3s;
     }


.search{
    height: 30px;
    width: auto;
}
.select-container1{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: space-between;
}

.cookie-consent {
    display: flex; /* Flexbox beállítása az elrendezéshez */
    justify-content: space-between; /* A tartalom szétszórása a két oldalra */
    align-items: center; /* Vertikálisan középre igazít */
    position: fixed; /* Fixálás az oldal aljára */
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Átlátszó fekete háttér */
    color: white;
    padding: 20px;
    z-index: 1000; /* Mindig látható legyen más elemek felett */
    font-family: 'inter';
}

.cookie-consent div {
    font-size: 16px;
    padding-right: 40px;
}

.cookie-consent .buttons {
    display: flex;
    gap: 40px; /* Térköz a gombok között */
}

.cookie-consent button {
    font-family: 'inter';
    background-color: rgb(84,51,255);
    color: #fff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.cookie-consent button:hover {
    background-color: rgb(41,0,255);
}

.cookie-consent button {
    font-family: 'inter';
    background-color: rgb(84,51,255);
    color: #fff;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-right: 20px; /* Gombok közötti távolság növelése */
}

.cookie-consent button:last-child {
    margin-right: 0; /* Az utolsó gombnál nincs extra távolság */
}
