@font-face {
  font-family: Nerz;
  src: url("/shop/templates/zweirad_center_nerz/fonts/NeoTechStd-Regular.woff")
    format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Nerz;
  src: url("/shop/templates/zweirad_center_nerz/fonts/NeoTechStd-Bold.woff")
    format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: NerzLight;
  src: url("/shop/templates/zweirad_center_nerz/fonts/NeoTechStd-Light.woff")
    format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: light;
  --ink: #303030;
  --accent: #feed00;
  --line: #d9d9d4;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: #f7f7f4;
  font:
    17px/1.6 Nerz,
    Arial,
    sans-serif;
}
a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--accent);
}
.legal-wrap {
  width: min(100% - 48px, 860px);
  margin: 0 auto;
}
.legal-header {
  background: #fff;
  border-bottom: 5px solid var(--accent);
  padding: 20px 0;
}
.legal-header .legal-wrap {
  width: min(100% - 48px, 1100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  display: block;
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}
.back-to-shop {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 0;
}
.back-to-shop:hover {
  text-decoration: underline;
}
main {
  padding: 36px 0 32px;
}
h1 {
  font:
    400 clamp(32px, 5vw, 44px)/1.15 NerzLight,
    Nerz,
    Arial,
    sans-serif;
  margin: 10px 0 20px;
  color: #252525;
}
h2 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
.eyebrow {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4a4a4a;
  margin: 0;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}
form {
  margin: 28px 0;
  padding: 24px 32px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 3px;
}
form > p:first-of-type {
  margin-top: 0;
  color: #565656;
  font-size: 15px;
}
label {
  display: block;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 5px;
  line-height: 1.4;
}
input {
  display: block;
  width: 100%;
  border: 1px solid #83837c;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  padding: 11px 13px;
  font: inherit;
  min-height: 48px;
}
input[aria-invalid="true"] {
  border: 2px solid #a82017;
}
.hint {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 4px 0 8px;
}
input + .hint {
  margin-top: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: 2px solid #303030;
  border-radius: 2px;
  padding: 12px 24px;
  background: #303030;
  color: #fff;
  font:
    700 17px/1.4 Nerz,
    Arial,
    sans-serif;
  text-decoration: none;
  cursor: pointer;
  min-height: 50px;
  margin: 12px 8px 8px 0;
}
.button:hover {
  background: #191919;
  border-color: #191919;
  color: #fff;
}
.secondary {
  background: #fff;
  color: #303030;
  border-color: #888;
}
.secondary:hover {
  background: #feed00;
  color: #303030;
  border-color: #303030;
}
.notice {
  padding: 18px 22px;
  background: #feed00;
  border-left: 4px solid var(--accent);
  margin: 24px 0;
  overflow-wrap: anywhere;
}
.success {
  background: #eef7ee;
  border-color: #287132;
}
.error {
  background: #fff1ee;
  border-color: #a82017;
}
.field-error {
  color: #9d231a;
  font-weight: 700;
  margin: 5px 0;
}
.review {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 2fr;
  gap: 18px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  padding: 28px 32px;
  border-radius: 3px;
}
.review dt {
  font-weight: 700;
}
.review dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.contact {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 16px;
}
.contact p {
  max-width: 760px;
}
address {
  font-style: normal;
}
.legal-footer {
  border-top: 1px solid var(--line);
  padding: 20px 0 28px;
  font-size: 15px;
}
.honeypot {
  display: none;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  background: #fff;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 16px;
}
@media (max-width: 600px) {
  .legal-wrap,
  .legal-header .legal-wrap {
    width: calc(100% - 32px);
  }
  .legal-header {
    padding: 16px 0;
  }
  .brand img {
    width: 155px;
  }
  .back-to-shop {
    font-size: 15px;
    gap: 6px;
  }
  .legal-header .legal-wrap {
    gap: 16px;
  }
  main {
    padding-top: 28px;
  }
  form {
    padding: 20px 18px 16px;
  }
  .button {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  .review {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 20px;
  }
  .review dd {
    margin-bottom: 14px;
  }
  .review dd:last-child {
    margin-bottom: 0;
  }
  .notice {
    padding: 16px;
  }
  .legal-footer {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .brand img {
    width: 135px;
  }
  .back-to-shop {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
  }
}
