/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Helvetica, Arial, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Rational Light";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url("fonts/RationalDisplay-Light.woff2") format("woff2"),
      url("fonts/RationalDisplay-Light.woff") format("woff");
}

@font-face {
  font-family: "Rational Semibold";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url("fonts/RationalDisplay-SemiBold.woff2") format("woff2"),
      url("fonts/RationalDisplay-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Nouvelle Grotesk Light";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url("fonts/NNNouvelleGrotesk-Light.woff2") format("woff2"),
      url("fonts/NNNouvelleGrotesk-Light.woff") format("woff");
}

@font-face {
  font-family: "Nouvelle Grotesk Medium";

  font-style: normal;

  font-weight: normal;

  font-display: swap;

  src: url("fonts/NNNouvelleGrotesk-Medium.woff2") format("woff2"),
      url("fonts/NNNouvelleGrotesk-Medium.woff") format("woff");
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

.right-10 {
  right: 2.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-3 {
  top: 0.75rem;
}

.right-0 {
  right: 0px;
}

.z-30 {
  z-index: 30;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.-z-10 {
  z-index: -10;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-40 {
  z-index: 40;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-1 {
  grid-column-start: 1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[100svh\] {
  height: 100svh;
}

.h-full {
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-8 {
  height: 2rem;
}

.h-4 {
  height: 1rem;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-overlay {
  background-color: rgba(0,0,0,0.5);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-\[100svh\] {
  padding-bottom: 100svh;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.font-sans-medium {
  font-family: Nouvelle Grotesk Medium, Helvetica, Arial, sans-serif;
}

.text-xs {
  font-size: 13px;
}

.text-lg {
  font-size: 20px;
}

.text-sm {
  font-size: 15px;
}

.text-2xl {
  font-size: 24px;
}

.text-xl {
  font-size: 22px;
}

.text-base {
  font-size: 18px;
}

.leading-\[0\] {
  line-height: 0;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Basis */

.clearfix::after {
  clear: both;
  display: table;
  --tw-content: '';
  content: var(--tw-content);
}

/* Typografie */

html {
  scroll-behavior: smooth;
}

body {
  font-family: Nouvelle Grotesk Light, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark body {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-weight: 400;
}

strong {
  font-family: Nouvelle Grotesk Medium, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.std_text_style h2 {
  font-family: Nouvelle Grotesk Medium, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .std_text_style h2 {
    font-size: 24px;
  }
}

.std_text_style h3, 
.std_text_style h4 {
  font-family: Nouvelle Grotesk Medium, Helvetica, Arial, sans-serif;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .std_text_style h3, 
.std_text_style h4 {
    font-size: 18px;
  }
}

.std_text_style p, 
.std_text_style ol, 
.std_text_style ul {
  font-family: Nouvelle Grotesk Light, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .std_text_style p, .dark 
.std_text_style ol, .dark 
.std_text_style ul {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .std_text_style p, 
.std_text_style ol, 
.std_text_style ul {
    font-size: 18px;
  }
}

.std_text_style p + p, 
.std_text_style p + ul, 
.std_text_style p + ol, 
.std_text_style p + h2, 
.std_text_style p + h3, 
.std_text_style p + h4, 
.std_text_style ul + p, 
.std_text_style ul + h2, 
.std_text_style ul + h3, 
.std_text_style ul + h4, 
.std_text_style ol + p, 
.std_text_style h1 + p, 
.std_text_style h1 + h2, 
.std_text_style h1 + h3, 
.std_text_style h1 + h4, 
.std_text_style h2 + p, 
.std_text_style h2 + ul, 
.std_text_style h2 + h2, 
.std_text_style h2 + h3, 
.std_text_style h2 + h4, 
.std_text_style h3 + p, 
.std_text_style h3 + h3, 
.std_text_style h3 + h4 {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .std_text_style p + p, 
.std_text_style p + ul, 
.std_text_style p + ol, 
.std_text_style p + h2, 
.std_text_style p + h3, 
.std_text_style p + h4, 
.std_text_style ul + p, 
.std_text_style ul + h2, 
.std_text_style ul + h3, 
.std_text_style ul + h4, 
.std_text_style ol + p, 
.std_text_style h1 + p, 
.std_text_style h1 + h2, 
.std_text_style h1 + h3, 
.std_text_style h1 + h4, 
.std_text_style h2 + p, 
.std_text_style h2 + ul, 
.std_text_style h2 + h2, 
.std_text_style h2 + h3, 
.std_text_style h2 + h4, 
.std_text_style h3 + p, 
.std_text_style h3 + h3, 
.std_text_style h3 + h4 {
    margin-top: 1.5rem;
  }
}

.std_text_style ul {
  list-style-type: none;
  padding-left: 1.5rem;
}

.std_text_style ul li {
  position: relative;
  margin-bottom: 0.25rem;
}

.std_text_style ul li::before {
  position: absolute;
  left: -1.5rem;
  --tw-content: '•';
  content: var(--tw-content);
}

.std_text_style p a, 
.std_text_style ul li a, 
.std_text_style ol li a {
  position: relative;
  text-decoration-line: none;
  &::before {
    position: absolute;
  }
  &::before {
    bottom: -0.125rem;
  }
  &::before {
    left: 0px;
  }
  &::before {
    height: 1px;
  }
  &::before {
    width: 100%;
  }
  &::before {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &::before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  &::before {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &::before {
    transition-duration: 300ms;
  }
  &::before {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  .dark &::before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  @media (min-width: 1024px) {
    &::before {
      height: 1px;
    }
  }
  &:hover::before {
    left: auto;
  }
  &:hover::before {
    right: 0px;
  }
  &:hover::before {
    width: 0px;
  }
}

/* Links & Buttons */

.link-line {
  a {
    position: relative;
  }
  a {
    &::before {
      position: absolute;
    }
    &::before {
      bottom: -0.125rem;
    }
    &::before {
      left: 0px;
    }
    &::before {
      height: 1px;
    }
    &::before {
      width: 100%;
    }
    &::before {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    &::before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
    &::before {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &::before {
      transition-duration: 300ms;
    }
    &::before {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
    .dark &::before {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    @media (min-width: 1024px) {
      &::before {
        height: 1px;
      }
    }
    &:hover::before {
      left: auto;
    }
    &:hover::before {
      right: 0px;
    }
    &:hover::before {
      width: 0px;
    }
  }
}

.down_button, 
.down_button_white {
  height: 1.5rem;
  width: 1.25rem;
}

@media (min-width: 1280px) {
  .down_button, 
.down_button_white {
    height: 2rem;
    width: 1.5rem;
  }
}

.down_button:after, 
.down_button_white:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: url('img/down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.down_button_white:after {
  background-image: url('img/down_white.svg');
}

.menu_close {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('img/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dark .menu_close {
  background-image: url('img/close_white.svg');
}

@media (min-width: 1280px) {
  .menu_close {
    height: 2rem;
    width: 2rem;
    background-image: none;
  }

  .dark .menu_close {
    background-image: none;
  }
}

.menu_close {
  span {
    position: absolute;
  }
  span {
    top: 50%;
  }
  span {
    left: 50%;
  }
  span {
    display: none;
  }
  span {
    height: 2px;
  }
  span {
    width: 1.5rem;
  }
  span {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  span {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  span {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  span {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .dark span {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  @media (min-width: 1024px) {
    span {
      height: 2px;
    }
  }
  @media (min-width: 1024px) {
    span {
      width: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    span {
      display: block;
    }
  }
  @media (min-width: 1280px) {
    span {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
  }
  @media (min-width: 1280px) {
    span {
      transition-duration: 300ms;
    }
  }
  @media (min-width: 1280px) {
    span {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
  }
  span {
    &:nth-child(2) {
      --tw-rotate: -45deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
  &:hover {
    @media (min-width: 1280px) {
      span {
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
    span {
      @media (min-width: 1280px) {
        &:nth-child(2) {
          --tw-rotate: 0deg;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }
      }
    }
  }
}

.menu_close.dark {
  span {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

/* Projekte */

.projekte {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .projekte {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.projekte li {
  position: relative;
  float: left;
  margin-bottom: 0.75rem;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .projekte li {
    margin-bottom: 1.5rem;
  }

  .projekte li:nth-child(5n + 1) {
    margin-top: 17.5%;
    width: 50%;
    padding-bottom: 33.333%;
  }

  .projekte li:nth-child(5n + 2) {
    margin-top: 2.5%;
    margin-left: 2.5%;
    width: 40%;
    padding-bottom: 50%;
  }

  .projekte li:nth-child(5n + 3) {
    margin-top: 12.5%;
    width: 60%;
    padding-bottom: 40%;
  }

  .projekte li:nth-child(5n + 4) {
    margin-top: 5%;
    margin-left: 10%;
    width: 30%;
    padding-bottom: 45%;
  }

  .projekte li:nth-child(5n + 5) {
    margin-top: 2.5%;
    margin-left: 10%;
    width: 60%;
    padding-bottom: 40%;
  }
}

@media (min-width: 1024px) {
  .projekt_wrap .inner {
    width: calc(150vh - 220px);
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .projekt_wrap .inner {
    width: calc(150vh - 150px);
  }
}

.projekt_wrap .gallery a {
  margin: 0.125rem;
  display: inline-block;
}

.projekt_wrap .gallery img {
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .projekt_wrap .gallery img {
    height: 10vh;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .projekt_wrap .gallery img {
    height: 25vh;
  }
}

/* LightGallery */

.lg-container .lg-backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .lg-container .lg-backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.lg-container .lg-outer .lg-toolbar .lg-icon {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .lg-container .lg-outer .lg-toolbar .lg-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lg-container .lg-outer .lg-components {
  display: flex;
}

.lg-container .lg-outer .lg-components .lg-sub-html {
  padding: 0.75rem;
  text-align: left;
  font-family: Nouvelle Grotesk Light, Helvetica, Arial, sans-serif;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .lg-container .lg-outer .lg-components .lg-sub-html {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lg-container .lg-outer .lg-components .lg-sub-html {
    padding: 1.5rem;
    font-size: 24px;
  }
}

.lg-container .lg-outer .lg-toolbar .lg-counter {
  height: auto;
  padding: 0px;
  font-family: Nouvelle Grotesk Light, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .lg-container .lg-outer .lg-toolbar .lg-counter {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .lg-container .lg-outer .lg-toolbar .lg-counter {
    font-size: 18px;
  }
}

.lg-toolbar {
  display: flex;
  width: 100%;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .lg-toolbar {
    padding: 1.5rem;
  }
}

.lg-toolbar .lg-icon {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}

@media (min-width: 1280px) {
  .lg-toolbar .lg-icon {
    height: 3rem;
    width: 3rem;
  }
}

.lg-toolbar .lg-close {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1280px) {
  .lg-toolbar .lg-close {
    height: 2rem;
    width: 2rem;
  }
}

.lg-toolbar .lg-close:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('img/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .lg-toolbar .lg-close:after {
    height: 2rem;
    width: 2rem;
  }
}

.lg-container .lg-outer .lg-content {
  top: 1.5rem !important;
}

.lg-container .lg-outer .lg-content .lg-next, 
.lg-container .lg-outer .lg-content .lg-prev {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .lg-container .lg-outer .lg-content .lg-next, .dark 
.lg-container .lg-outer .lg-content .lg-prev {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .lg-container .lg-outer .lg-content .lg-next, 
.lg-container .lg-outer .lg-content .lg-prev {
    height: 2rem;
    width: 2.75rem;
  }
}

.lg-container .lg-outer .lg-content .lg-next, 
.lg-container .lg-outer .lg-content .lg-prev {
  position: absolute;
  height: 3.75rem;
  width: 3.75rem;
}

@media (min-width: 1280px) {
  .lg-container .lg-outer .lg-content .lg-next, 
.lg-container .lg-outer .lg-content .lg-prev {
    top: 0px;
    height: 100%;
    width: 50%;
  }
}

.lg-prev {
  left: 0px;
}

.lg-next {
  right: 0px;
}

@media (min-width: 1280px) {
  .lg-container .lg-outer .lg-content .lg-next {
    cursor: url(img/pfeil.svg) 22 15, e-resize;
  }

  .dark .lg-container .lg-outer .lg-content .lg-next {
    cursor: url(img/pfeil_white.svg) 22 15, e-resize;
  }

  .lg-container .lg-outer .lg-content .lg-prev {
    cursor: url(img/pfeil_l.svg) 22 15, w-resize;
  }

  .dark .lg-container .lg-outer .lg-content .lg-prev {
    cursor: url(img/pfeil_l_white.svg) 22 15, w-resize;
  }
}

.lg-next:before, 
.lg-prev:after {
  font-family: Nouvelle Grotesk Light, Helvetica, Arial, sans-serif;
  font-size: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .lg-next:before, .dark 
.lg-prev:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lg-prev:after {
  --tw-content: "←";
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .lg-prev:after {
    --tw-content: "";
    content: var(--tw-content);
  }
}

.lg-next:before {
  --tw-content: "→";
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .lg-next:before {
    --tw-content: "";
    content: var(--tw-content);
  }
}

.inline-gallery-container {
  height: 0px;
  width: 100%;
  padding-bottom: calc(100svh - 120px);
}

@media (min-width: 1280px) {
  .inline-gallery-container {
    padding-bottom: calc(100svh - 75px);
  }
}

/* Transitions in-view */

.slideup {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.slideup.inview {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

/* Page Transition manuell */

.transition-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: #000;
  animation: slide-out 1000ms ease-in-out forwards;
  z-index: 9999;
}

@keyframes slide-out {
  0% {
    height: 100svh;
  }

  100% {
    height: 0;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:block {
    display: block;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-\[calc\(100svh_-_120px\)\] {
    padding-bottom: calc(100svh - 120px);
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-\[unset\] {
    left: unset;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:text-sm {
    font-size: 15px;
  }

  .lg\:text-2xl {
    font-size: 24px;
  }

  .lg\:text-xl {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-\[calc\(100svh_-_75px\)\] {
    padding-bottom: calc(100svh - 75px);
  }
}
