 html { scroll-behavior: smooth; } :target { scroll-margin-top: 80px;  } .leistung-item.is-reverse .leistung-media { order: 2; } .leistung-item.is-reverse .leistung-content { order: 1; } @media (max-width: 767px) { .leistung-item { grid-template-columns: 1fr; } .leistung-item.is-reverse .leistung-media, .leistung-item.is-reverse .leistung-content { order: initial; } } .highlight-underline { position: relative; display: inline-block; z-index: 1; } .highlight-underline::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 12px; background: url('/wp-content/uploads/underline.svg') no-repeat left bottom; background-size: 100% 100%; z-index: -1; pointer-events: none; } @media (max-width: 767px) { .highlight-underline::after { display: none; } }