
.wish-page .wish-hero{
  position:relative;
  isolation:isolate;
  min-height:clamp(340px,42vw,540px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#142019 url("/assets/mitmachen-hero-v1.png") center 52%/cover no-repeat;
}
.wish-page .wish-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(7,13,10,.78) 0%,rgba(7,13,10,.44) 38%,rgba(7,13,10,.12) 72%),
    linear-gradient(0deg,rgba(7,13,10,.66) 0%,transparent 58%);
}
.wish-page .wish-hero .page-shell{
  padding-top:96px;
  padding-bottom:72px;
}
.wish-page .wish-hero span,
.wish-page .wish-hero h1,
.wish-page .wish-hero p{
  text-shadow:0 2px 18px rgba(0,0,0,.52);
}
.wish-page .wish-hero p{max-width:720px}
@media(max-width:760px){
  .wish-page .wish-hero{
    min-height:390px;
    background-position:66% 50%;
  }
  .wish-page .wish-hero::before{
    background:
      linear-gradient(90deg,rgba(7,13,10,.82),rgba(7,13,10,.34)),
      linear-gradient(0deg,rgba(7,13,10,.74),transparent 60%);
  }
  .wish-page .wish-hero .page-shell{
    padding-top:110px;
    padding-bottom:58px;
  }
  .wish-page .wish-hero p{max-width:92%}
}
