@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: "Klarheit";
  src: url("/assets/webfonts/ESKlarheitGroteskMono-Md.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dü";
  src: url("/assets/webfonts/Due-Regular-shifted.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  font-size: max(1.45vw, 16px);
  --c1: #59ff00;
  --padding: 1.5rem;
  --larger-font-size: 1.1rem;
  --smartphone-larger: 1.2rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 699px) {
  html {
    --padding: 1rem;
    font-size: 3.4vw;
    --larger-font-size: 1.35rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Klarheit", sans-serif;
  line-height: 1.25;
}
@media (orientation: portrait) {
  body {
    line-height: 1.35;
  }
}

a {
  cursor: pointer;
}
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);
}

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

#main-header {
  position: fixed;
  z-index: 10;
  top: 72%;
  left: var(--padding);
  right: var(--padding);
  color: black;
  display: flex;
  justify-content: end;
  align-items: start;
  font-size: var(--larger-font-size);
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 699px) {
  #main-header {
    top: 18%;
    bottom: 18%;
  }
  #main-header nav {
    align-self: stretch;
  }
  #main-header nav ul {
    height: 100%;
    align-content: space-between;
  }
}
#main-header button {
  pointer-events: auto;
}

nav {
  display: none;
  background: var(--c1);
  padding: 0 0.8em;
  border-radius: 1em;
  width: 100%;
  pointer-events: auto;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  nav {
    background: none;
    padding: 0;
  }
}
nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: "";
}
@media screen and (max-width: 699px) {
  nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
  }
  nav ul li {
    background: var(--c1);
    padding: 0.07em 0.5em;
    line-height: 1;
  }
  nav ul li:nth-child(odd) {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
  }
  nav ul li:nth-child(even) {
    text-align: right;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  nav ul li:last-child:nth-child(odd) {
    border-radius: 1em;
    grid-column-end: span 2;
    text-align: right;
  }
}
nav ul a {
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: auto;
}
nav ul a:hover {
  text-transform: none;
}

#menu-button {
  display: block;
  width: max-content;
  background: var(--c1);
  color: black;
  text-transform: uppercase;
  padding: 0 0.8em;
  line-height: 1;
  border-radius: 1em;
}
@media screen and (max-width: 699px) {
  #menu-button {
    padding: 0 0.6em;
  }
}

button {
  font: inherit;
  border: none;
  cursor: pointer;
}

.section-padding {
  padding: 0 var(--padding) 5rem;
}

#hero {
  height: 100dvh;
  position: relative;
  overflow: clip;
  z-index: 1;
}

.logo-wrapper {
  position: absolute;
  inset: 0;
  z-index: 100;
  font-size: min(50vw, 70vh);
  line-height: 1.2;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.06em;
  padding: var(--padding);
  font-family: "Dü", sans-serif;
  color: var(--c1);
  align-items: center;
  /*
  funktioniert nur in firefox
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;

   */
}
.logo-wrapper .chars {
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) {
  .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    font-size: 37svh;
  }
}
.logo-wrapper .icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 1lh;
}
@media (orientation: portrait) {
  .logo-wrapper .icons {
    display: none;
    height: 100%;
    justify-content: space-around;
  }
}
@media (orientation: portrait) {
  .logo-step-2 .logo-wrapper .icons {
    display: flex;
  }
  .logo-step-2 .logo-wrapper .chars {
    display: none;
  }
}
.logo-wrapper svg {
  display: block;
  width: 100%;
  max-width: 0.35em;
}
@media (orientation: portrait) {
  .logo-wrapper svg {
    max-width: 0.6em;
  }
}
.logo-wrapper svg line {
  stroke: var(--c1);
  stroke-width: 7.9px;
}

.slideshow {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.slideshow .slide {
  position: absolute;
  inset: 0;
  transition: z-index 0.2s ease-out;
}
.slideshow .slide picture, .slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow .slide .caption {
  position: absolute;
  bottom: 2rem;
  left: var(--padding);
  z-index: 2;
}

#intro {
  font-size: 3.1vw;
  padding-top: 3rem;
}
@media screen and (max-width: 1023px) {
  #intro {
    padding-top: 2rem;
  }
}
@media (orientation: portrait) and (max-width: 900px) {
  #intro {
    font-size: 4.7vw;
  }
}
#intro .intro-nav {
  font-size: var(--larger-font-size);
  line-height: 1.1;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  #intro .intro-nav {
    margin-bottom: 1.5rem;
  }
}

.intro-nav-shown #main-header {
  display: none;
}

u {
  text-decoration-color: var(--c1);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.1em;
}

.facts {
  font-family: "Dü", sans-serif;
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  column-count: 3;
  column-gap: 1.5em;
}
.facts .row {
  min-height: 1lh;
  display: flex;
  justify-content: space-between;
  break-inside: avoid;
}
@media screen and (max-width: 1023px) {
  .facts .row.empty {
    min-height: 0;
  }
}
@media screen and (max-width: 699px) {
  .facts .row.empty {
    min-height: 0.5lh;
  }
}
@media screen and (max-width: 1023px) {
  .facts {
    column-count: 2;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 699px) {
  .facts {
    column-count: 1;
    font-size: 9vw;
  }
}

section {
  scroll-margin-block-start: 2rem;
}
section h2 {
  font-size: var(--larger-font-size);
  line-height: 1;
  background: var(--c1);
  border-radius: 1em;
  padding: 0 0.5em;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  margin-bottom: 2rem;
}
section h3 {
  font-size: 1rem;
  margin-bottom: 1lh;
}

.marker {
  display: block;
  width: max-content;
  position: relative;
  margin-left: 2ch;
  /*
  &.less-transparent{
    &::after{
      background: linear-gradient(
                      100deg,
                      #59ff0000 1%,
                      #59ff00 2.5%,
                      #59ff00cc 5.7%,
                      #59ff00ff 93%,
                      #59ff00b4 95%,
                      #59ff0000 98%
      ),
      linear-gradient(182deg,
                      #59ff0000,
                      #59ff00cc 8%,
                      #59ff0000 15%);
    }
  }

   */
}
.marker::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1.5ch;
  bottom: 0;
  left: -2ch;
  z-index: -1;
  rotate: var(--rotate, 0deg);
  translate: var(--translate, 0 0);
  /*
  background: linear-gradient(
                  100deg,
                  #59ff0000 1%,
                  #59ff00 2.5%,
                  #59ff0080 5.7%,
                  #59ff001a 93%,
                  #59ff00b4 95%,
                  #59ff0000 98%
  ),
  linear-gradient(182deg,
                  #59ff0000,
                  #59ff004d 8%,
                  #59ff0000 15%);

   */
  background: #59ff00;
}

.show-nav #menu-button {
  display: none;
}
.show-nav #main-header nav {
  display: block;
}

#konzept .text {
  column-count: 2;
  column-gap: 2em;
}
@media screen and (max-width: 1023px) {
  #konzept .text {
    column-count: 1;
  }
}
#konzept .technische-beschreibung {
  column-count: 2;
  margin-block-start: 2rem;
}
@media screen and (max-width: 1023px) {
  #konzept .technische-beschreibung {
    column-count: 1;
  }
}
#konzept .bilder {
  margin-block: 3rem;
}
#konzept .bilder img {
  width: 100%;
}

p {
  break-inside: avoid;
}

p:not(:last-child) {
  margin-bottom: 1lh;
}

#team .team-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  #team .team-container {
    grid-template-columns: 1fr;
  }
}
#team .team-fotos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#team .team-fotos figure {
  position: relative;
}
#team .team-fotos figure figcaption {
  position: absolute;
  font-family: "Dü", sans-serif;
  color: var(--c1);
  font-size: 3vw;
  top: var(--top, none);
  right: var(--right, none);
  bottom: var(--bottom, none);
  left: var(--left, none);
}
@media screen and (max-width: 699px) {
  #team .team-fotos figure figcaption {
    font-size: 8vw;
  }
}
#team .team-fotos figure:nth-child(1) {
  --top: 1rem;
  --right: 1rem;
}
#team .team-fotos figure:nth-child(2) {
  --top: 1rem;
  --left: 1rem;
}
#team .team-fotos figure:nth-child(3) {
  --bottom: 1rem;
  --left: 1rem;
}
#team .team-fotos img {
  aspect-ratio: 2/3;
  object-fit: cover;
  filter: invert(1);
  transition: filter 0.2s ease-out;
}
#team .team-fotos img:hover {
  filter: invert(0);
}
#team .team-beschreibung a,
#team .support a {
  text-decoration-color: transparent;
}
#team .team-beschreibung a:hover,
#team .support a:hover {
  text-decoration-color: currentColor;
}
#team .team-beschreibung article {
  margin-block-start: 1rem;
}
#team .support div + div {
  margin-top: 2lh;
}

a {
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.09em;
}

#kontakt .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  align-items: baseline;
}
@media screen and (max-width: 699px) {
  #kontakt .grid {
    grid-template-columns: 1fr;
  }
}
#kontakt .grid a:not(.btn-link) {
  text-decoration-line: none;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.1em;
}
#kontakt .grid a:not(.btn-link):hover {
  text-decoration-line: underline;
}

a.btn-link {
  display: block;
  width: max-content;
  border: 1px solid currentColor;
  border-radius: 1em;
  margin-left: auto;
  text-decoration: none;
  padding: 0 0.6em;
  text-transform: none;
}
a.btn-link:hover {
  text-transform: uppercase;
}

.large-text {
  font-size: 3vw;
}
@media screen and (max-width: 699px) {
  .large-text {
    font-size: 5vw;
  }
}

#referenzen {
  scroll-margin-block-start: 0;
  position: relative;
  min-height: 100dvh;
}
#referenzen h2 {
  margin-inline: var(--padding);
  top: 2rem;
  position: relative;
  z-index: 3;
}
#referenzen .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
  width: min(260px, 50%);
}

.impressum {
  --bg: #00414b;
  background: var(--bg);
  color: var(--c1);
}
.impressum .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem 2rem;
  margin-top: var(--padding);
  padding-bottom: var(--padding);
}
@media screen and (max-width: 699px) {
  .impressum .container {
    grid-template-columns: 1fr;
  }
}
.impressum h2 {
  font-size: 1rem;
  margin-bottom: 1lh;
  color: var(--bg);
}
.impressum .impressum-back-link {
  display: block;
  margin-top: 1lh;
  width: 3lh;
  aspect-ratio: 1;
  position: relative;
}
.impressum .impressum-back-link::after, .impressum .impressum-back-link::before {
  content: " ";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  rotate: 45deg;
  background: var(--c1);
}
.impressum .impressum-back-link::before {
  rotate: -45deg;
}

#on-duty {
  padding-block-start: calc(var(--padding) * 1.5);
  padding-block-end: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  #on-duty {
    display: flex;
    flex-direction: column;
  }
}
#on-duty .now {
  grid-column-start: 1;
}
#on-duty .upcoming {
  grid-column-start: 2;
}
#on-duty .now, #on-duty .upcoming {
  display: flex;
  gap: 1rem;
}
#on-duty .now ul, #on-duty .upcoming ul {
  list-style-type: "";
}
#on-duty .now ul li + li, #on-duty .upcoming ul li + li {
  margin-top: 1lh;
}

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