:root{
  --hhm-ink:#1c2118;--hhm-muted:#6a715f;--hhm-cream:#fbf7ee;--hhm-paper:#fffdf8;--hhm-card:#ffffff;--hhm-line:#e9dec9;
  --hhm-green:#243a25;--hhm-green-2:#406445;--hhm-hay:#dcae45;--hhm-hay-2:#f4db9d;--hhm-earth:#8a5d35;
  --hhm-radius:28px;--hhm-radius-sm:18px;--hhm-shadow:0 24px 70px rgba(36,58,37,.14);--hhm-soft:0 12px 30px rgba(36,58,37,.09);
  --hhm-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --hhm-serif: Georgia, "Times New Roman", serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--hhm-font);color:var(--hhm-ink);background:radial-gradient(circle at top left,rgba(244,219,157,.28),transparent 34rem),var(--hhm-cream);line-height:1.65}a{color:var(--hhm-green);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.hhm-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;white-space:nowrap}.hhm-skip:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;clip:auto;background:#fff;padding:10px 14px;z-index:9999;border-radius:10px}
.hhm-header{position:sticky;top:0;z-index:100;background:rgba(251,247,238,.88);backdrop-filter:blur(16px) saturate(150%);border-bottom:1px solid rgba(233,222,201,.8)}.hhm-header-inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.hhm-logo{display:flex;align-items:center;gap:12px;text-decoration:none!important;color:var(--hhm-green)}.hhm-logo-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--hhm-green),var(--hhm-green-2));color:#fff;font:700 1.35rem var(--hhm-serif);box-shadow:var(--hhm-soft)}.hhm-logo-text{display:block;font:700 clamp(1.15rem,2vw,1.55rem)/1.05 var(--hhm-serif);letter-spacing:-.02em}.hhm-logo small{display:block;color:var(--hhm-muted);font-size:.78rem;margin-top:2px}.custom-logo{max-height:58px;width:auto}.hhm-nav>ul{display:flex;justify-content:center;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.hhm-nav li{position:relative}.hhm-nav a{display:block;padding:10px 13px;border-radius:999px;font-weight:750;font-size:.94rem;color:var(--hhm-green);text-decoration:none}.hhm-nav a:hover,.hhm-nav .current-menu-item>a,.hhm-nav .current_page_item>a{background:#fff;box-shadow:var(--hhm-soft)}.hhm-nav .sub-menu{position:absolute;top:100%;left:0;min-width:250px;display:none;list-style:none;margin:10px 0 0;padding:10px;background:var(--hhm-card);border:1px solid var(--hhm-line);border-radius:20px;box-shadow:var(--hhm-shadow)}.hhm-nav li:hover>.sub-menu,.hhm-nav li:focus-within>.sub-menu{display:block}.hhm-nav .sub-menu a{border-radius:14px}.hhm-header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 17px;border-radius:999px;background:var(--hhm-green);color:#fff;text-decoration:none!important;font-weight:800;box-shadow:var(--hhm-soft)}.hhm-nav-toggle{display:none;width:46px;height:44px;border:0;border-radius:15px;background:var(--hhm-green);padding:11px;flex-direction:column;justify-content:center;gap:5px}.hhm-nav-toggle span:not(.screen-reader-text){height:2px;background:#fff;border-radius:999px}
.hhm-main{min-height:55vh}.hhm-kicker{margin:0 0 10px;text-transform:uppercase;letter-spacing:.14em;color:var(--hhm-earth);font-size:.76rem;font-weight:900}h1,h2,h3,h4{font-family:var(--hhm-serif);line-height:1.08;color:var(--hhm-green);letter-spacing:-.025em}h1{font-size:clamp(2.55rem,6vw,5.8rem);margin:.1em 0 .24em}h2{font-size:clamp(2rem,3.7vw,3.55rem);margin:.1em 0 .35em}h3{font-size:1.45rem}.hhm-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:999px;font-weight:900;text-decoration:none!important}.hhm-button-primary{background:var(--hhm-hay);color:#2c220d;box-shadow:0 12px 24px rgba(220,174,69,.25)}.hhm-button-ghost{color:#fff;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.13)}.hhm-text-link{font-weight:900;color:var(--hhm-earth);text-decoration:none}.hhm-text-link:hover{text-decoration:underline}.hhm-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.hhm-search{display:flex;gap:8px;padding:8px;background:#fff;border:1px solid var(--hhm-line);border-radius:999px;box-shadow:var(--hhm-soft)}.hhm-search label{flex:1;min-width:0}.hhm-search-field{width:100%;height:46px;border:0;background:transparent;outline:0;padding:0 15px;font:inherit;color:var(--hhm-ink)}.hhm-search-submit{border:0;border-radius:999px;background:var(--hhm-green);color:#fff;font-weight:900;padding:0 21px;cursor:pointer}
.hhm-hero{position:relative;isolation:isolate;min-height:690px;display:grid;align-items:center;color:#fff;background:linear-gradient(105deg,rgba(18,31,19,.90),rgba(36,58,37,.62) 45%,rgba(36,58,37,.22)),var(--hhm-hero);background-size:cover;background-position:center}.hhm-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(244,219,157,.26),transparent 18rem);z-index:-1}.hhm-hero:after{content:"";position:absolute;inset:auto 0 0;height:140px;background:linear-gradient(0deg,var(--hhm-cream),transparent);z-index:-1}.hhm-hero-grid{display:grid;grid-template-columns:minmax(0,760px) minmax(260px,360px);gap:50px;align-items:center;padding:92px 0 132px}.hhm-hero h1,.hhm-hero .hhm-kicker{color:#fff}.hhm-hero-copy>p:not(.hhm-kicker){font-size:clamp(1.12rem,2vw,1.42rem);max-width:720px;margin:0;color:rgba(255,255,255,.9)}.hhm-hero-search{max-width:680px}.hhm-hero-card{align-self:end;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px);border-radius:var(--hhm-radius);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:12px;box-shadow:0 24px 80px rgba(0,0,0,.22)}.hhm-hero-card span{min-height:92px;display:grid;place-items:end start;padding:14px;border-radius:20px;background:rgba(255,255,255,.16);font-weight:850}.hhm-overlap{margin-top:-80px;position:relative;z-index:3}.hhm-intro-card,.hhm-page-card,.hhm-widget,.hhm-listing-card,.hhm-state-card,.hhm-post-card{background:var(--hhm-card);border:1px solid var(--hhm-line);border-radius:var(--hhm-radius);box-shadow:var(--hhm-shadow)}.hhm-intro-card{padding:clamp(24px,4vw,46px)}.hhm-entry-content{font-size:1.04rem}.hhm-entry-content>*:first-child{margin-top:0}.hhm-entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hhm-entry-content h2,.hhm-entry-content h3{margin-top:1.75em}.hhm-entry-content ul,.hhm-entry-content ol{padding-left:1.25em}.hhm-entry-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.hhm-entry-content td,.hhm-entry-content th{border:1px solid var(--hhm-line);padding:10px;text-align:left}.hhm-section{padding:78px 0}.hhm-section-head{max-width:780px;margin-bottom:28px}.hhm-section-head p:last-child{color:var(--hhm-muted);margin-top:0}.hhm-section-row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:22px}.hhm-state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hhm-state-card{position:relative;overflow:hidden;display:grid;gap:14px;min-height:208px;padding:24px;text-decoration:none!important;color:inherit}.hhm-state-card:before{content:"";position:absolute;width:150px;height:150px;right:-55px;bottom:-70px;border-radius:50%;background:linear-gradient(135deg,rgba(220,174,69,.22),rgba(64,100,69,.12))}.hhm-state-card strong{font:700 1.45rem/1.1 var(--hhm-serif);color:var(--hhm-green)}.hhm-state-card span:last-child{color:var(--hhm-muted)}.hhm-state-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.hhm-dot{width:13px;height:13px;border-radius:50%;background:var(--hhm-hay);box-shadow:0 0 0 8px rgba(220,174,69,.16)}.hhm-count{font-size:.78rem;font-weight:900;color:var(--hhm-earth);background:var(--hhm-cream);border:1px solid var(--hhm-line);border-radius:999px;padding:6px 10px}.hhm-card-grid,.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;list-style:none;margin:0;padding:0}.hhm-listing-card{overflow:hidden;display:flex!important;flex-direction:column;min-width:0;transition:transform .2s ease,box-shadow .2s ease}.hhm-listing-card:hover{transform:translateY(-3px);box-shadow:0 32px 85px rgba(36,58,37,.18)}.hhm-listing-media{display:block;aspect-ratio:4/3;background:linear-gradient(135deg,#efe2c6,#f9f3e6);overflow:hidden}.hhm-listing-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hhm-listing-card:hover .hhm-listing-media img{transform:scale(1.045)}.hhm-listing-body{padding:22px;display:grid;gap:10px;flex:1}.hhm-card-label{margin:0;color:var(--hhm-earth);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.hhm-listing-body h2,.hhm-listing-body h3{font-size:1.45rem;margin:0}.hhm-listing-body p{margin:0;color:var(--hhm-muted)}.hhm-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--hhm-line);padding-top:14px;font-size:.9rem}.hhm-card-footer span{color:var(--hhm-muted);min-width:0}.hhm-card-footer a{font-weight:900;color:var(--hhm-earth)}.hhm-price .price{font-weight:900;color:var(--hhm-green)}
.hhm-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;padding:54px 0}.hhm-archive-head{margin-bottom:28px}.hhm-archive-head h1,.hhm-shop-head h1,.hhm-entry-head h1{font-size:clamp(2.3rem,5vw,4.4rem);margin-top:0}.hhm-archive-description,.hhm-shop-description{max-width:840px;color:var(--hhm-muted)}.hhm-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.hhm-post-card{overflow:hidden}.hhm-post-media{display:block;aspect-ratio:16/10;background:#efe2c6;overflow:hidden}.hhm-post-media img{width:100%;height:100%;object-fit:cover}.hhm-post-body{padding:24px}.hhm-post-body h2{font-size:1.7rem;margin:.15em 0 .3em}.hhm-post-body p{color:var(--hhm-muted)}.hhm-sidebar{display:grid;align-content:start;gap:18px}.hhm-widget{padding:22px}.hhm-widget-title{font-size:1.35rem;margin:0 0 12px}.hhm-widget ul{margin:0;padding-left:1.1em}.hhm-page-shell{padding:54px 0}.hhm-page-card{padding:clamp(24px,5vw,58px)}.hhm-featured{margin:0 0 28px}.hhm-featured img{border-radius:22px;width:100%;max-height:560px;object-fit:cover}.post-navigation{margin-top:36px;border-top:1px solid var(--hhm-line);padding-top:22px}.post-navigation .nav-links{display:flex;justify-content:space-between;gap:20px}
.hhm-shop-wrap,.hhm-product-wrap{padding:54px 0}.hhm-shop-head{margin-bottom:28px}.woocommerce-breadcrumb{font-size:.9rem;color:var(--hhm-muted);margin-bottom:14px}.hhm-shop-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 24px;padding:14px 16px;background:#fff;border:1px solid var(--hhm-line);border-radius:20px;box-shadow:var(--hhm-soft)}.woocommerce-result-count{margin:0;color:var(--hhm-muted)}.woocommerce-ordering{margin:0}.woocommerce-ordering select{height:42px;border:1px solid var(--hhm-line);border-radius:999px;background:#fff;padding:0 14px;font:inherit}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce .button,.woocommerce a.button{border-radius:999px;background:var(--hhm-green);color:#fff;font-weight:900}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:8px;justify-content:center}.woocommerce nav.woocommerce-pagination ul li{border:0}.page-numbers,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:inline-grid;place-items:center;min-width:42px;height:42px;border-radius:999px;border:1px solid var(--hhm-line)!important;background:#fff;color:var(--hhm-green);font-weight:900;padding:0 12px}.page-numbers.current,.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--hhm-green);color:#fff}.hhm-product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:30px;align-items:start}.hhm-product-gallery,.hhm-product-summary,.hhm-product-content{background:#fff;border:1px solid var(--hhm-line);border-radius:var(--hhm-radius);box-shadow:var(--hhm-shadow);padding:24px}.hhm-product-content{grid-column:1/-1}.hhm-product-summary h1{font-size:clamp(2.1rem,4vw,3.8rem);margin:0 0 18px}.hhm-product-summary .woocommerce-product-details__short-description{font-size:1.08rem;color:var(--hhm-muted)}.woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important}.woocommerce-product-gallery__wrapper{margin:0!important}.woocommerce-product-gallery__image img{border-radius:20px;width:100%;height:auto}.flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:12px 0 0!important;padding:0!important}.flex-control-thumbs li{width:auto!important;float:none!important;list-style:none}.flex-control-thumbs img{border-radius:12px;aspect-ratio:1/1;object-fit:cover}.hhm-facts{margin-top:22px;padding-top:20px;border-top:1px solid var(--hhm-line)}.hhm-facts h2{font-size:1.35rem;margin:0 0 12px}.hhm-facts dl{display:grid;grid-template-columns:120px 1fr;gap:8px 14px;margin:0}.hhm-facts dt{font-weight:900;color:var(--hhm-green)}.hhm-facts dd{margin:0;color:var(--hhm-muted)}.hhm-product-meta{margin-top:20px;color:var(--hhm-muted)}.product_meta{display:grid;gap:7px;font-size:.94rem}.woocommerce-tabs ul.tabs{display:flex;gap:8px;flex-wrap:wrap;list-style:none;margin:0 0 22px!important;padding:0!important}.woocommerce-tabs ul.tabs:before,.woocommerce-tabs ul.tabs li:before,.woocommerce-tabs ul.tabs li:after{display:none!important}.woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important}.woocommerce-tabs ul.tabs a{display:block;padding:10px 16px;border-radius:999px;background:var(--hhm-cream);border:1px solid var(--hhm-line);font-weight:900}.woocommerce-tabs .panel{margin:0!important}.related.products{display:block!important;margin-top:32px}.related.products>h2{font-size:2rem}.related.products ul.products{margin-top:18px}
.hhm-footer{margin-top:70px;padding:54px 0 24px;background:linear-gradient(135deg,var(--hhm-green),#172417);color:#edf3e8}.hhm-footer h2{color:#fff;margin-top:0;font-size:1.65rem}.hhm-footer a{color:#fff}.hhm-footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:34px}.hhm-footer p{color:#d9e5d2}.hhm-footer-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.hhm-footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:34px;padding-top:20px;color:#d9e5d2}.hhm-footer .hhm-search{box-shadow:none}.wp-caption{max-width:100%}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.gallery img{border-radius:16px}.mapp-layout,.mapp-canvas,.mapp-map{max-width:100%!important;border-radius:20px;overflow:hidden}.wp-block-image img{border-radius:18px}
@media (max-width:1100px){.hhm-header-inner{grid-template-columns:auto auto auto}.hhm-nav-toggle{display:flex;justify-self:end}.hhm-nav{position:fixed;top:86px;left:20px;right:20px;display:none;padding:14px;background:#fff;border:1px solid var(--hhm-line);border-radius:24px;box-shadow:var(--hhm-shadow);max-height:calc(100vh - 110px);overflow:auto}.hhm-nav.is-open{display:block}.hhm-nav>ul{display:grid;justify-content:stretch;align-items:stretch}.hhm-nav a{border-radius:14px}.hhm-nav .sub-menu{position:static;display:block;box-shadow:none;background:var(--hhm-cream);margin:6px 0 6px 14px}.hhm-header-cta{display:none}.hhm-hero-grid{grid-template-columns:1fr}.hhm-hero-card{max-width:520px}.hhm-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hhm-card-grid,.products{grid-template-columns:repeat(2,minmax(0,1fr))}.hhm-layout,.hhm-product-detail{grid-template-columns:1fr}.hhm-footer-grid{grid-template-columns:1fr 1fr}.hhm-product-content{grid-column:auto}}
@media (max-width:680px){.hhm-shell{width:min(100% - 28px,1180px)}.hhm-header-inner{min-height:70px;gap:12px}.hhm-logo-mark{width:42px;height:42px}.hhm-logo small{display:none}.hhm-nav{top:76px;left:14px;right:14px}.hhm-hero{min-height:620px}.hhm-hero-grid{padding:70px 0 110px}.hhm-hero-card{grid-template-columns:1fr 1fr;gap:8px;padding:14px}.hhm-hero-card span{min-height:74px;font-size:.9rem}.hhm-actions{display:grid}.hhm-button{width:100%}.hhm-search{display:grid;border-radius:22px}.hhm-search-submit{height:44px}.hhm-overlap{margin-top:-58px}.hhm-section{padding:54px 0}.hhm-section-row{display:block}.hhm-state-grid,.hhm-card-grid,.products,.hhm-post-grid,.hhm-footer-grid{grid-template-columns:1fr}.hhm-layout,.hhm-page-shell,.hhm-shop-wrap,.hhm-product-wrap{padding:34px 0}.hhm-page-card,.hhm-product-gallery,.hhm-product-summary,.hhm-product-content{padding:22px;border-radius:22px}.hhm-facts dl{grid-template-columns:1fr}.post-navigation .nav-links{display:grid}.hhm-footer{margin-top:44px}.flex-control-thumbs{grid-template-columns:repeat(4,1fr)}}

/* Updates 2026-05-04: Startseite, Navigation, Einzelansicht */
body.home .hhm-nav .menu-item-home,
body.front-page .hhm-nav .menu-item-home,
body.home .hhm-nav .page-item-home,
body.front-page .hhm-nav .page-item-home{display:none!important}
@media (min-width:1101px){
  .hhm-header-inner{grid-template-columns:minmax(230px,auto) minmax(0,1fr) auto;gap:16px}
  .hhm-nav{min-width:0;overflow:visible}
  .hhm-nav>ul{flex-wrap:nowrap;gap:2px}
  .hhm-nav>ul>li{flex:0 0 auto}
  .hhm-nav a{white-space:nowrap;font-size:clamp(.78rem,.82vw,.91rem);padding:9px 9px;font-weight:760;letter-spacing:-.01em}
  .hhm-header-cta{padding-inline:14px;white-space:nowrap}
  .hhm-logo-text{font-size:clamp(1.05rem,1.42vw,1.42rem)}
}
.hhm-product-summary h1.product_title,
.hhm-product-summary .product_title,
.hhm-product-summary h1{font-family:var(--hhm-serif);font-size:clamp(1.95rem,3.15vw,3.05rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;color:var(--hhm-green)}
.hhm-product-summary{position:sticky;top:104px}.hhm-product-summary .hhm-kicker{margin-bottom:8px}.hhm-product-meta{font-size:.92rem}.hhm-product-gallery{padding:18px}.hhm-product-detail{grid-template-columns:minmax(0,1.22fr) minmax(310px,.78fr);gap:28px}.hhm-section-compact{padding-top:44px}.hhm-journal-section{padding-top:26px}.hhm-journal-layout{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);gap:24px;align-items:stretch}.hhm-lexicon-cta{position:relative;overflow:hidden;min-height:430px;border-radius:var(--hhm-radius);padding:30px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(180deg,rgba(19,32,18,.10),rgba(19,32,18,.86)),var(--hhm-lexicon);background-size:cover;background-position:center;box-shadow:var(--hhm-shadow);border:1px solid rgba(255,255,255,.25)}.hhm-lexicon-cta h3{font-size:clamp(2rem,3.1vw,3.35rem);margin:.05em 0 .25em;color:#fff}.hhm-lexicon-cta p{max-width:560px;color:rgba(255,255,255,.9)}.hhm-lexicon-cta .hhm-kicker{color:#f7df9e}.hhm-latest-posts{display:grid;gap:16px}.hhm-mini-post{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:center;padding:14px;background:#fff;border:1px solid var(--hhm-line);border-radius:24px;box-shadow:var(--hhm-soft);overflow:hidden}.hhm-mini-post-media{display:block;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#efe2c6}.hhm-mini-post-media img{width:100%;height:100%;object-fit:cover}.hhm-mini-post-body h3{font-size:1.35rem;margin:.1em 0 .25em}.hhm-mini-post-body h3 a{text-decoration:none}.hhm-mini-post-body p{margin:.2em 0 0;color:var(--hhm-muted)}.hhm-mini-post-empty{grid-template-columns:1fr;padding:24px}.hhm-button-darktext{color:#2c220d!important}
@media (max-width:1100px){.hhm-product-summary{position:static}.hhm-journal-layout{grid-template-columns:1fr}.hhm-lexicon-cta{min-height:360px}}
@media (max-width:680px){.hhm-mini-post{grid-template-columns:1fr}.hhm-mini-post-media{aspect-ratio:16/9}.hhm-lexicon-cta{min-height:330px;padding:24px}.hhm-product-summary h1.product_title,.hhm-product-summary .product_title,.hhm-product-summary h1{font-size:2rem}}

/* Fixes 2026-05-04 v2.2: stabile Dropdowns und ruhigere Produkt-Kopfbereiche */
@media (min-width:1101px){
  .hhm-header{overflow:visible!important;z-index:10000}
  .hhm-header-inner{overflow:visible!important;grid-template-columns:minmax(280px,auto) minmax(0,1fr) auto!important;gap:14px!important}
  .hhm-nav,.hhm-nav>ul,.hhm-nav li{overflow:visible!important}
  .hhm-nav>ul{flex-wrap:nowrap!important;justify-content:flex-end!important;gap:1px!important}
  .hhm-nav>ul>li>a{white-space:nowrap!important;font-size:clamp(.72rem,.74vw,.86rem)!important;padding:9px 8px!important;line-height:1.1!important}
  .hhm-nav .menu-item-has-children>a::after,
  .hhm-nav .page_item_has_children>a::after{content:"";display:inline-block;width:.38em;height:.38em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:.48em;opacity:.72}
  .hhm-nav .sub-menu,
  .hhm-nav .children,
  .hhm-nav ul ul{
    display:block!important;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    min-width:270px!important;
    margin:0!important;
    padding:12px!important;
    list-style:none!important;
    background:rgba(255,253,248,.98)!important;
    border:1px solid var(--hhm-line)!important;
    border-radius:20px!important;
    box-shadow:0 24px 70px rgba(36,58,37,.18)!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(10px)!important;
    pointer-events:none!important;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;
    z-index:10020!important;
  }
  .hhm-nav li:hover>.sub-menu,
  .hhm-nav li:focus-within>.sub-menu,
  .hhm-nav li:hover>.children,
  .hhm-nav li:focus-within>.children,
  .hhm-nav li:hover>ul,
  .hhm-nav li:focus-within>ul{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
  }
  .hhm-nav .sub-menu::before,
  .hhm-nav .children::before,
  .hhm-nav ul ul::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
  .hhm-nav .sub-menu li,
  .hhm-nav .children li{width:100%!important}
  .hhm-nav .sub-menu a,
  .hhm-nav .children a{display:block!important;white-space:normal!important;font-size:.9rem!important;line-height:1.25!important;padding:11px 12px!important;border-radius:14px!important}
  .hhm-nav .sub-menu a:hover,
  .hhm-nav .children a:hover{background:var(--hhm-cream)!important;text-decoration:none!important}
}

.hhm-product-wrap{padding-top:clamp(28px,4vw,52px)!important}
.hhm-product-detail{gap:clamp(34px,4vw,58px)!important;align-items:start!important}
.hhm-product-gallery{min-width:0!important;overflow:hidden!important}
.hhm-product-summary{
  min-width:0!important;
  padding:clamp(24px,3vw,36px)!important;
  margin-left:0!important;
  background:rgba(255,253,248,.94)!important;
  border:1px solid rgba(233,222,201,.9)!important;
  border-radius:26px!important;
  box-shadow:0 18px 48px rgba(36,58,37,.10)!important;
}
.hhm-product-summary h1.product_title,
.hhm-product-summary .product_title,
.woocommerce div.product .hhm-product-summary .product_title,
.woocommerce div.product .product_title{
  font-size:clamp(2.1rem,3vw,3.25rem)!important;
  font-weight:500!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
  margin:0 0 22px!important;
}
.hhm-product-summary .hhm-kicker{margin-bottom:10px!important;font-size:.72rem!important;letter-spacing:.16em!important}
.hhm-product-summary p,.hhm-product-summary li,.hhm-product-meta{font-size:.96rem!important;line-height:1.7!important}
.hhm-facts{margin-top:24px!important;padding-top:22px!important}
.hhm-facts dl{grid-template-columns:108px minmax(0,1fr)!important;gap:7px 13px!important}
.hhm-facts dt,.hhm-facts dd{line-height:1.45!important}
@media (max-width:1100px){
  .hhm-product-detail{gap:24px!important}
  .hhm-product-summary{position:static!important}
}
@media (max-width:680px){
  .hhm-product-wrap{padding-top:24px!important}
  .hhm-product-summary h1.product_title,.hhm-product-summary .product_title,.woocommerce div.product .product_title{font-size:2.05rem!important}
  .hhm-facts dl{grid-template-columns:1fr!important}
}


/* --------------------------------------------------------------------------
   Heu-Hotel.de v2.3.0: Abstand Produktbild/Galerie zu Textbereich
   Integriert aus dem Customizer-CSS, damit die Einzelansichten dauerhaft
   stabil bleiben.
---------------------------------------------------------------------------- */
.single-product div.product div.images,
.woocommerce div.product div.images {
  margin-right: 48px !important;
}

.single-product div.product div.summary,
.woocommerce div.product div.summary,
.single-product div.product div.summary.entry-summary,
.woocommerce div.product div.summary.entry-summary {
  padding-left: 24px !important;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .single-product div.product div.images,
  .woocommerce div.product div.images {
    width: calc(50% - 32px) !important;
  }

  .single-product div.product div.summary,
  .woocommerce div.product div.summary,
  .single-product div.product div.summary.entry-summary,
  .woocommerce div.product div.summary.entry-summary {
    width: calc(50% - 32px) !important;
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .single-product div.product div.images,
  .woocommerce div.product div.images {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 28px !important;
  }

  .single-product div.product div.summary,
  .woocommerce div.product div.summary,
  .single-product div.product div.summary.entry-summary,
  .woocommerce div.product div.summary.entry-summary {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
