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

html {
  font-size: 25px;
  font-family: barlow-n;
  font-weight: 400;
  color: #FFFFFF;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #000000;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.hk h2,
.hk .referenz-link__link a {
  color: #2D6DC3 !important;
}

.nftlab h2,
.nftlab .referenz-link__link a {
  color: #73FBF5 !important;
}

.bauer-media h2,
.bauer-media .referenz-link__link a {
  color: #2D6DC3 !important;
}

.oderberger h2,
.oderberger .referenz-link__link a {
  color: #C5A33F;
}

.sanoptis h2,
.sanoptis .referenz-link__link a {
  color: #3DC9D2 !important;
}

.johannesstift h2,
.johannesstift .referenz-link__link a {
  color: #54B986 !important;
}

.wvsc h2,
.wvsc .referenz-link__link a {
  color: #AF295E !important;
}

.ofd h2,
.ofd .referenz-link__link a {
  color: #0063AC !important;
}

.hello h2,
.hello .referenz-link__link a {
  color: #83C701 !important;
}

.vda h2,
.vda .referenz-link__link a {
  color: #4B9D5A !important;
}

.asb h2,
.asb .referenz-link__link a {
  color: #C53B29 !important;
}

.viron h2,
.viron .referenz-link__link a {
  color: #FBE84E !important;
}

.referenzen-temp .footer {
  padding-top: 2rem;
}
.referenzen-temp section {
  padding: 80px 0 !important;
}
.referenzen-temp section p span {
  font-weight: 600;
}

@media (max-width: 1440px) {
  .referenzen-temp h1 {
    line-height: 80px;
  }
}
@media (max-width: 980px) {
  .referenzen-temp h1 {
    line-height: 65px;
  }
  .referenzen-temp section {
    padding: 75px 0 !important;
  }
  .referenzen-temp section h2, .referenzen-temp section h3 {
    font-size: 30px !important;
    line-height: 35px !important;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .referenzen-temp h1 {
    line-height: 55px;
  }

  .np-top {
    padding-top: 0 !important;
  }
}
@media (max-width: 479px) {
  .referenzen-temp h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .referenzen-temp p, .referenzen-temp h3, .referenzen-temp h2, .referenzen-temp ul, .referenzen-temp li {
    text-align: center;
  }
  .referenzen-temp p {
    line-height: 35px !important;
  }
  .referenzen-temp section {
    padding: 50px 0 !important;
  }
  .referenzen-temp section h2, .referenzen-temp section h3 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
section {
  opacity: 0.1;
  transition: all 0.4s ease-in;
}
section .titleText {
  opacity: 0.1;
}

.visible {
  opacity: 1 !important;
  transition: all 0.4s ease-in;
}
.visible .titleText {
  opacity: 1;
}

.caseCardFade {
  transform: unset !important;
  opacity: 1 !important;
}

.x-back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s, bottom 0.5s ease-in-out;
}
.x-back-to-top .x-back-to-top_progress {
  transform: rotate(-90deg);
  width: 60px;
  height: 60px;
}
.x-back-to-top .x-back-to-top_progress-background {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  transform: scale(0.9) translateX(4px) translateY(4px);
}
.x-back-to-top .x-back-to-top_progress-line {
  fill: none;
  stroke: #2BEB7C;
  stroke-width: 6;
  transition: stroke-dashoffset 0.25s;
  transform: scale(0.9) translateX(4px) translateY(4px);
}
.x-back-to-top .x-back-to-top_content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.x-back-to-top .x-back-to-top_icon {
  font-size: 18px;
  color: #FFFFFF;
}
.x-back-to-top .x-back-to-top_icon img {
  width: 35px;
}

.x-back-to-top.show {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  .x-back-to-top.show {
    right: 1rem;
    bottom: 1rem;
  }

  .x-back-to-top .x-back-to-top_progress {
    width: 45px;
    height: 45px;
  }

  .x-back-to-top .x-back-to-top_icon img {
    width: 30px;
  }
}
/**************** Container ***************/
/*************** Section *****************/
/******************** Hover, Shadow, andere... *********************/
@font-face {
  font-family: barlow-n;
  src: url("./../assets/font/Barlow-Light.woff2");
  font-weight: 300;
}
@font-face {
  font-family: barlow-n;
  src: url("./../assets/font/barlow-500.woff2");
  font-weight: 500;
}
@font-face {
  font-family: barlow-n;
  src: url("./../assets/font/Barlow-Bold.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "futura-n";
  src: url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.eot");
  src: url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.eot?#iefix") format("embedded-opentype"), url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.woff") format("woff"), url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.woff2") format("woff2"), url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.ttf") format("truetype"), url("../../assets/font/futura2/f8d99f836f5ceb6d510708d3cd7bc330.svg#futura-n") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din-next-lt-pro";
  src: url("./../assets/font/din-next-lt-pro-light.woff2");
}
/************** Schriftgrößen ************/
h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  font-family: futura-n;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

.title-xxl {
  font-size: 230px;
  line-height: 130px;
  font-family: futura-n;
  font-weight: normal;
}

.title-xl {
  font-size: 140px;
  line-height: 124px;
  font-family: futura-n;
  font-weight: normal;
}

.title-l {
  font-size: 125px;
  line-height: 100px;
  font-family: futura-n;
  font-weight: normal;
}

.title-m {
  font-size: 100px;
  line-height: 120px;
  font-family: futura-n;
  font-weight: normal;
}

.title-s {
  font-size: 80px;
  line-height: 65px;
  font-family: futura-n;
  font-weight: normal;
}

.title-xs {
  font-size: 60px;
  line-height: 55px;
  font-family: futura-n;
  font-weight: normal;
}

.title-xxs {
  font-size: 40px;
  line-height: 45px;
  font-family: futura-n;
  font-weight: normal;
}

.has_subheadline {
 margin-bottom: 16px !important;
 max-width: unset !important;
}

.title-xs_subheadline {
 text-align: center;
 line-height: 120%;
 max-width: 64vw;
 margin: 0 auto;
 margin-bottom: 80px;
 font-weight: 300;
}


@media (max-width: 1600px) {
  .title-xxl {
    font-size: 180px;
    line-height: 130px;
  }
}
@media (max-width: 1440px) {
  .title-xxl {
    font-size: 160px;
    line-height: 130px;
  }

  .title-xl {
    font-size: 120px;
    line-height: 104px;
  }

  .title-l {
    font-size: 100px;
    line-height: 80px;
  }

  .title-m {
    font-size: 80px;
    line-height: 100px;
  }

  .title-s {
    font-size: 60px;
    line-height: 45px;
  }

  .title-xs {
    font-size: 55px;
    line-height: 50px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 35px;
    line-height: 40px;
    font-family: futura-n;
    font-weight: normal;
  }
}
@media (max-width: 1200px) {
  .title-xxl {
    font-size: 120px;
    line-height: 90px;
  }

  .title-xl {
    font-size: 100px;
    line-height: 94px;
  }

  .title-l {
    font-size: 90px;
    line-height: 90px;
  }

  .title-s {
    font-size: 40px;
    line-height: 30px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 980px) {
  .title-xxl {
    font-size: 100px;
    line-height: 80px;
  }

  .title-xl {
    font-size: 90px;
    line-height: 84px;
  }

  .title-l {
    font-size: 80px;
    line-height: 70px;
  }

  .title-m {
    font-size: 60px;
    line-height: 80px;
  }

  .title-xs {
    font-size: 35px;
    line-height: 45px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 30px;
    line-height: 35px;
    font-family: futura-n;
    font-weight: normal;
  }

	.title-xs_subheadline {
		max-width: 90vw;
		font-size: 20px;
		margin-bottom: 48px;
	}
	
	.has_nomargin {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
  .title-xxl {
    font-size: 80px;
    line-height: 60px;
  }

  .title-xl {
    font-size: 70px;
    line-height: 64px;
  }

  .title-l {
    font-size: 60px;
    line-height: 50px;
  }

  .title-m {
    font-size: 47px;
    line-height: 70px;
  }

  .title-s {
    font-size: 35px;
    line-height: 30px;
  }

  .title-xs {
    font-size: 25px;
    line-height: 25px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 25px;
    line-height: 30px;
    font-family: futura-n;
    font-weight: normal;
  }

  p {
    font-size: 18px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 550px) {
  .title-xxl {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .title-xxl {
    font-size: 50px;
    line-height: 40px;
  }

  .title-xl {
    font-size: 50px;
    line-height: 54px;
  }

  .title-l {
    font-size: 50px;
    line-height: 40px;
  }
}
.nav {
  padding: 1.8rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: top 0.5s ease-in-out;
}
.nav__container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .nav__container {
    padding: 0 0.75rem;
  }
}
.nav__logo {
  position: fixed;
  top: 2.11rem;
  left: 0;
  right: 0;
  z-index: 99;
  mix-blend-mode: difference;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .nav__logo {
    padding: 0 0.75rem;
  }
}
.nav__logo img {
  width: 150px;
}
.nav__logo__link {
  position: unset;
}
.nav__logo__link img {
  width: 150px;
}
.nav__right {
  display: flex;
  align-items: center;
}
.nav__right .cta-text {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}
.nav__cta a {
  background-color: #B7FF2B;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-family: futura-n;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inherit;
  line-height: 100%;
  text-transform: uppercase;
}
.nav__cta a img {
  margin-right: 10px;
  width: 35px;
}
.nav__cta a span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}
.nav__cta a:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}
.nav__cta a:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.nav__cta a .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 45px;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.nav__contact__overlay {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100vh;
  width: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: #000000b3 0 0 no-repeat padding-box;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.nav__contact__overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  height: 100%;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .nav__contact__overlay__content {
    padding: 0 0.75rem;
  }
}
.nav__contact__overlay h4 {
  font-size: 70px;
  line-height: 80px;
  font-family: futura-n;
  font-weight: normal;
}
.nav__contact__overlay p {
  color: #2BEB7C;
  padding-top: 0 !important;
  font-size: 1rem !important;
  line-height: 120% !important;
}
.nav__contact__overlay ul li a {
  font-family: futura-n;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 60px;
  line-height: 64px;
  display: inline-block;
  overflow: hidden;
  height: 64px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nav__contact__overlay ul li a:hover {
  color: #B7FF2B;
}
.nav__contact__overlay ul li .nav__kontaktForm {
  width: 365px;
}
.nav__contact__overlay ul li .nav__linkedIn {
  width: 235px;
}
.nav__contact__overlay ul li .nav__calendly {
  width: 250px;
}
.nav__contact__overlay ul li .nav__whatsapp {
  width: 270px;
}
.nav__contact__overlay ul .nav__contact__overlay__itemS {
  padding-top: 0.5rem;
}
.nav__contact__overlay ul .nav__contact__overlay__itemS a {
  font-size: 20px;
  font-family: barlow-n;
}
.nav__contact__overlay__close {
  position: absolute;
  right: 1.3rem;
  top: 2.2rem;
  width: 57px;
  height: 57px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.nav__contact__overlay__close img {
  width: 100%;
  height: 100%;
}
.nav__contact__overlay__close:hover {
  transform: rotate(360deg);
}

.show-nav {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.show-nav-contact {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.active-navItem {
  color: #2BEB7C !important;
}

.logoZindex {
  z-index: 99999999;
}

.logoZindex2 {
  z-index: 99996;
  pointer-events: none;
}
.logoZindex2 a {
  pointer-events: auto;
}

.nav__right__container {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nav__right__container .nav__r__back a {
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  border-radius: 29px;
  padding: 0.4rem 0.8rem;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.nav__right__container .nav__r__back a:hover {
  color: #2BEB7C;
  border-color: #2BEB7C;
}

.cta-hamburger {
  position: absolute;
  top: 2.3rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  right: 4.8rem;
}
.cta-hamburger .nav__cta {
  position: unset;
}

.hide-nav {
  opacity: 0;
}

@media (max-width: 1440px) {
  .nav__overlay ul li a {
    font-size: 60px;
    line-height: 50px;
    height: 50px;
  }
  .nav__overlay ul li .nav__home {
    width: 150px;
  }
  .nav__overlay ul li .nav__referenzen {
    width: 300px;
  }
  .nav__overlay ul li .nav__webdesign {
    width: 350px;
    height: 98px;
  }
  .nav__overlay ul li .nav__reichweite {
    width: 300px;
  }
  .nav__overlay ul li .nav__reach {
    width: 370px;
  }
  .nav__overlay ul li .nav__content {
    width: 220px;
  }
  .nav__overlay ul li .nav__ci-brand {
    width: 280px;
  }
  .nav__overlay ul li .nav__web3 {
    width: 320px;
  }
  .nav__overlay ul li .nav__open-ai {
    width: 195px;
  }
}
@media (max-width: 760px) {
  .header .nav__contact__overlay p {
    font-size: 18px !important;
    padding-top: 0 !important;
  }

  .nav .cta-text {
    display: none;
  }
  .nav__contact__overlay ul li a {
    font-size: 44px;
    line-height: 55px;
    height: 55px;
  }
  .nav__contact__overlay__content {
    gap: 1rem;
  }
  .nav__contact__overlay h4 {
    font-size: 60px;
  }
  .nav__contact__overlay .nav__contact__overlay__itemS:nth-last-child(1) {
    padding-top: 0;
  }
  .nav__contact__overlay .nav__contact__overlay__itemS a {
    font-size: 18px !important;
  }

  .nav__r__back {
    display: none;
  }
}
@media (max-width: 650px) {
  .nav {
    padding: 0.8rem 0;
  }
  .nav__logo {
    top: 1rem;
  }
  .nav__right {
    padding: 0.3rem;
    padding-right: 0.6rem;
    gap: 0.8rem;
  }
  .nav__right .nav__cta a {
    font-size: 18px;
    padding: 0.4rem 0.5rem;
  }
  .nav__right .nav__cta a img {
    margin-right: 5px;
    width: 25px;
  }
  .nav__right .nav__cta a .span2 {
    left: 30px;
  }
  .nav__right .nav__cta a strong {
    display: none;
  }
  .nav__hamburger {
    transform: unset;
  }
  .nav__logo img {
    width: 90px;
  }
  .nav__logo__link img {
    width: 90px;
  }
  .nav__langSwitcher {
    transform: unset;
  }

  .cta-hamburger {
    right: 3.5rem;
    top: 1.1rem;
  }

  .nav__overlay .nav__cta {
    right: 3.5rem;
    top: 1.1rem;
  }
  .nav__overlay .nav__cta a {
    font-size: 18px;
    padding: 0.4rem 0.5rem;
  }
  .nav__overlay .nav__cta a strong {
    display: none;
  }

  .nav__overlay__close,
.nav__contact__overlay__close {
    right: 1rem;
    top: 0.9rem;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .nav__right {
    gap: 0.4rem;
  }
  .nav__cta a {
    font-size: 14px !important;
  }
  .nav__langSwitcher a {
    font-size: 14px;
  }
  .nav__langSwitcher a:nth-child(1)::before {
    top: 2px;
  }
  .nav__overlay ul li a {
    font-size: 45px !important;
    line-height: 50px !important;
    height: auto !important;
    width: auto !important;
    overflow: unset;
  }
  .nav__overlay ul li .nav__webdesign {
    width: 270px !important;
  }

  .cta-hamburger {
    right: 3rem;
    top: 1.1rem;
    gap: 0.4rem;
  }
}
.header {
  background-color: #000000;
  height: 100vh;
}
.header__container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .header__container {
    padding: 0 0.75rem;
  }
}
.header__video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 1460px;
}
.header__video video {
  width: 100%;
  height: 100%;
}
.header h1 {
  color: #FFFFFF;
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
}
.header .title-glow {
  mix-blend-mode: difference;
}

.header--team {
  position: relative;
  overflow: hidden;
}
.header--team::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #000000;
  z-index: 2;
}
.header--team::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  z-index: 2;
}
.header--team .header__container {
  flex-direction: column;
  justify-content: flex-end;
}
.header--team h1 {
  font-size: 220px;
  text-transform: uppercase;
  line-height: 165px;
  position: absolute;
  top: 5rem;
  z-index: 0;
  max-width: 914px;
}
.header--team .header__img {
  width: 100%;
  z-index: 1;
  transform: translateY(10.5rem);
}
.header--team .header__img img {
  width: 100%;
}
.header--team p {
  color: #FFFFFF;
  z-index: 3;
  transform: translateY(-4rem);
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  max-width: 1329px;
  width: 100%;
  font-weight: 500;
}
.header--team p span {
  text-decoration: underline;
}
.header--team .header__aw {
  z-index: 3;
  transform: translateY(-1.5rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: center;
}
.header--team .header__aw .ge {
  max-width: 190px;
}
.header--team .header__aw .google-a {
  max-width: 130px;
}

.header--team-bf .header__container {
  margin-top: 4rem;
}
.header--team-bf::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #000000 62%);
}
.header--team-bf h1 {
  font-size: 100px;
  line-height: 88px;
  max-width: 1200px;
  position: inherit !important;
  top: 0 !important;
  margin-bottom: 2rem;
}
.header--team-bf h1 span {
  color: #2BEB7C;
}
.header--team-bf .header__img {
  transform: unset !important;
}
.header--team-bf .header__aw {
  transform: translateY(-6.5rem);
}

.gwa {
  z-index: 9999;
  position: fixed;
  bottom: -100px;
  left: 0;
  background: #00000078 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 2s ease-in-out;
}
.gwa__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.gwa__icon {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gwa__icon img {
  width: 100%;
  height: 100%;
}
.gwa p {
  color: #FFFFFF;
  font-size: 20px;
  transform: unset !important;
  max-width: unset;
  width: fit-content;
  line-height: 100% !important;
  font-weight: 300;
  padding: 0 !important;
  font-family: "din-next-lt-pro" !important;
  margin-top: 4px;
}
.gwa p span {
  margin-left: 0.5rem;
  text-decoration: unset !important;
}
.gwa p img {
  margin-left: 0.5rem;
}
.gwa a {
  color: #2BEB7C;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "din-next-lt-pro" !important;
  transition: all 0.2s ease-in-out;
}
.gwa a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.gwa__x {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gwa__x img {
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
}
.gwa__x:hover img {
  transform: rotate(180deg);
}

.gwa-active0 .x-back-to-top {
  bottom: 2.5rem;
}

@media (min-width: 1921px) {
  .header--team .header__container {
    justify-content: center;
    margin-top: 2.5rem;
  }
  .header--team h1 {
    position: relative;
  }
  .header--team p {
    transform: translateY(-11rem);
  }
  .header--team .header__aw {
    transform: translateY(-8rem);
  }
  .header--team .header__img {
    transform: unset !important;
    transform: translateY(2rem) !important;
    position: relative;
  }
  .header--team .header__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 60%);
    z-index: 2;
  }
}
@media (max-width: 1440px) {
  .header--team-bf::after {
    height: 12%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 62%);
    bottom: 100px;
  }
  .header--team-bf h1 {
    font-size: 80px;
    line-height: 68px;
  }
  .header--team-bf .header__container {
    margin-top: 4rem;
  }
  .header--team-bf .header__aw {
    transform: translateY(-9.5rem);
  }
}
@media (max-width: 1200px) {
  .header--team-bf::after, .header--team-bf::before {
    display: none;
  }
  .header--team-bf .header__container {
    margin-top: 0;
    justify-content: center;
  }
  .header--team-bf .header__img {
    position: relative;
  }
  .header--team-bf .header__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000000 60%);
    z-index: 2;
  }
  .header--team-bf .header__aw {
    transform: unset;
  }

  .gwa p {
    line-height: 120% !important;
    font-weight: 300;
    padding: 0 !important;
    font-size: 16px !important;
  }
}
@media (max-width: 980px) {
  .header--team-bf {
    height: auto !important;
    padding-top: 7rem;
  }
  .header--team-bf h1 {
    font-size: 60px;
    line-height: 52px;
  }
  .header--team-bf .header__aw {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .header--team-bf {
    padding-top: 5rem;
  }
  .header--team-bf .header__aw {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .gwa {
    padding: 0 0.3rem;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gwa__content {
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    text-align: center;
  }
  .gwa p {
    font-size: 11px !important;
    line-height: 120% !important;
    font-weight: 300;
    padding: 0 !important;
  }
  .gwa p img {
    width: 14px;
    margin-left: 0.1rem;
  }
  .gwa__icon {
    width: 18px;
    height: 18px;
  }
  .gwa__x {
    position: absolute;
    top: 8px;
    right: 5px;
    margin: unset;
  }
  .gwa__x img {
    width: 13px;
  }
}
@media (max-width: 650px) {
  .gwa-active .nav {
    top: 20px;
  }
}
@media (max-width: 600px) {
  .header--team .header__container {
    margin-top: 0;
    justify-content: center;
  }
  .header--team .header__aw {
    gap: 1rem;
  }
  .header--team .header__aw img,
.header--team .header__aw .ge {
    max-width: 150px;
  }
  .header--team h1 {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .header--team-bf {
    height: 50vh;
  }
  .header--team-bf .header__container {
    justify-content: flex-end;
  }
  .header--team-bf h1 {
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
.logos {
  padding-bottom: 60px;
}
.logos h2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 1050px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .logos h2 {
    padding: 0 0.75rem;
  }
}
.logos__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem 2rem;
  gap: 2rem 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .logos__container {
    padding: 0 0.75rem;
  }
}
.logos__logo {
  max-width: 160px;
  margin: 0 auto;
}
.logos__logo img {
  max-width: 160px;
  width: 100%;
}
.logos .hk {
  transform: translateY(-5px);
}
.logos .tv {
  transform: translateY(-13px);
}
.logos .logo__dihk img {
  max-width: 130px;
}
.logos__vytal {
  max-width: 120px;
}
.logos__bbg {
  max-width: 100px;
}
.logos__lohmans {
  max-width: 120px;
}
.logos__wvsc {
  max-width: 140px;
}

.logos--v2 p {
  text-align: center;
  font-size: 35px;
  line-height: 55px;
  padding-bottom: 6rem;
}
.logos--v2 .logos__container {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .logos--v2 .logos__container {
    padding: 0 0.75rem;
  }
}

@media (max-width: 1440px) {
  .logos__container {
    gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .logos {
    padding: 40px 0;
  }
  .logos h2 {
    margin-bottom: 60px;
  }
  .logos__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .logos__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logos__logo img {
    max-width: 130px;
  }
}
@media (max-width: 980px) {
  .logos--v2 {
    padding: 2rem 0;
  }
  .logos--v2 p {
    padding-bottom: 4rem;
  }
  .logos--v2 .logos__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 760px) {
  .logos__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .logos__logo img {
    max-width: 100px;
  }
  .logos .logo__dihk img {
    max-width: 100px;
  }

  .logos--v2 .logos__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .logos--v2 p {
    font-size: 20px;
    padding-bottom: 2rem;
  }
}
@media (max-width: 479px) {
  .logos__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .logos__container {
    gap: 1.5rem 1rem;
  }
  .logos__logo img {
    max-width: 100px;
  }
}
@media (max-width: 400px) {
  .logos__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .logos--v2 .logos__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.counter {
  color: #FFFFFF;
  padding-bottom: 120px;
}
.counter__container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .counter__container {
    padding: 0 0.75rem;
  }
}
.counter__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 0 auto;
}
.counter__grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.counter__grid .card h3 {
  font-size: 95px !important;
  display: flex;
  font-weight: 700;
}
.counter__grid .card p {
  color: #2BEB7C;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .counter__top p {
    font-size: 30px;
  }
  .counter__grid .card {
    gap: 0.7rem;
  }
  .counter__grid .card h3 {
    font-size: 70px !important;
  }
}
@media (max-width: 980px) {
  .counter__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.5rem;
  }
}
@media (max-width: 600px) {
  .counter__top p {
    font-size: 18px;
  }
  .counter__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0.5rem;
  }
  .counter__grid .card {
    gap: 1rem;
  }
  .counter__grid .card h3 {
    font-size: 50px !important;
    line-height: 55px;
  }
  .counter__grid .card p {
    font-size: 20px;
  }
}
.ref-slider {
  padding: 5rem 0;
  padding-top: 3rem;
}
.ref-slider__container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .ref-slider__container {
    padding: 0 0.75rem;
  }
}
.ref-slider h2 {
  text-align: center;
  max-width: 685px;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.ref-slider .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.ref-slider .card img {
  max-width: 1415px;
  width: 100%;
}
.ref-slider .card .title-xxxs {
  font-family: barlow-n;
  font-weight: bold;
  text-align: center;
}
.ref-slider .card .title-xxxs span {
  color: #2BEB7C;
}
.ref-slider .swiper-slide.card {
  opacity: 0 !important;
}
.ref-slider .swiper-slide.card.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  opacity: 1 !important;
}
.ref-slider__pagi .swiper-button-prev::after,
.ref-slider__pagi .swiper-button-next::after {
  display: none;
}
.ref-slider__pagi .swiper-button-prev {
  left: 18px;
  transition: all 0.3s ease-in-out;
}
.ref-slider__pagi .swiper-button-prev img {
  transform: rotate(180deg);
  width: 40px;
  height: 40px;
}
.ref-slider__pagi .swiper-button-prev:hover {
  transform: translateX(-10px);
}
.ref-slider__pagi .swiper-button-next {
  right: 18px;
  transition: all 0.3s ease-in-out;
}
.ref-slider__pagi .swiper-button-next img {
  width: 40px;
  height: 40px;
}
.ref-slider__pagi .swiper-button-next:hover {
  transform: translateX(10px);
}
.ref-slider .swiper-pagination {
  position: initial;
  margin-top: 1rem;
}
.ref-slider .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 3px solid #FFFFFF;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}
.ref-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

@media (max-width: 1650px) and (min-width: 700px) {
  .ref-slider .card img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .ref-slider {
    padding: 3rem 0;
  }
  .ref-slider h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .ref-slider {
    padding-top: 2rem;
  }
  .ref-slider__pagi {
    position: relative;
    width: 120px;
    margin: 2rem 0;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ref-slider__pagi .swiper-button-next:hover,
.ref-slider__pagi .swiper-button-prev:hover {
    transform: unset;
  }
}
.cta-section {
  padding: 140px 0;
}
.cta-section__container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .cta-section__container {
    padding: 0 0.75rem;
  }
}
.cta-section__content {
  max-width: 328px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta-section__content p {
  font-size: 20px;
  font-weight: bold;
}
.cta-section__content a {
  background-color: #B7FF2B;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-family: futura-n;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inherit;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 24px;
}
.cta-section__content a img {
  width: 35px;
  margin-right: 10px;
}
.cta-section__content a span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}
.cta-section__content a:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}
.cta-section__content a:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.cta-section__content a .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 45px;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.cta-section__google {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-section__google span {
  font-size: 10px;
}

.cta-section--v2 .cta-section__content {
  max-width: 755px;
}
.cta-section--v2 h2 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .cta-section {
    padding: 60px 0;
  }
}
@media (max-width: 980px) {
  .cta-section__content a {
    font-size: 18px;
  }
  .cta-section__content a .span2 {
    left: 35px;
  }
  .cta-section__content a img {
    width: 25px;
  }
}
.threeColCard {
  padding-bottom: 75px;
}
.threeColCard__container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .threeColCard__container {
    padding: 0 0.75rem;
  }
}
.threeColCard h2 {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.threeColCard__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.threeColCard__grid .card {
  text-align: center;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
  opacity: 0.1;
}
.threeColCard__grid .card h3 {
  color: #2BEB7C;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 55px;
  font-weight: 500;
}
.threeColCard__grid .card h3 img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  transform: translateY(-3px);
}
.threeColCard__grid .card p {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 1200px) {
  .threeColCard {
    padding-bottom: 110px;
  }
  .threeColCard h2 {
    margin-bottom: 60px;
  }
  .threeColCard__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .threeColCard__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-section {
  position: relative;
  z-index: 1;
}
.video-section__container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  position: relative;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .video-section__container {
    padding: 0 0.75rem;
  }
}
.video-section__container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
  background: transparent radial-gradient(closest-side at 50% 50%, #ffffff 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  z-index: -1;
}
.video-section__video {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.video-section__video img {
  width: 100%;
}
.video-section__video video {
  width: 100%;
  display: none;
}
.video-section__video button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: unset;
  width: 150px;
  height: 150px;
  border: unset;
  cursor: pointer;
}
.video-section .show-video img {
  display: none;
}
.video-section .show-video video {
  display: block;
}

@media (max-width: 980px) {
  .video-section {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .video-section__container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.towCol {
  padding-bottom: 80px;
}
.towCol__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .towCol__container {
    padding: 0 0.75rem;
  }
}
.towCol h2 {
  text-align: center;
  margin-bottom: 80px;
}
.towCol__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.towCol__grid .card {
  display: flex;
  align-items: center;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
  opacity: 0.1;
}
.towCol__grid .card__img {
  width: 315px;
  height: 315px;
  position: relative;
  z-index: -1;
}
.towCol__grid .card__img::before {
  position: absolute;
  content: "";
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  background: transparent radial-gradient(closest-side at 50% 50%, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
.towCol__grid .card__img img {
  width: 315px;
  height: 315px;
  object-fit: cover;
}
.towCol__grid .card__content {
  transform: translateX(-40px);
}
.towCol__grid .card__content p {
  max-width: 335px;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 18px;
  font-weight: 300;
}
.towCol__grid .card__content span {
  font-size: 16px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 300;
}
.towCol__grid .card__content img {
  display: block;
}
.towCol .BulletsControl__BulletsControlContainer-sc-vxd05w-0 {
  width: max-content !important;
}
.towCol .Carousel__CarouselArrowControlContainer-sc-f2ox7y-8.ldZdCm:hover svg path,
.towCol .Carousel__CarouselArrowControlContainer-sc-f2ox7y-8.iqPsnt:hover svg path {
  fill: #FFFFFF !important;
}
.towCol .ArrowControl__ArrowControlIcon-sc-ps7sz3-1.pImoJ svg path {
  fill: #000000;
}
.towCol .fcSeiM,
.towCol .ixXmrO {
  width: 17px;
  height: 17px;
}

@media (max-width: 1439px) {
  .towCol__grid {
    gap: 80px 5px;
  }
}
@media (max-width: 1200px) {
  .towCol h2 {
    margin-bottom: 60px;
  }
  .towCol__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .towCol__grid .card {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .towCol__grid {
    gap: 100px 0;
  }
  .towCol__grid .card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .towCol__grid .card__content {
    transform: unset;
    text-align: center;
  }
  .towCol__grid .card__content img {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .towCol__grid .card__img {
    width: 250px;
    height: 250px;
  }
  .towCol__grid .card__img img {
    width: 250px;
    height: 250px;
  }
}
.contactForm {
  opacity: 0;
  visibility: hidden;
  display: none;
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.contactForm__close {
  font-size: 20px;
  color: #6E6E6E;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.4rem;
  transition: all 0.2s ease-in-out;
}
.contactForm__close:hover {
  color: #FFFFFF;
}
.contactForm__close:hover svg {
  stroke: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.contactForm__close svg {
  width: 9px;
  height: 17px;
  transition: all 0.2s ease-in-out;
}
.contactForm__form {
  max-width: 630px;
  width: 100%;
  position: relative;
}
.contactForm__form form .form__container {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.contactForm__form form input {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 300;
  font-family: barlow-n;
  border-radius: unset;
  color: transparent;
}
.contactForm__form form input:focus-visible, .contactForm__form form input:focus {
  outline: unset;
}
.contactForm__form form input::placeholder {
  opacity: 1;
  font-weight: 300;
}
.contactForm__form form textarea {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  font-family: barlow-n;
  border-radius: unset;
  color: transparent;
}
.contactForm__form form textarea:focus-visible, .contactForm__form form textarea:focus {
  outline: unset;
}
.contactForm__form form textarea::placeholder {
  opacity: 1;
  font-weight: 300;
}
.contactForm__form form button {
  background-color: #B7FF2B;
  display: inline-block;
  padding: 0.3rem 1.3rem;
  border-radius: 50px;
  border: unset;
  width: max-content;
  font-weight: normal;
  font-family: futura-n;
  font-size: 1rem;
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.contactForm__form form button span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}
.contactForm__form form button:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}
.contactForm__form form button:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.contactForm__form form button .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.contactForm__form form button span {
  color: #000000;
}
.contactForm__form form label {
  font-size: 20px;
  font-weight: 300;
}
.contactForm__form form label span {
  font-size: 12px;
}
.contactForm__form__feld {
  position: relative;
  display: flex;
  align-items: center;
}
.contactForm__form__feld label {
  position: absolute;
  left: 1rem;
  transition: all 0.3s ease-in-out;
}
.contactForm__form__feld input,
.contactForm__form__feld textarea {
  border: 1px solid #FFFFFF !important;
  border-radius: 6px !important;
  padding: 1rem !important;
}
.contactForm__form__textarea {
  display: block;
}
.contactForm__form__textarea label {
  top: 1rem;
}
.contactForm__form .active-label {
  background-color: #FFFFFF;
  border-radius: 6px;
}
.contactForm__form .active-label input,
.contactForm__form .active-label textarea {
  color: #000000;
  padding-top: 1.5rem !important;
}
.contactForm__form .active-label label {
  font-size: 12px;
  transform: translateY(-18px);
  color: #000000;
}
.contactForm__form .active-label label span {
  font-size: 12px;
}

.show-contactForm .contactForm {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.show-contactForm .nav__contact__overlay__content h4,
.show-contactForm .nav__contact__overlay__content p,
.show-contactForm .nav__contact__overlay__content ul {
  display: none;
}

.form__container input::placeholder,
.form__container textarea::placeholder {
  color: transparent !important;
  opacity: 0;
}
.form__container input:focus::placeholder,
.form__container textarea:focus::placeholder {
  color: transparent;
}

.form_checkbox {
  display: flex;
  gap: 10px;
}

.form_checkbox input {
  appearance: none;
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  border: 1px solid #FFFFFF !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 4px;
}

.form_checkbox input:checked {
  background-color: #FFFFFF;
}
.form_checkbox input:checked::after {
  content: "✔";
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_checkbox label {
  cursor: pointer;
  font-size: 14px !important;
  line-height: 130%;
}
.form_checkbox label a {
  color: #FFFFFF;
  text-decoration: underline;
}

.contactForm__form__feld._focus input,
.contactForm__form__feld._focus textarea {
  color: #FFFFFF;
  padding-top: 1.3rem !important;
}
.contactForm__form__feld._focus label {
  font-size: 12px;
  top: 8px;
}

@media (max-width: 479px) {
  .form_checkbox input {
    width: 70px !important;
  }
}
@media (max-width: 767px) {
  .contactForm {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 760px) {
  .contactForm__form button {
    margin-left: auto;
    margin-right: auto;
  }
  .contactForm__close {
    position: absolute;
    top: 2.7rem;
    left: 1.3rem;
  }
}
@media (max-width: 650px) {
  .contactForm__close {
    top: 1.1rem;
    left: 1rem;
  }
}
@media (max-width: 479px) {
  .contactForm textarea.input {
    height: 150px !important;
  }
}
.contactForm .form._active .success-form,
.waitForm .form._active .success-form,
.contactForm__form .form._active .success-form {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.contactForm .form._active .form__container,
.waitForm .form._active .form__container,
.contactForm__form .form._active .form__container {
  opacity: 0;
  visibility: hidden;
}
.contactForm .form._sending .success-form__video,
.waitForm .form._sending .success-form__video,
.contactForm__form .form._sending .success-form__video {
  display: block;
}
.contactForm .form__message,
.waitForm .form__message,
.contactForm__form .form__message {
  display: none;
  font-size: 18px;
  color: #d20c0c;
  text-align: left;
  letter-spacing: 0.36px;
  font-weight: 500;
}
.contactForm .form__message._active,
.waitForm .form__message._active,
.contactForm__form .form__message._active {
  display: block;
}
.contactForm .success-form,
.waitForm .success-form,
.contactForm__form .success-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 99;
}
.contactForm .success-form .close-form-n,
.waitForm .success-form .close-form-n,
.contactForm__form .success-form .close-form-n {
  margin-bottom: 3rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: max-content;
  margin-left: auto;
}
.contactForm .success-form .show-close-form-n,
.waitForm .success-form .show-close-form-n,
.contactForm__form .success-form .show-close-form-n {
  opacity: 1;
  visibility: visible;
}
.contactForm .success-form .success-form__video,
.waitForm .success-form .success-form__video,
.contactForm__form .success-form .success-form__video {
  max-width: 100px !important;
}
.contactForm .success-form__title,
.waitForm .success-form__title,
.contactForm__form .success-form__title {
  font-size: 20px;
  color: #2BEB7C;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.contactForm .success-form__text,
.waitForm .success-form__text,
.contactForm__form .success-form__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
.contactForm textarea.input,
.waitForm textarea.input,
.contactForm__form textarea.input {
  resize: none;
  padding: 13px 2px;
  height: 200px;
}

.form__success {
  max-width: 364px;
  margin: 0 auto;
  text-align: center;
}
.form__success .success-form__video {
  max-width: 234px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.form__success .success-form__video video,
.form__success .success-form__video img {
  width: 100%;
}

.hideForm1 {
  opacity: 0 !important;
  visibility: hidden !important;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  animation: main_title 4s infinite linear;
  background: linear-gradient(90deg, #2BEB7C, #B7FF2B, #2BEB7C, #B7FF2B);
  background-size: 300%;
}
.footer__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 1740px;
  color: #FFFFFF;
  z-index: 5;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 0 0.75rem;
  }
}
.footer__top {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.footer__top p {
  font-size: 20px;
  font-weight: 300;
}
.footer__top .footer__contactform {
  max-width: 650px;
  width: 100%;
}
.footer__top .footer__contactform .contactForm__form {
  margin-top: 110px;
}
.footer__top .footer__calendly {
  max-width: 1000px;
  width: 100%;
}
.footer__top .footer__calendly__top {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 44px;
}
.footer__top .footer__calendly .calendly-inline-widget {
  margin-top: 0 !important;
}
.footer__co {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.footer__co a {
  color: #FFFFFF;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}
.footer__co a:hover {
  color: #B7FF2B;
}
.footer__co a:hover {
  text-decoration: unset;
}
.footer__co a:nth-child(2) {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-bottom: 8px;
}
.footer__bottom__left a {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 300;
}
.footer__bottom__right ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 0;
}
.footer__bottom__right ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}
.footer a {
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .header__aw {
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: center;
  margin-bottom: 4rem;
}
.footer .header__aw .ge {
  max-width: 190px;
}
.footer .header__aw .google-a {
  max-width: 130px;
}

.calendlySection {
  padding-bottom: 2rem;
}
.calendlySection .calendly-inline-widget {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1550px) {
  .footer__top .footer__contactform {
    max-width: 550px;
  }
}
@media (max-width: 980px) {
  .footer__top h2 {
    margin-bottom: 2rem;
  }
  .footer__top h2 span::before {
    height: 15px;
    bottom: -0.7rem;
  }
  .footer__co a {
    font-size: 25px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer .header__aw {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    gap: 4rem;
  }
  .footer__top .footer__contactform,
.footer__top .footer__calendly {
    width: 100%;
    max-width: 100%;
  }
  .footer__top .footer__contactform .contactForm__form {
    margin-top: 44px;
  }
  .footer__top .footer__calendly__top,
.footer__top .footer__contactform__top {
    text-align: center;
  }
  .footer__co {
    padding-top: 0;
  }
  .footer .header__aw {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer__top h2 span {
    margin-bottom: 1rem;
  }
  .footer__bottom__right ul {
    flex-direction: column;
    gap: 0.4rem;
  }
  .footer .header__aw {
    gap: 1rem;
  }
  .footer .header__aw img,
.footer .header__aw .ge {
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .footer__top h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .footer__top p {
    font-size: 23px;
    line-height: 39px;
  }
  .footer__co a {
    font-size: 20px;
  }
  .footer__bottom__left a {
    font-size: 17px;
  }

  .calendlySection .calendly-mobile {
    height: 1150px !important;
  }
}
@keyframes footerSpan {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes footerSpan2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

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


/* Website Verband */

.verband-title {
  font-size: 90px !important;
  line-height: 100px !important;
  max-width: 1600px !important;
}

.header-verband p {
    color: #FFFFFF;
    z-index: 3;
    transform: unset;
    font-size: 25px;
    line-height: 55px;
    text-align: center;
    max-width: 1329px;
    width: 100%;
    font-weight: 500;
}
