:root {
  --acs-navy-950: #062f49;
  --acs-navy-900: #08476a;
  --acs-blue-700: #087eb8;
  --acs-blue-500: #42addd;
  --acs-blue-300: #91d4f0;
  --acs-blue-100: #e5f6fd;
  --acs-ice: #f5fbfe;
  --acs-ink: #18313f;
  --acs-muted: #5c7280;
  --acs-line: rgb(115 190 225 / 28%);
  --acs-font: "Segoe UI Variable", "Aptos", "Segoe UI", system-ui, sans-serif;
  --acs-header-height: 112px;
  --acs-logo-stage-height: 650px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.site {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--acs-ink);
  font-family: var(--acs-font);
  font-size: 16px;
  background: #fff;
  border-inline: 12px solid var(--acs-blue-700);
}

body.site .body-innerwrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  background: #fff;
}

a { text-underline-offset: .2em; }
a:focus-visible,
button:focus-visible { outline: 3px solid var(--acs-blue-300); outline-offset: 3px; }

/* Contact strip */
#sp-top-bar {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0;
  color: #27495a;
  background: #dff2fb;
  border: 0;
}

#sp-top-bar > .container,
#sp-header > .container {
  width: min(1200px, calc(100% - 32px));
  max-width: 1200px;
  height: 100%;
  margin-inline: auto;
  padding: 0;
}

#sp-top-bar > .container {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
}

#sp-top-bar .row {
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
}

#sp-top1 { display: none; }
#sp-top2 { width: auto; flex: 0 0 auto; padding: 0; }
#sp-top2 .sp-column { display: flex; align-items: center; height: 40px; }

#sp-top-bar .sp-contact-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  list-style: none;
}

#sp-top-bar .sp-contact-info li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14.08px;
  font-weight: 500;
  line-height: 21.1px;
}

#sp-top-bar .sp-contact-info i { display: none; }
#sp-top-bar .sp-contact-info li::before {
  width: 12.6px;
  height: 14px;
  flex: 0 0 12.6px;
  content: "";
  background: url("/images/Drop.png") center / contain no-repeat;
  opacity: .85;
}

#sp-top-bar a { color: #27495a; font-weight: 500; text-decoration: none; }
#sp-top-bar a:hover { color: var(--acs-blue-700); }

/* Exact reference header */
#sp-header {
  position: sticky !important;
  z-index: 1000;
  top: 0;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 72px !important;
  min-height: 72px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--acs-ink);
  background: rgb(255 255 255 / 98%);
  border: 0;
  border-bottom: 1px solid var(--acs-line);
  box-shadow: 0 4px 12px rgb(5 65 98 / 5%);
}

#sp-header .row {
  height: 72px;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}

#sp-logo {
  width: 300px;
  max-width: 300px;
  height: 72px;
  flex: 0 0 300px;
  padding: 0;
}

#sp-logo .sp-column,
#sp-logo .logo,
#sp-logo .logo > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#sp-logo img,
#sp-logo img.sp-default-logo {
  width: 300px !important;
  max-width: 300px !important;
  height: 52px !important;
  max-height: 52px !important;
  object-fit: contain;
  object-position: left center;
}

#sp-menu {
  width: 900px;
  max-width: 900px;
  height: 72px;
  flex: 1 1 900px;
  padding: 0;
}

#sp-menu > .sp-column {
  position: relative;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}

#offcanvas-toggler,
.sp-megamenu-wrapper,
#sp-left { display: none !important; }

.acs-site-nav {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}

.acs-main-menu,
.acs-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acs-main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 49.6px;
}

.acs-main-menu > li { position: relative; flex: 0 0 auto; margin: 0; padding: 0; }

.acs-main-menu > li > a,
.acs-dropdown-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 6px 0;
  color: #344b57;
  font: 550 15.36px/24px var(--acs-font);
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.acs-main-menu > .acs-dropdown > .acs-dropdown-toggle { margin-right: 5px; }

.acs-main-menu > li > a:hover,
.acs-main-menu > li.active > a,
.acs-main-menu > li.current > a,
.acs-main-menu > li.active > .acs-dropdown-toggle {
  color: var(--acs-blue-700);
  border-bottom-color: var(--acs-blue-500);
  background: transparent;
  font-weight: 650;
}

.acs-caret {
  width: 0;
  height: 0;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.acs-submenu {
  position: absolute;
  z-index: 1100;
  top: calc(100% + 7px);
  left: 50%;
  min-width: 230px;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  padding: 12px 0;
  opacity: 0;
  transform: translate(-50%, 10px);
  background: #fff;
  border: 1px solid var(--acs-line);
  border-radius: 13px;
  box-shadow: 0 10px 30px rgb(5 65 98 / 8%);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.acs-dropdown.is-open > .acs-submenu,
.acs-dropdown:hover > .acs-submenu,
.acs-dropdown:focus-within > .acs-submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.acs-submenu li,
.acs-submenu a { width: 100%; }
.acs-submenu a {
  display: block;
  padding: 10px 24px;
  color: #344b57;
  font: 550 14.72px/20px var(--acs-font);
  white-space: nowrap;
  text-decoration: none;
}
.acs-submenu a:hover,
.acs-submenu li.active > a { color: var(--acs-blue-700); background: #f5f9fc; }

.acs-menu-toggle { display: none; }

/* Main reference canvas */
#sp-main-body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  display: block !important;
}

#sp-main-body > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#sp-main-body .row {
  width: 100%;
  margin: 0;
  display: block;
}

#sp-component {
  width: min(1088px, calc(100% - 42px));
  max-width: 1088px;
  margin: 0 auto;
  padding: 0;
  float: none;
  flex: none;
  position: relative;
  left: 6.4px;
}

#sp-component > .sp-column { padding-top: 16px; }

body.acs-has-parallax-stage #sp-component > .sp-column { padding-top: 0; }

#sp-component article.item-page,
#sp-component article.item {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: var(--acs-ink);
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#sp-component .page-header,
#sp-component .entry-header,
#sp-component .article-info,
#sp-component .icons,
#sp-component [itemprop="articleBody"] > p[hidden] { display: none !important; }

#sp-component [itemprop="articleBody"] { width: 100%; margin: 0; padding: 0; }

.acs-original-home { width: 100%; background: #fff; }

body.acs-has-parallax-stage #sp-component.acs-component-background {
  background-color: #fff;
  background-image: var(--acs-page-background, url("/images/Logo.png"));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: calc(50% + 7.9px) 140px;
  background-size: 525px auto;
}

body.acs-has-parallax-stage #sp-component.acs-component-background--service {
  background-size: min(1088px, calc(100vw - 42px)) auto;
}

body.acs-has-parallax-stage .acs-original-home { background: transparent; }

body.acs-has-parallax-stage #sp-component article.item-page,
body.acs-has-parallax-stage #sp-component article.item,
body.acs-has-parallax-stage .acs-original-intro {
  background: rgb(255 255 255 / 94%);
}

body.Startseite.acs-has-parallax-stage #sp-component article.item-page,
body.Startseite.acs-has-parallax-stage #sp-component article.item {
  background: transparent;
}

.acs-parallax-logo {
  position: relative;
  z-index: 1;
  top: auto;
  width: 100%;
  height: var(--acs-logo-stage-height);
  overflow: hidden;
  background-color: #fff;
  background-image: var(--acs-stage-background, url("/images/Logo.png"));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: calc(50% + 7.9px) 140px;
  background-size: 525px auto;
  opacity: .98;
}

.acs-parallax-logo--service {
  background-size: min(1088px, calc(100vw - 42px)) auto;
}

.acs-parallax-logo__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(525px, 62vw);
  height: auto;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-50%, calc(-50% + var(--acs-logo-shift, 0px)), 0);
  will-change: transform;
}

.acs-original-intro {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 487.6px;
  padding: 36.8px 64px 56px;
  text-align: center;
  color: var(--acs-ink);
  background: #fff;
  border-top: 4px solid var(--acs-blue-500);
}

.acs-original-intro > .acs-eyebrow { display: none; }

.acs-original-intro h1 {
  max-width: 860px;
  margin: 8px auto 24px;
  color: var(--acs-navy-950);
  font: 650 clamp(21.6px, 2vw, 27.2px)/1.25 var(--acs-font);
  letter-spacing: -.015em;
}

.acs-original-intro p {
  max-width: 760px;
  margin: 20px auto;
  color: #536873;
  font: 400 16px/1.75 var(--acs-font);
}

.acs-original-services {
  max-width: 720px;
  display: grid;
  gap: 8.8px;
  margin: 27.2px auto;
  padding: 0;
  color: var(--acs-ink);
  font: 650 16px/1.5 var(--acs-font);
  list-style: none;
}

/* Other pages keep the same restrained reference typography. */
body:not(.Startseite) #sp-component article.item-page,
body:not(.Startseite) #sp-component article.item {
  padding: 36.8px 64px 56px;
  border-top: 4px solid var(--acs-blue-500);
}

body:not(.Startseite) #sp-component [itemprop="articleBody"] h1,
body:not(.Startseite) #sp-component [itemprop="articleBody"] h2 {
  margin-top: 0;
  color: var(--acs-navy-950);
  font-family: var(--acs-font);
  font-weight: 500;
  letter-spacing: -.015em;
}

body:not(.Startseite) #sp-component [itemprop="articleBody"] h1,
body:not(.Startseite) #sp-component [itemprop="articleBody"] h2:first-child {
  font-size: clamp(28px, 2.5vw, 34.4px);
  line-height: 1.25;
}

.acs-page-intro {
  position: relative;
  margin: 0 0 48px;
  padding: 0 0 32px;
}

.acs-page-intro::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--acs-blue-500), var(--acs-line) 40%, transparent);
}

.acs-page-intro .acs-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--acs-blue-700);
  font-size: 12.32px;
  font-weight: 800;
  letter-spacing: .16em;
}

.acs-page-intro h1 {
  margin: 0 !important;
  color: var(--acs-navy-950);
  font-size: 34.125px !important;
  font-weight: 500 !important;
  line-height: 35.49px !important;
}

.acs-page-intro .acs-lede {
  max-width: 621px;
  margin: 16px 0 0;
  color: var(--acs-muted);
  font-size: 16px;
  line-height: 26.4px !important;
}

body:not(.Startseite) #sp-component [itemprop="articleBody"] p,
body:not(.Startseite) #sp-component [itemprop="articleBody"] li {
  color: #536873;
  font: 400 16px/1.75 var(--acs-font);
}

body:not(.Startseite) #sp-component [itemprop="articleBody"] > p {
  max-width: 621px;
}

/* Gallery fallback for the legacy gallery placeholders. */
.acs-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14.4px;
  margin: 32px 0 0;
}
.acs-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--acs-line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgb(5 65 98 / 9%);
}
.acs-gallery a { display: block; overflow: hidden; }
.acs-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform .22s ease;
}
.acs-gallery a:hover img { transform: scale(1.025); }
.acs-gallery figcaption { padding: 12px 13.6px; color: #48606c; font-size: 13.76px; line-height: 19.264px; }

.acs-jobs-grid {
  display: grid;
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.acs-jobs-grid figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--acs-line);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgb(5 65 98 / 9%);
}
.acs-jobs-grid img { width: 100%; height: auto; display: block; }

.acs-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  color: #fff;
  background: rgb(10 25 35 / 95%);
}
.acs-lightbox.is-open { display: flex; }
.acs-lightbox-content { max-width: 85vw; max-height: 82vh; margin: 0; text-align: center; }
.acs-lightbox-image { max-width: 100%; max-height: 74vh; object-fit: contain; border-radius: 12px; box-shadow: 0 10px 40px rgb(0 0 0 / 50%); }
.acs-lightbox-caption { margin-top: 12px; font-size: 16px; }
.acs-lightbox button { position: absolute; color: rgb(255 255 255 / 82%); font-size: 48px; line-height: 1; background: transparent; border: 0; cursor: pointer; }
.acs-lightbox-close { top: 20px; right: 24px; }
.acs-lightbox-prev { left: 20px; }
.acs-lightbox-next { right: 20px; }

/* Exact reference footer */
#sp-bottom {
  position: relative;
  width: 100%;
  height: 205.6px;
  min-height: 205.6px;
  margin: 22.4px 0 0;
  padding: 40.8px 0 26.4px;
  overflow: hidden;
  color: var(--acs-ink);
  background: #fff;
  border-top: 4px solid var(--acs-blue-500);
}

#sp-bottom::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 104px;
  height: 199px;
  content: "";
  pointer-events: none;
  background: url("/images/Bottom.png") left bottom / 104px 199px no-repeat;
}

#sp-bottom > .container {
  position: relative;
  z-index: 1;
  width: 1140px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
}

#sp-bottom .row { width: 100%; margin: 0; display: flex; align-items: flex-start; }
#sp-bottom1,
#sp-bottom2,
#sp-bottom3 { width: 33.333333%; flex: 0 0 33.333333%; max-width: none; padding: 0; }
#sp-bottom1 .sp-module-content { padding: 24px 0 0 154px; }
#sp-bottom2 .sp-module-content { padding: 24px 0 0 46px; }
#sp-bottom3 .sp-module-content { padding: 24px 0 0 38px; }

#sp-bottom h3 {
  display: none;
}

.acs-footer-block { margin: 0; color: var(--acs-ink); font-style: normal; line-height: 1.7; }
.acs-contact-list,
.acs-footer-links { display: grid; gap: 7.2px; margin: 0; padding: 0; list-style: none; }
.acs-contact-list li {
  position: static;
  display: grid !important;
  grid-template-columns: 67.2px minmax(0, 1fr);
  gap: 7.2px;
  margin: 0;
  padding: 0;
  line-height: 1.55;
  border: 0;
}
.acs-contact-list li::before,
.acs-contact-list li::after { display: none !important; content: none !important; }
.acs-contact-list li { height: 24px; min-height: 24px; border-bottom: 0 !important; }
.acs-contact-list strong { display: block; }
#sp-bottom .acs-contact-list a {
  display: inline !important;
  padding: 0 !important;
  line-height: 24px !important;
  border: 0 !important;
}
#sp-bottom .acs-contact-list a::before,
#sp-bottom .acs-contact-list a::after { display: none !important; content: none !important; }
.acs-footer-links { grid-template-rows: repeat(3, 24px); gap: 0; }
#sp-bottom .acs-footer-links a {
  display: block;
  height: 24px;
  padding: 0 !important;
  line-height: 24px !important;
}
#sp-bottom a { color: #375867; text-decoration-line: underline; text-decoration-thickness: 1px; }
#sp-bottom a:hover { color: var(--acs-blue-700); }
#sp-footer { display: none !important; }

.acs-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.acs-cookie-notice,
[id^="redim-cookiehint-"].acs-cookiehint-compatible {
  position: fixed !important;
  inset: auto auto 18px 18px !important;
  z-index: 100000 !important;
  display: block !important;
  width: min(430px, calc(100vw - 36px)) !important;
  padding: 0 !important;
  background: transparent !important;
  backdrop-filter: none;
  pointer-events: none;
}

.acs-cookie-notice__dialog,
.acs-cookiehint-compatible #redim-cookiehint,
.cc-window.acs-cookiehint-compatible {
  width: 100% !important;
  max-width: 100% !important;
  max-height: calc(100vh - 36px) !important;
  margin: 0 !important;
  padding: 32px !important;
  overflow: auto !important;
  color: #5d6870 !important;
  background: rgb(255 255 255 / 97%) !important;
  border: 2px solid var(--acs-blue-500) !important;
  border-radius: 3px !important;
  box-shadow: 0 16px 46px rgb(3 47 73 / 24%) !important;
  font: 400 17px/1.48 var(--acs-font) !important;
  pointer-events: auto;
}

.cc-window.acs-cookiehint-compatible {
  position: fixed !important;
  inset: auto auto 18px 18px !important;
  width: min(430px, calc(100vw - 36px)) !important;
}

.acs-cookie-notice__dialog p,
.acs-cookiehint-compatible .cookiecontent,
.cc-window.acs-cookiehint-compatible .cc-message {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
}

.acs-cookie-notice__dialog a,
.acs-cookiehint-compatible a:not(.btn),
.cc-window.acs-cookiehint-compatible .cc-link {
  color: #486675 !important;
  text-decoration: underline !important;
}

.acs-cookie-notice__button,
.acs-cookiehint-compatible #cookiehintsubmit,
.cc-window.acs-cookiehint-compatible .cc-btn {
  width: 100% !important;
  min-height: 42px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  color: var(--acs-navy-950) !important;
  background: #fff !important;
  border: 2px solid var(--acs-blue-500) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: 700 15px/1.2 var(--acs-font) !important;
  text-transform: none !important;
  cursor: pointer;
}

.acs-cookie-notice__button:hover,
.acs-cookie-notice__button:focus-visible,
.acs-cookiehint-compatible #cookiehintsubmit:hover,
.acs-cookiehint-compatible #cookiehintsubmit:focus-visible,
.cc-window.acs-cookiehint-compatible .cc-btn:hover,
.cc-window.acs-cookiehint-compatible .cc-btn:focus-visible {
  color: #fff !important;
  background: var(--acs-blue-700) !important;
  outline: 3px solid rgb(8 126 183 / 24%);
  outline-offset: 2px;
}

.acs-cookiehint-compatible .cookiebuttons,
.cc-window.acs-cookiehint-compatible .cc-compliance {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.acs-cookiehint-compatible #cookiehintsubmitno,
.acs-cookiehint-compatible #cookiehintinfo,
.cc-window.acs-cookiehint-compatible .cc-link[role="button"] { display: none !important; }

@media (max-width: 991.98px) {
  :root { --acs-header-height: 108px; --acs-logo-stage-height: 330px; }

  body.site { border-inline-width: 5px; }

  #sp-top-bar > .container,
  #sp-header > .container { width: calc(100% - 32px); max-width: none; }

  #sp-header { height: 72px !important; min-height: 72px; }
  #sp-header .row { position: relative; height: 72px; }

  #sp-logo {
    width: calc(100% - 60px);
    max-width: none;
    height: 72px;
    flex: 0 0 calc(100% - 60px);
  }
  #sp-logo img,
  #sp-logo img.sp-default-logo { width: min(281px, 76vw) !important; max-width: min(281px, 76vw) !important; height: 52px !important; object-position: center; }

  #sp-menu { width: 60px; max-width: 60px; height: 72px; flex: 0 0 60px; }
  #sp-menu > .sp-column { height: 72px; justify-content: flex-end; }

  .acs-menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    padding: 0;
    color: #315565;
    background: var(--acs-ice);
    border: 1px solid var(--acs-line);
    border-radius: 12px;
    box-shadow: 0 5px 14px rgb(5 65 98 / 8%);
  }

  .acs-menu-icon,
  .acs-menu-icon::before,
  .acs-menu-icon::after {
    width: 20px;
    height: 2px;
    display: block;
    content: "";
    background: currentColor;
    border-radius: 999px;
  }
  .acs-menu-icon { position: relative; }
  .acs-menu-icon::before,
  .acs-menu-icon::after { position: absolute; left: 0; }
  .acs-menu-icon::before { top: -6px; }
  .acs-menu-icon::after { top: 6px; }
  .acs-menu-toggle[aria-expanded="true"] .acs-menu-icon { background: transparent; }
  .acs-menu-toggle[aria-expanded="true"] .acs-menu-icon::before { top: 0; transform: rotate(45deg); }
  .acs-menu-toggle[aria-expanded="true"] .acs-menu-icon::after { top: 0; transform: rotate(-45deg); }

  .acs-site-nav {
    position: absolute;
    z-index: 1200;
    top: 72px;
    right: -16px;
    left: auto;
    width: calc(100vw - 10px);
    height: auto;
    display: none;
    padding: 18px 26px 22px;
    background: #fff;
    border-top: 1px solid var(--acs-line);
    border-bottom: 1px solid var(--acs-line);
    box-shadow: 0 10px 22px rgb(5 65 98 / 10%);
  }
  .acs-site-nav.is-open { display: block; }
  .acs-main-menu { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
  .acs-main-menu > li,
  .acs-main-menu > li > a,
  .acs-dropdown-toggle { width: 100%; }
  .acs-main-menu > li > a,
  .acs-dropdown-toggle { justify-content: flex-start; border-bottom: 0; }
  .acs-main-menu > li > a::before,
  .acs-dropdown-toggle::before {
    width: 12px;
    height: 14px;
    margin-right: 5px;
    flex: 0 0 12px;
    content: "";
    background: url("/images/Drop.png") center / contain no-repeat;
  }
  .acs-submenu {
    position: static;
    min-width: 0;
    display: none;
    visibility: visible;
    padding: 4px 0 4px 28px;
    opacity: 1;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .acs-dropdown.is-open > .acs-submenu { display: flex; transform: none; }

  #sp-component > .sp-column { padding-top: 32px; }
  body.acs-has-parallax-stage #sp-component > .sp-column { padding-top: 4px; }
  #sp-component { left: 0; }
  body.acs-has-parallax-stage #sp-component.acs-component-background {
    background-position: calc(50% + .5px) 115.34px;
    background-size: min(430px, 88vw) auto;
  }
  body.acs-has-parallax-stage #sp-component.acs-component-background--service {
    background-size: calc(100vw - 42px) auto;
  }
  .acs-parallax-logo {
    position: relative;
    top: auto;
    height: 330px;
    background-position: calc(50% + .5px) 115.34px;
    background-size: min(430px, 88vw) auto;
  }
  .acs-parallax-logo--service { background-size: calc(100vw - 42px) auto; }
  .acs-parallax-logo__image { width: min(430px, 88vw); transform: translate3d(-50%, -50%, 0); }

  body:not(.Startseite) #sp-component article.item-page,
  body:not(.Startseite) #sp-component article.item { padding: 28px 30px 42px; }

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

  #sp-bottom { height: auto; margin-top: 16px; min-height: 0; padding: 35px 20px 40px; }
  #sp-bottom > .container { width: 100%; max-width: none; }
  #sp-bottom .row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 { width: auto; max-width: none; padding: 0; }
  #sp-bottom1 .sp-module-content,
  #sp-bottom2 .sp-module-content,
  #sp-bottom3 .sp-module-content { padding: 24px 0 0; }
  #sp-bottom3 { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --acs-header-height: 108px; --acs-logo-stage-height: 290px; }

  #sp-top-bar { height: 38px; min-height: 38px; }
  #sp-top2 { width: 100%; }
  #sp-top2 .sp-column { height: 38px; justify-content: center; }
  #sp-top-bar .sp-contact-info { width: 100%; justify-content: center; font-size: 12.64px; }
  #sp-top-bar .sp-contact-info li { font-size: 12.64px; line-height: 18.96px; transform: translateY(.5px); }
  #sp-top-bar .sp-contact-email { display: none !important; }

  #sp-header { height: 70px !important; min-height: 70px; }
  #sp-header .row { height: 70px; }
  #sp-logo { height: 70px; }
  #sp-menu,
  #sp-menu > .sp-column { height: 70px; }
  .acs-site-nav { top: 70px; }

  #sp-component { width: calc(100% - 32px); max-width: none; }
  #sp-component > .sp-column { padding-top: 32px; }

  .acs-parallax-logo { top: auto; height: 290px; }
  .acs-original-intro {
    min-height: 644.1px;
    padding: 25.6px 19.2px 36.8px;
  }
  .acs-original-intro h1 { margin-top: 8px; font-size: 21.6px; line-height: 1.25; }
  .acs-original-intro p { font-size: 16px; line-height: 1.75; }

  body:not(.Startseite) #sp-component article.item-page,
  body:not(.Startseite) #sp-component article.item { padding: 25.6px 19.2px 36.8px; }

  .acs-gallery { grid-template-columns: 1fr; gap: 14px; }
  .acs-gallery img { height: auto; aspect-ratio: 4 / 3; }
  .acs-lightbox { padding: 16px; }
  .acs-lightbox-prev { left: 6px; }
  .acs-lightbox-next { right: 6px; }

  #sp-bottom {
    height: 481.5px;
    min-height: 481.5px;
    margin-top: 16px;
    padding: 35.2px 20px 40px;
  }
  #sp-bottom::before { width: 84px; height: 160px; background-size: 84px 160px; }
  #sp-bottom .row { display: block; }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 { width: 100%; margin: 0 0 26px; }
  #sp-bottom3 { margin: 0; padding-left: 72px; }

  .acs-cookie-notice,
  [id^="redim-cookiehint-"].acs-cookiehint-compatible {
    inset: auto auto 10px 10px !important;
    width: calc(100vw - 20px) !important;
  }

  .cc-window.acs-cookiehint-compatible {
    inset: auto auto 10px 10px !important;
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px) !important;
  }

  .acs-cookie-notice__dialog,
  .acs-cookiehint-compatible #redim-cookiehint,
  .cc-window.acs-cookiehint-compatible {
    padding: 24px 20px !important;
    font-size: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .acs-parallax-logo__image { transform: translate3d(-50%, -50%, 0); }
}
