.more-arrow-item .more-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: opacity var(--transition);
  color: var(--color-white);
  font-weight: 300;
}
.more-arrow-item .more-arrow span {
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 100%;
}
.more-arrow-item .more-arrow > div {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  position: relative;
}
.more-arrow-item .more-arrow > div div {
  width: 78px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-22px, -50%);
  overflow: hidden;
  transition: transform var(--transition);
}
.more-arrow-item .more-arrow > div div svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% + 44px));
  transition: transform var(--transition);
}
.more-arrow-item:hover .more-arrow {
  opacity: 1;
}
.more-arrow-item:active .more-arrow > div div, .more-arrow-item.active .more-arrow > div div {
  transform: translate(0, -50%);
}
.more-arrow-item:active .more-arrow > div div svg, .more-arrow-item.active .more-arrow > div div svg {
  transform: translateX(0);
}

@media all and (max-width: 1199px) {
  .more-arrow-item .more-arrow > div {
    height: 100px;
    width: 100px;
    border-radius: 50px;
  }
  .more-arrow-item:active .more-arrow > div div svg, .more-arrow-item.active .more-arrow > div div svg {
    transform: translateX(-14px);
  }
}
.footer-form {
  margin-top: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  background-image: url("../../img/footer-form-left-side.svg"), url("../../img/footer-form-right-side.svg");
  background-color: black;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%;
  padding-top: clamp(50px, 40 * (100vw - 375px) / 905 + 50px, 90px);
  padding-bottom: clamp(70px, 20 * (100vw - 375px) / 905 + 70px, 90px);
}
.footer-form .footer-form-wrap {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-form .footer-form-wrap .footer-form-title {
  font-weight: 700;
  font-size: clamp(24px, 18 * (100vw - 375px) / 905 + 24px, 42px);
  line-height: 140%;
  color: white;
  margin-bottom: 6px;
}
.footer-form .footer-form-wrap .footer-form-sub-title {
  font-weight: 500;
  font-size: clamp(16px, 6 * (100vw - 375px) / 905 + 16px, 22px);
  line-height: 140%;
  color: white;
  margin-bottom: 24px;
}
.footer-form .footer-form-wrap .footer-form-sub-content {
  font-weight: 300;
  font-size: clamp(14px, 6 * (100vw - 375px) / 905 + 14px, 20px);
  line-height: 140%;
  color: white;
  margin-bottom: clamp(40px, 16 * (100vw - 375px) / 905 + 40px, 56px);
}
.footer-form .footer-form-wrap .footer-form-form {
  width: 388px;
  max-width: 100%;
}
.footer-form .footer-form-wrap .footer-form-form .form-row {
  margin-bottom: clamp(12px, 8 * (100vw - 375px) / 905 + 12px, 20px);
}
.footer-form .footer-form-wrap .footer-form-form .form-row input[type=text],
.footer-form .footer-form-wrap .footer-form-form .form-row input[type=tel] {
  background-color: black;
  height: clamp(37px, 10 * (100vw - 375px) / 905 + 37px, 47px);
  line-height: clamp(37px, 10 * (100vw - 375px) / 905 + 37px, 47px);
  width: 100%;
  color: white;
  text-align: center;
  font-size: clamp(14px, 4 * (100vw - 375px) / 905 + 14px, 18px);
  border: 1px solid white;
  border-radius: clamp(19px, 4 * (100vw - 375px) / 905 + 19px, 23px);
}
.footer-form .footer-form-wrap .footer-form-form .form-row a.kapitel-button {
  border: none;
  width: 100%;
  text-align: center;
  display: block;
  height: clamp(37px, 10 * (100vw - 375px) / 905 + 37px, 47px);
  line-height: clamp(37px, 10 * (100vw - 375px) / 905 + 37px, 47px);
  font-size: clamp(14px, 4 * (100vw - 375px) / 905 + 14px, 18px);
}
.footer-form .footer-form-wrap .footer-form-form .form-row > p > span {
  position: relative;
  display: block;
}
.footer-form .footer-form-wrap .footer-form-form .form-row > p > span .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.footer-form .footer-form-wrap .footer-form-form .wpcf7-response-output {
  color: white;
  text-align: center;
}
.footer-form .footer-form-wrap .footer-form-image {
  width: 100%;
  aspect-ratio: 520/470;
}

footer.footer {
  padding-top: clamp(43px, 40 * (100vw - 375px) / 905 + 43px, 83px);
  padding-bottom: clamp(18px, 26px - (8) * (100vw - 375px) / 905, 26px);
  background-color: black;
}
footer.footer .footer-slogan {
  font-weight: 300;
  font-size: clamp(22px, 10 * (100vw - 375px) / 905 + 22px, 32px);
  line-height: 140%;
  margin-bottom: clamp(38px, 10 * (100vw - 375px) / 905 + 38px, 48px);
  color: white;
}
footer.footer .footer-slogan span {
  font-weight: 500;
  color: var(--color-red);
}
footer.footer .footer-email {
  font-weight: 300;
  font-size: clamp(20px, 4 * (100vw - 375px) / 905 + 20px, 24px);
  line-height: 100%;
  margin-bottom: 15px;
  color: white;
}
footer.footer .footer-email a {
  color: white;
}
footer.footer .footer-phone {
  font-weight: 500;
  font-size: clamp(14px, 4 * (100vw - 375px) / 905 + 14px, 18px);
  line-height: 100%;
  color: white;
}
footer.footer .footer-phone a {
  color: white;
}
footer.footer .footer-phone .footer-phone-social {
  margin-left: clamp(17px, 10 * (100vw - 375px) / 905 + 17px, 27px);
  display: inline-block;
}
footer.footer .footer-phone .footer-phone-social a {
  width: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  height: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  display: inline-block;
  margin-right: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  transition: opacity var(--transition);
}
footer.footer .footer-phone .footer-phone-social a:last-child {
  margin-right: 0;
}
footer.footer .footer-phone .footer-phone-social a:hover {
  opacity: 0.5;
}
footer.footer .footer-block-title {
  margin-bottom: 30px;
}
footer.footer .footer-block-title a {
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  transition: padding-left var(--transition);
  position: relative;
}
footer.footer .footer-block-title a:hover {
  padding-left: 12px;
}
footer.footer ul.footer-menu li {
  margin-bottom: 23px;
}
footer.footer ul.footer-menu li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: white;
  display: inline-block;
  transition: padding-left var(--transition);
  position: relative;
}
footer.footer ul.footer-menu li a svg {
  margin-left: 12px;
  width: 10px;
  height: 10px;
  position: relative;
  top: 2px;
}
footer.footer ul.footer-menu li a:hover {
  padding-left: 12px;
}
footer.footer .footer-big-link {
  margin-bottom: 50px;
  padding-right: 144px;
  transition: padding-left var(--transition);
  position: relative;
}
footer.footer .footer-big-link:hover {
  padding-left: 12px;
}
footer.footer .footer-big-link a {
  font-weight: 300;
  color: white;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}
footer.footer .footer-big-link:last-child {
  margin-bottom: 0;
}
footer.footer .footer-social {
  position: absolute;
  transform: translateY(calc(-100% - 21px));
}
footer.footer .footer-social a {
  display: inline-block;
  margin-right: 20px;
  transition: opacity var(--transition);
}
footer.footer .footer-social a svg {
  height: 24px;
  width: auto;
}
footer.footer .footer-social a:hover {
  opacity: 0.5;
}
footer.footer .footer-hr {
  margin-top: clamp(55px, 10 * (100vw - 375px) / 905 + 55px, 65px);
  margin-bottom: 14px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
footer.footer .footer-bottom-link {
  font-weight: 300;
  color: white;
  font-size: 14px;
  line-height: 100%;
}
footer.footer .footer-bottom-link a {
  font-weight: 300;
  color: white;
  font-size: 14px;
  line-height: 100%;
}
footer.footer .footer-bottom-link-copy {
  text-align: center;
}
footer.footer .footer-bottom-link-developer {
  text-align: right;
}
footer.footer .to-top-wrap {
  position: relative;
}
footer.footer .to-top-wrap .to-top {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transform: translateY(-307px);
}
footer.footer .to-top-wrap .to-top .to-top-circle {
  height: 64px;
  width: 64px;
  border-radius: 32px;
  border: 1px solid var(--color-red);
  padding-top: 21px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
footer.footer .to-top-wrap .to-top .to-top-circle .to-top-circle-wrap {
  position: absolute;
  bottom: calc(50% - 11px);
  left: 50%;
  transform: translateX(-50%);
  height: 58px;
  width: 8px;
  overflow: hidden;
}
footer.footer .to-top-wrap .to-top .to-top-circle .to-top-circle-wrap svg {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% - 22px));
  transition: transform var(--transition);
}
footer.footer .to-top-wrap .to-top .to-top-text {
  text-align: center;
  color: var(--color-red);
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}
footer.footer .to-top-wrap:hover .to-top-text {
  text-decoration: underline;
}
footer.footer .to-top-wrap:hover .to-top .to-top-circle .to-top-circle-wrap svg {
  transform: translateY(0);
}

.vacancy-form-wrap {
  width: 455px;
  max-width: 100%;
}

.footer-team-member {
  margin-left: 67px;
  width: 408px;
  max-width: 100%;
}
.footer-team-member .footer-team-member-image {
  width: 100%;
  aspect-ratio: 408/549;
  margin-bottom: 22px;
}
.footer-team-member .footer-team-member-name {
  text-align: center;
  font-weight: 500;
  font-size: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px);
  color: white;
  line-height: 130%;
  margin-bottom: 3px;
}
.footer-team-member .footer-team-member-position {
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 130%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.vacancy-footer {
  margin-top: 0;
}

.shadow-question-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity var(--transition);
}
.shadow-question-popup.opened {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}
.shadow-question-popup .question-popup {
  width: 990px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.shadow-question-popup .question-popup .row > div.d-none {
  padding-left: 0;
}
.shadow-question-popup .question-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  transform: translate(100%, -100%);
}
.shadow-question-popup .question-popup .question-popup-form {
  padding: clamp(40px, 30 * (100vw - 375px) / 905 + 40px, 70px) clamp(30px, 24px - (-6) * (100vw - 375px) / 905, 24px) clamp(25px, 40 * (100vw - 375px) / 905 + 25px, 65px) clamp(30px, 40 * (100vw - 375px) / 905 + 30px, 70px);
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-title {
  font-size: clamp(20px, 22 * (100vw - 375px) / 905 + 20px, 42px);
  line-height: 140%;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: clamp(4px, 4 * (100vw - 375px) / 905 + 4px, 8px);
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-sub-title {
  font-size: clamp(14px, 6 * (100vw - 375px) / 905 + 14px, 20px);
  line-height: 140%;
  font-weight: 300;
  margin-bottom: clamp(25px, 12 * (100vw - 375px) / 905 + 25px, 37px);
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap {
  width: 388px;
  max-width: 100%;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row {
  margin-bottom: 15px;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row:last-child {
  margin-bottom: 0;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row input {
  height: clamp(32px, 11 * (100vw - 375px) / 905 + 32px, 43px);
  line-height: clamp(32px, 11 * (100vw - 375px) / 905 + 32px, 43px);
  text-align: center;
  padding: 0 15px;
  border-radius: 22px;
  border: 1px solid black;
  font-weight: 300;
  font-size: clamp(15px, 3 * (100vw - 375px) / 905 + 15px, 18px);
  max-width: 100%;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row .kapitel-button {
  font-weight: 300;
  box-shadow: none;
  font-size: clamp(15px, 3 * (100vw - 375px) / 905 + 15px, 18px);
  width: 100%;
  text-align: center;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row > p > span {
  position: relative;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .form-row > p > span .wpcf7-not-valid-tip {
  font-size: clamp(10px, 0 * (100vw - 375px) / 905 + 10px, 10px);
  position: absolute;
  width: 100%;
  text-align: center;
}
.shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap .wpcf7-response-output {
  display: none !important;
}
.shadow-question-popup .question-popup .background {
  height: 100%;
}

.shadow-thank-you {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity var(--transition);
}

.shadow-thank-you.opened {
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
}

.thank-you-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 70px;
  text-align: center;
}

.thank-you-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translate(100%, -100%);
  cursor: pointer;
}

.thank-you-popup .title {
  font-weight: 300;
  font-size: 42px;
  line-height: 140%;
  margin-bottom: 16px;
}

.thank-you-popup .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
}

.thank-you-popup a {
  padding-left: 82px !important;
  padding-right: 82px !important;
}

.wpcf7-response-output {
  display: none !important;
}

@media all and (max-width: 1399px) {
  footer.footer .to-top-wrap .to-top {
    transform: translateY(-325px);
  }
}
@media all and (max-width: 1199px) {
  footer.footer > .container-fluid > .row > div:first-child {
    text-align: center;
  }
  footer.footer > .container-fluid > .row > div:first-child .footer-phone {
    margin-bottom: 60px;
  }
  footer.footer .to-top-wrap .to-top {
    position: static;
    transform: translateY(0);
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  footer.footer .footer-social {
    position: static;
    transform: translateY(0);
    margin-bottom: 55px;
  }
  footer.footer .lg-child-mb-60 > div {
    margin-bottom: 60px;
  }
  .vacancy-form-wrap {
    width: 100%;
  }
  .footer-team-member {
    margin-left: 0;
  }
  .shadow-question-popup .question-popup .close {
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    transform: translate(0, -100%);
  }
}
@media all and (max-width: 767px) {
  .footer-form {
    background-image: url("../../img/footer-mobile-back-top.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
  .footer-form .footer-form-wrap {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .footer-form .footer-form-wrap .mobile-relative {
    position: relative;
  }
  .footer-form .footer-form-wrap .mobile-relative:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -16px;
    width: calc(50% + 24px);
    height: auto;
    aspect-ratio: 192/112;
    background-image: url("../../img/footer-mobile-back-bottom.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .footer-form .footer-form-wrap .footer-form-image {
    margin-bottom: 50px;
    position: relative;
  }
  .footer-form .footer-form-wrap .footer-form-title,
  .footer-form .footer-form-wrap .footer-form-sub-title,
  .footer-form .footer-form-wrap .footer-form-sub-content {
    text-align: center;
  }
  .footer-form .footer-form-wrap .footer-form-form {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-big-link {
    text-align: center;
    padding-right: 0 !important;
  }
  .footer-bottom-link:not(.footer-bottom-link-developer) {
    margin-bottom: 16px;
  }
  .footer-bottom-link.footer-bottom-link-developer,
  .mobile-center {
    text-align: center !important;
  }
  .footer-team-member {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 33px;
  }
  .shadow-question-popup .question-popup .question-popup-form .question-popup-form-wrap {
    margin: 0 auto;
  }
  .thank-you-popup {
    padding: 40px;
  }
  .thank-you-popup .close {
    position: absolute;
    top: -10px;
    right: 0;
    transform: translate(0, -100%);
    cursor: pointer;
  }
  .thank-you-popup .title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
  }
  .thank-you-popup .text {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 22px;
  }
  .thank-you-popup a {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
/*# sourceMappingURL=footer.css.map */
