@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: 800;
  text-transform: uppercase;
  font-stretch: 70%;
}

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: 105%;
}
@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;
  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;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 1.25rem;
  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;
  }
}

.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;
  color: #212127;
  background-color: #5bb94b;
  cursor: pointer;
  text-align: center;
  appearance: none;
  padding: 1rem 1.5rem;
  border-radius: 0px;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #5bb94b;
  border-image: initial;
  outline: none;
  transition: 0.4s ease-in-out;
  width: fit-content;
}
.btn:hover, .btn:active {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: #212127;
  color: #ffffff;
  border-color: #212127;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem;
  }
}

.btn-secondary {
  background-color: #212127;
  color: #ffffff;
  border-color: #212127;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #5bb94b;
  color: #212127;
  border-color: #5bb94b;
}

.btn-light {
  background-color: unset;
  border-color: #5bb94b;
  color: #ffffff;
}

.btn-light:hover,
.btn-light:active {
  background-color: #5bb94b;
  color: #212127;
  border-color: #5bb94b;
}

.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: #e6e7e4;
}

.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: #5bb94b;
  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: 90px;
  background: #5bb94b;
  border-radius: 50% !important;
  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;
}

@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 {
  background-color: #ffffff;
  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;
  padding: 1.2rem 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .header {
    max-width: 1349px;
    width: calc(100% - 4rem);
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .header .container {
    padding: 0 1.6rem;
  }
}
.header__logo {
  max-width: 190px;
  width: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__right {
  display: flex;
  gap: 60px;
  align-items: center;
}
.header__nav ul li a {
  transition: 0.4s ease-in-out;
  font-weight: 500;
  position: relative;
}
.header__nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #5bb94b;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.header__nav ul li a:hover::before {
  width: 100%;
}
.header__nav__list {
  display: flex;
  gap: 1.5rem;
}
.header__nav__sublist {
  position: absolute;
  top: 200%;
  background: #fff;
  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__nav__sublist::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__nav__sublist a {
  font-size: 1.1rem;
}
.header__nav .has_sub_menu {
  position: relative;
}
.header__nav .has_sub_menu > a {
  display: flex;
  gap: 0.2rem;
}
.header__nav .has_sub_menu > a svg {
  width: 20px;
}
.header__nav .has_sub_menu > a svg rect {
  fill: #5bb94b;
  transition: all 0.3s ease-in-out;
}
.header__nav .has_sub_menu:hover .header__nav__sublist {
  visibility: visible;
  opacity: 1;
}
.header__cta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  cursor: pointer;
  display: none;
}
.header__burger span {
  width: 40px;
  height: 2px;
  background-color: #212127;
  transition: 0.4s ease-in-out;
}

.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: #5bb94b;
  pointer-events: all;
}
.header__fixed__cta__item:hover {
  transform: translateX(0);
}
.header__fixed__cta__item button {
  background: none;
  border: none;
  cursor: pointer;
  background-color: #5bb94b;
  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;
}

@media (max-width: 980px) {
  .header {
    top: 0;
    width: 100% !important;
  }
  .header__nav ul li a::before {
    display: none;
  }
  .header__right {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
    padding: 1.2rem 0;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 2rem 2rem 2rem;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transition: all 0.4s ease-in-out;
  }
  .header__right ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header__right ul li a {
    font-size: 20px;
  }
  .header__cta {
    flex-direction: column;
  }
  .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.8rem) rotate(50deg);
    transform: translateY(0.8rem) 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 .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%;
}
.hero .swiper-slide {
  position: relative;
  height: 100vh;
}
.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: flex-end;
}
.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: 50rem;
  padding: 5rem 1.5rem 3.75rem 1.5rem;
  z-index: 2;
  color: #212127;
  background-color: #ffffff;
  -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: 980px) {
  .hero__content {
    padding: 5rem 1.5rem 3.75rem 0rem;
    background-color: transparent;
    clip-path: unset;
  }
  .hero__content::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    width: 200%;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  }
}
.hero__content .hero__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: #5bb94b;
}
.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__content {
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
@media (max-width: 980px) {
  .hero .container {
    align-items: flex-start;
  }
  .hero__content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero .swiper-slide {
    visibility: hidden;
    height: auto;
  }
  .hero .swiper-slide::before {
    height: 40vh;
    transform: unset !important;
    top: 88px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hero .swiper-slide img {
    height: 40vh;
    transform: unset !important;
    margin-top: 88px;
    position: initial !important;
  }
  .hero .swiper-slide.swiper-slide-active img {
    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;
  }
}
.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: #e6e7e4;
  -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: #131316;
  padding: 7rem 0;
}
.footer__top .container {
  display: flex;
  justify-content: space-between;
}
.footer__logo__content {
  max-width: 400px;
}
.footer__logo {
  max-width: 80px;
  background: #ffffff;
  padding: 0.5rem;
}
.footer__menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 700px;
  width: 100%;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #ffffff;
}
.footer__col .footer__menu__title {
  font-family: "Geist", sans-serif;
  text-transform: inherit;
  font-weight: 700;
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__col a {
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
.footer__col a:hover {
  color: #5bb94b;
}
.footer .footer-contact ul li {
  display: flex;
  gap: 1rem;
}
.footer .footer-contact ul li a {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer .footer-contact ul li svg {
  width: 24px;
  height: 24px;
}
.footer__bottom {
  background-color: #212127;
  padding: 2.25rem 0;
}
.footer__bottom__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.footer__bottom__content a {
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
.footer__bottom__content a:hover {
  color: #5bb94b;
}
.footer__bottom__content ul {
  display: flex;
  gap: 1rem;
}

@media (max-width: 980px) {
  .footer__top .container {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__menus {
    max-width: 100%;
    width: 100%;
  }
}
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 42px;
  background: #5bb94b;
  border-radius: 50% !important;
  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;
}
.back-to-top svg path {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 0.5rem;
  }
  .footer__col {
    gap: 0.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: #e6e7e4;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.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;
  -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%);
}
.services__grid .card__image img {
  transition: all 0.3s ease-in-out;
}
.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-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;
}
.single-leistungen .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #5bb94b !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;
}
.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: #5bb94b;
  color: #212127;
}

@media (max-width: 980px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services .card__image {
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
@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: #5bb94b !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: #5bb94b;
}
.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: #5bb94b;
}

.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: #5bb94b;
}
.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 #e6e7e4;
  border-top: unset;
}
.references-v2__table table tbody tr {
  background-color: #ffffff;
}
.references-v2__table table tbody tr:nth-child(even) {
  background-color: #e6e7e4;
}
.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 #e6e7e4;
    border-bottom: 1px solid #e6e7e4;
    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: #e6e7e4;
  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: #5bb94b;
}
.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: #5bb94b;
  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: #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-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #5bb94b;
}
.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: #5bb94b;
  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: #e6e7e4;
  padding-top: 12rem;
  padding-bottom: 20px !important;
}
.hero-v2 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero-v2__content {
  max-width: 100%;
  width: 100%;
}
.hero-v2__content h1 {
  padding-bottom: 2rem;
}
.hero-v2__content p {
  padding-bottom: 1rem;
}

.hero-text-exists h1 {
  padding-bottom: 0;
}

.hero-v2-text {
  padding: 1rem 0 0 0;
}

.imgText-v2__title {
  padding-bottom: 2rem;
}
.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 .swiper {
  height: 100%;
}
.imgText-v2__content .img-contain {
  object-fit: contain;
  background-color: #e6e7e4;
}
.imgText-v2__content__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%);
}
.imgText-v2__content__image img {
  transition: all 0.3s ease-in-out;
}
.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: #5bb94b !important;
}

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

@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 {
    width: 100%;
    margin: 0;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }

  .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;
  }
}
.bgText {
  background-color: #212127;
  color: #ffffff;
  text-align: center;
}
.bgText__content {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.bgText__content h2 {
  padding-bottom: 2rem;
}
.bgText__logo {
  margin-bottom: 2rem;
}
.bgText__logo img {
  max-width: 200px;
  height: auto;
  display: inline-block;
}
.bgText__link {
  padding-top: 2rem;
  display: inline-flex;
}
.bgText__link:nth-of-type(1) {
  margin-right: 1rem;
}
.bgText__link .btn:hover {
  background-color: #5bb94b;
  color: #212127;
  border-color: #5bb94b;
}

@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: #5bb94b;
}
.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: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #5bb94b;
}

@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 #5bb94b;
  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: #5bb94b;
}
.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: #5bb94b;
  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 {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .contact__content__map iframe {
    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: #5bb94b;
}
.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: #5bb94b;
}
.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: #5bb94b;
}

@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;
}

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