@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/roboto/300-normal/300-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/roboto/400-normal/400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/roboto/500-normal/500-normal.woff2") format("woff2");
}

:root {
  --green: #036463;
  --green-dark: #004d4c;
  --text: #333;
  --muted: #666;
  --line: #dfe7e5;
  --soft: #f4f8f7;
  --white: #fff;
  --max: 1180px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--green-dark);
}

section[id],
.services-section,
.feature-section,
.contact-shell,
.legal-shell,
.subpage-intro {
  scroll-margin-top: 150px;
}

:focus-visible {
  outline: 3px solid #0a8f8d;
  outline-offset: 4px;
}

@keyframes hero-fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -38px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header-fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  z-index: 10001;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--green);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 30px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.header-shell {
  width: calc(100% - 60px);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 382.723px minmax(0, 1fr) 306.593px;
  align-items: stretch;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  animation: header-fade-in-down 1.25s ease both;
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  display: block;
  width: min(100%, 382.723px);
  height: auto;
}

.desktop-nav {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
  padding: 0 0 0 clamp(0px, calc((100vw - 1500px) * 0.18), 73px);
  font-size: 17px;
  font-weight: 500;
}

.nav-link {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  color: #020202;
  text-decoration: none;
}

.nav-link.is-active,
.nav-link:hover {
  color: var(--green);
}

.phone-ribbon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 306.593px;
  min-height: 88px;
  padding: 0 27px 0 92px;
  color: var(--white);
  background: url("/assets/icons/tel-button-40eefdfe.svg") center / 100% 100% no-repeat;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  white-space: nowrap;
}

.phone-ribbon::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 13px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.25 1.01l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.01-.24c1.12.37 2.33.57 3.58.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.46.57 3.58a1 1 0 0 1-.25 1.01l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  letter-spacing: 0;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin: 8px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #666;
}

.mobile-panel {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 9, 7, 0.87);
  pointer-events: auto;
}

.mobile-panel[hidden] {
  display: none;
}

.mobile-panel-card {
  position: relative;
  width: min(390px, 100%);
  padding: 58px 34px 48px;
  border: 2px solid var(--green);
  background: var(--white);
  text-align: center;
}

.mobile-panel nav {
  display: grid;
  gap: 12px;
}

.mobile-panel .nav-link {
  justify-content: center;
  font-size: 20px;
}

.mobile-close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}

.hero {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: center / cover no-repeat var(--hero-bg, none);
}

.hero-home {
  min-height: 880px;
}

.hero-subpage {
  min-height: 600px;
  padding: 120px 0 70px;
  background-position: center;
}

.hero-subpage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: min(30vw, 270px);
  background: bottom center / contain no-repeat url("/assets/icons/schaltplan-kopie-1-ac6ad9fa.svg");
  mix-blend-mode: lighten;
  opacity: 0.62;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52) 48%, rgba(3, 100, 99, 0.72)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.2));
}

.hero-subpage .hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38) 50%, rgba(3, 100, 99, 0.62)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 32px));
  padding-top: 86px;
}

.hero h1 {
  margin: 0;
  color: var(--green);
  font-size: clamp(46px, 7vw, 90px);
  font-weight: 500;
  line-height: 1.1;
}

.hero-home h1 {
  animation: hero-fade-in-down 0.9s ease both;
}

.hero-kicker {
  margin: 0 0 12px;
  color: #020202;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subtitle,
.hero-content p {
  margin: 20px 0 0;
  color: #020202;
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 300;
  line-height: 1.1;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 34px;
  border: 2px solid var(--green);
  color: var(--white);
  background: var(--green);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  color: var(--green);
  background: var(--white);
}

.home-main {
  overflow: hidden;
}

.scroll-cue {
  position: absolute;
  right: 42px;
  bottom: 36px;
  z-index: 2;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: end;
  padding: 0 24px 18px 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.36);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
}

.video-toggle {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 112px;
  min-height: 44px;
  border: 2px solid var(--white);
  color: var(--white);
  background: rgba(0, 0, 0, 0.28);
  font-weight: 700;
}

.hero-home {
  min-height: 100vh;
  margin-top: 4px;
  background: center / cover no-repeat url("/assets/images/header_video-placeholder-5fe5c710.jpg");
}

.hero-home::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: min(34vw, 330px);
  background: bottom center / contain no-repeat url("/assets/icons/schaltplan-kopie-1-ac6ad9fa.svg");
  mix-blend-mode: lighten;
  opacity: 0.74;
  pointer-events: none;
}

.hero-home .hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.28) 46%, rgba(3, 100, 99, 0.54)),
    rgba(255, 255, 255, 0.18);
}

.hero-home .hero-content {
  width: 100%;
  padding-top: 0;
  transform: translateY(2.5px);
}

.hero-home .button {
  min-height: 58px;
  margin-top: 20px;
  padding: 0 38px;
  font-size: 18px;
  font-weight: 500;
}

.welcome-section {
  min-height: 589px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: calc(50% - 100px) center / contain no-repeat url("/assets/images/content1-parallax-c9934931.png");
}

.welcome-inner {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  padding: 113px 0 118px 10px;
  transform: translateY(7.6px);
}

.welcome-kicker {
  margin: 0 0 -10px;
  color: #c6c6c6;
  font-size: 87px;
  font-weight: 700;
  line-height: 0.5;
  transform: translate3d(0, var(--welcome-kicker-y, 0px), 0);
  will-change: transform;
}

.welcome-section h2 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 87px;
  font-weight: 700;
  line-height: 1.1;
  filter: blur(var(--welcome-title-blur, 0px));
  will-change: filter;
}

.welcome-section p:last-child {
  max-width: 1140px;
  margin: 0;
  color: #020202;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: var(--welcome-copy-opacity, 1);
  transform: translate3d(0, var(--welcome-copy-y, 0px), 0);
  filter: blur(var(--welcome-copy-blur, 0px));
  will-change: opacity, transform, filter;
}

.workshop-section {
  position: relative;
  height: 850px;
  min-height: 850px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.18)),
    center / cover no-repeat url("/assets/images/content-area2_bg-1-1f3eeb53.jpg");
}

.workshop-grid {
  position: absolute;
  inset: 0 auto auto 0;
  width: 580px;
  height: 850px;
  display: block;
  pointer-events: none;
}

.workshop-video {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.98);
  background: #101010;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  transform: translate3d(0, var(--workshop-video-y, 0px), 0);
  will-change: transform;
}

.workshop-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-video-1 {
  --workshop-video-y: var(--workshop-video-1-y, 0px);
  top: 45px;
  left: -5px;
  width: 118px;
  height: 89px;
}

.workshop-video-2 {
  --workshop-video-y: var(--workshop-video-2-y, 0px);
  top: 204px;
  left: 325px;
  width: 88px;
  height: 67px;
}

.workshop-video-3 {
  --workshop-video-y: var(--workshop-video-3-y, 0px);
  top: 674px;
  left: 32px;
  width: 130px;
  height: 98px;
}

.workshop-video-4 {
  --workshop-video-y: var(--workshop-video-4-y, 0px);
  top: 674px;
  left: 401px;
  width: 168px;
  height: 128px;
}

.workshop-text {
  position: absolute;
  top: 300px;
  left: calc(50% - 550px);
  width: 1120px;
  display: grid;
  grid-template-columns: 534px 561px;
  gap: 25px;
  align-items: start;
}

.workshop-text h2 {
  margin: 0;
  color: var(--white);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
}

.workshop-text p {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 16px;
  line-height: 2.5;
}

.media-toggle,
.service-pause,
.feature-pause {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  padding: 0 16px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.34);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.media-toggle {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

.services-section {
  position: relative;
  min-height: calc(85vh + 30px);
  overflow: hidden;
  background: #111;
  touch-action: pan-y;
}

.service-slides {
  position: relative;
  min-height: 85vh;
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.services-section.is-dragging .service-slides {
  cursor: grabbing;
}

.service-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: inherit;
  display: grid;
  align-items: end;
  padding: 0 0 13% 5%;
  color: var(--white);
  background: center / cover no-repeat var(--service-bg);
  opacity: 1;
  visibility: visible;
}

.service-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.service-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.service-copy {
  position: relative;
  z-index: 1;
  width: min(547px, 30vw);
  max-width: none;
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.service-slide.is-active .service-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-copy h2 {
  margin: 0 0 30px;
  color: var(--white);
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.service-copy p {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.service-copy .button {
  min-height: 48px;
  height: 48px;
  margin-top: 0;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.service-controls {
  position: absolute;
  left: calc(50% - 289.5px);
  right: auto;
  bottom: 5px;
  z-index: 3;
  display: flex;
  align-items: start;
  gap: 12px;
}

.service-dot {
  --service-icon-width: 176px;
  display: block;
  width: 185px;
  min-height: 153px;
  border: 0;
  padding: 0;
  color: #666;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.service-dot:nth-child(1) {
  --service-icon-width: 67px;
}

.service-dot:nth-child(2) {
  --service-icon-width: 80px;
}

.service-dot:nth-child(3) {
  --service-icon-width: 176px;
}

.service-dot img {
  display: block;
  height: 115px;
  width: var(--service-icon-width);
  max-width: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.service-dot span {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.service-dot:hover,
.service-dot.is-active {
  opacity: 1;
}

.service-dot.is-active {
  opacity: 1;
}

.service-pause {
  position: absolute;
  z-index: 4;
  right: 40px;
  top: 38px;
}

.video-toggle,
.media-toggle,
.service-pause,
.feature-pause {
  width: 1px;
  min-height: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.video-toggle:focus-visible,
.media-toggle:focus-visible,
.service-pause:focus-visible,
.feature-pause:focus-visible {
  width: auto;
  min-height: 44px;
  height: auto;
  padding: 0 16px;
  clip-path: none;
  white-space: normal;
}

.info-strip {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 63px;
  width: 575px;
  min-height: 86px;
  display: grid;
  grid-template-columns: 55px 490px;
  align-items: center;
  padding: 0 0 0 29px;
  color: #666;
  background: transparent;
}

.info-strip span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #020202;
  background: var(--white);
  border-radius: 50%;
  font-weight: 700;
}

.info-strip p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.statement-section {
  position: relative;
  min-height: 80vh;
  display: grid;
  place-items: center;
  margin-top: -52px;
  padding: 140px 20px 120px;
  overflow: hidden;
  background:
    bottom center / cover no-repeat url("/assets/icons/bg-verlauf-5b5df005.svg"),
    center / cover no-repeat url("/assets/icons/fourth-content_image-overlay-76ae571b.svg"),
    #f5f7f7;
}

.statement-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
}

.statement-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  text-align: center;
  transform: translateY(-47.45px);
}

.statement-inner p {
  margin: 0;
  color: #020202;
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 700;
  line-height: 1.7;
}

.statement-inner strong {
  color: var(--green);
  font-weight: 700;
}

.statement-inner img {
  width: 55px;
  margin-top: 16px;
}

.feature-section {
  position: relative;
  z-index: 2;
  height: 926px;
  padding: 0;
  margin-top: -160px;
  overflow: hidden;
}

.feature-carousel {
  width: min(1908px, calc(100% - clamp(40px, 6.8vw, 140px)));
  margin: 0 auto;
  padding-top: 30px;
  touch-action: pan-y;
}

.feature-viewport {
  overflow: hidden;
}

.feature-grid {
  width: 100%;
  display: flex;
  gap: 32px;
  padding-left: 0;
  transition: transform 0.7s ease;
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.feature-carousel.is-dragging .feature-grid {
  cursor: grabbing;
}

.feature-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 2);
  box-sizing: border-box;
  padding: 20px 30px;
  background: var(--white);
  box-shadow: 12px 12px 1px 1px var(--green);
  border: 0.2px outset rgba(184, 193, 193, 0.71);
}

.feature-card-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  color: inherit;
  text-decoration: none;
}

.feature-card-cover:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 6px;
}

.feature-image {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1040 / 518;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
}

.feature-card-body {
  min-height: 293px;
  padding: 60px;
  background: var(--white);
}

.feature-card h2 {
  margin: 0 0 8px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
}

.feature-card h2 {
  color: #020202;
}

.feature-card:hover h2 {
  color: var(--green);
}

.feature-card p {
  margin: 0;
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.feature-controls {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin-top: 104px;
}

.feature-arrow {
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--green);
  background: transparent;
  font: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.feature-arrow:hover,
.feature-arrow:focus-visible {
  color: var(--green-dark);
}

.home-cta {
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding: 100px 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.1)),
    center right / cover no-repeat url("/assets/images/kontakt-banner-bg-9b670eaf.jpg");
  text-align: left;
}

.cta-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.home-cta h2 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 700;
  line-height: 1.16;
}

.subpage-main {
  overflow: hidden;
  background: var(--white);
}

.live-like-main .hero-subpage {
  min-height: 400px;
  margin-top: -20px;
  padding: 0;
  place-items: stretch;
  background-position: center;
}

.live-like-main .hero-subpage::after {
  inset: 0;
  height: auto;
  background-position: 50% 100%;
  background-size: auto;
  mix-blend-mode: normal;
  opacity: 1;
}

.live-like-main .hero-subpage .hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.22) 48%, rgba(3, 100, 99, 0.56)),
    rgba(255, 255, 255, 0.18);
}

.live-title-section {
  width: min(1120px, calc(100% - 320px));
  min-height: 246px;
  margin: 0 auto;
  display: grid;
  align-items: end;
  padding: 0 0 10px;
}

.live-title-section h1 {
  margin: 0;
  color: #020202;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}

body[data-route="/680/firmeninterne-metallverarbeitung/"] .live-title-section {
  min-height: 312px;
}

body[data-route="/680/firmeninterne-metallverarbeitung/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/680/firmeninterne-metallverarbeitung/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/684/ihk-ausbildungsbetrieb/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center top;
}

body[data-route="/684/ihk-ausbildungsbetrieb/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/684/ihk-ausbildungsbetrieb/"] .live-intro {
  min-height: 313px;
}

body[data-route="/684/ihk-ausbildungsbetrieb/"] .live-intro p {
  margin-bottom: 16px;
  color: #020202;
  line-height: 1.7;
}

body[data-route="/682/familienunternehmen-seit-1979/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center bottom;
}

body[data-route="/682/familienunternehmen-seit-1979/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/682/familienunternehmen-seit-1979/"] .live-intro {
  min-height: 313px;
  padding-top: 24px;
}

body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section {
  width: min(1380px, calc(100% - 60px));
  min-height: 272px;
}

body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section h1 {
  max-width: none;
  white-space: nowrap;
}

body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/impressum/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center bottom;
}

body[data-route="/impressum/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/kontakt/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/rechtliche-hinweise/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center top;
}

body[data-route="/ueber-uns/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center bottom;
}

body[data-route="/ueber-uns/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/steuerungsbau/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/steuerungsbau/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/verteilungsbau/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center bottom;
}

body[data-route="/verteilungsbau/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/schaltanlagenbau/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/schaltanlagenbau/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/1/zertifizierte-qualitaet/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center center;
}

body[data-route="/1/zertifizierte-qualitaet/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/planung-beratung/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center bottom;
}

body[data-route="/planung-beratung/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

body[data-route="/stellenangebote/"] .live-like-main .hero-subpage {
  margin-top: 4px;
  background-position: center top;
}

body[data-route="/stellenangebote/"] .live-like-main .hero-subpage .hero-overlay {
  display: none;
}

@media (min-width: 1025px) {
  body[data-route="/kontakt/"] .site-header,
  body[data-route="/rechtliche-hinweise/"] .site-header,
  body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .site-header,
  body[data-route="/1/zertifizierte-qualitaet/"] .site-header,
  body[data-route="/impressum/"] .site-header {
    top: 20px;
  }
}

.live-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

.live-reveal[data-live-reveal="left"] {
  transform: translate3d(-42px, 0, 0);
}

.live-reveal[data-live-reveal="right"] {
  transform: translate3d(42px, 0, 0);
}

.live-reveal[data-live-reveal="down"] {
  transform: translate3d(0, -38px, 0);
}

.live-reveal.live-reveal-delay-short {
  transition-delay: 0.12s;
}

.live-reveal.live-reveal-delay {
  transition-delay: 0.3s;
}

.live-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.control-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.control-intro-section {
  min-height: 236px;
  padding: 48px 0 64px;
}

.control-intro-section p,
.control-planning-section p,
.control-planning-section li,
.control-applications-section p,
.control-applications-section li,
.control-optimization-section p {
  margin: 0;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.control-intro-section a,
.control-optimization-section a {
  color: var(--green);
  text-decoration: none;
}

.control-planning-section {
  min-height: 771px;
  padding-top: 80px;
  background: center / cover repeat fixed var(--control-planning-bg);
}

.control-planning-inner {
  width: min(1480px, 100%);
  min-height: 631px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 740px 740px;
}

.control-planning-card {
  min-height: 631px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.control-mark {
  display: block;
  width: 50px;
  height: 55px;
  object-fit: contain;
  margin: 0 0 25px;
}

.control-planning-section h2,
.control-applications-section h2 {
  margin: 0 0 20px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.control-planning-section h2 {
  width: 680px;
}

.control-planning-section p,
.control-planning-section ul {
  width: 680px;
}

.control-planning-section ul {
  margin: 16px 0;
  padding-left: 18px;
}

.control-planning-section li + li {
  margin-top: 0;
}

.control-applications-section {
  position: relative;
  min-height: 883px;
  background: #b9bbbc;
}

.control-applications-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover repeat fixed var(--control-pattern-bg);
  opacity: 0.5;
  pointer-events: none;
}

.control-applications-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  padding-top: 130px;
  text-align: center;
}

.control-applications-inner .control-mark {
  margin: 0 auto 19px;
}

.control-applications-section p {
  margin-bottom: 81px;
}

.control-applications-section h3,
.control-optimization-section h3 {
  margin: 0;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.control-applications-section h3 {
  margin-bottom: 20px;
}

.control-example-grid {
  display: grid;
  grid-template-columns: 530px 530px;
  gap: 30px;
  padding: 15px 15px 0;
  text-align: left;
}

.control-example-grid ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.control-optimization-section {
  min-height: 707px;
  background: #fff;
}

.control-optimization-grid {
  width: 100%;
  min-height: 707px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.control-optimization-media {
  min-height: 707px;
  background: center / cover no-repeat var(--control-optimization-bg);
}

.control-optimization-copy {
  width: min(824px, calc(100% - 100px));
  padding-top: 150px;
  margin-left: 100px;
}

.control-optimization-section h3 {
  margin-bottom: 20px;
}

.control-optimization-section p {
  margin-bottom: 16px;
}

.control-optimization-section p:last-child {
  margin-bottom: 0;
  font-weight: 700;
}

.distribution-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.distribution-intro-section {
  min-height: 205px;
  padding: 48px 0 66px;
}

.distribution-intro-section p,
.distribution-requirements-section p,
.distribution-requirements-section li,
.distribution-components-section p,
.distribution-components-section li,
.distribution-quality-section p,
.distribution-quality-section li {
  margin: 0;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.distribution-requirements-section {
  min-height: 915px;
  padding-top: 80px;
  background: center / cover repeat fixed var(--distribution-requirements-bg);
}

.distribution-requirements-inner {
  width: min(1480px, 100%);
  min-height: 775px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 740px 740px;
}

.distribution-requirements-card {
  min-height: 775px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.distribution-mark {
  display: block;
  width: 50px;
  height: 60px;
  object-fit: contain;
  margin: 0 0 4px;
}

.distribution-requirements-section h2 {
  width: 680px;
  margin: 0 0 5px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.distribution-requirements-section p,
.distribution-requirements-section ul {
  width: 680px;
}

.distribution-requirements-section p {
  margin-bottom: 16px;
}

.distribution-requirements-section ul {
  margin: 0;
}

.distribution-components-section {
  position: relative;
  min-height: 736px;
  background: #b9bbbc;
}

.distribution-components-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover repeat fixed var(--distribution-pattern-bg);
  opacity: 0.5;
  pointer-events: none;
}

.distribution-components-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  padding-top: 130px;
  text-align: center;
}

.distribution-components-inner .distribution-mark {
  margin: 0 auto 14px;
}

.distribution-components-section h3,
.distribution-quality-section h3 {
  margin: 0;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.distribution-components-inner > p {
  margin-bottom: 81px;
}

.distribution-components-section h3 {
  margin-bottom: 20px;
}

.distribution-components-grid {
  display: grid;
  grid-template-columns: 530px 530px;
  gap: 30px;
  padding: 15px 15px 0;
  text-align: left;
}

.distribution-quality-section {
  min-height: 801px;
  background: #fff;
}

.distribution-quality-grid {
  min-height: 801px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.distribution-quality-media {
  min-height: 801px;
  background: center / cover no-repeat var(--distribution-quality-bg);
}

.distribution-quality-copy {
  width: min(924px, calc(100% - 100px));
  margin-left: 50px;
  padding-top: 150px;
}

.distribution-quality-section h3 {
  margin-bottom: 20px;
}

.distribution-quality-section h2 {
  margin: 36px 0 20px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.distribution-quality-section p {
  margin-bottom: 16px;
}

.distribution-quality-section a {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
}

.distribution-muted-list,
.distribution-components-grid ul,
.distribution-inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.distribution-muted-list li,
.distribution-components-grid li,
.distribution-inline-list li {
  position: relative;
  padding-left: 22px;
}

.distribution-muted-list li::before,
.distribution-components-grid li::before,
.distribution-inline-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.distribution-muted-list li,
.distribution-inline-list li {
  color: #666;
}

.distribution-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  margin: 0 0 16px;
}

.switchgear-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.switchgear-intro-section {
  min-height: 236px;
  padding: 48px 0 64px;
}

.switchgear-intro-section p,
.switchgear-supply-section p,
.switchgear-certified-section p,
.switchgear-certified-section li {
  margin: 0;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.switchgear-intro-section a,
.switchgear-supply-section a,
.switchgear-certified-section a {
  color: var(--green);
  text-decoration: none;
}

.switchgear-certified-section a {
  font-weight: 700;
}

.switchgear-supply-section {
  min-height: 847px;
  padding-top: 80px;
  background: center / cover repeat fixed var(--switchgear-supply-bg);
}

.switchgear-supply-inner {
  width: min(1480px, 100%);
  min-height: 707px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 740px 740px;
}

.switchgear-supply-card {
  min-height: 707px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.switchgear-mark {
  display: block;
  width: 50px;
  height: 60px;
  object-fit: contain;
  margin: 0 0 5px;
}

.switchgear-supply-section h2,
.switchgear-certified-section h2 {
  margin: 0;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.switchgear-supply-section h2 {
  width: 680px;
  margin-bottom: 5px;
}

.switchgear-supply-section p,
.switchgear-supply-section ul {
  width: 680px;
}

.switchgear-supply-section p {
  margin-bottom: 16px;
}

.switchgear-certified-section {
  min-height: 1012px;
  background: #fff;
}

.switchgear-certified-grid {
  min-height: 1012px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.switchgear-certified-media {
  min-height: 1012px;
  background: left center / cover no-repeat var(--switchgear-certified-bg);
}

.switchgear-certified-copy {
  width: min(924px, calc(100% - 100px));
  margin-left: 50px;
  padding-top: 150px;
}

.switchgear-certified-section h2 {
  margin-bottom: 20px;
}

.switchgear-certified-section p {
  margin-bottom: 16px;
}

.switchgear-certified-section p:nth-of-type(2) {
  margin-bottom: 51px;
}

.switchgear-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.switchgear-inline-list li {
  position: relative;
  padding-left: 22px;
  color: #666;
}

.switchgear-inline-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.switchgear-logo-spacer {
  min-height: 125px;
  margin-top: 50px;
  background: url("../icons/statement-bildlogo-8763e9fc.svg") 35px 0 / auto no-repeat;
}

.planning-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.planning-intro-section {
  min-height: 236px;
  padding: 48px 0 64px;
}

.planning-intro-section p,
.planning-customer-section p,
.planning-software-section p,
.planning-software-section li {
  margin: 0;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.planning-customer-section a {
  color: var(--green);
  text-decoration: none;
}

.planning-customer-section {
  min-height: 1236px;
  padding-top: 80px;
  background: center / cover repeat fixed var(--planning-customer-bg);
}

.planning-customer-inner {
  width: min(1480px, 100%);
  min-height: 1096px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 740px 740px;
}

.planning-customer-card {
  min-height: 1096px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.planning-mark {
  display: block;
  width: 50px;
  height: 60px;
  object-fit: contain;
  margin: 0 0 5px;
}

.planning-customer-section h2 {
  width: 680px;
  margin: 0 0 5px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.planning-customer-section h2 + p {
  margin-bottom: 16px;
}

.planning-customer-section p {
  width: 680px;
}

.planning-customer-section p + h2 {
  margin-top: 16px;
}

.planning-software-section {
  min-height: 998px;
  background: #fff;
}

.planning-software-grid {
  min-height: 998px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.planning-software-copy {
  width: min(864px, calc(100% - 160px));
  margin-left: 80px;
  padding-top: 120px;
}

.planning-software-media {
  min-height: 998px;
  background: center top / cover no-repeat var(--planning-software-bg);
}

.planning-software-section h3 {
  margin: 0 0 10px;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.planning-software-section p {
  margin-bottom: 26px;
}

.planning-check-list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}

.planning-check-list li {
  position: relative;
  min-height: 31px;
  padding-left: 22px;
  color: #666;
}

.planning-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.planning-logo-spacer {
  min-height: 125px;
  margin-top: 50px;
  background: url("../icons/statement-bildlogo-8763e9fc.svg") 35px 0 / auto no-repeat;
}

.electro-title-copy h1 {
  margin-bottom: 20px;
}

.electro-title-copy h2 {
  margin: 0;
  color: #020202;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
}

.electro-wide-copy {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.electro-intro-section {
  min-height: 232px;
  padding: 48px 0 26px;
}

.electro-intro-section p,
.electro-planning-copy p,
.electro-precision-grid p,
.electro-industry-copy p,
.electro-flex-copy p {
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.electro-intro-section p {
  margin: 0 0 36px;
}

.electro-planning-copy p {
  margin: 0;
}

.electro-intro-section p:last-child,
.electro-planning-copy p:last-child,
.electro-precision-grid p:last-child,
.electro-industry-copy p:last-child,
.electro-flex-copy p:last-child {
  margin-bottom: 0;
}

.electro-intro-section p:nth-child(2) {
  font-weight: 600;
}

.electro-intro-section a {
  color: var(--green);
  text-decoration: none;
}

.electro-planning-band {
  min-height: 588px;
  margin-top: 100px;
  padding-top: 175px;
  background: center / cover no-repeat fixed var(--band-bg);
}

.electro-planning-copy {
  width: min(680px, calc(100% - 60px));
  margin-left: max(30px, calc((100% - 1480px) / 2 + 30px));
}

.electro-planning-copy h2,
.electro-industry-copy h2 {
  margin: 0 0 24px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.electro-precision-section {
  min-height: 463px;
  padding-top: 80px;
}

.electro-precision-section .electro-wide-copy {
  width: min(1480px, calc(100% - 40px));
}

.electro-precision-section h2,
.electro-precision-section h3 {
  margin: 0 0 39px;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.electro-precision-grid {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 650px);
  gap: 60px;
}

.electro-precision-grid p {
  margin: 0 0 20px;
}

.electro-precision-grid > div:nth-child(2) p {
  margin-bottom: 0;
  font-weight: 600;
}

.electro-precision-grid .button {
  height: 48px;
  min-height: 48px;
  margin-top: 21px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
}

.electro-industry-section {
  min-height: 813px;
  display: grid;
  grid-template-columns: 50% 50%;
  background: #fff;
}

.electro-industry-media {
  min-height: 813px;
  background: center / cover no-repeat var(--industry-bg);
}

.electro-industry-copy {
  width: 924px;
  margin-left: 50px;
  padding-top: 150px;
}

.electro-industry-copy p {
  margin: 0 0 32px;
}

.electro-flex-section {
  min-height: 615px;
  margin-top: -10px;
  background: center / cover no-repeat var(--flex-bg);
}

.electro-flex-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  padding-top: 143px;
}

.electro-flex-copy h2 {
  margin: 0 0 36px;
  color: var(--green);
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.electro-contact-band {
  min-height: 682px;
  padding-top: 227px;
  background: right center / cover no-repeat var(--contact-bg);
}

.electro-contact-copy {
  width: 560px;
  margin-left: 464px;
}

.electro-contact-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}

.electro-contact-copy .button {
  height: 48px;
  min-height: 48px;
  margin-top: 0;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
}

.cert-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.cert-intro-section {
  min-height: 236px;
  padding: 48px 0 64px;
}

.cert-intro-section p,
.cert-training-section p,
.cert-training-section li,
.cert-management-section p {
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.cert-intro-section p {
  margin: 0;
}

.cert-training-section {
  min-height: 565px;
  padding-top: 80px;
  background-color: #f4f5f5;
  background-image: var(--cert-pattern);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cert-training-section h2 {
  margin: 0 0 90px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.cert-training-grid {
  display: grid;
  grid-template-columns: 438px 438px;
  gap: 122px;
  padding: 50px 80px 0;
}

.cert-training-column p,
.cert-training-column ul {
  margin: 0;
}

.cert-training-column .cert-column-title {
  min-height: 26px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.cert-training-column .cert-column-title + p,
.cert-training-column .cert-column-title + ul {
  margin-top: 0;
}

.cert-training-column ul {
  padding: 15px 0 0;
  list-style: none;
}

.cert-training-column li {
  color: var(--muted);
}

.cert-spacer {
  height: 70px;
}

.cert-management-section {
  min-height: 449px;
}

.cert-management-grid {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 796px 303px;
  gap: 20px;
  align-items: start;
}

.cert-management-copy {
  padding-top: 44px;
}

.cert-management-section h2 {
  margin: 0 0 18px;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.cert-management-section p {
  width: 796px;
  margin: 0 0 16px;
}

.cert-certificate {
  width: 303px;
  margin: 10px 0 0;
}

.cert-certificate img {
  display: block;
  width: 303px;
  height: 429px;
  object-fit: contain;
}

.about-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.about-title-tradition {
  min-height: 325px;
  display: grid;
  align-items: end;
  padding-bottom: 10px;
}

.about-title-tradition h1,
.about-title-tradition h2,
.about-expansion-card h2,
.about-staff-section h2,
.about-management-section h2,
.about-family-section h3,
.about-references-section h2,
.about-references-section h3 {
  margin: 0;
  color: #020202;
  font-weight: 500;
  line-height: 1.1;
}

.about-title-tradition h1 {
  margin-bottom: 20px;
  font-size: 60px;
}

.about-title-tradition h2,
.about-expansion-card h2,
.about-staff-section h2,
.about-references-section h2 {
  font-size: 54px;
}

.about-tradition-copy {
  min-height: 313px;
  padding-top: 48px;
}

.about-tradition-copy p,
.about-expansion-card p,
.about-staff-section p,
.about-management-section p,
.about-family-section p,
.about-references-section p,
.about-references-section li {
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.about-tradition-copy p {
  margin: 0 0 16px;
}

.about-expansion-section {
  min-height: 726px;
  padding-top: 80px;
  background: center / cover no-repeat var(--about-expansion-bg);
}

.about-expansion-card {
  width: 740px;
  min-height: 586px;
  margin-left: 50%;
  padding: 30px 30px 40px;
  background: rgba(255, 255, 255, 0.72);
}

.about-expansion-card img {
  width: 50px;
  margin-bottom: 25px;
}

.about-expansion-card h2 {
  margin-bottom: 20px;
  width: 680px;
}

.about-expansion-card p {
  width: 680px;
  margin: 0 0 16px;
}

.about-staff-section {
  position: relative;
  min-height: 628px;
  background: #b9bbbc;
}

.about-staff-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover no-repeat var(--about-pattern-bg);
  opacity: 0.5;
  pointer-events: none;
}

.about-staff-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  padding-top: 110px;
  text-align: center;
}

.about-staff-inner img {
  width: 50px;
  margin-bottom: 44px;
}

.about-staff-section h2 {
  margin-bottom: 50px;
}

.about-two-columns {
  width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px 500px;
  gap: 60px;
  text-align: left;
}

.about-two-columns p {
  margin: 0;
}

.about-gap-small {
  height: 70px;
}

.about-gap-large {
  height: 120px;
}

.about-management-section {
  min-height: 447px;
}

.about-management-grid {
  width: min(1120px, calc(100% - 320px));
  height: 427px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 540px 560px;
  gap: 20px;
}

.about-management-copy {
  padding: 90px 0 0 10px;
}

.about-management-section h2 {
  margin-bottom: 21px;
  font-size: 54px;
}

.about-management-section p {
  margin: 0 0 15px;
}

.about-management-section a {
  color: var(--green);
  text-decoration: none;
}

.about-manager-name {
  color: var(--green) !important;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1 !important;
}

.about-management-photo {
  height: 427px;
  background: center / cover no-repeat var(--about-management-bg);
}

.about-family-section {
  min-height: 653px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.about-family-photo {
  min-height: 653px;
  background: center / cover no-repeat var(--about-family-bg);
}

.about-family-copy {
  width: min(924px, calc(100% - 100px));
  padding-top: 100px;
  margin-left: 50px;
}

.about-family-section h3 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #020202;
  font-weight: 500;
  line-height: 1.1;
}

.about-family-section p {
  margin: 0 0 16px;
}

.about-references-section {
  min-height: 1256px;
  padding-top: 80px;
  background-image: var(--about-references-bg), linear-gradient(#b9bbbc, #b9bbbc);
  background-position: 50% 100%, 0 0;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.about-references-section h2,
.about-references-section h3,
.about-references-section .about-references-intro p {
  color: #fff;
  text-align: center;
}

.about-references-section h2 {
  margin-bottom: 20px;
  font-size: 54px;
}

.about-references-intro p {
  margin: 0 0 36px;
}

.about-references-section h3 {
  font-size: 50px;
}

.about-customer-grid {
  width: min(1090px, calc(100% - 350px));
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-reference-column p,
.about-reference-column li,
.about-supplier-grid p,
.about-supplier-grid li {
  color: var(--green);
}

.about-reference-title {
  margin: 0 0 20px;
  font-weight: 600;
}

.about-reference-column .about-reference-title {
  line-height: 1;
}

.about-reference-column ul,
.about-supplier-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-reference-column li,
.about-supplier-grid li {
  position: relative;
  padding-left: 22px;
  font-weight: 600;
}

.about-reference-column li::before,
.about-supplier-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
}

.about-suppliers {
  width: min(1120px, calc(100% - 320px));
  margin: 86px auto 0;
}

.about-suppliers h3 {
  margin-bottom: 44px;
}

.about-supplier-grid {
  display: grid;
  grid-template-columns: 500px 220px 260px;
  gap: 60px;
}

.about-supplier-grid p {
  margin: 0 0 16px;
}

.jobs-wide-copy {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.jobs-title-section {
  min-height: 325px;
  display: grid;
  align-items: end;
  padding-bottom: 10px;
}

.jobs-title-section h1,
.jobs-title-section h2,
.jobs-training-section h2 {
  margin: 0;
  color: #020202;
  font-weight: 500;
  line-height: 1.1;
}

.jobs-title-section h1 {
  margin-bottom: 20px;
  font-size: 60px;
}

.jobs-title-section h2,
.jobs-training-section h2 {
  font-size: 54px;
}

.jobs-intro-section {
  min-height: 313px;
  padding-top: 48px;
}

.jobs-intro-section p,
.jobs-training-section p,
.jobs-training-section li,
.jobs-application-section p {
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.jobs-intro-section p,
.jobs-training-section p,
.jobs-application-section p {
  margin: 0 0 16px;
}

.jobs-training-section {
  min-height: 1249px;
  padding-top: 80px;
  background: center / cover repeat fixed var(--jobs-training-bg);
}

.jobs-training-grid {
  width: min(1480px, 100%);
  min-height: 1109px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 740px 740px;
}

.jobs-training-copy {
  width: 740px;
  min-height: 1109px;
  padding: 30px 30px 40px;
}

.jobs-training-copy img,
.jobs-application-section img {
  display: block;
  width: 50px;
}

.jobs-training-copy img {
  height: 60px;
  object-fit: contain;
  margin-bottom: 19px;
}

.jobs-training-section h2 {
  width: 680px;
  margin-bottom: 15px;
}

.jobs-training-section ul {
  width: 680px;
  margin: 0 0 23px;
  padding-left: 23px;
}

.jobs-training-section li + li {
  margin-top: 0;
}

.jobs-application-section {
  position: relative;
  min-height: 723px;
  padding-top: 130px;
  background: #b9bbbc;
}

.jobs-application-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover repeat fixed var(--jobs-pattern-bg);
  opacity: 0.5;
  pointer-events: none;
}

.jobs-application-section > .jobs-wide-copy {
  position: relative;
  z-index: 1;
}

.jobs-application-section img {
  height: 60px;
  object-fit: contain;
  margin: 0 auto 19px;
}

.jobs-application-section > .jobs-wide-copy > p {
  margin-bottom: 96px;
  text-align: center;
}

.jobs-application-section > .jobs-wide-copy > .live-reveal:nth-child(2) p {
  margin-bottom: 96px;
  text-align: center;
}

.jobs-application-grid {
  display: grid;
  grid-template-columns: 530px 530px;
  gap: 30px;
  padding: 0 15px;
}

.jobs-application-grid p {
  margin-bottom: 16px;
}

.jobs-application-section a {
  color: var(--green);
  text-decoration: none;
}

.contact-main .live-title-section,
.imprint-main .live-title-section {
  width: min(1120px, calc(100% - 40px));
  min-height: 284px;
  padding-bottom: 48px;
}

.contact-live-overview {
  min-height: 207px;
  padding-top: 88px;
}

.contact-live-grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 550px 550px;
  gap: 20px;
}

.contact-live-grid p,
.imprint-info-section p,
.legal-live-section p {
  margin: 0 0 16px;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.contact-live-form-section {
  min-height: 1102px;
  padding-top: 80px;
  background: center / cover no-repeat fixed var(--contact-form-bg);
}

.contact-form-inner {
  width: min(1480px, 100%);
  min-height: 962px;
  margin: 0 auto;
}

.contact-form-mark {
  display: block;
  width: 50px;
  height: 60px;
  margin: 0 0 34px 30px;
  object-fit: contain;
}

.contact-live-form-section h2 {
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto 7px;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.contact-live-form-section .contact-form {
  position: relative;
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.contact-live-form-section .contact-form fieldset {
  min-height: 69px;
  margin: 0 0 10px;
}

.contact-live-form-section .contact-form fieldset,
.contact-live-form-section .contact-form legend {
  padding: 0;
  border: 0;
}

.contact-live-form-section .contact-form legend,
.contact-live-form-section .contact-form label {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.contact-live-form-section .contact-form fieldset label {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.contact-live-form-section .form-grid {
  grid-template-columns: repeat(2, minmax(0, 705px));
  gap: 10px;
}

.contact-live-form-section .form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 85px;
}

.contact-live-form-section .form-grid label:nth-child(7) {
  grid-column: 1 / -1;
}

.contact-live-form-section .contact-form input,
.contact-live-form-section .contact-form textarea {
  height: 47px;
  min-height: 47px;
  border: 1px solid #69727d;
  padding: 8px 10px;
  background: #fff;
  box-sizing: border-box;
}

.contact-live-form-section .contact-form input[type="radio"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  border: 0;
}

.contact-live-form-section .contact-form textarea {
  height: 104px;
}

.contact-live-form-section .form-grid + label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.contact-live-form-section .required-note {
  display: none;
}

.contact-live-form-section .privacy-check {
  display: grid;
  min-height: 52px;
  margin: 55px 0 4px;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  font-weight: 400;
  line-height: 1.45;
}

.contact-live-form-section .privacy-check input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 2px 0 0;
  border: 0;
}

.contact-live-form-section .button {
  width: 100%;
  min-height: 47px;
  margin-top: 0;
  justify-content: center;
}

.contact-live-form-section .form-handoff {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-logo-spacer {
  min-height: 125px;
  margin-top: 49px;
  background: url("../icons/statement-bildlogo-8763e9fc.svg") 35px 0 / auto no-repeat;
}

.imprint-info-section {
  min-height: 396px;
  padding-top: 88px;
}

.imprint-info-grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 20px;
}

.imprint-agency-section {
  min-height: 705px;
  padding-top: 120px;
  background:
    linear-gradient(rgba(59, 83, 170, 0.35), rgba(59, 83, 170, 0.35)),
    center / cover no-repeat var(--imprint-agency-bg),
    #213e67;
  background-blend-mode: overlay, normal, normal;
  text-align: center;
}

.imprint-agency-section h2 {
  width: calc(100% - 30px);
  margin: 0 auto 70px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}

.imprint-agency-logo-row {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imprint-agency-grid {
  width: min(1600px, calc(100% - 30px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imprint-agency-logo-row {
  align-items: center;
  min-height: 135px;
}

.imprint-agency-logo {
  justify-self: center;
  display: block;
  width: 372px;
  max-width: 82%;
  line-height: 0;
}

.imprint-agency-logo-row img {
  width: 372px;
  height: auto;
  display: block;
}

.imprint-agency-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 41px;
  transform: translateX(-28px);
}

.imprint-agency-social p {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
}

.agency-social-links {
  display: flex;
  gap: 20px;
}

.agency-social-link {
  width: 67.5px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
}

.agency-social-link::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--agency-social-icon) center / contain no-repeat;
  mask: var(--agency-social-icon) center / contain no-repeat;
}

.agency-social-facebook {
  --agency-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h137.3V327.7h-63V256h63v-54.6c0-62.2 37-96.6 93.8-96.6 27.2 0 55.6 4.9 55.6 4.9v61.1h-31.3c-30.8 0-40.4 19.1-40.4 38.7V256h68.8l-11 71.7H263V480h137c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48Z'/%3E%3C/svg%3E");
}

.agency-social-instagram {
  --agency-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M224 141c-63.6 0-115 51.4-115 115s51.4 115 115 115 115-51.4 115-115-51.4-115-115-115Zm0 189.6c-41.1 0-74.6-33.4-74.6-74.6s33.4-74.6 74.6-74.6 74.6 33.4 74.6 74.6-33.5 74.6-74.6 74.6Zm146.6-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8Zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9S352.5 35.1 316.5 33.4C279.5 31.3 168.5 31.3 131.5 33.4c-35.9 1.7-67.7 9.9-93.9 36.2S3.1 127.5 1.4 163.5c-2.1 37-2.1 148 0 185 1.7 35.9 9.9 67.7 36.2 93.9s58 34.5 93.9 36.2c37 2.1 148 2.1 185 0 35.9-1.7 67.7-9.9 93.9-36.2s34.5-58 36.2-93.9c2.1-37 2.1-148 .1-185ZM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.4 9s-102.9 2.6-132.4-9C72 422.8 56.9 407.7 49 388c-11.7-29.5-9-99.5-9-132s-2.6-102.9 9-132.4C56.8 104 71.9 88.9 91.6 81c29.5-11.7 99.5-9 132.4-9s102.9-2.6 132.4 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.4s2.7 102.5-9 132Z'/%3E%3C/svg%3E");
}

.agency-social-tiktok {
  --agency-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M448 209.9a210.1 210.1 0 0 1-122.8-39.3v178.8c0 88.3-71.6 159.9-160 159.9S5.2 437.7 5.2 349.4s71.6-159.9 160-159.9c16.8 0 33 2.6 48.2 7.4v86.8a75.4 75.4 0 1 0 51.7 71.6V2.7h85.6a124.3 124.3 0 0 0 2 22.2h.1a125.3 125.3 0 0 0 55.2 82.3A124.7 124.7 0 0 0 448 128v81.9Z'/%3E%3C/svg%3E");
}

.imprint-agency-spacer {
  height: 50px;
}

.imprint-agency-grid section {
  min-height: 141px;
}

.imprint-agency-card {
  text-align: center;
}

.imprint-agency-grid h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
}

.imprint-agency-grid h3 a,
.imprint-agency-grid p a {
  color: #fff;
  text-decoration: underline;
}

.imprint-agency-grid p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.agency-icon {
  width: 69px;
  height: 69px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.agency-icon::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--agency-icon) center / contain no-repeat;
  mask: var(--agency-icon) center / contain no-repeat;
}

.agency-icon-map {
  --agency-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='black' d='M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.4 0ZM192 272a80 80 0 1 0 0-160 80 80 0 0 0 0 160Z'/%3E%3C/svg%3E");
}

.agency-icon-phone {
  --agency-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M493.4 24.6 387.6.2c-11.6-2.7-23.5 3.3-28.2 14.3l-48 112c-4.2 9.8-1.4 21.3 6.9 28l61.6 50.4c-36.5 77.4-99.3 140.2-176.7 176.7l-50.4-61.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.8 365.8-2.2 377.7.5 389.3l24.4 105.8C27.5 505.1 36.4 512 46.7 512 303.4 512 512 303.6 512 46.7c0-10.3-6.9-19.2-18.6-22.1Z'/%3E%3C/svg%3E");
}

.agency-icon-mail {
  --agency-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='black' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7ZM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4Z'/%3E%3C/svg%3E");
}

.legal-live-section {
  min-height: 2029px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 170px;
}

.legal-live-section h1 {
  margin: 0 0 50px;
  color: #020202;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.legal-live-section .legal-live-title {
  margin-bottom: 16px;
  font-weight: 400;
}

#datenschutz-dsgvo {
  scroll-margin-top: 150px;
}

.legal-live-section .legal-live-copy {
  margin-bottom: 16px;
}

.live-text-section {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
  padding: 70px 0;
}

.live-intro {
  min-height: 236px;
  padding: 48px 0 64px;
}

.live-image-band {
  min-height: 770px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)),
    center / cover no-repeat var(--band-bg);
}

.live-media-band {
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.live-media-figure {
  width: 100%;
  margin: 0;
}

.live-media-figure video,
.live-media-figure img {
  display: block;
  width: 100%;
  max-height: 810px;
  object-fit: cover;
}

.metalworking-wide-copy {
  width: min(1120px, calc(100% - 320px));
  margin: 0 auto;
}

.metalworking-intro-section {
  min-height: 313px;
  padding-top: 48px;
}

.metalworking-intro-section p,
.metalworking-content-band p {
  margin: 0 0 16px;
  color: #020202;
  font-size: 18px;
  line-height: 1.7;
}

.metalworking-video-band {
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.metalworking-video-band video {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.metalworking-content-band {
  min-height: 602px;
  background: center / cover no-repeat fixed var(--metal-content-bg);
}

.metalworking-content-inner {
  width: min(1580px, calc(100% - 60px));
  margin: 0 auto;
  padding-top: 80px;
}

.metalworking-content-inner > h2 {
  margin: 0;
  color: #020202;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.metalworking-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 730px) minmax(0, 730px);
  gap: 60px;
  margin-top: 51px;
  padding-left: 30px;
}

.metalworking-benefit-copy {
  padding-top: 79px;
}

.metalworking-benefit-copy h3 {
  margin: 0 0 20px;
  color: #020202;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.metalworking-benefit-copy a {
  color: #020202;
  text-decoration: none;
}

.live-text-section h2,
.live-text-section h3,
.live-text-section h4,
.live-legal-article h2,
.live-legal-article h3 {
  margin: 0 0 22px;
  color: var(--green);
  line-height: 1.2;
}

.live-text-section h2,
.live-legal-article h2 {
  font-size: clamp(32px, 3.2vw, 55px);
  font-weight: 700;
}

.live-text-section h3,
.live-legal-article h3 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.live-text-section p,
.live-text-section li,
.live-legal-article p,
.live-legal-article li {
  color: var(--muted);
}

.live-text-section p,
.live-legal-article p {
  margin: 0 0 20px;
}

.live-text-section ul,
.live-text-section ol,
.live-legal-article ul,
.live-legal-article ol {
  margin: 0 0 28px;
  padding-left: 1.3em;
}

.contact-live-overview {
  padding-top: 44px;
  padding-bottom: 44px;
}

.contact-form-section.live-text-section {
  padding-top: 40px;
}

.footer-mark {
  height: 125px;
  margin-top: 50px;
  background: 35px 0 / 55px auto no-repeat url("/assets/icons/statement-bildlogo-8763e9fc.svg");
}

.subpage-shell,
.contact-shell,
.legal-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 112px;
}

.subpage-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 76px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.intro-copy p:not(.section-kicker) {
  margin: 0;
  color: #3b3f3e;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 300;
  line-height: 1.58;
}

.intro-media {
  position: relative;
  margin: 0;
}

.intro-media::after,
.subpage-section-media::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  background: var(--green);
}

.intro-media img,
.intro-media video,
.subpage-section-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #111;
}

.intro-media video {
  aspect-ratio: 16 / 9;
}

.subpage-layout.has-aside {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 62px;
  align-items: start;
}

.subpage-article {
  min-width: 0;
}

.subpage-section {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}

.subpage-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.subpage-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 54px;
  align-items: center;
}

.subpage-section.is-reversed .subpage-section-media {
  order: -1;
}

.subpage-section-copy h2,
.subpage-section-copy h3,
.subpage-section-copy h4,
.legal-section h2,
.legal-section h3,
.contact-copy h2,
.contact-form-section h2 {
  margin: 0 0 18px;
  color: var(--green);
  line-height: 1.2;
}

.subpage-section-copy h2,
.legal-section h2,
.contact-copy h2,
.contact-form-section h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
}

.subpage-section-copy h3,
.legal-section h3 {
  font-size: clamp(23px, 2.2vw, 32px);
}

.subpage-section-copy p,
.subpage-section-copy li,
.legal-section p,
.legal-section li {
  color: var(--muted);
}

.subpage-section-copy p,
.legal-section p {
  margin: 0 0 20px;
}

.subpage-section-copy ul,
.subpage-section-copy ol,
.legal-section ul,
.legal-section ol {
  margin: 0 0 28px;
  padding-left: 1.3em;
}

.subpage-section-copy li + li,
.legal-section li + li {
  margin-top: 8px;
}

.subpage-section-copy li::marker,
.legal-section li::marker {
  color: var(--green);
}

.subpage-section-media {
  position: relative;
  z-index: 0;
  margin: 0;
}

.page-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 22px;
}

.page-side-nav {
  display: grid;
  gap: 12px;
  padding: 4px 0 4px 20px;
  border-left: 4px solid var(--green);
}

.page-side-nav a {
  color: #1d2423;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.page-side-nav a:hover {
  color: var(--green);
}

.aside-contact,
.contact-card {
  padding: 26px;
  background: var(--soft);
  border-top: 4px solid var(--green);
}

.aside-contact p {
  margin: 0 0 14px;
}

.aside-contact .button {
  width: 100%;
  margin-top: 8px;
  padding-inline: 18px;
}

.detail-main .subpage-layout,
.subpage-main:not(.service-main, .about-main, .jobs-main) .subpage-layout {
  max-width: 960px;
  margin: 0 auto;
}

.teaser-links {
  margin-top: 72px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.teaser-links h2 {
  margin: 0 0 24px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

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

.teaser-card {
  position: relative;
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 18px;
  color: var(--white);
  background: center / cover no-repeat var(--teaser-bg);
  font-weight: 700;
  text-decoration: none;
}

.teaser-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 45, 44, 0.86));
}

.teaser-card span,
.teaser-card small {
  position: relative;
  z-index: 1;
}

.teaser-card span {
  line-height: 1.2;
}

.teaser-card small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.subpage-cta {
  min-height: 440px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 57, 55, 0.86), rgba(0, 57, 55, 0.35)),
    center / cover no-repeat url("/assets/images/kontakt-banner-bg-9b670eaf.jpg");
  text-align: left;
}

.subpage-cta .cta-inner {
  width: min(var(--max), calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.subpage-cta h2 {
  font-size: clamp(34px, 4vw, 55px);
}

.contact-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 60px;
  align-items: start;
}

.contact-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

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

.contact-card {
  min-height: 180px;
  font-style: normal;
}

.contact-card strong {
  color: #17201f;
}

.contact-form-section {
  max-width: 920px;
  margin-top: 72px;
}

.legal-shell {
  width: min(980px, calc(100% - 48px));
}

.legal-section {
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-section a {
  word-break: break-word;
}

.agency-section .media-figure {
  max-width: 260px;
  margin: 16px 0 26px;
}

.content-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.content-article {
  max-width: 920px;
  margin: 0 auto;
}

.content-article h2,
.content-article h3,
.content-article h4 {
  margin: 58px 0 18px;
  color: var(--green);
  line-height: 1.2;
}

.content-article h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
}

.content-article h3 {
  font-size: clamp(24px, 2.2vw, 32px);
}

.content-article p {
  margin: 0 0 20px;
  color: var(--muted);
}

.content-article ul,
.content-article ol {
  margin: 0 0 28px;
  padding-left: 1.35em;
  color: var(--muted);
}

.content-article li + li {
  margin-top: 8px;
}

.media-figure {
  margin: 38px 0;
}

.media-figure img,
.media-figure video {
  display: block;
  width: 100%;
  border: 0;
}

.cta-band {
  padding: 82px 24px;
  color: var(--white);
  background: linear-gradient(rgba(0, 57, 55, 0.76), rgba(0, 57, 55, 0.86)), var(--green);
  text-align: center;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
}

.cta-band p {
  margin: 12px 0 0;
  font-size: clamp(20px, 2vw, 30px);
}

.home-cta.cta-band {
  min-height: 76vh;
  display: grid;
  align-items: center;
  padding: 100px 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.1)),
    center right / cover no-repeat url("/assets/images/kontakt-banner-bg-9b670eaf.jpg");
  text-align: left;
}

.home-cta.cta-band .cta-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  transform: translateY(10px);
}

.home-cta.cta-band h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 700;
  line-height: 1.1;
}

.home-cta.cta-band .button {
  min-height: 48px;
  height: 48px;
  margin-top: 20px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 500;
}

.contact-form {
  margin-top: 28px;
  padding: 32px;
  background: var(--soft);
}

.contact-form fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.contact-form legend {
  margin-bottom: 8px;
  font-weight: 700;
}

.contact-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-right: 18px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8d5;
  padding: 12px;
  font: inherit;
  background: var(--white);
}

.contact-form textarea {
  resize: vertical;
}

.required-note,
.form-handoff {
  font-size: 15px;
}

.privacy-check {
  grid-template-columns: 22px 1fr;
  align-items: start;
  margin: 20px 0 0;
  font-weight: 400;
}

.privacy-check input {
  width: 20px;
  min-height: 20px;
  margin-top: 6px;
}

.honeypot {
  position: absolute;
  left: -999em;
}

.site-footer {
  position: relative;
  padding: 0 0 20px;
  background: var(--white);
}

.footer-inner {
  width: min(1619px, calc(100% - 300px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 363.75px minmax(0, 941.95px) minmax(220px, 307.8px);
  gap: 0;
  align-items: stretch;
}

.footer-contact,
.footer-sitemap,
.footer-badges {
  min-height: 256px;
  padding: 10px;
  box-sizing: border-box;
}

.site-footer h2 {
  margin: 0 0 20px;
  color: #020202;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.footer-contact p {
  margin: 0 0 28px;
  color: #020202;
  font-size: 18px;
  line-height: 1.5;
}

.footer-contact a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  text-decoration: underline;
}

.footer-sitemap h2 {
  margin-bottom: 27px;
}

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

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0;
}

.footer-links a {
  min-height: 54.8px;
  display: flex;
  align-items: flex-start;
  color: #020202;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--green);
}

.footer-links a[aria-current="page"],
.footer-links a.is-active {
  font-weight: 700;
}

.footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.footer-ihk-badge,
.footer-accessibility-badge {
  display: block;
  height: auto;
}

.footer-ihk-badge {
  width: 138px;
}

.footer-accessibility-badge {
  width: 104px;
}

.footer-backtop-desktop {
  position: absolute;
  right: 48px;
  bottom: 25px;
  width: 78px;
  height: 157px;
  display: block;
  background: right bottom / contain no-repeat url("/assets/icons/nach-oben-36be2091.svg");
  text-decoration: none;
}

.footer-backtop-desktop span {
  display: none;
}

.footer-mobile-end {
  display: none;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  display: none;
  gap: 10px;
}

.floating-actions a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .desktop-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .workshop-section {
    height: calc(100vh + 26px);
    min-height: 931px;
  }

  .workshop-grid {
    height: calc(100vh + 26px);
    min-height: 931px;
  }

  .service-slides,
  .services-section {
    min-height: max(819px, 90.5vh);
  }

  .feature-section {
    height: 826px;
  }

  .home-cta {
    min-height: 76vh;
  }

  .home-cta.cta-band {
    min-height: 76vh;
  }

  .footer-inner {
    width: min(820px, calc(100% - 80px));
    margin-left: 80px;
    margin-right: auto;
    grid-template-columns: 180px minmax(0, 1fr) 170px;
    gap: 0;
  }

  .footer-links {
    gap: 0;
  }

  .footer-badges {
    flex-direction: column;
    gap: 16px;
  }

  .footer-ihk-badge {
    width: 110px;
  }

  .footer-accessibility-badge {
    width: 96px;
  }

  .footer-backtop-desktop {
    right: 28px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    top: 10px;
  }

  .header-shell {
    width: calc(100% - 20px);
    grid-template-columns: 1fr 70px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .phone-ribbon {
    grid-column: 1 / -1;
    justify-content: end;
    justify-self: end;
    width: min(318px, calc(100% - 52px));
    min-height: 48px;
    padding: 0 24px 0 104px;
    font-size: 17px;
  }

  .hero-home {
    min-height: 86vh;
    margin-top: -155px;
  }

  .hero-subpage {
    min-height: 520px;
    padding-top: 150px;
  }

  .hero-content {
    padding-top: 130px;
  }

  .hero-home .hero-content {
    padding-top: 210px;
  }

  .welcome-section {
    min-height: 480px;
    background-position: top center;
  }

  .welcome-inner {
    padding: 80px 0;
    transform: none;
  }

  .welcome-kicker {
    transform: none;
  }

  .welcome-section p:last-child {
    font-size: 16px;
  }

  .workshop-section {
    height: auto;
    min-height: 760px;
    padding: 80px 0;
  }

  .workshop-grid {
    position: relative;
    inset: auto;
    width: min(100% - 40px, 700px);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 22px;
  }

  .workshop-video-1,
  .workshop-video-3 {
    width: 100%;
    margin-left: 0;
  }

  .workshop-video-2,
  .workshop-video-4 {
    width: 100%;
    margin-left: 0;
  }

  .workshop-video {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    aspect-ratio: 4 / 3;
    transform: none;
    will-change: auto;
  }

  .workshop-text {
    position: relative;
    top: auto;
    left: auto;
    width: min(100% - 40px, var(--max));
    margin: 42px auto 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .workshop-text h2 {
    max-width: 720px;
  }

  .workshop-text p {
    font-size: 14px;
    line-height: 2;
  }

  .service-slides,
  .services-section {
    min-height: 70vh;
  }

  .service-slide {
    padding: 0 5% 180px;
  }

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

  .service-copy h2 {
    font-size: 40px;
  }

  .service-controls {
    left: 5%;
    right: 5%;
    bottom: 34px;
    justify-content: end;
    gap: 8px;
  }

  .service-dot {
    --service-icon-width: 132px;
    width: 23%;
    min-height: 122px;
  }

  .service-dot:nth-child(1) {
    --service-icon-width: 50px;
  }

  .service-dot:nth-child(2) {
    --service-icon-width: 60px;
  }

  .service-dot:nth-child(3) {
    --service-icon-width: 132px;
  }

  .service-dot img {
    height: 86px;
  }

  .service-dot span {
    font-size: 14px;
  }

  .info-strip {
    width: min(100%, 680px);
    bottom: -68px;
  }

  .statement-inner {
    transform: none;
  }

  .home-cta.cta-band .cta-inner {
    transform: none;
  }

  .statement-section {
    min-height: 54vh;
    padding-top: 130px;
  }

  .feature-carousel {
    width: min(100% - 40px, 920px);
    padding-top: 0;
  }

  .feature-grid {
    gap: 40px;
    padding-left: 0;
  }

  .feature-card {
    flex-basis: calc((100% - 40px) / 2);
  }

  .feature-card-body {
    min-height: 220px;
    padding: 30px;
  }

  .feature-card h2 {
    font-size: 20px;
  }

  .feature-section {
    height: auto;
    min-height: 831px;
    overflow: visible;
    padding-bottom: 90px;
  }

  .feature-controls {
    margin-top: 44px;
  }

  .subpage-shell,
  .contact-shell,
  .legal-shell {
    width: min(100% - 40px, var(--max));
    padding: 70px 0 88px;
  }

  .live-title-section,
  .live-text-section,
  body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section {
    width: min(100% - 40px, var(--max));
  }

  body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section h1 {
    white-space: normal;
  }

  .electro-wide-copy,
  .electro-flex-copy,
  .metalworking-wide-copy {
    width: min(100% - 40px, var(--max));
  }

  .metalworking-content-inner {
    width: min(100% - 40px, var(--max));
  }

  .metalworking-content-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-left: 0;
  }

  .metalworking-benefit-copy {
    padding-top: 0;
  }

  .metalworking-content-inner > h2,
  .metalworking-benefit-copy h3 {
    font-size: 44px;
  }

  .electro-planning-copy {
    width: min(650px, calc(100% - 40px));
    margin-left: 20px;
  }

  .electro-planning-copy h2,
  .electro-industry-copy h2 {
    font-size: 44px;
  }

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

  .electro-industry-section {
    grid-template-columns: 1fr;
  }

  .electro-industry-media {
    min-height: 560px;
  }

  .electro-industry-copy {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 80px 0;
  }

  .electro-industry-copy p {
    margin-bottom: 48px;
  }

  .electro-contact-copy {
    width: min(560px, calc(100% - 80px));
    margin-left: 40px;
  }

  .cert-wide-copy,
  .cert-management-grid {
    width: min(100% - 40px, var(--max));
  }

  .cert-training-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    padding: 0 40px;
  }

  .cert-management-grid {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .cert-management-section p {
    width: auto;
  }

  .cert-certificate,
  .cert-certificate img {
    width: 260px;
  }

  .cert-certificate img {
    height: auto;
  }

  .about-wide-copy,
  .about-staff-inner,
  .about-management-grid,
  .about-suppliers {
    width: min(100% - 40px, var(--max));
  }

  .about-expansion-card {
    width: min(710px, calc(100% - 40px));
    margin: 0 auto;
  }

  .about-expansion-card h2,
  .about-expansion-card p,
  .about-family-copy {
    width: auto;
  }

  .about-management-grid,
  .about-family-section,
  .about-supplier-grid {
    grid-template-columns: 1fr;
  }

  .about-management-grid {
    height: auto;
  }

  .about-management-photo {
    min-height: 360px;
  }

  .about-family-copy {
    margin: 0 auto;
    padding: 70px 20px;
  }

  .about-customer-grid {
    width: min(100% - 40px, var(--max));
    gap: 24px;
  }

  .jobs-wide-copy,
  .legal-live-section {
    width: min(100% - 40px, var(--max));
  }

  .jobs-training-grid,
  .jobs-application-grid,
  .contact-live-grid,
  .imprint-info-grid {
    width: min(100% - 40px, var(--max));
    grid-template-columns: 1fr;
  }

  .jobs-training-copy,
  .jobs-training-section h2,
  .jobs-training-section ul {
    width: auto;
  }

  .contact-live-form-section .contact-form,
  .contact-live-form-section h2,
  .contact-form-inner {
    width: min(100% - 40px, var(--max));
  }

  .contact-form-mark {
    margin-left: 0;
  }

  .imprint-agency-logo-row,
  .imprint-agency-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .imprint-agency-grid {
    width: min(100% - 40px, var(--max));
  }

  .imprint-agency-social {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    transform: none;
  }

  .imprint-agency-spacer {
    height: 60px;
  }

  .subpage-intro,
  .subpage-layout.has-aside,
  .subpage-section-grid,
  .contact-overview {
    grid-template-columns: 1fr;
  }

  .subpage-intro {
    gap: 42px;
  }

  .subpage-section.is-reversed .subpage-section-media {
    order: 0;
  }

  .page-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .footer-inner {
    width: min(100% - 40px, var(--max));
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-header {
    top: 10px;
  }

  .header-shell {
    width: calc(100% - 20px);
    min-height: 131px;
    grid-template-columns: minmax(240px, 383px) minmax(0, 1fr) 203px;
    grid-template-rows: 88px 43px;
    align-items: stretch;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

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

  .desktop-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    gap: 0;
    padding: 0 10px;
    font-size: 16px;
  }

  .nav-link {
    min-height: 43px;
    padding: 0;
  }

  .menu-toggle {
    display: none;
  }

  .phone-ribbon {
    grid-column: 3;
    grid-row: 1;
    min-height: 88px;
    padding: 0 20px 0 44px;
    justify-content: center;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .brand img {
    width: 260px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-home {
    min-height: 82vh;
  }

  .hero-subpage {
    min-height: 470px;
    padding: 160px 0 52px;
  }

  .hero-home .hero-content {
    padding-top: 190px;
  }

  .hero-kicker {
    font-size: 12px;
  }

  .hero-subtitle,
  .hero-content p {
    font-size: 18px;
  }

  .scroll-cue {
    width: 88px;
    height: 88px;
    right: 0;
    bottom: 0;
    padding: 0 15px 12px 0;
    font-size: 26px;
  }

  .video-toggle {
    right: 16px;
    bottom: 96px;
  }

  .welcome-section {
    min-height: 360px;
  }

  .welcome-kicker {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 0.95;
  }

  .welcome-section h2 {
    font-size: 36px;
  }

  .workshop-section {
    height: auto;
    min-height: 0;
    padding: 36px 0 92px;
  }

  .workshop-grid {
    position: relative;
    inset: auto;
    width: min(100% - 40px, 520px);
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .workshop-video-1,
  .workshop-video-2,
  .workshop-video-3,
  .workshop-video-4 {
    grid-column: auto;
    grid-row: auto;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0;
  }

  .workshop-text {
    position: relative;
    top: auto;
    left: auto;
    width: min(100% - 40px, 520px);
    margin-top: 34px;
  }

  .workshop-text h2 {
    font-size: 28px;
  }

  .media-toggle {
    right: 16px;
    bottom: 18px;
  }

  .service-slides,
  .services-section {
    min-height: 90vh;
  }

  .service-slide {
    padding: 0 24px 220px;
  }

  .service-copy h2 {
    font-size: 30px;
  }

  .service-copy p {
    font-size: 16px;
  }

  .service-controls {
    left: 16px;
    right: 16px;
    bottom: 44px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-dot {
    --service-icon-width: 86px;
    width: auto;
    min-height: 92px;
  }

  .service-dot:nth-child(1) {
    --service-icon-width: 32px;
  }

  .service-dot:nth-child(2) {
    --service-icon-width: 39px;
  }

  .service-dot:nth-child(3) {
    --service-icon-width: 86px;
  }

  .service-dot img {
    height: 56px;
  }

  .service-dot span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  .service-pause {
    top: 18px;
    right: 16px;
  }

  .info-strip {
    position: relative;
    bottom: auto;
    width: 100%;
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .info-strip p {
    font-size: 13px;
  }

  .statement-section {
    min-height: auto;
    margin-top: 0;
    padding: 80px 20px;
  }

  .statement-inner p {
    font-size: 19px;
  }

  .feature-section {
    height: auto;
    min-height: 0;
    margin-top: -56px;
    overflow: visible;
    padding-bottom: 72px;
  }

  .feature-carousel {
    width: min(100% - 32px, 520px);
    padding-top: 77px;
  }

  .feature-grid {
    width: 100%;
    padding-left: 0;
    gap: 28px;
  }

  .feature-card {
    flex-basis: calc(100% - 10px);
    max-width: none;
    margin: 10px 0 0;
    box-shadow: 8px 8px 1px 1px var(--green);
  }

  .feature-card-body {
    min-height: 218px;
  }

  .feature-controls {
    gap: 44px;
    margin-top: 36px;
  }

  .home-cta {
    min-height: 85vh;
    background-position: 68% -70px;
    background-size: auto 100%;
  }

  .home-cta.cta-band {
    min-height: 85vh;
    background-position: 68% -70px;
    background-size: auto 100%;
  }

  .home-cta h2 {
    font-size: 30px;
  }

  .home-cta.cta-band h2 {
    font-size: 30px;
  }

  .phone-ribbon {
    width: min(318px, calc(100% - 52px));
    justify-self: end;
  }

  .footer-mark {
    height: 55px;
    background-position: 30px 0;
    background-size: 42px auto;
  }

  .site-footer {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .footer-inner {
    width: min(315px, calc(100% - 75px));
    margin-left: 65px;
    margin-right: 10px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-contact,
  .footer-sitemap,
  .footer-badges {
    min-height: auto;
    padding: 0;
  }

  .site-footer h2 {
    font-size: 18px;
  }

  .footer-contact p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links li + li {
    margin-top: 0;
  }

  .footer-links a {
    min-height: 55px;
    display: flex;
    align-items: flex-start;
  }

  .footer-badges {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 12px;
  }

  .footer-ihk-badge {
    width: 110px;
  }

  .footer-accessibility-badge {
    width: 88px;
  }

  .footer-mobile-end {
    display: block;
    margin-top: 108px;
  }

  .footer-mobile-strip {
    height: 20px;
  }

  .footer-backtop {
    min-height: 95px;
    padding-top: 10px;
    display: grid;
    justify-items: center;
    align-content: start;
    color: #020202;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
  }

  .footer-backtop span:first-child {
    height: 30px;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-backtop-desktop {
    display: none;
  }

  .subpage-shell,
  .contact-shell,
  .legal-shell {
    width: calc(100% - 36px);
    padding: 54px 0 70px;
  }

  .live-like-main .hero-subpage {
    min-height: 360px;
  }

  .live-title-section,
  .live-text-section,
  body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section {
    width: calc(100% - 36px);
  }

  body[data-route="/682/familienunternehmen-seit-1979/"] .live-title-section h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .metalworking-wide-copy,
  .metalworking-content-inner {
    width: calc(100% - 36px);
  }

  .live-title-section {
    min-height: 210px;
  }

  .live-title-section h1 {
    font-size: 42px;
  }

  .control-wide-copy,
  .control-applications-inner {
    width: calc(100% - 36px);
  }

  .metalworking-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .metalworking-intro-section p,
  .metalworking-content-band p {
    font-size: 16px;
  }

  .metalworking-video-band {
    min-height: 360px;
  }

  .metalworking-video-band video {
    height: 150px;
  }

  .metalworking-content-band {
    min-height: auto;
    padding-bottom: 64px;
    background-attachment: scroll;
  }

  .metalworking-content-inner {
    padding-top: 64px;
  }

  .metalworking-content-inner > h2,
  .metalworking-benefit-copy h3 {
    font-size: 34px;
  }

  .metalworking-content-grid {
    margin-top: 36px;
    gap: 32px;
  }

  .control-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .control-intro-section p,
  .control-planning-section p,
  .control-planning-section li,
  .control-applications-section p,
  .control-applications-section li,
  .control-optimization-section p {
    font-size: 16px;
  }

  .control-planning-section,
  .control-applications-section {
    min-height: auto;
    padding: 64px 0;
    background-attachment: scroll;
  }

  .control-applications-section::before {
    background-attachment: scroll;
  }

  .control-planning-inner,
  .control-example-grid,
  .control-optimization-grid {
    width: calc(100% - 36px);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .control-planning-card {
    min-height: auto;
  }

  .control-planning-section h2,
  .control-applications-section h2 {
    width: auto;
    font-size: 34px;
  }

  .control-planning-section p,
  .control-planning-section ul {
    width: auto;
  }

  .control-applications-inner {
    padding-top: 0;
  }

  .control-applications-section h3,
  .control-optimization-section h3 {
    font-size: 32px;
  }

  .control-example-grid {
    gap: 22px;
    padding: 0;
  }

  .control-optimization-section,
  .control-optimization-grid {
    min-height: auto;
  }

  .control-optimization-media {
    min-height: 420px;
  }

  .control-optimization-copy {
    width: 100%;
    margin: 0;
    padding: 64px 0;
  }

  .distribution-wide-copy,
  .distribution-components-inner {
    width: calc(100% - 36px);
  }

  .distribution-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .distribution-intro-section p,
  .distribution-requirements-section p,
  .distribution-requirements-section li,
  .distribution-components-section p,
  .distribution-components-section li,
  .distribution-quality-section p,
  .distribution-quality-section li {
    font-size: 16px;
  }

  .distribution-requirements-section,
  .distribution-components-section {
    min-height: auto;
    padding: 64px 0;
    background-attachment: scroll;
  }

  .distribution-components-section::before {
    background-attachment: scroll;
  }

  .distribution-requirements-inner,
  .distribution-components-grid,
  .distribution-quality-grid {
    width: calc(100% - 36px);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .distribution-requirements-card {
    min-height: auto;
  }

  .distribution-requirements-section h2,
  .distribution-quality-section h2 {
    width: auto;
    font-size: 34px;
  }

  .distribution-requirements-section p,
  .distribution-requirements-section ul {
    width: auto;
  }

  .distribution-components-inner {
    padding-top: 0;
  }

  .distribution-components-section h3,
  .distribution-quality-section h3 {
    font-size: 32px;
  }

  .distribution-components-grid {
    gap: 22px;
    padding: 0;
  }

  .distribution-quality-section,
  .distribution-quality-grid {
    min-height: auto;
  }

  .distribution-quality-media {
    min-height: 420px;
  }

  .distribution-quality-copy {
    width: 100%;
    margin: 0;
    padding: 64px 0;
  }

  .switchgear-wide-copy {
    width: calc(100% - 36px);
  }

  .switchgear-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .switchgear-intro-section p,
  .switchgear-supply-section p,
  .switchgear-certified-section p,
  .switchgear-certified-section li {
    font-size: 16px;
  }

  .switchgear-supply-section {
    min-height: auto;
    padding: 64px 0;
    background-attachment: scroll;
  }

  .switchgear-supply-inner,
  .switchgear-certified-grid {
    width: calc(100% - 36px);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .switchgear-supply-card {
    min-height: auto;
  }

  .switchgear-supply-section h2,
  .switchgear-certified-section h2 {
    width: auto;
    font-size: 34px;
  }

  .switchgear-supply-section p,
  .switchgear-supply-section ul {
    width: auto;
  }

  .switchgear-certified-section,
  .switchgear-certified-grid {
    min-height: auto;
  }

  .switchgear-certified-media {
    min-height: 420px;
  }

  .switchgear-certified-copy {
    width: 100%;
    margin: 0;
    padding: 64px 0;
  }

  .switchgear-inline-list {
    display: block;
  }

  .switchgear-logo-spacer {
    min-height: 96px;
    background-position: 18px 0;
  }

  .planning-wide-copy {
    width: calc(100% - 36px);
  }

  .planning-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .planning-intro-section p,
  .planning-customer-section p,
  .planning-software-section p,
  .planning-software-section li {
    font-size: 16px;
  }

  .planning-customer-section {
    min-height: auto;
    padding: 64px 0;
    background-attachment: scroll;
  }

  .planning-customer-inner,
  .planning-software-grid {
    width: calc(100% - 36px);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .planning-customer-card {
    min-height: auto;
  }

  .planning-customer-section h2,
  .planning-software-section h3 {
    width: auto;
    font-size: 34px;
  }

  .planning-customer-section p {
    width: auto;
  }

  .planning-software-section,
  .planning-software-grid {
    min-height: auto;
  }

  .planning-software-copy {
    width: 100%;
    margin: 0;
    padding: 64px 0;
  }

  .planning-software-media {
    min-height: 420px;
  }

  .planning-logo-spacer {
    min-height: 96px;
    background-position: 18px 0;
  }

  .electro-title-copy h1 {
    margin-bottom: 14px;
    font-size: 38px;
  }

  .electro-title-copy h2 {
    font-size: 28px;
  }

  .electro-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .electro-intro-section p,
  .electro-planning-copy p,
  .electro-precision-grid p,
  .electro-industry-copy p,
  .electro-flex-copy p {
    font-size: 16px;
  }

  .electro-planning-band {
    min-height: 520px;
    margin-top: 40px;
    padding: 122px 0 48px;
    background-attachment: scroll;
  }

  .electro-planning-copy {
    width: calc(100% - 36px);
    margin: 0 auto;
  }

  .electro-planning-copy h2,
  .electro-industry-copy h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .electro-precision-section {
    min-height: auto;
    padding: 64px 0;
  }

  .electro-precision-section h2,
  .electro-precision-section h3 {
    margin-bottom: 32px;
    font-size: 34px;
  }

  .electro-precision-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .electro-industry-media {
    min-height: 380px;
  }

  .electro-industry-copy {
    width: calc(100% - 36px);
    padding: 56px 0;
  }

  .electro-flex-section {
    min-height: auto;
    padding: 70px 0;
  }

  .electro-flex-copy {
    width: calc(100% - 36px);
    padding-top: 0;
  }

  .electro-flex-copy h2 {
    font-size: 34px;
  }

  .electro-contact-band {
    min-height: 520px;
    padding-top: 130px;
  }

  .electro-contact-copy {
    width: calc(100% - 64px);
    margin-left: 32px;
  }

  .electro-contact-copy h2 {
    font-size: 38px;
  }

  .cert-intro-section {
    min-height: auto;
    padding: 44px 0;
  }

  .cert-wide-copy,
  .cert-management-grid {
    width: calc(100% - 36px);
  }

  .cert-intro-section p,
  .cert-training-section p,
  .cert-training-section li,
  .cert-management-section p {
    font-size: 16px;
  }

  .cert-training-section {
    min-height: auto;
    padding: 56px 0;
    background-attachment: scroll;
  }

  .cert-training-section h2 {
    margin-bottom: 34px;
    font-size: 34px;
  }

  .cert-training-grid,
  .cert-management-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0;
  }

  .cert-training-column .cert-column-title {
    font-size: 22px;
  }

  .cert-spacer {
    height: 40px;
  }

  .cert-management-section {
    min-height: auto;
    padding-bottom: 56px;
  }

  .cert-management-copy {
    padding-top: 0;
  }

  .cert-management-section h2 {
    font-size: 34px;
  }

  .cert-certificate {
    width: min(303px, 100%);
    margin: 0;
  }

  .cert-certificate img {
    width: min(303px, 100%);
    height: auto;
  }

  .about-title-tradition {
    min-height: 250px;
  }

  .about-title-tradition h1 {
    font-size: 42px;
  }

  .about-title-tradition h2,
  .about-expansion-card h2,
  .about-staff-section h2,
  .about-references-section h2 {
    font-size: 34px;
  }

  .about-tradition-copy,
  .about-expansion-section,
  .about-staff-inner,
  .about-management-copy,
  .about-references-section {
    padding-top: 56px;
  }

  .about-tradition-copy p,
  .about-expansion-card p,
  .about-staff-section p,
  .about-management-section p,
  .about-family-section p,
  .about-references-section p,
  .about-references-section li {
    font-size: 16px;
  }

  .about-two-columns,
  .about-customer-grid {
    grid-template-columns: 1fr;
  }

  .about-expansion-section,
  .about-staff-section,
  .about-management-section,
  .about-family-section,
  .about-family-photo,
  .about-references-section {
    min-height: auto;
  }

  .about-expansion-card {
    min-height: auto;
  }

  .jobs-title-section {
    min-height: 250px;
  }

  .jobs-title-section h1 {
    font-size: 42px;
  }

  .jobs-title-section h2,
  .jobs-training-section h2,
  .contact-live-form-section h2 {
    font-size: 34px;
  }

  .jobs-intro-section,
  .jobs-training-section,
  .jobs-application-section,
  .contact-live-overview,
  .contact-live-form-section,
  .imprint-info-section,
  .imprint-agency-section,
  .legal-live-section {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .jobs-training-section {
    background-attachment: scroll;
  }

  .contact-live-form-section {
    background-attachment: scroll;
  }

  .jobs-application-section::before {
    background-attachment: scroll;
  }

  .jobs-intro-section p,
  .jobs-training-section p,
  .jobs-training-section li,
  .jobs-application-section p,
  .contact-live-grid p,
  .imprint-info-section p,
  .imprint-agency-section p,
  .legal-live-section p {
    font-size: 16px;
  }

  .jobs-training-copy {
    min-height: auto;
    padding: 0;
  }

  .jobs-application-section img {
    margin-bottom: 36px;
  }

  .jobs-application-section > .jobs-wide-copy > p {
    margin-bottom: 36px;
  }

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

  .contact-logo-spacer {
    min-height: 96px;
    margin-top: 0;
    background-position: 18px 0;
  }

  .imprint-agency-section h2,
  .legal-live-section h1 {
    font-size: 34px;
  }

.about-management-section h2,
.about-family-section h3,
.about-references-section h3 {
    font-size: 34px;
  }

  .about-management-photo,
  .about-family-photo {
    min-height: 360px;
  }

  .about-references-section {
    padding-bottom: 70px;
  }

  .about-suppliers {
    margin-top: 60px;
  }

  .live-image-band {
    min-height: 420px;
  }

  .subpage-intro {
    gap: 28px;
    margin-bottom: 44px;
  }

  .intro-copy p:not(.section-kicker) {
    font-size: 18px;
  }

  .intro-media::after,
  .subpage-section-media::after {
    inset: 10px -10px -10px 10px;
  }

  .subpage-section {
    padding: 36px 0;
  }

  .subpage-section-copy h2,
  .legal-section h2,
  .contact-copy h2,
  .contact-form-section h2 {
    font-size: 30px;
  }

  .page-aside,
  .contact-card-grid,
  .form-grid,
  .footer-links,
  .teaser-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: auto;
  }

  .teaser-card {
    min-height: 190px;
  }

  .live-title-section,
  body[data-route="/schaltanlagenbau/elektro-schaltschrankbau/"] .live-title-section {
    min-height: 96px;
  }

  .about-title-tradition,
  .jobs-title-section {
    min-height: 145px;
  }

  .control-intro-section,
  .distribution-intro-section,
  .switchgear-intro-section,
  .planning-intro-section,
  .metalworking-intro-section,
  .cert-intro-section,
  .jobs-intro-section,
  .contact-live-overview,
  .imprint-info-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .control-planning-section,
  .control-applications-section,
  .distribution-requirements-section,
  .distribution-components-section,
  .switchgear-supply-section,
  .planning-customer-section,
  .jobs-training-section,
  .jobs-application-section,
  .cert-training-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .control-planning-section p,
  .control-planning-section li,
  .control-applications-section p,
  .control-applications-section li,
  .control-optimization-section p,
  .distribution-requirements-section p,
  .distribution-requirements-section li,
  .distribution-components-section p,
  .distribution-components-section li,
  .distribution-quality-section p,
  .distribution-quality-section li,
  .switchgear-supply-section p,
  .switchgear-certified-section p,
  .switchgear-certified-section li,
  .planning-customer-section p,
  .planning-software-section p,
  .planning-software-section li,
  .jobs-training-section p,
  .jobs-training-section li,
  .jobs-application-section p,
  .cert-training-section p,
  .cert-training-section li,
  .cert-management-section p,
  .about-tradition-copy p,
  .about-expansion-card p,
  .about-staff-section p,
  .about-management-section p,
  .about-family-section p,
  .about-references-section p,
  .about-references-section li,
  .legal-live-section p,
  .live-legal-article p,
  .live-legal-article li,
  .contact-live-grid p,
  .imprint-info-section p,
  .imprint-agency-section p,
  .metalworking-intro-section p,
  .metalworking-content-band p,
  .electro-intro-section p,
  .electro-planning-copy p,
  .electro-precision-grid p,
  .electro-industry-copy p,
  .electro-flex-copy p {
    font-size: 14px;
    line-height: 1.4;
  }

  .control-planning-section h2,
  .control-applications-section h2,
  .control-applications-section h3,
  .control-optimization-section h3,
  .distribution-requirements-section h2,
  .distribution-components-section h3,
  .distribution-quality-section h2,
  .distribution-quality-section h3,
  .switchgear-supply-section h2,
  .switchgear-certified-section h2,
  .planning-customer-section h2,
  .planning-software-section h3,
  .jobs-training-section h2,
  .jobs-application-section h2,
  .cert-training-section h2,
  .cert-management-section h2,
  .about-expansion-card h2,
  .about-staff-section h2,
  .about-management-section h2,
  .about-family-section h3,
  .about-references-section h2,
  .about-references-section h3,
  .metalworking-content-inner > h2,
  .metalworking-benefit-copy h3,
  .electro-planning-copy h2,
  .electro-precision-section h2,
  .electro-precision-section h3,
  .electro-industry-copy h2,
  .electro-flex-copy h2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .control-mark,
  .distribution-mark,
  .switchgear-mark,
  .planning-mark,
  .jobs-training-copy img,
  .jobs-application-section img {
    width: 50px;
    height: 55px;
    margin-bottom: 5px;
  }

  .control-planning-section h2,
  .distribution-requirements-section h2,
  .switchgear-supply-section h2,
  .planning-customer-section h2 {
    margin-bottom: 5px;
  }

  .control-planning-card,
  .distribution-requirements-card,
  .switchgear-supply-card,
  .planning-customer-card,
  .jobs-training-copy {
    padding: 30px;
  }

  .control-applications-section p,
  .distribution-components-inner > p,
  .jobs-application-section > .jobs-wide-copy > p,
  .jobs-application-section > .jobs-wide-copy > .live-reveal:nth-child(2) p {
    margin-bottom: 42px;
  }

  .control-optimization-media,
  .distribution-quality-media,
  .switchgear-certified-media,
  .planning-software-media,
  .electro-industry-media,
  .about-management-photo,
  .about-family-photo {
    min-height: 300px;
  }

  .control-optimization-copy,
  .distribution-quality-copy,
  .switchgear-certified-copy,
  .planning-software-copy,
  .about-family-copy,
  .electro-industry-copy {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-tradition-copy,
  .about-expansion-section,
  .about-staff-inner,
  .about-management-copy,
  .about-references-section {
    padding-top: 42px;
  }

  .about-gap-small {
    height: 24px;
  }

  .about-gap-large {
    height: 48px;
  }

  .about-suppliers {
    margin-top: 42px;
  }

  .about-references-section {
    padding-bottom: 56px;
  }

  .about-customer-grid {
    margin-top: 28px;
    gap: 22px;
  }

  .legal-live-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .control-intro-section,
  .distribution-intro-section,
  .switchgear-intro-section,
  .planning-intro-section,
  .cert-intro-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  body[data-route="/kontakt/"] .live-title-section {
    min-height: 157px;
  }

  body[data-route="/680/firmeninterne-metallverarbeitung/"] .live-title-section {
    min-height: 117px;
  }

  .live-text-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .live-text-section p,
  .live-text-section li {
    font-size: 14px;
    line-height: 1.4;
  }

  .planning-software-media,
  .switchgear-certified-media {
    display: none;
    min-height: 0;
  }

  .planning-software-copy {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .planning-software-section h3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .planning-check-list {
    margin-bottom: 30px;
  }

  .planning-check-list li {
    min-height: auto;
  }

  .switchgear-certified-copy {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .contact-live-form-section {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .contact-live-form-section .contact-form legend,
  .contact-live-form-section .contact-form label {
    font-size: 14px;
    line-height: 1.4;
  }

  .contact-live-form-section .contact-form fieldset {
    min-height: 52px;
    margin-bottom: 8px;
  }

  .contact-live-form-section .form-grid label {
    min-height: 68px;
  }

  .contact-live-form-section .privacy-check {
    min-height: 44px;
    margin-top: 30px;
    font-size: 14px;
  }

  .metalworking-video-band {
    min-height: 250px;
  }

  .metalworking-content-inner {
    padding-top: 44px;
  }

  .cert-certificate img {
    aspect-ratio: 595 / 841;
  }

  .control-applications-section {
    min-height: 818px;
  }

  .legal-live-section {
    width: calc(100% - 20px);
  }

  .legal-live-section h1 {
    font-size: 26px;
    line-height: 1.1;
  }

  body[data-route="/680/firmeninterne-metallverarbeitung/"] .live-title-section h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .metalworking-content-inner {
    padding-top: 24px;
  }

  .metalworking-content-grid {
    gap: 24px;
    margin-top: 30px;
  }

  .subpage-cta {
    min-height: 360px;
  }

  .contact-form {
    padding: 22px;
  }

  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
}

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

  .hero-video {
    display: none;
  }
}
