@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * 1. Fill the viewport block in all browsers (opinionated).
 * 2. Remove the margin in all browsers (opinionated).
 */
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/**************** Container ***************/
/*************** Section *****************/
/******************** Hover, Shadow, andere... *********************/
/************** Fonts ************/
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Light.woff2") format("woff2"), url("../../assets/font/MonaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Regular.woff2") format("woff2"), url("../../assets/font/MonaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Medium.woff2") format("woff2"), url("../../assets/font/MonaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-SemiBold.woff2") format("woff2"), url("../../assets/font/MonaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Bold.woff2") format("woff2"), url("../../assets/font/MonaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans Variable";
  src: url("../../assets/font/MonaSans[wdth,wght].ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../../assets/font/geist-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/font/roboto-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/************** Schriftgrößen ************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MonaSans Variable", sans-serif;
  font-weight: 600;
  font-stretch: 70%;
  line-height: 100%;
}

p {
  font-size: 1.25rem;
  line-height: 150%;
}
@media (max-width: 980px) {
  p {
    font-size: 16px;
  }
}

a {
  font-size: 1.25rem;
}
@media (max-width: 980px) {
  a {
    font-size: 16px;
  }
}

h1,
.h1 {
  font-size: 4.8rem;
  line-height: 100%;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 105%;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 1.8rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 105%;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.4rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 105%;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1.2rem;
  }
}

html {
  line-height: 120%;
  font-weight: 400;
  color: #212127;
  font: 400 3.5vw/1.5rem "Geist", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 980px) {
  html {
    font-size: 0.9vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 16px;
    overflow-x: hidden;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 1.25rem;
  overflow-x: hidden;
}
@media (max-width: 980px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 980px) {
  section {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 2rem;
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}

section {
  padding: 80px 0;
}
@media (max-width: 980px) {
  section {
    padding: 40px 0;
  }
}

.section-header {
  margin-bottom: 3rem;
}
.section-header h3 {
  margin-top: 1rem;
}
.section-header p {
  margin-top: 1rem;
}

.textEditor-block ul,
.textEditor-block ol,
.titleText__text ul,
.titleText__text ol {
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textEditor-block ul li,
.textEditor-block ol li,
.titleText__text ul li,
.titleText__text ol li {
  line-height: 150%;
}
@media (max-width: 980px) {
  .textEditor-block ul li,
.textEditor-block ol li,
.titleText__text ul li,
.titleText__text ol li {
    font-size: 16px;
  }
}
.textEditor-block ul li,
.titleText__text ul li {
  position: relative;
}
.textEditor-block ul li::before,
.titleText__text ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 7px;
  width: 1rem;
  height: 1rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #000;
  border-radius: 3px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.number-box {
  background-color: #ffffff;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.content-box {
  background-color: #000;
  color: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  margin-top: 2rem;
}
@media (max-width: 980px) {
  .content-box {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }
}
.content-box h3 {
  margin-bottom: 1rem;
}
.content-box .h3 {
  margin-bottom: 0;
}

.lazy-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.lazy-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  line-height: 150%;
}

ol li {
  list-style-type: decimal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #212127;
}

.btn {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 600;
  font-family: "Mona Sans", sans-serif;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  padding: 1rem 1.5rem;
  outline: none;
  transition: 0.4s ease-in-out;
  width: fit-content;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.btn:hover, .btn:active {
  border-color: #000;
}
.btn:hover::before, .btn:active::before {
  transform: translateX(0);
}
@media (max-width: 980px) {
  .btn {
    font-size: 1rem;
  }
}

.btn-secondary {
  background-color: #212127;
  color: #ffffff;
}

.btn-light {
  background-color: unset;
  border-color: unset;
  color: #000;
  padding: 0;
  position: relative;
  display: inline;
  border: unset;
}
.btn-light::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  top: unset;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: 0.4s ease-in-out;
  transform: unset;
}
.btn-light:hover::before {
  width: 100%;
}
.btn-light:hover, .btn-light:active {
  background-color: unset;
  color: #000;
  border-color: unset;
}

.section-top {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125rem;
  max-width: 600px;
}
@media (max-width: 980px) {
  .section-top {
    margin-bottom: 2rem;
  }
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    height: 3rem !important;
    width: 3rem !important;
  }

  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem !important;
  }

  .swiper-pagination {
    gap: 0.4rem !important;
    margin-right: 1rem !important;
  }

  .references__swiper__controls,
.references-v2__swiper__controls {
    padding: 0 !important;
  }

  .references-v2 .show-ref {
    height: 3rem !important;
    width: 3rem !important;
  }
}
.bg-gray {
  background-color: #e6e7e48a;
}

.bg-white {
  background-color: #ffffff;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 39, 0.7);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: #212127;
  border: none;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  padding: 1rem;
  transition: all 0.3s ease;
  z-index: 10;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #000;
  color: #212127;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0;
}

.lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.lightbox-prev::after {
  content: "prev";
  font-family: swiper-icons;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.lightbox-next::after {
  content: "next";
  font-family: swiper-icons;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  box-shadow: none !important;
}

.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  position: relative;
}
.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url("../svg/settings-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link img {
  height: 22px;
  object-fit: contain;
  display: none !important;
}

.ccm-settings-summoner.ccm-show {
  right: 1rem;
  bottom: 130px;
  background: #000;
  overflow: hidden;
  transition: all ease 0.2s;
  height: 42px;
  width: 42px;
  left: unset !important;
}

.imp-ds h2,
.imp-ds h3,
.imp-ds h4,
.imp-ds h5,
.imp-ds h6 {
  padding: 2rem 0 1rem 0;
}

.page-impressum .textEditor__content,
.page-datenschutz .textEditor__content {
  max-width: 1200px;
}

br {
  display: block;
  content: "";
  margin-top: 10px;
}

@media (max-width: 767px) {
  .lightbox-prev,
.lightbox-next {
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
  .lightbox-prev::after,
.lightbox-next::after {
    font-size: 1.5rem;
  }

  html {
    hyphens: auto;
  }
}
.section {
  padding: 60px 0;
}
@media (max-width: 980px) {
  .section {
    padding: 40px 0;
  }
}
.section__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .section__container {
    padding: 0 1rem;
  }
}

.header {
  position: fixed;
  width: calc(100% - 3.2rem);
  max-width: 1590px;
  left: 0;
  top: 30px;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  font-stretch: 91%;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.7rem 1rem;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 87, 105, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  z-index: -1;
}
@media (max-width: 1600px) {
  .header {
    max-width: 1349px;
    width: calc(100% - 4rem);
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.header__logo {
  color: #ffffff;
  max-width: 310px;
}
.header__logo img {
  width: 100%;
  object-fit: contain;
}
.header__nav {
  padding: 0.8rem 1.5rem;
  color: #000;
}
.header__nav .header__cta__mobile {
  display: none;
}
.header__nav ul li a {
  transition: 0.4s ease-in-out;
  font-weight: 500;
  position: relative;
  color: #ffffff;
}
.header__nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: 0.4s ease-in-out;
}
.header__nav ul li a:hover {
  color: #ffffff;
}
.header__nav ul li a:hover::before {
  width: 100%;
}
.header__nav__list {
  display: flex;
  gap: 2.5rem;
}
.header__cta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  cursor: pointer;
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.header__burger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 87, 105, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  z-index: -1;
}
.header__burger span {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.4s ease-in-out;
}
.header__list {
  display: flex;
  gap: 1.5rem;
}
.header .header__nav__sublist {
  position: absolute;
  top: 240%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: max-content;
}
.header .header__nav__sublist::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .header__nav__sublist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 87, 105, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  z-index: -1;
}
.header .header__nav__sublist a {
  font-size: 1.1rem;
}
.header .has_sub_menu {
  position: relative;
}
.header .has_sub_menu > a {
  display: flex;
  gap: 0.2rem;
}
.header .has_sub_menu > a svg {
  width: 20px;
}
.header .has_sub_menu > a svg rect {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header .has_sub_menu:hover .header__nav__sublist {
  visibility: visible;
  opacity: 1;
}

.header__fixed__cta {
  position: fixed;
  right: 0;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  gap: 0.5rem;
  pointer-events: none;
}
.header__fixed__cta__item {
  display: flex;
  align-items: center;
  transform: translateX(calc(100% - 45.88px));
  transition: all 0.4s ease-in-out;
  background-color: #000;
  pointer-events: all;
}
.header__fixed__cta__item:hover {
  transform: translateX(0);
}
.header__fixed__cta__item button {
  background: none;
  border: none;
  cursor: pointer;
  background-color: #000;
  height: 45.88px;
  width: 45.88px;
}
.header__fixed__cta__item button svg {
  width: 70%;
}
.header__fixed__cta__item button svg path,
.header__fixed__cta__item button svg polyline {
  stroke: #212127;
}
.header__fixed__cta__item a {
  padding: 1rem;
  border-left: 1px solid #ffffff;
}

.show-nav {
  overflow: hidden;
}
.show-nav .header__nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: calc(100vh - 100px - 1rem);
  top: 100px;
  left: 1rem;
  right: 1rem;
  gap: 2rem;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  background: rgba(88, 87, 105, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}
.show-nav .header__nav__list {
  padding-top: 3rem;
  flex-direction: column;
  gap: 1rem;
}
.show-nav .header__nav__list li a {
  font-size: 2rem;
}
.show-nav .header__nav .header__nav__sublist::after {
  display: none;
}
.show-nav .header__nav .header__cta__mobile {
  display: flex;
}

@media (max-width: 980px) {
  .header {
    width: 100% !important;
    top: 0;
    border-radius: unset;
  }
  .header .container {
    padding: 0 1rem;
  }
  .header__nav {
    position: fixed;
    top: 118px !important;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transition: all 0.4s ease-in-out;
  }
  .header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header__nav ul li a {
    font-size: 20px;
  }
  .header__logo {
    max-width: 230px;
  }
  .header__cta {
    display: none;
  }
  .header__burger {
    display: flex;
  }

  .show-nav .header__right {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .show-nav .header__burger span:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(50deg);
    transform: translateY(0.5rem) rotate(50deg);
  }
  .show-nav .header__burger span:nth-child(2) {
    opacity: 0;
  }
  .show-nav .header__burger span:nth-child(3) {
    -webkit-transform: translateY(-0.6rem) rotate(-50deg);
    transform: translateY(-0.6rem) rotate(-50deg);
  }

  .has_sub_menu .header__nav__sublist {
    position: initial;
    transform: unset;
    opacity: 1;
    visibility: visible;
    gap: 0.5rem;
    display: none;
  }
  .has_sub_menu .header__nav__sublist li a {
    font-size: 18px;
  }

  .open-subnav .header__nav__sublist {
    display: flex;
  }
  .open-subnav > a svg rect:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .header .container {
    padding: 0 1rem;
  }
  .header__right {
    padding: 3rem 1rem;
  }
}
@keyframes hero-scale-in {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hero-scale-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.hero {
  height: 100vh;
  padding: 0;
  position: relative;
}
.hero__swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero__media img,
.hero__media video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
  animation: hero-scale-in 8s ease-out forwards;
}
.hero .swiper-slide {
  position: relative;
  height: 100vh;
  width: 100%;
}
.hero .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .swiper-slide img,
.hero .swiper-slide video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
}
.hero .swiper-slide.swiper-slide-active:nth-child(odd) img, .hero .swiper-slide.swiper-slide-active:nth-child(odd) video {
  animation: hero-scale-in 8s ease-out forwards;
}
.hero .swiper-slide.swiper-slide-active:nth-child(even) img, .hero .swiper-slide.swiper-slide-active:nth-child(even) video {
  animation: hero-scale-out 8s ease-out forwards;
}
.hero .container {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  color: #ffffff;
  align-items: center;
}
.hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  z-index: 2;
  color: #ffffff;
  margin-top: 6rem;
}
.hero__content .hero__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero .btns,
.hero .hero__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero .hero__swiper__controls {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 99999;
  position: absolute;
  display: flex;
  bottom: 2rem;
  right: 0;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1600px) {
  .hero .hero__swiper__controls {
    max-width: 1400px;
    padding: 0 2rem;
  }
}
@media (max-width: 1441px) and (min-width: 1300px) {
  .hero .hero__swiper__controls {
    max-width: 1390px;
  }
}
@media (max-width: 767px) {
  .hero .hero__swiper__controls {
    padding: 0 1rem;
  }
}
.hero .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.hero .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e4;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.hero .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  color: #ffffff;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1b2815;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
  font-size: 2rem;
}

.hero__swiper__controls {
  pointer-events: none;
}

.hero__swiper__controls .swiper-button-next,
.hero__swiper__controls .swiper-button-prev,
.hero__swiper__controls .swiper-pagination {
  pointer-events: auto;
}

@media (max-width: 980px) {
  .hero {
    height: auto;
    min-height: 100vh;
    padding-bottom: 3rem;
  }
  .hero h1 {
    hyphens: auto;
  }
  .hero .container {
    align-items: flex-end;
  }
  .hero__content {
    padding: 2rem 1rem;
  }
  .hero__swiper__controls {
    position: initial !important;
  }
}
@media (max-width: 980px) {
  .hero {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: auto;
  }
  .hero .hero__swiper {
    position: initial;
  }
  .hero__content {
    background-color: #000000;
  }
  .hero .container {
    align-items: flex-start;
  }
  .hero .swiper-slide {
    visibility: hidden;
    height: auto;
  }
  .hero .swiper-slide::before {
    display: none;
  }
  .hero .swiper-slide img {
    height: auto;
    transform: unset !important;
    position: initial !important;
  }
  .hero .swiper-slide.swiper-slide-active img {
    animation: unset !important;
  }
  .hero .hero__media img,
.hero .hero__media video {
    height: 100vh;
    transform: unset !important;
    position: initial !important;
    animation: unset !important;
  }
  .hero .swiper-fade .swiper-slide-active {
    visibility: visible !important;
  }
  .hero .swiper-button-next, .hero .swiper-button-prev {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .hero .hero__swiper__controls {
    flex-direction: row-reverse;
  }
  .hero .hero__swiper__controls .swiper-button-prev {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero {
    flex-direction: column;
  }
  .hero__content {
    gap: 1rem;
    margin-top: -2rem;
  }
  .hero__content::before {
    border-radius: 1rem;
  }
  .hero__media {
    position: initial;
    height: 350px;
  }
  .hero__media video,
.hero__media img {
    height: 100%;
    max-height: 350px;
  }
  .hero__media::before {
    max-height: 350px;
    display: none;
  }
}
.about__header {
  margin-bottom: 4rem;
}
.about__title {
  margin-bottom: 2rem;
}
.about__text {
  max-width: 80rem;
}
.about__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.about__logos__item {
  display: flex;
  align-items: center;
}
.about__logos__item img {
  max-height: 5rem;
  width: auto;
  object-fit: contain;
}
.about__persons {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .about__persons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .about__persons {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about__person {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about__person__image {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.about__person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.about__person__image:hover img {
  transform: scale(1.05);
}
.about__person__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about__person__name {
  font-size: 1.8rem;
  font-weight: 600;
}
.about__person__spezialisierungen {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.about__person__spezialisierungen li {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #e6e7e48a;
  font-size: 1.3rem;
}
.about__content {
  display: grid;
  gap: 7rem;
  grid-template-columns: 40rem auto;
}
.about__content .title-mobile {
  display: none;
}
.about__content__image {
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  aspect-ratio: 1/1;
  z-index: 2;
  overflow: hidden;
}
.about__content__image img {
  transition: all 0.3s ease-in-out;
}
.about__content__image.is-video {
  max-height: 40rem;
}
.about__content__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px -200px;
}
@media (max-width: 600px) {
  .about__content__image video {
    object-position: 0px -100px;
  }
}
.about__content__image:hover img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .about__content__image {
    -webkit-transform: translateX(-12rem);
    -ms-transform: translateX(-12rem);
    transform: translateX(-12rem);
    width: calc(100% + 12rem);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
    aspect-ratio: unset;
  }
}
.about__content__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__grid {
  gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media (min-width: 768px) {
  .about__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.about__grid .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 3.5rem 1rem 2.5rem;
  background-color: #e6e7e48a;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .about__grid .card {
    padding: 3.5rem 2rem 2.5rem;
  }
}
.about__grid .last-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1600px) {
  .about__content {
    gap: 2rem;
  }
  .about__content__image.is-video {
    max-height: 40rem;
  }
}
@media (max-width: 980px) {
  .about__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about__content .title-desktop {
    display: none;
  }
  .about__content .title-mobile {
    display: block;
  }
  .about__content .section-top {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about__content__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: 0;
    aspect-ratio: 4/3;
    margin: 0;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
  .about__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .about__grid .card {
    padding: 2rem 1rem;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
.footer {
  color: #ffffff;
}
.footer__top {
  background-color: #000;
  padding-top: 3rem;
  color: #ffffff;
}
.footer__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer ul.footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.footer__contact-link, .footer__contact-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.footer__contact-link {
  transition: opacity 0.25s ease;
}
.footer__contact-link:hover {
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.footer__contact-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin-top: 0.15em;
}
.footer__contact-text {
  line-height: 1.4;
}
.footer ul.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: opacity 0.25s ease;
}
.footer__social-link:hover {
  opacity: 0.85;
}
.footer__social-icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  display: block;
}
.footer__social-label {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.footer__opening-hours {
  line-height: 1.5;
}
.footer__opening-hours p {
  margin: 0 0 0.5em;
}
.footer__opening-hours p:last-child {
  margin-bottom: 0;
}
.footer__logo {
  max-width: 310px;
  padding: 1rem;
  background-color: #ffffff;
}
.footer__member {
  background-color: #6f2b39;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: fit-content;
}
.footer__member strong {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__member span {
  font-size: 0.875rem;
}
.footer ul {
  display: flex;
  gap: 1rem;
}
.footer ul li a {
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
.footer .copyright {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
}
.footer .copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background-color: #ffffff;
}
.footer .copyright a {
  color: #ffffff;
}
.footer .copyright p {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .footer__logo__content {
    grid-template-columns: 1fr;
  }
  .footer__logo {
    max-width: 230px;
  }
  .footer__top .container {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__menus {
    max-width: 100%;
    width: 100%;
  }
  .footer__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .footer__contact-text {
    font-size: 16px;
  }
}
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 80px;
  background: #000;
  overflow: hidden;
  transition: all ease 0.3s;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  z-index: 999;
}
.back-to-top.btt-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  transform: translateY(-2px);
}
.back-to-top svg {
  width: 24px;
  height: 24px;
  margin: auto;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .back-to-top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 0.5rem;
  }
  .footer__col {
    gap: 1.4rem;
  }
  .footer__col ul {
    gap: 0.1rem;
  }
  .footer__top {
    padding: 4rem 0;
  }
  .footer__menus {
    grid-template-columns: 1fr;
  }
  .footer__bottom__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__bottom__content p {
    width: 100%;
    max-width: 250px;
  }
}
.services {
  background-color: #e6e7e48a;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.services__grid .card {
  border-radius: 16px;
  overflow: hidden;
}
.services__grid .card:hover img {
  transform: scale(1.05);
}
.services__grid .card__image {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  aspect-ratio: 1/0.65;
  overflow: hidden;
}
.services__grid .card__image img {
  transition: all 0.3s ease-in-out;
  object-position: left;
}
.services__grid .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  color: #131316;
  background-color: #ffffff;
}
.services__grid .card__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .services__grid .card__content .layout__articles .articles__layout {
    padding: 1.5rem;
  }
}

.single-leistungen .services__grid {
  display: flex;
  gap: 0;
}
.single-leistungen .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.single-leistungen .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
  border-radius: 4px;
}
.single-leistungen .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000 !important;
}
.single-leistungen .swiper-button-next,
.single-leistungen .swiper-button-prev {
  color: #ffffff;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #212127;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.single-leistungen .swiper-button-next::after,
.single-leistungen .swiper-button-prev::after {
  font-size: 2rem;
}
.single-leistungen .swiper-button-next:hover,
.single-leistungen .swiper-button-prev:hover {
  background-color: #000;
  color: #212127;
}

@media (max-width: 980px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.imageText {
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
}
.imageText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.imageText__content__image {
  aspect-ratio: 16/9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0 -1rem;
  overflow: hidden;
}
.imageText__content__image:hover img {
  transform: scale(1.05);
}
.imageText__content__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageText__content__image img {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .imageText__content__image {
    margin: 0;
    width: calc(100% + 20rem);
  }
}
.imageText__content .imageText__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imageText__content .imageText__swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageText__content .imageText__swiper .swiper-slide img,
.imageText__content .imageText__swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imageText__content .swiper-pagination {
  width: max-content;
  display: flex;
  gap: 1rem;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.imageText__content .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff !important;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.imageText__content .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000 !important;
}
.imageText__content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 9rem 0;
}

@media (max-width: 980px) {
  .imageText {
    padding: 80px 0;
  }
  .imageText__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .imageText__content .section-top {
    margin-bottom: 0;
  }
  .imageText__content__image {
    width: 100%;
    margin: 0;
    aspect-ratio: 4/3;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
  .imageText__content__text {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.references {
  background-color: #212127;
  color: #ffffff;
}
.references__swiper {
  position: relative;
}
.references .swiper-slide {
  height: auto;
}
.references .card:hover img {
  transform: scale(1.05);
}
.references .card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
}
.references .card__image img {
  transition: all 0.3s ease-in-out;
}
.references .card__content {
  padding: 1.5rem 1rem;
  background-color: #ffffff;
}
.references__swiper__controls {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .references__swiper__controls {
    padding: 0 1rem;
  }
}
.references .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.references .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e4;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.references .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
.references .swiper-button-next,
.references .swiper-button-prev {
  color: #212127;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.references .swiper-button-next::after,
.references .swiper-button-prev::after {
  font-size: 2rem;
}
.references .swiper-button-next:hover,
.references .swiper-button-prev:hover {
  background-color: #000;
}

.references-v2 {
  padding-bottom: 0;
}
.references-v2 .container-n {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.references-v2 .show-ref {
  background-color: #212127;
  color: #ffffff;
  padding: 0.5rem 1rem;
  outline: unset;
  border: unset;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  justify-self: flex-end;
  margin-left: auto;
}
.references-v2 .show-ref:hover {
  background-color: #000;
}
.references-v2 .show-ref:hover svg rect {
  fill: #212127;
}
.references-v2 .show-ref svg rect {
  transition: all 0.3s ease-in-out;
}
.references-v2__table {
  margin-bottom: 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.references-v2__table table {
  width: 100%;
}
.references-v2__table table thead th {
  background-color: #212127;
  color: #ffffff;
}
.references-v2__table table tbody {
  border: 1px solid #e6e7e48a;
  border-top: unset;
}
.references-v2__table table tbody tr {
  background-color: #ffffff;
}
.references-v2__table table tbody tr:nth-child(even) {
  background-color: #e6e7e48a;
}
.references-v2__table table tbody td {
  color: #212127;
  padding: 1rem;
}
.references-v2__table table th, .references-v2__table table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  color: #212127;
}
@media (max-width: 767px) {
  .references-v2__table table thead {
    display: none;
  }
  .references-v2__table table tbody tr {
    display: block;
    border-top: 1px solid #e6e7e48a;
    border-bottom: 1px solid #e6e7e48a;
    padding: 0;
  }
  .references-v2__table table tbody td {
    display: block;
    padding: 0.5rem 1rem 1rem;
    border: none;
  }
  .references-v2__table table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
    color: #212127;
  }
  .references-v2__table table tbody td:first-child {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.references-v2__row:nth-last-child(1) {
  padding-bottom: 4rem;
}
.references-v2__row:nth-child(even) {
  background-color: #e6e7e48a;
  padding: 4rem 0;
}
.references-v2__row:nth-child(even) tbody {
  border: 1px solid #ffffff;
  border-top: unset;
}
.references-v2__row:nth-child(even) .swiper-pagination-bullet {
  background-color: #ffffff;
}
.references-v2__row:nth-child(even) .swiper-pagination-bullet-active {
  background-color: #000;
}
.references-v2__content {
  max-width: 1632px;
  padding: 0 1.6rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .references-v2__content {
    padding: 0 2rem;
    max-width: 1400px;
  }
}
.references-v2__content.active .show-ref {
  background-color: #000;
  margin-bottom: 2rem;
}
.references-v2__content.active .show-ref svg rect {
  fill: #212127;
}
.references-v2__content.active .show-ref svg .nav__subico_primary {
  opacity: 0;
}
.references-v2__content.active .references-v2__table {
  max-height: 1000000px;
}
.references-v2__content .section-top {
  max-width: 100%;
  margin-bottom: 0;
}
.references-v2__content .section-top h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.references-v2__content .section-top h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #212127;
}
.references-v2__swiper {
  position: relative;
}
.references-v2 .swiper-slide {
  height: auto;
}
.references-v2__item__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.references-v2__item__image:hover img {
  transform: scale(1.05);
}
.references-v2__item__image img {
  transition: all 0.3s ease-in-out;
}
.references-v2__swiper__controls {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .references-v2__swiper__controls {
    padding: 0 1rem;
  }
}
.references-v2 .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.references-v2 .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e48a;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.references-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
.references-v2 .swiper-button-next,
.references-v2 .swiper-button-prev {
  color: #ffffff;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1b2815;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.references-v2 .swiper-button-next::after,
.references-v2 .swiper-button-prev::after {
  font-size: 2rem;
}
.references-v2 .swiper-button-next:hover,
.references-v2 .swiper-button-prev:hover {
  background-color: #000;
  color: #212127;
}

@media (max-width: 980px) {
  .references .card__image {
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .references-v2 .container-n {
    gap: 2rem;
  }
  .references-v2__table {
    font-size: 16px;
    overflow-x: scroll;
  }
  .references-v2__content {
    padding: 0 1rem;
  }
  .references-v2__row:nth-child(even) {
    padding: 2rem 0;
  }
  .references-v2 .section-title {
    hyphens: initial;
  }
  .references-v2 .show-ref {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .references__swiper__controls {
    flex-direction: row-reverse;
  }
  .references__swiper__controls .swiper-button-prev {
    order: 1;
  }

  .references-v2__swiper__controls {
    flex-direction: row-reverse;
  }
  .references-v2__swiper__controls .swiper-button-prev {
    order: 1;
  }
}
.hero-v2 {
  background-color: #000000;
  height: 35vh;
  position: relative;
  margin-bottom: 4rem;
  min-height: unset;
  padding: 0;
}
.hero-v2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-v2 .container {
  align-items: flex-end;
}
.hero-v2 .hero__content {
  background-color: unset;
  margin-bottom: 2rem;
  min-width: 500px;
}

@media (max-width: 980px) {
  .hero-v2 {
    height: 50vh;
  }
  .hero-v2 .hero__content {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .hero-v2 {
    padding: 0;
    min-height: unset;
  }
  .hero-v2 img {
    position: initial;
    height: auto;
  }
  .hero-v2 .hero__content {
    margin: 0;
  }
  .hero-v2 .hero__content::before {
    display: none;
  }
}
.imgText-v2__title {
  padding-bottom: 2rem;
  max-width: 600px;
}
.imgText-v2__logo {
  max-width: 350px;
  margin-bottom: 2rem;
}
.imgText-v2__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.imgText-v2__content h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.imgText-v2__content h3 span {
  font-size: 1.5rem;
}
.imgText-v2__content .swiper {
  height: 100%;
}
.imgText-v2__content .img-contain {
  object-fit: contain;
  background-color: #e6e7e48a;
}
.imgText-v2__content__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.imgText-v2__content__image .imgBox {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  padding: 4rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: #000;
}
.imgText-v2__content__image img {
  transition: all 0.3s ease-in-out;
}
.imgText-v2__btn {
  margin-top: 2rem;
}
.imgText-v2 .swiper-pagination {
  width: max-content;
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.imgText-v2 .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff !important;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.imgText-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000 !important;
}

.imgText-v2.reverse-section .imgText-v2__content__text {
  order: 2;
}
.imgText-v2.reverse-section .imgText-v2__content__image {
  order: 1;
}

.imgText-v2.with-accordions .imgText-v2__content {
  position: relative;
  align-items: flex-start;
}
.imgText-v2.with-accordions .imgText-v2__content__image {
  position: sticky;
  top: 0;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn {
  margin-bottom: 2rem;
  background-color: #000;
  padding: 2rem;
  border-radius: 16px;
  color: #ffffff;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn:last-child {
  margin-bottom: 0;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn h3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn h3::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.35s ease;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn.is-open h3::after {
  transform: rotate(45deg);
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn__content .content-box {
  padding: 0;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn.is-open .accordionn__content {
  max-height: 700px;
}

@media (max-width: 980px) {
  .imgText-v2__logo {
    max-width: 250px;
    margin-bottom: 1rem;
  }
  .imgText-v2__title {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .imgText-v2__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .imgText-v2__content__image .imgBox {
    font-size: 2rem;
    padding: 2rem;
  }
  .imgText-v2__btn {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .imgText-v2 .accordionn {
    padding: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .imgText-v2 .accordionn:last-child {
    margin-bottom: 0 !important;
  }

  .imgText-v2.reverse-section .imgText-v2__content__image {
    order: 2;
  }
  .imgText-v2.reverse-section .imgText-v2__content__text {
    order: 1;
  }

  .imgText-v2__swiper {
    width: 100%;
    height: 100%;
  }
  .imgText-v2__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .imgText-v2__swiper .swiper-slide img.img-cover {
    object-fit: cover;
  }
  .imgText-v2__swiper .swiper-slide img.img-contain {
    object-fit: contain;
  }

  .imgText-v2 .swiper-pagination {
    margin: 0 auto !important;
    bottom: 1rem;
  }
}
@media (max-width: 479px) {
  .imgText-v2__content__image .imgBox {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.bgText {
  background-color: #212127;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.bgText.has-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.bgText.has-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 39, 0.8);
  z-index: 1;
}
.bgText__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bgText__content h2 {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.bgText__content h2 svg {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.bgText__content h2 span {
  font-size: 2rem;
}
.bgText__logo {
  margin-bottom: 2rem;
}
.bgText__logo img {
  max-width: 200px;
  height: auto;
  display: inline-block;
}
.bgText__btn {
  padding-top: 2rem;
  display: inline-flex;
}
.bgText__btn:nth-of-type(1) {
  margin-right: 1rem;
}
.bgText .btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: center;
}

@media (max-width: 980px) {
  .bgText__content h2 {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 479px) {
  .bgText__link {
    display: block;
  }
  .bgText__link:nth-of-type(1) {
    margin-right: 0;
  }
  .bgText__link:nth-of-type(2) {
    padding-top: 1rem;
  }
}
.textEditor__content {
  max-width: 800px;
}
.textEditor a {
  color: #000;
}
.textEditor__title {
  padding-bottom: 2rem;
}
.textEditor img {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  display: inline-block;
  max-width: 190px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.textEditor ul,
.textEditor ol {
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textEditor ul li,
.textEditor ol li {
  line-height: 150%;
}
@media (max-width: 980px) {
  .textEditor ul li,
.textEditor ol li {
    font-size: 16px;
  }
}
.textEditor ul {
  padding-left: 1rem;
}
.textEditor ul li {
  position: relative;
}
.textEditor ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 7px;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #000;
}

@media (max-width: 980px) {
  .textEditor__title {
    padding-bottom: 1rem;
  }
  .textEditor ul {
    margin-left: 1rem;
  }
}
.contact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.contact__content__form {
  width: 100%;
}
.contact__content__form form {
  max-width: 600px;
  width: 100%;
}
.contact__content__form form input,
.contact__content__form form select,
.contact__content__form form textarea {
  border: 1px solid #000;
  padding: 0.8rem 1rem;
  width: 100%;
}
.contact__content__form form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.contact__content__form form .form-row .form-column-full {
  width: 100%;
}
.contact__content__form form [data-name=acceptance-privacy] span {
  margin: 0;
}
.contact__content__form form [data-name=acceptance-privacy] a {
  color: #000;
}
.contact__content__form form [data-name=acceptance-privacy] label {
  display: flex;
}
.contact__content__form form [data-name=acceptance-privacy] label input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  cursor: pointer;
  accent-color: #000;
  transform: translateY(4px);
  border-radius: unset;
}
.contact__content__form form [data-name=acceptance-privacy] label span {
  width: -webkit-fill-available;
}
.contact__content__form form .wpcf7-submit {
  border: unset;
}
.contact__content__map iframe,
.contact__content__map .contact__sidebar-img {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 16px;
}
.contact input:not([type=submit]),
.contact select,
.contact textarea {
  border-radius: 4px;
}

@media (max-width: 980px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .contact__content__map iframe,
.contact__content__map .contact__sidebar-img {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .contact__content__form form {
    max-width: 100%;
  }
  .contact__content__form .form-row {
    flex-direction: column;
  }
}
.timeline {
  background-color: #212127;
  color: #ffffff;
}
.timeline .section-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.timeline__card {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline__card__img {
  aspect-ratio: 1/1;
}
.timeline__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.timeline .timeline {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.timeline .timeline__section {
  margin-bottom: 10rem;
}
.timeline .timeline__section:last-child {
  margin-bottom: 0;
}
.timeline .timeline h3 {
  text-align: center;
  color: #000;
}
.timeline .timeline__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 3rem;
  position: relative;
}
.timeline .timeline__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
  height: 100%;
  background-color: #000;
}
.timeline .timeline__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline .timeline__item:nth-child(even) {
  text-align: right;
  margin-top: 10rem;
}
.timeline .timeline__item__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline .timeline__item__content h4 {
  text-transform: inherit;
}
.timeline .timeline__item__date {
  font-family: "MonaSans Variable", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-stretch: 70%;
  color: #000;
}

@media (max-width: 980px) {
  .timeline__section {
    margin-bottom: 5rem !important;
  }
  .timeline__section:last-child {
    margin-bottom: 0 !important;
  }
  .timeline__items {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 2rem !important;
  }
  .timeline__item {
    max-width: 400px;
    margin: 0 auto;
    text-align: center !important;
    background-color: #212127;
    z-index: 99;
    margin-top: 2rem !important;
    padding: 1rem 0 !important;
  }
  .timeline__item:nth-child(1) {
    margin-top: 0 !important;
  }
}
.imgText-v3 .imgText-v2__content {
  align-items: center;
}
.imgText-v3 .card-text {
  margin-top: 3rem;
}
.imgText-v3 .card-text h3 {
  margin-bottom: 1rem;
}
.imgText-v3 .imgText-v3__content__image {
  aspect-ratio: 1/1;
}
.imgText-v3 .imgText-v3__content__image img {
  object-position: top;
}

.threeColCards__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.threeColCards__content .card:hover img {
  transform: scale(1.05);
}
.threeColCards__content .card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}
.threeColCards__content .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.threeColCards__content .card__image .imgNumber {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #ffffff;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  display: none;
}
.threeColCards__content .card__content h3 {
  margin-bottom: 1rem;
}
.threeColCards__content .card__content p {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.threeColCards .btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.threeColCards-v2 .threeColCards__content .card {
  padding: 3rem 2rem;
  border-radius: 16px;
  background-color: #e6e7e48a;
}
.threeColCards-v2 .threeColCards__content .card .card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.threeColCards-v2 .threeColCards__content .card .card__link:hover {
  opacity: 0.85;
}
.threeColCards-v2 .threeColCards__content .card .card__link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
  border-radius: 4px;
}
.threeColCards-v2 .threeColCards__content .card h3 {
  margin: 0;
}
.threeColCards-v2 .btns {
  margin-top: 2rem;
}

.fourColCards-vv .threeColCards__content {
  grid-template-columns: repeat(3, 1fr);
}
.fourColCards-vv .threeColCards__content .card {
  position: relative;
  text-align: center;
  background-color: #000;
  color: #ffffff;
}
.fourColCards-vv .threeColCards__content .card .number-box {
  background-color: #000;
  color: #ffffff;
  margin-bottom: 1rem;
  position: absolute;
  top: -1rem;
  display: none;
}
.fourColCards-vv .threeColCards__content .card h3 {
  margin-bottom: 1rem;
}
.fourColCards-vv .threeColCards__content .card .card__icon {
  margin-bottom: 1rem;
}
.fourColCards-vv .threeColCards__content .card .card__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 3rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: unset !important;
}

.threeCardsV2 {
  padding-top: 0;
}
.threeCardsV2 .threeColCards__content .card {
  padding: 2rem 1rem;
}
.threeCardsV2 .threeColCards__content .card p {
  margin-bottom: 0;
}

.prozess-new .section-header__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.prozess-new .section-header__logos img {
  max-width: 150px;
}
.prozess-new .threeColCards__content .card {
  background-color: #474747;
  border-radius: unset;
}
.prozess-new .threeColCards__content .card:nth-last-child(1) {
  grid-column: 1/span 3;
}
.prozess-new .threeColCards__content .card:nth-last-child(1) h3 {
  margin-bottom: 0;
}

.leistungen-s .threeColCards__content {
  grid-template-columns: repeat(4, 1fr);
}
.leistungen-s img {
  object-position: left;
}

@media (max-width: 980px) {
  .fourColCards-vv .threeColCards__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .threeColCards .threeColCards__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .prozess-new .threeColCards__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .threeColCards .threeColCards__content,
.fourColCards-vv .threeColCards__content {
    grid-template-columns: 1fr;
  }
  .threeColCards .threeColCards__content .card,
.fourColCards-vv .threeColCards__content .card {
    padding: 2rem 1rem;
  }

  .leistungen-s .threeColCards__content {
    gap: 3rem;
  }
  .leistungen-s .threeColCards__content .card {
    padding: 0;
  }

  .prozess-new .threeColCards__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .prozess-new .threeColCards__content .card:nth-last-child(1) {
    grid-column: 1/span 1;
  }
}
.titleText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.titleText__title, .titleText__subtitle {
  max-width: 600px;
}
.titleText h3 {
  margin-top: 1rem;
}
.titleText .btns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.titleText .section-header__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.titleText .section-header__logos img {
  max-width: 200px;
}

@media (max-width: 980px) {
  .titleText__content {
    grid-template-columns: 1fr;
  }
}
.projectSlider {
  position: relative;
  overflow: hidden;
}
.projectSlider__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.projectSlider__top__left {
  max-width: 700px;
}
.projectSlider__top h2 {
  margin-bottom: 1rem;
}
.projectSlider__swiper {
  overflow: visible;
}
.projectSlider__content {
  display: flex;
  height: 100%;
  position: relative;
}
.projectSlider__content__item {
  overflow: hidden;
  border-radius: 16px;
  height: 600px;
  position: relative;
}
.projectSlider__content__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
.projectSlider__content__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectSlider__content__item h3 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #ffffff;
}
.projectSlider__content .swiper-slide {
  width: 60vw;
  margin: 0 auto;
}
.projectSlider__controls .swiper-button-prev,
.projectSlider__controls .swiper-button-next {
  background-color: #000;
  color: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectSlider__controls .swiper-button-prev::after,
.projectSlider__controls .swiper-button-next::after {
  font-size: 2rem;
}
.projectSlider__controls .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.projectSlider__controls .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #000;
}

@media (max-width: 1440px) {
  .projectSlider__content__item {
    height: 400px;
    width: 50vw !important;
  }
}
@media (max-width: 980px) {
  .projectSlider__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .projectSlider__content__item {
    height: 350px;
    width: 80vw !important;
  }
}
@media (max-width: 479px) {
  .projectSlider__content__item {
    height: 300px;
    width: 80vw !important;
  }
  .projectSlider__content__item h3 {
    left: 1rem;
  }
  .projectSlider__controls .swiper-button-prev,
.projectSlider__controls .swiper-button-next {
    max-width: 40px;
    height: 40px;
  }
  .projectSlider__controls .swiper-pagination {
    margin-top: 1rem;
  }
  .projectSlider__controls .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.team__content h2 {
  margin-bottom: 2rem;
}
.team__slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 3rem;
}
.team__slider__row {
  overflow: hidden;
}
.team__slider__row--left .team__slider__track {
  animation: team-marquee-left 30s linear infinite;
}
.team__slider__row--right .team__slider__track {
  animation: team-marquee-right 30s linear infinite;
}
.team__slider__track {
  display: flex;
  gap: 16px;
  width: max-content;
}
.team__slider__track img {
  height: 120px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

@keyframes team-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--marquee-offset, -50%));
  }
}
@keyframes team-marquee-right {
  0% {
    transform: translateX(var(--marquee-offset, -50%));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .team__slider__track img {
    height: 80px;
  }
}
.locations {
  overflow: hidden;
}
.locations .container {
  max-width: 1200px;
}
.locations__content h2 {
  margin-bottom: 2rem;
  margin-left: calc(270px + 6rem);
}
.locations__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.locations__list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 245px;
  width: 1px;
  height: 130%;
  background-color: #000;
}
.locations__item {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
.locations__item.is-active h3 .icon::after {
  display: none;
}
.locations__item.is-active .locations__item__text {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}
.locations__item h3 {
  display: flex;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
  position: relative;
  max-width: 270px;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}
.locations__item h3 .icon {
  position: relative;
  max-width: 50px;
  width: 100%;
  height: 50px;
  display: block;
  background-color: #000;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.locations__item h3 .icon::before, .locations__item h3 .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
}
.locations__item h3 .icon::after {
  transform: rotate(90deg);
}
.locations__item__text {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, max-height 0.4s ease;
}

@media (max-width: 767px) {
  .locations__content h2 {
    margin-left: calc(160px + 1rem);
  }
  .locations__list::before {
    left: 140px;
  }
  .locations__item {
    gap: 1rem;
  }
  .locations__item h3 {
    max-width: 160px;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
  }
  .locations__item h3 .icon {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .locations__content h2 {
    margin-left: 0;
  }
  .locations__list::before {
    left: 20px;
  }
  .locations__item {
    flex-direction: column;
  }
  .locations__item h3 {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
    max-width: 100%;
  }
  .locations__item__text {
    margin-left: calc(40px + 1rem);
  }
}
.lesitungen-section .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
.lesitungen-section .imgText-v2__content {
  position: sticky;
  top: 100px;
  background-color: #ffffff;
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid #e6e7e48a;
}
.lesitungen-section .imgText-v2__content:nth-child(even) {
  background-color: #ffffff;
}
.lesitungen-section .imgText-v2__content:nth-child(even) .imgText-v2__content__text {
  order: 2;
}
.lesitungen-section .imgText-v2__content:nth-child(even) .imgText-v2__content__image {
  order: 1;
}
.lesitungen-section .imgText-v2__content__image {
  aspect-ratio: 1/1;
}
.lesitungen-section .number-box {
  background-color: #000;
  color: #ffffff;
  margin-bottom: 1rem;
}
.lesitungen-section .content-box {
  background-color: #000;
  color: #ffffff;
  padding: 2rem;
  margin-top: 2rem;
}
.lesitungen-section .content-box h3 {
  margin-bottom: 1rem;
}
.lesitungen-section .btns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .lesitungen-section .container {
    gap: 2rem;
  }
  .lesitungen-section .imgText-v2__content {
    position: initial;
    gap: 2rem;
  }
}
@media (max-width: 980px) {
  .lesitungen-section .imgText-v2__content {
    padding: 1rem;
  }
  .lesitungen-section .content-box {
    padding: 1.5rem 1rem;
  }
}
.twoColText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.twoColText__col h2 {
  margin-bottom: 2rem;
}
.twoColText__col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.twoColText__col ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.twoColText__col ul li img {
  width: 20px;
  height: 20px;
}

@media (max-width: 980px) {
  .twoColText__content {
    grid-template-columns: 1fr;
  }
  .twoColText__col ul li {
    font-size: 1rem;
  }
}
.projekte .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.projekte__tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.projekte__tabs .tab {
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.projekte__tabs .tab.active {
  background-color: #000;
  color: #ffffff;
}
.projekte__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.projekte__grid .popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.projekte__grid .popup.is-open {
  display: flex;
}
.projekte__grid .popup__content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 6rem 2rem 2rem 2rem;
  max-width: 1632px;
  height: 100%;
  width: 100%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.projekte__grid .popup__content__inner {
  max-width: 80%;
}
.projekte__grid .popup__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projekte__grid .popup__close::before, .projekte__grid .popup__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
}
.projekte__grid .popup__close::before {
  transform: rotate(45deg);
}
.projekte__grid .popup__close::after {
  transform: rotate(-45deg);
}
.projekte__grid .card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #e6e7e48a;
}
.projekte__grid .card:hover img {
  transform: scale(1.05);
}
.projekte__grid .card__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.projekte__grid .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.projekte__grid .card__image .tag {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #000;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.projekte__grid .card__content {
  padding: 2rem;
}
.projekte__grid .card__content h3 {
  margin-bottom: 1rem;
}
.projekte__grid .card__btn {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .projekte__tabs .tab {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .projekte__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projekte__grid .card__content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .projekte__grid {
    grid-template-columns: 1fr;
  }
}
.textVideo__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.textVideo__video {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.textVideo__video--poster .textVideo__media {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.textVideo__posterLayer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.textVideo__posterLayer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.textVideo__posterImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textVideo__playBtn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #000;
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.2s ease, background 0.2s ease;
}
.textVideo__playBtn svg {
  position: relative;
  z-index: 1;
  width: 42%;
  height: 42%;
  margin-left: 4%;
}
.textVideo__playBtn svg path {
  fill: #ffffff;
}
.textVideo__playBtn::before, .textVideo__playBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.6;
  animation: textVideo-play-wave 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.textVideo__playBtn::after {
  animation-delay: 1.2s;
}
.textVideo__playBtn:hover {
  transform: scale(1.06);
}
.textVideo__posterLayer.is-hidden .textVideo__playBtn::before, .textVideo__posterLayer.is-hidden .textVideo__playBtn::after {
  animation: none;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .textVideo__playBtn::before, .textVideo__playBtn::after {
    animation: none;
  }
}
.textVideo__media {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes textVideo-play-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 980px) {
  .textVideo .section-header {
    margin-bottom: 0rem;
  }
  .textVideo .section-header p {
    margin-bottom: 0;
  }
  .textVideo__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .textVideo__playBtn {
    width: 4.5rem;
    height: 4.5rem;
  }
  .textVideo__playBtn::before, .textVideo__playBtn::after {
    width: 65%;
    height: 65%;
  }
}
.twoColImageText__header {
  margin-bottom: 5rem;
}
.twoColImageText__title {
  margin-bottom: 2rem;
}
.twoColImageText__intro {
  max-width: 80rem;
}
.twoColImageText__rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.twoColImageText__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}
.twoColImageText__row h2 {
  margin-bottom: 1rem;
}
.twoColImageText__row a {
  color: #000;
  text-decoration: underline;
}
.twoColImageText__row__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twoColImageText__row__media {
  position: relative;
  overflow: hidden;
}
.twoColImageText__row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.twoColImageText__row__media img:hover {
  transform: scale(1.03);
}
.twoColImageText__row__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.twoColImageText__row__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  .twoColImageText__rows {
    grid-template-columns: 1fr;
  }
}
.steps__header {
  margin-bottom: 5rem;
}
.steps__title {
  margin-bottom: 2rem;
}
.steps__intro {
  max-width: 80rem;
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  counter-reset: steps-counter;
}
.steps__item {
  gap: 2rem;
  padding: 3rem 0;
  border-top: 4px solid #000;
  background-color: #e6e7e48a;
  padding: 3rem 2rem;
}
.steps__item:nth-child(1) {
  margin-top: 10rem;
}
.steps__item:nth-child(2) {
  margin-top: 7rem;
}
.steps__item:nth-child(3) {
  margin-top: 4rem;
}
@media (max-width: 600px) {
  .steps__item {
    grid-template-columns: 4rem 1fr;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
.steps__item__number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.25;
  padding-top: 0.2rem;
}
@media (max-width: 600px) {
  .steps__item__number {
    font-size: 2.4rem;
  }
}
.steps__item__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.4rem;
}
.steps__item__title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.beforeAfter__header {
  margin-bottom: 4rem;
}
.beforeAfter__title {
  margin-bottom: 2rem;
}
.beforeAfter__intro {
  max-width: 80rem;
}
.beforeAfter__slider {
  position: relative;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
  --ba-pos: 50%;
  width: max-content;
}
.beforeAfter__slider img.beforeAfter__img--after {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.beforeAfter__before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
  will-change: clip-path;
  z-index: 2;
}
.beforeAfter__before img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.beforeAfter__divider {
  position: absolute;
  inset: 0 auto 0 var(--ba-pos);
  transform: translateX(-50%);
  width: 2px;
  z-index: 3;
  pointer-events: none;
  will-change: left;
}
.beforeAfter__line {
  position: absolute;
  inset: 0;
  width: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.beforeAfter__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.beforeAfter__handle svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #222;
  flex-shrink: 0;
}
.beforeAfter__label {
  position: absolute;
  top: 1.5rem;
  padding: 0.4rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 2px;
  z-index: 4;
}
.beforeAfter__label--before {
  left: 1.5rem;
}
.beforeAfter__label--after {
  right: 1.5rem;
}
.beforeAfter__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: col-resize;
  margin: 0;
  padding: 0;
  z-index: 5;
  appearance: none;
  -webkit-appearance: none;
}

/*# sourceMappingURL=main.css.map */
