@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --color-1: #2e1f4a;
  --white: white;
  --color-2: #7459a5;
  --color-4: #f8f6f5;
  --color-3: #8ed2c8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #000;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
}

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

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.landing-hero {
  background-image: url('../images/Group-94.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.landing-hero-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #f8f6f5;
}

.white {
  color: var(--white);
  text-align: justify;
}

.white.centered {
  text-align: center;
}

.main-button {
  background-color: var(--white);
  color: var(--color-1);
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button.purple {
  background-color: var(--color-2);
  color: var(--white);
}

.ablauf {
  margin-top: -56px;
}

.quick-stack {
  padding: 0;
}

.ablauf-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.image {
  width: 64px;
}

.grid-photo-text {
  margin-top: 100px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.services {
  background-color: var(--white);
}

.quick-stack-2 {
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.service-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  width: 100%;
  padding: 20px;
}

.service-grid-heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 32px;
  margin-right: 10px;
}

.bulletpoints {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

.checkmark {
  width: 20px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.l-sungen {
  background-image: url('../images/Pinsel-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quick-stack-4 {
  padding: 0;
}

.l-sungen-grid-wrapper {
  display: flex;
}

.l-sungen-grid-content-wrapper {
  padding-left: 20px;
}

.image-3 {
  align-self: flex-start;
}

.quick-stack-4-copy {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  padding: 0;
}

.benefits {
  background-color: var(--white);
}

.quick-stack-5 {
  padding: 0;
}

.benfits-heading {
  color: var(--color-2);
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.cell-4.slideup-3 {
  flex-flow: column;
}

.quick-stack-6 {
  padding: 0;
}

.optimal-grid-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--white);
  width: 100%;
  padding: 20px;
}

.alert {
  border: 1px solid var(--color-2);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.optimal-content {
  margin-bottom: 0;
  padding-left: 20px;
}

.paragraph-5 {
  color: var(--color-1);
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.quick-stack-7 {
  padding: 0;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-left: 20px;
}

.quick-stack-8 {
  padding: 0;
}

.innovation {
  background-color: var(--white);
}

.quick-stack-9 {
  padding: 0;
}

.innovation-grid-wrapper {
  width: 100%;
}

.innovation-grid-heading-wrapper {
  border: 1px solid var(--color-2);
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.image-4 {
  width: 130px;
  margin-top: 10px;
}

.nav-wrapper.container-w1.navpedding {
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: var(--color-1);
  background-image: url('../images/Pinsel-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.quick-stack-10 {
  padding: 0;
}

.heading {
  color: var(--white);
  font-size: 1.4em;
}

.cell-10 {
  justify-content: flex-start;
  align-items: center;
}

.list-item {
  margin-bottom: 20px;
}

.quick-stack-11 {
  padding: 0;
}

.image-5 {
  width: 32px;
}

.main-button-2 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-2.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-2.purple.rounder {
  border-radius: 2200px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.container-w1.adjusted-nav {
  background-color: #fff;
  border-radius: 172px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.image-6 {
  width: 130px;
  margin-top: 0;
}

.main-button-3 {
  color: #2e1f4a;
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 40px;
  font-weight: 400;
}

.main-button-3.purple {
  color: #fff;
  background-color: #7459a5;
}

.main-button-3.purple.rounder {
  border-radius: 2200px;
}

.navbar-3 {
  background-color: #fff;
  border-radius: 75px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-7 {
  width: 130px;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .cell-11, .cell-12 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .landing-hero {
    height: 60vh;
  }

  .white {
    text-align: left;
  }

  .white.block {
    text-align: justify;
  }

  .l-sungen-grid-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-e69f956d-1c8d-df1c-114a-4b5580332814-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fe25c85b-36a7-9910-fc9a-b2acecdfacd0-36559835, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-36559835, #w-node-_410cbb1b-ec39-4524-9d7d-9af403b7706a-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_87484181-369d-9462-98cd-7149e82b0bdc-36559835, #w-node-_5767e773-be18-b172-a28a-1da0826255f6-36559835, #w-node-_58891f65-10bc-de3e-2013-17da13d1ef75-36559835, #w-node-a7344a38-ae66-a08e-2971-8a40cace33b5-36559835, #w-node-_9429c8f6-41f5-f5d4-7f31-aebf488f18ad-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4421aaa7-62f2-bbbf-f14e-00535d42ecbc-36559835 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4b5d675d-d556-74d6-51af-a0edaf04bf4b-36559835, #w-node-_6ef4863a-89aa-53fe-6e4f-d8379a270a91-36559835, #w-node-c53ca15b-f675-676b-5c1c-b87abffc4abd-36559835, #w-node-_8d57995a-172b-1d69-9da6-a4d967c1942c-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_40ff3076-4249-eb46-3291-0c92b40f8961-36559835 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fdd87ef4-9464-7b87-3bb9-7f24376712a4-36559835 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2aee695a-784b-aedc-1af2-3138db7a5a5e-36559835, #w-node-d28aab49-8b22-2f86-bbf0-df37d14d0017-36559835, #w-node-c11cd507-c8db-16a8-0527-1f3878c287c3-36559835, #w-node-_1914f996-17f5-3cbd-34e1-54efa301baeb-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e0c3922c-2efe-1f88-540e-e57f62bade72-36559835, #w-node-_67424b9a-c635-daf4-a831-fe7ea3ea8d78-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ebd4d3ab-e507-ddbb-1ec9-7d993bf574ea-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_00af51ca-1d97-c89a-28fa-7f5a32f6c3a3-36559835, #w-node-f560a112-56d8-8c11-da9f-b5cb50133e47-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-de976c48-141a-7473-c2dd-877067f69b71-36559835 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8448c4ed-0e35-386b-addf-2d292d0d231f-36559835, #w-node-a87f08ea-29b8-57b7-57a6-8ac91b15c54a-36559835, #w-node-_813743ad-cfe4-2737-7970-325a1669d19c-36559835, #w-node-ba38644e-ad26-56b0-f099-1609b1c6b4c5-36559835 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_88c9d310-8a54-749e-7bfc-703cd4cf683a-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_123f16b8-cc63-ff29-8d61-73cda321381a-36559835, #w-node-_70126cce-b66c-8220-54bc-9671d2090fc2-36559835 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e69f956d-1c8d-df1c-114a-4b5580332814-36559835, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-36559835, #w-node-_410cbb1b-ec39-4524-9d7d-9af403b7706a-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4421aaa7-62f2-bbbf-f14e-00535d42ecbc-36559835, #w-node-fdd87ef4-9464-7b87-3bb9-7f24376712a4-36559835 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-de976c48-141a-7473-c2dd-877067f69b71-36559835 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_123f16b8-cc63-ff29-8d61-73cda321381a-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40ff3076-4249-eb46-3291-0c92b40f8961-36559835 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ebd4d3ab-e507-ddbb-1ec9-7d993bf574ea-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe25c85b-36a7-9910-fc9a-b2acecdfacd0-36559835, #w-node-_672af8c7-cbf5-b74f-bcd8-92735fdea1bf-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_40ff3076-4249-eb46-3291-0c92b40f8961-36559835 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5507e555-35fc-0923-da14-9503b31d5bb9-36559835 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}