.szoveg {
    text-align: justify;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    
    max-width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    word-break: break-word;
  }
    
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  @media (min-width: 992px) {
  #memberships .table td {
    font-size: 1rem;
    }
  }
  
  h1, h2, h3, h4, h5, h6, p ,.betuszin{
    color: #3c3c3c;
    font-family: Verdana;
  } 
  .medialogok {
    font-size: 30px;
  } 
  .cop {
    font-size: 11px;
  }
  .logohely {
    padding-right: 150px;
    padding-bottom: 120px;
    z-index: 1;
  }
  ul li {
    font-family: Verdana;
  }
  a {
    text-decoration: none;
  }
  
  .foota {
    color: f1f1f1;
  }
  .hirdetes {
    font-size: 11px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #000000;
    border-radius: 3px;
  }
  .ebbe {
    position: relative;  
  }    
  .ezt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0); 
    background: rgba(108, 117, 125, 0.5); 
    width: 100%;
  }
  .nyil {
    text-align: center;
    font-size: 20px; 
  }
  .katt {
    font-size: 12px;
  }

  .corner-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color:  rgba(108, 117, 125, 0.8);
    color: #fff;
    font-size: 18px;
      
    padding: 0px 5px 0px 5px;
    border-radius: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1050;      
  }
  .corner-banner.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }

/*galéria*/

    .dropdown-item.active {
    background-color: var(--bs-secondary);
    color: #fff;
    }

    .dropdown-item.active:focus,
    .dropdown-item.active:active {
      background-color: var(--bs-secondary-bg-subtle); 
      color: #fff;
    }

    .dropdown-item:focus,
    .dropdown-item:active {
    background-color: var(--bs-secondary-bg-subtle);
    color: #fff;
    }

    .gallery-img {
      cursor: pointer;
      transition: transform 0.3s;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }
    .modal.fade .modal-dialog {
      transition: transform 0.5s ease-out, opacity 0.5s ease-out;
      transform: scale(0.95);
      opacity: 0;
    }
    .modal.fade.show .modal-dialog {
      transform: scale(1);
      opacity: 1;
    }
    .vgomb {
      min-width: 250px; 
      margin-bottom: 16px;
    }
    @media (min-width: 768px) {
     .vgomb {
       margin-bottom: 0; 
    }}
     .leiras {
       font-size: 12px;
    }
    
#lebego {
    background-color: rgba(0, 0, 0, 0.8); 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.teljeskep {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    display: block;
    opacity: 1; 
}
.alsize {
    font-size: 14px;
}


