* {
  box-sizing: border-box;
}

body {
  background-color: #1e201e;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Inter/Inter_18pt-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url(/assets/fonts/Inter/Inter_18pt-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/PPCirka/PPCirka-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/PPCirka/PPCirka-Light.ttf) format("truetype");
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/assets/video/ezgif-4-25017e4f0a.gif);
  z-index: 300;
  width: 100%;
  height: 300vh;
  opacity: 0.05;
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  text-decoration: none;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link,
.nav-button {
  transition: filter 0.3s ease;
}

.nav-links:hover .nav-link:not(:hover),
.nav-links:hover .nav-button:not(:hover) {
  filter: blur(1.5px);
}

.nav-button {
  cursor: pointer;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.3rem;
  color: #fcf7eb;
  background: transparent;
  border: 1px solid #fcf7eb;
  padding: 15px 35px;
  border-radius: 45px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #fcf7eb;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fcf7eb;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #1e201e;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #fcf7eb;
  margin: 0 0.5rem;
}

main {
  padding: 10% 8rem;
  background-color: #1e201e;
}

.page-header-wrapper {
  display: flex;
  justify-content: center;
}

h1 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  font-size: 4.6rem;
  color: #fcf7eb;
}

.contact-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-info h2 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  color: #fcf7eb;
}

.contact-item ul {
  padding: 0;
}

.contact-item a {
  display: inline-block;
  list-style: none;
  color: #fcf7eb;
  line-height: 1.7;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 100;
}

.contact-item ul li {
  list-style: none;
  color: #fcf7eb;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 100;
}

.bold-li {
  font-weight: 200 !important;
}

.contact-info,
.contact-form {
  width: 50%;
}

.contact-form {
  padding-top: 0.5rem;
}

.header-form {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  color: #fcf7eb;
  display: none;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.row {
  display: flex;
  gap: 20px;
}

.row > div {
  flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fcf7eb;
  padding: 8px 4px;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  font-weight: 200;
  color: #fcf7eb;
  font-family: "Inter", sans-serif;
  margin-top: 2rem;
}

input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder,
textarea::placeholder {
  color: #939185;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4rem;
}

#datenschutz {
  cursor: pointer;
}

.checkbox-container label {
  font-size: 0.9rem;
  font-weight: 100;
  color: #fcf7eb;
  cursor: pointer;
}

.checkbox-container a {
  color: #b90b0b;
  text-decoration: none;
}

.send-wrapper {
  margin-top: 1rem;
}

.send-btn {
  cursor: pointer;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.3rem;
  color: #fcf7eb;
  background: transparent;
  border: 1px solid #fcf7eb;
  padding: 15px 35px;
  border-radius: 45px;
}

.upload-wrapper {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin-top: 3rem;
}

.custum-file-upload {
  height: 90px;
  width: 180px;
  display: flex;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px dashed #fcf7eb;
  background-color: #212121;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px #fcf7eb;
}

.custum-file-upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custum-file-upload .icon svg {
  height: 44px;
  fill: #fcf7eb;
}

.custum-file-upload .text {
  flex: 1;
  min-width: 0;
}

.custum-file-upload .text span {
  font-weight: 200;
  color: #fcf7eb;
}

.custum-file-upload.has-file .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custum-file-upload input {
  display: none;
}

.hp-field-wrapper {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.map-wrapper {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 8rem;
}

#map {
  width: 100%;
  height: 100%;
}

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff6ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

#map-overlay p {
  font-size: 1.1rem;
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0 20px;
}

#map-overlay a {
  font-size: 1.1rem;
  font-weight: 100;
  color: #fff6ec;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

#accept-map {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  font-weight: 100;
  font-family: "Inter", sans-serif !important;
  background-color: #b90b0b;
  color: #fff6ec;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

footer {
  background-color: #fcf7eb;
  padding: 4rem 8rem 0 8rem;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-footer {
  width: 180px;
}

.social-links-layout {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  border: 1px solid #363636;
  cursor: pointer;
}

.social-links-mobile {
  display: none;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0;
}

.constent-linked {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  text-decoration: none;
  color: #363636;
}

.footer-item a .line2 {
  display: inline-flex;
  align-items: center;
}

.footer-item a .line2 img {
  margin-left: -8px;
}

.footer-item {
  width: 50%;
}

.quick-links {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.quick-links h6 {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  margin: 0;
  color: #363636;
}

.quick-links ul {
  padding: 0;
}

.quick-links ul li {
  list-style: none;
  line-height: 1.7rem;
}

.quick-links a {
  font-size: 1.2rem;
  color: #363636;
  font-weight: 200;
  text-decoration: none;
}

.site-divider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  background-color: #363636;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #363636;
  font-size: 0.9rem;
  font-weight: 200;
  margin: 0;
}

.credits {
  color: #363636;
  font-size: 0.9rem;
  font-weight: 200;
  text-decoration: none;
}

.credits:hover {
  color: #03aed2;
}

.text {
  height: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden !important;
  position: relative;
  display: inline-block;
}

.text.play .letter {
  transform: translateY(-100%);
}

.text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.024, 1);
  position: relative;
}

.letter:nth-child(1) {
  transition-delay: 0s;
}
.letter:nth-child(2) {
  transition-delay: 0.015s;
}
.letter:nth-child(3) {
  transition-delay: 0.03s;
}
.letter:nth-child(4) {
  transition-delay: 0.045s;
}
.letter:nth-child(5) {
  transition-delay: 0.06s;
}
.letter:nth-child(6) {
  transition-delay: 0.075s;
}
.letter:nth-child(7) {
  transition-delay: 0.09s;
}
.letter:nth-child(8) {
  transition-delay: 0.105s;
}
.letter:nth-child(9) {
  transition-delay: 0.12s;
}
.letter:nth-child(10) {
  transition-delay: 0.135s;
}
.letter:nth-child(11) {
  transition-delay: 0.15s;
}
.letter:nth-child(12) {
  transition-delay: 0.165s;
}
.letter:nth-child(13) {
  transition-delay: 0.18s;
}
.letter:nth-child(14) {
  transition-delay: 0.195s;
}
.letter:nth-child(15) {
  transition-delay: 0.21s;
}
.letter:nth-child(16) {
  transition-delay: 0.225s;
}
.letter:nth-child(17) {
  transition-delay: 0.24s;
}
.letter:nth-child(18) {
  transition-delay: 0.255s;
}
.letter:nth-child(19) {
  transition-delay: 0.27s;
}
.letter:nth-child(20) {
  transition-delay: 0.285s;
}
.letter:nth-child(21) {
  transition-delay: 0.3s;
}
.letter:nth-child(22) {
  transition-delay: 0.315s;
}
.letter:nth-child(23) {
  transition-delay: 0.33s;
}
.letter:nth-child(24) {
  transition-delay: 0.345s;
}
.letter:nth-child(25) {
  transition-delay: 0.36s;
}
.letter:nth-child(26) {
  transition-delay: 0.375s;
}
.letter:nth-child(27) {
  transition-delay: 0.39s;
}
.letter:nth-child(28) {
  transition-delay: 0.405s;
}

@media (max-width: 768px) {
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  main {
    padding: 35% 5% 15% 5%;
  }

  main h1 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }

  .remove-mobile {
    display: none;
  }

  .contact-layout {
    margin-top: 4rem;
    flex-direction: column;
  }
  .contact-info,
  .contact-form {
    width: 100%;
  }
  .contact-form {
    padding-top: 4rem;
  }
  .contact-info h2 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 2.4rem;
  }
  .upload-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
  }
  .custum-file-upload {
    width: 100%;
  }
  footer {
    padding: 3rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  main {
    padding: 20% 5% 10% 5%;
  }

  .page-header-wrapper {
    justify-content: flex-start;
  }

  h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }

  .remove-mobile {
    display: none;
  }

  .contact-layout {
    margin-top: 4rem;
    flex-direction: column;
  }
  .contact-info,
  .contact-form {
    width: 100%;
  }

  .contact-form {
    padding: 0;
  }

  .contact-info h2 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 2.4rem;
  }
  .header-form {
    display: block;
  }
  .upload-wrapper {
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
  }
  .custum-file-upload {
    width: 100%;
  }
  footer {
    padding: 1rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }

  main {
    padding: 15% 5% 6rem 5%;
  }

  .page-header-wrapper {
    justify-content: flex-start;
  }

  .remove-mobile {
    display: none;
  }

  .contact-layout {
    margin-top: 4rem;
  }

  .upload-wrapper {
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
  }

  .custum-file-upload {
    width: 100%;
  }

  footer {
    padding: 4rem 5% 0 5%;
  }

  .quick-links {
    gap: 2rem;
  }

  .constent-linked {
    font-size: 2.6rem;
  }
}
