/*! loconative-scroll v1.0.0 | MIT License | https://github.com/quentinhocde/loconative-scroll */
html {
  scroll-behavior: auto;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body,
html {
  min-height: 100%;
  width: 100%;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%;
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::after,
::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[aria-disabled] {
  cursor: default;
}

:root {
  --copy: clamp(1.4rem, 1.2vw, 3.5rem);
  --small: clamp(1.1rem, 0.9vw, 2rem);
  --yellow: #e9fb17;
  --bg-primary: #ddd;
  --bg-secondary: #000000;
  --text-primary: #000000;
  --text-secondary: #ffffff;
  --border-color: #ccc;
  --shadow-color: #a6a6a66b;
  --pady: 0.75vw;
  --pad: 1.5vw;
}

[data-theme=dark] {
  --bg-primary: #000000;
  --bg-secondary: #111111;
  --text-primary: #d1d1d1;
  --text-secondary: #cccccc;
  --border-color: #333333;
  --shadow-color: rgba(233, 251, 23, 0.2);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme=light]) {
    --bg-primary: #000000;
    --bg-secondary: #111111;
    --text-primary: #ffffff;
    --text-secondary: #cccccc;
    --border-color: #333333;
    --shadow-color: rgba(233, 251, 23, 0.2);
  }
}
/* cairo-200 - latin */
@font-face {
  font-family: "ps";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ps/ps_reg.woff2");
  src: local(""), url("../fonts/ps/ps_reg.woff2") format("woff2");
}
@font-face {
  font-family: "psmono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ps/ps_slim.woff2");
  src: local(""), url("../fonts/ps/ps_slim.woff2") format("woff2");
}
@font-face {
  font-family: "psmono";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ps/ps_mono_slim.woff2");
  src: local(""), url("../fonts/ps/ps_mono_slim.woff2") format("woff2");
}
@font-face {
  font-family: "psmono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ps/ps_mono_book.woff2");
  src: local(""), url("../fonts/ps/ps_mono_book.woff2") format("woff2");
}
@font-face {
  font-family: "ps";
  font-style: bold;
  font-weight: 900;
  src: url("../fonts/ps/ps_bulky.woff2");
  src: local(""), url("../fonts/ps/ps_bulky.woff2") format("woff2");
}
/* cairo-200 - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/cairo/cairo-v9-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-200.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-200.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-200.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-200.svg#Cairo") format("svg"); /* Legacy iOS */
}
/* cairo-300 - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/cairo/cairo-v9-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-300.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-300.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-300.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-300.svg#Cairo") format("svg"); /* Legacy iOS */
}
/* cairo-regular - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cairo/cairo-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-regular.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-regular.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-regular.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-regular.svg#Cairo") format("svg"); /* Legacy iOS */
}
/* cairo-600 - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/cairo/cairo-v9-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-600.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-600.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-600.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-600.svg#Cairo") format("svg"); /* Legacy iOS */
}
/* cairo-900 - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/cairo/cairo-v9-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-900.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-900.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-900.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-900.svg#Cairo") format("svg"); /* Legacy iOS */
}
/* cairo-700 - latin */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cairo/cairo-v9-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/cairo/cairo-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/cairo/cairo-v9-latin-700.woff2") format("woff2"), url("../fonts/cairo/cairo-v9-latin-700.woff") format("woff"), url("../fonts/cairo/cairo-v9-latin-700.ttf") format("truetype"), url("../fonts/cairo/cairo-v9-latin-700.svg#Cairo") format("svg"); /* Legacy iOS */
}
/*
	Logo Animation
*/
.mk7slider .logo svg {
  overflow: visible;
  width: 50vh;
  max-width: 500px;
}

.mk7slider .logo svg path#logoSignet {
  fill: rgba(255, 255, 255, 0);
  stroke-width: 1px;
  stroke-dasharray: 580;
  stroke-dashoffset: -580;
  stroke: #fff;
  animation: logoAnimation 2s linear forwards, logoFill 1s 2s linear forwards;
}

.mk7slider .logo svg g#typo {
  position: relative;
  top: 10px;
  fill: rgba(255, 255, 255, 0);
  animation: typoFill 1s 2s linear forwards;
}

@keyframes logoAnimation {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 580;
  }
}
@keyframes logoFill {
  to {
    fill: rgb(255, 255, 255);
  }
}
@keyframes typoFill {
  to {
    fill: rgb(255, 255, 255);
    top: 0;
  }
}
html {
  font-size: 10px;
}

html,
body {
  min-height: 100%;
}

#gradient {
  height: 100%;
  padding: 0;
  margin: 0;
}

#canvas,
.canvas-wrap {
  background: linear-gradient(339deg, rgb(83, 83, 83) 0%, rgb(18, 18, 18) 100%);
  overflow: hidden;
}

[data-theme=dark] #canvas,
[data-theme=dark] .canvas-wrap {
  background: linear-gradient(339deg, rgb(0, 0, 0) 0%, rgb(33, 33, 33) 100%);
}

body {
  background-color: var(--bg-primary);
  padding: 0;
  margin: 0;
  font: 0rem/1.9 "ps", "Cairo", "Alfa Slab One", serif;
  color: var(--text-primary);
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease;
}

small {
  font-size: var(--small);
}

i {
  position: relative;
  font-style: normal;
}

i:after {
  content: "";
  background: var(--yellow);
  position: absolute;
  left: -0.2em;
  right: 0.5em;
  bottom: 0px;
  z-index: -1;
  display: block;
  top: 50%;
}

.right {
  text-align: right;
}

.gradient {
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  display: inline-block;
  vertical-align: baseline;
  z-index: 90;
  opacity: 0.3;
  mix-blend-mode: color-dodge;
}

.gradient.left {
  left: 0;
  display: none;
  transform: rotate(180deg);
}

.gradient.right {
  right: 0;
}

#canvas {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.canvas-wrap {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

div.canvas-content {
  position: relative;
  z-index: 2000;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

.content {
  padding: 0 0vw;
  margin: 0 auto;
  z-index: 100;
  width: 90%;
  display: block;
  position: relative;
  z-index: 100;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  transition: color 0.3s ease;
}

header {
  position: fixed;
  top: 60px;
  right: 3vw;
  text-align: right;
  width: 185px;
  z-index: 1000;
}

header .inner {
  text-align: left;
}

header small {
  text-align: left;
}

header .logo {
  max-width: 100%;
}

header .email {
  width: 102px;
  display: block;
  padding-left: 1px;
  line-height: 26px;
  margin-top: 0px;
}

header span {
  display: block;
}

header .fastcontact {
  padding: 90px 0 0;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s;
}

.scrolledToFooter footer {
  opacity: 1;
}

.col {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  font-size: 1.5rem;
  font-size: var(--copy);
  font-weight: 300;
}

.col33 {
  width: 33%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col70 {
  width: 70%;
}

.col25 {
  width: 25%;
}

.col75 {
  width: 75%;
}

.col50 {
  width: 50%;
}

.col80 {
  width: 80%;
}

.col100 {
  width: 100%;
}

.row {
  width: 100%;
}

section {
  padding: 15vh 0 15vh;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.headline {
  padding: 15vh 0 15vh;
}

.skills-container h2.section-heading {
  font-size: clamp(2rem, 3vw, 5rem);
  margin-bottom: 3vh;
}
.skills-container .skill-category {
  margin-bottom: 8vh;
}
.skills-container .skill-category h3 {
  font-size: 77%;
  padding: 7px 1px 8px;
  color: var(--yellow);
}

.skills li {
  display: inline-block;
  border: 2px solid var(--text-primary);
  padding: 12px 18px;
  margin: 8px 12px 8px 0;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
  font-weight: 600;
  background: transparent;
}
.skills li:hover {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 251, 23, 0.3);
}

.specialskills {
  padding-top: 15vh;
}

.hero-subtitle {
  font-size: clamp(1.6rem, 2vw, 3rem);
  margin-top: 2vh;
  opacity: 0.9;
}

.section-label {
  position: relative;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1px 19px 1px 32px;
  margin-bottom: 1vh;
  background: #9d9d9d;
  display: inline-block;
  border-radius: 9px;
  font-size: 77%;
}
.section-label:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  border-radius: 4px;
  width: 13px;
  height: calc(100% - 16px);
  background: var(--yellow);
}

.section-title {
  font-size: clamp(2rem, 3vw, 5rem);
  margin-bottom: 1em;
}

.contact-heading {
  font-size: clamp(2rem, 3vw, 5rem);
}

.contact-subtitle {
  font-size: var(--copy);
  margin-bottom: 4vh;
}

.contact-section-title {
  font-size: 1.6rem;
  color: var(--yellow);
  margin-bottom: 1em;
}

.expertise-text {
  font-size: var(--copy);
  margin-top: 2em;
  opacity: 0.85;
}

.portfolio-intro {
  font-size: var(--copy);
  max-width: 800px;
}

.contact-info-wrap {
  margin-top: 8vh;
  display: flex;
  gap: 4vw;
  flex-wrap: wrap;
}

address {
  font-style: normal;
}

.work ul {
  padding-top: 4vh;
}
.work li {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
  border: 1px solid var(--border-color);
  padding: 0;
  left: calc(-1 * var(--pad));
  transition: all 0.3s ease;
}
.work a {
  display: block;
  text-transform: uppercase;
  padding: var(--pady) var(--pad);
  box-shadow: 17px 22px 39px var(--shadow-color);
  transition: box-shadow 0.3s ease;
}
.work span {
  font-size: var(--small);
}
.work li:hover a {
  opacity: 1;
}

.contact .col .col {
  border: 1px solid var(--text-secondary);
  margin: 0 10px 10px 0;
  transition: border-color 0.3s ease;
}

.contact .email {
  width: 7em;
  padding-left: 1px;
  display: inline-block;
}

header .col {
  padding: 1vw;
}
header .infos svg {
  width: 115px;
  padding: 0 0 0 5px;
  margin: 0;
  position: relative;
  top: 5px;
}

header .infos a:hover svg g path {
  fill: #eee !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "psmono", monospace;
  font-size: calc(1.5rem + 5.6vw);
  padding: 0 0 0.4em;
  margin: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

h3 {
  line-height: 1.35;
  font-size: clamp(2.2rem, 2.5vw, 9.5rem);
  font-weight: 300;
}

h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
}

p {
  margin: 0;
  padding: 10px 0;
}

ul {
  list-style: none;
  color: var(--text-primary);
  padding: 0;
  margin: 0;
  text-align: left;
}

a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
  }
  header .inner {
    padding: 0 20px;
  }
  header svg {
    max-width: 100px !important;
  }
  header span {
    display: none;
  }
  header a {
    display: inline-block !important;
    margin: 0 0 0 20px;
  }
  header .fastcontact {
    padding: 26px 0 0;
    float: right;
  }
  .col {
    width: 100%;
  }
  .content {
    padding: 110px 0 0 5vw;
  }
}
/*
--------------------------------------------------------------------
*/
section#hero {
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.typo3 {
  background: var(--bg-primary);
  color: var(--text-primary);
  box-shadow: 11px 11px 0px 0px var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid;
  border-width: 1px 0 0px 1px;
  text-align: left;
}

/*
	Dark Mode Toggle
*/
.theme-toggle {
  position: fixed;
  top: 20px;
  left: 3vw;
  z-index: 1001;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  padding: 10px 15px;
  cursor: pointer;
  font-family: "psmono", monospace;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.theme-toggle:hover {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 0 20px rgba(233, 251, 23, 0.4);
}
.theme-toggle .theme-icon {
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
}

@media screen and (max-width: 750px) {
  .theme-toggle {
    top: 19px;
    left: auto;
    right: 10px;
    padding: 8px 12px 8px 16px;
    font-size: 1rem;
  }
  .theme-toggle .theme-label {
    display: none;
  }
}
/*
	Anfrage Modal
*/
.anfrage-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.anfrage-modal.active {
  display: flex;
}
.anfrage-modal .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
  animation: fadeIn 0.3s ease;
}
.anfrage-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: 90vh;
  background: rgba(0, 0, 0, 0.95);
  border: 2px solid var(--yellow);
  border-radius: 0;
  overflow: hidden;
  animation: modalSlideIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 60px rgba(233, 251, 23, 0.3);
}
.anfrage-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  font-family: "psmono", monospace;
  padding: 0;
}
.anfrage-modal .modal-close:hover {
  background: var(--yellow);
  color: #000;
  transform: rotate(90deg);
}
.anfrage-modal .modal-iframe {
  width: 100%;
  height: 90vh;
  border: none;
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/*
	CTA Styles
*/
.cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: #000;
  border: 3px solid var(--yellow);
  color: var(--yellow);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "psmono", monospace;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--yellow);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}
.cta-button:hover {
  color: #000 !important;
  border-color: var(--yellow);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(233, 251, 23, 0.4);
}
.cta-button:hover:before {
  width: 300%;
  height: 300%;
}

.cta-inline {
  margin: 40px 0;
  text-align: center;
}

.cta-subtle {
  font-size: 1.4rem;
  padding: 14px 32px;
  border-width: 2px;
}

@media screen and (max-width: 750px) {
  .anfrage-modal {
    padding: 10px;
    align-items: flex-end;
  }
  .anfrage-modal .modal-content {
    max-height: 95dvh;
  }
  .anfrage-modal .container {
    padding-top: 45px;
  }
  .anfrage-modal .modal-close {
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
  }
  .anfrage-modal .modal-iframe {
    height: 95vh;
  }
}
/*
	Project Modal
*/
.project-modal,
.content-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.project-modal.active,
.content-modal.active {
  display: flex;
}
.project-modal .modal-backdrop,
.content-modal .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
  animation: fadeIn 0.3s ease;
}
.project-modal .modal-content,
.content-modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 85vh;
  background: var(--bg-primary);
  border: 2px solid var(--yellow);
  overflow-y: auto;
  animation: modalSlideIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 60px rgba(233, 251, 23, 0.3);
  padding: 40px;
}
.project-modal .modal-close,
.content-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  font-family: "psmono", monospace;
  padding: 0;
}
.project-modal .modal-close:hover,
.content-modal .modal-close:hover {
  background: var(--yellow);
  color: #000;
  transform: rotate(90deg);
}
.project-modal .modal-header,
.content-modal .modal-header {
  margin-bottom: 3vh;
}
.project-modal .modal-header h2,
.content-modal .modal-header h2 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  margin-bottom: 1vh;
  display: block;
}
.project-modal .modal-tags,
.content-modal .modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2vh 0;
}
.project-modal .modal-tags .tag,
.content-modal .modal-tags .tag {
  background: var(--yellow);
  color: #000;
  padding: 6px 14px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.project-modal .modal-description,
.content-modal .modal-description {
  font-size: var(--copy);
  line-height: 1.6;
  margin: 3vh 0;
  opacity: 0.9;
}
.project-modal .modal-footer,
.content-modal .modal-footer {
  margin-top: 4vh;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.project-modal .modal-cta,
.content-modal .modal-cta {
  text-align: center;
}
.project-modal .modal-cta a,
.project-modal .modal-cta button,
.content-modal .modal-cta a,
.content-modal .modal-cta button {
  display: inline-block;
  padding: 0px 35px;
  line-height: 50px;
  background: #000;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "psmono", monospace;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.project-modal .modal-cta a:hover,
.project-modal .modal-cta button:hover,
.content-modal .modal-cta a:hover,
.content-modal .modal-cta button:hover {
  background: var(--yellow);
  color: #000;
  transform: translateY(-2px);
}
.project-modal .nav-button,
.content-modal .nav-button {
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: 2px solid var(--text-primary);
  color: var(--text-primary);
  font-family: "psmono", monospace;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.project-modal .nav-button:hover:not(:disabled),
.content-modal .nav-button:hover:not(:disabled) {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
  transform: translateY(-2px);
}
.project-modal .nav-button:disabled,
.content-modal .nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*
	Project Modal - specific overrides
*/
.project-modal {
  z-index: 9998;
}
.project-modal .project-url {
  display: none;
  color: var(--yellow);
  font-size: 1.6rem;
  text-decoration: none;
  margin-bottom: 0;
  background: #717171;
  vertical-align: text-bottom;
  border-radius: 10em;
  line-height: 1;
  padding: 5px 10px;
  font-weight: 500;
  margin-left: 17px;
}
.project-modal .project-url:hover {
  opacity: 0.8;
}
.project-modal .project-screenshot {
  width: 100%;
  margin: 3vh 0;
  border: 2px solid var(--border-color);
}
.project-modal .project-screenshot img {
  width: 100%;
  height: auto;
  display: block;
}
.project-modal .project-designer {
  margin-top: 2vh;
  font-size: 1.4rem;
  opacity: 0.8;
}
.project-modal .project-designer .designer-label {
  font-weight: 600;
}

.work .projects li {
  display: inline-block;
  border: 2px solid var(--text-primary);
  padding: 0;
  margin: 8px 12px 8px 0;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}
.work .projects li a {
  pointer-events: none;
}
.work .projects li:hover {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
  transform: translateY(-2px);
}

/*
	Skill Modal - specific overrides
*/
.skill-modal .skill-category-badge {
  display: inline-block;
  background: rgba(0, 0, 0, 0.17);
  border: 1px solid var(--yellow);
  color: var(--yellow);
  padding: 4px 12px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2vh;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.3215686275);
}

.skills li {
  cursor: pointer;
  transition: all 0.3s ease;
}
.skills li:hover {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 251, 23, 0.3);
}

@media screen and (max-width: 750px) {
  .content-modal .modal-content,
  .project-modal .modal-content,
  .skill-modal .modal-content {
    padding: 30px 20px;
  }
  .content-modal .modal-header h2,
  .project-modal .modal-header h2,
  .skill-modal .modal-header h2 {
    font-size: 2rem;
  }
  .content-modal .modal-footer,
  .project-modal .modal-footer,
  .skill-modal .modal-footer {
    flex-direction: column;
    gap: 15px;
  }
  .content-modal .nav-button,
  .project-modal .nav-button,
  .skill-modal .nav-button {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=app.css.map */