Visum für Usbekistan: visumfrei, E-Visum, Transit & Visumunterstützung
html { scroll-behavior: smooth; }
.tour-page-wrap {
--tour-sticky-top: 0px;
--tour-scroll-offset: 118px;
padding-bottom: 0;
}
.tour-page-wrap section[id] {
scroll-margin-top: calc(var(--tour-sticky-top) + var(--tour-scroll-offset));
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
}
.tour-header-container {
position: relative;
overflow: hidden;
border-radius: 16px;
}
.tour-hero-...