

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #111; background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site { width: 100%; overflow: hidden; }
.wordmark { width: min(1080px, 94vw); min-height: 105px; margin: 0 auto; display: flex; align-items: center; justify-content: center; position: relative; }
.wordmark > a { color: #11111b; text-decoration: none; text-align: center; font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif; font-size: clamp(42px, 6.1vw, 84px); letter-spacing: -.045em; line-height: 1; font-weight: 400; }
.slider { width: min(960px, 92vw); height: clamp(250px, 30vw, 380px); margin: 0 auto; position: relative; overflow: hidden; background: #eee; }
.slider > img.slider-image { object-fit: cover; }
.availability-drive { position: absolute; z-index: 4; bottom: 38px; left: 0; width: min(88%, 840px); aspect-ratio: 2116 / 743; pointer-events: none; filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .3)); animation: drive-across 18s linear infinite; }
.availability-vehicle { width: 100%; height: 100%; display: block; object-fit: contain; }
.spinning-wheel { position: absolute; z-index: 2; width: 6.5%; aspect-ratio: 1; object-fit: contain; animation: wheel-spin .55s linear infinite; }
.wheel-front { left: 4.5%; top: 58.6%; }
.wheel-rear { left: 25.35%; top: 58.6%; }
@keyframes drive-across { 0%, 10% { transform: translateX(120%); } 76%, 100% { transform: translateX(-120%); } }
@keyframes wheel-spin { to { transform: rotate(-360deg); } }
.slide-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; color: white; background: rgba(0,0,0,.58); text-align: center; font-size: 16px; }
.slide-arrow { position: absolute; z-index: 2; top: 42%; width: 40px; height: 64px; border: 0; background: rgba(0,0,0,.24); color: white; font-size: 42px; cursor: pointer; opacity: 0; transition: opacity .2s; }
.slider:hover .slide-arrow, .slide-arrow:focus-visible { opacity: 1; }
.slide-arrow.left { left: 0; } .slide-arrow.right { right: 0; }
.dots { position: absolute; z-index: 3; bottom: 5px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.dots button { width: 7px; height: 7px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; }
.dots button.active { background: white; }
.availability { min-height: 112px; padding: 10px 20px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #32d900; text-align: center; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.55; }
nav { min-height: 70px; border: 1px solid #222; display: flex; justify-content: center; align-items: center; gap: 34px; padding: 18px; }
nav a { color: #2e2e2e; text-decoration: none; font-size: 16px; white-space: nowrap; }
nav a.active { color: #cf6868; }
.mobile-menu { display: none; }
.page-content { min-height: 200px; border-bottom: 1px solid #888; }
.home-copy, .legal-copy { width: min(960px, 90vw); margin: 0 auto; padding: 20px 0 34px; font-size: 16px; line-height: 1.46; }
.home-copy h1 { margin: 0 0 18px; font-size: 16px; font-weight: 700; font-style: italic; }
.home-copy p { margin: 2px 0; }
.slider-waitlist-button { position: absolute; z-index: 5; bottom: 9px; left: 16px; padding: 8px 12px; background: #bf5557; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.slider-waitlist-button:hover, .slider-waitlist-button:focus-visible { background: #9d3f42; }
.waitlist-panel { margin: 0 0 38px; padding: 24px; border: 2px solid #bf5557; background: #fff6f5; }
.waitlist-panel h1 { margin-bottom: 12px; }
.waitlist-panel p { line-height: 1.5; }
.waitlist-form { display: grid; gap: 18px; margin-top: 22px; }
.waitlist-form label { font-size: 14px; font-weight: 700; }
.waitlist-form input, .waitlist-form select { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid #aaa; background: #fff; }
.waitlist-form .privacy-consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 400; }
.waitlist-form .privacy-consent input { width: auto; margin-top: 3px; }
.waitlist-form button { width: fit-content; padding: 11px 24px; border: 0; background: #bf5557; color: white; cursor: pointer; }
.contact-footer { min-height: 285px; padding: 30px max(5vw, calc((100vw - 960px) / 2)); background: #98cef0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; text-align: center; }
.contact-footer section { display: flex; flex-direction: column; align-items: center; }
.contact-footer h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.35; }
.contact-footer p { min-height: 72px; margin: 0 0 15px; line-height: 1.5; }
.contact-footer .footer-button { margin-top: auto; }
.footer-button { display: inline-block; min-width: 118px; padding: 9px 14px; background: #bf5557; color: white; text-decoration: none; border-radius: 2px; font-size: 14px; }

.section-title { width: min(960px, 90vw); margin: 0 auto; padding: 28px 0 18px; text-align: center; font-size: 26px; font-weight: 400; }
.price-grid { width: min(960px, 94vw); margin: 0 auto; padding: 10px 0 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-item { min-height: 390px; padding: 0 10px 22px; border-bottom: 1px solid #777; display: flex; flex-direction: column; align-items: center; text-align: center; }
.price-item h2 { min-height: 42px; margin: 0; font-size: 17px; }
.price-item img { width: 100%; height: 175px; object-fit: contain; }
.price-item .description { min-height: 85px; line-height: 1.48; }
.price-item .price { margin-top: auto; font-weight: 700; line-height: 1.6; }
.price-item .price span { font-weight: 400; }
.container-content { padding: 30px 20px 42px; text-align: center; }
.container-content img { width: min(645px, 88vw); height: auto; }
.container-content p { margin: 34px 0 0; line-height: 1.55; }

.contact-page { width: min(800px, 90vw); margin: 0 auto; padding: 28px 0 50px; }
.contact-page h1, .legal-copy h1 { margin: 0 0 26px; padding-bottom: 15px; border-bottom: 1px solid #bbb; font-size: 28px; font-weight: 400; }
.contact-page h2 { font-size: 18px; }
.contact-form { display: grid; gap: 18px; margin-top: 25px; }
.contact-form label { font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid #aaa; background: white; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form button { width: fit-content; padding: 11px 24px; border: 0; background: #bf5557; color: white; cursor: pointer; }
.legal-copy h2 { margin-top: 30px; font-size: 19px; }
.legal-copy h3 { font-size: 16px; }
.legal-copy p, .legal-copy li { line-height: 1.55; }

@media (max-width: 840px) {
  .wordmark { min-height: 100px; }
  .wordmark > a { font-size: clamp(30px, 8vw, 58px); }
  .availability { font-size: 19px; }
  nav { gap: 18px; flex-wrap: wrap; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .contact-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wordmark { min-height: 84px; padding: 5px 12px; justify-content: flex-start; }
  .wordmark > a { max-width: 100%; padding: 0; font-size: 31px; transform: none; line-height: 1.05; overflow-wrap: anywhere; text-align: left; }
  .slider { width: 100%; height: 260px; }
  .slider-waitlist-button { left: 10px; bottom: 8px; padding: 7px 10px; font-size: 13px; }
  .availability-drive { bottom: 36px; width: min(105%, 560px); }
  .availability { min-height: 95px; font-size: 17px; line-height: 1.35; }
  .mobile-menu { display: block; width: 100%; padding: 14px; border: 1px solid #222; background: white; font-weight: 700; }
  nav { display: none; border-top: 0; flex-direction: column; gap: 0; align-items: stretch; text-align: center; }
  nav.open { display: flex; }
  nav a { padding: 12px; border-bottom: 1px solid #ddd; }
  .home-copy { padding-top: 24px; }
  .waitlist-panel { padding: 18px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-item { min-height: 340px; }
  .price-item img { height: 160px; }
  .contact-footer { grid-template-columns: 1fr; }
  .contact-footer section { padding-bottom: 25px; border-bottom: 1px solid rgba(0,0,0,.2); }
}


/* Ergänzungen für die statische IONOS-Ausgabe */
.slider-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.form-status { margin: 0; font-weight: 700; }
@media (prefers-reduced-motion: reduce) { .availability-drive, .spinning-wheel { animation: none; } .availability-drive { transform: translateX(6%); } }
.cookie-banner { position: fixed; z-index: 20; right: 18px; bottom: 18px; width: min(540px, calc(100vw - 36px)); padding: 20px; background: #fff; border: 1px solid #2c2c2c; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: 15px; line-height: 1.45; }
.cookie-banner strong { font-size: 18px; }
.cookie-banner p { margin: 9px 0; }
.cookie-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 14px; }
.cookie-actions button, .cookie-settings { padding: 10px 16px; border: 1px solid #555; background: #fff; color: #222; cursor: pointer; }
.cookie-actions .cookie-accept { background: #bf5557; border-color: #bf5557; color: #fff; }
.cookie-settings { margin-top: 10px; }
