:root {
  --navy: #000066;
  --blue: #0000aa;
  --link: #0000ee;
  --visited: #551a8b;
  --teal: #008080;
  --silver: #c0c0c0;
  --silver-light: #efefef;
  --silver-dark: #666;
  --yellow: #ffe733;
  --cream: #fff7c7;
  --red: #d40000;
  --green: #007b35;
  --ink: #050505;
  --font-ui: Arial, Helvetica, sans-serif;
  --font-serif: "Times New Roman", Times, serif;
  --font-mono: "Courier New", Courier, monospace;
  --site-width: min(980px, calc(100vw - 20px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--main-nav-height, 0px) + 8px);
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: #000033;
  background-image:
    radial-gradient(circle, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle, #00ffff 0 1px, transparent 1.5px),
    radial-gradient(circle, #ffec00 0 1px, transparent 1.5px);
  background-position: 7px 9px, 31px 27px, 14px 43px;
  background-size: 53px 47px, 71px 67px, 89px 73px;
  font: 14px/1.45 var(--font-ui);
}

body::before {
  content: "UNDER CONSTRUCTION";
  position: fixed;
  top: 96px;
  right: -68px;
  z-index: 80;
  width: 270px;
  padding: 5px 0;
  color: #000;
  background: repeating-linear-gradient(45deg, #ffd900 0 12px, #000 12px 24px);
  border-block: 2px solid #fff;
  font: 900 11px var(--font-mono);
  text-align: center;
  text-shadow: 1px 1px #ffd900, -1px -1px #ffd900;
  transform: rotate(38deg);
  pointer-events: none;
}

body.preloader-active {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--link);
  text-decoration: underline;
}

a:visited {
  color: var(--visited);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px dotted #ff0;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 8px;
  z-index: 99999;
  padding: 8px 10px;
  color: #000;
  background: #ff0;
  border: 2px solid #000;
}

.skip-link:focus {
  top: 8px;
}

.blink {
  animation: blink 0.85s steps(2, end) infinite;
}

.starburst {
  position: absolute;
  z-index: 8;
  width: 78px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 13px;
  color: #000;
  background: #ff0;
  clip-path: polygon(
    50% 0%, 59% 22%, 76% 8%, 77% 29%, 100% 26%, 83% 45%,
    100% 56%, 78% 62%, 88% 84%, 66% 77%, 57% 100%, 47% 78%,
    27% 94%, 29% 70%, 4% 73%, 22% 53%, 0% 43%, 25% 37%,
    12% 15%, 37% 24%
  );
  filter: drop-shadow(3px 3px 0 #000);
  font: 900 13px/1 var(--font-mono);
  text-align: center;
  text-shadow: 1px 1px #fff;
  transform: rotate(-8deg);
  animation: starburst-wiggle 0.8s steps(2, end) infinite;
  pointer-events: none;
}

.starburst-new {
  top: 38px;
  right: 14px;
}

.starburst-hot {
  right: 24px;
  bottom: 31px;
  color: #fff;
  background: #f00;
  text-shadow: 1px 1px #000;
  animation-delay: 0.24s;
}

.starburst-catalog {
  top: 38px;
  right: 274px;
  width: 68px;
  color: #fff;
  background: #800080;
  text-shadow: 1px 1px #000;
  animation-delay: 0.15s;
}

.starburst-service {
  top: 41px;
  right: 134px;
  width: 62px;
  color: #fff;
  background: #f00;
  text-shadow: 1px 1px #000;
}

.retro-shell {
  position: relative;
  z-index: 2;
  width: var(--site-width);
  margin: 10px auto 36px;
  background: #eee2ad;
  border: 3px ridge #fff;
  box-shadow: 0 0 0 2px #000, 10px 10px 0 rgba(0, 0, 0, 0.65);
}

.retro-panel {
  position: relative;
  margin: 10px;
  padding: 12px;
  background: var(--silver);
  border-width: 2px;
  border-style: solid;
  border-color: #fff #444 #444 #fff;
  box-shadow: inset 1px 1px #eee, inset -1px -1px #888;
}

.retro-panel::before {
  content: "superstudio_fenster.htm";
  display: block;
  height: 23px;
  margin: -12px -12px 12px;
  padding: 3px 7px;
  color: #fff;
  background: linear-gradient(90deg, #000080, #1084d0);
  border-bottom: 2px solid #000;
  font: 700 12px/16px var(--font-ui);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 3px 5px;
  color: #fff;
  background: linear-gradient(90deg, #000080, #1577bd);
  border-bottom: 2px solid #000;
  font-size: 12px;
  font-weight: 700;
}

.browser-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #000080;
  background: #ff0;
  border: 1px solid #fff;
  font: 900 11px var(--font-serif);
}

.browser-title {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.browser-buttons {
  min-width: 57px;
  padding: 1px 4px;
  color: #000;
  background: var(--silver);
  border: 2px outset #fff;
  font: 900 11px var(--font-mono);
  text-align: center;
}

.brand-banner {
  display: grid;
  grid-template-columns: 260px 1fr 190px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.22) 50%, transparent 51%),
    var(--yellow);
  background-size: 24px 100%;
  border-bottom: 2px solid #000;
}

.brand {
  display: block;
  width: 260px;
  background: #ffe11e;
  border: 3px double #003b2a;
}

.brand img {
  width: 100%;
  image-rendering: auto;
}

.brand-welcome {
  min-width: 0;
  padding: 7px;
  color: #000080;
  background: rgba(255, 255, 255, 0.45);
  border: 2px dashed #008000;
  font-family: var(--font-serif);
  text-align: center;
}

.brand-welcome p {
  margin: 0;
}

.rainbow-text {
  color: #c00000;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 1px 1px #fff;
}

.counter-stack {
  padding: 7px;
  color: #00ff48;
  background: #000;
  border: 3px inset #999;
  font: 700 11px/1.45 var(--font-mono);
}

.counter-stack p {
  margin: 0;
}

.visitor-counter {
  display: inline-block;
  padding: 0 3px;
  color: #ff0;
  background: #161616;
  border: 1px inset #888;
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
}

.marquee {
  overflow: hidden;
  color: #ff0;
  background: #000;
  border-block: 1px solid #ff0;
  font: 700 12px var(--font-mono);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 4px 0;
  white-space: nowrap;
  animation: marquee-scroll 27s linear infinite;
}

.main-nav {
  background: #808080;
  border-bottom: 2px solid #000;
}

.main-nav.is-fixed {
  position: fixed;
  top: 0;
  left: var(--main-nav-left, 0);
  z-index: 90;
  width: var(--main-nav-width, 100%);
  box-shadow: 0 3px #000, 0 6px 10px rgba(0, 0, 0, 0.4);
}

.nav-toggle {
  display: none;
}

.nav-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.nav-links a {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 5px 4px;
  color: #000;
  background: #d8d8d8;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #444 #444 #fff;
  font: 700 12px var(--font-mono);
  text-align: center;
}

.nav-links a:visited {
  color: #000;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
  background: #000080;
}

main {
  display: grid;
  gap: 2px;
}

h1,
h2,
h3 {
  margin: 0 0 8px;
  line-height: 1.05;
  font-family: var(--font-serif);
}

h2 {
  color: #000080;
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  text-shadow: 1px 1px #fff;
}

h3 {
  font-size: 1.2rem;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 6px;
  padding: 2px 6px;
  color: #fff;
  background: #800080;
  border: 1px solid #000;
  font: 700 11px var(--font-mono);
  text-transform: uppercase;
}

.hero-panel {
  overflow: hidden;
  color: #000;
  background:
    radial-gradient(circle at 85% 14%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    linear-gradient(135deg, #fff9ca 0 58%, #ffccee 58% 80%, #a9f4ef 80%);
  background-size: 28px 28px, auto;
}

.hero-panel::before {
  content: "willkommen_bei_superstudio.htm";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  align-items: center;
  gap: 16px;
}

.hero-copy {
  text-align: center;
}

.hero-kicker {
  margin: 0 0 7px;
  color: #000080;
  font: 900 13px var(--font-mono);
}

.hero-kicker .blink {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background: #f00;
  border: 2px solid #000;
}

.hero-copy h1 {
  margin: 0 auto 10px;
  padding: 6px 10px 10px;
  color: #ff0;
  background: #000080;
  border: 4px double #fff;
  box-shadow: 5px 5px #f00;
  font-size: clamp(3.1rem, 7.1vw, 5.25rem);
  text-align: center;
  text-shadow: 3px 3px #f00, 5px 5px #000;
  transform: rotate(-1deg);
}

.hero-lead {
  margin: 14px auto 10px;
  padding: 8px;
  max-width: 46ch;
  background: rgba(255, 255, 255, 0.74);
  border: 2px dotted #800080;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
}

.hero-facts {
  width: 100%;
  margin: 8px 0 10px;
  border: 2px solid #000;
  border-collapse: collapse;
  background: #fff;
  font: 12px var(--font-mono);
  text-align: left;
}

.hero-facts th,
.hero-facts td {
  padding: 4px 6px;
  border: 1px solid #777;
}

.hero-facts th {
  width: 85px;
  color: #fff;
  background: #008080;
}

.hero-actions,
.product-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.hero-photo {
  margin: 10px 3px 8px;
  padding: 7px 7px 23px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.45);
  transform: rotate(1.6deg);
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid #000;
}

.hero-photo figcaption,
.photo-label {
  font: 700 11px var(--font-mono);
  text-align: center;
}

.photo-label {
  margin-bottom: 4px;
  color: #800000;
}

.hero-photo figcaption {
  margin: 5px 0 -17px;
}

.hero-ticker {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  margin: 16px -12px -12px;
  padding: 5px 8px;
  color: #ff0;
  background: #008000;
  border-top: 2px dashed #fff;
  font: 900 12px var(--font-mono);
  text-align: center;
}

.page-divider {
  display: flex;
  justify-content: space-around;
  margin: 0 10px;
  padding: 3px 20px;
  color: #ff0;
  background: #000080;
  border: 2px ridge #fff;
}

.retro-button,
.small-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  color: #000;
  background: #d8d8d8;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #444 #444 #fff;
  box-shadow: 1px 1px #000;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.retro-button:visited {
  color: #000;
}

.retro-button:hover,
.retro-button:focus-visible,
.small-button:hover,
.small-button:focus-visible {
  background: #ffff8d;
}

.retro-button:active,
.small-button:active {
  border-color: #444 #fff #fff #444;
  box-shadow: none;
  transform: translate(1px, 1px);
}

.retro-button.primary {
  color: #fff;
  background: #007b35;
}

.catalog-panel {
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(0deg, #fff2ac 0 20px, #f3df91 20px 21px);
}

.catalog-panel::before {
  content: "C:\\SUPERSTUDIO\\KATALOG\\FUNDSACHEN.HTM";
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.catalog-intro {
  max-width: 60ch;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 16px;
}

.catalog-notice {
  width: 255px;
  flex: 0 0 255px;
  padding: 7px;
  color: #000;
  background: #ffff78;
  border: 3px double #f00;
  box-shadow: 3px 3px #800000;
  font: 700 11px/1.35 var(--font-mono);
  transform: rotate(0.8deg);
}

.catalog-notice p {
  margin: 0 0 3px;
}

.catalog-notice strong {
  color: #d00000;
  animation: blink 1s steps(2, end) infinite;
}

.filter-bar {
  margin: 12px 0;
  padding: 0 7px 7px;
  background: var(--silver);
  border: 3px ridge #fff;
}

.filter-title,
.form-title {
  margin: 0 -7px 7px;
  padding: 3px 6px;
  color: #fff;
  background: #008080;
  border-bottom: 1px solid #000;
  font: 700 11px var(--font-mono);
}

.filter-fields {
  display: grid;
  grid-template-columns: auto minmax(160px, 1.4fr) auto minmax(130px, 0.8fr) auto minmax(150px, 1fr) auto;
  align-items: center;
  gap: 5px;
}

label {
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 31px;
  padding: 4px 6px;
  color: #000;
  background: #fff;
  border: 2px inset #aaa;
  border-radius: 0;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.small-button {
  min-height: 31px;
  padding: 3px 7px;
  font-size: 11px;
}

.filter-status {
  min-height: 23px;
  margin: 7px 0 0;
  padding: 3px 6px;
  color: #0f0;
  background: #000;
  border: 2px inset #888;
  font: 700 11px var(--font-mono);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.product-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  background: var(--silver);
  border: 3px ridge #fff;
  box-shadow: 3px 3px #777;
}

.product-card-star {
  top: 22px;
  right: -5px;
  width: 54px;
  padding: 9px;
  color: #fff;
  background: #f00;
  font-size: 9px;
  text-shadow: 1px 1px #000;
}

.product-window-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 24px;
  padding: 3px 5px;
  color: #fff;
  background: #000080;
  font: 700 10px var(--font-mono);
}

.product-window-title span:first-child {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-window-buttons {
  flex: 0 0 auto;
  padding: 0 3px;
  color: #000;
  background: var(--silver);
  border: 1px outset #fff;
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(45deg, #e5e5e5 25%, transparent 25% 75%, #e5e5e5 75%),
    linear-gradient(45deg, #e5e5e5 25%, #fff 25% 75%, #e5e5e5 75%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  border: 2px inset #888;
}

.product-art img {
  width: 100%;
  height: 100%;
  padding: 4px;
  object-fit: contain;
  background: #f8f5ec;
}

.product-scan {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 2px 4px;
  color: #0f0;
  background: #000;
  border: 1px solid #fff;
  font: 700 9px var(--font-mono);
}

.product-body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 6px;
  padding: 7px;
}

.product-ref {
  margin: 0;
  color: #555;
  font: 10px var(--font-mono);
}

.product-card h3 {
  min-width: 0;
  margin: 0;
  font: 700 16px/1.12 var(--font-serif);
}

.product-card h3 button {
  max-width: 100%;
  padding: 0;
  color: var(--link);
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.price {
  margin: 0;
  color: #b00000;
  font: 900 16px var(--font-mono);
}

.product-info-table {
  width: 100%;
  align-self: start;
  border: 1px solid #777;
  border-collapse: collapse;
  background: #fff;
  font: 10px/1.2 var(--font-mono);
}

.product-info-table th,
.product-info-table td {
  padding: 3px 4px;
  border: 1px solid #aaa;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.product-info-table th {
  width: 58px;
  color: #fff;
  background: #008080;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.badge {
  display: inline-block;
  padding: 1px 4px;
  color: #000;
  background: #ff0;
  border: 1px solid #000;
  font: 900 9px var(--font-ui);
}

.badge.hot {
  color: #fff;
  background: #d00000;
}

.badge.rare {
  color: #fff;
  background: #800080;
}

.product-card-actions {
  align-self: end;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5px;
}

.product-card-actions .retro-button {
  width: 100%;
  min-height: 32px;
  padding: 4px;
  font-size: 11px;
}

.empty-result {
  grid-column: 1 / -1;
  padding: 22px;
  color: #0f0;
  background: #000;
  border: 3px inset #888;
  font: 700 13px var(--font-mono);
  text-align: center;
}

.catalog-pagination {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 7px;
  background: var(--silver);
  border: 3px ridge #fff;
}

.catalog-pagination button {
  min-height: 30px;
  padding: 3px 8px;
  color: #000;
  background: #d8d8d8;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #444 #444 #fff;
  font: 700 11px var(--font-mono);
}

.catalog-pagination button[aria-current="page"] {
  color: #fff;
  background: #000080;
}

.catalog-pagination button:disabled {
  color: #666;
  background: #aaa;
  cursor: not-allowed;
}

.pagination-status {
  justify-self: center;
  color: #0f0;
  background: #000;
  padding: 4px 7px;
  border: 2px inset #888;
  font: 700 11px var(--font-mono);
}

.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.shop-explainer {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 8px;
  background: #ffffc0;
  border: 3px double #000080;
}

.shop-explainer-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #000080;
  border: 3px outset #fff;
  border-radius: 50%;
  font: 900 25px var(--font-serif);
}

.shop-explainer h3,
.shop-explainer p {
  margin: 0;
}

.shop-explainer p {
  font-size: 12px;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-panel::before {
  content: "services_und_werkstatt.htm";
}

.service-panel {
  min-height: 330px;
  background:
    repeating-linear-gradient(0deg, #d8d8d8 0 16px, #cfcfcf 16px 17px);
}

.service-panel h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.1rem);
}

.service-postcard {
  position: relative;
  float: right;
  width: 128px;
  margin: 0 0 9px 12px;
  padding: 5px 5px 22px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.4);
  transform: rotate(4deg);
}

.service-postcard-fix {
  transform: rotate(-4deg);
}

.service-postcard img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #000;
  border: 1px solid #000;
}

.service-postcard-lava img {
  aspect-ratio: 3 / 4;
}

.service-postcard figcaption {
  position: absolute;
  right: 4px;
  bottom: 3px;
  left: 4px;
  overflow: hidden;
  white-space: nowrap;
  font: 900 9px var(--font-mono);
  text-align: center;
}

.pixel-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.pixel-list li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
}

.pixel-list li::before {
  content: "»";
  position: absolute;
  left: 3px;
  color: #d00000;
  font-weight: 900;
}

.contact-panel {
  background: #e7e7e7;
}

.contact-panel::before {
  content: "elektronische_post_versenden.htm";
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
  gap: 16px;
}

.contact-card {
  margin-top: 16px;
  padding: 10px;
  color: #0f0;
  background: #000;
  border: 3px inset #888;
  font: 12px var(--font-mono);
}

.contact-card p {
  margin: 0 0 6px;
}

.contact-card a {
  color: #0ff;
}

.contact-online {
  color: #ff0;
}

.contact-online span {
  color: #0f0;
}

.contact-form {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 6px 8px;
  padding: 0 8px 8px;
  background: var(--silver);
  border: 3px ridge #fff;
}

.contact-form .form-title {
  grid-column: 1 / -1;
  margin: 0 -8px 3px;
  background: #000080;
}

.contact-form textarea,
.contact-form .retro-button,
.contact-form .form-status {
  grid-column: 2;
}

.contact-form label[for="message"] {
  align-self: start;
  padding-top: 6px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-weight: 700;
}

.site-footer {
  color: #eee;
  background: #000;
}

.site-footer::before {
  content: "links_rechtliches_und_internet.htm";
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.85fr;
  gap: 12px;
}

.site-footer h2 {
  margin: 0 0 5px;
  color: #ff0;
  font: 700 18px var(--font-serif);
}

.site-footer p {
  margin: 0 0 7px;
}

.site-footer ul {
  margin: 0;
  padding-left: 17px;
}

.site-footer a {
  color: #0ff;
}

.guestbook-link {
  display: inline-block;
  padding: 4px 6px;
  color: #00f !important;
  background: #ff0;
  border: 2px dashed #f00;
  font-weight: 700;
}

.best-viewed {
  text-align: center;
  font: 10px var(--font-mono);
}

.browser-badge {
  width: 96px;
  margin: 3px auto 6px !important;
  padding: 4px;
  color: #fff;
  background: #000080;
  border: 2px outset #fff;
  font-size: 10px;
  line-height: 1;
}

.browser-badge strong {
  color: #ff0;
  font-size: 24px;
}

.footer-bottom {
  margin: 12px 0 0 !important;
  padding-top: 7px;
  border-top: 1px dashed #ff0;
  color: #0f0;
  font: 10px var(--font-mono);
  text-align: center;
}

.footer-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 9px 0 0 !important;
  padding-top: 8px;
  border-top: 1px dotted #808080;
  color: #fff;
  font: 700 11px var(--font-mono);
}

.footer-credit > a {
  width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 3px;
  background: #ff0;
  border: 2px outset #fff;
}

.footer-credit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-credit a {
  color: #0ff;
}

.call-sticker {
  position: fixed;
  right: max(2px, env(safe-area-inset-right));
  bottom: max(2px, env(safe-area-inset-bottom));
  z-index: 120;
  width: 125px;
  height: 94px;
  color: #fff;
  text-decoration: none;
}

.call-sticker img {
  position: absolute;
  right: 20px;
  bottom: 54px;
  z-index: 2;
  width: 88px;
  max-width: none;
  filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.5));
  transform: rotate(-92deg);
  animation: finger-tap 1.8s steps(3, end) infinite;
  pointer-events: none;
}

.call-sticker span {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 105px;
  padding: 8px;
  color: #fff;
  background: #d00000;
  border: 3px outset #fff;
  box-shadow: 2px 2px #000;
  font: 900 15px var(--font-mono);
  text-align: center;
  text-shadow: 1px 1px #000;
}

.call-sticker:hover span {
  background: #008000;
}

.product-dialog {
  width: min(900px, calc(100vw - 24px));
  max-width: 900px;
  max-height: calc(100dvh - 24px);
  padding: 0;
  color: #000;
  background: var(--silver);
  border: 4px ridge #fff;
  border-radius: 0;
  box-shadow: 8px 8px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.product-dialog::backdrop {
  background: rgba(0, 0, 35, 0.86);
}

.dialog-close {
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 5;
  width: 27px;
  height: 23px;
  padding: 0;
  background: var(--silver);
  border: 2px outset #fff;
  font-weight: 900;
}

.dialog-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 9px;
  max-height: calc(100dvh - 32px);
  padding: 36px 9px 9px;
}

.dialog-layout::before {
  content: "objekt_details.htm – Super Studio";
  position: absolute;
  inset: 0 0 auto;
  height: 28px;
  padding: 4px 38px 4px 6px;
  color: #fff;
  background: linear-gradient(90deg, #000080, #1084d0);
  border-bottom: 2px solid #000;
  font: 700 12px var(--font-ui);
}

.dialog-art {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  gap: 5px;
  padding: 5px;
  background: #000080;
  border: 2px inset #888;
}

.dialog-image-frame {
  position: relative;
  min-height: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f7f3e9;
  border: 2px solid #000;
  touch-action: pan-y;
}

.dialog-image-frame img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
}

.dialog-image-count {
  position: absolute;
  right: 6px;
  bottom: 5px;
  padding: 2px 5px;
  color: #0f0;
  background: #000;
  border: 1px solid #fff;
  font: 700 10px var(--font-mono);
}

.dialog-gallery-controls {
  position: absolute;
  right: 6px;
  left: 6px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.dialog-gallery-controls button {
  width: 30px;
  height: 34px;
  padding: 0;
  color: #000;
  background: var(--silver);
  border: 2px outset #fff;
  pointer-events: auto;
}

.dialog-thumbs {
  display: grid;
  grid-template-columns: repeat(8, minmax(42px, 1fr));
  gap: 3px;
  overflow-x: auto;
  padding: 3px;
  background: var(--silver);
}

.dialog-thumbs button {
  padding: 0;
  background: #fff;
  border: 2px outset #fff;
}

.dialog-thumbs button[aria-current="true"] {
  outline: 2px solid #ff0;
  outline-offset: -3px;
  background: #000080;
}

.dialog-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dialog-content {
  min-height: 0;
  overflow: auto;
  padding: 8px;
  background: #fff7c7;
  border: 2px inset #888;
}

.dialog-content h2 {
  font-size: 1.85rem;
}

.dialog-description {
  font-family: var(--font-serif);
  font-size: 15px;
}

.archive-table {
  width: 100%;
  margin: 8px 0;
  border: 2px solid #000;
  border-collapse: collapse;
  font: 10px/1.3 var(--font-mono);
}

.archive-table th,
.archive-table td {
  padding: 4px 5px;
  border: 1px solid #888;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.archive-table th {
  width: 92px;
  color: #fff;
  background: #008080;
}

.dialog-actions {
  display: grid;
  gap: 5px;
}

.dialog-actions .retro-button {
  width: 100%;
}

.dialog-source {
  margin: 5px 0 0;
  font-size: 11px;
  text-align: center;
}

.legal-page main {
  display: block;
}

.legal-page .brand-banner {
  grid-template-columns: 260px 1fr;
}

.legal-page .nav-links {
  grid-template-columns: repeat(4, 1fr);
}

.legal-page .brand::after {
  content: " · zurück zur Startseite";
}

.legal-panel {
  max-width: 780px;
  margin-inline: auto;
  background: #e8e8e8;
}

.legal-panel::before {
  content: "rechtliches.txt";
}

.legal-panel h1 {
  padding: 7px;
  color: #ff0;
  background: #000080;
  border: 3px double #fff;
  font-size: clamp(2rem, 6vw, 3.6rem);
  text-shadow: 2px 2px #d00000;
}

.legal-panel h2 {
  margin-top: 17px;
  font-size: 1.65rem;
}

.legal-panel p,
.legal-panel li {
  max-width: 72ch;
}

.legal-panel address {
  font-style: normal;
}

.legal-note {
  padding: 8px;
  background: #ffff8a;
  border: 2px dashed #d00000;
  font-weight: 700;
}

.downgrade-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #0f0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 4px),
    #020202;
  font-family: var(--font-mono);
}

.downgrade-loader[hidden] {
  display: none;
}

.downgrade-loader.is-finished {
  pointer-events: none;
  animation: loader-exit 0.36s steps(4, end) forwards;
}

.downgrade-window {
  width: min(720px, 100%);
  background: var(--silver);
  border: 4px ridge #fff;
  box-shadow: 8px 8px #000;
}

.downgrade-titlebar {
  display: flex;
  justify-content: space-between;
  padding: 4px 6px;
  color: #fff;
  background: linear-gradient(90deg, #000080, #008080);
  border-bottom: 2px solid #000;
  font: 700 12px var(--font-ui);
}

.downgrade-body {
  display: grid;
  grid-template-columns: 80px 45px 80px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 12px;
  background: #d2d2d2;
}

.downgrade-stamp,
.downgrade-arrow {
  display: grid;
  place-items: center;
  min-height: 60px;
  color: #000;
  background: #ff0;
  border: 3px double #000;
  font: 900 18px var(--font-mono);
}

.downgrade-stamp-old {
  color: #fff;
  background: #800080;
}

.downgrade-arrow {
  min-height: 34px;
  color: #fff;
  background: #d00000;
}

.terminal-box {
  min-width: 0;
  padding: 8px;
  color: #0f0;
  background: #000;
  border: 3px inset #888;
}

.terminal-kicker {
  margin: 0 0 4px;
  color: #ff0;
  font-weight: 700;
}

.terminal-box h1 {
  margin: 0 0 6px;
  color: #0f0;
  font: 900 clamp(1.2rem, 4vw, 2rem) var(--font-mono);
}

.terminal-screen {
  min-height: 88px;
  padding: 6px;
  color: #d8ffd8;
  background: #001804;
  border: 2px solid #008b30;
  font-size: 11px;
}

.terminal-screen p {
  margin: 0 0 3px;
}

.downgrade-progress {
  height: 20px;
  margin-top: 7px;
  padding: 2px;
  background: #fff;
  border: 2px inset #888;
}

.downgrade-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: repeating-linear-gradient(90deg, #000080 0 11px, #00ffff 11px 22px);
  animation: downgrade-load 1.55s steps(16, end) forwards;
}

.loader-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}

.loader-status {
  margin: 0;
  color: #ff0;
  font-size: 10px;
  font-weight: 700;
}

.loader-footer button {
  min-height: 25px;
  color: #000;
  background: var(--silver);
  border: 2px outset #fff;
  font-size: 10px;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0.28;
  }
}

@keyframes finger-tap {
  0%,
  32%,
  100% {
    transform: translateY(-13px) rotate(-92deg);
  }

  42%,
  58% {
    transform: translateY(1px) rotate(-95deg);
  }
}

@keyframes downgrade-load {
  to {
    width: 100%;
  }
}

@keyframes loader-exit {
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
  }
}

@keyframes starburst-wiggle {
  0%,
  100% {
    transform: rotate(-8deg) scale(1);
  }

  50% {
    transform: rotate(3deg) scale(1.08);
  }
}

@media (max-width: 820px) {
  body::before {
    display: none;
  }

  .brand-banner {
    grid-template-columns: 220px 1fr;
  }

  .brand {
    width: 220px;
  }

  .brand-welcome {
    display: none;
  }

  .hero-grid,
  .contact-layout,
  .dialog-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .starburst-new {
    top: 36px;
    right: 8px;
  }

  .starburst-hot {
    right: 12px;
    bottom: 25px;
  }

  .starburst-catalog {
    top: 34px;
    right: 12px;
  }

  .hero-photo {
    width: min(560px, calc(100% - 20px));
    margin-inline: auto;
  }

  .hero-ticker {
    flex-wrap: wrap;
  }

  .nav-toggle {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    color: #000;
    background: #d8d8d8;
    border-width: 2px;
    border-style: solid;
    border-color: #fff #444 #444 #fff;
    font-weight: 900;
  }

  .nav-toggle-icon {
    position: relative;
    width: 22px;
    height: 16px;
    border-block: 3px solid #000;
  }

  .nav-toggle-icon::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    border-top: 3px solid #000;
  }

  .nav-links {
    display: none;
    grid-template-columns: 1fr;
  }

  .main-nav.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    justify-items: start;
    padding-inline: 10px;
  }

  .filter-fields {
    grid-template-columns: 90px 1fr;
  }

  .filter-fields .small-button {
    grid-column: 2;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-column,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .shop-explainer {
    grid-template-columns: 42px 1fr;
  }

  .shop-explainer .retro-button {
    grid-column: 2;
    justify-self: start;
  }

  .product-dialog {
    width: calc(100vw - 12px);
    height: calc(100dvh - 12px);
    max-height: calc(100dvh - 12px);
  }

  .dialog-layout {
    grid-template-rows: minmax(220px, 42%) minmax(0, 1fr);
    height: 100%;
    max-height: none;
    overflow: hidden;
  }

  .dialog-art {
    grid-template-rows: minmax(0, 1fr);
  }

  .dialog-thumbs {
    display: none;
  }

  .dialog-image-frame img {
    max-height: none;
  }

  .dialog-content {
    overflow: auto;
  }

  .downgrade-body {
    grid-template-columns: 1fr;
  }

  .downgrade-stamp,
  .downgrade-arrow {
    min-height: 34px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 13px;
  }

  .retro-shell {
    width: calc(100vw - 6px);
    margin-top: 3px;
    box-shadow: none;
  }

  .retro-panel {
    margin: 6px;
    padding: 8px;
  }

  .retro-panel::before {
    margin: -8px -8px 8px;
  }

  .brand-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 7px;
  }

  .brand {
    width: min(260px, 100%);
  }

  .counter-stack {
    width: 100%;
  }

  .section-heading {
    display: grid;
  }

  .catalog-notice {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .starburst {
    width: 58px;
    padding: 9px;
    font-size: 9px;
  }

  .starburst-new {
    top: 34px;
  }

  .starburst-hot {
    bottom: 23px;
  }

  .starburst-service {
    right: 112px;
  }

  .product-card-star {
    width: 46px;
    top: 21px;
    right: -3px;
    font-size: 8px;
  }

  .product-card {
    box-shadow: 2px 2px #777;
  }

  .product-body {
    gap: 4px;
    padding: 5px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .price {
    font-size: 12px;
  }

  .product-info-table th,
  .product-info-table td {
    padding: 2px;
    font-size: 8px;
  }

  .badge {
    display: none;
  }

  .product-card-actions {
    grid-template-columns: 1fr;
  }

  .product-card-actions .retro-button {
    min-height: 29px;
    font-size: 9px;
  }

  .catalog-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .pagination-status {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .pagination-pages {
    grid-column: 1 / -1;
  }

  .shop-explainer {
    grid-template-columns: 1fr;
  }

  .shop-explainer-icon {
    display: none;
  }

  .shop-explainer .retro-button {
    grid-column: 1;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form label,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form .retro-button,
  .contact-form .form-status {
    grid-column: 1;
  }

  .call-sticker {
    width: 104px;
  }

  .call-sticker img {
    right: 14px;
    width: 75px;
  }

  .call-sticker span {
    min-width: 90px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .marquee-track {
    transform: none !important;
  }
}
