
:root{--red:#8f1018;--dark:#201512;--cream:#fff7e8;--paper:#fffdf7;--text:#392722;--muted:#766158;--radius:28px;--shadow:0 24px 65px rgba(32,21,18,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:Georgia,'Times New Roman',serif;line-height:1.68}a{text-decoration:none;color:inherit}.top{background:var(--dark);color:#fff7e8;padding:10px 6vw;font:14px Arial,sans-serif;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
nav{position:sticky;top:0;z-index:10;background:rgba(255,247,232,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(143,16,24,.12);padding:13px 6vw;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px}.brandlogo{height:52px;max-width:235px;object-fit:contain;mix-blend-mode:multiply}.wordmark{font:800 20px Arial,sans-serif;color:var(--red)}.links{display:flex;gap:18px;font:14px Arial,sans-serif;flex-wrap:wrap}.langswitch{display:flex;gap:8px;align-items:center}.langswitch a{font:800 13px Arial,sans-serif;border:1px solid rgba(143,16,24,.25);border-radius:999px;padding:8px 11px;color:var(--red);background:white}.langswitch a.active{background:var(--red);color:white}.navright{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:14px 22px;font:800 15px Arial,sans-serif;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(143,16,24,.28)}.secondary{background:#fff;color:var(--red);border:1px solid rgba(143,16,24,.24)}
.hero{min-height:82vh;display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center;padding:76px 6vw;color:#fff;background-size:cover;background-position:center;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(32,21,18,.90),rgba(32,21,18,.45))}.hero>*{position:relative}.eyebrow{font:800 13px Arial,sans-serif;text-transform:uppercase;letter-spacing:.13em;color:#ffd38a;display:inline-block;margin-bottom:14px}.section .eyebrow{color:var(--red)}h1,h2,h3{line-height:1.08;margin:0 0 18px}h1{font-size:clamp(42px,6vw,82px)}h2{font-size:clamp(32px,4vw,54px);color:var(--dark)}h3{font-size:26px;color:#651016}.keyword-large{display:block;font:900 clamp(21px,3vw,38px) Arial,sans-serif;color:#ffd38a;margin:22px 0 8px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{background:rgba(255,247,232,.94);color:var(--dark);padding:30px;border-radius:var(--radius);box-shadow:var(--shadow);font-family:Arial,sans-serif}.hero-card strong{color:var(--red)}
.section{padding:86px 6vw}.alt{background:var(--paper)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lead{font-size:20px;color:var(--muted)}.photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:white}.photo img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.card{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:0 14px 42px rgba(32,21,18,.09);border:1px solid rgba(143,16,24,.10)}.card img{width:100%;height:240px;object-fit:cover;border-radius:20px;margin-bottom:20px}.list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px;font-family:Arial,sans-serif}.list li:before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}.quote{background:#fff3d9;border-left:6px solid var(--red);border-radius:18px;padding:24px 26px;margin-top:24px;font-family:Arial,sans-serif}.textblock p{font-size:19px;color:var(--muted);margin:0 0 18px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:20px;box-shadow:0 10px 28px rgba(32,21,18,.12)}.band{background:linear-gradient(135deg,var(--red),#5f0b10);color:white;border-radius:34px;padding:52px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.band h2{color:white}.band p{font-size:19px;color:rgba(255,255,255,.9)}.footer{background:var(--dark);color:var(--cream);padding:42px 6vw;font:15px Arial,sans-serif;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.footer h4{color:#ffd38a;margin:0 0 10px}
@media(max-width:900px){.hero,.grid2,.band,.footer{grid-template-columns:1fr}.grid3,.gallery{grid-template-columns:1fr}.links{display:none}.hero{padding-top:54px}.band{padding:32px}.brandlogo{height:40px;max-width:170px}.navright{justify-content:flex-end}.langswitch a{padding:7px 9px}}




/* CLICK LANGUAGE MENU + BIGGER LOGO */
html, body { max-width:100%; overflow-x:hidden; }

nav {
  background:rgba(255,247,232,.98) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:22px !important;
}

.brand { min-width:250px !important; }

.brandlogo {
  height:104px !important;
  max-width:430px !important;
  width:auto !important;
  object-fit:contain !important;
  mix-blend-mode:multiply !important;
  filter:contrast(1.03) saturate(.98) !important;
}

.navright {
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
}

.navright a[href="https://www.henkele.at/"] { order:1 !important; }
.navright a[href="https://shop.henkele.at/"] { order:2 !important; }
.langswitch, .language-select-wrap { display:none !important; }

.language-menu {
  order:3 !important;
  position:relative !important;
  display:inline-block !important;
  font-family:Arial,sans-serif !important;
}

.lang-toggle {
  border:1px solid rgba(143,16,24,.28);
  background:#8f1018;
  color:#fff;
  border-radius:999px;
  padding:11px 16px;
  font:900 13px Arial,sans-serif;
  cursor:pointer;
  min-width:72px;
  box-shadow:0 8px 20px rgba(143,16,24,.16);
}

.lang-toggle::after { content:" ▾"; font-size:11px; }
.language-menu.open .lang-toggle::after { content:" ▴"; }

.lang-panel {
  display:none;
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  min-width:190px;
  background:#fffdf7;
  border:1px solid rgba(143,16,24,.18);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(32,21,18,.22);
  padding:8px;
  z-index:9999;
}

.language-menu.open .lang-panel { display:grid; gap:4px; }

.lang-panel a {
  display:flex !important;
  justify-content:space-between;
  align-items:center;
  padding:10px 12px !important;
  border-radius:12px !important;
  color:#5d3329 !important;
  background:transparent !important;
  border:none !important;
  font:800 14px Arial,sans-serif !important;
  min-width:0 !important;
  text-align:left !important;
}

.lang-panel a:hover,
.lang-panel a.active {
  background:rgba(143,16,24,.10) !important;
  color:#8f1018 !important;
}

.lang-panel a.active::after {
  content:"✓";
  color:#8f1018;
  font-weight:900;
}

@media (max-width:900px) {
  nav {
    display:grid !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    gap:10px !important;
    padding:12px 5vw !important;
    overflow:visible !important;
  }

  .brand {
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    justify-content:center !important;
  }

  .brandlogo {
    height:96px !important;
    max-width:88vw !important;
  }

  .navright {
    width:100% !important;
    max-width:100% !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:8px !important;
  }

  .navright > .btn {
    padding:10px 14px !important;
    font-size:13px !important;
  }

  .lang-panel {
    right:50% !important;
    transform:translateX(50%) !important;
    top:calc(100% + 8px) !important;
    min-width:min(88vw,260px) !important;
  }

  .top {
    text-align:center !important;
    justify-content:center !important;
    font-size:13px !important;
  }
}


/* PREMIUM CONTENT UPDATE */
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.trust-item{background:#fff7e8;border:1px solid rgba(143,16,24,.12);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(32,21,18,.08)}
.trust-item strong{display:block;color:#8f1018;font:900 22px Georgia,'Times New Roman',serif;margin-bottom:6px}
.trust-item span{color:#5d3329;font:700 13px Arial,sans-serif}
.card p{line-height:1.7}
.story-note{margin-top:18px;padding:18px 20px;border-left:5px solid #8f1018;background:#fff1d6;border-radius:14px;color:#4a2a22;line-height:1.7}
.footer a{color:#fff7e8;text-decoration:underline;text-underline-offset:3px}
.footer-links{display:grid;gap:6px}
.footer-links a{display:block}
@media(max-width:900px){.trust-strip{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.trust-strip{grid-template-columns:1fr}}


/* IMAGE LINK FIX */
.card a, .gallery a, .split a { display:block; text-decoration:none; color:inherit; }
.card a img, .gallery a img, .split a img { display:block; width:100%; }


/* FINAL FIX: centered trust boxes and clean clickable product images */
.trust-item {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.trust-item strong,
.trust-item span {
  text-align: center !important;
  width: 100% !important;
}
.card a {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}
.card a img {
  display: block !important;
  width: 100% !important;
}


/* FIXFERTIGES UPLOAD-UPDATE */
.trust-item {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.trust-item strong,
.trust-item span {
  text-align: center !important;
  width: 100% !important;
}
.card a, .gallery a {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}
.card a img, .gallery a img {
  display: block !important;
  width: 100% !important;
}


/* FINAL ALL CORRECTIONS */
.trust-item {
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}
.trust-item strong,
.trust-item span {
  text-align:center !important;
  width:100% !important;
}
.card a, .gallery a {
  display:block !important;
  color:inherit !important;
  text-decoration:none !important;
}
.card a img, .gallery a img {
  display:block !important;
  width:100% !important;
}

/* FINAL SPLIT VERSION */
.trust-item{text-align:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.trust-item strong,.trust-item span{text-align:center!important;width:100%!important}.card a,.gallery a{display:block!important;color:inherit!important;text-decoration:none!important}.card a img,.gallery a img{display:block!important;width:100%!important}@media (min-width:901px){#geschichte .split{grid-template-columns:55% 45%!important;align-items:center!important}#geschichte .split img{max-height:540px!important;object-fit:cover!important}}@media (max-width:900px){#geschichte .split{display:flex!important;flex-direction:column!important}#geschichte .split .textblock{order:1!important}#geschichte .split img{order:2!important;max-height:460px!important;object-fit:cover!important}}


/* UPDATE: Schlipfkrapfen, Imbissbild und finale Bildlogik */
.trust-item{text-align:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}
.trust-item strong,.trust-item span{text-align:center!important;width:100%!important}
.card a,.gallery a{display:block!important;color:inherit!important;text-decoration:none!important}
.card a img,.gallery a img{display:block!important;width:100%!important}
@media (min-width:901px){#geschichte .split{grid-template-columns:55% 45%!important;align-items:center!important}#geschichte .split img{max-height:540px!important;object-fit:cover!important}}
@media (max-width:900px){#geschichte .split{display:flex!important;flex-direction:column!important}#geschichte .split .textblock{order:1!important}#geschichte .split img{order:2!important;max-height:460px!important;object-fit:cover!important}}
