/* 🔹 Alapbeállítások */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #333;
  color: white;
  text-align: center;
}

/* 🔹 Fejléc feletti képblokk */
.header-image-container {
  width: 100%;
  overflow: hidden;
}

.header-image {
  width: 100%;
  height: auto;        /* 🔹 Méretarányos kisebbítés */
  max-height: 280px;   /* 🔹 Itt áll a kívánt magasság */
  object-fit: contain; /* 🔹 TELJES kép látszik */
  display: block;
}

}

/* 🔹 Fejléc */
header {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
}

header h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
}

/* 🔹 Menüsor */
nav {
  margin-top: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 0 15px;
}

nav a:hover {
  text-decoration: underline;
}

nav .active {
  font-weight: bold;
  text-decoration: underline;
}

/* 🔹 Fő tartalom */
main {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

main h2 {
  font-size: 28px;
}

main p {
  font-size: 18px;
}


  /* Üdvözlő szöveg díszítő vonala */
.divider {
  border-bottom: 1px solid white;
  width: 60%;
  margin: 15px auto 25px auto;
}

/* Hasznos elérhetőségek */
.contact-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.contact-list li {
  font-size: 18px;
  margin: 8px 0;
}

/* ---- Szépített főoldal cím ---- */
.focim {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: -250px;
  padding: 20px 40px;
  color: white;
  background: rgba(0, 0, 0, 0.45); /* áttetsző háttér */
  display: inline-block;
  border-radius: 10px;
}

/* Üdvözlő szöveg középre */
#homeSection h3,
#homeSection p {
  text-align: center;
}

/* ---- Dokumentumok oldal végleges dizájn ---- */

.dokumentum-kontener {
  width: 60%;
  margin: 30px auto;
  padding: 20px;
  background: #1f1f1f;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.dokumentumfejlec {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.dok-link {
  display: block;
  background: #2b2b2b;
  padding: 14px 20px;
  border-radius: 8px;
  margin: 12px 0;
  color: #e0e0e0;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.2s;
}

.dok-link:hover {
  background: #3a3a3a;
  color: white;
  transform: translateX(5px);
}

/* ---- Hirdetmények – kártyás megjelenítés ---- */
.notice-list {
  max-width: 800px;
  margin: 20px auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.notice-card {
  background: #2b2b2b;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.notice-date {
  font-size: 0.9rem;
  color: #bbbbbb;
  margin-bottom: 5px;
}

.notice-card h2 {
  margin: 5px 0 10px 0;
  font-size: 1.2rem;
  color: #ffffff;
}

.notice-card p {
  margin: 0;
  color: #e0e0e0;
}
  max-width: 1000px;
  margin: 0 auto;
}

.service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-top: 6px solid #444;
}

.service-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.service-card h3 {
  margin: 10px 0;
  color: #222;
}

.service-card p {
  margin: 5px 0;
  color: #444;
}

/* ---- Közműszolgáltatók – kártyák ---- */
.services-grid {
  max-width: 1000px;
  margin: 20px auto 40px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.service-card {
  background: #2b2b2b;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  text-align: left;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.service-card h2 {
  margin: 5px 0 10px 0;
  font-size: 1.2rem;
  color: #ffffff;
}

.service-card p {
  margin: 2px 0;
  color: #e0e0e0;
}

/* --- Főoldal Üdvözlő blokk szépítés --- */
.welcome-box {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.welcome-box h1 {
  .welcome-box h1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;

}

.welcome-box p {
  font-size: 1.2rem;
  color: #eaeaea;
  line-height: 1.6;
}

.rolunk-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #2c2c2c;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  line-height: 1.7;
}

.rolunk-box h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.rolunk-cim {
  text-align: center;
  font-style: italic;
  margin-bottom: 25px;
  color: #ccc;
}

.rolunk-adatok {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.rolunk-adatok li {
  padding: 6px 0;
  border-bottom: 1px solid #444;
}

/* 🔹 Főoldali sötét doboz szöveg finomítása */
.hero-text {
  font-size: 1rem;        /* alapméret – nem harsog */
  line-height: 1.6;       /* kényelmes olvasás */
  font-weight: 400;       /* normál vastagság */
  color: #eaeaea;
}

.hero-text {
  font-size: 0.95rem;
  line-height: 1.7;
}
}

/* 🔹 Főoldali üdvözlő doboz szöveg finomítása */
.welcome-box h1 {
  font-size: 1.6rem;     /* kisebb, elegánsabb cím */
  font-weight: 500;
  margin-bottom: 12px;
}

.welcome-box p {
  font-size: 0.95rem;    /* visszafogott szöveg */
  line-height: 1.6;
  font-weight: 400;
}

.rolunk-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #2c2c2c;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  line-height: 1.7;
}

.rolunk-box h2 {
  text-align: center;
  margin-bottom: 10px;
}

.rolunk-cim {
  text-align: center;
  font-style: italic;
  color: #ccc;
  margin-bottom: 25px;
}

.rolunk-adatok {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.rolunk-adatok li {
  padding: 6px 0;
  border-bottom: 1px solid #444;
}

.doc-section {
  background: #2c2c2c;
  padding: 20px;
  margin: 25px auto;
  max-width: 900px;
  border-radius: 10px;
}

.doc-section h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.doc-link {
  display: block;
  margin: 8px 0;
  color: #8cc7ff;
  text-decoration: none;
}

.doc-link:hover {
  text-decoration: underline;
}

/* === Dokumentumok oldal – végleges kinézet === */

.doc-section {
  background: #2c2c2c !important;
  padding: 20px !important;
  margin: 25px auto !important;
  max-width: 900px !important;
  border-radius: 10px !important;
}

.doc-section h3 {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #444 !important;
  padding-bottom: 5px !important;
  color: #fff !important;
}

.doc-link {
  display: block !important;
  margin: 8px 0 !important;
  color: #8cc7ff !important;
  text-decoration: none !important;
}

.doc-link:hover {
  text-decoration: underline !important;
}

/* Rólunk oldal doboz */
.rolunk-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #2c2c2c;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  color: #f0f0f0;
  font-size: 1.1rem;

  line-height: 1.7;
}

.rolunk-box h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
  color: #ffffff;
}

.rolunk-box p {
  margin-bottom: 16px;
}

/* Egységes tartalmi szöveg – Kapcsolatok + Hirdetmények */
.content,
.kapcsolat-box {
  max-width: 900px;
  margin: 40px auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #f0f0f0;
}

/* Kapcsolatok oldal egységes tipográfia */
.content h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.content h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
}

.kapcsolat-box {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Kapcsolatok – kártya jellegű dobozok */
.kapcsolat-box {
  background-color: #2c2c2c;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Kapcsolatok alcím */
.kapcsolat-box h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
}

/* Szignó – pálcikafigura */
.signature {
  text-align: right;
  margin: 20px 30px 10px;
  opacity: 0.6;
}

.stick-people {
  font-size: 1.2rem;
}

/* Képgaléria */
.gallery {
  text-align: center;
  margin-top: 30px;
}

.gallery img {
  max-width: 90%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.terkep {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
}

.terkep iframe {
  width: 100%;
  height: 300px;
  border: none;
}

iframe {
  border-radius: 10px;
  background: #fff;
}

.velemeny-lista {
  list-style: none;
  padding-left: 0;
}

.velemeny-lista li {
  margin: 12px 0;
}

.velemeny-lista a {
  color: #8cc7ff;
  font-size: 1.1rem;
  text-decoration: none;
}

.velemeny-lista a:hover {
  text-decoration: underline;
}

/* Vélemények oldal */

.velemenyek-leiras {
  margin-bottom: 25px;
  font-size: 1.05rem;
  color: #ddd;
}

.velemenyek-honap h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #fff;
  border-bottom: 1px solid #666;
  padding-bottom: 6px;
}

.velemenyek-lista {
  list-style: none;
  padding-left: 0;
}

.velemenyek-lista li {
  margin: 10px 0;
}

.velemenyek-lista a {
  color: #8cc7ff;
  text-decoration: none;
  font-size: 1.05rem;
}

.velemenyek-lista a:hover {
  text-decoration: underline;
}

/* Vélemények – PDF lista finomítás */

.velemeny-lista {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.velemeny-lista li {
  background: #2c2c2c;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.velemeny-lista a {
  color: #8cc7ff;
  text-decoration: none;
  font-size: 1.05rem;
  display: block;
}

.velemeny-lista a:hover {
  text-decoration: underline;
}

/* 🔹 Alap tipográfia */
body {
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

p, li, a {
  font-size: 1rem;
}

/* 🔹 Tartalmi blokkok térköze */
section {
  margin-bottom: 40px;
}

.content,
.rolunk-box,
.doc-section,
.velemeny-lista {
  margin-top: 20px;
}

/* 🔹 Általános dobozstílus */
.kapcsolat-box,
.rolunk-box,
.doc-section {
  background: #2c2c2c;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* 🔹 Listák */
.velemeny-lista li,
.doc-section a {
  display: block;
  background: #3a3a3a;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-decoration: none;
}

/* 🔹 Finom árnyékok – profi, visszafogott */
.kapcsolat-box,
.rolunk-box,
.doc-section,
.velemeny-lista li {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

/* 🔹 Hover hatás – csak enyhe */
.kapcsolat-box:hover,
.rolunk-box:hover,
.doc-section:hover,
.velemeny-lista li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
}

/* 📱 Mobilnézet finomhangolás */
@media (max-width: 768px) {

  body {
    font-size: 16px;
  }

  nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  nav a {
    padding: 10px;
    font-size: 1rem;
  }

  main {
    padding: 15px;
  }

  .kapcsolat-box,
  .rolunk-box,
  .doc-section,
  .velemeny-lista li {
    margin-bottom: 16px;
    padding: 16px;
  }

  h1, h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  iframe,
  embed {
    height: 400px;
  }
}
/* 📱 Mobilnézet finomhangolás */
@media (max-width: 768px) {

  body {
    font-size: 16px;
  }

  nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  nav a {
    padding: 10px;
    font-size: 1rem;
  }

  main {
    padding: 15px;
  }

  .kapcsolat-box,
  .rolunk-box,
  .doc-section,
  .velemeny-lista li {
    margin-bottom: 16px;
    padding: 16px;
  }

  h1, h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  iframe,
  embed {
    height: 400px;
  }
}

/* 🔹 Globális fejléc */
.site-header {
  background: #1e1e1e;
  padding: 15px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-nav a {
  color: #eee;
  text-decoration: none;
  font-size: 1rem;
  padding: 6px 10px;
  border-radius: 6px;
}

.main-nav a:hover {
  background: #333;
}

/* 🔹 Lábléc */
.site-footer {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background: #1a1a1a;
  color: #aaa;
  font-size: 0.9rem;
}

/* === ÁLTALÁNOS SZÖVEGEK === */
body {
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

p, li {
  font-size: 1rem;
}

/* ===== TELJES BETŰTÍPUS-EGYSÉGESÍTÉS ===== */

/* Alapértelmezett betűtípus az egész oldalon */
html, body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #eee;
}

/* Minden címsor */
h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/* Menü */
nav, nav a {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* Bekezdések, listák */
p, li, ul, ol {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Dobozok tartalma */
.kapcsolat-box,
.rolunk-box,
.doc-section,
.velemeny-lista,
.velemeny-lista li {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Űrlapok */
input, textarea, button, label {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Linkek */
a {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* E-mail linkek egységes, visszafogott megjelenése */
a[href^="mailto:"] {
  color: #ffffff;
  text-decoration: underline;
}

a[href^="mailto:"]:hover {
  color: #dddddd;
}

/* ===== Vélemények oldal ===== */

.velemenyek-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

.velemenyek-leiras {
  margin-bottom: 30px;
  color: #ccc;
}
.velemeny-doboz {
  background: #2c2c2c;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.velemeny-szoveg {
  font-size: 1rem;
  line-height: 1.6;
  color: #f0f0f0;
  margin: 0 0 10px 0;
}

.velemeny-meta {
  font-size: 0.85rem;
  color: #b0b0b0;
  text-align: right;
  font-style: italic;
}

/* Vélemény doboz */
.velemeny-box {
  background: #2

.faliujsag-huncut {
  display: inline-block;
  margin-top: 15px;
  font-family: "Comic Sans MS", "Segoe Script", cursive;
  font-size: 1.2em;
  font-style: italic;
  color: #ffcc00;
  animation: billeg 2.5s ease-in-out infinite;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

/* finom „részeg” billegés */
@keyframes billeg {
  0%   { transform: rotate(0deg) translateX(0); color: #ffcc00; }
  25%  { transform: rotate(-2deg) translateX(-2px); color: #ff9966; }
  50%  { transform: rotate(2deg) translateX(2px); color: #66ffcc; }
  75%  { transform: rotate(-1deg) translateX(-1px); color: #cc99ff; }
  100% { transform: rotate(0deg) translateX(0); color: #ffcc00; }
}

/* ==============================
   ONLINE FALIÚJSÁG – KIEMELÉS
   ============================== */

.faliujsag-huncut {
  display: block;                 /* külön sorba kerül */
  margin-top: 20px;
  text-align: center;

  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: 1px;

  color: #ffcc66;                 /* meleg, barátságos szín */
  opacity: 0.9;

  transform: rotate(-2deg);       /* „részeg”, játékos hatás */
}
<style>
.quick-icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    width: 120px;
}

.quick-icon img {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
}

.quick-icon:hover {
    opacity: 0.8;
}
</style>



.service-button {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.service-button:active {
  transform: scale(0.98);
}



