html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-height: 100%;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "''";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, label, input, textarea, button, select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  color: rgb(51, 51, 51);
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

code {
  font-family: monospace;
}

action, function, on, init, map-value, property, on-property-change, map-property {
  display: none;
}

input, textarea {
  border-radius: 5px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  padding: 5px 8px;
}

body {
  background-color: white;
}

a {
  color: rgb(5, 64, 133);
}

a:visited {
  color: rgb(5, 64, 133);
}

[view~="content-container"] {
  max-width: 1100px;
  padding: 0px 20px;
}

[view~="navigation-bar"] {
  background-color: white;
  border-width: 0px;
}

[view~="navigation-bar"] .container {
  padding: 12px 0px;
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .container > [view~="spacer"] {
    display: none;
  }
}

[view~="navigation-bar"] .itemContainer {
  position: relative;
}

[view~="navigation-bar"] .itemContainer > :first-child {
  visibility: hidden;
}

[view~="navigation-bar"] .itemContainer > :last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

[view~="navigation-bar"] .item {
  padding: 6px 12px;
  margin: 0px 8px;
  text-decoration: none;
  color: rgb(12, 191, 221);
  font-weight: 500.0;
}

[view~="navigation-bar"] .item:visited {
  color: rgb(12, 191, 221);
}

[view~="navigation-bar"] .item:hover {
  background-color: rgb(244, 244, 244);
  border-radius: 5px;
}

[view~="navigation-bar"] .item.current {
  color: rgb(12, 191, 221);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(14, 226, 175);
  text-underline-offset: 4px;
}

[view~="navigation-bar"] .left {
  margin-right: 40px;
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .left {
    flex-basis: 100%;
    justify-content: center;
  }
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .left {
    margin-right: 0px;
  }
}

[view~="navigation-bar"] .left > a {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

[view~="navigation-bar"] .left > a:visited {
  color: rgb(51, 51, 51);
}

[view~="navigation-bar"] .right {
  margin-left: 20px;
}

[view~="action-button"] {
  cursor: pointer;
  padding: 6px 14px;
  background-color: rgb(238, 238, 238);
  border-radius: 5px;
  border-width: 0px;
  border-color: transparent;
  border-style: solid;
}

[view~="action-button"]:hover {
  opacity: 0.8;
}

[view~="action-button"]:active {
  opacity: 0.6;
}

[view~="vstack"] {
  display: flex;
  flex-direction: column;
}

[view~="vstack"][alignment="left"] {
  align-items: flex-start;
}

[view~="vstack"][alignment="center"] {
  align-items: center;
}

[view~="vstack"][alignment="right"] {
  align-items: flex-end;
}

[view~="vstack"] > [h-position="left"] {
  align-self: flex-start;
}

[view~="vstack"] > [h-position="center"] {
  align-self: center;
}

[view~="vstack"] > [h-position="right"] {
  align-self: flex-end;
}

[view~="vstack"] > [v-size="expand"] {
  flex-grow: 1.0;
}

[view~="vstack"] > [v-size="fixed"] {
  flex-shrink: 0.0;
}

[view~="vstack"] > [v-size="fraction"] {
  flex-shrink: 0.0;
}

[view~="vstack"] > [view~="vstack"], [view~="vstack"] > [view~="hstack"], [view~="vstack"] > [view~="zstack"] {
  width: 100%;
}

[view~="vstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="vstack"] > [h-size="intrinsic"] {
  width: unset;
}

[view~="vstack"] > [v-size="expand"] {
  align-self: stretch;
}

[view~="vstack"] > [view~="spacer"] {
  width: auto !important;
}

[view~="hstack"] {
  display: flex;
  flex-direction: row;
}

[view~="hstack"][alignment="top"] {
  align-items: flex-start;
}

[view~="hstack"][alignment="middle"] {
  align-items: center;
}

[view~="hstack"][alignment="bottom"] {
  align-items: flex-end;
}

[view~="hstack"] > [v-position="top"] {
  align-self: flex-start;
}

[view~="hstack"] > [v-position="middle"] {
  align-self: center;
}

[view~="hstack"] > [v-position="bottom"] {
  align-self: flex-end;
}

[view~="hstack"] > [h-size="expand"] {
  flex-grow: 1.0;
}

[view~="hstack"] > [h-size="fixed"] {
  flex-shrink: 0.0;
}

[view~="hstack"] > [h-size="fraction"] {
  flex-shrink: 0.0;
}

[view~="hstack"] > [view~="vstack"], [view~="hstack"] > [view~="zstack"] {
  width: 100%;
}

[view~="hstack"] > [v-size="expand"] {
  align-self: stretch;
}

[view~="hstack"] > [h-size="intrinsic"] {
  width: unset;
}

[view~="hstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="hstack"] > [view~="spacer"] {
  height: auto !important;
}

[view~="zstack"] {
  position: relative;
}

[view~="zstack"] > [zstack-overlay] {
  position: absolute;
}

[view~="zstack"] > [h-size="expand"] {
  width: 100%;
}

[view~="zstack"] > [v-size="expand"] {
  height: 100%;
}

[view~="spacer"] {
  flex-shrink: 1.0;
  flex-grow: 1.0;
  align-self: stretch !important;
}

[view~="spacer"][h-size="fixed"] {
  flex-grow: 0.0;
}

[view~="spacer"][h-size="fraction"] {
  flex-grow: 0.0;
}

[view~="spacer"][h-size="intrinsic"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="fixed"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="fraction"] {
  flex-grow: 0.0;
}

[view~="spacer"][v-size="intrinsic"] {
  flex-grow: 0.0;
}

[view~="modal-container"] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

[view~="modal-container"] > .background {
  pointer-events: none;
  background-color: black;
  opacity: 0.0;
}

[view~="body-text"][data-style="bold"] {
  font-weight: bold;
}

[view~="body-text"][data-style="secondary"] {
  color: rgb(136, 136, 136);
}

[view~="page-content"] {
  position: relative;
}

[view~="page-content"] .topGradient {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 400px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(12, 191, 221, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

[view~="page-content"] .foreground {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

[view~="page-content"] .brandLink {
  display: inline-flex;
  align-items: center;
}

[view~="page-content"] .brandIcon {
  position: relative;
  top: 2px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 4px;
}

@media (max-width: 799px) {
  [view~="page-content"] .brandIcon {
    margin-right: 0px;
  }
}

[view~="page-content"] .brandText {
  margin: 0px;
}

[view~="footer"] {
  background-color: rgb(248, 248, 248);
  padding: 40px 0px;
  border-color: rgb(245, 245, 245);
  border-style: solid;
  border-top-width: 1px;
  margin-top: 48px;
}

[view~="footer"] .title {
  font-size: 30px;
  font-weight: bold;
}

[view~="footer"] .links {
  margin-top: 35px;
  font-size: 14px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 12px;
}

[view~="footer"] a {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

[view~="footer"] a:hover {
  text-decoration: underline;
}

[view~="footer"] .copyright {
  margin-top: 49px;
  font-size: 12px;
  color: rgb(160, 160, 160);
}

[view~="navigation-bar"] {
  background-color: white;
  border-width: 0px;
}

[view~="navigation-bar"] .container {
  padding: 12px 0px;
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .container > [view~="spacer"] {
    display: none;
  }
}

[view~="navigation-bar"] .itemContainer {
  position: relative;
}

[view~="navigation-bar"] .itemContainer > :first-child {
  visibility: hidden;
}

[view~="navigation-bar"] .itemContainer > :last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

[view~="navigation-bar"] .item {
  padding: 6px 12px;
  margin: 0px 8px;
  text-decoration: none;
  color: rgb(12, 191, 221);
  font-weight: 500.0;
}

[view~="navigation-bar"] .item:visited {
  color: rgb(12, 191, 221);
}

[view~="navigation-bar"] .item:hover {
  background-color: rgb(244, 244, 244);
  border-radius: 5px;
}

[view~="navigation-bar"] .item.current {
  color: rgb(12, 191, 221);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgb(14, 226, 175);
  text-underline-offset: 4px;
}

[view~="navigation-bar"] .left {
  margin-right: 40px;
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .left {
    flex-basis: 100%;
    justify-content: center;
  }
}

@media (max-width: 799px) {
  [view~="navigation-bar"] .left {
    margin-right: 0px;
  }
}

[view~="navigation-bar"] .left > a {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

[view~="navigation-bar"] .left > a:visited {
  color: rgb(51, 51, 51);
}

[view~="navigation-bar"] .right {
  margin-left: 20px;
}

[view~="content-container"] {
  max-width: 1100px;
  padding: 0px 20px;
}

[view~="intro-box"] {
  margin-top: 48px;
  border-radius: 40px;
  padding: 32px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 799px) {
  [view~="intro-box"] {
    padding: 24px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

[view~="intro-box"][data-color-index="0"] {
  background-color: rgb(14, 226, 175, 0.1);
}

[view~="intro-box"][data-color-index="1"] {
  background-color: rgb(12, 191, 221, 0.1);
}

[view~="intro-box"][data-color-index="2"] {
  background-color: rgb(240, 78, 163, 0.1);
}

[view~="intro-box"][data-color-index="3"] {
  background-color: rgb(0, 0, 0, 0.05);
}

[view~="intro-box"][data-color-index="4"] {
  background-color: rgb(14, 226, 175, 0.1);
}

[view~="intro-box"][data-color-index="5"] {
  background-color: rgb(253, 237, 246);
}

[view~="feature"] {
  margin-top: 48px;
  border-radius: 40px;
  padding: 32px;
  max-width: 860px;
  overflow: visible;
}

[view~="feature"][data-color-index="0"] {
  background-color: rgb(14, 226, 175, 0.1);
}

[view~="feature"][data-color-index="1"] {
  background-color: rgb(12, 191, 221, 0.1);
}

[view~="feature"][data-color-index="2"] {
  background-color: rgb(240, 78, 163, 0.1);
}

[view~="feature"][data-color-index="3"] {
  background-color: rgb(0, 0, 0, 0.05);
}

[view~="feature"][data-color-index="4"] {
  background-color: rgb(14, 226, 175, 0.1);
}

[view~="feature"][data-color-index="5"] {
  background-color: rgb(253, 237, 246);
}

[view~="feature"][data-image-position="right"] {
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
}

[view~="feature"][data-image-position="left"] {
  text-align: left;
  margin-left: auto;
  margin-right: 0px;
}

@media (max-width: 799px) {
  [view~="feature"] {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

[view~="feature"] > .text {
  flex-grow: 1.0;
  flex-basis: 0px;
}

[view~="feature"] > .text > h2 {
  font-size: 30px;
}

@media (max-width: 799px) {
  [view~="feature"] > .text {
    width: 100%;
    text-align: center;
    order: 2;
  }
}

@media (max-width: 799px) {
  [view~="feature"] .text > h2 {
    width: 100%;
  }

  [view~="feature"] .text > p {
    width: 100%;
  }
}

[view~="feature"] > .image {
  flex-grow: 1.0;
  flex-basis: 0px;
}

[view~="feature"] > .image > img {
  max-width: 100%;
  height: auto;
}

[view~="feature"] > .image > .imagePlaceholder {
  background-color: white;
  border-radius: 16px;
  width: 100%;
  height: 200px;
}

@media (max-width: 799px) {
  [view~="feature"] > .image {
    width: 100%;
    order: 1;
  }
}

[view~="feature"][data-image-position="right"] > .image {
  margin-right: -200px;
  margin-top: -32px;
  margin-bottom: -32px;
}

[view~="feature"][data-image-position="left"] > .image {
  margin-left: -200px;
  margin-top: -32px;
  margin-bottom: -32px;
}

@media (max-width: 799px) {
  [view~="feature"][data-image-position="right"] > .image {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  [view~="feature"][data-image-position="left"] > .image {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 799px) {
  [view~="feature"] > .image > img {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

[view~="hero"] {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 799px) {
  [view~="hero"] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

[view~="hero"] .content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 799px) {
  [view~="hero"] .layout {
    flex-direction: column;
  }
}

[view~="hero"] .text {
  flex-grow: 1.0;
  flex-basis: 0px;
}

@media (max-width: 799px) {
  [view~="hero"] .text {
    width: 100%;
    text-align: center;
  }
}

[view~="hero"] .image {
  flex-grow: 1.0;
  flex-basis: 0px;
  text-align: center;
}

@media (max-width: 799px) {
  [view~="hero"] .image {
    width: 100%;
    order: 1;
  }
}

[view~="hero"] .image > .mockup {
  max-width: 400px;
  height: auto;
}

[view~="hero"] .image > .mockupPlaceholder {
  background-color: rgb(232, 240, 240);
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

@media (max-width: 799px) {
  [view~="hero"] .image > .mockupPlaceholder {
    height: 200px;
  }
}

[view~="hero"] .cta {
  padding-top: 30px;
}

@media (max-width: 799px) {
  [view~="hero"] .cta {
    justify-content: center;
    display: none;
  }
}

[view~="hero"] .ctaMobile {
  display: none;
}

@media (max-width: 799px) {
  [view~="hero"] .ctaMobile {
    display: block;
    order: 2;
    width: 100%;
    text-align: center;
    padding-top: 16px;
  }
}

[view~="hero"] .pencilLine {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: calc(100% - 30px);
  width: 1544px;
  height: 293px;
  pointer-events: none;
}

[view~="hero"] .centerIcon {
  position: relative;
  flex-shrink: 0.0;
}

@media (max-width: 799px) {
  [view~="hero"] .centerIcon {
    display: none;
  }
}

[view~="hero"] .appIcon {
  width: 125px;
  height: 125px;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

[view~="hero"] .stars {
  position: absolute;
  top: -34px;
  right: -44px;
  width: 43px;
  height: 39px;
}

[view~="video-player"] .player {
  width: 100%;
  background-color: black;
  overflow: hidden;
}

[view~="video-player"] .video {
  display: block;
  width: 100%;
  height: auto;
  background-color: black;
}

[view~="page-header"] .gradientText {
  display: inline-block;
  background: linear-gradient(86deg, rgba(14, 226, 175, 1) 0%, rgba(12, 191, 221, 1) 49%, rgba(240, 78, 163, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[view~="page-header"] > span {
  hyphens: auto;
  line-height: 1.2em;
}

[view~="page-header"] .large {
  font-size: 54px;
}

@media (max-width: 799px) {
  [view~="page-header"] .large {
    font-size: 36px;
  }
}

[view~="page-header"] .regular {
  font-size: 36px;
}

[view~="bullet-list"] {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 22px;
  margin-top: 8px;
  margin-bottom: 8px;
}

[view~="bullet-list"] > li {
  display: list-item;
  margin-bottom: 8px;
}

[view~="bullet-list"] > li:last-child {
  margin-bottom: 0px;
}

[view~="home-controller"] .features {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

[view~="home-controller"] > .cta {
  text-align: center;
  padding-top: 60px;
}

[view~="vorteile-controller"] .benefitBox {
  width: 100%;
  max-width: none;
}
