.auto-section-nav {
  padding-top: 18px;
  padding-bottom: 50px;
  border-top: 2px solid #d8c292;
  text-align: center;
}
.auto-section-nav > span {
  display: block;
  margin-bottom: 12px;
  color: #647c83;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.auto-section-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.auto-section-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid #d5e3e5;
  border-radius: 24px;
  background: white;
  color: #123b48;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.auto-section-nav a:hover,
.auto-section-nav a:focus-visible {
  background: #edf5f5;
  color: #008398;
  text-decoration: none;
}
.auto-section-nav a:focus-visible {
  outline: 2px solid #008398;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .auto-section-nav { text-align: left; padding-bottom: 38px; }
  .auto-section-nav ul { justify-content: flex-start; }
  .auto-section-nav a { font-size: 13px; }
}
#auto-angebot, #auto-systemvergleich, #kostenloser-leihwagen,
#auto-schutzfunktionen, #auto-faq, #auto-beratung {
  scroll-margin-top: 110px;
}


#camper-angebot, #camper-schutz, #camper-modi, #camper-einbau, #camper-faq,
#transporter-angebot, #transporter-schutz, #transporter-laderaum, #transporter-einbau, #transporter-faq {
  scroll-margin-top: 110px;
}

.auto-benefits + .auto-section-nav, .transporter-benefits + .auto-section-nav, .pandora-pillars + .auto-section-nav { margin-top: 24px; }
section[id^="pandora-"] { scroll-margin-top: 110px; }

.mobile-car-demo + .auto-section-nav {
  margin-top: 40px;
}
