:root {
  --_schriften---schrift-headline: Lato, sans-serif;
  --_schriften---schrift-text: Lato, sans-serif;
  --_schriften---schrift-mono: "IBM Plex Mono", monospace;
  --_schriften---größe-eyebrow: 12.5px;
  --_schriften---größe-lead: 19.5px;
  --_schriften---größe-h3: 21px;
  --_schriften---größe-small: 15.5px;
  --_schriften---größe-body: 17px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.wrap.origin.origin-mid {
  grid-column-gap: 56px;
  align-items: start;
}

.wrap.panel-wrap {
  margin-top: 46px;
}

.wrap.prose-2col {
  column-width: 22rem;
  column-gap: 44px;
}

.wrap.head-grid {
  grid-column-gap: 44px;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  display: grid;
}

.bar {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  align-items: center;
  height: 78px;
  display: flex;
}

.logo {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: .06em;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.mark {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: flex-end;
  height: 26px;
  display: flex;
}

.btn {
  border-radius: 4px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .12s, background .16s, color .16s;
  display: inline-block;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #7f24ff;
}

.btn.btn-solid.btn-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}

.btn.btn-solid.btn-full {
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.btn-line {
  font-family: var(--_schriften---schrift-text);
}

.btn._w-button {
  border-radius: 4px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .12s, background .16s, color .16s;
  display: inline-block;
}

.btn-solid {
  color: #fff;
  background-color: #1a0060;
  border: 1px solid #1a0060;
}

.btn-solid:hover {
  background-color: #12003f;
  transform: translateY(-1px);
}

.btn-line {
  color: #1a0060;
  background-color: #0000;
  border: 1px solid #dddce6;
}

.btn-line:hover {
  border-color: #1a0060;
  transform: translateY(-1px);
}

.btn-sm {
  padding: 10px 17px;
  font-size: 15px;
}

.hero {
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  padding: 76px 0 0;
  position: relative;
  overflow: hidden;
}

.hero.hero-soft {
  background-image: linear-gradient(#f7f5ff 0%, #fff 78%);
}

.hero-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  display: grid;
}

.eyebrow {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  font-size: var(--_schriften---größe-eyebrow);
  letter-spacing: .13em;
  text-transform: uppercase;
  column-span: all;
  align-items: center;
  margin: 0 0 20px;
  display: flex;
}

.eyebrow:before {
  content: "";
  background-image: linear-gradient(90deg, #32a0fa, #5060fa);
  width: 26px;
  height: 2px;
}

.eyebrow.eyebrow-mid {
  text-align: center;
  justify-content: center;
}

.lede {
  max-width: 33em;
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  font-size: var(--_schriften---größe-lead);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 30px;
  line-height: 1.58;
}

.gauge {
  border-top: 1px solid #dddce6;
  margin: 0 0 32px;
}

.bars {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: flex-end;
  height: 17px;
  margin-bottom: 3px;
  display: flex;
}

.actions {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  column-span: all;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.actions.actions-mt {
  margin-top: 30px;
}

.note {
  font-family: var(--_schriften---schrift-text);
  color: #5b5872;
  margin: 13px 0 0;
  font-size: 14.5px;
}

.panel {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 6px;
  align-self: end;
  display: block;
  overflow: hidden;
}

.film {
  aspect-ratio: 16 / 9;
  background-color: #12003f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.film:after {
  content: "";
  background-image: linear-gradient(#12003f4d 0%, #12003f1a 42%, #12003fb8 100%);
  position: absolute;
  inset: 0;
}

.film.inline-figure-0 {
  margin: 0;
}

.film-img {
  object-fit: cover;
  object-position: 50% 42%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.play {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #12003f6b;
  border: 1px solid #ffffffb8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  transition: background .16s, transform .16s;
  display: flex;
  position: relative;
}

.play:hover {
  background-color: #12003fb8;
  transform: scale(1.05);
}

.play:before {
  content: "";
  border-top: 9px solid #0000;
  border-bottom: 9px solid #0000;
  border-left: 15px solid #fff;
  width: 0;
  height: 0;
  margin-left: 4px;
  display: block;
}

.play.play-sm:before {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 12px;
  margin-left: 3px;
}

.proof {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid #dddce6;
  align-items: center;
  padding: 17px 19px;
  display: flex;
}

.stars {
  color: #1a0060;
  letter-spacing: 1px;
  font-size: 15px;
}

.fork {
  border-top: 1px solid #dddce6;
  margin-top: 58px;
  padding-top: 34px;
}

.paths {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.path {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 6px;
  flex-direction: column;
  height: 100%;
  padding: 24px 26px;
  text-decoration: none;
  transition: border-color .16s, transform .16s;
  display: flex;
}

.path:hover {
  border-color: #1a0060;
  transform: translateY(-2px);
}

.refs {
  border-top: 1px solid #dddce6;
  margin-top: 66px;
  padding: 30px 0 62px;
}

.names {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  opacity: .8;
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.sect {
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  padding: 78px 0;
}

.band {
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  background-color: #f4f4f8;
  border-top: 1px solid #dddce6;
  border-bottom: 1px solid #dddce6;
  padding: 78px 0;
}

.band.band-soft {
  background-color: #f7f5ff;
  background-image: linear-gradient(#f7f5ff, #ede8fa);
  border-top-color: #e4e0f2;
  border-bottom-color: #e4e0f2;
  padding-top: 92px;
  padding-bottom: 92px;
}

.sechead {
  column-span: all;
  max-width: none;
  margin: 0 0 42px;
}

.sechead.sechead-mid {
  text-align: center;
  max-width: 46em;
  margin-left: auto;
  margin-right: auto;
}

.sechead-lede {
  max-width: 38em;
  font-family: var(--_schriften---schrift-text);
  color: #5b5872;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
  font-size: 18px;
}

.sechead-lede.lede-left {
  text-align: left;
  max-width: 32em;
  margin-bottom: 22px;
}

.steps {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.steps.steps-5 {
  grid-template-columns: repeat(5, 1fr);
}

.step-no {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11.5px;
  display: block;
}

.jobs {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.job {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  height: 100%;
  padding: 28px 30px 26px;
  text-decoration: none;
  transition: border-color .16s, transform .16s;
  display: flex;
}

.job:hover {
  border-color: #1a0060;
  transform: translateY(-2px);
}

.job-q {
  color: #12003f;
  border-left: 2px solid #5060fa;
  margin: 0 0 14px;
  padding-left: 15px;
  font-size: 16.5px;
  font-style: italic;
  line-height: 1.5;
  text-decoration: none;
}

.job-a {
  color: #5b5872;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
}

.go {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a0060;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 6px;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.go:after {
  content: "→";
}

.ways {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.ways.ways-2 {
  grid-template-columns: 1fr 1fr;
}

.ways.ways-eq {
  grid-row-gap: 0px;
}

.way {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  height: 100%;
  padding: 28px 28px 26px;
  text-decoration: none;
  transition: border-color .16s, transform .16s;
  display: flex;
}

.way:hover {
  border-color: #1a0060;
  transform: translateY(-2px);
}

.way.way-col.way-inv, .way.way-inv {
  background-color: #1a0060;
  border-color: #1a0060;
}

.way.way-eq {
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 5;
  display: grid;
}

.way-for {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 11.5px;
}

.way-for.way-for-inv {
  color: #b3a9d6;
}

.way-for.way-fit.way-fit-1 {
  background-color: #7f24ff;
}

.way-for.way-fit.way-fit-2 {
  background-color: #5a22b0;
}

.way-for.way-fit.way-fit-3 {
  background-color: #230066;
}

.sechead-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  display: flex;
}

.rail-nav {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex: none;
  padding-bottom: 4px;
  display: flex;
}

.rail-btn {
  color: #1a0060;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: border-color .16s, background .16s, transform .12s;
  display: flex;
}

.rail-btn:hover {
  border-color: #1a0060;
  transform: translateY(-1px);
}

.rail-outer {
  overflow: hidden;
}

.rail {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 6px;
  scroll-padding-left: 0;
  display: flex;
  overflow-x: auto;
}

.voice {
  scroll-snap-align: start;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex: 0 0 calc(33.3333% - 14.6667px);
  margin: 0;
  overflow: hidden;
}

.voice-film {
  aspect-ratio: 4 / 3;
  background-color: #12003f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.voice-film:after {
  content: "";
  background-image: radial-gradient(110% 90% at 72% 18%, #32a0fa42, #0000 60%);
  position: absolute;
  inset: 0;
}

.play-sm {
  width: 48px;
  height: 48px;
}

.voices-more {
  margin: 26px 0 0;
}

.origin {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.origin.feat {
  grid-column-gap: 56px;
}

.origin.feat.origin-rev.feat-mid, .origin.feat.feat-mb0, .origin.feat.feat-mid {
  align-items: stretch;
}

.facts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px #dddce6;
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
  align-self: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.faqwrap {
  max-width: 840px;
}

.faq {
  border-top: 1px solid #dddce6;
}

.close {
  font-family: var(--_schriften---schrift-text);
  color: #fff;
  background-color: #1a0060;
  padding: 0;
  overflow: hidden;
}

.close-grid {
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: none;
  padding: 0;
  display: grid;
}

.close-figure {
  min-height: 420px;
  margin: 0;
  position: relative;
}

.close-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 76px 64px 78px;
  display: flex;
}

.btn-invert {
  color: #1a0060;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-invert:hover {
  background-color: #efeef6;
  transform: translateY(-1px);
}

.btn-ghost {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff6b;
}

.btn-ghost:hover {
  border-color: #fff;
  transform: translateY(-1px);
}

.footgrid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr 1.3fr 1.25fr .7fr;
  display: grid;
}

.second {
  color: #12003f;
  display: block;
}

.val {
  white-space: nowrap;
  font-weight: 600;
}

.src {
  color: #5b5872;
  font-size: 13px;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dddce6;
  grid-template-columns: 112px 1fr;
  align-items: baseline;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  position: relative;
}

.on {
  background-image: linear-gradient(#32a0fa, #5060fa);
  display: block;
}

.on.inline-i-0 {
  height: 7px;
}

.on.inline-i-1 {
  height: 13px;
}

.on.inline-i-3 {
  height: 17px;
}

.on.inline-i-4 {
  height: 15px;
}

.on.inline-i-6 {
  height: 11px;
}

.on.inline-i-7 {
  height: 17px;
}

.on.inline-i-8 {
  height: 10px;
}

.on.inline-i-9 {
  height: 17px;
}

.on.inline-i-10 {
  height: 13px;
}

.origin-link {
  text-align: left;
  column-span: all;
  margin-top: 4px;
}

.inline-sup-0 {
  font-size: .5em;
  position: relative;
  top: -.7em;
}

.inline-i-2 {
  height: 9px;
}

.inline-i-5 {
  height: 8px;
}

.inline-i-11 {
  height: 7px;
}

.sechead-h2 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.02em;
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3.1vw, 2.35rem);
  font-weight: 700;
  line-height: 1.16;
}

.fork-h2 {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  font-size: var(--_schriften---größe-eyebrow);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 500;
}

.origin-h2 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.02em;
  column-span: all;
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 2.9vw, 2.2rem);
  font-weight: 700;
  line-height: 1.18;
}

.close-h2 {
  font-family: var(--_schriften---schrift-headline);
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 700;
  line-height: 1.16;
}

.h3-21 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  font-size: var(--_schriften---größe-h3);
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  margin: 0 0 8px;
  text-decoration: none;
}

.h3-21.h3-21-inv {
  color: #fff;
}

.job-h3 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  font-size: var(--_schriften---größe-h3);
  letter-spacing: -.012em;
  margin: 0 0 14px;
  text-decoration: none;
}

.kode-body {
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  background-color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.gauge-dl {
  margin: 0;
}

.gauge-dt {
  font-family: var(--_schriften---schrift-mono);
  color: #230066;
  text-align: left;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.gauge-dd {
  max-width: 62ch;
  font-family: var(--_schriften---schrift-text);
  color: #230066;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.mark-bar {
  background-image: linear-gradient(#32a0fa, #5060fa);
  border-radius: 2px;
  width: 4px;
  display: block;
}

.film-cap {
  z-index: 2;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#0000, #12003fd9);
  padding: 13px 17px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.voice-cap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  padding: 16px 18px;
  display: flex;
}

.voice-cap-b {
  font-family: var(--_schriften---schrift-headline);
  font-size: 16.5px;
  font-weight: 600;
}

.voice-cap-span {
  font-family: var(--_schriften---schrift-text);
  color: #5b5872;
  font-size: 15px;
}

.kode-h1 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.025em;
  margin: 0 0 22px;
  font-size: clamp(2.5rem, 4.6vw, 3.6rem);
  font-weight: 700;
  line-height: 1.02;
}

.gauge-bar {
  transform-origin: bottom;
  background-color: #dddce6;
  border-radius: 1.5px;
  width: 3px;
  display: block;
}

.path-p {
  color: #5b5872;
  margin: 0 0 14px;
  font-size: 16px;
  text-decoration: none;
}

.refs-p {
  color: #5b5872;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 20px;
  font-size: 16px;
}

.refs-b {
  color: #12003f;
  font-weight: 600;
}

.steps-p {
  color: #5b5872;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.way-p {
  color: #5b5872;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}

.way-p.way-p-inv {
  color: #cfc7e6;
}

.origin-p {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 42em;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
}

.origin-b {
  font-weight: 600;
}

.close-p {
  max-width: 34em;
  font-family: var(--_schriften---schrift-text);
  color: #cfcce6;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 30px;
  font-size: 17.5px;
  line-height: 1.6;
}

.faq-summary {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.01em;
  cursor: pointer;
  padding: 20px 34px 20px 0;
  font-size: 18.5px;
  font-weight: 600;
  list-style-type: none;
  position: relative;
}

.faq-summary:after {
  content: "";
  border-bottom: 2px solid #1a0060;
  border-right: 2px solid #1a0060;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-70%)rotate(45deg);
}

.faq-p {
  color: #5b5872;
  max-width: 40em;
  margin: 0 0 22px;
  font-size: 16.5px;
  line-height: 1.6;
}

.facts-div {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  min-height: 148px;
  padding: 26px;
  display: flex;
}

.facts-div.facts-wide {
  grid-column: 1 / -1;
}

.facts-dt {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.015em;
  font-size: clamp(1.6rem, 2.9vw, 2.2rem);
  font-weight: 700;
  line-height: 1.18;
}

.facts-dd {
  color: #5b5872;
  font-size: var(--_schriften---größe-small);
  margin: 8px 0 0;
}

.foot-b {
  color: #12003f;
  margin-bottom: 9px;
  font-weight: 600;
  display: inline-block;
}

.foot-a {
  color: #5b5872;
  line-height: 2;
  text-decoration: none;
  display: block;
}

.foot-a:hover {
  color: #1a0060;
}

.close-img {
  object-fit: cover;
  object-position: 50% 45%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.voicesmore-a {
  color: #1a0060;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.site-header {
  z-index: 1000;
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  background-color: #fff;
  border-bottom: 1px solid #dddce6;
  position: sticky;
  top: 0;
}

.site-nav {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  margin-left: auto;
  font-size: 15.5px;
  display: flex;
}

.site-nav.nav-open {
  display: flex;
}

.navlink {
  color: #12003f;
  border-bottom: 2px solid #0000;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  text-decoration: none;
}

.navlink:hover {
  border-bottom-color: #5060fa;
}

.site-footer {
  font-family: var(--_schriften---schrift-text);
  color: #5b5872;
  padding-top: 76px;
  padding-bottom: 48px;
  font-size: 14px;
}

.steps-li {
  border-right: 1px solid #dddce6;
  padding: 26px 30px 30px;
}

.steps-li:first-child {
  padding-left: 30px;
}

.steps-li:last-child {
  border-right: 1px solid #dddce6;
  padding-right: 30px;
}

.faq-details {
  border-bottom: 1px solid #dddce6;
}

.foot-bottom-wrap {
  margin-top: 48px;
}

.foot-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dddce6;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  display: flex;
}

.foot-copy {
  color: #5b5872;
  font-size: 14px;
}

.foot-legal {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.logo-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-img {
  width: auto;
  height: 60px;
  display: block;
}

.logo-img-footer {
  height: 34px;
  margin-bottom: 14px;
}

.gauge-icon {
  width: auto;
  height: 22px;
  margin-bottom: 4px;
  display: block;
}

.jobs-figure {
  background-color: #12003f;
  border-radius: 7px;
  grid-row: 1 / span 2;
  grid-column-start: 2;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.jobs-figure-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.fact-quote {
  background-color: #1a0060;
  border-radius: 12px;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.fq-text {
  color: #fff;
  margin: 0 0 22px;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
}

.fq-person {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.fq-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.fq-role {
  color: #cfcce6;
  font-size: 14.5px;
}

.origin-copy {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 12px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.origin-copy.prose-2col {
  column-width: 22rem;
  column-gap: 44px;
}

.paks {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.paks.paks-2 {
  grid-template-columns: repeat(3, 1fr);
}

.paks.paks-eq {
  grid-row-gap: 0px;
}

.pak {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  flex: auto;
  padding: 32px 30px 28px;
  text-decoration: none;
  transition: border-color .16s, transform .16s;
  display: flex;
}

.pak:hover {
  border-color: #1a0060;
  transform: translateY(-2px);
}

.pak-inv {
  background-color: #1a0060;
  border-color: #1a0060;
}

.pak-name {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.015em;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
}

.pak-name-inv {
  color: #fff;
}

.pak-step {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  font-size: var(--_schriften---größe-eyebrow);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.pak-step-inv {
  color: #b3a9d6;
}

.pak-who {
  color: #5b5872;
  font-size: var(--_schriften---größe-body);
  border-top: 1px solid #dddce6;
  margin: 0 0 22px;
  padding-top: 20px;
  line-height: 1.55;
}

.pak-who-inv {
  color: #cfc7e6;
  border-top-color: #3d2478;
}

.pak-list {
  margin: 0 0 4px;
  padding: 0;
  list-style-type: none;
}

.pak-li {
  color: #12003f;
  font-size: var(--_schriften---größe-small);
  margin-bottom: 9px;
  padding-left: 23px;
  line-height: 1.5;
  position: relative;
}

.pak-li-inv {
  color: #fff;
}

.tick {
  border-bottom: 1.8px solid #5060fa;
  border-left: 1.8px solid #5060fa;
  width: 11px;
  height: 6px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-45deg);
}

.tick-inv {
  border-bottom-color: #8fb4f6;
  border-left-color: #8fb4f6;
}

.pak-claim {
  font-family: var(--_schriften---schrift-headline);
  color: #12003f;
  font-size: var(--_schriften---größe-h3);
  letter-spacing: -.01em;
  border-top: 1px solid #dddce6;
  min-height: calc(2.56em + 23px);
  margin: auto 0 22px;
  padding-top: 22px;
  font-weight: 600;
  line-height: 1.28;
}

.pak-claim-inv {
  color: #fff;
  border-top-color: #3d2478;
}

.go-inv {
  color: #fff;
}

.paks-note {
  color: #5b5872;
  font-size: var(--_schriften---größe-small);
  margin: 24px 0 0;
  line-height: 1.6;
}

.banner-flat {
  width: 100%;
  margin-top: 58px;
  overflow: hidden;
}

.banner-flat.banner-solo {
  margin-top: 0;
}

.banner-flat-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-flat-img.crop-left {
  width: 106.5%;
  max-width: none;
  margin-left: -6.5%;
}

.page-head {
  background-color: #fff;
  border-bottom: 1px solid #dddce6;
  padding: 62px 0 54px;
}

.page-h1 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
}

.page-meta {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 26px 0 0;
  font-size: 12.5px;
}

.legal {
  padding: 60px 0 84px;
}

.legal-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 270px 1fr;
  align-items: start;
  display: grid;
}

.toc {
  border-left: 1px solid #dddce6;
  padding-left: 20px;
  position: sticky;
  top: 104px;
}

.toc-t {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12.5px;
}

.toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-li {
  margin-bottom: 9px;
  line-height: 1.35;
  list-style: none;
}

.toc-a {
  color: #5b5872;
  font-size: 14.5px;
  text-decoration: none;
  display: block;
}

.toc-n {
  font-family: var(--_schriften---schrift-mono);
  color: #a9a6bd;
  margin-right: 9px;
  font-size: 11.5px;
}

.legal-body {
  color: #2a2440;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.68;
}

.legal-body.artikel-body {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
}

.legal-h2 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  text-align: left;
  letter-spacing: -.015em;
  border-top: 1px solid #dddce6;
  margin: 52px 0 14px;
  padding-top: 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.legal-h2:first-child {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.legal-h3 {
  font-family: var(--_schriften---schrift-headline);
  color: #12003f;
  letter-spacing: -.01em;
  margin: 30px 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.legal-p {
  margin: 0 0 16px;
}

.legal-ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.legal-li {
  margin-bottom: 9px;
}

.legal-a {
  color: #1a0060;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.adr {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  margin: 0 0 22px;
  padding: 22px 24px;
  font-size: 16px;
  line-height: 1.65;
}

.adr-b {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.note-b {
  color: #12003f;
  font-weight: 700;
}

.close-in {
  padding: 104px 56px 108px;
}

.cards {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.cards.cards-2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
}

.card {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  height: 100%;
  padding: 30px 28px;
  display: flex;
}

.card.card-inv {
  background-color: #1a0060;
  border-color: #1a0060;
}

.card.card-wide {
  grid-column: 1 / -1;
}

.card-p {
  color: #5b5872;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
}

.card-p.card-p-inv {
  color: #cfc7e6;
  text-align: justify;
}

.prose {
  color: #5b5872;
  max-width: 44em;
  font-size: 17px;
  line-height: 1.72;
}

.prose.prose-p {
  margin-bottom: 16px;
}

.prose.prose-2col {
  column-width: 22rem;
  column-gap: 44px;
  max-width: none;
}

.prose-p {
  text-align: justify;
  margin: 0;
}

.teasers {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.teaser {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  padding: 38px 36px 34px;
  text-decoration: none;
  display: block;
}

.teaser-h {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.015em;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.teaser-p {
  color: #5b5872;
  margin: 0 0 22px;
  font-size: 16.5px;
  line-height: 1.6;
}

.kontakt-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.f-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.f-row.sa-frow {
  margin-bottom: 20px;
  display: block;
}

.f-label {
  color: #12003f;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.f-label.sa-flabel {
  color: #3d3a55;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.f-input {
  width: 100%;
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
}

.f-input:focus-visible, .f-input[data-wf-focus-visible] {
  outline-offset: 2px;
  border-color: #7f24ff;
  outline: 2px solid #7f24ff;
}

.f-input._w-input, .f-input._w-select, .f-input._w-select {
  width: 100%;
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
}

.f-input.sa-finput {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.f-ta {
  min-height: 140px;
}

.f-check {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #5b5872;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.55;
  display: flex;
}

.f-hint {
  color: #5b5872;
  margin: 0;
  font-size: 13.5px;
}

.tickli {
  column-span: all;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tickli-li {
  margin-bottom: 11px;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1.55;
  position: relative;
}

.tickli-li:before {
  content: "";
  border-bottom: 1.8px solid #5060fa;
  border-left: 1.8px solid #5060fa;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-45deg);
}

.tickli-li.tickli-li-inv {
  color: #fff;
}

.muted-p {
  color: #5b5872;
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.65;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-li {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dddce6;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr;
  padding: 16px 0;
  font-size: 16px;
  display: grid;
}

.info-k {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 12.5px;
}

.narrow {
  max-width: 780px;
}

._w-input {
  color: #12003f;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 4px;
  width: 100%;
  padding: 12px 14px;
  font-family: "Source Sans 3";
  font-size: 16px;
}

.hero-h1 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
}

.hero-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  height: 100%;
  display: flex;
}

.hero-actions {
  margin-top: 26px;
}

.gauge-row {
  border-bottom: 1px solid #e4e2f0;
  grid-template-rows: auto;
  grid-template-columns: 210px 1fr;
  align-items: start;
  gap: 6px 28px;
  padding: 20px 0;
  display: grid;
}

.gauge-row:last-child {
  border-bottom-style: none;
}

.proof-v {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
}

.proof-t {
  color: #5b5872;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.logos-strip {
  border-top: 1px solid #dddce6;
  padding: 28px 0 36px;
}

.logos {
  grid-column-gap: 40px;
  grid-row-gap: 26px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-mark {
  opacity: .55;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 30px;
}

.logos-note {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 11.5px;
}

.quoteband {
  color: #fff;
  background-color: #12003f;
  position: relative;
  overflow: hidden;
}

.quoteband-in {
  padding: 70px 56px 74px;
  position: relative;
}

.quote-q {
  max-width: 30em;
  font-family: var(--_schriften---schrift-headline);
  color: #fff;
  text-align: left;
  letter-spacing: -.022em;
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.quote-w {
  font-family: var(--_schriften---schrift-mono);
  color: #b3a9d6;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0;
  font-size: 12.5px;
}

.paths-4, .paks-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.ways-6 {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}

.jobs-figure-end {
  grid-row-start: auto;
  grid-column-start: auto;
  min-height: 0;
}

.termine-grid {
  grid-column-gap: 40px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: start;
  display: grid;
}

.t-cap {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
}

.t-year {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  border-bottom: 1px solid #dddce6;
  padding: 16px 0 6px;
  font-size: 11.5px;
}

.t-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #dddce6;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  padding: 13px 0;
  display: grid;
}

.t-datum {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  white-space: nowrap;
  font-weight: 600;
}

.tag {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #dddce6;
  border-radius: 3px;
  padding: 3px 9px;
  font-size: 11px;
  display: inline-block;
}

.tag-ort {
  color: #1a0060;
  border-color: #1a0060;
}

.tag-warn {
  color: #b45309;
  border-style: dashed;
  border-color: #b45309;
}

.termine-note {
  color: #5b5872;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.konflikt-note {
  color: #7a3d06;
  background-color: #fff8ef;
  border-left: 3px solid #b45309;
  margin: 16px 0 0;
  padding: 14px 18px;
  font-size: 14.5px;
  line-height: 1.55;
}

.jahr-details {
  border-bottom: 1px solid #dddce6;
}

.jahr-summary {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 19px 32px 19px 0;
  font-size: 11.5px;
  list-style: none;
  display: block;
  position: relative;
}

.jahr-summary:after {
  content: "";
  border-bottom: 2px solid #5b5872;
  border-right: 2px solid #5b5872;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 45%;
  right: 6px;
  transform: rotate(45deg);
}

.close-solo {
  padding: 96px 56px 100px;
}

.steps-4 {
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
}

.facts-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}

.chart {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  padding: 24px 24px 20px;
}

.chart-h {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 700;
}

.chart-sub {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 11.5px;
}

.legend {
  grid-column-gap: 22px;
  grid-row-gap: 8px;
  color: #5b5872;
  flex-wrap: wrap;
  margin: 14px 0 0;
  font-size: 13.5px;
  display: flex;
}

.legend-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
}

.legend-i {
  border-radius: 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.chart-note {
  color: #5b5872;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.paks-note-1 {
  color: #5b5872;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.legend-i-a {
  background-color: #32a0fa;
}

.legend-i-b {
  background-color: #5060fa;
}

.feat {
  margin-bottom: 56px;
}

.feat-tag {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  column-span: all;
  margin: 0 0 12px;
  font-size: 11.5px;
}

.feat-h {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.015em;
  column-span: all;
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.2;
}

.figure-shot {
  background-color: #f4f4f8;
  border: 1px solid #dddce6;
  border-radius: 7px;
  margin: 0;
  overflow: hidden;
}

.figure-shot.galerie-i {
  aspect-ratio: 3 / 4;
}

.figure-shot.shot-soft {
  background-color: #fff;
  border: 1px solid #e7e2f4;
  border-radius: 18px;
  align-self: center;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 18px 44px #2300661f;
}

.figure-shot.shot-bare {
  background-color: #0000;
  border-style: none;
  border-radius: 14px;
  align-self: center;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 20px 50px #23006624;
}

.figure-shot.shot-fill {
  height: 100%;
  min-height: 340px;
}

.figure-shot-img {
  width: 100%;
  height: auto;
  display: block;
}

.figure-shot-img.shot-img-cover {
  aspect-ratio: .96;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 10px;
  width: 100%;
  display: block;
}

.figure-shot-img.shot-img-cover.shot-r1 {
  object-position: 100% 50%;
  aspect-ratio: .95;
}

.figure-shot-img.shot-img-cover.shot-r2 {
  object-position: 100% 50%;
  aspect-ratio: .925;
}

.figure-shot-img.shot-img-cover.shot-w {
  object-position: 0% 50%;
  aspect-ratio: 1;
}

.figure-shot-img.shot-img-cover.shot-full {
  object-fit: contain;
  object-position: 50% 50%;
  aspect-ratio: 1.6;
}

.facts-2 {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
}

.matrix-wrap {
  overflow-x: auto;
}

.mx {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.mxh {
  color: #12003f;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #dddce6;
  padding: 14px 14px 12px;
}

.mx-name {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.mx-sub {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.mxg {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  text-align: left;
  letter-spacing: .13em;
  text-transform: uppercase;
  background-color: #f4f4f8;
  border-bottom: 1px solid #dddce6;
  padding: 16px 14px 8px;
  font-size: 11.5px;
}

.mxrh {
  color: #12003f;
  text-align: left;
  border-bottom: 1px solid #dddce6;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
}

.mxc {
  color: #5b5872;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dddce6;
  padding: 12px 14px;
}

.mx-hl {
  background-color: #f6f7ff;
}

.mx-txt {
  color: #5b5872;
}

.mx-strong {
  color: #1a0060;
  font-weight: 700;
}

.mx-strong.mx-strong-inv {
  color: #fff;
}

.mx-nein {
  color: #a9a6bd;
}

.mx-note {
  color: #5b5872;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.preise {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}

.prh {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #dddce6;
  padding: 12px 14px;
  font-size: 11px;
  font-weight: 400;
}

.zahl {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  font-weight: 600;
}

.hinweis-note {
  color: #7a3d06;
  background-color: #fff8ef;
  border-left: 3px solid #b45309;
  margin: 16px 0 0;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.55;
}

.hero-pb {
  padding-bottom: 64px;
}

.logowall {
  grid-column-gap: 30px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  display: grid;
}

.wall-img {
  opacity: .6;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 130px;
  max-height: 48px;
}

.story {
  flex-direction: column;
  display: flex;
}

.story-logo {
  object-fit: contain;
  width: auto;
  max-width: 150px;
  height: 32px;
  margin: 0 0 16px;
}

.way-col {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.way-cta {
  color: #230066;
  margin: auto 0 0;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.way-cta.way-cta-inv {
  color: #fff;
}

.quote-card {
  padding: 28px 26px 26px;
}

.quote-p {
  color: #12003f;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.55;
}

.quote-b {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  font-size: 15.5px;
  font-weight: 700;
  display: block;
}

.quote-s {
  color: #5b5872;
  margin-top: 3px;
  font-size: 13.5px;
  display: block;
}

._w-input-parent._w-input {
  width: 100%;
  font-family: var(--_schriften---schrift-text);
  color: #12003f;
  width: 100%;
  font-size: 16px;
  font-family: var(--_schriften---schrift-text);
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
}

.mtx-wrap {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  overflow-x: auto;
}

.mtx {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
  font-size: 16px;
}

.mtx-h0 {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #dddce6;
  padding: 26px 20px 20px;
}

.mtx-colh {
  text-align: center;
  vertical-align: bottom;
  border-bottom: 1px solid #dddce6;
  width: 20%;
  padding: 26px 20px 20px;
}

.mtx-name {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.01em;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.mtx-sub {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 11px;
  display: block;
}

.mtx-grp {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  text-align: left;
  letter-spacing: .13em;
  text-transform: uppercase;
  border-bottom: 1px solid #dddce6;
  padding: 24px 20px 8px;
  font-size: 11px;
}

.mtx-rh {
  color: #12003f;
  text-align: left;
  border-bottom: 1px solid #dddce6;
  padding: 15px 20px;
  font-weight: 400;
}

.mtx-c {
  color: #5b5872;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dddce6;
  padding: 15px 20px;
}

.mtx-hl {
  background-color: #f6f5fb;
}

.mtx-txt {
  color: #5b5872;
  text-align: left;
  font-size: 15px;
}

.mtx-strong {
  color: #1a0060;
  font-size: 15.5px;
  font-weight: 600;
}

.mtx-nein {
  color: #b7b4c6;
}

.mtx-note {
  color: #5b5872;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.pr {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
  font-size: 16px;
}

.pr-h {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  text-align: left;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid #dddce6;
  padding: 14px 18px;
  font-size: 11px;
  font-weight: 400;
}

.pr-rh {
  color: #12003f;
  text-align: left;
  border-bottom: 1px solid #dddce6;
  padding: 14px 18px;
  font-weight: 400;
}

.pr-c {
  color: #5b5872;
  text-align: left;
  border-bottom: 1px solid #dddce6;
  padding: 14px 18px;
}

.pr-zahl {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  white-space: nowrap;
  font-weight: 600;
}

.mx-gruppe {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.posts {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.post {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.post:hover {
  border-color: #1a0060;
  transform: translateY(-2px);
}

.post-img {
  aspect-ratio: 16 / 9;
  background-color: #12003f;
  position: relative;
  overflow: hidden;
}

.post-img-i {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.post-body {
  flex-direction: column;
  flex: 1;
  padding: 24px 26px;
  display: flex;
}

.post-meta {
  min-height: 34px;
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 11.5px;
}

.post-h {
  min-height: 54px;
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.012em;
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.28;
}

.post-p {
  color: #5b5872;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.6;
}

.post-go {
  margin-top: auto;
}

.chips {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 30px;
  display: flex;
}

.chip {
  color: #12003f;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 100px;
  padding: 9px 17px;
  font-size: 14.5px;
  display: inline-block;
}

.chip:hover {
  color: #1a0060;
  border-color: #1a0060;
}

.artikel-head {
  border-bottom: 1px solid #dddce6;
  padding: 56px 0 44px;
}

.artikel-meta {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  grid-column: 1;
  margin: 0 0 18px;
  font-size: 11.5px;
}

.artikel-h1 {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.025em;
  grid-column: 1;
  margin: 0 0 20px;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
}

.artikel-lead {
  color: #12003f;
  grid-column: 1;
  max-width: 38em;
  margin: 0;
  font-size: 19.5px;
  line-height: 1.6;
}

.artikel-bild {
  aspect-ratio: 4 / 5;
  background-color: #12003f;
  grid-area: 1 / 2 / span 4;
  align-self: start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.artikel-bild-i {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.artikel-wrap {
  max-width: 100%;
  margin: 0;
}

.artikel-wrap.artikel-head-grid {
  grid-template-columns: 1fr .62fr;
  align-items: start;
  gap: 0 56px;
  max-width: 100%;
  display: grid;
}

.kurz {
  background-color: #f4f4f8;
  border: 1px solid #dddce6;
  border-radius: 7px;
  margin: 0 0 34px;
  padding: 26px 28px;
}

.kurz-p {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 11.5px;
}

.artikel-cta {
  background-color: #1a0060;
  border-radius: 7px;
  margin: 38px 0;
  padding: 30px 32px;
}

.artikel-cta-h {
  font-family: var(--_schriften---schrift-headline);
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
}

.artikel-cta-p {
  color: #cfc7e6;
  margin: 0 0 20px;
  font-size: 16.5px;
  line-height: 1.6;
}

.zurueck {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .12em;
  text-transform: uppercase;
  grid-column: 1;
  margin: 0 0 20px;
  font-size: 11.5px;
  text-decoration: none;
  display: inline-block;
}

.zurueck:hover {
  color: #1a0060;
}

.bq {
  border-left: 3px solid #5060fa;
  margin: 26px 0;
  padding: 4px 0 4px 22px;
}

.bq-p {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.bq-cite {
  color: #5b5872;
  font-size: 15px;
  font-style: normal;
}

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

.figure-frei {
  background-color: #0000;
  border: 1px #dddce6;
  border-radius: 7px;
  margin: 100px 0 0;
  padding: 0;
}

.figure-frei-i {
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
}

.figure-frei-cap {
  color: #5b5872;
  text-align: left;
  max-width: 70ch;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.dl {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: flex-start;
  display: flex;
}

.dl-cover {
  flex: none;
  width: 100%;
}

.dl-cover-i {
  object-fit: contain;
  object-position: 50% 50%;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dl-body {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.dl-sub {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 11.5px;
}

.dl-sub.step-meta {
  margin-top: 16px;
  margin-bottom: 0;
}

.origin-h2-sm {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

.galerie {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.galerie-i {
  aspect-ratio: 16 / 10;
}

.cards-mt {
  margin-top: 26px;
}

.card-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 14px;
}

.feat-mb0 {
  margin-bottom: 0;
}

.tickli-mt {
  margin-top: 18px;
}

.actions-mt {
  margin-top: 24px;
}

.logos-strip-flat {
  border-top-style: none;
  padding-top: 0;
}

.stickybar {
  z-index: 50;
  background-color: #fff;
  border-top: 1px solid #dddce6;
  transition: transform .26s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(110%);
  box-shadow: 0 -6px 24px #12003f14;
}

.stickybar.an {
  transform: translateY(0);
}

.sb-in {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sb-t {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.sb-t-small {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 10.5px;
  font-weight: 400;
  display: block;
}

.sb-a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  display: flex;
}

.toclist {
  border-top: 1px solid #dddce6;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.toclist-li {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #dddce6;
  align-items: baseline;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16.5px;
  display: flex;
}

.tl-no {
  width: 22px;
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  flex: none;
  font-size: 11px;
}

.tl-fill {
  border-bottom: 1px dotted #c9c7d6;
  flex: 1;
  transform: translateY(-4px);
}

.tl-p {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  flex: none;
  font-size: 12px;
}

.sb-termin {
  display: inline-block;
}

.close-a {
  color: #fff;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.panel-wrap {
  margin-top: 46px;
}

.lead-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 620px;
  display: grid;
}

.lead-wrap {
  max-width: 620px;
}

.dl-ready {
  grid-row-gap: 18px;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 7px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 30px;
  display: flex;
}

.dl-ready-h {
  font-family: var(--_schriften---schrift-headline);
  color: #1a0060;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
}

.dlov {
  z-index: 60;
  background-color: #12003fa6;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.dlov.dlov-on {
  display: flex;
}

.dlov-panel {
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  max-width: 560px;
  max-height: 88vh;
  padding: 38px 40px 34px;
  position: relative;
  overflow: auto;
  box-shadow: 0 24px 60px #12003f38;
}

.dlov-close {
  color: #5b5872;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 14px;
  right: 16px;
}

.dlov-doc {
  font-family: var(--_schriften---schrift-mono);
  color: #5b5872;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: 11.5px;
}

.dlov-h {
  color: #12003f;
  letter-spacing: -.01em;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.dlov-lede {
  color: #4a4460;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 1.6;
}

.f-hidden {
  display: none;
}

.nav-dd {
  display: inline-block;
  position: relative;
}

.nav-dd-tg {
  color: #12003f;
  cursor: pointer;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding: 6px 16px 6px 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dd-tg:hover {
  border-bottom-color: #5060fa;
}

.nav-dd-ic {
  color: #6b6785;
  width: 12px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-dd-list {
  z-index: 60;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 12px;
  min-width: 232px;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: -14px;
  box-shadow: 0 14px 34px #12003f1f;
}

.nav-dd-link {
  color: #12003f;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-dd-link:hover {
  color: #5060fa;
  background-color: #f3f3f8;
}

.text-block, .text-block-2 {
  font-size: 14px;
}

.logo-rail {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}

.logo-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: max-content;
  display: flex;
}

.logo-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 48px;
  margin-right: 44px;
  display: flex;
}

.logo-item-i {
  opacity: .6;
  filter: grayscale();
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.sa-card {
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 18px;
  padding: 34px;
}

.sa-hidden {
  display: none;
}

.sa-prog {
  grid-column-gap: 14px;
  color: #6b6785;
  align-items: center;
  margin-bottom: 26px;
  font-size: 14px;
  display: flex;
}

.sa-prog-bar {
  background-color: #eeeef4;
  border-radius: 3px;
  flex: auto;
  height: 6px;
  overflow: hidden;
}

.sa-prog-fill {
  background-image: linear-gradient(90deg, #32a0fa, #5060fa);
  width: 0%;
  height: 100%;
  transition: width .3s;
}

.sa-q {
  border-bottom: 1px solid #eeeef4;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.sa-q-n {
  color: #5060fa;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.sa-q-h {
  color: #12003f;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.sa-q-s {
  color: #5b5872;
  margin-bottom: 14px;
  font-size: 15px;
}

.sa-opts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: grid;
}

.sa-opt {
  grid-column-gap: 12px;
  color: #12003f;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  font-size: 15.5px;
  line-height: 1.45;
  transition: border-color .15s, background-color .15s;
  display: flex;
}

.sa-key {
  color: #5b5872;
  background-color: #f1f1f7;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.sa-actions {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.sa-note {
  color: #6b6785;
  font-size: 14px;
}

.sa-opt-on {
  background-color: #f3f3ff;
  border-color: #5060fa;
  box-shadow: inset 0 0 0 1px #5060fa;
}

.sa-key-on {
  color: #fff;
  background-color: #5060fa;
}

.sa-res-h {
  color: #12003f;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.sa-res-bar {
  grid-column-gap: 6px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 8px;
  display: grid;
}

.sa-seg {
  background-color: #eeeef4;
  border-radius: 5px;
  height: 10px;
}

.sa-seg-on {
  background-image: linear-gradient(90deg, #32a0fa, #5060fa);
}

.sa-res-labels {
  grid-column-gap: 6px;
  color: #6b6785;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 24px;
  font-size: 13px;
  display: grid;
}

.sa-lab-on {
  color: #12003f;
  font-weight: 600;
}

.sa-dim {
  grid-row-gap: 12px;
  margin-top: 18px;
  display: grid;
}

.sa-dim-row {
  grid-column-gap: 16px;
  grid-template-columns: 1fr auto;
  align-items: center;
  display: grid;
}

.sa-dim-n {
  color: #12003f;
  font-size: 15.5px;
}

.sa-dots {
  grid-column-gap: 6px;
  display: flex;
}

.sa-dot {
  background-color: #e4e3ec;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

.sa-dot-on {
  background-color: #5060fa;
}

.sa-rec {
  background-color: #f3f3ff;
  border: 1px solid #dddce6;
  border-radius: 14px;
  margin-top: 24px;
  padding: 20px 22px;
}

.sa-sub-h {
  color: #5060fa;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.sa-p {
  color: #3d3a55;
  font-size: 16px;
  line-height: 1.6;
}

.sa-grid2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  display: grid;
}

.sa-step1 {
  display: block;
}

.sa-step2 {
  grid-template-columns: .82fr 1fr;
  align-items: stretch;
  padding: 0;
  display: grid;
}

.sa-step3, .sa-questions {
  display: block;
}

.sa-next {
  border-style: none;
}

.sa-hint {
  color: #b03a5b;
  font-size: 14px;
  display: none;
}

.sa-prog-t {
  white-space: nowrap;
  flex: none;
}

.sa-res-name, .sa-res-text {
  display: block;
}

.sa-dim-list {
  grid-row-gap: 12px;
  display: grid;
}

.sa-rec-text {
  display: block;
}

.sa-back {
  cursor: pointer;
  text-decoration: underline;
}

.sa-side {
  background-color: #230066;
  background-image: radial-gradient(115% 85% at 12% 6%, #7f24ffb3 0%, #23006600 62%);
  align-items: center;
  padding: 52px 44px;
  display: flex;
}

.sa-side-in {
  width: 100%;
}

.sa-quote {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.32;
}

.sa-src {
  opacity: .6;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
}

.sa-formcol {
  padding: 52px 44px;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: justify;
}

.akkordeon-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}

.gauge-lead {
  color: #230066;
  text-align: left;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.gauge-body {
  color: #3d3a55;
  text-align: left;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  text-align: justify;
}

.nav-burger {
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  display: none;
}

.nav-burger-bar {
  background-color: #230066;
  border-radius: 2px;
  width: 23px;
  height: 2px;
  transition: transform .22s, opacity .18s;
  display: block;
}

.film-video {
  background-color: #12003f;
  border-radius: 3px;
  width: 100%;
  height: auto;
  display: block;
}

.soc {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.soc-a {
  color: #5b5872;
  background-color: #fff;
  border: 1px solid #dddce6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: color .16s, border-color .16s, transform .16s;
  display: flex;
}

.soc-a:hover {
  color: #7f24ff;
  border-color: #7f24ff;
  transform: translateY(-2px);
}

.soc-a:focus-visible, .soc-a[data-wf-focus-visible] {
  color: #7f24ff;
  border-color: #4180ff;
}

.soc-svg {
  width: 19px;
  height: 19px;
  display: block;
}

.gauge-bars-a {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2021%2017'%20role='img'%20aria-label='Kompetenzprofil%20Fuehrung'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3E%3Cstop%20offset='0'%20stop-color='%2322C1F5'/%3E%3Cstop%20offset='1'%20stop-color='%236B3BF5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x='0'%20y='10'%20width='3'%20height='7'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='6'%20y='4'%20width='3'%20height='13'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='12'%20y='8'%20width='3'%20height='9'%20rx='1.5'%20fill='%23230066'/%3E%3Crect%20x='18'%20y='0'%20width='3'%20height='17'%20rx='1.5'%20fill='url('../images/')'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  margin-bottom: 4px;
  display: block;
}

.gauge-bars-b {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2021%2017'%20role='img'%20aria-label='Kompetenzprofil%20Besetzung'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3E%3Cstop%20offset='0'%20stop-color='%2322C1F5'/%3E%3Cstop%20offset='1'%20stop-color='%236B3BF5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x='0'%20y='2'%20width='3'%20height='15'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='6'%20y='9'%20width='3'%20height='8'%20rx='1.5'%20fill='%23230066'/%3E%3Crect%20x='12'%20y='6'%20width='3'%20height='11'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='18'%20y='0'%20width='3'%20height='17'%20rx='1.5'%20fill='url('../images/')'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  margin-bottom: 4px;
  display: block;
}

.gauge-bars-c {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2021%2017'%20role='img'%20aria-label='Kompetenzprofil%20Nachweis'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='0'%20y2='1'%3E%3Cstop%20offset='0'%20stop-color='%2322C1F5'/%3E%3Cstop%20offset='1'%20stop-color='%236B3BF5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x='0'%20y='7'%20width='3'%20height='10'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='6'%20y='0'%20width='3'%20height='17'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='12'%20y='4'%20width='3'%20height='13'%20rx='1.5'%20fill='url('../images/')'/%3E%3Crect%20x='18'%20y='10'%20width='3'%20height='7'%20rx='1.5'%20fill='%23230066'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  margin-bottom: 4px;
  display: block;
}

.i-btn {
  color: #4180ff;
  text-transform: none;
  vertical-align: middle;
  cursor: help;
  letter-spacing: 0;
  border: 1px solid #4180ff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-left: 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.i-btn:hover {
  color: #fff;
  background-color: #4180ff;
}

.i-btn.i-btn-inv {
  color: #fff;
  border: 1px solid #fff;
}

.i-btn.i-btn-inv:hover {
  color: #230066;
  background-color: #fff;
}

.gl-letter {
  color: #7f24ff;
  letter-spacing: .02em;
  border-bottom: 1px solid #dddce6;
  margin-top: 40px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.bgvid {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bgvid-ctrl {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #12003f8c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px auto;
}

.pak-cell {
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  flex-direction: column;
  grid-row: span 2;
  display: grid;
}

.pak-hint {
  order: -1;
  margin-top: 0;
  margin-bottom: 10px;
}

.pak-hint-s {
  grid-column-gap: 8px;
  color: #7f24ff;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  list-style-type: none;
  display: flex;
}

.pak-hint-i {
  border: 1px solid #7f24ff;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.pak-hint-p {
  color: #3d2478;
  background-color: #f4f0ff;
  border-left: 3px solid #7f24ff;
  border-radius: 3px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.55;
}

.pak-badge {
  color: #12003f;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #02deff;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.pak-badge.mtx-badge {
  align-self: center;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 3px 9px;
  font-size: 10px;
}

.prose-2col {
  column-width: 22rem;
  column-gap: 44px;
}

.eh-link {
  text-underline-offset: 3px;
  color: inherit;
  font-weight: 600;
  -webkit-text-decoration: underline #7f24ff;
  text-decoration: underline #7f24ff;
}

.card-nutzen {
  color: #1e0a64;
  text-align: left;
  background-color: #f3f1fb;
  border-top-style: none;
  border-left: 3px solid #1e0a64;
  border-radius: 12px;
  min-height: 72px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 14px 16px 16px;
  font-size: 15px;
  line-height: 1.55;
}

.hero-figure-img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: auto;
  margin-top: 22px;
  display: block;
}

.head-figure-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.pak-col {
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  flex-direction: column;
  grid-row: span 2;
  height: 100%;
  display: grid;
}

.pak-price {
  color: #1a0060;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.pak-price.pak-price-inv {
  color: #fff;
}

.pak-price-n {
  color: #5b5872;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 13.5px;
}

.pak-price-n.pak-price-n-inv {
  color: #b3a9d6;
}

.swbar {
  color: #5b5872;
  letter-spacing: .02em;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 13.5px;
}

.swtags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 26px;
  display: flex;
}

.swtag {
  color: #5b5872;
  background-color: #fff;
  border: 1px solid #e4e0f2;
  border-radius: 999px;
  align-items: center;
  padding: 6px 13px;
  font-size: 12.5px;
  line-height: 1.3;
  display: inline-flex;
}

.ucs {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  display: grid;
}

.uc {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uc-i {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: block;
}

.uc-i.uc-i-1 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%227.5%22%20height%3D%227.5%22%20rx%3D%221.6%22%2F%3E%3Crect%20x%3D%2213.5%22%20y%3D%223%22%20width%3D%227.5%22%20height%3D%227.5%22%20rx%3D%221.6%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2213.5%22%20width%3D%227.5%22%20height%3D%227.5%22%20rx%3D%221.6%22%2F%3E%3Crect%20x%3D%2213.5%22%20y%3D%2213.5%22%20width%3D%227.5%22%20height%3D%227.5%22%20rx%3D%221.6%22%2F%3E%3C%2Fsvg%3E");
}

.uc-i.uc-i-2 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203.2l2.6%205.5%206%20.9-4.3%204.2%201%206-5.3-2.8L6.7%2019.8l1-6L3.4%209.6l6-.9z%22%2F%3E%3C%2Fsvg%3E");
}

.uc-i.uc-i-3 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228.5%22%20r%3D%222.6%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%228.5%22%20r%3D%222.6%22%2F%3E%3Cpath%20d%3D%22M3.2%2019c0-2.6%202.1-4.4%204.8-4.4s4.8%201.8%204.8%204.4%22%2F%3E%3Cpath%20d%3D%22M13.5%2019c.2-2.6%202-4.4%204.5-4.4%201.4%200%202.8.6%203.8%201.7%22%2F%3E%3C%2Fsvg%3E");
}

.uc-i.uc-i-4 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.6%2012a8.6%208.6%200%201%201-2.7-6.2%22%2F%3E%3Cpath%20d%3D%22M20.6%204.4V10h-5.6%22%2F%3E%3C%2Fsvg%3E");
}

.uc-i.uc-i-5 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5.4%2017.4h3.1l5-10.8h5.1%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2217.4%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%226.6%22%20r%3D%221.6%22%2F%3E%3C%2Fsvg%3E");
}

.uc-i.uc-i-6 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%237F24FF%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3.6%208.4h13.2l-3.4-3.4%22%2F%3E%3Cpath%20d%3D%22M20.4%2015.6H7.2l3.4%203.4%22%2F%3E%3C%2Fsvg%3E");
}

.uc-h {
  color: #1a0060;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.uc-p {
  color: #5b5872;
  max-width: 20em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.artikel-head-grid {
  grid-template-columns: 1fr .8fr;
  align-items: start;
  gap: 0 48px;
  display: grid;
}

.text-block-3 {
  font-size: 14px;
}

.origin-l {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.way-claim {
  color: #230066;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.way-fit {
  color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin: auto -28px -26px;
  padding: 15px 28px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .16s;
  display: block;
}

.way-fit:hover {
  color: #02deff;
}

.way-details {
  border-top: 1px solid #dddce6;
  margin-top: 14px;
  padding-top: 2px;
}

.way-summary {
  color: #1a0060;
  letter-spacing: -.01em;
  cursor: pointer;
  padding: 12px 26px 12px 0;
  font-size: 14.5px;
  font-weight: 600;
  list-style-type: none;
  position: relative;
}

.way-summary:after {
  content: "";
  border-bottom: 2px solid #1a0060;
  border-right: 2px solid #1a0060;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-70%)rotate(45deg);
}

.way-ul {
  color: #5b5872;
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.55;
}

.way-li {
  margin-bottom: 5px;
}

.shot-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.shot-fill {
  height: 100%;
  min-height: 340px;
}

.skip-link {
  z-index: 1100;
  color: #fff;
  background-color: #1a0060;
  border-bottom-right-radius: 4px;
  padding: 12px 18px;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -9999px;
}

.skip-link:focus {
  left: 0;
}

.main-wrap {
  display: block;
}

@media screen and (max-width: 991px) {
  .wrap.bar {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0;
    height: auto;
    padding-top: 14px;
  }

  .wrap.kontakt-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .wrap.quoteband-in {
    padding: 56px 40px 60px;
  }

  .wrap.head-grid {
    grid-column-gap: 28px;
    grid-template-columns: 1.15fr .85fr;
  }

  .hero {
    padding-top: 52px;
  }

  .hero.hero-pb {
    padding-bottom: 48px;
  }

  .hero-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: 1fr;
  }

  .sect, .band {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .steps {
    border-top-style: none;
    grid-template-columns: 1fr;
  }

  .steps.steps-6, .steps.steps-4, .steps.steps-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .jobs {
    grid-template-columns: 1fr 1fr;
  }

  .ways {
    grid-template-columns: repeat(2, 1fr);
  }

  .sechead-row {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rail {
    padding-left: 28px;
    padding-right: 28px;
    scroll-padding-left: 28px;
  }

  .voice {
    flex: 0 0 calc(50% - 11px);
  }

  .origin {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .close-text {
    padding: 48px 36px 52px;
  }

  .footgrid {
    grid-template-columns: 1fr 1fr;
  }

  .site-nav {
    grid-column-gap: 22px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: flex-start;
    row-gap: 2px;
    width: 100%;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 16px;
    font-size: 15px;
    display: none;
  }

  .site-nav.nav-open {
    display: flex;
  }

  .navlink {
    white-space: nowrap;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
  }

  .site-footer {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .steps-li {
    border-top: 1px solid #dddce6;
    border-right-style: none;
    padding: 22px 0 24px;
  }

  .jobs-figure {
    grid-area: auto / 1 / auto / span 2;
    min-height: 300px;
  }

  .paks {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paks.paks-2 {
    grid-template-columns: 1fr;
  }

  .page-head {
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .legal-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .toc {
    border-top: 1px solid #dddce6;
    border-bottom: 1px solid #dddce6;
    border-left-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    position: static;
  }

  .close-in {
    padding: 78px 40px 82px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards.cards-2 {
    grid-template-columns: 1fr;
  }

  .gauge-row {
    grid-template-columns: 180px 1fr;
    column-gap: 22px;
  }

  .paths-4 {
    grid-template-columns: 1fr;
  }

  .ways-6 {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-figure-end {
    grid-area: auto;
  }

  .termine-grid {
    grid-template-columns: 1fr;
  }

  .close-solo {
    padding: 70px 40px 74px;
  }

  .steps-4, .facts-3 {
    grid-template-columns: 1fr 1fr;
  }

  .logowall {
    grid-column-gap: 26px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .artikel-bild {
    aspect-ratio: 16 / 9;
    grid-area: auto / 1;
  }

  .artikel-wrap.artikel-head-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .figure-frei {
    margin-top: 56px;
  }

  .galerie {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-wrap {
    margin-top: 34px;
  }

  .nav-dd {
    width: 100%;
  }

  .nav-dd-tg {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-dd-list {
    width: 100%;
    min-width: 0;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 14px;
    position: static;
  }

  .nav-dd-link {
    width: 100%;
    padding-left: 0;
  }

  .sa-step2 {
    grid-template-columns: 1fr;
  }

  .sa-side, .sa-formcol {
    padding: 34px 26px;
  }

  .nav-burger {
    display: flex;
  }

  .card-nutzen {
    min-height: 103px;
  }

  .ucs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .wrap.head-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .btn-sm {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hero {
    padding-top: 40px;
  }

  .hero.hero-pb {
    padding-bottom: 36px;
  }

  .lede {
    text-align: left;
  }

  .proof {
    flex-wrap: wrap;
  }

  .paths {
    grid-template-columns: 1fr;
  }

  .sect, .band {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .sechead {
    margin-bottom: 28px;
  }

  .sechead-lede {
    text-align: left;
  }

  .steps.steps-6, .steps.steps-4, .steps.steps-5, .jobs, .ways, .ways.ways-2 {
    grid-template-columns: 1fr;
  }

  .rail {
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
  }

  .voice {
    flex: 0 0 84%;
  }

  .facts, .close-grid {
    grid-template-columns: 1fr;
  }

  .close-figure {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .close-text {
    padding: 44px 28px 52px;
  }

  .gauge-dd {
    font-size: 16px;
  }

  .way-p {
    font-size: 15px;
  }

  .close-p {
    text-align: left;
  }

  .site-nav {
    grid-row-gap: 4px;
  }

  .navlink {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .foot-bottom-wrap {
    margin-top: 32px;
  }

  .logo-img {
    height: 44px;
  }

  .jobs-figure {
    grid-column: auto;
    min-height: 240px;
  }

  .page-head {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .close-in {
    padding: 70px 32px 74px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card-p {
    text-align: left;
  }

  .teasers, .f-row {
    grid-template-columns: 1fr;
  }

  .info-li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .gauge-row {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ways-6 {
    grid-template-columns: 1fr;
  }

  .jobs-figure-end {
    grid-area: auto;
  }

  .t-row {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

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

  .posts, .posts-3 {
    grid-template-columns: 1fr;
  }

  .figure-frei {
    margin-top: 36px;
  }

  .dl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .dl-cover {
    flex: none;
    width: 100%;
  }

  .dl-cover-i {
    height: 150px;
  }

  .galerie {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sb-t {
    font-size: 14.5px;
  }

  .sb-t-small, .sb-termin {
    display: none;
  }

  .dlov-panel {
    padding: 30px 24px 26px;
  }

  .nav-dd-tg, .nav-dd-link {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .logo-item {
    width: 104px;
    height: 40px;
    margin-right: 30px;
  }

  .sa-card {
    border-radius: 14px;
    padding: 24px 20px;
  }

  .sa-q-h {
    font-size: 18px;
  }

  .sa-opt {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .sa-res-h {
    font-size: 23px;
  }

  .sa-res-labels {
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4px;
    font-size: 11px;
    line-height: 1.25;
  }

  .sa-dim-row {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .sa-grid2 {
    grid-template-columns: 1fr;
  }

  .card-nutzen {
    min-height: 0;
  }

  .ucs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .wrap.quoteband-in {
    padding: 48px 24px 52px;
  }

  .footgrid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .site-nav {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    font-size: 14.5px;
  }

  .close-in {
    padding: 62px 24px 66px;
  }

  .close-solo {
    padding: 58px 24px 62px;
  }

  .logowall {
    grid-column-gap: 20px;
    grid-row-gap: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


