@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "FFF Acid Grotesk";
  src: url("/assets/fff-acidgrotesk-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FFF Acid Grotesk";
  src: url("/assets/fff-acidgrotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-size: clamp(16px, 1.7vw, 50px);
  font-synthesis: none;
  scroll-behavior: smooth;
  --padding-side: 1rem;
  --img-maxwidth: 250px;
  --bg: #dedad0;
}
@media screen and (max-width: 699px) {
  html {
    --img-maxwidth: 150px;
  }
}
@media screen and (max-width: 699px) and (orientation: portrait) {
  html {
    font-size: clamp(16px, 4.8vw, 50px);
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--bg);
  font-family: "FFF Acid Grotesk", sans-serif;
  line-height: 1.2;
}

a {
  cursor: pointer;
  text-underline-offset: 0.15em;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
}

#skip-to-content-link {
  position: fixed;
  top: 0;
  background: black;
  color: white;
  left: 50%;
  padding: 8px;
  transform: translate(-50%, -150%);
  transition: transform 0.3s;
  z-index: 100;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#skip-to-content-link:focus {
  transform: translate(-50%, 0);
}

#main-header,
#main-footer {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0.5rem var(--padding-side);
  text-transform: uppercase;
}
@media screen and (max-width: 699px) and (orientation: portrait) {
  #main-header,
  #main-footer {
    font-size: 6.95vw;
  }
}

#main-header {
  top: 0;
}

#main-footer {
  bottom: 0;
}
#main-footer span:not(:nth-child(2)) {
  flex-basis: 15ch;
}
#main-footer span:last-child {
  text-align: right;
}

@media screen and (max-width: 699px) {
  #main-footer {
    flex-wrap: wrap;
    gap: 0;
  }
  #main-footer span:nth-child(3) {
    min-width: 100%;
    text-align: right;
  }
}

#main {
  font-size: 1.33rem;
}
@media screen and (max-width: 699px) {
  #main {
    font-size: 1rem;
  }
}
#main h1 {
  text-transform: uppercase;
  margin-bottom: 1lh;
  font-size: 2em;
}
#main h2 {
  font-weight: 500;
}
#main h2 span {
  font-weight: 400;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

section {
  padding-inline: var(--padding-side);
}

.full-height {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 5em;
  scroll-margin-block-start: 0;
}
@media screen and (max-width: 699px) {
  .full-height {
    padding-top: 7em;
    padding-bottom: 9em;
  }
}
.full-height.no-padding {
  padding-block: 0;
}

.start #main h1 {
  font-size: 18vw;
  display: flex;
  justify-content: space-between;
  margin-left: -0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .start #main h1 {
    font-size: 20vw;
  }
}
.start .images {
  position: absolute;
  inset: 0;
  overflow-x: clip;
}
.start .images img {
  max-width: var(--img-maxwidth);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
  filter: var(--filter-img);
  pointer-events: none;
}
@media screen and (max-width: 699px) {
  .start .images img {
    position: fixed;
  }
}

nav ul {
  list-style-type: "";
}
nav a {
  text-decoration: none;
}
nav a:hover, nav a:focus, nav a[aria-current=page] {
  text-decoration: underline;
}

.underline-hover a {
  text-decoration: none;
}
.underline-hover a:hover, .underline-hover a:focus {
  text-decoration: underline;
}

.two-cols-text h2,
.kontakt-infos h2 {
  display: flex;
  font-size: 1em;
  font-weight: normal;
}
.two-cols-text h2::before,
.kontakt-infos h2::before {
  content: "—";
}
.two-cols-text p:not(:last-child),
.kontakt-infos p:not(:last-child) {
  margin-bottom: 1lh;
}
.two-cols-text div,
.kontakt-infos div {
  margin-bottom: 1lh;
  break-inside: avoid;
}

.two-cols-text {
  column-count: 2;
  column-gap: 1.8rem;
}
@media screen and (max-width: 699px) {
  .two-cols-text {
    column-count: 1;
  }
}
.two-cols-text p {
  break-inside: avoid;
}

p + p {
  margin-top: 1lh;
}

.two-grid-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
}
@media screen and (max-width: 699px) {
  .two-grid-cols {
    grid-template-columns: 1fr;
  }
}

.connect {
  align-content: center;
}
.connect .links nav {
  margin-top: 1lh;
}
.connect .kontakt-infos h2 {
  text-wrap: auto;
}
@media screen and (max-width: 699px) and (orientation: portrait) {
  .connect .two-grid-cols {
    gap: 3lh;
  }
}

.text-right {
  text-align: right;
}

article {
  padding-inline: var(--padding-side);
}

.impressum {
  background-color: black;
  color: var(--bg);
}
@media screen and (max-width: 699px) {
  .impressum #main-nav {
    background-color: black;
  }
}
.impressum .gradient {
  --bg: black;
}
.impressum article {
  margin-block: 5rem;
  margin-bottom: 8rem;
}
.impressum h1 {
  font-size: 1rem;
}
.impressum p + p {
  margin-top: 1lh;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.gradient {
  position: fixed;
  left: 0;
  right: 0;
  height: 4lh;
  background: linear-gradient(var(--deg, 0deg), var(--bg) 0%, var(--bg) 60%, rgba(0, 0, 0, 0) 100%);
}
.gradient.top {
  top: 0;
  --deg: 180deg;
}
.gradient.bottom {
  bottom: 0;
  --deg: 0deg;
}
@media screen and (max-width: 699px) {
  .gradient {
    height: 7lh;
  }
}

#menu-toggle {
  border-radius: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: currentColor;
  width: 77px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
#menu-toggle span {
  height: 2px;
  background-color: currentColor;
  width: 100%;
  display: block;
}

#mobile-header {
  display: none;
}
@media screen and (max-width: 699px) {
  #mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 699px) {
  #main-nav {
    position: fixed;
    inset: 0;
    translate: 100% 0;
    transition: translate 0.4s ease-out;
    z-index: 2;
    background-color: var(--bg);
    padding: 0.5rem var(--padding-side);
  }
  #main-nav li:first-child {
    opacity: 0;
  }
  #main-nav .flex {
    flex-direction: column;
    height: 70%;
  }
  .open-nav #main-nav {
    translate: 0 0;
  }
}

#intro .first {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.bold {
  -webkit-text-stroke: 1px black;
}

strong, .bold {
  font-weight: 500;
}

.logos-wrapper {
  margin-block: 3rem;
}
.logos-wrapper h2 {
  font-size: 1em;
  text-transform: uppercase;
}
.logos-wrapper .logos {
  margin-top: 2rem;
  /*
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;

  container-type: inline-size;
  flex-wrap: wrap;

   */
  --strength: 1;
  --base-height: 3rem;
  --logo-min-size-factor: 0.375;
  --logo-max-size-factor: 1.25;
}
.logos-wrapper img {
  --captured-length: var(--base-height);
  --area: pow(
          tan(atan2(var(--captured-length), 1px)),
          2
  );
  --diff: sqrt(
          var(--area)
          /
          (var(--width) * var(--height))
  );
  --scaled-height: calc(1px * var(--height) * var(--diff));
  height: clamp(var(--base-height) * var(--logo-min-size-factor), var(--base-height) + (var(--scaled-height) - var(--base-height)) * var(--strength), var(--base-height) * var(--logo-max-size-factor));
  width: auto;
  filter: grayscale(1);
}

@property --captured-length {
  syntax: "<length>";
  initial-value: 0px;
  inherits: false;
}
.swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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