@charset "UTF-8";
body {
  user-select: none;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

video {
  pointer-events: none;
}

.form-control:focus {
  border-color: #f5f5f5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.75);
}

.modal-content {
  border-radius: 0 !important;
}

.rounded-0 {
  border-radius: 3px !important;
}

textarea, input {
  border-radius: 3px !important;
}

.hide {
  pointer-events: none;
}

body {
  background-color: black !important;
}

.video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.color-content {
  opacity: 0;
  transition: all 0.6s ease;
}

#worknav {
  position: absolute;
  right: 180px;
  transition: margin-top 0.6s ease, transform 0.1s ease-in-out, margin-right 0.6s ease;
  cursor: pointer;
}
@media (max-width: 1099px) {
  #worknav {
    right: 135px;
    top: 15px;
  }
}
#worknav.hide {
  margin-top: -150px;
  opacity: 1 !important;
}
#worknav.hide-r {
  margin-right: -300px;
  opacity: 1 !important;
}

#aboutnav {
  position: absolute;
  right: 180px;
  transition: margin-top 0.6s ease, transform 0.1s ease-in-out, margin-right 0.6s ease;
  cursor: pointer;
}
@media (max-width: 1099px) {
  #aboutnav {
    right: 135px;
    top: 15px;
  }
}
#aboutnav.hide {
  margin-top: -150px;
  opacity: 1 !important;
}
#aboutnav.hide-r {
  margin-right: -300px;
  opacity: 1 !important;
}

#worknav, #kontaktnav {
  display: inline-block;
}

#legalkram {
  position: absolute;
  transition: transform 0.6s ease;
  display: inline-block;
  z-index: 2;
}
#legalkram.hide {
  transform: translateX(-300px) !important;
  opacity: 1 !important;
}

#kontaktnav {
  position: absolute;
  right: 60px;
  transition: margin-right 0.6s ease, transform 0.1s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1099px) {
  #kontaktnav {
    right: 15px;
    top: 15px;
  }
}
#kontaktnav.hide {
  margin-right: -400px;
  opacity: 1 !important;
}

.hide {
  opacity: 0;
}

body.overlay-active .color-content {
  opacity: 1;
}

.color-overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 0;
}

.color-overlay {
  animation: colorChange 10s ease-in-out infinite;
  transition: background-color 10s ease, height 0.6s ease;
}

@keyframes colorChange {
  0%, 100% {
    background-color: rgba(70, 23, 23, 0.5); /* Dunkelrot */
  }
  20% {
    background-color: rgba(23, 70, 23, 0.5); /* Dunkelgrün */
  }
  40% {
    background-color: rgba(23, 23, 70, 0.5); /* Dunkelblau */
  }
  60% {
    background-color: rgba(70, 70, 23, 0.5); /* Dunkles Olivgrün/Dunkelgelb */
  }
  80% {
    background-color: rgba(70, 23, 70, 0.5); /* Dunkles Lila/Magenta */
  }
}
.example-wrapper {
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: "Sk-Modernist";
  src: url("/Sk-Modernist-Regular.otf") format("opentype"), url("/sk-modernist-regular-webfont.woff2") format("woff2"), url("/sk-modernist-regular-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("/Sk-Modernist-Light.otf") format("opentype"), url("/sk-modernist-light-webfont.woff2") format("woff2"), url("/sk-modernist-light-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist";
  src: url("/Sk-Modernist-Bold.otf") format("opentype"), url("/sk-modernist-bold-webfont.woff2") format("woff2"), url("/sk-modernist-bold-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sk-Modernist-Mono";
  src: url("/Sk-Modernist-Mono.otf") format("opentype"), url("/sk-modernist-mono-webfont.woff2") format("woff2"), url("/sk-modernist-mono-webfont.woff") format("woff"); /* Fallback für ältere Browser */
  font-weight: normal;
  font-style: normal;
}
.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-family: "Sk-Modernist", sans-serif !important;
}

#privacypolicymodal h2, #legalnoticemodal h2 {
  font-size: 22px;
}
#privacypolicymodal h3, #legalnoticemodal h3 {
  font-size: 20px;
}
#privacypolicymodal h4, #legalnoticemodal h4 {
  font-size: 18px;
}

/* MOBILE */
#text {
  transition: all 0.6s ease;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1099px) {
  #text {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 700px) {
  #text {
    font-size: 12px !important;
    line-height: 17px !important;
  }
}

@media (max-width: 1099px) {
  #name-wrap {
    line-height: 80px !important;
    font-size: 90px !important;
    padding: 15px !important;
  }
}
@media (max-width: 700px) {
  #name-wrap {
    line-height: 38px !important;
    font-size: 42px !important;
    padding: 15px !important;
  }
}

@media (max-width: 1099px) {
  .legal-links {
    font-size: 8px !important;
  }
}
/* fuck mobile
@media (pointer: coarse) {
  #text span {
    font-size: 34px !important;
    line-height: 40px;

  }

  #text {
    margin-top: 30px;
    line-height: 40px;
    font-size: 30px !important;
  }
}
*/
#name {
  transition: all 0.6s ease;
}

#name-wrap {
  overflow: hidden;
}
body.overlay-active #name {
  transform: translatex(110%);
}

body.overlay-active #text {
  transform: translatex(-110%);
}

hr {
  transition: all 0.6s ease;
}

body.overlay-active hr {
  opacity: 0 !important;
}

.job {
  color: white;
  margin-bottom: 0.5rem;
}

a {
  color: white;
  text-decoration: underline;
}

/* .color-overlay */
.color-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .color-content */
.color-content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  z-index: 10;
  position: relative;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-content h1 {
  color: white;
  font-size: 60px;
  font-family: "Sk-Modernist-Mono";
}

/* .job */
.job {
  color: white;
  font-size: 18px;
}

/* .nav-container */
.nav-container {
  width: 100%;
  overflow: hidden;
  color: white;
  position: absolute;
  padding: 60px;
  right: 0;
  z-index: 15;
  top: 0;
  font-size: 23px;
}

.nav-container div {
  display: inline-block;
}

/* #name-wrap */
#name-wrap {
  color: white;
  width: -webkit-fill-available;
  font-size: 150px;
  padding: 60px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 122px;
}

#name-wrap hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
  opacity: 1;
}

#text {
  font-family: "Sk-Modernist-Mono";
  margin-bottom: 100px;
  text-transform: none;
  font-weight: normal;
  max-width: 547px;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 1px 0 rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.3);
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.legal-links {
  font-size: 12px;
  opacity: 0.2;
  cursor: pointer;
  color: white;
  line-height: 10px;
  margin-bottom: 11px;
  align-self: end;
}

.legal-links a {
  text-decoration: none;
  cursor: pointer;
}

#name {
  text-align: end;
}

/* .video-background */
.video-background {
  z-index: -1;
  pointer-events: none;
}

/* Modal */
.modal-content {
  background-color: #1c1c1c;
  color: white;
  border-radius: 3px !important;
}

.modal-body, .modal-header {
  padding: 3rem !important;
}

.modal-header h1 {
  color: white;
}

.modal-content {
  transition: all 0.6s ease;
}

.modal-body {
  margin-top: 15px;
  margin-bottom: 23px;
}

.modal-body .form-control {
  background-color: #1c1c1c;
  color: white;
}

.btn-outline-light {
  color: white;
  border-color: white;
}

.btn-close-white {
  color: white;
}

/* GAME */
@keyframes wave {
  0% {
    transform-origin: top;
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform-origin: top;
    transform: scaleX(0.9) scaleY(1.1);
  }
  100% {
    transform-origin: top;
    transform: scaleX(1) scaleY(1);
  }
}
.half-circle {
  animation: wave 1s ease-in-out infinite;
  animation-play-state: paused;
}

.half-circle.animate {
  animation-play-state: running;
}

#basket {
  transform: scale(0.8) rotate(0deg);
  z-index: 1;
  position: fixed;
  top: -200px;
  left: 50%;
  width: 200px;
  height: 4px;
  background-color: #2f2f2f;
  opacity: 0.25;
  transition: all 0.4s ease;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
@media (max-width: 768px) {
  #basket {
    transform: scale(0.5) rotate(0deg);
  }
}

.hidden {
  pointer-events: none;
}

#score {
  opacity: 0.25;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
}

#basket.rnnung {
  opacity: 0.5;
}

#basket.hidden {
  opacity: 0 !important;
  transform: rotate(30deg) scale(1.5);
}
@media (max-width: 768px) {
  #basket.hidden {
    transform: rotate(30deg) scale(1);
  }
}

.sf-toolbar {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}

/* Cookie Consent Manager */
/* Cookie Consent Manager */
/* Cookie Consent Manager */
@media only screen and (max-width: 767px) and (orientation: landscape), only screen and (max-width: 576px) {
  .cookie-consent {
    bottom: 1em !important;
    left: 1em !important;
    width: calc(100% - 2em) !important;
    padding: 1rem;
  }
}
.cookie-consent-banner {
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  z-index: 1000;
  transform: scale(0.8);
  transform-origin: left bottom;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background-color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.6s ease;
  left: -200px;
}
@media (max-width: 1100px) {
  .cookie-consent-banner {
    bottom: 40px;
    transform: scale(0.6);
  }
}
.cookie-consent-banner.opened {
  opacity: 1;
  left: 60px;
}
@media (max-width: 1100px) {
  .cookie-consent-banner.opened {
    left: 15px;
  }
}

.cookie-consent {
  max-height: 80vh;
  overflow-y: auto;
  min-height: 200px;
  padding: 3rem;
  border-radius: 3px;
  position: fixed;
  z-index: 1500;
  bottom: 59px;
  left: 59px;
  width: 25em;
  color: white;
  background-color: #1c1c1c;
  opacity: 0;
  transform: translate3d(0, 33%, 0);
  font: 400 16px/1.3 sans-serif;
  transition-duration: 0.4s, 1.2s;
  transition-property: opacity, transform;
  transition-timing-function: linear, cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.cookie-consent.cookie-consent-opened {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: all;
}
.cookie-consent .combo {
  display: flex;
}
.cookie-consent .cookie-consent-ctas {
  margin: 1em 0 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookie-consent .cookie-consent-customize {
  display: none;
}
.cookie-consent .cookie-consent-link-customize {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 1em;
}
.cookie-consent .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cookie-consent .form-check-label::before {
  content: "+ ";
  cursor: pointer;
  margin-right: 10px;
}
.cookie-consent .form-check-label.expanded::before {
  content: "- ";
  margin-right: 10px;
}
.cookie-consent .form-check {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.cookie-consent .form-check p {
  display: none;
  margin-left: 0;
  width: 100%;
  margin-top: 10px;
}
.cookie-consent .form-check p.show {
  display: block;
  margin-left: 0;
  width: 100%;
}
.cookie-consent .form-switch {
  float: none;
  margin-left: auto;
}
.cookie-consent .cookie-description {
  display: none;
  width: 100%;
  margin-top: 10px;
}
.cookie-consent .cookie-description.show {
  display: block;
}
.cookie-consent .form-check-input:focus {
  border-color: #090909 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(28, 28, 28, 0.25) !important;
}
.cookie-consent .form-check-input:checked {
  background-color: #777777 !important;
  border-color: #777777 !important;
}
.cookie-consent .form-switch .form-check-input {
  transition: all 0.2s ease;
}
.cookie-consent .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300000'/%3e%3c/svg%3e");
}
.cookie-consent .cookie-consent-legal {
  font-size: 12px;
  color: #1c1c1e;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}

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