:root{
  --lwh-black:#111;
  --lwh-charcoal:#2b2b2b;
  --lwh-gray:#6a6a6a;
  --lwh-soft:#f3f3f3;
  --lwh-soft-2:#e9e9e9;
  --lwh-line:#dedede;
  --lwh-white:#fff;
  --lwh-max:1280px;
}
html{scroll-behavior:smooth}
body.lwh-shell{
  margin:0;
  color:var(--lwh-charcoal);
  background:var(--lwh-white);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
.lwh-shell *,.lwh-shell *::before,.lwh-shell *::after{box-sizing:border-box}
.lwh-shell img{max-width:100%;display:block}
.lwh-container{width:min(calc(100% - 40px),var(--lwh-max));margin-inline:auto}
.lwh-skip{position:fixed;left:1rem;top:-80px;z-index:9999;padding:.8rem 1rem;color:#fff;background:#111;text-decoration:none}
.lwh-skip:focus{top:1rem}
.lwh-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.lwh-kicker{margin:0 0 .7rem;color:#717171;font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.lwh-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.7rem}
.lwh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.78rem 1.08rem;border:1px solid #111;border-radius:.42rem;font-size:.9rem;font-weight:850;text-decoration:none;transition:.18s ease}
.lwh-btn:hover{transform:translateY(-2px)}
.lwh-btn--dark{color:#fff;background:#111}
.lwh-btn--outline{color:#111;background:transparent}
.lwh-btn--light{color:#111;background:#fff;border-color:#fff}
.lwh-btn--dark-outline{color:#fff;background:transparent;border-color:rgba(255,255,255,.6)}
.lwh-textlink{display:inline-flex;gap:.4rem;align-items:center;color:#111;font-size:.9rem;font-weight:850;text-decoration:none}
.lwh-textlink:hover span{transform:translateX(3px)}
.lwh-textlink span{transition:transform .18s ease}

/* Header */
.lwh-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(17,17,17,.11);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.lwh-header__inner{min-height:86px;display:flex;align-items:center;gap:2rem}
.lwh-logo{display:inline-flex;width:205px;flex:0 0 auto}
.lwh-logo img{width:100%;height:auto}
.lwh-nav{margin-left:auto;display:flex;align-items:stretch;gap:clamp(.65rem,1.7vw,1.7rem)}
.lwh-nav a{position:relative;display:inline-flex;align-items:center;min-height:86px;color:#222;font-size:.91rem;font-weight:680;text-decoration:none;white-space:nowrap}
.lwh-nav a::after{content:"";position:absolute;left:0;right:0;bottom:15px;height:3px;transform:scaleX(0);background:#111;transition:transform .2s ease}
.lwh-nav a:hover::after,.lwh-nav a.is-active::after{transform:scaleX(1)}
.lwh-menu{display:none;margin-left:auto;padding:.5rem;border:0;background:transparent;cursor:pointer}
.lwh-menu span:not(.lwh-visually-hidden){display:block;width:24px;height:2px;margin:5px 0;background:#111}

/* Hero */
.lwh-hero{padding:clamp(3.5rem,7vw,7rem) 0;background:linear-gradient(180deg,#f7f7f7 0,#fff 100%);border-bottom:1px solid #e2e2e2}
.lwh-hero__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}
.lwh-hero__intro h1{margin:.25rem 0 1.35rem;color:#111;font-size:clamp(3.1rem,6.3vw,6.6rem);line-height:.91;letter-spacing:-.066em}
.lwh-hero__lead{max-width:700px;margin:0;color:#545454;font-size:clamp(1.05rem,1.7vw,1.28rem);line-height:1.75}
.lwh-hero-story{overflow:hidden;border:1px solid #ddd;border-radius:1rem;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.09)}
.lwh-hero-story__media{display:block;aspect-ratio:16/10;overflow:hidden;background:#ddd}
.lwh-hero-story__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.lwh-hero-story:hover .lwh-hero-story__media img{transform:scale(1.025)}
.lwh-hero-story__body{padding:1.45rem}
.lwh-hero-story__meta,.lwh-card__meta{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;color:#777;font-size:.73rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.lwh-hero-story__meta span,.lwh-card__meta span{color:#111}
.lwh-hero-story h2{margin:.55rem 0 .8rem;font-size:clamp(1.75rem,3vw,2.8rem);line-height:1.03;letter-spacing:-.045em}
.lwh-hero-story h2 a{color:#111;text-decoration:none}
.lwh-hero-story p{margin:0 0 1.15rem;color:#555;line-height:1.68}

/* Section headings */
.lwh-section{padding:clamp(4.2rem,8vw,7rem) 0}
.lwh-section--soft{background:var(--lwh-soft)}
.lwh-section--dark{color:#fff;background:#181818}
.lwh-section-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,6vw,6rem);align-items:end}
.lwh-section-heading--line{padding-bottom:1.5rem;border-bottom:1px solid #d8d8d8}
.lwh-section-heading h2{margin:.2rem 0;color:#111;font-size:clamp(2.35rem,5vw,4.9rem);line-height:.98;letter-spacing:-.055em}
.lwh-section-heading>p{margin:0;color:#555;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.8}
.lwh-section-link{justify-self:end;align-self:end;color:#111;font-weight:850;text-decoration:none}
.lwh-section--dark .lwh-kicker,.lwh-section--dark .lwh-section-heading>p{color:rgba(255,255,255,.6)}
.lwh-section--dark .lwh-section-heading h2,.lwh-section--dark .lwh-section-link{color:#fff}
.lwh-section--dark .lwh-section-heading--line{border-color:rgba(255,255,255,.16)}

/* Topic grid */
.lwh-discover{padding:clamp(3.7rem,7vw,6rem) 0;background:#fff}
.lwh-topic-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin-top:2.6rem}
.lwh-topic{min-height:175px;display:flex;flex-direction:column;padding:1.2rem;border:1px solid #ddd;border-radius:.7rem;color:#111;background:#f8f8f8;text-decoration:none;transition:.2s ease}
.lwh-topic:hover{transform:translateY(-4px);background:#111;color:#fff;border-color:#111}
.lwh-topic span{margin-bottom:auto;color:#7b7b7b;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.lwh-topic:hover span,.lwh-topic:hover small{color:rgba(255,255,255,.62)}
.lwh-topic strong{font-size:1.12rem;line-height:1.15}
.lwh-topic small{margin-top:.42rem;color:#707070;font-size:.78rem;line-height:1.35}

/* Standard cards */
.lwh-card-grid{display:grid;gap:1rem;margin-top:2rem}
.lwh-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lwh-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lwh-card{overflow:hidden;border:1px solid #dedede;border-radius:.75rem;background:#fff}
.lwh-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#ddd}
.lwh-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.lwh-card:hover .lwh-card__media img{transform:scale(1.025)}
.lwh-card__body{padding:1.2rem}
.lwh-card h3{margin:.55rem 0 .65rem;font-size:1.35rem;line-height:1.13;letter-spacing:-.035em}
.lwh-card h3 a{color:#111;text-decoration:none}
.lwh-card p{margin:0 0 1rem;color:#5c5c5c;font-size:.94rem;line-height:1.65}
.lwh-rating{position:absolute;right:.75rem;bottom:.75rem;min-width:58px;height:58px;display:grid;place-items:center;padding:.25rem;border:3px solid #fff;border-radius:50%;color:#fff;background:#111;font-size:1.1rem;font-weight:900;box-shadow:0 6px 18px rgba(0,0,0,.22)}
.lwh-rating small{font-size:.55rem;font-weight:700}
.lwh-rating--large{min-width:74px;height:74px;font-size:1.35rem;right:1rem;bottom:1rem}

/* Reviews */
.lwh-review-feature{display:grid;grid-template-columns:1.4fr .9fr;gap:1.2rem;margin-top:2rem}
.lwh-review-lead{display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden;border:1px solid #ddd;border-radius:.85rem;background:#f6f6f6}
.lwh-review-lead__media{position:relative;min-height:470px;overflow:hidden}
.lwh-review-lead__media img{width:100%;height:100%;object-fit:cover}
.lwh-review-lead__body{padding:clamp(1.4rem,3vw,2.3rem);align-self:center}
.lwh-review-lead h3{margin:.6rem 0 .9rem;font-size:clamp(2rem,3.6vw,3.6rem);line-height:.98;letter-spacing:-.05em}
.lwh-review-lead h3 a{color:#111;text-decoration:none}
.lwh-review-lead p{color:#555;line-height:1.7}
.lwh-review-stack{display:grid;gap:.75rem}
.lwh-review-row{display:grid;grid-template-columns:140px 1fr;gap:1rem;padding:.8rem;border:1px solid #ddd;border-radius:.7rem;background:#fff}
.lwh-review-row__media{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:.5rem;background:#ddd}
.lwh-review-row__media img{width:100%;height:100%;object-fit:cover}
.lwh-review-row h3{margin:.4rem 0 .65rem;font-size:1.18rem;line-height:1.15}
.lwh-review-row h3 a{color:#111;text-decoration:none}
.lwh-card__meta b{color:#111}

/* Events */
.lwh-event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}
.lwh-event-card{overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:.75rem;background:#242424}
.lwh-event-card>a{display:block;aspect-ratio:16/10;overflow:hidden}
.lwh-event-card img{width:100%;height:100%;object-fit:cover}
.lwh-event-card__body{padding:1.25rem}
.lwh-event-card__body>span{float:right;color:rgba(255,255,255,.34);font-size:2.5rem;font-weight:900;line-height:1}
.lwh-event-card time{color:rgba(255,255,255,.6);font-size:.76rem;font-weight:800}
.lwh-event-card h3{margin:.55rem 0 .7rem;font-size:1.45rem;line-height:1.12}
.lwh-event-card h3 a{color:#fff;text-decoration:none}
.lwh-event-card p{margin:0;color:rgba(255,255,255,.66);line-height:1.65}

/* On Tour */
.lwh-tour{padding:clamp(4.5rem,8vw,7rem) 0;color:#fff;background:#111}
.lwh-tour__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.lwh-tour .lwh-kicker{color:rgba(255,255,255,.55)}
.lwh-tour h2{margin:.25rem 0 1.2rem;color:#fff;font-size:clamp(2.8rem,5.5vw,5.4rem);line-height:.94;letter-spacing:-.058em}
.lwh-tour p{max-width:720px;color:rgba(255,255,255,.72);font-size:1.06rem;line-height:1.75}
.lwh-tour__media{overflow:hidden;border-radius:.9rem;background:#242424}
.lwh-tour__media img{width:100%;aspect-ratio:4/3;object-fit:cover}

/* About */
.lwh-about{padding:clamp(4.3rem,8vw,7rem) 0;background:#efefef;border-top:1px solid #ddd}
.lwh-about__grid{display:grid;grid-template-columns:1fr 1.15fr .68fr;gap:clamp(2rem,4.5vw,4.5rem);align-items:start}
.lwh-about__media img{width:100%;border-radius:.8rem;box-shadow:0 14px 40px rgba(0,0,0,.08)}
.lwh-about__copy h2{margin:.25rem 0 1rem;color:#111;font-size:clamp(2.1rem,4.2vw,4rem);line-height:1;letter-spacing:-.052em}
.lwh-about__copy>p:last-of-type{color:#4d4d4d;font-size:1.05rem;line-height:1.75}
.lwh-social{padding:1.35rem;border:1px solid #d2d2d2;border-radius:.7rem;background:#fff}
.lwh-social>span{display:block;margin-bottom:.8rem;color:#757575;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.lwh-social a{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-top:1px solid #e4e4e4;color:#111;font-weight:850;text-decoration:none}

/* Footer */
.lwh-footer{padding:4rem 0 1.4rem;color:rgba(255,255,255,.72);background:#0c0c0c;border-top:1px solid rgba(255,255,255,.1)}
.lwh-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,.8fr);gap:clamp(2rem,5vw,5rem)}
.lwh-footer__brand img{width:185px;filter:grayscale(1) brightness(0) invert(1)}
.lwh-footer__brand p{max-width:320px;line-height:1.75}
.lwh-footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}
.lwh-footer__column h2{margin:0 0 .45rem;color:#fff;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}
.lwh-footer__column a{color:rgba(255,255,255,.72);text-decoration:none}
.lwh-footer__column a:hover{color:#fff}
.lwh-footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3.3rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.48);font-size:.82rem}

@media(max-width:1120px){
  .lwh-menu{display:block}
  .lwh-nav{position:absolute;top:100%;left:0;right:0;display:none;padding:.5rem 20px 1.25rem;border-bottom:1px solid #ddd;background:#fff;box-shadow:0 16px 35px rgba(0,0,0,.08)}
  .lwh-nav.is-open{display:grid}
  .lwh-nav a{min-height:44px}
  .lwh-nav a::after{bottom:4px;right:auto;width:45px}
  .lwh-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lwh-card-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lwh-review-feature{grid-template-columns:1fr}
  .lwh-review-stack{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lwh-review-row{grid-template-columns:1fr}
  .lwh-about__grid{grid-template-columns:1fr 1fr}
  .lwh-social{grid-column:1/-1}
  .lwh-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
  .lwh-footer__column:last-child{grid-column:2/-1}
}

@media(max-width:780px){
  .lwh-container{width:min(calc(100% - 28px),var(--lwh-max))}
  .lwh-header__inner{min-height:72px}
  .lwh-logo{width:165px}
  .lwh-hero__grid,.lwh-section-heading,.lwh-tour__grid,.lwh-about__grid{grid-template-columns:1fr}
  .lwh-section-link{justify-self:start}
  .lwh-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lwh-card-grid--4,.lwh-card-grid--3,.lwh-event-grid{grid-template-columns:1fr}
  .lwh-review-lead{grid-template-columns:1fr}
  .lwh-review-lead__media{min-height:0;aspect-ratio:4/3}
  .lwh-review-stack{grid-template-columns:1fr}
  .lwh-review-row{grid-template-columns:120px 1fr}
  .lwh-social{grid-column:auto}
  .lwh-footer__grid{grid-template-columns:1fr}
  .lwh-footer__column:last-child{grid-column:auto}
  .lwh-footer__bottom{flex-direction:column}
}

@media(max-width:520px){
  .lwh-topic-grid{grid-template-columns:1fr}
  .lwh-review-row{grid-template-columns:1fr}
}


/* =========================================================
   STARTSEITE PLUS: SUCHE
   ========================================================= */
.lwh-search-jump{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-left:.2rem;
  border:1px solid #d7d7d7;
  border-radius:50%;
  color:#111;
  background:#fff;
  font-size:1.55rem;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  transition:.18s ease
}
.lwh-search-jump:hover{color:#fff;background:#111;border-color:#111;transform:translateY(-1px)}
.lwh-search{
  padding:clamp(2.8rem,5vw,4.6rem) 0;
  background:#fff;
  border-bottom:1px solid #e2e2e2
}
.lwh-search__panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(2rem,6vw,6rem);
  align-items:end;
  padding:clamp(1.5rem,3vw,2.5rem);
  border:1px solid #d9d9d9;
  border-radius:.9rem;
  background:#f3f3f3
}
.lwh-search__intro h2{
  margin:.2rem 0 .55rem;
  color:#111;
  font-size:clamp(1.8rem,3.3vw,3.2rem);
  line-height:1;
  letter-spacing:-.045em
}
.lwh-search__intro p:last-child{margin:0;color:#5a5a5a;line-height:1.65}
.lwh-search__form{
  display:grid;
  grid-template-columns:1fr auto;
  overflow:hidden;
  border:1px solid #cfcfcf;
  border-radius:.55rem;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.05)
}
.lwh-search__form input{
  min-width:0;
  min-height:58px;
  padding:.9rem 1rem;
  border:0;
  outline:0;
  color:#111;
  background:transparent;
  font:inherit
}
.lwh-search__form input::placeholder{color:#858585}
.lwh-search__form input:focus{box-shadow:inset 0 0 0 2px #111}
.lwh-search__form button{
  min-width:110px;
  border:0;
  color:#fff;
  background:#111;
  font:inherit;
  font-weight:850;
  cursor:pointer
}
.lwh-search-results{margin-top:2rem}
.lwh-search-results__head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:1rem;
  padding-bottom:1rem;
  border-bottom:1px solid #ddd
}
.lwh-search-results__head h3{margin:0;color:#111;font-size:1.45rem;letter-spacing:-.03em}
.lwh-search-results__head span{color:#777;font-size:.83rem;font-weight:800}
.lwh-search-results__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1rem}
.lwh-search-result{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:1rem;
  padding:.85rem;
  border:1px solid #ddd;
  border-radius:.65rem;
  background:#fff
}
.lwh-search-result__media{display:block;overflow:hidden;aspect-ratio:1/1;border-radius:.45rem;background:#ddd}
.lwh-search-result__media img{width:100%;height:100%;object-fit:cover}
.lwh-search-result h4{margin:.38rem 0 .55rem;font-size:1.2rem;line-height:1.12}
.lwh-search-result h4 a{color:#111;text-decoration:none}
.lwh-search-result p{margin:0 0 .7rem;color:#5c5c5c;font-size:.9rem;line-height:1.55}
.lwh-search-empty{margin-top:1rem;padding:1.4rem;border:1px dashed #ccc;border-radius:.65rem;background:#fafafa}
.lwh-search-empty strong{color:#111}

/* =========================================================
   WERBEFLÄCHEN
   ========================================================= */
.lwh-ad-slot{
  width:min(calc(100% - 40px),var(--lwh-max));
  margin:clamp(1.6rem,3vw,2.6rem) auto;
  color:#666
}
.lwh-ad-slot__label{
  margin-bottom:.38rem;
  color:#8a8a8a;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.13em;
  text-align:center;
  text-transform:uppercase
}
.lwh-ad-slot__content{overflow:hidden}
.lwh-ad-slot__content img{max-width:100%;height:auto;margin-inline:auto}
.lwh-ad-slot__placeholder{
  display:flex;
  min-height:170px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.28rem;
  padding:1.3rem;
  border:1px dashed #bcbcbc;
  border-radius:.7rem;
  background:repeating-linear-gradient(-45deg,#fafafa,#fafafa 10px,#f5f5f5 10px,#f5f5f5 20px);
  text-align:center
}
.lwh-ad-slot__placeholder span{
  color:#777;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase
}
.lwh-ad-slot__placeholder strong{color:#111;font-size:clamp(1.55rem,3vw,2.5rem);letter-spacing:-.04em}
.lwh-ad-slot__placeholder small{color:#777}
.lwh-ad-slot__placeholder a{margin-top:.45rem;color:#111;font-size:.82rem;font-weight:850;text-decoration:none}
.lwh-ad-slot--leaderboard{max-width:1010px}
.lwh-ad-slot--soft{margin-block:0;padding-block:clamp(2rem,4vw,3.5rem)}
.lwh-ad-slot--rectangle{
  width:100%;
  max-width:360px;
  margin:0
}
.lwh-ad-slot--rectangle .lwh-ad-slot__placeholder{min-height:250px}

/* =========================================================
   EVENTTERMINE
   ========================================================= */
.lwh-calendar{padding:clamp(4.2rem,8vw,7rem) 0;background:#fff;border-top:1px solid #e2e2e2}
.lwh-calendar__layout{
  display:grid;
  grid-template-columns:1fr 330px;
  gap:clamp(1.5rem,4vw,4rem);
  align-items:start;
  margin-top:2rem
}
.lwh-calendar__events{display:grid;gap:.75rem}
.lwh-date-card{
  display:grid;
  grid-template-columns:92px 1fr 44px;
  gap:1rem;
  align-items:center;
  padding:.9rem 1rem .9rem .9rem;
  border:1px solid #ddd;
  border-radius:.7rem;
  background:#f8f8f8;
  transition:.18s ease
}
.lwh-date-card:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.lwh-date-card__date{
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:.55rem;
  color:#fff;
  background:#111;
  text-decoration:none
}
.lwh-date-card__date strong{font-size:2rem;line-height:1;font-weight:950}
.lwh-date-card__date span{margin-top:.3rem;color:rgba(255,255,255,.68);font-size:.68rem;font-weight:900;letter-spacing:.12em}
.lwh-date-card__body h3{margin:.35rem 0 .45rem;font-size:1.35rem;line-height:1.1;letter-spacing:-.035em}
.lwh-date-card__body h3 a{color:#111;text-decoration:none}
.lwh-date-card__body p{margin:0;color:#5c5c5c;font-size:.92rem;line-height:1.55}
.lwh-date-card__arrow{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #ccc;
  border-radius:50%;
  color:#111;
  background:#fff;
  font-size:1.2rem;
  text-decoration:none
}
.lwh-calendar__empty{padding:2rem;border:1px dashed #ccc;border-radius:.7rem;background:#fafafa}
.lwh-calendar__empty h3{margin:0 0 .5rem;color:#111;font-size:1.55rem}
.lwh-calendar__empty p{max-width:650px;color:#666;line-height:1.65}

/* =========================================================
   WERBUNG & PARTNERSCHAFTEN
   ========================================================= */
.lwh-advertise{padding:clamp(4.2rem,8vw,7rem) 0;background:#e9e9e9;border-block:1px solid #d7d7d7}
.lwh-advertise__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,7vw,7rem);align-items:center}
.lwh-advertise h2{
  margin:.2rem 0 1rem;
  color:#111;
  font-size:clamp(2.5rem,5vw,4.8rem);
  line-height:.98;
  letter-spacing:-.055em
}
.lwh-advertise p{max-width:700px;color:#525252;font-size:1.05rem;line-height:1.75}
.lwh-advertise__formats{display:grid;gap:.7rem}
.lwh-advertise__formats>div{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:.8rem;
  align-items:center;
  padding:1rem 1.05rem;
  border:1px solid #d3d3d3;
  border-radius:.6rem;
  background:#fff
}
.lwh-advertise__formats span{color:#888;font-size:.7rem;font-weight:900;letter-spacing:.1em}
.lwh-advertise__formats strong{color:#111}
.lwh-advertise__formats small{color:#777;text-align:right}

/* Plus responsive */
@media(max-width:1180px){
  .lwh-search-jump{margin-left:auto}
}
@media(max-width:960px){
  .lwh-search__panel,.lwh-calendar__layout,.lwh-advertise__grid{grid-template-columns:1fr}
  .lwh-ad-slot--rectangle{max-width:none}
  .lwh-search-results__grid{grid-template-columns:1fr}
}
@media(max-width:780px){
  .lwh-search-jump{width:38px;height:38px;font-size:1.35rem}
  .lwh-ad-slot{width:min(calc(100% - 28px),var(--lwh-max))}
  .lwh-search-result{grid-template-columns:110px 1fr}
  .lwh-date-card{grid-template-columns:76px 1fr}
  .lwh-date-card__date{min-height:76px}
  .lwh-date-card__date strong{font-size:1.65rem}
  .lwh-date-card__arrow{display:none}
  .lwh-advertise__formats>div{grid-template-columns:42px 1fr}
  .lwh-advertise__formats small{grid-column:2;text-align:left}
}
@media(max-width:540px){
  .lwh-search__form{grid-template-columns:1fr}
  .lwh-search__form button{min-height:48px}
  .lwh-search-result{grid-template-columns:1fr}
  .lwh-search-result__media{aspect-ratio:16/9}
  .lwh-date-card{grid-template-columns:68px 1fr;padding:.7rem}
  .lwh-date-card__date{min-height:68px}
}
