


:root {
  --dk:     #1B3A2D;
  --dk2:    #0d2318;
  --dk3:    #2d5c42;
  --lt:     #8DB600;
  --lt2:    #a0cc00;
  --wh:     #ffffff;
  --bg:     #ffffff;
  --bg2:    #f5f5f5;
  --bd:     #e5e5e5;
  --tx:     #1a1a18;
  --mu:     #6b6a66;
  --r:      8px;
  --r-lg:   10px;
  --trans:  0.2s ease;
  --sh-sm:  0 1px 4px rgba(0,0,0,0.05);
  --sh-md:  0 4px 16px rgba(27,58,45,0.10);
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', system-ui, sans-serif; color: var(--tx); background: #ffffff; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--lt); text-decoration: none; transition: color var(--trans); }
a:hover { color: #999999; }
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; line-height: 1.15; color: var(--dk); }
h1 { font-size: clamp(1.6rem,4vw,2.4rem); }
h2 { font-size: clamp(1.2rem,3vw,1.7rem); }
h3 { font-size: clamp(1rem,2vw,1.2rem); }
h2 em, h3 em { font-style: italic; color: var(--lt); }
p { margin-bottom: 1rem; }
button { cursor: pointer; font-family: 'DM Sans', sans-serif; }


.wh-container { max-width: 1200px; margin: 0 auto; padding: 0 2.5rem; }


.wh-topbar { background: var(--dk); padding: 0.45rem 0; }
.wh-topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 0 2.5rem; }
.wh-topbar-left { display: flex; gap: 1.25rem; }
.wh-topbar-item { font-size: 0.75rem; color: rgba(255,255,255,.45); display: flex; align-items: center; gap: 4px; }
.wh-topbar-item svg { stroke: var(--lt); }
.wh-topbar-phone a { color: var(--lt); font-weight: 600; }
.wh-topbar-phone a:hover { color: var(--wh); }


.wh-slider { height: 210px; background: var(--dk2); position: relative; overflow: hidden; width: 100%; box-sizing: border-box; }
.wh-slide { position: absolute; inset: 0; opacity: 0; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: opacity 1s ease; width: 100%; }
.wh-slide-active { opacity: 1; }
.wh-slide-placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, var(--dk2), var(--dk), var(--dk3)); }
.wh-slide-ph-text { font-size: 0.7rem; color: rgba(255,255,255,.2); letter-spacing: 2px; text-align: center; padding: 0 2rem; }
.wh-slide-arr { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: var(--wh); width: 30px; height: 30px; border-radius: 50%; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: background var(--trans); z-index: 3; }
.wh-slide-arr:hover { background: rgba(255,255,255,.2); }
.wh-slide-prev { left: 12px; }
.wh-slide-next { right: 12px; }
.wh-slide-dots { position: absolute; bottom: 10px; right: 14px; display: flex; gap: 5px; z-index: 3; }
.wh-slide-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; padding: 0; transition: all var(--trans); cursor: pointer; }
.wh-slide-dot.active { background: var(--lt); width: 16px; border-radius: 3px; }
.wh-slide-prog { position: absolute; bottom: 0; left: 0; height: 2px; background: var(--lt); z-index: 3; animation: whProg 5s linear infinite; }
@keyframes whProg { from { width: 0; } to { width: 100%; } }


 background: var(--wh); border-bottom: 1.5px solid var(--lt); height: 76px; position: sticky; top: 0; z-index: 100; box-shadow: var(--sh-sm); }
.wh-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 2.5rem; max-width: 1200px; margin: 0 auto; }
.wh-logo a { display: flex; align-items: center; gap: 0.6rem; }
.wh-logo-img { height: 52px; width: auto; }
.wh-logo-placeholder { width: 32px; height: 32px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 6px; color: var(--lt); flex-shrink: 0; }
.wh-logo-text { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 800; color: var(--dk); }

.wh-nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; }
.wh-bar { display: block; width: 22px; height: 1.5px; background: var(--dk); border-radius: 1px; transition: var(--trans); }
.wh-nav-menu ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.wh-nav-menu ul li a, .wh-nav-menu ul li > span { display: block; padding: 0.4rem 0.7rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.9px; text-transform: uppercase; color: var(--tx); border-radius: 3px; transition: var(--trans); }
.wh-nav-menu ul li a:hover, .wh-nav-menu ul li.active > a, .wh-nav-menu ul li.current > a { color: var(--lt); }
.wh-nav-menu ul li.wh-nav-cta > a { background: var(--dk); color: var(--wh); border-radius: 20px; padding: 0.4rem 0.9rem; }
.wh-nav-menu ul li.wh-nav-cta > a:hover { background: var(--dk3); color: var(--wh); }

.wh-nav-menu ul li { position: relative; }
.wh-nav-menu ul li ul { display: none; position: absolute; top: calc(100% + 6px); left: 0; min-width: 180px; background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); box-shadow: var(--sh-md); flex-direction: column; gap: 0; z-index: 200; padding: 0.4rem 0; }
.wh-nav-menu ul li:hover > ul { display: flex; }
.wh-nav-menu ul li ul li a { font-size: 0.82rem; text-transform: none; letter-spacing: 0; padding: 0.45rem 0.9rem; border-radius: 0; }


.wh-sec { padding: 1.75rem 2.5rem; background: #ffffff; }
.wh-sec-alt { background: #ffffff; }
.wh-sec-eyebrow { font-size: 0.7rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--lt); margin-bottom: 0.4rem; }
.wh-sec-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 800; color: var(--dk); }
.wh-sec-rule { width: 28px; height: 1.5px; background: var(--lt); margin: 0.5rem 0 0; }



.wh-ev-feat { border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; }
.wh-ev-feat-img { height: 160px; background: linear-gradient(160deg, var(--dk2), var(--dk) 60%, var(--dk3)); position: relative; display: flex; align-items: flex-end; padding: 12px 14px; overflow: hidden; }
.wh-ev-feat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; z-index: 0; }
.wh-ev-feat-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: rgba(255,255,255,.12); letter-spacing: 2px; text-transform: uppercase; }
.wh-ev-feat-img.has-bg { background-size: cover; background-position: center; }
.wh-ev-datebadge { position: absolute; top: 12px; right: 12px; background: var(--lt); color: var(--wh); border-radius: 6px; padding: 6px 10px; text-align: center; line-height: 1; }
.wh-ev-datebadge-day { font-size: 1.25rem; font-weight: 700; display: block; }
.wh-ev-datebadge-mon { font-size: 0.6rem; letter-spacing: 1px; text-transform: uppercase; opacity: .9; }
.wh-ev-chip { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); font-size: 0.65rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 3px 8px; border-radius: 20px; }
.wh-ev-feat-body { background: var(--wh); padding: 1.1rem 1.25rem; display: grid; grid-template-columns: 1fr 200px; gap: 1.25rem; }
.wh-ev-feat-title { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--dk); margin: 0.3rem 0 0.75rem; line-height: 1.2; }
.wh-ev-details { display: flex; flex-direction: column; gap: 4px; margin-bottom: 0.75rem; }
.wh-ev-detail { display: flex; align-items: center; gap: 5px; font-size: 0.78rem; color: var(--mu); }
.wh-ev-detail svg { stroke: var(--lt); flex-shrink: 0; }
.wh-ev-detail.free { color: var(--lt); font-weight: 600; }
.wh-ev-desc { font-size: 0.8rem; color: var(--mu); line-height: 1.6; margin-bottom: 0.75rem; }

.wh-ev-form { background: var(--dk); border-radius: var(--r); padding: 1rem; }
.wh-ev-form-title { font-size: 0.82rem; font-weight: 600; color: var(--wh); margin-bottom: 2px; }
.wh-ev-form-sub { font-size: 0.65rem; color: rgba(255,255,255,.4); margin-bottom: 0.75rem; }
.wh-ev-form-field { margin-bottom: 0.5rem; }
.wh-ev-form-field label { display: block; font-size: 0.6rem; font-weight: 600; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.wh-ev-form-field input, .wh-ev-form-field select { width: 100%; padding: 5px 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(141,182,0,.3); color: var(--wh); border-radius: 4px; font-size: 0.78rem; font-family: 'DM Sans', sans-serif; }
.wh-ev-form-field input::placeholder { color: rgba(255,255,255,.2); }
.wh-ev-form-btn { width: 100%; background: var(--lt); color: var(--wh); border: none; padding: 0.5rem; border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; margin-top: 0.25rem; transition: background var(--trans); }
.wh-ev-form-btn:hover { background: var(--lt2); }
.wh-ev-form-note { font-size: 0.6rem; color: rgba(255,255,255,.28); text-align: center; margin-top: 0.4rem; line-height: 1.4; }
.wh-ev-form-note a { color: rgba(255,255,255,.5); }

.wh-ev-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 0.75rem; }
.wh-ev-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; margin-top: 0.75rem; }
.wh-ev-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.6rem; margin-top: 0.75rem; }
.wh-ev-card { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow var(--trans), transform var(--trans); }
.wh-ev-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.wh-ev-card-img { height: 65px; background: linear-gradient(135deg, var(--dk), var(--dk3)); position: relative; display: flex; align-items: flex-end; padding: 5px 7px; background-size: cover; background-position: center; overflow: hidden; }
.wh-ev-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; z-index: 0; }
.wh-ev-card-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: rgba(255,255,255,.12); }
.wh-ev-card-datechip { background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.85); font-size: 0.62rem; font-weight: 600; padding: 2px 7px; border-radius: 10px; position: relative; z-index: 1; }
.wh-ev-card-freechip { position: absolute; top: 5px; right: 5px; background: rgba(141,182,0,.25); border: 1px solid rgba(141,182,0,.4); color: #c8e050; font-size: 0.58rem; font-weight: 600; padding: 1px 6px; border-radius: 8px; }
.wh-ev-card-body { padding: 0.6rem 0.7rem; }
.wh-ev-card-wg { font-size: 0.62rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lt); margin-bottom: 2px; }
.wh-ev-card-title { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--dk); line-height: 1.2; margin-bottom: 4px; }
.wh-ev-card-detail { display: flex; align-items: center; gap: 3px; font-size: 0.7rem; color: var(--mu); margin-bottom: 2px; }
.wh-ev-card-detail svg { stroke: var(--lt); flex-shrink: 0; }
.wh-ev-card-btns { display: flex; gap: 4px; margin-top: 0.5rem; }


.wh-past-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }
.wh-past-card { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; opacity: .82; }
.wh-past-img { height: 65px; background: linear-gradient(135deg,#2a2a28,#3a3a38); position: relative; display: flex; align-items: flex-end; padding: 5px 7px; background-size: cover; background-position: center; overflow: hidden; }
.wh-past-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; z-index: 0; }
.wh-past-chip { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 0.62rem; font-weight: 600; padding: 2px 7px; border-radius: 10px; position: relative; z-index: 1; }
.wh-past-vergbadge { position: absolute; top: 5px; right: 5px; background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 0.58rem; padding: 1px 6px; border-radius: 8px; }
.wh-past-body { padding: 0.6rem 0.7rem; }
.wh-past-wg { font-size: 0.62rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mu); margin-bottom: 2px; }
.wh-past-title { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: #555; line-height: 1.2; margin-bottom: 3px; }
.wh-past-detail { font-size: 0.7rem; color: #aaa; margin-bottom: 4px; }
.wh-past-link { font-size: 0.68rem; font-weight: 600; color: var(--lt); letter-spacing: .5px; text-transform: uppercase; cursor: pointer; }


.wh-drei-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }
.wh-drei-card { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; }
.wh-drei-img { height: 90px; background: linear-gradient(160deg, var(--dk), var(--dk3)); display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.wh-drei-body { padding: 0.75rem; }
.wh-drei-date { font-size: 0.62rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lt); margin-bottom: 3px; }
.wh-drei-title { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--dk); margin-bottom: 4px; line-height: 1.2; }
.wh-drei-text { font-size: 0.75rem; color: var(--mu); line-height: 1.5; margin-bottom: 4px; }
.wh-drei-link { font-size: 0.68rem; font-weight: 600; color: var(--lt); letter-spacing: .5px; text-transform: uppercase; cursor: pointer; }


.wh-gg-banner { background: linear-gradient(160deg, var(--dk2), var(--dk) 60%, var(--dk3)); border-radius: var(--r-lg); padding: 1.25rem; display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; }
.wh-gg-icon { width: 48px; height: 48px; background: rgba(141,182,0,.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wh-gg-icon svg { width: 22px; height: 22px; stroke: var(--lt); fill: none; stroke-width: 1.5; }
.wh-gg-label { font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 3px; }
.wh-gg-title { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--wh); margin-bottom: 0.35rem; }
.wh-gg-title em { font-style: italic; color: rgba(141,182,0,.9); }
.wh-gg-text { font-size: 0.78rem; color: rgba(255,255,255,.5); line-height: 1.5; margin-bottom: 0.6rem; }
.wh-gg-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.wh-gg-tag { background: rgba(141,182,0,.15); border: 1px solid rgba(141,182,0,.25); color: rgba(255,255,255,.7); font-size: 0.62rem; padding: 2px 8px; border-radius: 10px; }
.wh-gg-btn { background: var(--lt); color: var(--wh); border: none; padding: 0.6rem 1.2rem; border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: background var(--trans); }
.wh-gg-btn:hover { background: var(--lt2); }


.wh-breadcrumb-bar { background: var(--wh); border-bottom: 1px solid var(--bd); padding: 0.4rem 2.5rem; font-size: 0.78rem; color: var(--mu); }
.wh-katalog-filter-bar { background: var(--wh); border-bottom: 1px solid var(--bd); padding: 0.5rem 2.5rem; }
.wh-katalog-filter { display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap; }
.wh-kf-lbl { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--mu); }
.wh-kf-btn { padding: 3px 10px; border-radius: 12px; border: 1px solid var(--bd); background: var(--wh); font-size: 0.72rem; font-weight: 600; color: var(--mu); cursor: pointer; transition: var(--trans); }
.wh-kf-btn.active, .wh-kf-btn:hover { background: var(--dk); border-color: var(--dk); color: var(--wh); }
.wh-inner-wrap { padding: 1.5rem 2.5rem; }
.wh-layout-sidebar { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; }
.wh-sidebar { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); padding: 1rem; align-self: start; }
.wh-sidebar-eyebrow { font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; color: var(--lt); font-weight: 600; margin-bottom: 0.75rem; }
.wh-kat-wg { padding: 6px 8px; border-radius: 6px; cursor: pointer; margin-bottom: 2px; transition: background var(--trans); }
.wh-kat-wg:hover, .wh-kat-wg.active { background: rgba(141,182,0,.1); }
.wh-kat-wg-name { font-size: 0.82rem; font-weight: 600; color: var(--dk); }
.wh-kat-wg.active .wh-kat-wg-name { color: var(--lt); }
.wh-kat-wg-region { font-size: 0.7rem; color: var(--mu); }
.wh-content-full { max-width: 1140px; }


.wh-wine-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }
.wh-wine-card { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow var(--trans), transform var(--trans); }
.wh-wine-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.wh-wine-img { height: 85px; background: linear-gradient(135deg, var(--dk), var(--dk3)); position: relative; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.wh-wine-bottle { width: 14px; height: 44px; background: rgba(255,255,255,.18); border-radius: 3px 3px 5px 5px; position: relative; }
.wh-wine-bottle::before { content:""; position: absolute; top:-8px; left:4px; width:6px; height:10px; background:rgba(255,255,255,.12); border-radius:2px 2px 0 0; }
.wh-wine-badge { position: absolute; bottom: 5px; left: 5px; font-size: 0.58rem; font-weight: 700; padding: 1px 5px; border-radius: 8px; }
.wh-badge-weiss { background: rgba(232,210,150,.2); color: #e8d296; }
.wh-badge-rot   { background: rgba(140,40,60,.25); color: #f4a0a0; }
.wh-badge-rose  { background: rgba(200,100,120,.2); color: #f4b8c0; }
.wh-wine-body { padding: 0.65rem 0.7rem; }
.wh-wine-wg { font-size: 0.62rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lt); margin-bottom: 2px; }
.wh-wine-name { font-family: 'Montserrat', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--dk); margin-bottom: 4px; line-height: 1.2; }
.wh-wine-desc { font-size: 0.75rem; color: var(--mu); line-height: 1.4; margin-bottom: 5px; }
.wh-wine-price { font-size: 1rem; font-weight: 700; color: var(--dk); margin-bottom: 4px; }
.wh-wine-price span { font-size: 0.7rem; font-weight: 400; color: var(--mu); }
.wh-wine-btn { width: 100%; background: var(--dk); color: var(--wh); border: none; padding: 5px; border-radius: 6px; font-size: 0.7rem; font-weight: 600; cursor: pointer; transition: background var(--trans); }
.wh-wine-btn:hover { background: var(--dk3); }


.wh-detail-wrap { padding: 1.25rem 0; }
.wh-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
.wh-wine-img-main { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--bd); background: linear-gradient(160deg, var(--dk), var(--dk3)); height: 300px; display: flex; align-items: center; justify-content: center; position: relative; background-size: cover; background-position: center; }
.wh-wine-img-badge-main { position: absolute; top: 12px; left: 12px; font-size: 0.65rem; font-weight: 700; padding: 3px 9px; border-radius: 20px; }
.wh-wine-img-vol { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: 0.7rem; font-weight: 600; padding: 3px 9px; border-radius: 10px; }
.wh-wine-info-wg { font-size: 0.7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--lt); margin-bottom: 0.4rem; }
.wh-wine-info-name { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--dk); line-height: 1.15; margin-bottom: 0.3rem; }
.wh-wine-info-herkunft { font-size: 0.85rem; color: var(--mu); margin-bottom: 1rem; }
.wh-wine-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 1rem; padding: 0.75rem 1rem; background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); }
.wh-wine-price-main { font-size: 1.5rem; font-weight: 700; color: var(--dk); }
.wh-wine-price-unit { font-size: 0.85rem; color: var(--mu); }
.wh-wine-price-inkl { font-size: 0.7rem; color: var(--mu); margin-left: auto; }

.wh-tech-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; margin-bottom: 1rem; }
.wh-tech-item { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); padding: 0.65rem 0.75rem; text-align: center; }
.wh-tech-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--mu); margin-bottom: 4px; }
.wh-tech-value { font-size: 1rem; font-weight: 600; color: var(--dk); }

.wh-anfrage-btn { width: 100%; background: var(--dk); color: var(--wh); border: none; padding: 0.75rem; border-radius: 20px; font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; margin-bottom: 0.5rem; transition: background var(--trans); }
.wh-anfrage-btn:hover { background: var(--dk3); }
.wh-anfrage-hint { font-size: 0.7rem; color: var(--mu); text-align: center; line-height: 1.5; }
.wh-anfrage-hint a { color: var(--lt); }

.wh-beschreibung { font-size: 0.88rem; color: var(--mu); line-height: 1.8; background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); padding: 1rem; }

.wh-rechtlich-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.wh-rechtlich-col { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); padding: 1rem; }
.wh-rl-section { margin-bottom: 1rem; }
.wh-rl-section:last-child { margin-bottom: 0; }
.wh-rl-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--lt); margin-bottom: 0.5rem; padding-bottom: 4px; border-bottom: 1px solid var(--bd); }
.wh-rl-row { display: flex; justify-content: space-between; align-items: center; padding: 3px 0; border-bottom: 1px solid var(--bg); font-size: 0.8rem; }
.wh-rl-row:last-child { border-bottom: none; }
.wh-rl-key { color: var(--mu); }
.wh-rl-val { font-weight: 500; color: var(--tx); }
.wh-rl-text { font-size: 0.8rem; color: var(--mu); line-height: 1.6; }
.wh-rl-warn { display: flex; align-items: flex-start; gap: 7px; background: rgba(141,182,0,.06); border: 1px solid rgba(141,182,0,.15); border-radius: var(--r); padding: 8px 10px; margin-top: 0.75rem; }
.wh-rl-warn-icon { font-size: 1rem; flex-shrink: 0; }
.wh-rl-warn-text { font-size: 0.72rem; color: var(--mu); line-height: 1.5; }
.wh-rl-warn-text b { color: var(--dk); }

.wh-aehnliche-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }


.wh-btn-prim { background: var(--dk); color: var(--wh); border: none; padding: 0.45rem 1rem; border-radius: 20px; font-size: 0.72rem; font-weight: 600; cursor: pointer; transition: background var(--trans); }
.wh-btn-prim:hover { background: var(--dk3); }
.wh-btn-ghost { background: transparent; color: var(--dk); border: 1.5px solid var(--bd); padding: 0.45rem 0.9rem; border-radius: 20px; font-size: 0.72rem; font-weight: 600; cursor: pointer; transition: all var(--trans); }
.wh-btn-ghost:hover { border-color: var(--lt); color: var(--lt); }


.wh-footer { background: var(--dk); }
.wh-footer-top { padding: 1.5rem 0 1.25rem; }
.wh-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.5rem; padding: 0 2.5rem; max-width: 1200px; margin: 0 auto; }
.wh-footer-logo-img { height: 36px; width: auto; filter: brightness(0) invert(1); opacity: .8; margin-bottom: 0.6rem; }
.wh-footer-logo-txt { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--wh); margin-bottom: 0.4rem; }
.wh-footer-tagline { font-size: 0.72rem; color: rgba(255,255,255,.3); line-height: 1.6; margin-bottom: 0.75rem; }
.wh-footer-social { display: flex; gap: 4px; }
.wh-social-btn { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(141,182,0,.25); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); transition: all var(--trans); }
.wh-social-btn:hover { background: var(--lt); border-color: var(--lt); color: var(--wh); transform: translateY(-1px); }
.wh-footer-col-title { font-size: 0.62rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--lt); font-weight: 700; margin-bottom: 0.75rem; }
.wh-footer-links { list-style: none; padding: 0; }
.wh-footer-links li { padding: 2px 0; }
.wh-footer-links a { font-size: 0.75rem; color: rgba(255,255,255,.35); transition: var(--trans); }
.wh-footer-links a:hover { color: var(--lt); padding-left: 3px; }
.wh-footer-contact { font-size: 0.75rem; color: rgba(255,255,255,.35); line-height: 1.9; }
.wh-footer-contact strong { color: rgba(255,255,255,.6); display: block; }
.wh-footer-contact a { color: rgba(255,255,255,.4); }
.wh-footer-contact a:hover { color: var(--lt); }
.wh-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 0.6rem 0; }
.wh-footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; padding: 0 2.5rem; max-width: 1200px; margin: 0 auto; }
.wh-footer-copy { font-size: 0.65rem; color: rgba(255,255,255,.2); }
.wh-footer-legal { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.wh-footer-legal a { font-size: 0.65rem; color: rgba(255,255,255,.28); transition: var(--trans); }
.wh-footer-legal a:hover { color: var(--lt); }


.alert { padding: 0.75rem 1rem; border-radius: var(--r); margin-bottom: 1rem; font-size: 0.85rem; }
.alert-info    { background: rgba(141,182,0,.08); color: var(--dk); border-left: 4px solid var(--lt); }
.alert-success { background: rgba(141,182,0,.1); color: var(--dk); border-left: 4px solid var(--lt); }
.alert-warning { background: #faeeda; color: #BA7517; border-left: 4px solid #BA7517; }
.alert-error   { background: #fcebeb; color: #A32D2D; border-left: 4px solid #A32D2D; }


@media (max-width: 1024px) {
    .wh-ev-grid-4 { grid-template-columns: repeat(2,1fr); }
    .wh-wine-grid, .wh-aehnliche-grid { grid-template-columns: repeat(2,1fr); }
    .wh-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
    .wh-ev-feat-body { grid-template-columns: 1fr; }
    .wh-gg-banner { grid-template-columns: 48px 1fr; }
    .wh-gg-btn { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 768px) {
    .wh-nav-toggle { display: flex; }
    .wh-nav-menu { position: fixed; top: 0; right: -100%; width: 260px; height: 100vh; background: var(--wh); box-shadow: var(--sh-md); transition: right .3s ease; z-index: 500; overflow-y: auto; padding: 4rem 1.25rem 2rem; }
    .wh-nav-menu.wh-open { right: 0; }
    .wh-nav-menu ul { flex-direction: column; gap: 0; }
    .wh-nav-menu ul li { width: 100%; }
    .wh-nav-menu ul li a { padding: .65rem 0; border-bottom: 1px solid var(--bd); text-transform: none; font-size: .9rem; letter-spacing: 0; }
    .wh-ev-grid-2, .wh-ev-grid-3, .wh-past-grid, .wh-drei-grid { grid-template-columns: 1fr; }
    .wh-detail-grid, .wh-rechtlich-grid { grid-template-columns: 1fr; }
    .wh-layout-sidebar { grid-template-columns: 1fr; }
    .wh-wine-grid { grid-template-columns: repeat(2,1fr); }
    .wh-footer-grid { grid-template-columns: 1fr; }
    .wh-topbar-left { gap: .75rem; }
    .wh-slide-arr { display: none; }
}
@media (max-width: 480px) {
    .wh-wine-grid, .wh-aehnliche-grid { grid-template-columns: 1fr; }
    .wh-ev-grid-4 { grid-template-columns: 1fr; }
}



.wh-blog-alle-link { font-size: 0.78rem; font-weight: 700; color: var(--lt); letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border-bottom: 1px solid rgba(141,182,0,.3); padding-bottom: 1px; }
.wh-blog-alle-link:hover { color: var(--dk); border-color: var(--dk); }


.wh-blog-featured { border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; margin-bottom: 1rem; }
.wh-bf-img { background: linear-gradient(160deg, var(--dk2), var(--dk), var(--dk3)); min-height: 180px; position: relative; display: flex; align-items: flex-end; padding: 12px 14px; background-size: cover; background-position: center; }
.wh-bf-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: rgba(255,255,255,.12); letter-spacing: 2px; text-transform: uppercase; }
.wh-bf-cat { position: absolute; top: 10px; left: 10px; background: var(--lt); color: var(--wh); font-size: 0.6rem; font-weight: 700; padding: 2px 8px; border-radius: 2px; letter-spacing: 1px; text-transform: uppercase; }
.wh-bf-body { background: var(--wh); padding: 1.25rem; }
.wh-bf-meta { font-size: 0.7rem; color: var(--mu); margin-bottom: 0.5rem; display: flex; gap: 0.75rem; }
.wh-bf-meta svg { width: 9px; height: 9px; stroke: var(--lt); fill: none; stroke-width: 1.5; }
.wh-bf-title { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--dk); line-height: 1.25; margin-bottom: 0.6rem; }
.wh-bf-title em { font-style: italic; color: var(--lt); }
.wh-bf-text { font-size: 0.8rem; color: var(--mu); line-height: 1.6; margin-bottom: 0.75rem; }
.wh-bf-link { font-size: 0.7rem; font-weight: 700; color: var(--lt); letter-spacing: .8px; text-transform: uppercase; cursor: pointer; }


.wh-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.wh-bc { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow var(--trans), transform var(--trans); cursor: pointer; }
.wh-bc:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.wh-bc-img { height: 75px; background: linear-gradient(135deg, var(--dk), var(--dk3)); position: relative; display: flex; align-items: flex-end; padding: 5px 7px; background-size: cover; background-position: center; }
.wh-bc-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: rgba(255,255,255,.12); }
.wh-bc-cat { position: absolute; top: 5px; left: 5px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); font-size: 0.58rem; font-weight: 700; padding: 1px 6px; border-radius: 10px; }
.wh-bc-body { padding: 0.65rem 0.7rem; }
.wh-bc-meta { font-size: 0.62rem; color: var(--mu); margin-bottom: 3px; display: flex; gap: 0.5rem; }
.wh-bc-title { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--dk); line-height: 1.2; margin-bottom: 4px; }
.wh-bc-text { font-size: 0.72rem; color: var(--mu); line-height: 1.4; margin-bottom: 5px; }
.wh-bc-link { font-size: 0.65rem; font-weight: 700; color: var(--lt); letter-spacing: .8px; text-transform: uppercase; }


.wh-blog-pag { display: flex; justify-content: center; gap: 5px; margin-top: 1.25rem; }


.wh-art-hero { height: 200px; background: linear-gradient(160deg, var(--dk2), var(--dk) 60%, var(--dk3)); position: relative; display: flex; align-items: flex-end; padding: 1rem 0; background-size: cover; background-position: center; }
.wh-art-hero-cat { position: absolute; top: 12px; background: var(--lt); color: var(--wh); font-size: 0.62rem; font-weight: 700; padding: 3px 10px; border-radius: 2px; letter-spacing: 1px; text-transform: uppercase; }
.wh-art-hero-meta { font-size: 0.72rem; color: rgba(255,255,255,.5); margin-bottom: 0.4rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.wh-art-hero-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.2rem, 3vw, 1.6rem); font-weight: 700; color: var(--wh); line-height: 1.2; }
.wh-art-hero-title em { font-style: italic; color: rgba(141,182,0,.9); }
.wh-art-body { display: grid; grid-template-columns: 1fr 220px; gap: 0; }
.wh-art-main { padding: 1.25rem 1.5rem; border-right: 1px solid var(--bd); }
.wh-art-text { font-size: 0.9rem; color: var(--mu); line-height: 1.8; margin-bottom: 1rem; }
.wh-art-subhead { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--dk); margin: 1rem 0 0.5rem; }
.wh-art-img { height: 160px; background: linear-gradient(135deg, var(--dk), var(--dk3)); border-radius: var(--r); margin: 0.75rem 0; background-size: cover; background-position: center; }
.wh-art-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 1rem; }
.wh-art-tag { background: #ffffff; border: 1px solid var(--bd); color: var(--mu); font-size: 0.72rem; padding: 2px 9px; border-radius: 10px; }


.wh-art-sidebar { padding: 1rem; }
.wh-art-sb-title { font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--dk); margin-bottom: 0.75rem; padding-bottom: 5px; border-bottom: 1px solid var(--bd); }
.wh-art-sb-item { display: flex; gap: 8px; margin-bottom: 0.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--bg); cursor: pointer; }
.wh-art-sb-img { width: 44px; height: 44px; border-radius: 6px; background: linear-gradient(135deg, var(--dk), var(--dk3)); flex-shrink: 0; background-size: cover; background-position: center; }
.wh-art-sb-date { font-size: 0.62rem; color: var(--lt); font-weight: 600; margin-bottom: 2px; }
.wh-art-sb-name { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--dk); line-height: 1.2; }


.wh-art-nl { background: var(--dk); border-radius: var(--r); padding: 0.85rem; margin-top: 0.75rem; }
.wh-art-nl-title { font-size: 0.82rem; font-weight: 600; color: var(--wh); margin-bottom: 3px; }
.wh-art-nl-text { font-size: 0.7rem; color: rgba(255,255,255,.45); line-height: 1.4; margin-bottom: 0.6rem; }


.wh-art-more { padding: 1.25rem; background: var(--wh); border-top: 1px solid var(--bd); }
.wh-art-more-title { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--dk); margin-bottom: 0.75rem; }
.wh-art-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
.wh-art-more-card { background: #ffffff; border: 1px solid var(--bd); border-radius: var(--r); overflow: hidden; cursor: pointer; }
.wh-art-more-img { height: 44px; background: linear-gradient(135deg, var(--dk), var(--dk3)); background-size: cover; background-position: center; }
.wh-art-more-body { padding: 7px; }
.wh-art-more-date { font-size: 0.6rem; color: var(--lt); font-weight: 600; margin-bottom: 2px; }
.wh-art-more-name { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--dk); line-height: 1.2; }


@media (max-width: 1024px) {
    .wh-blog-featured { grid-template-columns: 1fr; }
    .wh-bf-img { min-height: 140px; }
    .wh-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .wh-art-more-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .wh-blog-grid, .wh-art-more-grid { grid-template-columns: 1fr; }
    .wh-art-body { grid-template-columns: 1fr; }
}

.wh-topbar-right { display: flex; gap: 1rem; align-items: center; }
.wh-topbar-right .wh-topbar-item a { color: var(--lt); font-weight: 500; }
.wh-topbar-right .wh-topbar-item a:hover { color: #ffffff; }
.wh-topbar-phone a { color: var(--lt); font-weight: 600; }


/* Globale Seitenraender */
body { padding-left: 0; padding-right: 0; }
#wh-main { padding: 0 2.5rem; max-width: 1200px; margin: 0 auto; }
.wh-header .wh-container,
.wh-topbar .wh-container,
.wh-footer .wh-container { padding-left: 2.5rem; padding-right: 2.5rem; }

/* Joomla eigene Elemente mit Abstand */
.site-grid { padding: 0 2.5rem; }
#sp-component { padding: 0 2.5rem; }
.com-content-article { padding: 0 2rem; }

/* Seitentitel und Artikeltext */
h1.page-header,
.page-header,
.article-info,
.item-page { padding-left: 2.5rem; padding-right: 2.5rem; }


/* EVENT DETAILSEITE */
.wh-event-detail-hero { height: 160px; background: linear-gradient(135deg, rgba(27,58,45,0.85), rgba(27,58,45,0.6)), linear-gradient(135deg, #1B3A2D, #2d5c42); display: flex; align-items: flex-end; padding: 16px 24px; position: relative; background-size: cover; background-position: center; }
.wh-event-detail-cat { position: absolute; top: 14px; left: 24px; background: var(--lt); color: var(--wh); font-size: 0.62rem; font-weight: 700; padding: 3px 8px; border-radius: 2px; letter-spacing: 1px; text-transform: uppercase; }
.wh-event-detail-title { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--wh); line-height: 1.2; }
.wh-event-detail-body { display: grid; grid-template-columns: 1fr 240px; gap: 0; }
.wh-event-detail-main { padding: 1.25rem 1.5rem; border-right: 1px solid var(--bd); }
.wh-event-detail-meta { display: flex; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.wh-event-meta-item { display: flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--mu); }
.wh-event-meta-icon { width: 18px; height: 18px; background: rgba(141,182,0,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wh-event-meta-icon svg { width: 10px; height: 10px; stroke: var(--lt); fill: none; stroke-width: 1.5; }
.wh-event-meta-item.free { color: var(--lt); font-weight: 600; }
.wh-event-detail-text h4 { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 800; color: var(--dk); margin: 1rem 0 0.5rem; }
.wh-event-detail-text p { font-size: 0.88rem; color: var(--mu); line-height: 1.7; margin-bottom: 0.75rem; }
.wh-event-detail-text ul { padding-left: 1.25rem; margin-bottom: 0.75rem; }
.wh-event-detail-text ul li { font-size: 0.88rem; color: var(--mu); line-height: 1.7; }
.wh-event-cta { display: inline-flex; align-items: center; gap: 6px; background: var(--lt); color: var(--wh); padding: 0.6rem 1.25rem; border-radius: 2px; font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 0.75rem; cursor: pointer; border: none; transition: background var(--trans); }
.wh-event-cta:hover { background: var(--lt2); }

/* EVENT SIDEBAR */
.wh-event-sidebar { padding: 1rem; background: var(--bg); }
.wh-event-sb-box { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); padding: 0.85rem; margin-bottom: 0.75rem; }
.wh-event-sb-box.dark { background: var(--dk); border: none; }
.wh-event-sb-title { font-size: 0.68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--dk); margin-bottom: 0.6rem; padding-bottom: 5px; border-bottom: 1px solid var(--bd); }
.wh-event-sb-box.dark .wh-event-sb-title { color: var(--lt); border-color: rgba(141,182,0,.2); }
.wh-event-sb-info { display: flex; flex-direction: column; gap: 0.5rem; }
.wh-event-sb-row { display: flex; gap: 7px; align-items: flex-start; }
.wh-event-sb-icon { width: 18px; height: 18px; background: rgba(141,182,0,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.wh-event-sb-icon svg { width: 9px; height: 9px; stroke: var(--lt); fill: none; stroke-width: 1.5; }
.wh-event-sb-label { font-size: 0.78rem; color: var(--mu); line-height: 1.5; }
.wh-event-sb-label strong { color: var(--dk); display: block; font-size: 0.82rem; }
.wh-event-sb-text { font-size: 0.78rem; color: var(--mu); line-height: 1.6; }
.wh-event-sb-text.light { color: rgba(255,255,255,.5); }

/* VERWANDTE EVENTS */
.wh-event-related { padding: 1rem 1.5rem; background: var(--wh); border-top: 1px solid var(--bd); }
.wh-event-related-title { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 800; color: var(--dk); margin-bottom: 0.75rem; }
.wh-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.6rem; }
.wh-rel-card { background: var(--bg); border: 1px solid var(--bd); border-radius: var(--r); overflow: hidden; cursor: pointer; }
.wh-rel-img { height: 48px; background: linear-gradient(135deg, var(--dk), var(--dk3)); background-size: cover; background-position: center; }
.wh-rel-card:nth-child(2) .wh-rel-img { background: linear-gradient(135deg, #2d5c42, #1B3A2D); }
.wh-rel-card:nth-child(3) .wh-rel-img { background: linear-gradient(135deg, #3a7055, #2d5c42); }
.wh-rel-body { padding: 6px 8px; }
.wh-rel-date { font-size: 0.62rem; color: var(--lt); font-weight: 600; margin-bottom: 2px; }
.wh-rel-title { font-size: 0.78rem; font-weight: 600; color: var(--dk); line-height: 1.2; }

/* EVENT ÜBERSICHT GRID */
.wh-events-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.6rem; }
.wh-ev-overview-card { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--r); overflow: hidden; cursor: pointer; transition: box-shadow var(--trans), transform var(--trans); }
.wh-ev-overview-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.wh-ev-overview-img { height: 65px; background: linear-gradient(135deg, var(--dk), var(--dk3)); position: relative; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.wh-ev-overview-card:nth-child(2) .wh-ev-overview-img { background: linear-gradient(135deg, #2d5c42, #1B3A2D); }
.wh-ev-overview-card:nth-child(3) .wh-ev-overview-img { background: linear-gradient(135deg, #3a7055, #2d5c42); }
.wh-ev-overview-card:nth-child(4) .wh-ev-overview-img { background: linear-gradient(135deg, #224737, #1B3A2D); }
.wh-ev-overview-badge { position: absolute; top: 5px; left: 5px; background: var(--lt); color: var(--wh); font-size: 0.58rem; font-weight: 700; padding: 2px 5px; border-radius: 2px; }
.wh-ev-overview-body { padding: 0.6rem 0.7rem; }
.wh-ev-overview-date { font-size: 0.65rem; color: var(--lt); font-weight: 600; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 2px; }
.wh-ev-overview-title { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--dk); margin-bottom: 3px; line-height: 1.2; }
.wh-ev-overview-desc { font-size: 0.7rem; color: var(--mu); line-height: 1.4; margin-bottom: 4px; }
.wh-ev-overview-link { font-size: 0.65rem; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--lt); }

/* SECTION DIVIDER */
.wh-sec-divider { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 1rem; }
.wh-sec-divider::before, .wh-sec-divider::after { content: ""; flex: 0 0 28px; height: 1px; background: var(--lt); opacity: .4; }
.wh-sec-divider-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--lt); }

/* EVENT NAVIGATION (Pagination) */
.wh-ev-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 1rem; }
.wh-ev-pag-btn { font-size: 0.72rem; color: var(--mu); background: none; border: 1px solid var(--bd); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--trans); }
.wh-ev-pag-btn:hover { border-color: var(--lt); color: var(--lt); }
.wh-ev-pag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--bd); transition: var(--trans); }
.wh-ev-pag-dot.active { background: var(--lt); width: 14px; border-radius: 3px; }
.wh-ev-pag-count { font-size: 0.72rem; color: var(--mu); text-align: center; margin-top: 0.4rem; }

/* RESPONSIVE EVENT */
@media (max-width: 1024px) {
    .wh-events-grid { grid-template-columns: repeat(2,1fr); }
    .wh-event-detail-body { grid-template-columns: 1fr; }
    .wh-related-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
    .wh-events-grid { grid-template-columns: 1fr 1fr; }
    .wh-related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .wh-events-grid { grid-template-columns: 1fr; }
}

/* Artikelseite - Ueberschrift und Bild Abstände */
.item-page h1,
.item-page h1.page-header,
.com-content-article__header h1,
.page-header { 
    padding-left: 0 !important; 
    margin-left: 0 !important;
    margin-bottom: 1.5rem !important;
}

/* Abstand zwischen Bild und Text */
.item-page img,
.com-content-article img {
    margin-bottom: 1.75rem !important;
    margin-top: 0.5rem !important;
    border-radius: 6px;
}

/* Artikelinhalt Abstände */
.item-page,
.com-content-article {
    padding: 1.5rem 2.5rem !important;
}

/* Joomla Artikel Header */
.article-header,
.com-content-article__header {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1.5rem !important;
}

/* Joomla Sidebar-Platz entfernen - Inhalt auf volle Breite */
.row-fluid { display: block !important; }
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span12 { 
    width: 100% !important; 
    float: none !important;
    margin-left: 0 !important;
}
.row-fluid .span4,
.row-fluid .span3,
.row-fluid .span2 { 
    display: none !important; 
}

/* Joomla 4/5 Grid */
.container-main .row { display: block !important; }
aside.col-md-3,
aside.col-md-4,
aside.col-lg-3,
.col-md-3.col-lg-2 { display: none !important; }
main.col-md-9,
main.col-md-8,
main.col-lg-10 { 
    width: 100% !important; 
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Kontaktbar Mobil */
@media (max-width: 768px) {
    .wh-topbar-left .wh-topbar-item:nth-child(2) { display: none; }
    .wh-topbar-right .wh-topbar-item:nth-child(2) { display: none; }
    .wh-topbar-right .wh-topbar-item:nth-child(3) { display: none; }
    .wh-topbar-inner { flex-wrap: nowrap; gap: 6px; }
    .wh-topbar-item { font-size: 0.65rem; }
}

@media (max-width: 480px) {
    .wh-topbar-left { display: none; }
    .wh-topbar-right { width: 100%; justify-content: center; }
    .wh-topbar-inner { justify-content: center; }
}

/* RESPONSIVE FIXES - Slideshow + Events + Layout */

/* Event Grid responsive - aus dem Artikel-HTML */
/* Großes + kleines Event nebeneinander */
@media (max-width: 900px) {
    /* 2fr 1fr wird zu 1 Spalte */
    [style*="grid-template-columns: 2fr 1fr"],
    [style*="grid-template-columns:2fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
}

/* Vergangene Events 3-Spalten */
@media (max-width: 900px) {
    [style*="grid-template-columns: repeat(3,1fr)"],
    [style*="grid-template-columns:repeat(3,1fr)"] {
        grid-template-columns: repeat(2,1fr) !important;
    }
}
@media (max-width: 560px) {
    [style*="grid-template-columns: repeat(3,1fr)"],
    [style*="grid-template-columns:repeat(3,1fr)"] {
        grid-template-columns: 1fr !important;
    }
}

/* Nachlese Blog - horizontale Kacheln */
@media (max-width: 768px) {
    [style*="grid-template-columns: 280px 1fr"],
    [style*="grid-template-columns:280px 1fr"],
    [style*="grid-template-columns: 200px 1fr"],
    [style*="grid-template-columns:200px 1fr"] {
        grid-template-columns: 1fr !important;
    }
}

/* Detail Sidebar */
@media (max-width: 768px) {
    [style*="grid-template-columns: 1fr 240px"],
    [style*="grid-template-columns:1fr 240px"],
    [style*="grid-template-columns: 1fr 250px"],
    [style*="grid-template-columns:1fr 250px"] {
        grid-template-columns: 1fr !important;
    }
}

/* Allgemein: Inline-Grid responsiv machen */
@media (max-width: 600px) {
    [style*="display: grid"],
    [style*="display:grid"] {
        grid-template-columns: 1fr !important;
    }
}

/* ── SLIDESHOW – sauber & responsiv ── */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Event Bild fix */
.wh-ev-big-img img,
.wh-ev-small-img img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}
.wh-ev-big-img,
.wh-ev-small-img,
[style*="height:220px"][style*="position:relative"],
[style*="height: 220px"][style*="position: relative"] {
    position: relative !important;
    overflow: hidden !important;
}

/* ── ARTIKEL SEITE ── */
.item-page,
.com-content-article,
.blog,
.com-content-category-blog {
    padding: 1rem 1.5rem !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ── GRÜNER BALKEN über Überschrift entfernen ── */
.item-page h1::before,
.com-content-article h1::before,
h1.page-header::before,
.page-header::before {
    display: none !important;
    content: none !important;
}
.item-page > *:first-child,
.com-content-article > *:first-child {
    border-top: none !important;
    padding-top: 0 !important;
}

/* Article Slideshow Modul */
.sp-module,
.sp-module-inner,
.sp-component,
.tm-slideshow,
.mod-sp-slideshow,
.slideshow-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
.sp-module img,
.sp-component img,
.tm-slideshow img,
.mod-sp-slideshow img,
.slideshow-wrap img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    [class*="slideshow"] img,
    [class*="slider"] img,
    [id*="slideshow"] img,
    [id*="slider"] img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

/* ══════════════════════════════════════════════════
   GEZIELTER FIX – Event-Bilder & Slider (aus HTML-Quellcode)
   ══════════════════════════════════════════════════ */

/* Fix: <img> in inline-style height-Containern (Nigl, Mayer, etc.)
   Muster: <div style="height:Xpx; position:relative; overflow:hidden;"><img ...>
   Auch mit <a> dazwischen. */
[style*="position: relative"][style*="overflow: hidden"] > img,
[style*="position:relative"][style*="overflow:hidden"] > img,
[style*="height:"][style*="overflow: hidden"] > img,
[style*="height:"][style*="overflow:hidden"] > img,
[style*="position: relative"][style*="overflow: hidden"] > a > img,
[style*="position:relative"][style*="overflow:hidden"] > a > img,
[style*="height:"][style*="overflow: hidden"] > a > img,
[style*="height:"][style*="overflow:hidden"] > a > img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Fix: Container mit inline height:Xpx auf Mobile proportional skalieren */
@media (max-width: 768px) {
    [style*="height:"][style*="position: relative"][style*="overflow"],
    [style*="height:"][style*="position:relative"][style*="overflow"] {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        min-height: 0 !important;
    }
    [style*="height:"][style*="position: relative"][style*="overflow"] > a,
    [style*="height:"][style*="position:relative"][style*="overflow"] > a {
        display: block !important;
        height: 100% !important;
    }
}

/* Fix: Slider vollbreite – UIkit oder andere Joomla-CSS überschreiben body/html */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}
.wh-slider,
#wh-slider {
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
.wh-slide {
    position: absolute !important;
    inset: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
}

/* Responsive Höhen – auf Mobile kleiner skalieren */
@media (max-width: 768px) {
    .wh-slider { height: 45vw !important; min-height: 120px; max-height: 210px; }
    .wh-slide-arr { display: none !important; }
}
@media (max-width: 480px) {
    .wh-slider { height: 50vw !important; min-height: 100px; max-height: 180px; }
}

/* UIkit Override – verhindert dass UIkit den Slider einschränkt */
.wh-slider.uk-container,
#wh-slider.uk-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ══ FINALE MOBILE FIXES ══ */

/* Slider: body padding/margin von UIkit/Joomla neutralisieren */
body {
    padding: 0 !important;
    margin: 0 !important;
}
.wh-slider,
#wh-slider {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    left: 0 !important;
    right: 0 !important;
}

/* Slider-Höhe: via Media Queries oben geregelt */
@media (max-width: 480px) {
    #wh-main { padding: 0 1rem !important; }
}

/* Event-Bilder responsive: fixe px-Höhe → prozentuale Breite */
@media (max-width: 768px) {
    [style*="height: 220px"][style*="position: relative"],
    [style*="height:220px"][style*="position:relative"] {
        height: 50vw !important;
        max-height: 220px;
    }
    [style*="height: 160px"][style*="position: relative"],
    [style*="height:160px"][style*="position:relative"] {
        height: 40vw !important;
        max-height: 160px;
    }
    [style*="height: 200px"][style*="position: relative"],
    [style*="height:200px"][style*="position:relative"] {
        height: 45vw !important;
        max-height: 200px;
    }
    [style*="grid-template-columns: 2fr 1fr"],
    [style*="grid-template-columns:2fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 480px) {
    [style*="height: 220px"][style*="position: relative"],
    [style*="height:220px"][style*="position:relative"] {
        height: 55vw !important;
    }
    [style*="height: 160px"][style*="position: relative"],
    [style*="height:160px"][style*="position:relative"] {
        height: 45vw !important;
    }
}

/* Bilder im Artikelinhalt nicht über Container hinauslaufen lassen */
.item-content img,
.item-content > img,
[class*="blog"] img,
[class*="item-content"] img {
    max-width: 100% !important;
    height: auto !important;
}

/* Logo/Bild links neben Event-Hauptbild: einschränken */
[style*="background: #ffffff"][style*="border-radius"] > [style*="height: 220px"] ~ div img,
[style*="background:#ffffff"][style*="border-radius"] > [style*="height:220px"] ~ div img {
    max-width: 100% !important;
    height: auto !important;
}

/* Event-Grid auf Mobil: 2fr 1fr → 1 Spalte, Bilder sauber */
@media (max-width: 600px) {
    [style*="grid-template-columns: 2fr 1fr"],
    [style*="grid-template-columns:2fr 1fr"] {
        grid-template-columns: 1fr !important;
        display: block !important;
    }
    /* Alle Bilder in Artikel-Containern begrenzen */
    .item-content img,
    [class*="blog-item"] img,
    [class*="blog_item"] img,
    .blog-featured img,
    .blog-item img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}
