.fragen{border-top:1px solid var(--linie-zart);max-width:880px;margin-top:clamp(32px,4vw,56px)}.frage{border-bottom:1px solid var(--linie-zart)}.frage__kopf{font-size:inherit;font-weight:inherit;margin:0}.frage__kopf button{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:color .25s var(--weich);background:0 0;border:0;justify-content:space-between;align-items:center;gap:20px;padding:clamp(16px,1.9vw,24px) 0;font-size:clamp(14px,1.2vw,18px);display:flex}.frage__kopf button:hover{color:var(--rot)}.frage__zeichen{flex:none;width:16px;height:16px;position:relative}.frage__zeichen:before,.frage__zeichen:after{content:"";transition:transform .3s var(--weich), opacity .3s var(--weich);background:currentColor;position:absolute}.frage__zeichen:before{width:16px;height:1.5px;top:7.5px;left:0}.frage__zeichen:after{width:1.5px;height:16px;top:0;left:7.5px}.frage.ist-offen .frage__zeichen:after{opacity:0;transform:scaleY(0)}.frage.ist-offen .frage__kopf button{color:var(--rot)}.frage__antwort{max-width:70ch;color:var(--text-leise);animation:antwort-auf .3s var(--weich) both;flex-direction:column;gap:12px;padding-bottom:clamp(18px,2.2vw,28px);font-size:clamp(13px,1.05vw,16px);line-height:1.7;display:flex}@keyframes antwort-auf{0%{opacity:0;transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.frage__antwort{animation:none}.frage__zeichen:before,.frage__zeichen:after,.frage__kopf button{transition:none}}
