@font-face {
  font-family: "SP New Edge";
  src: url("/kontakt/_mirror/wp-content/uploads/2026/04/NewEdge666-LightRounded.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SP Soehne";
  src: url("/kontakt/_mirror/wp-content/uploads/2026/04/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SP Soehne";
  src: url("/kontakt/_mirror/wp-content/uploads/2026/04/soehne-kraftig.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --sp-shell-black: #010101;
  --sp-shell-white: #fff;
  --sp-shell-grey: #c7c3c2;
  --sp-shell-muted: #5e5c5c;
  --sp-shell-bronn-muted: hsl(30 6% 95%);
  --sp-shell-green: #00ff41;
  --sp-shell-reference-green: #33ff00;
  --sp-shell-line: rgba(1, 1, 1, .18);
  --sp-shell-footer-line: rgba(255, 255, 255, .12);
  --sp-shell-body: "SP Soehne", "Soehne", "Söhne", Arial, sans-serif;
  --sp-shell-display: "SP New Edge", "New Edge 666", "Didact Gothic", Arial, sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.sp-shell-page-contact header.elementor-location-header,
body.sp-shell-page-contact footer.elementor-location-footer,
body.sp-shell-page-contact .elementor-element[data-id="43ba1ae"],
body.sp-shell-page-contact .elementor-element[data-id="e86a18d"] {
  display: none !important;
}

.sp-shell-header,
.sp-shell-footer,
.sp-shell-header *,
.sp-shell-footer * {
  box-sizing: border-box;
  letter-spacing: 0;
}

[data-sp-shell="header"] {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.sp-shell-header {
  width: 100%;
  min-height: 68px;
  background: var(--sp-shell-white);
  border-bottom: 1px solid rgba(1, 1, 1, .08);
  font-family: var(--sp-shell-body);
  color: var(--sp-shell-black);
}

.sp-shell-header__inner {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 68px;
  padding: 0 32px;
}

.sp-shell-logo {
  display: inline-flex;
  align-items: center;
  width: 100px;
  max-width: 100px;
  line-height: 1;
  text-decoration: none;
}

.sp-shell-logo__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.sp-shell-logo__sugar {
  fill: var(--sp-shell-black);
}

.sp-shell-logo__pool-p,
.sp-shell-logo__pool-o1,
.sp-shell-logo__pool-o2,
.sp-shell-logo__pool-slash {
  fill: var(--sp-shell-grey);
}

.sp-shell-logo__all,
.sp-shell-logo__pool-p,
.sp-shell-logo__pool-o1,
.sp-shell-logo__pool-o2,
.sp-shell-logo__pool-slash {
  will-change: opacity, transform;
}

.sp-shell-nav,
.sp-shell-meta {
  display: flex;
  align-items: center;
  gap: 28px;
}

.sp-shell-nav {
  justify-content: center;
}

.sp-shell-meta {
  justify-content: flex-end;
}

.sp-shell-link,
.sp-shell-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: var(--sp-shell-black);
  font: 400 18px/1.1 var(--sp-shell-body);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sp-shell-nav__trigger {
  padding: 0;
}

.sp-shell-nav__trigger::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: 65% 65%;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1);
}

.sp-shell-link:hover,
.sp-shell-nav__trigger:hover {
  color: var(--sp-shell-muted);
}

.sp-shell-header .sp-shell-nav__trigger,
.sp-shell-header .sp-shell-nav__trigger:hover,
.sp-shell-header .sp-shell-nav__trigger:focus,
.sp-shell-header .sp-shell-nav__trigger:focus-visible,
.sp-shell-header .sp-shell-nav__trigger:active,
.sp-shell-header .sp-shell-nav__item:hover .sp-shell-nav__trigger,
.sp-shell-header .sp-shell-nav__item:focus-within .sp-shell-nav__trigger,
.sp-shell-header .sp-shell-nav__item.is-hover .sp-shell-nav__trigger,
.sp-shell-header .sp-shell-nav__item.is-open .sp-shell-nav__trigger {
  background: transparent !important;
  color: var(--sp-shell-black) !important;
  -webkit-text-fill-color: var(--sp-shell-black) !important;
}

.sp-shell-mark {
  color: var(--sp-shell-black);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.sp-shell-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
}

.sp-shell-subnav {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  display: grid;
  width: max-content;
  min-width: 240px;
  max-width: 300px;
  padding: 8px;
  background: var(--sp-shell-white);
  border: 1px solid rgba(1, 1, 1, .1);
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(1, 1, 1, .1), 0 4px 6px -4px rgba(1, 1, 1, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(.98);
  transform-origin: top left;
  visibility: hidden;
  transition:
    opacity .18s cubic-bezier(.4, 0, .2, 1),
    transform .18s cubic-bezier(.4, 0, .2, 1),
    visibility 0s linear .18s;
}

.sp-shell-nav__item::after {
  position: absolute;
  left: -14px;
  right: -14px;
  top: 100%;
  height: 14px;
  content: "";
}

.sp-shell-nav__item:hover .sp-shell-subnav,
.sp-shell-nav__item:focus-within .sp-shell-subnav,
.sp-shell-nav__item.is-hover .sp-shell-subnav,
.sp-shell-nav__item.is-open .sp-shell-subnav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.sp-shell-nav__item:hover .sp-shell-nav__trigger::after,
.sp-shell-nav__item:focus-within .sp-shell-nav__trigger::after,
.sp-shell-nav__item.is-hover .sp-shell-nav__trigger::after,
.sp-shell-nav__item.is-open .sp-shell-nav__trigger::after {
  transform: rotate(225deg);
}

.sp-shell-nav__item.is-hover .sp-shell-nav__trigger,
.sp-shell-nav__item.is-open .sp-shell-nav__trigger {
  color: var(--sp-shell-black);
}

.sp-shell-subnav__link {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--sp-shell-white);
  color: var(--sp-shell-black);
  text-decoration: none;
  transition:
    background-color .15s cubic-bezier(.4, 0, .2, 1),
    color .15s cubic-bezier(.4, 0, .2, 1),
    border-color .15s cubic-bezier(.4, 0, .2, 1),
    text-decoration-color .15s cubic-bezier(.4, 0, .2, 1),
    fill .15s cubic-bezier(.4, 0, .2, 1),
    stroke .15s cubic-bezier(.4, 0, .2, 1);
}

.sp-shell-subnav__link:hover,
.sp-shell-subnav__link:focus-visible {
  background: var(--sp-shell-bronn-muted);
  color: var(--sp-shell-black);
  outline: 0;
}

.sp-shell-subnav__link:active,
.sp-shell-subnav__link:visited {
  color: var(--sp-shell-black);
}

.sp-shell-header .sp-shell-subnav__link,
.sp-shell-header .sp-shell-subnav__link:active,
.sp-shell-header .sp-shell-subnav__link:visited {
  background: var(--sp-shell-white);
  color: var(--sp-shell-black);
}

.sp-shell-header .sp-shell-subnav__link:hover,
.sp-shell-header .sp-shell-subnav__link:focus-visible {
  background: var(--sp-shell-bronn-muted);
  color: var(--sp-shell-black);
}

.sp-shell-subnav__title,
.sp-shell-subnav__description {
  display: block;
}

.sp-shell-subnav__title {
  color: var(--sp-shell-black);
  font: 400 15px/1.25 var(--sp-shell-body);
}

.sp-shell-subnav__description {
  margin-top: 4px;
  color: var(--sp-shell-muted);
  font: 400 13px/1.35 var(--sp-shell-body);
}

.sp-shell-footer {
  width: 100%;
  background: var(--sp-shell-black);
  color: var(--sp-shell-white);
  font-family: var(--sp-shell-body);
}

.sp-shell-stats {
  overflow: hidden;
  width: 100%;
  background: var(--sp-shell-white);
  border-top: 1px solid rgba(1, 1, 1, .08);
  border-bottom: 1px solid rgba(1, 1, 1, .16);
  color: var(--sp-shell-black);
}

.sp-shell-stats__track {
  display: flex;
  width: max-content;
  animation: sp-shell-marquee 34s linear infinite;
}

.sp-shell-stat {
  display: flex;
  align-items: baseline;
  gap: 16px;
  min-width: max-content;
  padding: 37px 42px;
  border-right: 1px solid rgba(1, 1, 1, .14);
  white-space: nowrap;
}

.sp-shell-stat__num {
  color: var(--sp-shell-black);
  font: 300 52px/1 var(--sp-shell-display);
}

.sp-shell-stat__label {
  color: var(--sp-shell-grey);
  font: 300 48px/1 var(--sp-shell-display);
}

.sp-shell-stat__sub {
  color: var(--sp-shell-grey);
  font: 400 18px/1 var(--sp-shell-body);
}

.sp-shell-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1299fr) minmax(320px, 649fr);
  gap: 20px;
  min-height: 540px;
  padding: 200px 40px;
}

.sp-shell-footer__claim {
  width: 100%;
  max-width: 780px;
  color: var(--sp-shell-muted);
  font: 300 70px/1 var(--sp-shell-display);
  letter-spacing: -1px;
}

.sp-shell-footer__claim a {
  --hl-bg: #0000ff00;
  --hl-color-start: var(--sp-shell-muted);
  --hl-color-end: var(--sp-shell-reference-green);
  --hl-color-hover: var(--sp-shell-white);
  --hl-duration: 400ms;
  --hl-ease: ease-in-out;
  display: inline !important;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--hl-bg) 0%, var(--hl-bg) 100%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  border-radius: 0;
  color: var(--hl-color-start) !important;
  text-decoration: none;
  transition:
    background-size var(--hl-duration) var(--hl-ease),
    color var(--hl-duration) var(--hl-ease);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.sp-shell-footer__claim.is-active a {
  background-size: 100% 100%;
  color: var(--hl-color-end) !important;
}

.sp-shell-footer__claim a:hover,
.sp-shell-footer__claim a:focus-visible {
  color: var(--hl-color-hover) !important;
  outline: 0;
}

.sp-shell-footer__copy {
  max-width: 649px;
  margin-top: 19px;
  color: rgba(255, 255, 255, .9);
  font: 400 22px/1.2 var(--sp-shell-body);
}

.sp-shell-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .28);
  font: 400 18px/1.18 var(--sp-shell-body);
}

.sp-shell-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 579fr) minmax(0, 50fr) minmax(0, 308fr) minmax(0, 307fr) minmax(0, 307fr) minmax(0, 266fr) minmax(0, 31fr);
  gap: 20px;
  align-items: start;
  min-height: 108px;
  padding: 20px 40px;
  color: rgba(255, 255, 255, .28);
  font: 400 18px/1.2 var(--sp-shell-body);
}

.sp-shell-footer__logo {
  align-self: start;
  color: var(--sp-shell-white);
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.sp-shell-footer__logo span {
  color: rgba(255, 255, 255, .62);
}

.sp-shell-footer__bottom > span,
.sp-shell-footer__year {
  white-space: nowrap;
}

.sp-shell-footer a {
  color: inherit;
}

.sp-shell-footer a.sp-shell-footer__logo {
  color: var(--sp-shell-white);
}

.sp-shell-footer__links,
.sp-shell-footer__contact,
.sp-shell-footer__services {
  display: grid;
  gap: 1px;
}

.sp-shell-footer__links a,
.sp-shell-footer__contact a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.sp-shell-footer__year {
  text-align: right;
}

.sp-shell-calendly-open {
  overflow: hidden;
}

.sp-shell-calendly-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 54px);
  background: rgba(0, 0, 0, .82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.sp-shell-calendly-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.sp-shell-calendly-modal__panel {
  position: relative;
  width: min(1120px, 100%);
  height: min(82vh, 820px);
  min-height: 640px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .42);
  transform: translateY(14px);
  transition: transform 320ms ease;
}

.sp-shell-calendly-modal.is-open .sp-shell-calendly-modal__panel {
  transform: translateY(0);
}

.sp-shell-calendly-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font: 300 28px/1 var(--sp-shell-body);
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease;
}

.sp-shell-calendly-modal__close:hover,
.sp-shell-calendly-modal__close:focus-visible {
  background: var(--sp-shell-reference-green);
  color: #000;
  outline: none;
}

.sp-shell-calendly-modal__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@keyframes sp-shell-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-shell-stats__track {
    animation: none;
  }
}

@media (max-width: 900px) {
  .sp-shell-header__inner {
    grid-template-columns: 1fr auto;
    gap: 18px;
    min-height: 64px;
    padding: 0 18px;
  }

  .sp-shell-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 14px;
  }

  .sp-shell-meta {
    gap: 16px;
  }

  .sp-shell-link,
  .sp-shell-nav__trigger {
    font-size: 16px;
  }

  .sp-shell-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
    padding: 90px 24px 52px;
  }

  .sp-shell-footer__claim {
    width: 100%;
    max-width: 100%;
    font-size: clamp(42px, 12vw, 64px);
  }

  .sp-shell-footer__copy {
    font-size: 20px;
  }

  .sp-shell-footer__bottom {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 0 24px 34px;
    font-size: 16px;
  }

  .sp-shell-footer__year {
    text-align: left;
  }

  body.sp-shell-page-contact .elementor a,
  body.sp-shell-page-contact .elementor-heading-title {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .sp-shell-calendly-modal {
    padding: 12px;
  }

  .sp-shell-calendly-modal__panel {
    height: 88vh;
    min-height: 560px;
  }

  .sp-shell-stat {
    padding: 22px 28px 20px;
  }

  .sp-shell-stat__num {
    font-size: 42px;
  }

  .sp-shell-stat__label {
    font-size: 38px;
  }
}
