#faqContent{padding-top:20px;padding-bottom:20px}.faq-card{box-sizing:border-box;padding:50px 50px 50px 50px;margin-bottom:40px;box-shadow:0 8px 20px #00000022;margin-right:20px;margin-left:20px;overflow:visible;border-radius:8px;display:flex;flex-direction:column;cursor:pointer}.faq-card-header{display:flex;flex-direction:row;align-items:center}.faq-card-header a{width:calc(100% - 50px);padding-right:40px}.faq-card-expand-button-div{width:50px;flex:1 1 auto}.faq-card-expand-button-div .faq-card-expand-button{width:44px;height:15px;display:block;background-image:url("../../images/layout/icons/2021/faq-expand-icon.svg");background-repeat:no-repeat;background-position:center top;background-size:100% 100%;transition:transform .25s linear}
.faq-card-expand-button-div .faq-card-expand-button.open{transform:rotate(180deg);transition:transform .25s linear}.faq-card h3{font-family:"soehne-breit-dreiviertelfett",Helvetica,Arial,sans-serif;font-size:24px;padding:0;line-height:25px;vertical-align:center}.faq-answer{height:auto;visibility:hidden;margin:0;opacity:0;overflow-y:hidden;max-height:0;padding-right:70px;font-size:18px;transition:max-height .5s ease,opacity .75s ease,visibility .00s linear .5s,padding-top .25s linear .5s}.faq-answer.open{height:auto;visibility:visible;padding-top:20px;opacity:1;max-height:3000px;transition:max-height .5s ease,opacity .75s ease,visibility .00s linear .00s}
.faq-show-more-button{display:flex;flex-direction:row;gap:10px;align-items:center}.faq-view-more-expand-icon{width:16px;height:16px;margin-top:4px}@supports(-webkit-touch-callout:none){.faq-answer.open{display:block}.faq-answer{display:none}}.faq-card.hidden,#showMoreButton.hidden{display:none}#showMoreButton.primary-button{margin:0 auto}@media only screen and (min-width :0) and (max-width :700px){.faq-card{padding:14px 13px 14px 20px;margin-bottom:20px}.faq-card h3{font-size:16px;line-height:18px}
.faq-answer{padding-right:0;font-size:16px}.faq-card-expand-button-div .faq-card-expand-button{width:25px;height:12px;background-image:url("../../images/layout/icons/2021/faq-expand-icon-mobile.svg")}.faq-card-expand-button-div{width:25px;display:flex;justify-content:center;flex-direction:column}#showMoreButton.primary-button{margin-top:30px}}