.filter{display:grid;gap:.5rem;grid-template-columns:repeat(4,minmax(0,1fr));max-width:max(50%,640px)}@media screen and (min-width:768px){.filter{gap:1rem}}.bubble{align-items:center;aspect-ratio:1/1;background-color:#faebd7;border-radius:100%;display:flex;flex-grow:1;font-size:var(--link);justify-content:center;perspective:600px;text-align:center;transform:rotate(10deg);width:auto}.bubble,.bubble>span{transition:transform .3s var(--ease);will-change:transform}.bubble>span{backface-visibility:hidden;transform:scale(.9);transform-style:preserve-3d}@media(hover:hover){.bubble:hover{transform:scale(1.05) rotate(0)}.bubble:hover>span{transform:scale(1) translateZ(-10px)}}.programm-grid{align-items:stretch;display:grid;gap:var(--gutter);grid-template-columns:minmax(0,1fr)}@media screen and (min-width:1024px){.programm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.programm-grid>li{display:block;height:100%}.veranstaltung-card{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative}.dates span:after{content:" | "}.dates span:last-child:after{content:""}
