/* Centralized site styles. Page-specific rules are scoped by body class. */

/* index.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.home-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.home-page.menu-open {
  overflow: hidden;
}

body.home-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

body.home-page img {
  display: block;
  max-width: 100%;
}

body.home-page a {
  color: inherit;
  text-decoration: none;
}

body.home-page button,
body.home-page input,
body.home-page textarea {
  font: inherit;
}

body.home-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.home-page .anchor {
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  visibility: hidden;
}

body.home-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.home-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.home-page .section-kicker {
  margin: 0 0 40px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
}

body.home-page #fraesen .section-kicker,
body.home-page #workflow .section-kicker,
body.home-page #material .section-kicker {
  text-transform: uppercase;
}

body.home-page .lead {
  margin: 16px auto 0;
  max-width: 640px;
  color: var(--text);
  font-size: 16px;
  text-align: center;
}

body.home-page .section {
  position: relative;
  padding: 104px 0;
}

body.home-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.home-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.home-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.home-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.home-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.home-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.home-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.home-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.home-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.home-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.home-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.home-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.home-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.home-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.home-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
}

body.home-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.home-page .menu-eyebrow {
  display: none;
}

body.home-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.home-page .main-nav a:hover,
body.home-page .main-nav a:focus-visible {
  color: var(--text);
}

body.home-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  transform: translateY(40px);
}

body.home-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.home-page .btn:hover,
body.home-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.home-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.home-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.home-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.home-page .hero {
  padding: 64px 0 0;
  text-align: center;
}

body.home-page .hero-shell {
  position: relative;
  padding: 0;
}

body.home-page .hero-badge {
  display: none;
}

body.home-page .hero-copy {
  position: relative;
  z-index: 1;
}

body.home-page .hero-copy .section-title {
  letter-spacing: 0.02em;
  font-size: clamp(48px, 6.4vw, 72px);
  line-height: 1.02;
}

body.home-page .hero-copy p {
  display: none;
}

body.home-page .hero-tooth {
  display: none;
}

body.home-page .hero-products {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  align-items: center;
  max-width: 980px;
  margin: 20px auto 0;
}

body.home-page .product-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  width: 100%;
  max-width: 240px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  justify-self: center;
  opacity: 0;
  transform: translateY(34px) scale(0.88) rotate(-5deg);
  filter: blur(12px);
  animation: productReveal 980ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.home-page .product-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

body.home-page .product-card:nth-child(2) img {
  max-height: 200px;
}

body.home-page .product-card:nth-child(3) img {
  max-height: 190px;
}

body.home-page .product-card:nth-child(1) {
  animation-delay: 120ms;
}

body.home-page .product-card:nth-child(2) {
  animation-delay: 260ms;
}

body.home-page .product-card:nth-child(3) {
  animation-delay: 400ms;
}

@keyframes productReveal {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.88) rotate(-5deg);
    filter: blur(12px);
  }

  48% {
    opacity: 1;
    transform: translateY(-10px) scale(1.035) rotate(1.5deg);
    filter: blur(0);
  }

  72% {
    opacity: 1;
    transform: translateY(4px) scale(0.992) rotate(-0.8deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

body.home-page .split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(28px, 3.6vw, 48px);
  align-items: center;
}

body.home-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
}

body.home-page #fraesen {
  padding-top: 60px;
}

body.home-page #workflow {
  padding-top: 20px;
}

body.home-page #service {
  padding-top: 0;
}

body.home-page #material {
  padding-top: 0;
}

body.home-page #kontakt {
  padding-top: 50px;
  padding-bottom: 86px;
}

body.home-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.home-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.home-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.home-page .portrait-panel {
  position: relative;
  min-height: 564px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.home-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 940px;
  max-width: none;
  height: auto;
  transform: translate(-220px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.home-page .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.home-page .copy p:last-of-type {
  margin-bottom: 26px;
}

body.home-page .workflow-head {
  text-align: center;
  width: min(882px, 100%);
  margin: 0 auto 34px;
}

body.home-page .workflow-intro-strong {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--text);
}

body.home-page .workflow-intro-copy {
  margin: 0 auto;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}

body.home-page .workflow-board {
  position: relative;
  width: min(882px, 100%);
  margin: 0 auto;
  min-height: 394px;
  border-radius: 42px;
  border: 1px solid rgba(43, 43, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(26, 35, 38, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 26px 24px;
}

body.home-page .workflow-graphic {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  height: auto;
}

body.home-page .workflow-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home-page .workflow-board::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.34)),
    linear-gradient(90deg, rgba(0, 235, 235, 0.08), rgba(43, 43, 42, 0.08));
  pointer-events: none;
}

body.home-page .workflow-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.78;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.home-page .workflow-play:hover,
body.home-page .workflow-play:focus-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.04);
}

body.home-page .workflow-play img {
  width: 100%;
  height: 100%;
  display: block;
}

body.home-page .workflow-play:not(.is-paused)::before,
body.home-page .workflow-play:not(.is-paused)::after {
  content: "";
  position: absolute;
  top: 29%;
  bottom: 29%;
  width: 10px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(26, 35, 38, 0.16);
}

body.home-page .workflow-play:not(.is-paused)::before {
  left: 33%;
}

body.home-page .workflow-play:not(.is-paused)::after {
  right: 33%;
}

body.home-page .workflow-play:not(.is-paused) img {
  opacity: 0;
}

body.home-page .service-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  align-items: end;
}

body.home-page .service-copy {
  min-width: 0;
  align-self: center;
  padding-bottom: 0;
}

body.home-page .service-copy .copy {
  max-width: 352px;
}

body.home-page .service-copy .copy p {
  color: var(--text);
}

body.home-page .service-title {
  margin: 0 0 20px;
  font-size: clamp(25px, 3.2vw, 25px);
  line-height: 1.35;
  font-weight: 500;
  color: var(--accent-dark);
  max-width: 360px;
}

body.home-page .service-visual {
  min-width: 0;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 50px));
}

body.home-page .service-graphic {
  display: block;
  width: 728px;
  max-width: none;
  min-height: 620px;
  height: auto;
}

body.home-page .material-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.home-page .material-head {
  width: min(882px, 100%);
  margin: 0 auto 30px;
  text-align: center;
}

body.home-page .material-head .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.home-page .material-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(882px, 100%);
  margin: 0 auto 28px;
}

body.home-page .material-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #19d7df;
  color: var(--text);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.home-page .material-tab:hover {
  transform: translateY(-1px);
  background: #12d2db;
}

body.home-page .material-tab.is-active {
  background: #00bcc8;
  color: var(--text);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.06),
    0 8px 18px rgba(0, 207, 212, 0.18);
}

body.home-page .material-tab img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
}

body.home-page .material-stage {
  width: 100%;
  background: #ffffff;
  box-shadow:
    0 -18px 30px rgba(26, 35, 38, 0.05),
    0 22px 40px rgba(26, 35, 38, 0.08);
  padding: 20px 44px 10px;
}

body.home-page .material-panel[hidden] {
  display: none;
}

body.home-page .materials {
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

body.home-page .materials details {
  border-bottom: 1px solid var(--line);
}

body.home-page .materials summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}

body.home-page .material-summary-copy {
  display: grid;
  gap: 1px;
}

body.home-page .material-summary-title {
  color: var(--text);
  line-height: 1.35;
}

body.home-page .material-summary-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text);
}

body.home-page .materials summary::-webkit-details-marker {
  display: none;
}

body.home-page .materials summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 400;
  color: var(--accent-dark);
}

body.home-page .materials details[open] summary::after {
  content: "-";
}

body.home-page .material-body {
  padding: 0 0 24px;
  color: var(--text);
}

body.home-page .material-body ul {
  margin: 12px 0 0 20px;
  padding: 0;
}

body.home-page .contact-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  position: relative;
  z-index: 1;
}

body.home-page #kontakt {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.home-page .contact-form {
  display: grid;
  gap: 18px;
}

body.home-page .contact-form input,
body.home-page .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(43, 43, 42, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 15px 28px;
  outline: none;
  box-shadow: 0 4px 16px rgba(26, 35, 38, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.home-page .contact-form input:focus,
body.home-page .contact-form textarea:focus {
  border-color: rgba(0, 207, 212, 0.65);
  box-shadow:
    0 0 0 4px rgba(0, 235, 235, 0.12),
    0 4px 16px rgba(26, 35, 38, 0.08);
}

body.home-page .contact-form textarea {
  min-height: 262px;
  border-radius: 36px;
  resize: vertical;
}

body.home-page .form-status {
  display: none;
  border-radius: 18px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text);
  background: rgba(0, 207, 212, 0.11);
  border: 1px solid rgba(0, 207, 212, 0.22);
}

body.home-page .form-status.is-visible {
  display: block;
}

body.home-page .form-status.is-error {
  background: rgba(190, 43, 43, 0.08);
  border-color: rgba(190, 43, 43, 0.2);
}

body.home-page .form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.home-page .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.45;
  max-width: 430px;
}

body.home-page .checkbox input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  padding: 0;
  border-radius: 999px;
  appearance: none;
  border: 1.5px solid rgba(43, 43, 42, 0.55);
  background: #ffffff;
  box-shadow: none;
  flex-shrink: 0;
}

body.home-page .checkbox input:checked {
  border-color: var(--accent-dark);
  background:
    radial-gradient(circle at center, var(--accent-dark) 0 42%, transparent 44%);
}

body.home-page .contact-copy {
  padding-top: 2px;
}

body.home-page .contact-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.35vw, 25px);
  line-height: 1.24;
  font-weight: 500;
  max-width: 260px;
}

body.home-page .contact-copy p {
  margin: 0 0 26px;
  max-width: 330px;
  color: var(--text);
}

body.home-page .contact-copy .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-inline: 18px;
}

body.home-page .contact-copy .btn:last-child {
  margin-right: 0;
}

body.home-page .contact-meta {
  display: none;
}

body.home-page .contact-tooth,
body.home-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.home-page .contact-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.home-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.home-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.home-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.home-page .footer-brand img {
  width: 100%;
}

body.home-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.home-page .footer-copy p {
  margin: 0 0 22px;
}

body.home-page .footer-email {
  white-space: nowrap;
}

@media (min-width: 1200px) {
body.home-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

body.home-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.home-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home-page .footer-col li + li {
  margin-top: 18px;
}

body.home-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.home-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.home-page .footer-col a:hover,
body.home-page .footer-col a:focus-visible {
  opacity: 1;
}

body.home-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1121px) {
body.home-page .header-panel {
    position: static;
    inset: auto;
    z-index: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 38px;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
    transform: none;
  }

body.home-page .header-actions {
    align-self: start;
    margin-top: 40px;
    transform: none;
  }

body.home-page .main-nav {
    align-self: end;
  }

body.home-page .menu-eyebrow {
    display: none;
  }



}

@media (max-width: 1120px) {
body.home-page .site-header {
    position: sticky;
    top: 0;
  }

body.home-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.home-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.home-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.home-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.home-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.home-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.home-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.home-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.home-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.home-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.home-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    transform: none;
    flex-direction: column;
    align-items: stretch;
  }

body.home-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.home-page .btn {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }

body.home-page .btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

body.home-page .split,
body.home-page .contact-shell,
body.home-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.home-page .hero {
    padding: 56px 0 0;
  }

body.home-page .hero-copy .section-title {
    font-size: clamp(42px, 8vw, 58px);
    line-height: 1;
  }

body.home-page .hero-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    max-width: 720px;
    margin-top: 18px;
  }

body.home-page .product-card {
    min-height: 170px;
    max-width: 180px;
  }

body.home-page .product-card img {
    max-height: 160px;
  }

body.home-page .product-card:nth-child(2) img {
    max-height: 150px;
  }

body.home-page .product-card:nth-child(3) img {
    max-height: 148px;
  }

body.home-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.home-page .contact-shell,
body.home-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.home-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.home-page .feature-copy {
    align-self: center;
  }

body.home-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.home-page .portrait-panel {
    min-height: 460px;
  }

body.home-page .feature-composite {
    width: 780px;
    transform: translate(-132px, -50%);
  }

body.home-page .workflow-callout,
body.home-page .contact-copy {
    max-width: none;
  }

body.home-page .workflow-board {
    min-height: 420px;
  }

body.home-page .service-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    gap: 14px;
    align-items: center;
  }

body.home-page .service-copy .copy {
    max-width: 348px;
  }

body.home-page .service-copy {
    padding-bottom: 0;
    align-self: center;
    padding-left: 18px;
  }

body.home-page .service-title {
    max-width: 360px;
  }

body.home-page .service-visual {
    transform: translateX(24px);
    justify-self: end;
  }

body.home-page .service-graphic {
    width: 600px;
    max-width: none;
    min-height: 0;
    margin-right: -60px;
  }

body.home-page .material-stage {
    padding-left: 28px;
    padding-right: 28px;
  }

body.home-page .contact-copy h2,
body.home-page .contact-copy p {
    max-width: none;
  }

body.home-page .contact-tooth,
body.home-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.home-page .contact-tooth {
    display: none;
  }

body.home-page .footer-tooth {
    top: auto;
    bottom: -55px;
    opacity: 1;
    filter: brightness(1.8) saturate(0.45);
  }



}

@media (max-width: 900px) {
body.home-page .contact-tooth,
body.home-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.home-page .contact-tooth {
    display: none;
  }

body.home-page .footer-tooth {
    top: auto;
    bottom: -24px;
    opacity: 1;
    filter: brightness(1.72) saturate(0.45);
  }

body.home-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: 18px;
  }

body.home-page .feature-visual {
    transform: translateX(-56px);
  }

body.home-page .portrait-panel {
    min-height: 380px;
  }

body.home-page .feature-composite {
    width: 640px;
    transform: translate(-88px, -50%);
  }

body.home-page .feature-copy .copy {
    max-width: 100%;
  }

body.home-page .service-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
    gap: 12px;
  }

body.home-page .service-copy {
    padding-left: 14px;
  }

body.home-page .service-copy .copy {
    max-width: 320px;
  }

body.home-page .service-visual {
    transform: translateX(12px);
  }

body.home-page .service-graphic {
    width: min(150%, 820px);
  }



}

@media (max-width: 760px) {
body.home-page .section {
    padding: 76px 0;
  }

body.home-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.home-page .brand {
    width: 98px;
    height: 48px;
  }

body.home-page .header-panel {
    padding: 92px 20px 24px;
  }

body.home-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.home-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.home-page #fraesen {
    padding-top: 28px;
  }

body.home-page .feature-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

body.home-page .feature-visual {
    transform: none;
  }

body.home-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
  }

body.home-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(146vw, 640px);
    max-width: none;
    transform: none;
    margin: -12px 0 0 -44px;
  }

body.home-page .feature-copy {
    align-self: start;
  }

body.home-page .service-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 22px;
  }

body.home-page .contact-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 28px;
  }

body.home-page .service-copy {
    align-self: start;
  }

body.home-page .service-title,
body.home-page .service-copy .copy {
    max-width: none;
  }

body.home-page .service-visual {
    transform: none;
    justify-self: start;
  }

body.home-page .contact-copy {
    order: 1;
    padding-top: 0;
  }

body.home-page .contact-form-panel {
    order: 2;
  }

body.home-page .hero {
    padding: 44px 0 0;
  }

body.home-page .hero-shell {
    padding: 0;
  }

body.home-page .hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
    letter-spacing: 0.01em;
  }

body.home-page .product-card {
    min-height: 0;
    max-width: 112px;
  }

body.home-page .hero-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 340px;
    align-items: end;
    gap: 14px;
    margin-top: 16px;
  }

body.home-page .product-card img {
    max-height: 92px;
  }

body.home-page .product-card:nth-child(2) img {
    max-height: 102px;
  }

body.home-page .product-card:nth-child(3) img {
    max-height: 82px;
  }

body.home-page .workflow-board,
body.home-page .workflow-intro-copy {
    max-width: 100%;
  }

body.home-page .workflow-board {
    min-height: 280px;
  }

body.home-page .workflow-graphic {
    width: min(100%, 360px);
  }

body.home-page .workflow-play {
    width: 66px;
    height: 66px;
  }

body.home-page .service-graphic {
    width: min(112vw, 640px);
    max-width: none;
    margin: -40px 0 12px;
  }

body.home-page .material-tabs {
    gap: 10px;
  }

body.home-page .material-tab {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

body.home-page .material-tab img {
    width: 18px;
    height: 18px;
  }

body.home-page .material-stage {
    padding: 12px 20px 6px;
  }

body.home-page .materials summary {
    padding: 20px 0;
    font-size: 14px;
  }

body.home-page .contact-form {
    gap: 14px;
  }

body.home-page .contact-form input,
body.home-page .contact-form textarea {
    padding: 14px 20px;
  }

body.home-page .contact-form textarea {
    min-height: 220px;
    border-radius: 28px;
  }

body.home-page .checkbox {
    max-width: none;
  }

body.home-page .checkbox input {
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 999px;
  }

body.home-page .site-footer {
    padding: 48px 0 120px;
  }

body.home-page .contact-tooth,
body.home-page .footer-tooth {
    width: 280px;
    height: auto;
    max-width: 62vw;
  }

body.home-page .contact-tooth {
    display: none;
  }

body.home-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    opacity: 1;
    filter: brightness(1.65) saturate(0.45);
  }

body.home-page .footer-col h3 {
    font-size: 22px;
  }



}

@media (prefers-reduced-motion: reduce) {
body.home-page .product-card {
    animation: none;
  }

body.home-page .product-card {
    opacity: 1;
    transform: none;
    filter: none;
  }

body.home-page .header-panel,
body.home-page .nav-toggle-line {
    transition: none;
  }



}


/* leistungen.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.leistungen-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.leistungen-page.menu-open {
  overflow: hidden;
}

body.leistungen-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(0, 235, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.leistungen-page img {
  display: block;
  max-width: 100%;
}

body.leistungen-page a {
  color: inherit;
  text-decoration: none;
}

body.leistungen-page button,
body.leistungen-page input,
body.leistungen-page textarea {
  font: inherit;
}

body.leistungen-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.leistungen-page .section {
  position: relative;
  padding: 104px 0;
}

body.leistungen-page #produkte {
  padding-top: 10px;
  background: #ffffff;
}

body.leistungen-page #workflow {
  padding-top: 50px;
  background: #ffffff;
}

body.leistungen-page #technik {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.leistungen-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.leistungen-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.leistungen-page .section-kicker {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
}

body.leistungen-page .lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
}

body.leistungen-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.leistungen-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.leistungen-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.leistungen-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.leistungen-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.leistungen-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.leistungen-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.leistungen-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.leistungen-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.leistungen-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.leistungen-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.leistungen-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.leistungen-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.leistungen-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.leistungen-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 38px;
}

body.leistungen-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.leistungen-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.leistungen-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.leistungen-page .main-nav a.is-current {
  color: var(--accent-dark);
}

body.leistungen-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 40px;
}

body.leistungen-page .menu-eyebrow {
  display: none;
}

body.leistungen-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.leistungen-page .btn:hover,
body.leistungen-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.leistungen-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.leistungen-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.leistungen-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.leistungen-page .page-hero {
  padding: 58px 0 30px;
  background: #ffffff;
}

body.leistungen-page .page-hero-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: start;
}

body.leistungen-page .page-hero-copy {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
  align-self: start;
}

body.leistungen-page .page-hero-copy .section-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

body.leistungen-page .page-hero-copy p {
  margin: 18px 0 0;
  max-width: 100%;
}

body.leistungen-page .page-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  margin-top: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 36px));
}

body.leistungen-page .page-hero-visual::after {
  content: none;
}

body.leistungen-page .page-hero-graphic {
  position: relative;
  z-index: 0;
  width: 760px;
  max-width: none;
  transform: none;
}

body.leistungen-page .hero-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(560px, 100%);
  margin: -56px auto 0;
  position: relative;
  z-index: 1;
}

body.leistungen-page .hero-product {
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.leistungen-page .hero-product img {
  max-height: 86px;
  width: auto;
}

body.leistungen-page .content-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.leistungen-page .section-head {
  margin-bottom: 30px;
}

body.leistungen-page .section-head p {
  margin: 0;
  max-width: 620px;
  color: var(--text);
}

body.leistungen-page .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.leistungen-page .product-card {
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.leistungen-page .product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #18d6df;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 214, 223, 0.22);
}

body.leistungen-page .product-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.leistungen-page .product-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--accent-dark);
}

body.leistungen-page .product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.leistungen-page .product-card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.leistungen-page .product-card-list li + li {
  margin-top: 8px;
}

body.leistungen-page .product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18d6df;
}

body.leistungen-page .workflow-shell {
  display: grid;
  gap: 104px;
}

body.leistungen-page .workflow-intro {
  margin: 0;
  max-width: 560px;
}

body.leistungen-page .workflow-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
  padding-top: 10px;
}

body.leistungen-page .workflow-process::before {
  content: "";
  position: absolute;
  left: 44px;
  right: calc((100% - 78px) / 4 - 44px);
  top: 87px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(24, 214, 223, 0.16) 0%,
    rgba(24, 214, 223, 0.78) 50%,
    rgba(24, 214, 223, 0.16) 100%
  );
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.45s ease;
}

body.leistungen-page .workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.56s ease, transform 0.56s ease;
}

body.leistungen-page .workflow-step-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.leistungen-page .workflow-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 235, 235, 0.16), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(24, 214, 223, 0.18);
  box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.62s ease, box-shadow 0.62s ease;
}

body.leistungen-page .workflow-step-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: var(--accent-dark);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.leistungen-page .workflow-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--accent-dark);
}

body.leistungen-page .workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 220px;
}

body.leistungen-page .workflow-step-note {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
}

body.leistungen-page .workflow-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  gap: 42px;
  padding: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

body.leistungen-page .workflow-trust-content {
  display: grid;
  gap: 28px;
  align-content: start;
}

body.leistungen-page .workflow-trust-head {
  display: grid;
  gap: 18px;
  align-items: start;
}

body.leistungen-page .workflow-trust-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.leistungen-page .workflow-trust-head h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--accent-dark);
}

body.leistungen-page .workflow-trust-head p {
  margin: 0;
  max-width: 540px;
}

body.leistungen-page .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
  white-space: normal;
}

body.leistungen-page .workflow-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.leistungen-page .workflow-trust-item {
  padding-top: 18px;
  border-top: 1px solid rgba(43, 43, 42, 0.08);
}

body.leistungen-page .workflow-trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
}

body.leistungen-page .workflow-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.leistungen-page .workflow-partner-note {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

body.leistungen-page .workflow-trust-visual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

body.leistungen-page .workflow-trust-graphic {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

body.leistungen-page .workflow-trust-graphic .trust-shadow {
  fill: rgba(43, 43, 42, 0.08);
}

body.leistungen-page .workflow-trust-graphic .trust-frame,
body.leistungen-page .workflow-trust-graphic .trust-gear,
body.leistungen-page .workflow-trust-graphic .trust-chip {
  fill: rgba(0, 207, 212, 0.16);
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.leistungen-page .workflow-trust-graphic .trust-line,
body.leistungen-page .workflow-trust-graphic .trust-node {
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.leistungen-page .workflow-trust-graphic .trust-node-fill {
  fill: var(--accent-dark);
}

body.leistungen-page .workflow-shell.is-visible .workflow-process::before {
  transform: scaleX(1);
  opacity: 1;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step,
body.leistungen-page .workflow-shell.is-visible .workflow-trust-panel {
  opacity: 1;
  transform: translateY(0);
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(1) {
  transition-delay: 0.12s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(2) {
  transition-delay: 0.2s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(3) {
  transition-delay: 0.28s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(4) {
  transition-delay: 0.36s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(1) .workflow-step-icon {
  transition-delay: 0.16s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(2) .workflow-step-icon {
  transition-delay: 0.24s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(3) .workflow-step-icon {
  transition-delay: 0.32s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step:nth-child(4) .workflow-step-icon {
  transition-delay: 0.4s;
}

body.leistungen-page .workflow-shell.is-visible .workflow-step .workflow-step-icon {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 35, 38, 0.1);
}

body.leistungen-page .workflow-shell.is-visible .workflow-trust-panel {
  transition-delay: 0.46s;
}

body.leistungen-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
  padding-bottom: 100px;
}

body.leistungen-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.leistungen-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.leistungen-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.leistungen-page .portrait-panel {
  position: relative;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 54px;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.leistungen-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 790px;
  max-width: none;
  height: auto;
  transform: translate(-170px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.leistungen-page .feature-copy .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.leistungen-page .feature-copy .copy p:last-of-type {
  margin-bottom: 26px;
}

body.leistungen-page .cta-section {
  padding-top: 20px;
  padding-bottom: 94px;
  background: #ffffff;
}

body.leistungen-page .cta-card {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 40px;
  border-radius: 38px;
  background: #18d6df;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.leistungen-page .cta-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

body.leistungen-page .cta-card p {
  margin: 0;
  max-width: 520px;
  color: #ffffff;
}

body.leistungen-page .cta-card .btn-primary {
  background: #ffffff;
  color: #18d6df;
  box-shadow: none;
}

body.leistungen-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.leistungen-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.leistungen-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.leistungen-page .footer-brand img {
  width: 100%;
}

body.leistungen-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.leistungen-page .footer-copy p {
  margin: 0 0 22px;
}

body.leistungen-page .footer-email {
  white-space: nowrap;
}

body.leistungen-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.leistungen-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.leistungen-page .footer-col li + li {
  margin-top: 18px;
}

body.leistungen-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.leistungen-page .tech-tooth,
body.leistungen-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.leistungen-page .tech-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.leistungen-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.leistungen-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1200px) {
body.leistungen-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

@media (max-width: 1120px) {
body.leistungen-page .site-header {
    position: sticky;
    top: 0;
  }

body.leistungen-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.leistungen-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.leistungen-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.leistungen-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.leistungen-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.leistungen-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.leistungen-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.leistungen-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.leistungen-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.leistungen-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.leistungen-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

body.leistungen-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.leistungen-page .page-hero {
    padding: 46px 0 18px;
  }

body.leistungen-page .page-hero-shell,
body.leistungen-page .cta-card,
body.leistungen-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.leistungen-page .page-hero-copy,
body.leistungen-page .workflow-intro {
    max-width: none;
  }

body.leistungen-page .page-hero-visual {
    min-height: 380px;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 24px;
  }

body.leistungen-page .page-hero-copy {
    margin: 0 auto;
    text-align: center;
  }

body.leistungen-page .page-hero-graphic {
    width: min(100%, 760px);
  }

body.leistungen-page .content-shell,
body.leistungen-page .cta-card,
body.leistungen-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.leistungen-page .workflow-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

body.leistungen-page .workflow-process::before {
    display: none;
  }

body.leistungen-page .workflow-trust-panel,
body.leistungen-page .workflow-trust-head,
body.leistungen-page .workflow-trust-grid {
    grid-template-columns: 1fr;
  }

body.leistungen-page .workflow-trust-head {
    gap: 16px;
  }

body.leistungen-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.leistungen-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.leistungen-page .feature-copy {
    align-self: center;
  }

body.leistungen-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.leistungen-page .portrait-panel {
    min-height: 404px;
    padding-bottom: 42px;
  }

body.leistungen-page .feature-composite {
    width: 680px;
    transform: translate(-108px, -50%);
  }

body.leistungen-page .tech-tooth,
body.leistungen-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.leistungen-page .tech-tooth {
    display: none;
  }

body.leistungen-page .footer-tooth {
    bottom: -55px;
  }



}

@media (max-width: 900px) {
body.leistungen-page .tech-tooth,
body.leistungen-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.leistungen-page .tech-tooth {
    display: none;
  }

body.leistungen-page .footer-tooth {
    bottom: -24px;
    filter: brightness(1.72) saturate(0.45);
  }



}

@media (max-width: 760px) {
body.leistungen-page .section {
    padding: 62px 0;
  }

body.leistungen-page #produkte {
    padding-top: 44px;
    padding-bottom: 62px;
  }

body.leistungen-page #fertigung {
    padding: 62px 0;
    background: #f7fbfb;
    border-top: 1px solid rgba(43, 43, 42, 0.06);
    border-bottom: 1px solid rgba(43, 43, 42, 0.06);
  }

body.leistungen-page #technik {
    padding: 58px 0 68px;
  }

body.leistungen-page .cta-section {
    padding: 48px 0 54px;
  }

body.leistungen-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.leistungen-page .brand {
    width: 98px;
    height: 48px;
  }

body.leistungen-page .header-panel {
    padding: 92px 20px 24px;
  }

body.leistungen-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.leistungen-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.leistungen-page .page-hero {
    padding: 30px 0 24px;
  }

body.leistungen-page .page-hero-shell {
    width: min(100%, calc(100% - 32px));
    gap: 14px;
  }

body.leistungen-page .page-hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

body.leistungen-page .page-hero-visual {
    min-height: 0;
    justify-content: flex-end;
    justify-self: stretch;
    transform: none;
    margin-top: 26px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

body.leistungen-page .page-hero-graphic {
    width: min(112vw, 500px);
    max-width: none;
    margin: -8px -28px 0 0;
  }

body.leistungen-page .section-head {
    margin-bottom: 22px;
  }

body.leistungen-page .section-head p,
body.leistungen-page .lead {
    font-size: 15px;
    line-height: 1.58;
  }

body.leistungen-page .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

body.leistungen-page .hero-products {
    max-width: 340px;
    gap: 12px;
    margin-top: -28px;
  }

body.leistungen-page .hero-product {
    min-height: 92px;
    padding: 12px 10px;
  }

body.leistungen-page .hero-product img {
    max-height: 66px;
  }

body.leistungen-page .content-shell,
body.leistungen-page .cta-card,
body.leistungen-page .footer-grid {
    width: min(100%, calc(100% - 32px));
  }

body.leistungen-page .product-card {
    padding: 22px 20px 20px;
    border-radius: 24px;
  }

body.leistungen-page .product-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

body.leistungen-page .product-card-icon svg {
    width: 25px;
    height: 25px;
  }

body.leistungen-page .product-card h3 {
    margin-top: 16px;
    font-size: 20px;
  }

body.leistungen-page .workflow-process {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }

body.leistungen-page .workflow-step {
    padding-left: 28px;
  }

body.leistungen-page .workflow-step::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 34px;
    bottom: -26px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(24, 214, 223, 0.18) 0%,
      rgba(24, 214, 223, 0.72) 50%,
      rgba(24, 214, 223, 0.08) 100%
    );
  }

body.leistungen-page .workflow-step:last-child::before {
    display: none;
  }

body.leistungen-page .workflow-step-label {
    margin-bottom: 12px;
  }

body.leistungen-page .workflow-step-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    border-radius: 24px;
  }

body.leistungen-page .workflow-step-icon svg {
    width: 30px;
    height: 30px;
  }

body.leistungen-page .workflow-step h3 {
    font-size: 20px;
  }

body.leistungen-page .workflow-step p {
    max-width: none;
  }

body.leistungen-page .workflow-step-note {
    padding: 8px 12px;
  }

body.leistungen-page .workflow-trust-panel {
    gap: 28px;
  }

body.leistungen-page .workflow-trust-content {
    gap: 22px;
  }

body.leistungen-page .workflow-trust-graphic {
    max-width: 320px;
  }

body.leistungen-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 0;
  }

body.leistungen-page .feature-visual {
    transform: none;
  }

body.leistungen-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
    padding-bottom: 0;
  }

body.leistungen-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(112vw, 500px);
    max-width: none;
    transform: none;
    margin: -8px 0 0 -28px;
  }

body.leistungen-page .feature-copy {
    align-self: start;
  }

body.leistungen-page .feature-copy .copy {
    max-width: none;
  }

body.leistungen-page .feature-copy .copy p {
    margin-bottom: 14px;
  }

body.leistungen-page .feature-copy .copy p:last-of-type {
    margin-bottom: 22px;
  }

body.leistungen-page .cta-card {
    padding: 28px 22px;
    gap: 20px;
    border-radius: 28px;
  }

body.leistungen-page .site-footer {
    padding: 48px 0 120px;
  }

body.leistungen-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    width: 280px;
    height: auto;
    max-width: 62vw;
    filter: brightness(1.65) saturate(0.45);
  }

body.leistungen-page .footer-col h3 {
    font-size: 22px;
  }



}

@media (prefers-reduced-motion: reduce) {
body.leistungen-page .header-panel,
body.leistungen-page .nav-toggle-line,
body.leistungen-page .btn,
body.leistungen-page .workflow-process::before,
body.leistungen-page .workflow-step,
body.leistungen-page .workflow-step-icon,
body.leistungen-page .workflow-trust-panel {
    transition: none;
  }

body.leistungen-page .workflow-process::before,
body.leistungen-page .workflow-step,
body.leistungen-page .workflow-trust-panel {
    opacity: 1;
    transform: none;
  }

body.leistungen-page .workflow-step-icon {
    transform: none;
    box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  }



}



/* service.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.service-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.service-page.menu-open {
  overflow: hidden;
}

body.service-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(0, 235, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.service-page img {
  display: block;
  max-width: 100%;
}

body.service-page a {
  color: inherit;
  text-decoration: none;
}

body.service-page button,
body.service-page input,
body.service-page textarea {
  font: inherit;
}

body.service-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.service-page .section {
  position: relative;
  padding: 104px 0;
}

body.service-page #servicebereiche {
  padding-top: 10px;
  background: #ffffff;
}

body.service-page #workflow {
  padding-top: 50px;
  background: #ffffff;
}

body.service-page #technik {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.service-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.service-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.service-page .section-kicker {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
}

body.service-page .lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
}

body.service-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.service-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.service-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.service-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.service-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.service-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.service-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.service-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.service-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.service-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.service-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.service-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.service-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.service-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.service-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 38px;
}

body.service-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.service-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.service-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.service-page .main-nav a.is-current {
  color: var(--accent-dark);
}

body.service-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 40px;
}

body.service-page .menu-eyebrow {
  display: none;
}

body.service-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.service-page .btn:hover,
body.service-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.service-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.service-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.service-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.service-page .page-hero {
  padding: 58px 0 30px;
  background: #ffffff;
}

body.service-page .page-hero-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: start;
}

body.service-page .page-hero-copy {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
  align-self: start;
}

body.service-page .page-hero-copy .section-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

body.service-page .page-hero-copy p {
  margin: 18px 0 0;
  max-width: 100%;
}

body.service-page .page-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  margin-top: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 36px));
}

body.service-page .page-hero-visual::after {
  content: none;
}

body.service-page .page-hero-graphic {
  position: relative;
  z-index: 0;
  width: 760px;
  max-width: none;
  transform: none;
}

body.service-page .hero-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(560px, 100%);
  margin: -56px auto 0;
  position: relative;
  z-index: 1;
}

body.service-page .hero-product {
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.service-page .hero-product img {
  max-height: 86px;
  width: auto;
}

body.service-page .content-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.service-page .section-head {
  margin-bottom: 30px;
}

body.service-page .section-head p {
  margin: 0;
  max-width: 620px;
  color: var(--text);
}

body.service-page .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.service-page .product-card {
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.service-page .product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #18d6df;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 214, 223, 0.22);
}

body.service-page .product-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.service-page .product-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--accent-dark);
}

body.service-page .product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.service-page .product-card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.service-page .product-card-list li + li {
  margin-top: 8px;
}

body.service-page .product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18d6df;
}

body.service-page .workflow-shell {
  display: grid;
  gap: 104px;
}

body.service-page .workflow-intro {
  margin: 0;
  max-width: 560px;
}

body.service-page .workflow-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
  padding-top: 10px;
}

body.service-page .workflow-process::before {
  content: "";
  position: absolute;
  left: 44px;
  right: calc((100% - 78px) / 4 - 44px);
  top: 87px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(24, 214, 223, 0.16) 0%,
    rgba(24, 214, 223, 0.78) 50%,
    rgba(24, 214, 223, 0.16) 100%
  );
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.45s ease;
}

body.service-page .workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.56s ease, transform 0.56s ease;
}

body.service-page .workflow-step-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.service-page .workflow-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 235, 235, 0.16), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(24, 214, 223, 0.18);
  box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.62s ease, box-shadow 0.62s ease;
}

body.service-page .workflow-step-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: var(--accent-dark);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.service-page .workflow-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--accent-dark);
}

body.service-page .workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 220px;
}

body.service-page .workflow-step-note {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
}

body.service-page .workflow-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  gap: 42px;
  padding: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

body.service-page .workflow-trust-content {
  display: grid;
  gap: 28px;
  align-content: start;
}

body.service-page .workflow-trust-head {
  display: grid;
  gap: 18px;
  align-items: start;
}

body.service-page .workflow-trust-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.service-page .workflow-trust-head h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--accent-dark);
}

body.service-page .workflow-trust-head p {
  margin: 0;
  max-width: 540px;
}

body.service-page .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
  white-space: normal;
}

body.service-page .workflow-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.service-page .workflow-trust-item {
  padding-top: 18px;
  border-top: 1px solid rgba(43, 43, 42, 0.08);
}

body.service-page .workflow-trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
}

body.service-page .workflow-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.service-page .workflow-partner-note {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

body.service-page .workflow-trust-visual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

body.service-page .workflow-trust-graphic {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

body.service-page .workflow-trust-graphic .trust-shadow {
  fill: rgba(43, 43, 42, 0.08);
}

body.service-page .workflow-trust-graphic .trust-frame,
body.service-page .workflow-trust-graphic .trust-gear,
body.service-page .workflow-trust-graphic .trust-chip {
  fill: rgba(0, 207, 212, 0.16);
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.service-page .workflow-trust-graphic .trust-line,
body.service-page .workflow-trust-graphic .trust-node {
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.service-page .workflow-trust-graphic .trust-node-fill {
  fill: var(--accent-dark);
}

body.service-page .workflow-shell.is-visible .workflow-process::before {
  transform: scaleX(1);
  opacity: 1;
}

body.service-page .workflow-shell.is-visible .workflow-step,
body.service-page .workflow-shell.is-visible .workflow-trust-panel {
  opacity: 1;
  transform: translateY(0);
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(1) {
  transition-delay: 0.12s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(2) {
  transition-delay: 0.2s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(3) {
  transition-delay: 0.28s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(4) {
  transition-delay: 0.36s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(1) .workflow-step-icon {
  transition-delay: 0.16s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(2) .workflow-step-icon {
  transition-delay: 0.24s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(3) .workflow-step-icon {
  transition-delay: 0.32s;
}

body.service-page .workflow-shell.is-visible .workflow-step:nth-child(4) .workflow-step-icon {
  transition-delay: 0.4s;
}

body.service-page .workflow-shell.is-visible .workflow-step .workflow-step-icon {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 35, 38, 0.1);
}

body.service-page .workflow-shell.is-visible .workflow-trust-panel {
  transition-delay: 0.46s;
}

body.service-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
  padding-bottom: 100px;
}

body.service-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.service-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.service-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.service-page .portrait-panel {
  position: relative;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 54px;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.service-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 790px;
  max-width: none;
  height: auto;
  transform: translate(-170px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.service-page .feature-copy .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.service-page .feature-copy .copy p:last-of-type {
  margin-bottom: 26px;
}

body.service-page .cta-section {
  padding-top: 20px;
  padding-bottom: 94px;
  background: #ffffff;
}

body.service-page .cta-card {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 40px;
  border-radius: 38px;
  background: #18d6df;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.service-page .cta-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

body.service-page .cta-card p {
  margin: 0;
  max-width: 520px;
  color: #ffffff;
}

body.service-page .cta-card .btn-primary {
  background: #ffffff;
  color: #18d6df;
  box-shadow: none;
}

body.service-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.service-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.service-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.service-page .footer-brand img {
  width: 100%;
}

body.service-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.service-page .footer-copy p {
  margin: 0 0 22px;
}

body.service-page .footer-email {
  white-space: nowrap;
}

body.service-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.service-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.service-page .footer-col li + li {
  margin-top: 18px;
}

body.service-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.service-page .tech-tooth,
body.service-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.service-page .tech-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.service-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.service-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1200px) {
body.service-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

@media (max-width: 1120px) {
body.service-page .site-header {
    position: sticky;
    top: 0;
  }

body.service-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.service-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.service-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.service-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.service-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.service-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.service-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.service-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.service-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.service-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.service-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

body.service-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.service-page .page-hero {
    padding: 46px 0 18px;
  }

body.service-page .page-hero-shell,
body.service-page .cta-card,
body.service-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.service-page .page-hero-copy,
body.service-page .workflow-intro {
    max-width: none;
  }

body.service-page .page-hero-visual {
    min-height: 380px;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 24px;
  }

body.service-page .page-hero-copy {
    margin: 0 auto;
    text-align: center;
  }

body.service-page .page-hero-graphic {
    width: min(100%, 760px);
  }

body.service-page .content-shell,
body.service-page .cta-card,
body.service-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.service-page .workflow-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

body.service-page .workflow-process::before {
    display: none;
  }

body.service-page .workflow-trust-panel,
body.service-page .workflow-trust-head,
body.service-page .workflow-trust-grid {
    grid-template-columns: 1fr;
  }

body.service-page .workflow-trust-head {
    gap: 16px;
  }

body.service-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.service-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.service-page .feature-copy {
    align-self: center;
  }

body.service-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.service-page .portrait-panel {
    min-height: 404px;
    padding-bottom: 42px;
  }

body.service-page .feature-composite {
    width: 680px;
    transform: translate(-108px, -50%);
  }

body.service-page .tech-tooth,
body.service-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.service-page .tech-tooth {
    display: none;
  }

body.service-page .footer-tooth {
    bottom: -55px;
  }



}

@media (max-width: 900px) {
body.service-page .tech-tooth,
body.service-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.service-page .tech-tooth {
    display: none;
  }

body.service-page .footer-tooth {
    bottom: -24px;
    filter: brightness(1.72) saturate(0.45);
  }



}

@media (max-width: 760px) {
body.service-page .section {
    padding: 76px 0;
  }

body.service-page #servicebereiche {
    padding-top: 52px;
  }

body.service-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.service-page .brand {
    width: 98px;
    height: 48px;
  }

body.service-page .header-panel {
    padding: 92px 20px 24px;
  }

body.service-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.service-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.service-page .page-hero {
    padding: 34px 0 8px;
  }

body.service-page .page-hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

body.service-page .page-hero-visual {
    min-height: 0;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 16px;
  }

body.service-page .page-hero-graphic {
    width: min(112vw, 560px);
    max-width: none;
    margin: 0 auto;
  }

body.service-page .product-grid {
    grid-template-columns: 1fr;
  }

body.service-page .hero-products {
    max-width: 340px;
    gap: 12px;
    margin-top: -28px;
  }

body.service-page .hero-product {
    min-height: 92px;
    padding: 12px 10px;
  }

body.service-page .hero-product img {
    max-height: 66px;
  }

body.service-page .content-shell,
body.service-page .cta-card,
body.service-page .footer-grid {
    width: min(100%, calc(100% - 48px));
  }

body.service-page .product-grid {
    grid-template-columns: 1fr;
  }

body.service-page .workflow-process {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }

body.service-page .workflow-step {
    padding-left: 28px;
  }

body.service-page .workflow-step::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 34px;
    bottom: -26px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(24, 214, 223, 0.18) 0%,
      rgba(24, 214, 223, 0.72) 50%,
      rgba(24, 214, 223, 0.08) 100%
    );
  }

body.service-page .workflow-step:last-child::before {
    display: none;
  }

body.service-page .workflow-step-label {
    margin-bottom: 12px;
  }

body.service-page .workflow-step-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    border-radius: 24px;
  }

body.service-page .workflow-step-icon svg {
    width: 30px;
    height: 30px;
  }

body.service-page .workflow-step h3 {
    font-size: 20px;
  }

body.service-page .workflow-step p {
    max-width: none;
  }

body.service-page .workflow-step-note {
    padding: 8px 12px;
  }

body.service-page .workflow-trust-panel {
    gap: 28px;
  }

body.service-page .workflow-trust-content {
    gap: 22px;
  }

body.service-page .workflow-trust-graphic {
    max-width: 320px;
  }

body.service-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: 18px;
  }

body.service-page .feature-visual {
    transform: translateX(-56px);
  }

body.service-page .portrait-panel {
    min-height: 330px;
    padding-bottom: 32px;
  }

body.service-page .feature-composite {
    width: 560px;
    transform: translate(-70px, -50%);
  }

body.service-page .feature-copy .copy {
    max-width: 100%;
  }

body.service-page .cta-card {
    padding: 30px 24px;
  }

body.service-page .site-footer {
    padding: 48px 0 120px;
  }

body.service-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    width: 280px;
    height: auto;
    max-width: 62vw;
    filter: brightness(1.65) saturate(0.45);
  }

body.service-page .footer-col h3 {
    font-size: 22px;
  }

body.service-page .feature-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

body.service-page .feature-visual {
    transform: none;
  }

body.service-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
    padding-bottom: 0;
  }

body.service-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(126vw, 540px);
    max-width: none;
    transform: none;
    margin: -12px 0 0 -44px;
  }

body.service-page .feature-copy {
    align-self: start;
  }

body.service-page .feature-copy .copy {
    max-width: none;
  }



}

@media (prefers-reduced-motion: reduce) {
body.service-page .header-panel,
body.service-page .nav-toggle-line,
body.service-page .btn,
body.service-page .workflow-process::before,
body.service-page .workflow-step,
body.service-page .workflow-step-icon,
body.service-page .workflow-trust-panel {
    transition: none;
  }

body.service-page .workflow-process::before,
body.service-page .workflow-step,
body.service-page .workflow-trust-panel {
    opacity: 1;
    transform: none;
  }

body.service-page .workflow-step-icon {
    transform: none;
    box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  }



}


/* materialien.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.materialien-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.materialien-page.menu-open {
  overflow: hidden;
}

body.materialien-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(0, 235, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.materialien-page img {
  display: block;
  max-width: 100%;
}

body.materialien-page a {
  color: inherit;
  text-decoration: none;
}

body.materialien-page button,
body.materialien-page input,
body.materialien-page textarea {
  font: inherit;
}

body.materialien-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.materialien-page .section {
  position: relative;
  padding: 104px 0;
}

body.materialien-page #materialien {
  padding-top: 10px;
  background: #ffffff;
}

body.materialien-page #technik {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.materialien-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.materialien-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.materialien-page .section-kicker {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
}

body.materialien-page .lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
}

body.materialien-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.materialien-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.materialien-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.materialien-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.materialien-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.materialien-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.materialien-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.materialien-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.materialien-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.materialien-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.materialien-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.materialien-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.materialien-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.materialien-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.materialien-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 38px;
}

body.materialien-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.materialien-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.materialien-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.materialien-page .main-nav a.is-current {
  color: var(--accent-dark);
}

body.materialien-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 40px;
}

body.materialien-page .menu-eyebrow {
  display: none;
}

body.materialien-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.materialien-page .btn:hover,
body.materialien-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.materialien-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.materialien-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.materialien-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.materialien-page .page-hero {
  padding: 58px 0 30px;
  background: #ffffff;
}

body.materialien-page .page-hero-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: start;
}

body.materialien-page .page-hero-copy {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
  align-self: start;
}

body.materialien-page .page-hero-copy .section-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

body.materialien-page .page-hero-copy p {
  margin: 18px 0 0;
  max-width: 100%;
}

body.materialien-page .page-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  margin-top: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 36px));
}

body.materialien-page .page-hero-visual::after {
  content: none;
}

body.materialien-page .page-hero-graphic {
  position: relative;
  z-index: 0;
  width: 760px;
  max-width: none;
  transform: none;
}

body.materialien-page .hero-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(560px, 100%);
  margin: -56px auto 0;
  position: relative;
  z-index: 1;
}

body.materialien-page .hero-product {
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.materialien-page .hero-product img {
  max-height: 86px;
  width: auto;
}

body.materialien-page .content-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.materialien-page .section-head {
  margin-bottom: 30px;
}

body.materialien-page .section-head p {
  margin: 0;
  max-width: 620px;
  color: var(--text);
}

body.materialien-page .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.materialien-page .product-card {
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.materialien-page .product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #18d6df;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 214, 223, 0.22);
}

body.materialien-page .product-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.materialien-page .product-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--accent-dark);
}

body.materialien-page .product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.materialien-page .product-card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.materialien-page .product-card-list li + li {
  margin-top: 8px;
}

body.materialien-page .product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18d6df;
}

body.materialien-page .material-detail-grid {
  display: grid;
  gap: 18px;
}

body.materialien-page .material-detail-card {
  padding: 30px 28px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.materialien-page .material-detail-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 600;
  color: var(--accent-dark);
}

body.materialien-page .material-meta {
  margin: 0 0 18px;
  color: var(--text);
  font-weight: 600;
  line-height: 1.45;
}

body.materialien-page .material-detail-card p {
  margin: 0;
  color: var(--muted);
}

body.materialien-page .material-detail-card p + .material-facts,
body.materialien-page .material-detail-card p + .material-columns {
  margin-top: 20px;
}

body.materialien-page .material-facts + .material-columns {
  margin-top: 10px;
}

body.materialien-page .material-facts,
body.materialien-page .material-columns {
  display: grid;
  gap: 18px;
}

body.materialien-page .material-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.materialien-page .material-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.materialien-page .material-fact,
body.materialien-page .material-list-block {
  padding: 18px;
  border-radius: 22px;
  background: rgba(0, 235, 235, 0.08);
}

body.materialien-page .material-fact strong,
body.materialien-page .material-list-block strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-dark);
  font-size: 14px;
  line-height: 1.35;
}

body.materialien-page .material-fact span {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.45;
}

body.materialien-page .material-list-block ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

body.materialien-page .material-list-block li + li {
  margin-top: 6px;
}

body.materialien-page .video-teaser {
  background: #ffffff;
}

body.materialien-page .video-teaser-head {
  text-align: center;
  width: min(882px, 100%);
  margin: 0 auto 34px;
}

body.materialien-page .video-teaser-head p {
  margin: 0 auto;
  max-width: 700px;
  color: var(--text);
}

body.materialien-page .video-teaser-board {
  position: relative;
  width: min(882px, 100%);
  margin: 0 auto;
  min-height: 394px;
  border-radius: 42px;
  border: 1px solid rgba(43, 43, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(26, 35, 38, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 26px 24px;
}

body.materialien-page .video-teaser-graphic {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  height: auto;
}

body.materialien-page .video-teaser-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

body.materialien-page .video-teaser-play img {
  width: 100%;
  height: 100%;
  display: block;
}

body.materialien-page .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
  white-space: normal;
}

body.materialien-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
  padding-bottom: 100px;
}

body.materialien-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.materialien-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.materialien-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.materialien-page .portrait-panel {
  position: relative;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 54px;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.materialien-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 790px;
  max-width: none;
  height: auto;
  transform: translate(-170px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.materialien-page .feature-copy .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.materialien-page .feature-copy .copy p:last-of-type {
  margin-bottom: 26px;
}

body.materialien-page .cta-section {
  padding-top: 20px;
  padding-bottom: 94px;
  background: #ffffff;
}

body.materialien-page .cta-card {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 40px;
  border-radius: 38px;
  background: #18d6df;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.materialien-page .cta-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

body.materialien-page .cta-card p {
  margin: 0;
  max-width: 520px;
  color: #ffffff;
}

body.materialien-page .cta-card .btn-primary {
  background: #ffffff;
  color: #18d6df;
  box-shadow: none;
}

body.materialien-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.materialien-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.materialien-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.materialien-page .footer-brand img {
  width: 100%;
}

body.materialien-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.materialien-page .footer-copy p {
  margin: 0 0 22px;
}

body.materialien-page .footer-email {
  white-space: nowrap;
}

body.materialien-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.materialien-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.materialien-page .footer-col li + li {
  margin-top: 18px;
}

body.materialien-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.materialien-page .tech-tooth,
body.materialien-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.materialien-page .tech-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.materialien-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.materialien-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1200px) {
body.materialien-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

@media (max-width: 1120px) {
body.materialien-page .site-header {
    position: sticky;
    top: 0;
  }

body.materialien-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.materialien-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.materialien-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.materialien-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.materialien-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.materialien-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.materialien-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.materialien-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.materialien-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.materialien-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.materialien-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

body.materialien-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.materialien-page .page-hero {
    padding: 46px 0 18px;
  }

body.materialien-page .page-hero-shell,
body.materialien-page .cta-card,
body.materialien-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.materialien-page .page-hero-copy {
    max-width: none;
  }

body.materialien-page .page-hero-visual {
    min-height: 380px;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 24px;
  }

body.materialien-page .page-hero-copy {
    margin: 0 auto;
    text-align: center;
  }

body.materialien-page .page-hero-graphic {
    width: min(100%, 760px);
  }

body.materialien-page .content-shell,
body.materialien-page .cta-card,
body.materialien-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.materialien-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.materialien-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.materialien-page .feature-copy {
    align-self: center;
  }

body.materialien-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.materialien-page .portrait-panel {
    min-height: 404px;
    padding-bottom: 42px;
  }

body.materialien-page .feature-composite {
    width: 680px;
    transform: translate(-108px, -50%);
  }

body.materialien-page .tech-tooth,
body.materialien-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.materialien-page .tech-tooth {
    display: none;
  }

body.materialien-page .footer-tooth {
    bottom: -55px;
  }



}

@media (max-width: 900px) {
body.materialien-page .tech-tooth,
body.materialien-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.materialien-page .tech-tooth {
    display: none;
  }

body.materialien-page .footer-tooth {
    bottom: -24px;
    filter: brightness(1.72) saturate(0.45);
  }



}

@media (max-width: 760px) {
body.materialien-page .section {
    padding: 76px 0;
  }

body.materialien-page #materialien {
    padding-top: 52px;
  }

body.materialien-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.materialien-page .brand {
    width: 98px;
    height: 48px;
  }

body.materialien-page .header-panel {
    padding: 92px 20px 24px;
  }

body.materialien-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.materialien-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.materialien-page .page-hero {
    padding: 34px 0 8px;
  }

body.materialien-page .page-hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

body.materialien-page .page-hero-visual {
    min-height: 0;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 16px;
  }

body.materialien-page .page-hero-graphic {
    width: min(112vw, 560px);
    max-width: none;
    margin: 0 auto;
  }

body.materialien-page .product-grid {
    grid-template-columns: 1fr;
  }

body.materialien-page .material-columns,
body.materialien-page .material-facts {
    grid-template-columns: 1fr;
  }

body.materialien-page .video-teaser-board {
    min-height: 300px;
    border-radius: 28px;
  }

body.materialien-page .video-teaser-graphic {
    width: min(100%, 320px);
  }

body.materialien-page .video-teaser-play {
    width: 70px;
    height: 70px;
  }

body.materialien-page .hero-products {
    max-width: 340px;
    gap: 12px;
    margin-top: -28px;
  }

body.materialien-page .hero-product {
    min-height: 92px;
    padding: 12px 10px;
  }

body.materialien-page .hero-product img {
    max-height: 66px;
  }

body.materialien-page .content-shell,
body.materialien-page .cta-card,
body.materialien-page .footer-grid {
    width: min(100%, calc(100% - 48px));
  }

body.materialien-page .product-grid {
    grid-template-columns: 1fr;
  }

body.materialien-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: 18px;
  }

body.materialien-page .feature-visual {
    transform: translateX(-56px);
  }

body.materialien-page .portrait-panel {
    min-height: 330px;
    padding-bottom: 32px;
  }

body.materialien-page .feature-composite {
    width: 560px;
    transform: translate(-70px, -50%);
  }

body.materialien-page .feature-copy .copy {
    max-width: 100%;
  }

body.materialien-page .cta-card {
    padding: 30px 24px;
  }

body.materialien-page .site-footer {
    padding: 48px 0 120px;
  }

body.materialien-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    width: 280px;
    height: auto;
    max-width: 62vw;
    filter: brightness(1.65) saturate(0.45);
  }

body.materialien-page .footer-col h3 {
    font-size: 22px;
  }

body.materialien-page .feature-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

body.materialien-page .feature-visual {
    transform: none;
  }

body.materialien-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
    padding-bottom: 0;
  }

body.materialien-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(126vw, 540px);
    max-width: none;
    transform: none;
    margin: -12px 0 0 -44px;
  }

body.materialien-page .feature-copy {
    align-self: start;
  }

body.materialien-page .feature-copy .copy {
    max-width: none;
  }



}

@media (prefers-reduced-motion: reduce) {
body.materialien-page .header-panel,
body.materialien-page .nav-toggle-line,
body.materialien-page .btn {
    transition: none;
  }



}


/* impressum.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.impressum-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.impressum-page.menu-open {
  overflow: hidden;
}

body.impressum-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(0, 235, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.impressum-page img {
  display: block;
  max-width: 100%;
}

body.impressum-page a {
  color: inherit;
  text-decoration: none;
}

body.impressum-page button,
body.impressum-page input,
body.impressum-page textarea {
  font: inherit;
}

body.impressum-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.impressum-page .section {
  position: relative;
  padding: 104px 0;
}

body.impressum-page #servicebereiche {
  padding-top: 10px;
  background: #ffffff;
}

body.impressum-page #workflow {
  padding-top: 50px;
  background: #ffffff;
}

body.impressum-page #technik {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.impressum-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.impressum-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.impressum-page .section-kicker {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
}

body.impressum-page .lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
}

body.impressum-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.impressum-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.impressum-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.impressum-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.impressum-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.impressum-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.impressum-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.impressum-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.impressum-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.impressum-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.impressum-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.impressum-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.impressum-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.impressum-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.impressum-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 38px;
}

body.impressum-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.impressum-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.impressum-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.impressum-page .main-nav a.is-current {
  color: var(--accent-dark);
}

body.impressum-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 40px;
}

body.impressum-page .menu-eyebrow {
  display: none;
}

body.impressum-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.impressum-page .btn:hover,
body.impressum-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.impressum-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.impressum-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.impressum-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.impressum-page .page-hero {
  padding: 58px 0 30px;
  background: #ffffff;
}

body.impressum-page .page-hero-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: start;
}

body.impressum-page .page-hero-copy {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
  align-self: start;
}

body.impressum-page .page-hero-copy .section-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

body.impressum-page .page-hero-copy p {
  margin: 18px 0 0;
  max-width: 100%;
}

body.impressum-page .page-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  margin-top: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 36px));
}

body.impressum-page .page-hero-visual::after {
  content: none;
}

body.impressum-page .page-hero-graphic {
  position: relative;
  z-index: 0;
  width: 760px;
  max-width: none;
  transform: none;
}

body.impressum-page .hero-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(560px, 100%);
  margin: -56px auto 0;
  position: relative;
  z-index: 1;
}

body.impressum-page .hero-product {
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.impressum-page .hero-product img {
  max-height: 86px;
  width: auto;
}

body.impressum-page .content-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.impressum-page .section-head {
  margin-bottom: 30px;
}

body.impressum-page .section-head p {
  margin: 0;
  max-width: 620px;
  color: var(--text);
}

body.impressum-page .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.impressum-page .product-card {
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.impressum-page .product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #18d6df;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 214, 223, 0.22);
}

body.impressum-page .product-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.impressum-page .product-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--accent-dark);
}

body.impressum-page .product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.impressum-page .product-card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.impressum-page .product-card-list li + li {
  margin-top: 8px;
}

body.impressum-page .product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18d6df;
}

body.impressum-page.legal-page .page-hero-visual,
body.impressum-page.legal-page #workflow,
body.impressum-page.legal-page .cta-section,
body.impressum-page.legal-page #technik {
  display: none;
}

body.impressum-page .legal-content {
  display: grid;
  gap: 18px;
}

body.impressum-page .legal-block {
  padding: 28px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.impressum-page .legal-block h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--accent-dark);
}

body.impressum-page .legal-block p,
body.impressum-page .legal-block li {
  color: var(--text);
}

body.impressum-page .legal-block p {
  margin: 0;
}

body.impressum-page .legal-block p + p,
body.impressum-page .legal-block ul {
  margin-top: 12px;
}

body.impressum-page .legal-note {
  color: var(--muted);
  font-size: 14px;
}

body.impressum-page .workflow-shell {
  display: grid;
  gap: 104px;
}

body.impressum-page .workflow-intro {
  margin: 0;
  max-width: 560px;
}

body.impressum-page .workflow-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
  padding-top: 10px;
}

body.impressum-page .workflow-process::before {
  content: "";
  position: absolute;
  left: 44px;
  right: calc((100% - 78px) / 4 - 44px);
  top: 87px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(24, 214, 223, 0.16) 0%,
    rgba(24, 214, 223, 0.78) 50%,
    rgba(24, 214, 223, 0.16) 100%
  );
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.45s ease;
}

body.impressum-page .workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.56s ease, transform 0.56s ease;
}

body.impressum-page .workflow-step-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.impressum-page .workflow-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 235, 235, 0.16), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(24, 214, 223, 0.18);
  box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.62s ease, box-shadow 0.62s ease;
}

body.impressum-page .workflow-step-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: var(--accent-dark);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.impressum-page .workflow-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--accent-dark);
}

body.impressum-page .workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 220px;
}

body.impressum-page .workflow-step-note {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
}

body.impressum-page .workflow-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  gap: 42px;
  padding: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

body.impressum-page .workflow-trust-content {
  display: grid;
  gap: 28px;
  align-content: start;
}

body.impressum-page .workflow-trust-head {
  display: grid;
  gap: 18px;
  align-items: start;
}

body.impressum-page .workflow-trust-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.impressum-page .workflow-trust-head h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--accent-dark);
}

body.impressum-page .workflow-trust-head p {
  margin: 0;
  max-width: 540px;
}

body.impressum-page .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
  white-space: normal;
}

body.impressum-page .workflow-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.impressum-page .workflow-trust-item {
  padding-top: 18px;
  border-top: 1px solid rgba(43, 43, 42, 0.08);
}

body.impressum-page .workflow-trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
}

body.impressum-page .workflow-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.impressum-page .workflow-partner-note {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

body.impressum-page .workflow-trust-visual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

body.impressum-page .workflow-trust-graphic {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

body.impressum-page .workflow-trust-graphic .trust-shadow {
  fill: rgba(43, 43, 42, 0.08);
}

body.impressum-page .workflow-trust-graphic .trust-frame,
body.impressum-page .workflow-trust-graphic .trust-gear,
body.impressum-page .workflow-trust-graphic .trust-chip {
  fill: rgba(0, 207, 212, 0.16);
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.impressum-page .workflow-trust-graphic .trust-line,
body.impressum-page .workflow-trust-graphic .trust-node {
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.impressum-page .workflow-trust-graphic .trust-node-fill {
  fill: var(--accent-dark);
}

body.impressum-page .workflow-shell.is-visible .workflow-process::before {
  transform: scaleX(1);
  opacity: 1;
}

body.impressum-page .workflow-shell.is-visible .workflow-step,
body.impressum-page .workflow-shell.is-visible .workflow-trust-panel {
  opacity: 1;
  transform: translateY(0);
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(1) {
  transition-delay: 0.12s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(2) {
  transition-delay: 0.2s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(3) {
  transition-delay: 0.28s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(4) {
  transition-delay: 0.36s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(1) .workflow-step-icon {
  transition-delay: 0.16s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(2) .workflow-step-icon {
  transition-delay: 0.24s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(3) .workflow-step-icon {
  transition-delay: 0.32s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step:nth-child(4) .workflow-step-icon {
  transition-delay: 0.4s;
}

body.impressum-page .workflow-shell.is-visible .workflow-step .workflow-step-icon {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 35, 38, 0.1);
}

body.impressum-page .workflow-shell.is-visible .workflow-trust-panel {
  transition-delay: 0.46s;
}

body.impressum-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
  padding-bottom: 100px;
}

body.impressum-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.impressum-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.impressum-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.impressum-page .portrait-panel {
  position: relative;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 54px;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.impressum-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 790px;
  max-width: none;
  height: auto;
  transform: translate(-170px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.impressum-page .feature-copy .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.impressum-page .feature-copy .copy p:last-of-type {
  margin-bottom: 26px;
}

body.impressum-page .cta-section {
  padding-top: 20px;
  padding-bottom: 94px;
  background: #ffffff;
}

body.impressum-page .cta-card {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 40px;
  border-radius: 38px;
  background: #18d6df;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.impressum-page .cta-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

body.impressum-page .cta-card p {
  margin: 0;
  max-width: 520px;
  color: #ffffff;
}

body.impressum-page .cta-card .btn-primary {
  background: #ffffff;
  color: #18d6df;
  box-shadow: none;
}

body.impressum-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.impressum-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.impressum-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.impressum-page .footer-brand img {
  width: 100%;
}

body.impressum-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.impressum-page .footer-copy p {
  margin: 0 0 22px;
}

body.impressum-page .footer-email {
  white-space: nowrap;
}

body.impressum-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.impressum-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.impressum-page .footer-col li + li {
  margin-top: 18px;
}

body.impressum-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.impressum-page .tech-tooth,
body.impressum-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.impressum-page .tech-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.impressum-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.impressum-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1200px) {
body.impressum-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

@media (max-width: 1120px) {
body.impressum-page .site-header {
    position: sticky;
    top: 0;
  }

body.impressum-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.impressum-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.impressum-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.impressum-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.impressum-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.impressum-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.impressum-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.impressum-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.impressum-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.impressum-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.impressum-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

body.impressum-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.impressum-page .page-hero {
    padding: 46px 0 18px;
  }

body.impressum-page .page-hero-shell,
body.impressum-page .cta-card,
body.impressum-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.impressum-page .page-hero-copy,
body.impressum-page .workflow-intro {
    max-width: none;
  }

body.impressum-page .page-hero-visual {
    min-height: 380px;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 24px;
  }

body.impressum-page .page-hero-copy {
    margin: 0 auto;
    text-align: center;
  }

body.impressum-page .page-hero-graphic {
    width: min(100%, 760px);
  }

body.impressum-page .content-shell,
body.impressum-page .cta-card,
body.impressum-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.impressum-page .workflow-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

body.impressum-page .workflow-process::before {
    display: none;
  }

body.impressum-page .workflow-trust-panel,
body.impressum-page .workflow-trust-head,
body.impressum-page .workflow-trust-grid {
    grid-template-columns: 1fr;
  }

body.impressum-page .workflow-trust-head {
    gap: 16px;
  }

body.impressum-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.impressum-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.impressum-page .feature-copy {
    align-self: center;
  }

body.impressum-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.impressum-page .portrait-panel {
    min-height: 404px;
    padding-bottom: 42px;
  }

body.impressum-page .feature-composite {
    width: 680px;
    transform: translate(-108px, -50%);
  }

body.impressum-page .tech-tooth,
body.impressum-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.impressum-page .tech-tooth {
    display: none;
  }

body.impressum-page .footer-tooth {
    bottom: -55px;
  }



}

@media (max-width: 900px) {
body.impressum-page .tech-tooth,
body.impressum-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.impressum-page .tech-tooth {
    display: none;
  }

body.impressum-page .footer-tooth {
    bottom: -24px;
    filter: brightness(1.72) saturate(0.45);
  }



}

@media (max-width: 760px) {
body.impressum-page .section {
    padding: 76px 0;
  }

body.impressum-page #servicebereiche {
    padding-top: 52px;
  }

body.impressum-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.impressum-page .brand {
    width: 98px;
    height: 48px;
  }

body.impressum-page .header-panel {
    padding: 92px 20px 24px;
  }

body.impressum-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.impressum-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.impressum-page .page-hero {
    padding: 34px 0 8px;
  }

body.impressum-page .page-hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

body.impressum-page .page-hero-visual {
    min-height: 0;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 16px;
  }

body.impressum-page .page-hero-graphic {
    width: min(112vw, 560px);
    max-width: none;
    margin: 0 auto;
  }

body.impressum-page .product-grid {
    grid-template-columns: 1fr;
  }

body.impressum-page .hero-products {
    max-width: 340px;
    gap: 12px;
    margin-top: -28px;
  }

body.impressum-page .hero-product {
    min-height: 92px;
    padding: 12px 10px;
  }

body.impressum-page .hero-product img {
    max-height: 66px;
  }

body.impressum-page .content-shell,
body.impressum-page .cta-card,
body.impressum-page .footer-grid {
    width: min(100%, calc(100% - 48px));
  }

body.impressum-page .product-grid {
    grid-template-columns: 1fr;
  }

body.impressum-page .workflow-process {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }

body.impressum-page .workflow-step {
    padding-left: 28px;
  }

body.impressum-page .workflow-step::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 34px;
    bottom: -26px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(24, 214, 223, 0.18) 0%,
      rgba(24, 214, 223, 0.72) 50%,
      rgba(24, 214, 223, 0.08) 100%
    );
  }

body.impressum-page .workflow-step:last-child::before {
    display: none;
  }

body.impressum-page .workflow-step-label {
    margin-bottom: 12px;
  }

body.impressum-page .workflow-step-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    border-radius: 24px;
  }

body.impressum-page .workflow-step-icon svg {
    width: 30px;
    height: 30px;
  }

body.impressum-page .workflow-step h3 {
    font-size: 20px;
  }

body.impressum-page .workflow-step p {
    max-width: none;
  }

body.impressum-page .workflow-step-note {
    padding: 8px 12px;
  }

body.impressum-page .workflow-trust-panel {
    gap: 28px;
  }

body.impressum-page .workflow-trust-content {
    gap: 22px;
  }

body.impressum-page .workflow-trust-graphic {
    max-width: 320px;
  }

body.impressum-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: 18px;
  }

body.impressum-page .feature-visual {
    transform: translateX(-56px);
  }

body.impressum-page .portrait-panel {
    min-height: 330px;
    padding-bottom: 32px;
  }

body.impressum-page .feature-composite {
    width: 560px;
    transform: translate(-70px, -50%);
  }

body.impressum-page .feature-copy .copy {
    max-width: 100%;
  }

body.impressum-page .cta-card {
    padding: 30px 24px;
  }

body.impressum-page .site-footer {
    padding: 48px 0 120px;
  }

body.impressum-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    width: 280px;
    height: auto;
    max-width: 62vw;
    filter: brightness(1.65) saturate(0.45);
  }

body.impressum-page .footer-col h3 {
    font-size: 22px;
  }

body.impressum-page .feature-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

body.impressum-page .feature-visual {
    transform: none;
  }

body.impressum-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
    padding-bottom: 0;
  }

body.impressum-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(126vw, 540px);
    max-width: none;
    transform: none;
    margin: -12px 0 0 -44px;
  }

body.impressum-page .feature-copy {
    align-self: start;
  }

body.impressum-page .feature-copy .copy {
    max-width: none;
  }



}

@media (prefers-reduced-motion: reduce) {
body.impressum-page .header-panel,
body.impressum-page .nav-toggle-line,
body.impressum-page .btn,
body.impressum-page .workflow-process::before,
body.impressum-page .workflow-step,
body.impressum-page .workflow-step-icon,
body.impressum-page .workflow-trust-panel {
    transition: none;
  }

body.impressum-page .workflow-process::before,
body.impressum-page .workflow-step,
body.impressum-page .workflow-trust-panel {
    opacity: 1;
    transform: none;
  }

body.impressum-page .workflow-step-icon {
    transform: none;
    box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  }



}


/* datenschutz.php */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --bg: #f7f7f5;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-solid: #ffffff;
  --text: #2b2b2a;
  --muted: rgba(43, 43, 42, 0.7);
  --line: rgba(43, 43, 42, 0.12);
  --accent: #00ebeb;
  --accent-dark: #00cfd4;
  --accent-soft: rgba(0, 235, 235, 0.14);
  --shadow: 0 30px 80px rgba(26, 35, 38, 0.08);
  --shadow-soft: 0 16px 36px rgba(26, 35, 38, 0.06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1200px;
}

body.datenschutz-page * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.menu-open,
body.datenschutz-page.menu-open {
  overflow: hidden;
}

body.datenschutz-page {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(0, 235, 235, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.datenschutz-page img {
  display: block;
  max-width: 100%;
}

body.datenschutz-page a {
  color: inherit;
  text-decoration: none;
}

body.datenschutz-page button,
body.datenschutz-page input,
body.datenschutz-page textarea {
  font: inherit;
}

body.datenschutz-page .container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

body.datenschutz-page .section {
  position: relative;
  padding: 104px 0;
}

body.datenschutz-page #servicebereiche {
  padding-top: 10px;
  background: #ffffff;
}

body.datenschutz-page #workflow {
  padding-top: 50px;
  background: #ffffff;
}

body.datenschutz-page #technik {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

body.datenschutz-page .eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.datenschutz-page .section-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 58px);
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.datenschutz-page .section-kicker {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 700;
  color: var(--accent-dark);
  text-transform: uppercase;
}

body.datenschutz-page .lead {
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--text);
  font-size: 16px;
}

body.datenschutz-page .card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

body.datenschutz-page .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
  backdrop-filter: blur(10px);
}

body.datenschutz-page .header-inner {
  width: min(882px, calc(100% - 48px));
  max-width: 882px;
  margin-inline: auto;
  min-height: 182px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 28px;
  padding: 18px 0 20px;
  transform: translateY(-27px);
}

body.datenschutz-page .brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  justify-self: start;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  transform: translateY(-10px);
}

body.datenschutz-page .brand img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

body.datenschutz-page .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
  cursor: pointer;
}

body.datenschutz-page .nav-toggle-box {
  position: relative;
  width: 20px;
  height: 16px;
}

body.datenschutz-page .nav-toggle-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.datenschutz-page .nav-toggle-line:nth-child(1) {
  top: 0;
}

body.datenschutz-page .nav-toggle-line:nth-child(2) {
  top: 7px;
}

body.datenschutz-page .nav-toggle-line:nth-child(3) {
  top: 14px;
}

body.datenschutz-page .site-header.is-menu-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.datenschutz-page .site-header.is-menu-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

body.datenschutz-page .site-header.is-menu-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.datenschutz-page .header-panel {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 22px;
  row-gap: 38px;
}

body.datenschutz-page .main-nav {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  width: max-content;
}

body.datenschutz-page .main-nav ul {
  display: flex;
  gap: 70px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.datenschutz-page .main-nav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  transition: color 0.2s ease;
}

body.datenschutz-page .main-nav a.is-current {
  color: var(--accent-dark);
}

body.datenschutz-page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin-top: 40px;
}

body.datenschutz-page .menu-eyebrow {
  display: none;
}

body.datenschutz-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

body.datenschutz-page .btn:hover,
body.datenschutz-page .btn:focus-visible {
  transform: translateY(-1px);
}

body.datenschutz-page .btn-primary {
  color: var(--text);
  background: var(--accent);
  box-shadow: none;
}

body.datenschutz-page .btn-outline {
  color: var(--text);
  border-color: rgba(43, 43, 42, 0.04);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 35, 38, 0.08);
}

body.datenschutz-page .btn-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

body.datenschutz-page .page-hero {
  padding: 58px 0 30px;
  background: #ffffff;
}

body.datenschutz-page .page-hero-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  align-items: start;
}

body.datenschutz-page .page-hero-copy {
  min-width: 0;
  max-width: 360px;
  margin: 0;
  text-align: left;
  align-self: start;
}

body.datenschutz-page .page-hero-copy .section-title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

body.datenschutz-page .page-hero-copy p {
  margin: 18px 0 0;
  max-width: 100%;
}

body.datenschutz-page .page-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 520px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  margin-top: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(calc(((1280px - 882px) / 2) + 36px));
}

body.datenschutz-page .page-hero-visual::after {
  content: none;
}

body.datenschutz-page .page-hero-graphic {
  position: relative;
  z-index: 0;
  width: 760px;
  max-width: none;
  transform: none;
}

body.datenschutz-page .hero-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(560px, 100%);
  margin: -56px auto 0;
  position: relative;
  z-index: 1;
}

body.datenschutz-page .hero-product {
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.datenschutz-page .hero-product img {
  max-height: 86px;
  width: auto;
}

body.datenschutz-page .content-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
}

body.datenschutz-page .section-head {
  margin-bottom: 30px;
}

body.datenschutz-page .section-head p {
  margin: 0;
  max-width: 620px;
  color: var(--text);
}

body.datenschutz-page .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.datenschutz-page .product-card {
  padding: 28px 24px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.datenschutz-page .product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #18d6df;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(24, 214, 223, 0.22);
}

body.datenschutz-page .product-card-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.datenschutz-page .product-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
  color: var(--accent-dark);
}

body.datenschutz-page .product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.datenschutz-page .product-card-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.datenschutz-page .product-card-list li + li {
  margin-top: 8px;
}

body.datenschutz-page .product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18d6df;
}

body.datenschutz-page.legal-page .page-hero-visual,
body.datenschutz-page.legal-page #workflow,
body.datenschutz-page.legal-page .cta-section,
body.datenschutz-page.legal-page #technik {
  display: none;
}

body.datenschutz-page .legal-content {
  display: grid;
  gap: 18px;
}

body.datenschutz-page .legal-block {
  padding: 28px 24px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 35, 38, 0.08);
}

body.datenschutz-page .legal-block h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--accent-dark);
}

body.datenschutz-page .legal-block p,
body.datenschutz-page .legal-block li {
  color: var(--text);
}

body.datenschutz-page .legal-block p {
  margin: 0;
}

body.datenschutz-page .legal-block p + p,
body.datenschutz-page .legal-block ul {
  margin-top: 12px;
}

body.datenschutz-page .legal-note {
  color: var(--muted);
  font-size: 14px;
}

body.datenschutz-page .workflow-shell {
  display: grid;
  gap: 104px;
}

body.datenschutz-page .workflow-intro {
  margin: 0;
  max-width: 560px;
}

body.datenschutz-page .workflow-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
  padding-top: 10px;
}

body.datenschutz-page .workflow-process::before {
  content: "";
  position: absolute;
  left: 44px;
  right: calc((100% - 78px) / 4 - 44px);
  top: 87px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(24, 214, 223, 0.16) 0%,
    rgba(24, 214, 223, 0.78) 50%,
    rgba(24, 214, 223, 0.16) 100%
  );
  transform: scaleX(0.18);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.45s ease;
}

body.datenschutz-page .workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.56s ease, transform 0.56s ease;
}

body.datenschutz-page .workflow-step-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.datenschutz-page .workflow-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 235, 235, 0.16), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(24, 214, 223, 0.18);
  box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.62s ease, box-shadow 0.62s ease;
}

body.datenschutz-page .workflow-step-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke: var(--accent-dark);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.datenschutz-page .workflow-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 600;
  color: var(--accent-dark);
}

body.datenschutz-page .workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 220px;
}

body.datenschutz-page .workflow-step-note {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 34px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
}

body.datenschutz-page .workflow-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  gap: 42px;
  padding: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

body.datenschutz-page .workflow-trust-content {
  display: grid;
  gap: 28px;
  align-content: start;
}

body.datenschutz-page .workflow-trust-head {
  display: grid;
  gap: 18px;
  align-items: start;
}

body.datenschutz-page .workflow-trust-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

body.datenschutz-page .workflow-trust-head h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--accent-dark);
}

body.datenschutz-page .workflow-trust-head p {
  margin: 0;
  max-width: 540px;
}

body.datenschutz-page .partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-dark);
  white-space: normal;
}

body.datenschutz-page .workflow-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.datenschutz-page .workflow-trust-item {
  padding-top: 18px;
  border-top: 1px solid rgba(43, 43, 42, 0.08);
}

body.datenschutz-page .workflow-trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
}

body.datenschutz-page .workflow-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

body.datenschutz-page .workflow-partner-note {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

body.datenschutz-page .workflow-trust-visual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

body.datenschutz-page .workflow-trust-graphic {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
}

body.datenschutz-page .workflow-trust-graphic .trust-shadow {
  fill: rgba(43, 43, 42, 0.08);
}

body.datenschutz-page .workflow-trust-graphic .trust-frame,
body.datenschutz-page .workflow-trust-graphic .trust-gear,
body.datenschutz-page .workflow-trust-graphic .trust-chip {
  fill: rgba(0, 207, 212, 0.16);
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.datenschutz-page .workflow-trust-graphic .trust-line,
body.datenschutz-page .workflow-trust-graphic .trust-node {
  stroke: var(--accent-dark);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.datenschutz-page .workflow-trust-graphic .trust-node-fill {
  fill: var(--accent-dark);
}

body.datenschutz-page .workflow-shell.is-visible .workflow-process::before {
  transform: scaleX(1);
  opacity: 1;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step,
body.datenschutz-page .workflow-shell.is-visible .workflow-trust-panel {
  opacity: 1;
  transform: translateY(0);
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(1) {
  transition-delay: 0.12s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(2) {
  transition-delay: 0.2s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(3) {
  transition-delay: 0.28s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(4) {
  transition-delay: 0.36s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(1) .workflow-step-icon {
  transition-delay: 0.16s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(2) .workflow-step-icon {
  transition-delay: 0.24s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(3) .workflow-step-icon {
  transition-delay: 0.32s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step:nth-child(4) .workflow-step-icon {
  transition-delay: 0.4s;
}

body.datenschutz-page .workflow-shell.is-visible .workflow-step .workflow-step-icon {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 35, 38, 0.1);
}

body.datenschutz-page .workflow-shell.is-visible .workflow-trust-panel {
  transition-delay: 0.46s;
}

body.datenschutz-page .feature-shell {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
  padding-bottom: 100px;
}

body.datenschutz-page .feature-visual {
  min-width: 0;
  transform: translateX(-210px);
}

body.datenschutz-page .feature-copy {
  min-width: 0;
  align-self: end;
}

body.datenschutz-page .feature-copy .copy {
  width: 100%;
  max-width: 420px;
}

body.datenschutz-page .portrait-panel {
  position: relative;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 54px;
  background: transparent;
  box-shadow: none;
  border: 0;
  backdrop-filter: none;
}

body.datenschutz-page .feature-composite {
  position: absolute;
  left: 0;
  top: 50%;
  width: 790px;
  max-width: none;
  height: auto;
  transform: translate(-170px, -50%);
  z-index: 0;
  pointer-events: none;
}

body.datenschutz-page .feature-copy .copy p {
  margin: 0 0 16px;
  max-width: 420px;
  color: var(--text);
}

body.datenschutz-page .feature-copy .copy p:last-of-type {
  margin-bottom: 26px;
}

body.datenschutz-page .cta-section {
  padding-top: 20px;
  padding-bottom: 94px;
  background: #ffffff;
}

body.datenschutz-page .cta-card {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 40px;
  border-radius: 38px;
  background: #18d6df;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.datenschutz-page .cta-card h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

body.datenschutz-page .cta-card p {
  margin: 0;
  max-width: 520px;
  color: #ffffff;
}

body.datenschutz-page .cta-card .btn-primary {
  background: #ffffff;
  color: #18d6df;
  box-shadow: none;
}

body.datenschutz-page .site-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0;
  padding: 58px 0 150px;
  background: #18d6df;
  color: #0a0a0a;
}

body.datenschutz-page .footer-grid {
  width: min(882px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.32fr) minmax(160px, 0.84fr) minmax(160px, 0.84fr);
  gap: 44px;
}

body.datenschutz-page .footer-brand {
  width: 150px;
  margin-bottom: 34px;
}

body.datenschutz-page .footer-brand img {
  width: 100%;
}

body.datenschutz-page .footer-copy {
  max-width: 240px;
  font-size: 16px;
  line-height: 1.45;
}

body.datenschutz-page .footer-copy p {
  margin: 0 0 22px;
}

body.datenschutz-page .footer-email {
  white-space: nowrap;
}

body.datenschutz-page .footer-col h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

body.datenschutz-page .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.datenschutz-page .footer-col li + li {
  margin-top: 18px;
}

body.datenschutz-page .footer-col a {
  color: inherit;
  opacity: 1;
  font-size: 16px;
}

body.datenschutz-page .tech-tooth,
body.datenschutz-page .footer-tooth {
  position: absolute;
  right: calc((100vw - min(1280px, 100vw)) / 2 - 208px);
  width: auto;
  height: 750px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

body.datenschutz-page .tech-tooth {
  bottom: -552px;
  opacity: 1;
  filter: brightness(1.04) saturate(0.92);
}

body.datenschutz-page .footer-tooth {
  bottom: -96px;
  opacity: 1;
  filter: brightness(1.95) saturate(0.45);
}

body.datenschutz-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 1200px) {
body.datenschutz-page .container {
    width: min(var(--container), calc(100% - 72px));
  }



}

@media (max-width: 1120px) {
body.datenschutz-page .site-header {
    position: sticky;
    top: 0;
  }

body.datenschutz-page .site-header.is-menu-open {
    background: transparent;
    backdrop-filter: none;
  }

body.datenschutz-page .header-inner {
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    padding: 14px 0;
    row-gap: 0;
    transform: none;
    position: relative;
    z-index: 3;
  }

body.datenschutz-page .brand {
    width: 112px;
    height: 54px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    transform: none;
    position: relative;
    z-index: 4;
  }

body.datenschutz-page .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
    z-index: 4;
  }

body.datenschutz-page .header-panel {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(28px, 6vh, 72px);
    width: 100vw;
    height: 100dvh;
    padding: max(104px, 14vh) 24px 28px;
    background:
      radial-gradient(circle at top right, rgba(0, 235, 235, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 207, 212, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 247, 245, 0.99) 100%);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.28s ease, transform 0.32s ease, visibility 0s linear 0.32s;
  }

body.datenschutz-page .site-header.is-menu-open .header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

body.datenschutz-page .menu-eyebrow {
    display: block;
    width: min(100%, 520px);
    margin: 0 auto 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-dark);
  }

body.datenschutz-page .main-nav {
    width: min(100%, 520px);
    margin: 0 auto;
  }

body.datenschutz-page .main-nav ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

body.datenschutz-page .main-nav a {
    display: inline-flex;
    font-size: clamp(34px, 7vw, 54px);
    line-height: 0.94;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

body.datenschutz-page .header-actions {
    width: min(100%, 420px);
    margin: 0 auto;
    margin-top: auto;
    gap: 12px;
    padding-top: 24px;
    justify-content: flex-start;
    border-top: 1px solid rgba(43, 43, 42, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

body.datenschutz-page .header-actions .btn {
    width: 100%;
    min-height: 54px;
  }

body.datenschutz-page .page-hero {
    padding: 46px 0 18px;
  }

body.datenschutz-page .page-hero-shell,
body.datenschutz-page .cta-card,
body.datenschutz-page .footer-grid {
    grid-template-columns: 1fr;
  }

body.datenschutz-page .page-hero-copy,
body.datenschutz-page .workflow-intro {
    max-width: none;
  }

body.datenschutz-page .page-hero-visual {
    min-height: 380px;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 24px;
  }

body.datenschutz-page .page-hero-copy {
    margin: 0 auto;
    text-align: center;
  }

body.datenschutz-page .page-hero-graphic {
    width: min(100%, 760px);
  }

body.datenschutz-page .content-shell,
body.datenschutz-page .cta-card,
body.datenschutz-page .footer-grid {
    width: min(882px, calc(100% - 48px));
  }

body.datenschutz-page .workflow-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

body.datenschutz-page .workflow-process::before {
    display: none;
  }

body.datenschutz-page .workflow-trust-panel,
body.datenschutz-page .workflow-trust-head,
body.datenschutz-page .workflow-trust-grid {
    grid-template-columns: 1fr;
  }

body.datenschutz-page .workflow-trust-head {
    gap: 16px;
  }

body.datenschutz-page .feature-shell {
    width: min(980px, calc(100% - 48px));
    grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
    gap: 22px;
    align-items: center;
  }

body.datenschutz-page .feature-visual {
    transform: translateX(-96px);
    align-self: center;
  }

body.datenschutz-page .feature-copy {
    align-self: center;
  }

body.datenschutz-page .feature-copy .copy {
    width: 100%;
    max-width: 390px;
  }

body.datenschutz-page .portrait-panel {
    min-height: 404px;
    padding-bottom: 42px;
  }

body.datenschutz-page .feature-composite {
    width: 680px;
    transform: translate(-108px, -50%);
  }

body.datenschutz-page .tech-tooth,
body.datenschutz-page .footer-tooth {
    right: -100px;
    width: 360px;
    height: auto;
    max-width: 360px;
  }

body.datenschutz-page .tech-tooth {
    display: none;
  }

body.datenschutz-page .footer-tooth {
    bottom: -55px;
  }



}

@media (max-width: 900px) {
body.datenschutz-page .tech-tooth,
body.datenschutz-page .footer-tooth {
    right: -30px;
    width: 320px;
    height: auto;
    max-width: 320px;
  }

body.datenschutz-page .tech-tooth {
    display: none;
  }

body.datenschutz-page .footer-tooth {
    bottom: -24px;
    filter: brightness(1.72) saturate(0.45);
  }



}

@media (max-width: 760px) {
body.datenschutz-page .section {
    padding: 76px 0;
  }

body.datenschutz-page #servicebereiche {
    padding-top: 52px;
  }

body.datenschutz-page .header-inner {
    width: min(882px, calc(100% - 24px));
    padding: 12px 0;
  }

body.datenschutz-page .brand {
    width: 98px;
    height: 48px;
  }

body.datenschutz-page .header-panel {
    padding: 92px 20px 24px;
  }

body.datenschutz-page .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

body.datenschutz-page .main-nav a {
    font-size: clamp(28px, 10vw, 40px);
  }

body.datenschutz-page .page-hero {
    padding: 34px 0 8px;
  }

body.datenschutz-page .page-hero-copy .section-title {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 0.98;
  }

body.datenschutz-page .page-hero-visual {
    min-height: 0;
    justify-content: center;
    justify-self: stretch;
    transform: none;
    margin-top: 16px;
  }

body.datenschutz-page .page-hero-graphic {
    width: min(112vw, 560px);
    max-width: none;
    margin: 0 auto;
  }

body.datenschutz-page .product-grid {
    grid-template-columns: 1fr;
  }

body.datenschutz-page .hero-products {
    max-width: 340px;
    gap: 12px;
    margin-top: -28px;
  }

body.datenschutz-page .hero-product {
    min-height: 92px;
    padding: 12px 10px;
  }

body.datenschutz-page .hero-product img {
    max-height: 66px;
  }

body.datenschutz-page .content-shell,
body.datenschutz-page .cta-card,
body.datenschutz-page .footer-grid {
    width: min(100%, calc(100% - 48px));
  }

body.datenschutz-page .product-grid {
    grid-template-columns: 1fr;
  }

body.datenschutz-page .workflow-process {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }

body.datenschutz-page .workflow-step {
    padding-left: 28px;
  }

body.datenschutz-page .workflow-step::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 34px;
    bottom: -26px;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(24, 214, 223, 0.18) 0%,
      rgba(24, 214, 223, 0.72) 50%,
      rgba(24, 214, 223, 0.08) 100%
    );
  }

body.datenschutz-page .workflow-step:last-child::before {
    display: none;
  }

body.datenschutz-page .workflow-step-label {
    margin-bottom: 12px;
  }

body.datenschutz-page .workflow-step-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 16px;
    border-radius: 24px;
  }

body.datenschutz-page .workflow-step-icon svg {
    width: 30px;
    height: 30px;
  }

body.datenschutz-page .workflow-step h3 {
    font-size: 20px;
  }

body.datenschutz-page .workflow-step p {
    max-width: none;
  }

body.datenschutz-page .workflow-step-note {
    padding: 8px 12px;
  }

body.datenschutz-page .workflow-trust-panel {
    gap: 28px;
  }

body.datenschutz-page .workflow-trust-content {
    gap: 22px;
  }

body.datenschutz-page .workflow-trust-graphic {
    max-width: 320px;
  }

body.datenschutz-page .feature-shell {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: minmax(0, 0.54fr) minmax(0, 0.46fr);
    gap: 18px;
  }

body.datenschutz-page .feature-visual {
    transform: translateX(-56px);
  }

body.datenschutz-page .portrait-panel {
    min-height: 330px;
    padding-bottom: 32px;
  }

body.datenschutz-page .feature-composite {
    width: 560px;
    transform: translate(-70px, -50%);
  }

body.datenschutz-page .feature-copy .copy {
    max-width: 100%;
  }

body.datenschutz-page .cta-card {
    padding: 30px 24px;
  }

body.datenschutz-page .site-footer {
    padding: 48px 0 120px;
  }

body.datenschutz-page .footer-tooth {
    right: -70px;
    top: auto;
    bottom: -50px;
    width: 280px;
    height: auto;
    max-width: 62vw;
    filter: brightness(1.65) saturate(0.45);
  }

body.datenschutz-page .footer-col h3 {
    font-size: 22px;
  }

body.datenschutz-page .feature-shell {
    width: min(100%, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 18px;
  }

body.datenschutz-page .feature-visual {
    transform: none;
  }

body.datenschutz-page .portrait-panel {
    min-height: 0;
    justify-content: flex-start;
    padding-bottom: 0;
  }

body.datenschutz-page .feature-composite {
    position: relative;
    left: auto;
    top: auto;
    width: min(126vw, 540px);
    max-width: none;
    transform: none;
    margin: -12px 0 0 -44px;
  }

body.datenschutz-page .feature-copy {
    align-self: start;
  }

body.datenschutz-page .feature-copy .copy {
    max-width: none;
  }



}

@media (prefers-reduced-motion: reduce) {
body.datenschutz-page .header-panel,
body.datenschutz-page .nav-toggle-line,
body.datenschutz-page .btn,
body.datenschutz-page .workflow-process::before,
body.datenschutz-page .workflow-step,
body.datenschutz-page .workflow-step-icon,
body.datenschutz-page .workflow-trust-panel {
    transition: none;
  }

body.datenschutz-page .workflow-process::before,
body.datenschutz-page .workflow-step,
body.datenschutz-page .workflow-trust-panel {
    opacity: 1;
    transform: none;
  }

body.datenschutz-page .workflow-step-icon {
    transform: none;
    box-shadow: 0 16px 36px rgba(26, 35, 38, 0.08);
  }



}
