@charset "UTF-8";
@font-face {
  font-family: "GT Ultra Light";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/GT-Ultra-Standard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "GT Ultra Fine Light";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/GT-Ultra-Fine-Light.woff2") format("woff2");
}
@property --_w {
  syntax: "<length>";
  inherits: true;
  initial-value: 100vw;
}
@property --_h {
  syntax: "<length>";
  inherits: true;
  initial-value: 100vh;
}
:root {
  view-transition-name: none;
  --w: tan(atan2(var(--_w),1px));
  --h: tan(atan2(var(--_h),1px));
  --fill: .75rem;
  --pad_is: 1.5rem;
  --pad_ie: 0;
  --pad_b: .75rem;
  --mrgn: 1.6em;
  --fs: 100%;
  --fs_plus: 120%;
  --fs_l: 150%;
  --fs_max: min(300%, 8vw);
  --lh: 1.6;
  --lh_alt: 1.4;
  --dnsty: 1;
  --white: #fff;
  --black: #101010;
  --yellow: #f4d400;
  --green: #305157;
  --green_alt: #264247;
  --green_medium: #00676B;
  --c: var(--black);
}

@media screen {
  html {
    height: 100%;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.15;
    scroll-behavior: smooth;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  ::view-transition {
    pointer-events: none;
  }
  body {
    min-height: 100%;
    margin: 0 var(--fill);
    color: var(--c);
    font-family: "GT Ultra Fine Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: var(--fs);
    line-height: var(--lh);
  }
  h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    text-wrap: balance;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1 {
    margin: 1.333em 0 0.67em 0;
    font-size: var(--fs_max);
    line-height: var(--dnsty);
    font-weight: 400;
    color: var(--yellow);
  }
  h2 {
    margin: 2em 0 0.5em;
    font-weight: 400;
    font-size: var(--fs_max);
    line-height: var(--dnsty);
  }
  h3 {
    margin: 0.75em 0 0.75em;
    font-weight: 400;
    font-size: var(--fs_max);
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    line-height: var(--dnsty);
  }
  h4, h5, h6 {
    font-size: 100%;
  }
  h4 + *, h5 + * {
    margin-top: 0;
  }
  p {
    overflow-wrap: break-word;
    text-wrap: pretty;
  }
  a {
    color: inherit;
    background-color: transparent;
  }
  b, strong {
    font-weight: bolder;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: none;
  }
  svg {
    max-width: 100%;
    height: auto;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  video, picture, canvas, iframe, object {
    display: block;
    max-width: 100%;
    height: auto;
  }
  figure {
    margin-left: auto;
    margin-right: auto;
  }
  figure img {
    vertical-align: top;
  }
  hr {
    height: 0;
    margin: var(--mrgn) auto;
    color: inherit;
    border: none;
    border-top: 1px solid;
  }
  hr + * {
    margin-top: 0;
  }
  [hidden] {
    display: none;
  }
  .visually_hidden, .vh {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .container > *:first-child, #rechtliches > *:first-child, section > *:first-child {
    margin-block-start: 0;
  }
  .container > *:last-child, #rechtliches > *:last-child, section > *:last-child {
    margin-block-end: 0;
  }
  *:focus:not(:focus-visible) {
    outline: none;
  }
  *:focus-visible {
    outline: 0;
  }
  .name {
    display: block;
    width: 6em;
    line-height: var(--dnsty);
  }
  .container > *:first-child, #rechtliches > *:first-child, section > *:first-child {
    margin-top: 0;
  }
  .container > *:last-child, #rechtliches > *:last-child, section > *:last-child {
    margin-botton: 0;
  }
  header {
    position: sticky;
    z-index: 10;
    padding: var(--pad_b) 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s;
  }
  header h1 {
    margin: 0;
    padding: 0;
  }
  header h1 a {
    text-decoration: none;
  }
  @keyframes rolldown {
    0% {
      transform: translate3d(0, -100%, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  header.stuck {
    top: 0;
    animation: rolldown 0.4s ease-out;
  }
  header.stuck + main [id], header.stuck ~ #rechtliches {
    scroll-margin-top: var(--ffst);
  }
  header.stuck h1 br {
    display: none;
  }
  #probe {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  body:has([aria-expanded=true]) .intro {
    z-index: 0;
  }
  #navicon {
    display: none;
    cursor: pointer;
    height: calc(1.5em + 6px);
    margin: 0 0 0 auto;
    margin-top: 0.5em;
    padding: 0;
    width: 1.5em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    background: transparent;
    border: 0;
  }
  #navicon span, #navicon span:before, #navicon span:after {
    height: 2px;
    width: 1.5em;
    background: var(--yellow);
    border-radius: 999em;
    transition-timing-function: ease-in-out;
  }
  #navicon span {
    position: relative;
    display: inline-block;
    transition-duration: 0.1s, 0.1s;
    transition-delay: 0, 0;
    transition-property: background, width;
  }
  #navicon span:before, #navicon span:after {
    content: "";
    position: absolute;
    left: 0;
    transition-duration: 0.1s, 0.1s, 0.2s, 0.1s;
    transition-delay: 0.1s, 0, 0, 0;
  }
  #navicon span:before {
    top: -0.6em;
    transition-property: top, transform, background, width;
  }
  #navicon span:after {
    bottom: -0.6em;
    transition-property: bottom, transform, background, width;
  }
  #navicon[aria-expanded=true] span {
    background-color: transparent;
  }
  #navicon[aria-expanded=true] span:before, #navicon[aria-expanded=true] span:after {
    transition-delay: 0, 0.1s;
  }
  #navicon[aria-expanded=true] span:before {
    top: 0;
    transform: rotate(45deg);
  }
  #navicon[aria-expanded=true] span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #menu {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #menu li {
    display: inline;
  }
  #menu a {
    display: inline-block;
    padding: 0 0.5em;
    text-decoration: none;
  }
  .js header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    line-height: 1;
  }
  .js #navicon {
    display: inline-block;
  }
  .js #menu {
    position: absolute;
    top: 100%;
    left: -100%;
    width: calc(100% + var(--fill) * 2);
    max-height: calc(100vh - var(--ffst));
    overflow: auto;
    margin: 0;
    margin-left: calc(var(--fill) * -1);
    text-align: left;
    background: var(--green);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: -1;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: transform 0.25s 0s, opacity 0.25s 0.25s, left 0s 0.25s;
  }
  .js #menu a {
    display: block;
    padding: var(--pad_b) var(--fill);
    font-size: var(--fs_max);
    text-decoration: none;
  }
  .js #menu li:nth-child(1) a,
  .js #menu li:nth-child(5) a {
    color: var(--green);
    background: var(--white);
  }
  .js #menu li:nth-child(2) a,
  .js #menu li:nth-child(4) a {
    color: var(--yellow);
    background: var(--green);
  }
  .js #menu li:nth-child(3) a {
    color: var(--green);
    background: var(--yellow);
  }
  .js #navicon[aria-expanded=true] + #menu {
    z-index: 10;
    opacity: 1;
    transform: translate(0%, 0);
    transition: transform 0.25s 0s, opacity 0.25s 0s, left 0s 0s;
    left: 0;
  }
  section {
    position: relative;
    padding: var(--pad_b) var(--pad_ie) calc(var(--mrgn) * 3) var(--pad_is);
  }
  section:focus {
    outline: none;
  }
  section h2 {
    margin: 0;
    margin-left: calc(var(--pad_is) * -1);
    padding: 0;
    line-height: 1;
    color: var(--yellow);
  }
  section h2 + * {
    margin-top: calc(1rem * var(--lh));
  }
  section .lttr {
    position: sticky;
    top: calc(var(--ffst, 0) + var(--pad_b));
    display: block;
    margin-left: calc(var(--pad_is) * -1);
    padding: 0;
    font-weight: 400;
    font-size: var(--fs_max);
    line-height: var(--dnsty);
    line-height: 1;
    color: var(--yellow);
  }
  section .lttr + h2 {
    position: absolute;
    top: var(--pad_b);
  }
  section .lttr + h2 span {
    opacity: 0;
  }
  section h3 span {
    display: block;
    font-family: "GT Ultra Fine Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  section h3 + p {
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: var(--fs_plus);
    line-height: var(--lh_alt);
  }
  section:not([class]) h3 {
    color: var(--green_medium);
  }
  section:not([class]) h3 + p {
    color: var(--green_medium);
  }
  .grn {
    color: var(--white);
    background: var(--green);
    border-image: conic-gradient(var(--green) 0 0) fill 0//0 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ylw {
    background: var(--yellow);
    border-image: conic-gradient(var(--yellow) 0 0) fill 0//0 100vw;
  }
  .ylw h2, .ylw .lttr {
    color: var(--green);
  }
  .ylw h3 {
    color: var(--green);
  }
  .ylw.alt h2, .ylw.alt .lttr {
    color: var(--white);
  }
  .intro {
    padding-top: 5vw;
    padding-left: 0;
    padding-bottom: var(--pad_b);
  }
  .intro .claim {
    margin-top: 1em;
    margin-left: 0;
    font-weight: 400;
    font-size: var(--fs_max);
    line-height: var(--dnsty);
    color: var(--yellow);
  }
  .intro .claim + p {
    margin: calc(var(--mrgn) * 2) 0 calc(var(--mrgn) * 2) var(--pad_is);
    font-size: var(--fs_l);
    line-height: var(--lh_alt);
  }
  .portrait {
    --pad_intro: 0;
    --sph: 40vw;
    padding-right: calc(var(--sph) * 0.74 * 0.68);
    padding-left: var(--pad_intro);
  }
  .portrait figure {
    position: relative;
    max-width: 22em;
  }
  .portrait figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .portrait figure:before, .portrait figure:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: calc(var(--sph) * 0.74);
    height: var(--sph);
    background: no-repeat left bottom;
    background-size: contain;
  }
  .portrait figure:before {
    top: 0;
    right: 0;
    transform: translate(32%, -16%);
    background-image: url("/assets/s.svg");
  }
  .portrait figure:after {
    bottom: 0;
    right: 0;
    transform: translate(60%, 42%);
    background-image: url("/assets/p.svg");
  }
  dd + dt {
    margin-top: 2em;
  }
  dd {
    margin: 0;
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  .js .collapsible {
    padding-bottom: 0;
  }
  .js .collapsible:before {
    content: "+";
    position: absolute;
    top: var(--pad_b);
    right: 0;
    font-weight: 400;
    font-size: var(--fs_max);
    line-height: var(--dnsty);
    color: var(--green);
    transform: rotate(0deg);
    transition: transform 0.4s;
  }
  .js .collapsible h2 {
    width: 100%;
  }
  .js .collapsible .lttr, .js .collapsible h2 {
    cursor: pointer;
    padding-bottom: var(--pad_b);
  }
  .js .collapsible h2 ~ * {
    position: absolute;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 1s;
  }
  .js .collapsible.open {
    padding-bottom: calc(var(--mrgn) * 3);
  }
  .js .collapsible.open:before {
    content: "–";
    transform: rotate(180deg);
  }
  .js .collapsible.open h2 ~ * {
    position: relative;
    opacity: 1;
    height: auto;
  }
  button, input, textarea {
    font: inherit;
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    line-height: 1.2;
    margin: 0;
  }
  button {
    inline-size: fit-content;
    touch-action: manipulation;
    user-select: none;
  }
  textarea {
    resize: vertical;
  }
  button, input {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .disabled {
    opacity: 0.6 !important;
    pointer-events: none;
  }
  fieldset {
    padding: 0;
    margin: var(--mrgn) 0;
    border: none;
  }
  fieldset p {
    margin: 0.5em 0;
  }
  fieldset + p {
    text-align: center;
  }
  input, textarea {
    display: block;
    width: 100%;
    padding: 1.25em 1em 1em;
    border: 1px solid var(--yellow);
  }
  [type=submit] {
    cursor: pointer;
    padding: 1em 2em;
    font-weight: normal;
    line-height: 1;
    color: var(--white);
    background: var(--green);
    border: 0;
    border-radius: 999em;
  }
  .fi {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .fi label {
    font-size: 87.5%;
  }
  #msg {
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  form.ready .fi label {
    font-size: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    line-height: 1;
    top: 1.25em;
    left: 1em;
    transition: all 0.2s;
  }
  form.ready .fi input:focus ~ label,
  form.ready .fi textarea:focus ~ label {
    font-size: 62.5%;
    top: 0.5em;
  }
  form.ready .fi .filled ~ label {
    font-size: 62.5%;
    top: 0.5em;
  }
  #kontakt:has(.done) h3 {
    display: none;
  }
  #kontakt:has(.done) fieldset {
    display: none;
  }
  #kontakt:has(.done) fieldset + p {
    display: none;
  }
  footer {
    padding: var(--pad_b) 0;
  }
  footer h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--yellow);
  }
  footer p {
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  footer a {
    text-decoration: none;
  }
  footer a[href^=tel]:before,
  footer a[href^=mailto]:before {
    display: inline-block;
    width: 1.5ch;
    color: var(--yellow);
  }
  footer a[href^=tel]:before {
    content: "T";
  }
  footer a[href^=mailto]:before {
    content: "E";
  }
  address {
    font-style: normal;
  }
  .legal {
    list-style: none;
    margin: calc(var(--mrgn) * 2) 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-family: "GT Ultra Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  #rechtliches {
    display: none;
    padding: var(--pad_b) var(--pad_ie) calc(var(--mrgn) * 3) var(--pad_is);
    font-size: 81.25%;
    line-height: var(--lh_alt);
  }
  #rechtliches:target {
    display: block;
  }
  #rechtliches h2 {
    column-span: all;
    margin-bottom: 2em;
    margin-left: calc(var(--pad_is) * -1);
    font-size: var(--fs_plus);
    font-family: "GT Ultra Fine Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  }
  #rechtliches h3 {
    margin-top: 0;
    margin-bottom: 0.6666666667em;
    font-size: var(--fs_l);
    line-height: 1.25;
  }
  #rechtliches hr {
    margin-left: calc(var(--pad_is) * -1);
    margin-right: calc(var(--pad_ie) * -1);
  }
  #rechtliches p, #rechtliches ul {
    margin-top: 0;
    break-inside: avoid;
  }
  #rechtliches hr {
    column-span: all;
  }
  #ds {
    columns: 2 18em;
    column-gap: 1.5em;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-reduced-motion: reduce) and (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
@media only screen and (max-width: 24em) {
  :root {
    --mq: "< 24";
    --fs: 87.5%;
  }
}
@media only screen and (min-width: 24em) {
  :root {
    --mq: "24";
    --pad_b: 1rem;
    --pad_is: 2rem;
  }
}
@media only screen and (min-width: 36em) {
  :root {
    --mq: "36";
    --fill: 1.5rem;
    --pad_b: 1.25rem;
    --pad_is: 3rem;
    --pad_ie: var(--pad_is);
    --fs_max: min(300%, 7.5vw);
  }
  #navicon {
    font-size: var(--fs_plus);
  }
  #navicon span, #navicon span:before, #navicon span:after {
    height: 0.125em;
  }
  .portrait {
    --sph: min(26vw, 14em);
    --pad_intro: var(--pad_is);
    margin: auto;
  }
  dl {
    display: grid;
    grid-template-columns: 10em 1fr;
    gap: 2em min(6vw, 4em);
  }
  dt {
    grid-column: 1;
  }
  dd + dt {
    margin-top: 0;
  }
  dd {
    grid-column: 2;
  }
  footer {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1em;
  }
  footer > * {
    grid-column: 2;
    margin: 0;
  }
  footer > h2 {
    grid-column: 1;
  }
  footer p {
    margin: 0;
  }
  footer .legal {
    margin: 0;
    justify-content: flex-start;
  }
  footer .legal li {
    padding-right: 3em;
  }
}
@media only screen and (min-width: 64em) {
  :root {
    --mq: "64";
    --fs: 112.5%;
    --fill: 2rem;
    --pad_is: 10rem;
    --pad_b: 1.5rem;
  }
  .intro {
    padding-top: 0;
  }
  .intro p {
    position: relative;
    z-index: 12;
    margin: 0;
  }
  .intro .claim {
    position: sticky;
    bottom: var(--pad_b);
    margin-top: -1.8em;
  }
  .intro .claim + p {
    margin-top: calc(var(--mrgn) * 3);
    margin-bottom: calc(var(--mrgn) * 3);
  }
  .portrait, .portrait:first-child {
    --sph: min(18vw, 14em);
    position: relative;
    min-height: calc(100vh - var(--ffstf, 9em));
    padding-right: 0;
    padding-bottom: calc(var(--ffstf, 9em));
    display: grid;
    place-items: center;
  }
  .portrait figure, .portrait:first-child figure {
    max-width: 32em;
    width: 33vw;
  }
  .portrait figure:before, .portrait:first-child figure:before {
    z-index: 11;
  }
  .portrait {
    margin-top: -2vw !important;
  }
  section h2 + * {
    margin-top: calc(1.5rem * var(--lh));
  }
}
@media only screen and (min-width: 74em) {
  :root {
    --mq: "74";
    --fs: 125%;
  }
}
@media only screen and (min-width: 76em) {
  :root {
    --mq: "76";
    --pad_is: 14vw;
  }
}
@media only screen and (min-width: 90em) {
  :root {
    --mq: "> 90";
    --pad_is: 22vw;
  }
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background-color: transparent !important;
  }
  body {
    margin: 1cm;
    font: 12pt/1.2 "Helvetica Neue", sans-serif;
  }
  h1 {
    font-size: 125%;
  }
  h2 {
    font-size: 112.5%;
  }
  h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  ul, ol {
    page-break-inside: avoid;
  }
  li {
    margin: 0 0 0 1em;
    padding: 0;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
    height: auto;
    page-break-inside: avoid;
  }
  pre, blockquote {
    padding: 1em;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  hr {
    margin: 2em 0;
    border: 0;
    border-bottom: 1px solid #000;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  /*
  #divs {
  display : none;
  }
  */
}
.dev body:before {
  content: var(--mq);
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
  padding: 0.5em 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
}
.dev body:after {
  content: counter(w) "x" counter(h);
  counter-reset: h var(--h) w var(--w);
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  padding: 0.5em 2em;
  font-size: 75%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
}
