.system-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px;align-items:stretch}.system-item{text-align:center;padding:25px;transition:all 0.3s ease;color:#2f3a33;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.system-item svg{width:220px;height:auto;max-height:220px;fill:currentColor}.system-item .label{display:none}.system-item.coach,.system-item.koerper{color:#f4f2ed}.system-item.ablauf,.system-item.organisation,.system-item.frage,.system-item.zeit,.system-item.hand,.system-item.coach_,.system-item.koerper_{color:#2f3a33}.system-item.coach{transform:translate(-10px,5px) scale(1.00)}.system-item.koerper{transform:translate(-10px,-40px) scale(0.70)}.system-item.ablauf{transform:scale(1.35)}.system-item.organisation{transform:scale(1.1)}.system-item.frage{transform:translate(-2px,2px) scale(0.73)}.system-item.zeit{transform:translate(-2px,2px) scale(0.9)}.system-item.hand{transform:translate(-2px,2px) scale(1.6)}.system-item.coach_{transform:translate(-10px,5px) scale(1.00)}.system-item.koerper_{transform:translate(-10px,-40px) scale(0.70)}.system-item:hover{color:#5f6f63}.system-item.coach:hover{transform:translate(10px,5px) scale(1.2)}.system-item.koerper:hover{transform:translate(-10px,-40px) scale(0.89)}.system-item.ablauf:hover{transform:scale(1.82)}.system-item.organisation:hover{transform:scale(1.25)}.system-item.frage:hover{transform:scale(0.9)}.system-item.zeit:hover{transform:scale(1.0)}.system-item.hand:hover{transform:scale(1.8)}.system-item.coach_:hover{transform:translate(10px,5px) scale(1.2)}.system-item.koerper_:hover{transform:translate(-10px,-40px) scale(0.89)}@media (max-width:768px){.system-grid{grid-template-columns:repeat(2,1fr)}.system-item svg{width:120px;max-height:120px}.system-item.coach{transform:translate(-5px,0px)}.system-item.koerper{transform:translate(-5px,-5px) scale(0.75)}.system-item.ablauf{transform:scale(1.15)}.system-item.organisation{transform:scale(1.1)}}