.moduleAkkordeon__item{background:hsla(0,0%,100%,.1);border:2px solid #e0e0e0;border-radius:5px;padding-left:20px;padding-right:20px}.moduleAkkordeon__item+.moduleAkkordeon__item{margin-top:20px}.moduleAkkordeon__summary{align-items:center;cursor:pointer;display:flex;justify-content:space-between;list-style:none;padding:15px 20px}.moduleAkkordeon__summary::-webkit-details-marker{display:none}.moduleAkkordeon__title{user-select:none}.moduleAkkordeon__icon{flex-shrink:0;height:30px;position:relative;width:30px}.moduleAkkordeon__icon:after,.moduleAkkordeon__icon:before{background-color:#4a4a49;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:30px}.moduleAkkordeon__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.moduleAkkordeon__item[open] .moduleAkkordeon__summary{border-bottom:2px solid #e0e0e0}.moduleAkkordeon__item[open] .moduleAkkordeon__icon:after{transform:translate(-50%,-50%) rotate(0deg)}.moduleAkkordeon__content{padding:20px;user-select:none}.moduleAkkordeon__content p:last-child{margin-bottom:0}.moduleAkkordeon__intro{margin-bottom:30px}@media (max-width:767.98px){.moduleAkkordeon__title{font-size:16px;line-height:22px}.moduleAkkordeon__summary{padding:16px 0}}