
/* =========================================================
   kundenservice.telefonon.at — Modern Light Redesign
   ========================================================= */

:root {
  --bg:          #f6f8fb;
  --bg-soft:     #eef2f8;
  --surface:     #ffffff;
  --surface-2:   #f9fafc;
  --border:      #e5e9f0;
  --border-soft: #eef1f6;
  --text:        #0f172a;
  --text-muted:  #475569;
  --text-soft:   #64748b;
  --primary:     #2563eb;
  --primary-2:   #4f46e5;
  --primary-dk:  #1d4ed8;
  --accent:      #ec4899;
  --success:     #10b981;
  --warning:     #f59e0b;
  --shadow-sm:   0 1px 2px rgba(15,23,42,.06);
  --shadow:      0 4px 14px rgba(15,23,42,.06);
  --shadow-lg:   0 12px 32px rgba(15,23,42,.10);
  --radius-sm:   8px;
  --radius:      14px;
  --radius-lg:   22px;
  --radius-xl:   28px;
  --container:   1180px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 80% -10%, #e9efff 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 10%, #fdebf5 0%, transparent 55%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
  border: 0;
}

img { max-width: 100%; height: auto; display: block; }

::selection { background: rgba(37,99,235,.18); color: var(--text); }

/* ---------- Typography ---------- */

h1 {
  font-family: 'Inter', 'Fira Sans', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  padding: 28px 0 18px 0;
}

h1.center {
  font-family: 'Inter', 'Fira Sans', sans-serif;
  font-size: 44px;
  font-weight: 800;
  text-align: center;
  padding: 28px 0;
  letter-spacing: -0.02em;
}

h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding: 22px 0 14px 0;
}
h2 { font-size: 26px; font-weight: 700; }
h3 { font-size: 20px; font-weight: 700; }
h4 { font-size: 17px; font-weight: 600; }
h5 { font-size: 15px; font-weight: 600; }

p { margin: 0 0 14px 0; color: var(--text-muted); }

/* ---------- Links ---------- */

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a:hover { color: var(--primary-dk); }
a:visited { color: inherit; }

a.tovabblink:link,
a.tovabblink:visited {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 2px;
}
a.tovabblink:hover { color: var(--primary); border-bottom-color: var(--primary); }

a.bestoffer:link,
a.bestoffer:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background: var(--primary);
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
a.bestoffer:hover {
  background: var(--primary-dk);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

/* category pill (right column) */
a.kategoriak-jobb:link,
a.kategoriak-jobb:visited,
a.kategoriak-jobb:active {
  position: relative;
  float: left;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 14px;
  font-size: 13px;
  margin: 0 8px 8px 0;
  background: #e8efff;
  border: 1px solid #dbe6ff;
  border-radius: 999px;
}
a.kategoriak-jobb:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-1px);
}

/* tag pills */
a.cimkek:link,
a.cimkek:visited {
  position: relative;
  float: left;
  margin: 0 8px 8px 0;
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  padding: 6px 14px;
  font-size: 13px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  white-space: nowrap;
}
a.cimkek:hover {
  color: var(--primary);
  background: #e8efff;
  border-color: #cdd9ff;
}

/* breadcrumb pill */
a.category-crumb:link,
a.category-crumb:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 8px 8px 0;
  background: var(--text);
  border-radius: 999px;
  display: inline-block;
}
a.category-crumb:hover { background: var(--primary); }

/* footer link */
A.bottomlink:link,
A.bottomlink:visited,
A.bottomlink:active {
  color: rgba(255,255,255,.75);
  font-weight: 500;
  text-decoration: none;
  margin-right: 14px;
}
A.bottomlink:hover { color: #fff; }

/* ---------- Layout containers ---------- */

.container {
  width: 100%;
  margin: 0 auto;
  background: transparent;
}

/* sticky modern header */
.headtop {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.85);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
          backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border-soft);
}

.head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: var(--container);
  height: 76px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
  background: none;
  float: none;
  width: auto;
}
.logo a { display: inline-flex; align-items: center; }
.logo img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.mobilemenu { display: none; }

.topbanner_box {
  display: none;
  flex: 0 0 auto;
}

/* main navigation */
.menubox {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 12px 24px;
}

#menu {
  width: 100%;
}
#menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 6px;
}
#menu li {
  flex: 1 1 auto;
  display: flex;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  text-align: center;
}
#menu li:hover { background: var(--bg-soft); }

a.menulink:link,
a.menulink:visited,
a.menulink:active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  border-radius: var(--radius-sm);
  white-space: nowrap;
}
a.menulink:hover { color: var(--primary); }

.menutop {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: var(--accent);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
  letter-spacing: .04em;
}

/* ---------- HERO ---------- */

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 56px 24px;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero h1 {
  font-family: 'Inter', 'Fira Sans', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  padding: 0;
  margin: 0 auto 18px;
  max-width: 900px;
}
.hero h1 .hl {
  background: linear-gradient(120deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.hero p.lead {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  box-shadow: var(--shadow-sm);
}
.hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(16,185,129,.18);
}

/* background blobs */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .55;
  z-index: 0;
}
.hero::before {
  width: 380px; height: 380px;
  top: -120px; left: -120px;
  background: radial-gradient(circle, #c7d5ff 0%, transparent 70%);
}
.hero::after {
  width: 360px; height: 360px;
  bottom: -140px; right: -120px;
  background: radial-gradient(circle, #ffd4ea 0%, transparent 70%);
}

/* ---------- main content area ---------- */

.tartalom {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 48px 24px;
}
.tartalom::after { content: ""; display: block; clear: both; }

/* home news section */
.home-news {
  margin-bottom: 24px;
}
.home-news h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding: 8px 0 16px 0;
  position: relative;
}
.home-news h1::after {
  content: "";
  display: block;
  margin-top: 14px;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.news-grid,
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}
.news-grid .boxtartalom,
.news-grid .boxtartalom_sima,
.cards-grid .boxtartalom,
.cards-grid .boxtartalom_sima {
  width: 100%;
  float: none;
  margin: 0;
  display: flex;
}
.news-grid .boxtartalom.is-feature { grid-column: 1 / -1; }
.news-grid .boxtartalom_sima,
.cards-grid .boxtartalom_sima { grid-column: 1 / -1; }

/* anchor as card body */
.news-grid .boxtartalom > a,
.cards-grid .boxtartalom > a,
.news-grid .boxtartalom_sima > a,
.cards-grid .boxtartalom_sima > a { float: none; width: 100%; display: flex; flex-direction: column; }

/* main 2-column row */
.main-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}
.main-row.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.content {
  position: relative;
  width: 100%;
  float: none;
  padding: 0;
  min-width: 0;
}
.content-large {
  position: relative;
  width: 100%;
  float: none;
  padding: 0;
}

.rightside {
  position: relative;
  width: 100%;
  float: none;
  min-width: 0;
}
.tartalom_right {
  position: relative;
  width: 100%;
  float: none;
  padding-top: 0;
}

/* ---------- Article cards (news/home) ---------- */

.boxtartalom {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.boxtartalom_sima {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.big_box,
.big_box_one,
.big_box_sima {
  position: relative;
  float: left;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  padding: 0;
}
.big_box:hover,
.big_box_one:hover,
.big_box_sima:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: #d6def0;
}

.big_picture,
.big_picture_one {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  background: var(--bg-soft);
  border-radius: 0;
  float: none;
}
.big_picture_one { height: 320px; }

.big_cim_box {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 18px 20px 20px 20px;
}

.big_cim {
  display: block;
  width: 100%;
  float: none;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0;
}
.big_cim p {
  font-size: 17px;
  line-height: 1.4;
  color: var(--text);
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: block;
  box-shadow: none;
  text-decoration: none;
}
.big_box:hover .big_cim p,
.big_box_one:hover .big_cim p,
.big_box_sima:hover .big_cim p {
  color: var(--primary);
  text-decoration: none;
  box-shadow: none;
}

/* category badge on cards */
.big_category p {
  font-size: 12px;
  display: inline-block;
  background: var(--primary);
  padding: 4px 12px;
  border-radius: 999px;
  color: #fff;
  margin: 12px 0 0 16px;
  font-weight: 600;
  letter-spacing: .02em;
}
.big_box:hover .big_category p {
  background: var(--primary-dk);
  box-shadow: none;
}

/* simple list item (no thumbnail) */
.boxtartalom_sima .big_box_sima {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  min-height: 56px;
}
.boxtartalom_sima .big_box_sima:hover {
  border-color: #cfdaf5;
  transform: translateY(-2px);
}
.boxtartalom_sima .big_cim {
  font-size: 15px;
  font-weight: 600;
}

/* large article link (right column related) */
a.big_cim_normal:link,
a.big_cim_normal:visited,
a.big_cim_normal:active {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--border-soft);
}
a.big_cim_normal:hover { color: var(--primary); }

/* ---------- Quick-search alphabet + popular brand tiles ---------- */

.kockatarto {
  position: relative;
  float: left;
  width: 100%;
  margin: 16px 0 8px 0;
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.kockatarto > div:first-child {
  width: 100%;
  color: var(--text-soft) !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 0 0 12px 0 !important;
  float: none !important;
}

a.kiskocka:link,
a.kiskocka:visited,
a.kiskocka:active {
  position: relative;
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  margin: 4px;
}
a.kiskocka:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

a.nagykocka:link,
a.nagykocka:visited,
a.nagykocka:active {
  position: relative;
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  margin: 4px;
  color: var(--text) !important;
}
a.nagykocka:hover {
  background: var(--surface);
  border-color: #cfdaf5;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

/* ---------- Right sidebar boxes ---------- */

.content-jobb {
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 18px 18px 14px 18px;
  padding-top: 18px !important;
}

.content-right-title {
  position: relative;
  display: block;
  float: none;
  padding: 0 0 12px 0;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 10px;
}

.rightbox_tartalom {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
}

.cimkebox {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 6px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cimkebox a { margin: 0 !important; float: none !important; }

.rightbanner {
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 18px;
}
.rightbanner:empty { display: none; }

/* ---------- Banner placeholders ---------- */

.topbanner_box,
.centerbanner_box,
.bottombanner_box {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
}
.topbanner,
.centerbanner,
.bottombanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: var(--container);
}

/* hide adsense "labels" we don't want */
.topbanner::before,
.rightbanner::after,
.centerbanner::after,
.bottombanner::after,
.reklam_tartalom::after,
.reklambox::after { display: none; }

.reklambox {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 14px 0;
}
.reklam_tartalom {
  position: relative;
  float: left;
  width: 100%;
  min-height: auto;
  margin: 14px 0;
  background: transparent;
}
.reklam_tartalom:empty { display: none; }

/* ---------- Search input (utility, kept for legacy) ---------- */

.searchright {
  position: relative;
  float: right;
  width: 280px;
  height: 44px;
  margin: 0;
}

.inputsearch {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 56px 12px 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  outline: 0;
  box-shadow: var(--shadow-sm);
  -webkit-appearance: none;
}
.inputsearch:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}

.buttonsearch {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 36px;
  padding: 0;
  background: var(--primary) url(/images/search.png) center center no-repeat;
  background-size: 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
  transition: background-color .18s ease;
}
.buttonsearch:hover { background-color: var(--primary-dk); }

.kereso_box {
  position: relative;
  float: none;
  width: 100%;
  max-width: 520px;
  margin: 24px auto 0 auto;
}
.kereso_input {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid var(--border);
  padding: 14px 56px 14px 22px;
  border-radius: 999px;
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-size: 15px;
  outline: 0;
}
.kereso_input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}
.kereso_button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--primary) url(/elemek/search.png) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.kereso_button:hover { background-color: var(--primary-dk); }

button:focus, button:focus-visible { outline: 0; }

/* ---------- Buttons ---------- */

a.gomb:link, a.gomb:visited, a.gomb:active {
  display: inline-block;
  border: 0;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff !important;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}
a.gomb:hover { background: var(--primary-dk); transform: translateY(-1px); }

a.buttonlink:link,
a.buttonlink:visited {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background-color: var(--primary);
  padding: 14px 28px;
  line-height: 1;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--shadow);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
a.buttonlink:hover {
  background-color: var(--primary-dk);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ---------- Article description ---------- */

.leiras,
.leiras-large {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 400;
}
.leiras p,
.leiras-large p { margin: 0 0 14px 0; width: 100%; }

.leiras a, .leiras-large a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(37,99,235,.35);
}
.leiras a:hover, .leiras-large a:hover {
  color: var(--primary-dk);
  text-decoration-color: var(--primary-dk);
}

.leiras img,
.leiras-large img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  padding: 12px 0;
}

.leiras h1, .leiras h2, .leiras h3, .leiras h4, .leiras td,
.leiras-large h1, .leiras-large h2, .leiras-large h3, .leiras-large h4 {
  text-align: left;
  color: var(--text);
}

.bevezeto-large {
  position: relative;
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
  padding: 14px 0 18px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.bevezeto-large ul { margin-left: 22px; }

#tabla {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius-sm);
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
#tabla img {
  border: 0;
  background: var(--surface);
  text-align: center;
  font-size: 14px;
  padding: 6px;
  margin: 0;
}

table#tipp {
  padding: 16px 16px 16px 56px;
  background: #fff7e0 url("/elemek/infobg.png") no-repeat 14px 50%;
  border: 1px solid #fde8a3;
  border-radius: var(--radius-sm);
  color: var(--text);
}

/* ---------- Pro / Con boxes ---------- */

.ertekeles {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  margin: 24px 0;
  padding: 24px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.ertekeles-large { margin: 0 auto; width: 100%; max-width: 800px; }

.pro, .kontra {
  position: relative;
  float: left;
  width: 50%;
}
.pro ul, .kontra ul {
  width: 95%;
  position: relative;
  float: left;
  list-style: none;
}
.pro li, .kontra li {
  width: 95%;
  padding: 8px 10px 8px 36px;
  font-size: 15px;
  text-align: left;
  background-size: 18px;
  color: var(--text-muted);
}
.pro li { background: url(/elemek/pro.png) no-repeat 10px 50%; background-size: 18px; }
.kontra li { background: url(/elemek/kontra.png) no-repeat 10px 50%; background-size: 18px; }

.pro li.procim,
.kontra li.kontracim {
  width: 98%;
  background: none;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 17px;
  color: var(--text);
}

/* ---------- Product tables ---------- */

.tableproducts {
  border: 1px solid var(--border);
  background: var(--surface);
  width: 100%;
  max-width: 1000px;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.tableproducts img { border: 0; padding: 6px; background: transparent; }
.tableproducts td {
  padding: 12px;
  height: auto;
  font-size: 15px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-soft);
}
.border_trbottom { border-top: 1px solid var(--border-soft); }
.tdextra { display: none; }

.termeklista { margin: 0 auto; width: 100%; max-width: 800px; }
.termeklista img {
  float: left;
  padding: 0 20px 16px 0;
  width: 200px;
  margin: 0;
  border-radius: var(--radius-sm);
}
.termekdoboz { position: relative; float: left; width: 100%; }

/* ---------- Tags ---------- */

.tagbutton { position: relative; float: left; margin: 12px 0 0 0; width: 100%; }
.tagbutton-large { margin: auto; text-align: center; }
.tagbutton ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ---------- Share / divider ---------- */

.sharebox {
  position: relative;
  float: left;
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  margin-top: 20px;
}

/* ---------- Banner placeholders (avoid empty visuals) ---------- */

.banner_av {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  max-width: 1000px;
  height: 250px;
  background: url(/banner/szeles.jpg) no-repeat center center;
  background-size: contain;
  border-radius: var(--radius);
}

/* ---------- figure ---------- */

figure {
  text-align: center;
  outline: 0;
  background: var(--bg-soft);
  padding: 8px;
  margin: 12px 0;
  display: inline-block;
  border-radius: var(--radius-sm);
}
figure > figcaption {
  padding: 8px 0;
  text-align: center;
  display: block;
  color: var(--text-soft);
  font-size: 13px;
}

.subimage { display: inline; width: 100%; }

/* ---------- promo (advertising hint) ---------- */

.promo::after {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: center bottom 0;
  font-size: 11px;
  padding: 0 16px;
  opacity: .5;
  margin: -3.5% -10px -10px 8px;
}

/* ---------- Footer ---------- */

.footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 32px 0;
  background: #0f172a;
  color: rgba(255,255,255,.8);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.bottomcenter {
  position: relative;
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  line-height: 1.8;
}
.bottomcenter b { color: #fff; }

/* ---------- Misc legacy clears ---------- */

.tartalom_left {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.kezdolapbox {
  position: relative;
  width: 100%;
  float: left;
  background: transparent;
}
.kezdolaptext {
  display: none;
}
.logolong {
  position: relative;
  float: left;
  padding: 0;
}

/* ensure responsive grid still flows even if floats present */
.content::after,
.content-large::after,
.tartalom::after {
  content: "";
  display: block;
  clear: both;
}

/* =========================================================
   kundenservice.telefonon.at — Modern Light Responsive
   ========================================================= */

/* Tablet & below */
@media only screen and (max-width: 1100px) {

  .tartalom {
    padding: 0 20px 40px 20px;
  }
  .main-row {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
  }
  .head, .menubox, .bottomcenter, .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Mobile */
@media only screen and (max-width: 960px) {

  html, body { font-size: 15px; }

  /* --- Header --- */
  .headtop {
    position: sticky;
    top: 0;
  }
  .head {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 16px;
    gap: 12px;
  }
  .logo {
    order: 1;
    flex: 1 1 auto;
    text-align: left;
    margin: 0;
    height: auto;
    width: auto;
    font-size: 18px;
  }
  .logo img {
    width: auto;
    max-width: 200px;
    height: 36px;
    margin: 0;
  }

  /* hamburger */
  .mobilemenu {
    order: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin: 0;
  }
  .mobilmenulink {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    margin: 0;
  }
  .mobilmenulink::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 14px;
    height: 2px;
    background: var(--text);
    box-shadow: 0 7px 0 var(--text), 0 14px 0 var(--text);
    border-radius: 2px;
    transition: transform .2s ease, background-color .2s ease;
  }
  .mobilmenulink.is-active {
    background: var(--primary);
    border-color: var(--primary);
  }
  .mobilmenulink.is-active::before {
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }

  .topbanner_box { display: none; }

  /* --- Mobile menu (collapsible) --- */
  .menubox {
    width: 100%;
    padding: 0 16px 12px 16px;
  }
  #menu {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  #menu.is-open { display: block; }
  #menu ul {
    flex-direction: column;
    flex-wrap: nowrap;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 8px;
    box-shadow: var(--shadow);
    gap: 2px;
  }
  #menu li {
    width: 100%;
    flex: 1 1 auto;
    text-align: left;
  }
  a.menulink:link, a.menulink:visited, a.menulink:active {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
  }
  .menutop { display: none; }

  /* --- Hero --- */
  .hero {
    padding: 36px 16px 28px 16px;
  }
  .hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .hero p.lead { font-size: 16px; }
  .hero-badges { gap: 8px; }
  .hero-badge { font-size: 12px; padding: 6px 12px; }
  .hero::before { width: 240px; height: 240px; top: -80px; left: -80px; }
  .hero::after { width: 240px; height: 240px; bottom: -100px; right: -80px; }

  /* --- Main layout --- */
  .tartalom {
    padding: 0 16px 32px 16px;
  }
  .main-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .content, .rightside, .content-large {
    width: 100%;
  }
  .tartalom_left, .tartalom_right { width: 100%; }

  /* article cards full-width on mobile */
  .news-grid,
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .boxtartalom { width: 100%; }
  .big_box, .big_box_one { width: 100%; }
  .big_picture { height: 200px; }
  .big_picture_one { height: 220px; }
  .big_cim_box { padding: 14px 16px 16px 16px; }

  /* headings */
  h1 { font-size: 26px; padding: 12px 0; }
  h1.center { font-size: 30px; padding: 20px 0 8px 0; }
  h2 { font-size: 22px; }
  h2, h3, h4, h5 { width: 100%; padding: 16px 0 12px 0; }

  .tartalom > h1 { font-size: 24px; padding: 6px 0 12px 0; }

  /* alphabet & brand tiles */
  .kockatarto {
    padding: 16px 12px;
    margin: 12px 0;
  }
  a.kiskocka:link, a.kiskocka:visited, a.kiskocka:active,
  a.kiskocka:hover {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 13px;
    margin: 3px;
  }
  a.nagykocka:link, a.nagykocka:visited, a.nagykocka:active,
  a.nagykocka:hover {
    padding: 10px 12px;
    font-size: 13px;
    margin: 3px;
  }

  /* right side */
  .content-jobb { padding: 16px; }
  .rightside { margin-top: 8px; }

  /* tables responsive: minor */
  td, tr { display: table; }
  thead tr { width: 100%; }
  tr + tr { width: 100%; }
  .tableproducts { width: 100%; }
  .tableproducts td { padding: 10px; }

  /* descriptions */
  .leiras, .leiras-large {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .leiras h2, .leiras h3, .leiras h4 { font-size: 18px; }
  .leiras-large p { padding: 0; }

  .bevezeto-large {
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
  }

  .subimage { display: inline; width: 100%; }
  .termeklista { width: 100%; }
  .termeklista img { width: 140px; padding: 0 14px 12px 0; }
  .termekdoboz img { max-width: 30%; }

  .ertekeles { width: 100%; padding: 18px 14px; }
  .ertekeles-large { width: 100%; }

  /* buttons */
  a.buttonlink:link, a.buttonlink:visited, a.buttonlink:hover {
    font-size: 14px;
    padding: 12px 22px;
  }

  /* search input full width */
  .inputsearch { width: 100%; margin: 0; }
  .searchright { width: 100%; margin: 0 0 12px 0; float: none; }

  /* banner / promo */
  .banner_av {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 1;
    background: url(/banner/mobil.jpg) no-repeat center center;
    background-size: contain;
  }
  .promo::after {
    position: absolute;
    content: "";
    transform: rotate(0deg);
    transform-origin: center bottom 0;
    font-size: 11px;
    padding: 0 16px 16px 16px;
    opacity: .5;
    bottom: -16px;
    right: 0;
  }

  /* footer */
  .footer { padding: 26px 0; }
  .bottomcenter { padding: 0 16px; }

  /* category / tag pills wrap nicely */
  a.kategoriak-jobb:link, a.kategoriak-jobb:visited, a.kategoriak-jobb:active,
  a.kategoriak-jobb:hover {
    padding: 6px 12px;
    font-size: 13px;
    margin: 0 6px 6px 0;
  }
  .category-crumb { padding: 6px 12px; margin: 0 6px 6px 0; }
  .cimkek { white-space: nowrap; line-height: 1.6; }
}

/* Small mobile */
@media only screen and (max-width: 480px) {

  .hero { padding: 28px 14px 24px 14px; }
  .hero h1 { font-size: 26px; }
  .hero p.lead { font-size: 15px; }

  .head { padding: 10px 14px; gap: 10px; }
  .logo img { max-width: 170px; height: 32px; }

  .tartalom { padding: 0 14px 28px 14px; }

  .big_picture { height: 180px; }
  .big_picture_one { height: 200px; }

  a.kiskocka:link, a.kiskocka:visited, a.kiskocka:active,
  a.kiskocka:hover {
    width: 34px;
    height: 34px;
    font-size: 12px;
    margin: 2px;
  }
}
