Widerrufsrecht

Widerrufsrecht Folgen des Widerrufs Ausschluss des Widerrufsrechts .adept-legal { max-width: 900px; margin: 0 auto; padding: clamp(16px, 2vw, 32px); } .adept-legal__title { font-family: var(--font-heading-family, system-ui, sans-serif); font-size: clamp(22px, 2.2vw, 32px); margin-bottom: 16px; color: var(--color-foreground, #111); } .adept-legal__item { border-bottom: 1px solid #ddd; padding-block: 10px; } .adept-legal__q { font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; } .adept-legal__q::-webkit-details-marker { display: none; } .adept-legal__q::after { content: "+"; font-weight: 700; transition: transform .2s ease; opacity: .6; } .adept-legal__item[open] .adept-legal__q::after { content: "–"; } .adept-legal__a { margin-top: 8px; font-size: 15px; line-height: 1.6; color: #333; }