.projekte{display:grid;grid-template-columns:613fr 273fr 273fr 273fr;grid-auto-rows:1fr;gap:24px}.projekte>a:first-child{grid-row:span 2}.projekte>a:first-child img{width:100%;height:100%;object-fit:cover}.projekte>a{overflow:hidden;position:relative;display:block}.projekte .title{position:absolute;z-index:1;bottom:0;left:0;display:flex;gap:20px;align-items:flex-end;width:100%;padding:24px 8px 16px;background:#fff;font-weight:700;line-height:1;color:var(--wp--preset--color--vivid-violet);text-transform:uppercase;opacity:0;transform:translateY(100px);transition:all .3s ease;transition-property:opacity,transform}.projekte .title:after{content:url(//paerli.ch/wp-content/themes/paerli/blocks/projekte/../../images/project-arrow.svg);font-size:0;flex-shrink:0;margin-left:auto}@media (hover:hover){.projekte a:hover .title{opacity:1;transform:translateY(0px)}}@media (max-width:1199px){.projekte{grid-template-columns:50fr 25fr 25fr}}@media (min-width:992px) and (max-width:1199px){.projekte>a:is(:nth-last-child(1),:nth-last-child(2)){display:none}}@media (max-width:991px){.projekte{grid-template-columns:25fr 25fr 25fr}.projekte>a:first-child{grid-column:span 2}}@media (min-width:768px) and (max-width:991px){.projekte>a:nth-last-child(1){display:none}}@media (max-width:767px){.projekte{grid-template-columns:50fr 50fr;gap:12px}.projekte>a:is(:nth-last-child(1),:nth-last-child(2)){display:none}}