@font-face {
  font-family: "Cofo-Regular";
  src: url("../fonts/CoFoSansMono-Regular.woff");
}
@font-face {
  font-family: "Salamanazar-Light";
  src: url("../fonts/205TF-Salmanazar-Light.woff");
}
@font-face {
  font-family: "Salamanazar-Regular";
  src: url("../fonts/205TF-Salmanazar-Regular.woff");
}
*, button {
  cursor: none;
}

body,
html {
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-family: "Salamanazar-Light", sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  font-display: swap;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: absolute;
  z-index: 9999;
}
header:not(.is-active) {
  height: 66px;
}
header .menu {
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  font-family: "Cofo-Regular", sans-serif;
  background-color: rgba(30, 8, 49, 0.8980392157);
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  top: -119px;
  z-index: 99;
}
header .menu a:hover {
  color: #A1FFA7;
}
header .logo img {
  max-height: 72px;
  height: 100%;
  width: auto;
}
header .logo--menu {
  filter: invert(1);
}
header .logo--content.centered {
  margin: 0 auto;
  top: 14px;
  position: relative;
}
header.is-active {
  z-index: 9999;
}
header.is-active .logo {
  opacity: 0;
}
header.is-active .menu {
  top: 0;
}
header.is-active .menu .logo--menu {
  opacity: 1;
}
header.is-active .openMenu {
  z-index: 9999;
  transition: transform 0.2s ease-in-out;
  transform: rotate(45deg);
  filter: invert(1);
}
header .language {
  font-family: "Cofo-Regular", sans-serif;
  position: absolute;
  right: 10px;
  top: 10px;
}
header .language .language--active {
  opacity: 0.5;
}

footer {
  text-align: center;
  font-family: "Cofo-Regular", sans-serif;
  color: #545454;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
footer:before {
  content: "";
  margin-top: -5px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #04FF00;
}
footer a {
  color: #330956;
}

.max-w-8xl {
  max-width: 1440px;
  width: 100%;
}

a.active, .category-item.active {
  color: #00FF11;
}

.border-animate {
  position: absolute;
  height: 100vh;
  width: 1px;
  background-color: #00FF11;
  left: 50px;
  top: 0;
  z-index: 10;
  will-change: transform;
  transform: translateX(0);
}

/* Text & style */
h1, h3 {
  font-family: "Salamanazar-Regular", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}

h3 {
  font-family: "Salamanazar-Light", sans-serif;
  font-size: 24px;
}

hr {
  border-top: 1px solid #000;
  height: 10px;
}

pre {
  font-family: "Salamanazar-Light", sans-serif;
  font-size: 15px;
  white-space: pre-wrap;
}

blockquote * {
  font-family: "Cofo-Regular", sans-serif;
  color: #330956;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1536px !important;
}
.container .container__element p[style*="text-align: center"] img {
  margin: 0 auto;
}
.container a {
  text-decoration: underline;
}

.text-lila {
  font-family: "Cofo-Regular", sans-serif;
  color: #330956;
  font-size: 17px;
}
.text-lila.text-lead {
  font-family: "Salamanazar-Light", sans-serif;
  font-size: 24px;
}

.page-menu {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  z-index: 1;
  background-color: #fff;
}
.page-menu:before, .page-menu:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #fff;
}
.page-menu:before {
  top: -10px;
}
.page-menu:after {
  bottom: -5px;
}

.page-title {
  font-family: "Cofo-Regular", sans-serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.page-content {
  margin-top: 20px;
}
.page-content img {
  display: inline-block;
}

.border-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100dvw;
  border-top: 1px solid #04FF00;
}
.border-line.border-line--bottom {
  bottom: -5px;
  z-index: 9998;
}

.image-hover {
  filter: grayscale(100%);
  transition: all 0.6s;
}
.image-hover:hover {
  filter: grayscale(0%);
}

.img-scrolltop {
  height: 36px;
  width: auto;
  margin: auto;
  margin-top: 48px;
}

/* Home */
.logo--content {
  transition: all 0.6s;
  position: relative;
  left: 0;
}
.logo--content.logo--content-start-home {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo--content.logo--content-start-home img {
  height: 72px !important;
  width: 477px !important;
}

#home {
  height: 100vh;
  width: calc(100% + 2rem);
  left: 0rem;
  position: relative;
}
#home.container {
  max-width: 100% !important;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
#home.container::-webkit-scrollbar {
  display: none;
}
#home.container .projects-item {
  position: absolute;
}
#home.container .projects-item img, #home.container .projects-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.6s;
  filter: grayscale(100%);
}
#home.container .projects-item img:hover, #home.container .projects-item video:hover {
  filter: grayscale(0%);
}
#home.container .projects-item.projects-item--text {
  max-width: 456px;
  width: 100%;
  display: inline-block;
}

/* Wissen */
.categories {
  position: relative;
  font-size: 17px;
}
.categories .category-subitem:hover, .categories .category-subitem.active {
  color: #04FF00;
}

.side-element {
  position: absolute;
  top: 0;
  font-size: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.side-element .side-element__content {
  position: absolute;
  right: 0;
  max-width: 290px;
}
.side-element a {
  text-decoration: underline;
}

/* Projekte */
.projects-list {
  margin-bottom: 30px;
}
.projects-list .project-item {
  height: 199px;
}
.projects-list .project-item .project-item__background {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.projects-list .project-item span {
  font-size: 17px;
}
.projects-list .project-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-detail {
  position: fixed;
  display: none;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(220, 214, 225, 0.4588235294);
  z-index: 9999;
}
.project-detail .project-detail__content {
  background: #fff;
  height: 100vh;
}
.project-detail .project-detail__content .project-container {
  height: 100%;
  overflow-y: auto;
}
.project-detail .project-detail__content .project-container .project-container__content {
  font-size: 20px;
}
.project-detail .project-detail__content .project-container .project-container__content img {
  max-width: 100%;
}
.project-detail .project-detail__content .project-container .project-container__content h1 {
  margin-bottom: 35px;
}
.project-detail .project-detail__content .project-container .page-title:hover {
  color: inherit;
}
.project-detail .project-detail__content .project-container__header {
  z-index: 9999;
}
.project-detail .project-detail__content .project-container__header .previousProject, .project-detail .project-detail__content .project-container__header .nextProject {
  position: relative;
}
.project-detail .project-detail__content .project-container__header .previousProject.not-visible, .project-detail .project-detail__content .project-container__header .nextProject.not-visible {
  visibility: hidden;
}
.project-detail.active {
  display: inline-block;
}

/* Background */
blockquote {
  max-width: 400px;
  margin: 0 auto;
}

/* Star */
#newsletter {
  position: absolute;
  z-index: 10;
}
#newsletter .text {
  font-family: "Salamanazar-Light", sans-serif;
  color: #fff;
  font-size: 24px;
  position: relative;
  width: 100%;
  left: 50%;
  top: 48%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-10deg);
  text-align: center;
  display: inline-block;
  z-index: 9;
  line-height: 1.25rem;
}
#newsletter {
  width: 100px;
  height: 100px;
  display: block;
  animation: rotating 16s linear infinite;
  border-radius: 100%;
  background: radial-gradient(circle at 30% 30%, #7b3ba8, #4a1570 60%, #1f0830);
  box-shadow: 0 0 12px rgba(138, 43, 226, 0.3), inset 0 0 8px rgba(255, 255, 255, 0.08);
}

.newsletter-popup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 214, 225, 0.75);
  z-index: 10;
}
.newsletter-popup .newsletter-popup__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  max-width: 782px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 100px 100px 100px;
}
.newsletter-popup .newsletter-popup__content .logo {
  height: 40px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.newsletter-popup .newsletter-popup__content .closePopupNewsletter {
  position: absolute;
  top: 20px;
  right: 20px;
  rotate: 45deg;
}
.newsletter-popup .newsletter-popup__content input {
  border: 1px solid #04FF00;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  margin: 10px auto;
  width: 335px;
}

#idee {
  background: #330956;
  border-radius: 100%;
  background: radial-gradient(circle, rgb(51, 9, 86) 0%, rgba(51, 9, 86, 0.8) 51%, rgb(166, 78, 238) 96%);
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slideshow {
  height: 448px;
  overflow: hidden;
  position: relative;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slideshow__arrows .slideshow__arrows-previous, .slideshow .slideshow__arrows .slideshow__arrows-next {
  width: 50%;
  height: 100%;
  float: left;
}

/* Cursor container */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 99999;
}

/* 20px black dot (+3px) */
.cursor-dot {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 140ms ease;
}

/* Ring with lashes container - normal state: 20px (+3px) */
.cursor-ring {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: width 140ms ease, height 140ms ease;
}

/* 5 lashes on the ring (hidden by default) */
.cursor-lash {
  position: absolute;
  width: 1.4px;
  height: 8px;
  background: rgba(0, 0, 0, 0.35);
  left: 50%;
  top: -8px; /* outside the ring */
  transform-origin: center 25px; /* lash height + center of larger ring (34px / 2) */
  opacity: 0;
  transition: opacity 140ms ease;
}

.cursor-lash:nth-child(1) {
  transform: translateX(-50%) rotate(-60deg);
}

.cursor-lash:nth-child(2) {
  transform: translateX(-50%) rotate(-40deg);
}

.cursor-lash:nth-child(3) {
  transform: translateX(-50%) rotate(-20deg);
}

.cursor-lash:nth-child(4) {
  transform: translateX(-50%) rotate(0deg);
}

.cursor-lash:nth-child(5) {
  transform: translateX(-50%) rotate(20deg);
}

.cursor-lash:nth-child(6) {
  transform: translateX(-50%) rotate(40deg);
}

.cursor-lash:nth-child(7) {
  transform: translateX(-50%) rotate(60deg);
}

/* Hover state: ring grows to 34px (+3px) and show lashes */
.cursor.is-eye .cursor-ring {
  width: 34px;
  height: 34px;
}

.cursor.is-eye .cursor-lash {
  opacity: 1;
}

/* Blink animation */
@keyframes blink {
  0%, 100% {
    transform: translate(-50%, -50%) scaleY(1);
  }
  50% {
    transform: translate(-50%, -50%) scaleY(0.1);
  }
}
.cursor.is-blinking .cursor-ring {
  animation: blink 150ms ease-in-out;
}

.cursor.is-blinking .cursor-dot {
  animation: blink 150ms ease-in-out;
}

/* Look around animation */
@keyframes look-left {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  30%, 70% {
    transform: translate(calc(-50% - 5px), -50%);
  }
}
@keyframes look-right {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  30%, 70% {
    transform: translate(calc(-50% + 5px), -50%);
  }
}
.cursor.is-looking-left .cursor-dot {
  animation: look-left 400ms ease-in-out;
}

.cursor.is-looking-right .cursor-dot {
  animation: look-right 400ms ease-in-out;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cursor-eye, .cursor-dot, .cursor-ring {
    transition: none;
  }
}

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