body {
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
  }
  
  .header-bg {
    background-image: url('./anyagok/képekvideó/hatter.jpg');
    background-size: cover;
    background-position: center top; 
    backdrop-filter: blur(2px); 
    background-repeat: no-repeat;
    color: white;
    padding: 0; 
    padding-bottom: 120px;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .header-bg::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);  
    backdrop-filter: blur(2px);  
    z-index: -1;
  }
  
  
  .navbar {
    background-color: transparent !important; 
    backdrop-filter: blur(2px);  
    position: absolute;  
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; 
  }
  
  
  .navbar .navbar-brand,
  .navbar .nav-link {
    color: white !important;
  }
  
  
  .navbar .nav-link.active {
    font-weight: bold;
    text-decoration: underline;
  }
  
  h1 {
    margin: 0;
    font-size: 3rem;
    padding: 60px 60px 0px 60px;
  }
  h2 {
    margin: 0;
    font-size: 2rem;
    padding: 20px 20px 20px 20px;
  }
  .content-section {
    background-color: #f7f4ef; /* világos bézs */
    padding: 30px;
  }

  .etel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
    margin-bottom: 40px;
  }
  
  .etel-card {
    background-color: white;
    width: 100%;
    max-width: 300px; 
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-align: center;
    padding: 15px 10px;
    transition: transform 0.2s ease;
  }
  
  .etel-card:hover {
    transform: translateY(-4px);
  }
  
  .etel-kep {
    width: 100%;
    height: 180px; 
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .etel-nev {
    font-weight: bold;
    text-decoration: none;
    color: inherit; 
  }

  .infotabla table {
    border-collapse: collapse;
    width: 250px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .infotabla td {
    border: 3px solid black;
    padding: 10px;
  }

  .recept-bg {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px;
}

.bg-blur {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./anyagok/képekvideó/hatter.jpg');
    background-size: cover;
    backdrop-filter: blur(2px); 
    background-position: center top;
    z-index: -1;
    color:black;
}

.reggeli-szekcio {
    background-color: #f7f4ef; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
  }

#reggel {
    margin: 0;
    font-size: 2rem;
    padding-bottom: 20px;
}

.reggeli-kep {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .link-custom {
    text-decoration: none;  
    color: inherit;        
  }

  .recept-elso {
    margin-top: 1rem; 
  }

  .sources {
    word-wrap: break-word;
    max-width: 100%;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: small;
  }
  

  .rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-size: 2rem;
    text-align: left;
  }
  
  .rating input {
    display: none;
  }
  
  .rating label {
    color: #ccc;
    cursor: pointer;
  }
  
  .rating input:checked ~ label {
    color: gold;
  }
  
  .rating label:hover,
  .rating label:hover ~ label {
    color: gold;
  }

  .btn-group .btn {
    min-width: 150px;
    font-weight: 500;
}

a {
  text-decoration: underline;
  color: #007bff; 
}

a:visited {
  color: #5a5a9c;
}


.navbar a {
  text-decoration: none;
  color: #ffffff; 
}

.navbar a:hover {
  text-decoration: underline;
  color: #cccccc;
}

.etel-card {
  text-decoration: none;
  color: inherit;
}

.etel-card:hover {
  text-decoration: underline;
  color: #007bff;
}

figure {
  text-align: center;
  margin-top: 1rem;
}

figure img, video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
}

.reggeli-video {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
