@font-face {
  font-family: "Gothic A1";
  src: url("./83c4ca30d9-CSR44z5ZnPydRjlCCwlCwOU6T_N-.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gothic A1";
  src: url("./07d54786cc-CSR94z5ZnPydRjlCCwlKa8cq.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gothic A1";
  src: url("./7079dc5f87-CSR44z5ZnPydRjlCCwlCmOQ6T_N-.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gothic A1";
  src: url("./5af2f4560c-CSR44z5ZnPydRjlCCwlCtOM6T_N-.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gothic A1";
  src: url("./504655adab-CSR44z5ZnPydRjlCCwlC0OI6T_N-.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --omnix-ink: #0b3a3e;
  --omnix-orange: #d5502c;
  --omnix-orange-dark: #b93d20;
  --omnix-copy: #667273;
  --omnix-soft: #f4f6f6;
  --omnix-line: #d9dede;
  --omnix-white: #fff;
  --omnix-container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.omnix-service-page {
  margin: 0;
  background: var(--omnix-white);
  color: var(--omnix-copy);
  font-family: "Gothic A1", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

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

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

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

.service-site-header {
  position: relative;
  z-index: 50;
  padding: 15px 0;
  background: var(--omnix-white);
}

.service-header-inner {
  display: flex;
  width: min(100%, var(--omnix-container));
  min-height: 61.6px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-brand {
  display: block;
  align-items: center;
}

.service-brand img {
  width: 180px;
  height: 42px;
  object-fit: contain;
}

.service-main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 18px;
}

.service-main-nav .omnix-nav-dropdown-toggle {
  font-size: 18px;
}

.service-nav-link {
  position: relative;
  display: block;
  padding: 20px;
  color: var(--omnix-copy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.service-nav-link:hover,
.service-nav-link:focus-visible {
  color: var(--omnix-ink);
}

.service-header-cta,
.service-intro-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid var(--omnix-orange);
  border-radius: 999px;
  font-weight: 600;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    transform 260ms ease;
}

.service-header-cta {
  min-width: 127px;
  min-height: 48px;
  padding: 12px 28px;
  background: var(--omnix-orange);
  color: var(--omnix-white) !important;
  font-size: 18px;
  line-height: 1.2;
}

.service-header-cta:hover,
.service-intro-cta:hover {
  background: var(--omnix-ink);
  border-color: var(--omnix-ink);
  color: var(--omnix-white);
  transform: translateY(-2px);
}

.service-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--omnix-line);
  border-radius: 50%;
  background: var(--omnix-white);
  color: var(--omnix-ink);
  cursor: pointer;
}

.service-nav-toggle svg {
  width: 21px;
  height: 21px;
}

.service-intro {
  overflow: hidden;
  padding: 126px 0 138px;
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  gap: 110px;
  align-items: center;
}

.service-intro-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 28px 28px 0 0;
}

.service-intro-visual::before {
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: -28px;
  left: -28px;
  z-index: 0;
  border-radius: 8px;
  background: var(--omnix-orange);
  content: "";
}

.service-intro-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.service-intro-visual-natural {
  aspect-ratio: auto;
}

.service-intro-visual-natural img {
  display: block;
  height: auto;
  object-fit: contain;
}

.service-intro-visual-portrait {
  width: min(100%, 390px);
  justify-self: center;
}

.service-intro-copy {
  max-width: 560px;
}

.service-eyebrow {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 14px;
  color: var(--omnix-copy);
  font-size: 16px;
  font-weight: 600;
}

.service-eyebrow::after {
  width: 72px;
  height: 2px;
  background: var(--omnix-orange);
  content: "";
}

.service-intro h1 {
  margin: 0;
  color: var(--omnix-ink);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.service-reklamationsbearbeitung .service-intro h1 {
  font-size: clamp(38px, 3.45vw, 50px);
}

.service-intro-copy p {
  max-width: 550px;
  margin: 27px 0 38px;
  color: var(--omnix-copy);
  font-size: 19px;
  line-height: 1.58;
}

.service-intro-cta {
  padding: 14px 28px;
  color: var(--omnix-orange);
}

.service-arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-detail-section {
  padding: 116px 0 126px;
  background: var(--omnix-soft);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.service-sidebar {
  display: grid;
  gap: 28px;
}

.service-nav-card,
.service-contact-card {
  border-radius: 8px;
}

.service-nav-card {
  border: 1px solid var(--omnix-line);
  background: var(--omnix-white);
  padding: 30px 24px 24px;
}

.service-card-title {
  display: flex;
  width: 100%;
  margin: 0 0 22px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  color: var(--omnix-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.service-card-title svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--omnix-orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-page-links {
  display: grid;
  gap: 3px;
}

.service-page-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--omnix-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  transition:
    background-color 260ms ease,
    color 260ms ease,
    transform 260ms ease;
}

.service-page-link-label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.service-page-link-label::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--omnix-orange);
  content: "";
}

.service-page-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.service-page-link:hover {
  background: var(--omnix-ink);
  color: var(--omnix-white);
  transform: translateX(3px);
}

.service-page-link:hover .service-page-link-label::before,
.service-page-link[aria-current="page"] .service-page-link-label::before {
  background: var(--omnix-white);
}

.service-page-link[aria-current="page"] {
  background: var(--omnix-orange);
  color: var(--omnix-white);
}

.service-contact-card {
  background: var(--omnix-orange);
  padding: 30px 26px;
  color: var(--omnix-white);
  text-align: left;
}

.service-contact-card .service-card-title {
  justify-content: flex-start;
  color: var(--omnix-white);
}

.service-contact-label {
  margin: 24px 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
}

.service-contact-link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--omnix-white);
  font-size: 15px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.service-contact-link + .service-contact-label {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 21px;
}

.service-contact-link svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--omnix-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-contact-link:hover {
  color: var(--omnix-white);
  opacity: 0.8;
}

.service-contact-request {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 22px;
}

.service-contact-request .service-contact-label {
  margin-top: 0;
}

.service-contact-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-contact-button {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--omnix-white);
  border-radius: 999px;
  background: var(--omnix-white);
  color: var(--omnix-orange);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.service-contact-button:hover {
  background: var(--omnix-ink);
  color: var(--omnix-white);
  transform: translateY(-2px);
}

.service-detail-content {
  min-width: 0;
}

.service-detail-copy {
  max-width: 820px;
  padding: 0;
}

.service-topic + .service-topic {
  margin-top: 48px;
}

.service-topic p {
  margin: 0;
  color: var(--omnix-copy);
  font-size: 18px;
  line-height: 1.7;
}

.service-topic h2 {
  margin: 0 0 18px;
  color: var(--omnix-ink);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.16;
}

.service-detail-copy h3 {
  margin: 38px 0 16px;
  color: var(--omnix-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.service-scope-list {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.service-scope-list li {
  position: relative;
  border-top: 1px solid var(--omnix-line);
  padding: 16px 18px 16px 32px;
  color: var(--omnix-ink);
  font-weight: 600;
}

.service-scope-list li:last-child {
  border-bottom: 1px solid var(--omnix-line);
}

.service-scope-list li::before {
  position: absolute;
  top: 25px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--omnix-orange);
  content: "";
}

.service-contact-modal[hidden] {
  display: none;
}

.service-contact-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.service-contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 58, 62, 0.72);
  opacity: 0;
  transition: opacity 240ms ease;
}

.service-contact-dialog {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 8px;
  background: var(--omnix-white);
  padding: 42px;
  box-shadow: 0 24px 70px rgba(11, 58, 62, 0.24);
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 240ms ease,
    transform 300ms cubic-bezier(.2, .8, .2, 1);
}

.service-contact-modal.is-open .service-contact-modal-backdrop,
.service-contact-modal.is-open .service-contact-dialog {
  opacity: 1;
}

.service-contact-modal.is-open .service-contact-dialog {
  transform: translateY(0);
}

.service-contact-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f2f4f4;
  color: var(--omnix-ink);
  cursor: pointer;
}

.service-contact-dialog-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.service-contact-dialog-copy {
  max-width: 520px;
  padding-right: 42px;
}

.service-contact-dialog-copy > span {
  color: var(--omnix-orange);
  font-size: 14px;
  font-weight: 700;
}

.service-contact-dialog-copy h2 {
  margin: 8px 0 12px;
  color: var(--omnix-ink);
  font-size: 36px;
  line-height: 1.15;
}

.service-contact-dialog-copy p {
  margin: 0;
  color: var(--omnix-copy);
  line-height: 1.6;
}

.service-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.service-contact-form label {
  display: grid;
  gap: 8px;
}

.service-contact-form label > span {
  color: var(--omnix-ink);
  font-size: 13px;
  font-weight: 700;
}

.service-contact-form input,
.service-contact-form textarea {
  width: 100%;
  border: 1px solid #cdd4d4;
  border-radius: 6px;
  background: #fff;
  padding: 13px 14px;
  color: var(--omnix-ink);
  font: inherit;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.service-contact-form input:focus,
.service-contact-form textarea:focus {
  border-color: var(--omnix-orange);
  box-shadow: 0 0 0 3px rgba(213, 80, 44, 0.14);
}

.service-contact-form-message,
.service-contact-form button {
  grid-column: 1 / -1;
}

.service-contact-form button {
  min-height: 50px;
  border: 1px solid var(--omnix-orange);
  border-radius: 999px;
  background: var(--omnix-orange);
  color: var(--omnix-white);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

body.has-contact-modal {
  overflow: hidden;
}

.omnix-footer {
  padding: 88px 0 34px;
  background: #222c35;
  color: #fff;
}

.omnix-footer-container {
  width: min(100%, 1250px);
  margin: 0 auto;
  padding: 0 24px;
}

.omnix-footer-grid {
  display: grid;
  min-height: 270px;
  grid-template-columns: 39.33% 24% 36.67%;
}

.omnix-footer-column {
  display: flex;
  min-width: 0;
  padding-right: 54px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.omnix-footer-column:nth-child(2) {
  padding-right: 54px;
  padding-left: 54px;
}

.omnix-footer-column:last-child {
  padding-right: 0;
  padding-left: 54px;
  border-right: 0;
}

.omnix-footer-logo {
  width: 210px;
  height: auto;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff;
}

.omnix-footer-description {
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 26px;
}

.omnix-footer-copyright {
  margin: auto 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 20px;
}

.omnix-footer-heading {
  margin: 0 0 27px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

.omnix-footer-nav {
  display: flex;
  gap: 13px;
  flex-direction: column;
}

.omnix-footer-nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 24px;
  transition: color 180ms ease;
}

.omnix-footer-address {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

.omnix-footer-contact-links {
  display: flex;
  gap: 7px;
  margin-top: 22px;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
}

.omnix-footer-nav a:hover,
.omnix-footer-address a:hover,
.omnix-footer-contact-links a:hover {
  color: #fff;
}

.omnix-footer-button {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 37px;
  padding: 14px 25px;
  border: 1px solid var(--omnix-orange);
  border-radius: 80px;
  background: var(--omnix-orange);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.omnix-footer-button:hover {
  border-color: #fff;
  background: transparent;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .service-nav-link {
    padding-right: 14px;
    padding-left: 14px;
  }

  .service-intro-grid {
    gap: 70px;
  }

  .service-detail-grid {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 40px;
  }

  .service-page-link {
    font-size: 12px;
  }

  .omnix-footer-column {
    padding-right: 34px;
  }

  .omnix-footer-column:nth-child(2) {
    padding-right: 34px;
    padding-left: 34px;
  }

  .omnix-footer-column:last-child {
    padding-left: 34px;
  }
}

@media (max-width: 820px) {
  .service-nav-toggle {
    display: inline-flex;
  }

  .service-main-nav {
    position: absolute;
    top: 76px;
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    border: 1px solid var(--omnix-line);
    background: var(--omnix-white);
    padding: 22px;
    flex-direction: column;
    gap: 22px;
  }

  .service-main-nav.is-open {
    display: flex;
  }

  .service-header-cta {
    display: none;
  }

  .service-intro {
    padding: 90px 0 100px;
  }

  .service-intro-grid {
    grid-template-columns: 1fr;
    gap: 82px;
  }

  .service-intro-copy {
    max-width: 700px;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-content {
    order: 1;
  }

  .service-sidebar {
    order: 2;
    grid-template-columns: 1fr;
  }

  .omnix-footer {
    padding: 64px 0 28px;
  }

  .omnix-footer-container {
    width: min(100%, 1250px);
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .omnix-footer-column,
  .omnix-footer-column:nth-child(2),
  .omnix-footer-column:last-child {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .omnix-footer-column {
    min-height: 0;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .omnix-footer-column:nth-child(2) {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .omnix-footer-column:last-child {
    padding-top: 34px;
    border-bottom: 0;
  }

  .omnix-footer-copyright {
    margin-top: 32px;
  }

  .omnix-footer-button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .service-container {
    width: min(calc(100% - 32px), var(--omnix-container));
  }

  .service-header-inner {
    min-height: 44px;
  }

  .service-brand img {
    width: 150px;
    height: 36px;
  }

  .service-main-nav {
    top: 66px;
    right: 16px;
    left: 16px;
  }

  .service-nav-link {
    padding: 12px 0;
  }

  .service-intro {
    padding: 72px 0 82px;
  }

  .service-intro-grid {
    gap: 68px;
  }

  .service-intro-visual {
    margin: 20px 20px 0 0;
  }

  .service-intro-visual::before {
    top: 20px;
    right: 20px;
    bottom: -20px;
    left: -20px;
  }

  .service-eyebrow {
    font-size: 14px;
  }

  .service-intro h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .service-intro-copy p {
    margin-top: 22px;
    font-size: 17px;
  }

  .service-detail-section {
    padding: 76px 0 86px;
  }

  .service-sidebar {
    grid-template-columns: 1fr;
  }

  .service-nav-card,
  .service-contact-card {
    padding: 26px 20px;
  }

  .service-detail-copy {
    padding-top: 0;
  }

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

  .service-topic h2 {
    font-size: 32px;
  }

  .service-topic + .service-topic {
    margin-top: 38px;
  }

  .service-contact-modal {
    padding: 14px;
  }

  .service-contact-dialog {
    max-height: calc(100vh - 28px);
    padding: 34px 20px 24px;
  }

  .service-contact-dialog-copy {
    padding-right: 36px;
  }

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

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

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
