
       
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
}

body {
    background-image: url('bgimage.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Arial", sans-serif;
}

        
.logo-container {
    background: #2e2e2e;
    justify-content: center; 
    
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}


.logo-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius: 50%;
          
}


.logo {
    width: 120px;
    height: 120px;
    background: #bdbdbd;
    border-radius: 20%;
    position: relative;
    display: flex;          
    justify-content: center; 
    align-items: center;
    margin: 0;
}
.menu-bar {
    background: #4e4e4e;
    padding: 1rem 2rem;
    margin-left: -2rem;
    flex-grow: 1;
    align-items: center;
}
.menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}
.menu a:hover {
    color: #7c7c7c;
}



        
.menu a.active {
    font-size: 1.1em; 
    color: #ff7300 !important; 
    font-weight: bold; 
    text-shadow: 0 0 5px rgba(90, 36, 0, 0.3); 
}   

.menu a.active:hover {
    color: #ff3c00 !important;
}



        
        

  h1 {
      color: #ffffff;
      font-size: 2.5rem;
      margin-bottom: 1rem;
      align-items: center;
      
      font-family: "Arial", sans-serif;
      
  }
  h2 {
      color: #ffffff;
      font-size: 2rem;
      margin-bottom: 1.5rem;
      font-family: "Arial", sans-serif;
  }
  
  h3 {
    color: #dddddd;
    font-size: 1.5rem;
    
  }
  p {
      line-height: 1.6;
      margin-bottom: 1rem;
      margin-left: 2rem;
      margin-right: 2rem;
      color: #ffffff;
      font-family: "Arial", sans-serif;
      
  }
  
  .slider-container {
      position: relative;
      margin: 2rem 0;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
  }
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
  .slide {
      min-width: 100%;
      height: 400px;
      background: #2e2e2e;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #666;
  }
  
  footer {
      background: #161616;
      color: white;
      padding: 1.5rem;
      text-align: center;
      margin-top: auto;
  }
  footer p {
      margin: 0.5rem 0;
      color: white;
  }
 
  .video-container {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

video {
    width: 60%; 
    max-width: 600px; 
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
      
   

     
.tulajdonsagok-table {    width: 100%;    border-collapse: collapse;    margin: 1rem 0;    background-color: #242424;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  }    .tulajdonsagok-table th {    background-color: #1d1d1d;    color: #ecf0f1;    padding: 1rem;    text-align: left;    font-weight: 600;  }    .tulajdonsagok-table td {    padding: 0.8rem;    border-bottom: 1px solid #181818;    color: #ecf0f1;  }    .tulajdonsagok-table tr:last-child td {    border-bottom: none;  }    .tulajdonsagok-table tr:hover td {    background-color: #555555;  }      .responsive-table {    overflow-x: auto;    -webkit-overflow-scrolling: touch;  }      details {    margin: 1.5rem 0;    border: 1px solid #636363;    border-radius: 8px;    padding: 0.5rem 1rem;    background-color: #464646;  }    summary {    cursor: pointer;    padding: 0.5rem;    font-weight: bold;    color: #ecf0f1;    outline: none;  }    summary:hover {    color: #3498db;  }    details[open] summary {    margin-bottom: 0.5rem;    border-bottom: 1px solid #5a5a5a;  }  caption {    font-size: 2rem;    color: white;  }
  




  

  .current-best {
    text-align: center;
    margin: 2rem 0;
    
}

.current-best img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background-color: #ccc;
}

.form-table td {
    padding: 1rem;
    
    vertical-align: top;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

.radio-group {
    display: flex;
    gap: 1rem;
}



.consent-check {
    margin: 1rem 0;
    display: flex;
    gap: 0.5rem;
    color: white;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.submit-btn {
  background-color: #3498db;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #2980b9;
}

.delete-btn {
  background-color: #95a5a6;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.delete-btn:hover {
  background-color: #7f8c8d;
}


textarea[name="personality"] {
    min-height: 100px;
    resize: vertical; 
    padding: 8px;
    font-family: "Arial", sans-serif;
}


.current-best {
    text-align: center;
    margin: 2rem 0;
    padding: 2rem;
    background-color: rgba(46, 46, 46, 0.8);
    border-radius: 8px;
}

.current-best h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.current-best h2 {
    font-size: 2rem;
    color: #3498db;
    margin-bottom: 2rem;
}




.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.thumbnail-container figure {
    flex: 0 1 200px; 
    text-align: center;
}

.thumbnail {
    width: 100%;
    max-width: 200px; 
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.thumbnail-container figcaption {
    margin-top: 0.5rem;
    color: #ddd;
    font-style: italic;
    font-size: 0.9rem;
}


.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
    overflow: auto;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
    animation: fadeIn 0.3s;
}

.close-btn {
    position: fixed;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
}

#lightbox-caption {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.2em;
    padding: 10px;
    background-color: rgba(0,0,0,0.7);
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}



p, figcaption, label, input, textarea, .consent-check {
    font-family: "Arial", sans-serif;
    font-size: 0.9rem; 
}

figcaption {
    color: white;
}


.info-links a {
    color: #ffffff; 
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #3498db;
    transition: all 0.3s ease;
}


.info-links a:visited {
    color: #5a5a5a; 
    border-bottom-color: #95a5a6;
    opacity: 0.8;
}

.info-links a:hover {
    color: #c53ce7; 
    border-bottom-color: #340096;
}

.info-links a:active {
    color: #c0392b; 
}





.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #ff7300;
    color: white;
    padding: 8px 16px;
    z-index: 10000;
    transition: top 0.3s;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    font-weight: bold;
}

.skip-link:focus {
    top: 0;
    outline: 2px solid #3498db;
    outline-offset: 2px;
}









