:root {
  --blue: #264452;
  --steel-white: white;
  --buttonblaudunkel: #579cbd;
  --dark-slate-grey: #f3f6fc;
  --alice-blue: #ecf3fd;
  --white: #ecf3fd;
  --red: #d7d7d7;
}

.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;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

body {
  color: var(--blue);
  background-color: #f8f8fd;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1vw;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

ul {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.styles-container {
  padding: 30px;
}

.styles-space {
  max-width: 1100px;
}

.h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.09em;
  font-weight: 600;
  line-height: .98;
  display: inline-block;
}

.h1.is-mid {
  text-align: center;
  margin-top: 0;
  padding-bottom: .5em;
}

.h1._1em--margin {
  margin-bottom: 1em;
}

.h1._5b--padding {
  padding-bottom: .5em;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.21;
}

.h3.is-mid {
  text-align: left;
  margin-top: 0;
  padding-top: .4em;
}

.h3.is-mid.more {
  text-align: center;
}

.h3.less-margin {
  margin-bottom: .5em;
}

.h3.less-margin.less {
  margin-bottom: .2em;
}

.h3.has--padding {
  margin-top: .3em;
}

.h3.has--padding.less {
  margin-top: .7em;
  margin-bottom: -.1em;
}

.h3.has--padding.more {
  padding-bottom: .8em;
}

.h3.has--margin {
  color: var(--blue);
}

.h3.has--margin.less {
  margin-bottom: .3em;
}

.h3.has--margin.more {
  margin-bottom: .6em;
  padding-bottom: 0;
}

.h3._5b--padding {
  text-align: center;
  padding-bottom: .5em;
}

.h3._5t--padding {
  text-align: center;
  padding-top: .5em;
}

.h4 {
  opacity: 1;
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.55em;
  font-weight: 600;
  line-height: 1.21;
}

.h4.is--faq {
  background-color: rgba(0, 0, 0, 0);
  padding: 1em 2.8em 1em 1em;
  font-size: 2em;
}

.h4.is--mid {
  color: var(--blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.h4.is--smaller {
  margin-top: .25em;
  margin-bottom: -.1em;
  font-size: 2.2em;
}

.h4.is--smaller.bigger {
  margin-top: .35em;
}

.h4.has--margin {
  margin-bottom: .5em;
}

.h4.has--margin.is--white {
  color: #fff;
}

.h4.has--margin.is--white.more {
  color: var(--steel-white);
}

.h4.has--margin.more {
  color: var(--blue);
  text-decoration: none;
}

.h4.has--margin.less {
  margin-bottom: .3em;
}

.h4.has--padding {
  margin-top: .3em;
  margin-bottom: -.1em;
  padding-bottom: 1em;
}

.h4.has--padding.less {
  margin-top: -.1em;
  padding-bottom: .3em;
}

.h4.in--blogdetail {
  text-decoration: none;
}

.h4._5b--padding {
  text-align: center;
  padding-bottom: .5em;
}

.h4._5t--padding {
  text-align: center;
  padding-top: .5em;
}

.h4._1b--padding {
  padding-bottom: 1em;
}

.h5 {
  opacity: .7;
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.68em;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.h5.is-crossed {
  color: #d7d7d7;
  text-decoration: line-through;
}

.h5.is-crossed.more {
  font-size: 2.1em;
}

.h5.has--padding {
  text-align: left;
  margin-top: .1em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.3em;
}

.h5.less-margin {
  padding-top: .1em;
  padding-bottom: 0;
}

.h5.is-bigger {
  font-size: 2em;
}

.h5.is--lighter {
  opacity: .5;
  font-size: 2em;
  font-weight: 400;
}

.h5.is--lighter.smaller {
  font-size: 1.6em;
}

.h5.is--bigger {
  font-size: 1.9em;
}

.h5.is--bigger.more {
  font-size: 2.1em;
}

.h5.is--bigger._25-padding {
  padding-bottom: .25em;
}

.h5._7b--padding {
  padding-bottom: .7em;
  line-height: 1.35;
}

.h5.is--mid {
  opacity: 1;
  color: var(--blue);
  text-align: center;
}

.h5.is--smaller {
  font-size: 1.3em;
}

.h5.is--full-color {
  opacity: 1;
}

.h5._1b--padding {
  padding-bottom: 1em;
}

.h5._5b--padding {
  padding-bottom: .5em;
}

.h5.is--white {
  opacity: 1;
  color: var(--steel-white);
  text-align: left;
  font-weight: 400;
  text-decoration: none;
}

.h5.is--white.is--underlined {
  text-decoration: underline;
}

.h5._25-padding {
  padding-bottom: .25em;
}

.h5.opacity-100 {
  opacity: 1;
}

.h5.experten-name {
  opacity: 1;
  font-size: 2em;
}

.p {
  opacity: .8;
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 1.68em;
  line-height: 1.45;
}

.p.is-in-answer {
  text-align: left;
  margin: 0 2.5em 0 0;
  padding-bottom: .8em;
  padding-left: 1.2em;
  padding-right: 0;
}

.p.is--left {
  opacity: .8;
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 1.2em;
  padding-right: 0;
}

.p.is--left.more {
  padding-bottom: 1.8em;
}

.p.is--left.bold {
  font-weight: 600;
}

.p.is--left.has--padding {
  width: 65%;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: 1.4em;
}

.p.is--left.has--padding.more {
  padding-bottom: 2em;
}

.p.is--left.animated {
  margin-top: 1em;
  margin-bottom: 2.5em;
  padding-bottom: 0;
  overflow: hidden;
}

.p.in-explainerbox {
  width: 100%;
  text-align: left;
  margin-top: -2.3em;
  margin-bottom: 2em;
  font-weight: 600;
}

.p.in-explainerbox.no--margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5em;
}

.p.left {
  color: var(--blue);
  text-align: left;
  margin-top: -.3em;
  padding-bottom: 1.1em;
  text-decoration: none;
}

.p._70ch {
  max-width: 70ch;
  text-align: center;
  padding-bottom: 1.5em;
}

.p.is--light {
  color: #fff;
  text-align: left;
  font-size: 1.3em;
}

.p.has--padding {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: .8em;
  font-size: 1.68em;
}

.p.has--padding.mid {
  text-align: center;
  padding-bottom: .3em;
}

.p.in--contact {
  opacity: 1;
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: .3em;
  font-size: 1.68em;
  font-weight: 400;
  text-decoration: none;
}

.p.in--dropdown {
  opacity: 1;
  padding-bottom: 0;
  padding-right: 2em;
}

.p.is--anwendung {
  text-align: left;
  font-size: 1.5em;
}

.p.experten {
  text-align: center;
  padding-bottom: 2em;
}

.p.align-mid {
  text-align: center;
}

.p.max_w_45 {
  max-width: 45ch;
}

.link-main {
  color: var(--blue);
  font-size: 1.68em;
  line-height: 1.45;
  text-decoration: none;
}

.link-nav {
  opacity: 1;
  color: var(--blue);
  padding: 1.5em;
  font-size: 1.44em;
  font-weight: 400;
  line-height: 1.43;
  text-decoration: none;
  position: static;
}

.link-nav:visited {
  color: var(--buttonblaudunkel);
}

.link-nav.in-blog {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: .4em;
  padding-left: 0;
  font-size: 1.68em;
  font-weight: 600;
  display: block;
  position: static;
  top: auto;
  bottom: -1%;
  left: 5%;
  right: auto;
}

.link-nav.in-blog.smaller {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.link-nav.in-blog.smaller.absolut {
  margin-bottom: 0;
  padding-top: 1em;
  padding-left: 0;
  position: relative;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: auto;
}

.link-nav.in--nav {
  font-weight: 600;
}

.link-nav.in--nav:hover {
  color: #41758d;
}

.link-nav.in--nav:active, .link-nav.in--nav:visited {
  color: var(--blue);
}

.link-nav.in--nav.w--current {
  color: var(--buttonblaudunkel);
}

.link-nav.is--white {
  color: #fff;
  padding-left: 0;
  padding-right: 2.3em;
}

.link-nav.is--white.no-margin {
  padding-right: 0;
}

.link-nav.is--white.padding {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline;
}

.card-large {
  justify-content: center;
  align-items: center;
  display: flex;
}

.b {
  background-color: var(--buttonblaudunkel);
  color: #fff;
  text-align: center;
  border-radius: .55em;
  margin-top: 0;
  padding: 1.1em 1.64em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.43;
}

.b.is--light {
  color: var(--blue);
  background-color: #fff;
  border: .09em solid rgba(87, 156, 189, .3);
  font-weight: 600;
}

.b.is--light:hover {
  background-color: #f9fafa;
  border-color: rgba(71, 128, 155, .3);
}

.b.is--light.is-maxed {
  width: 100%;
}

.b.is--light.is-maxed:hover {
  border-color: var(--buttonblaudunkel);
  background-color: var(--buttonblaudunkel);
}

.b.is--light.top {
  margin-left: 0;
}

.b.is--bigger {
  background-color: var(--blue);
  text-align: center;
  margin-top: 1.1em;
  margin-bottom: 1.8em;
  margin-left: 0;
  padding-bottom: 1em;
  display: block;
}

.b.is--bigger.more {
  font-size: 1.5em;
}

.b.is--bigger.more.is--light--blue {
  background-color: var(--buttonblaudunkel);
  font-size: 24px;
}

.b.in-box {
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3.44em;
  padding-right: 3.44em;
}

.b.has--margin {
  margin-right: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.b.has--margin:hover {
  background-color: #4f90af;
}

.b.fullwidth {
  width: 100%;
  flex: 0 auto;
  margin-right: 1em;
}

.content-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.body {
  max-width: 1100px;
}

.navbar {
  width: auto;
  min-width: 100vw;
  background-color: #f4f6fd;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is--flex {
  border: 10px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  padding-left: 6em;
  padding-right: 6em;
}

.logo {
  width: 150px;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.is--header {
  z-index: 1;
  padding-top: 12.4em;
  padding-bottom: 6.6em;
}

.section.is--header.blog-bersicht {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 6em;
}

.section.is--header.startseite {
  padding-bottom: 19.5em;
}

.section.is--video {
  z-index: 10;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.with-margin {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 9.1em;
  overflow: hidden;
}

.section.with-margin.with--bg {
  background-image: url('../images/verlauf-reversed.svg');
  background-position: 50% -70px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 4em;
}

.section.is--sticky {
  overflow: visible;
}

.section.is--lottie {
  background-image: linear-gradient(to bottom, var(--alice-blue) 20%, #f8f8fd);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section.is--experts {
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.4em;
  padding-top: 11em;
  padding-bottom: 8.1em;
  display: block;
  position: static;
}

.section.in--footer {
  height: 7em;
  background-color: #264452;
  border-top: 1px solid rgba(153, 153, 153, .2);
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section.is--blog--gheader {
  background-image: url('../images/blog-top-verlauf.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6em;
  padding-bottom: 14.7em;
}

.section.big--picture {
  z-index: 5;
  margin-top: -10em;
}

.section.is--relative {
  position: relative;
  overflow: visible;
}

.section.weitere--beitr-ge {
  background-color: var(--white);
  margin-top: 1em;
  padding-top: 0;
}

.section.reference {
  background-image: url('../images/vector-52.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12.3em;
  overflow: visible;
}

.section.is--offset {
  background-color: var(--alice-blue);
  margin-top: 11.1em;
  padding-bottom: 29.6em;
}

.section.is--offset.agb {
  margin-top: 10.8em;
}

.section.is--blog {
  background-color: var(--alice-blue);
  padding-top: 0;
}

.section.is--erklaerblog {
  padding-bottom: 5em;
}

.section.is--pricing {
  background-image: url('../images/verlauf-reversed.svg');
  background-position: 50% -80px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.1em;
  padding-bottom: 5em;
}

.section.is--anwedung {
  padding-top: 3em;
  padding-bottom: 5em;
}

.section.is--bot {
  background-image: url('../images/footer-background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12.3em;
  padding-bottom: 6.8em;
}

.section.is--reference {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.is--danke {
  padding-top: 7.7em;
}

.section.is-blue {
  background-color: var(--alice-blue);
}

.section.agb {
  background-color: var(--white);
  padding-top: 12em;
}

.is-bold {
  font-weight: 600;
}

.beispiele-button {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 1em;
  display: flex;
}

.logo--wrapper {
  width: 100%;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.logo--wrapper.is--reference {
  width: 100%;
  padding-top: 0;
}

.logo--list {
  width: 100%;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.logo--list.is--reference {
  width: 100%;
  justify-content: space-around;
  padding-top: 2.3em;
  padding-bottom: 2.3em;
}

.logo-item {
  flex: 0 20%;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logos {
  width: 100%;
  height: 9em;
  transition: opacity .2s;
}

.pricing--table {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 7px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .03);
}

.pricing--table.is--smaller {
  z-index: 0;
  width: 30em;
  border-style: none;
  border-width: 1px;
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pricing--table.is--smaller.is--bigger {
  width: 34em;
  padding-top: 2.8em;
  padding-bottom: 18px;
}

.pricing--table.is--smaller.corner--right, .pricing--table.is--smaller.corner--right:hover {
  filter: none;
}

.pricing--table.is--smaller.corner--left {
  width: 32em;
}

.pricing--table.big {
  z-index: 1;
  transform: none;
  box-shadow: 0 2px 20px 12px rgba(0, 0, 0, .03);
}

.pricing--table.big:hover {
  transform: none;
}

.pricing--table.left--corner {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing--table.right--corner {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
}

.list-wrapper {
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 1.4em;
  padding-left: 2em;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .9em;
  padding-bottom: 2.6em;
  display: flex;
}

.line {
  height: .05em;
  max-height: .05em;
  background-color: var(--red);
  margin-right: 2px;
  padding-top: 0;
  padding-left: 0;
}

.faq-question-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.faq--item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.2em;
  margin-left: 0;
  padding: 2em 3em 1em 2em;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, .13);
}

.faq--symbol {
  width: 4em;
  height: 4em;
  min-height: 4em;
  min-width: 4em;
  flex: none;
  margin: 1em 1em .7em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.question--wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 1em;
}

.answer--wrapper {
  overflow: hidden;
}

.faq--grid {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq--grid.blogpage {
  grid-column-gap: 0em;
  grid-template-columns: 1fr .5fr;
  padding-bottom: 0;
}

.header-buttons {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.beratungs-button {
  padding-left: 1em;
  padding-right: 0;
}

.faq-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrap.is-sticky {
  top: 15em;
  bottom: auto;
}

.faq-wrap.right-blogpage {
  border-radius: 0;
  align-items: flex-start;
  top: 9.9em;
}

.experts-list-container {
  padding-right: 7.1em;
  position: relative;
}

.experts--text--wrapper {
  width: 70em;
  padding-right: 6em;
}

.experts-div {
  width: 50em;
  border: 2px none var(--red);
  background-color: var(--steel-white);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, .13);
}

.experts-div.blog {
  width: 45em;
  height: 100%;
  border-style: none;
  border-width: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: .8em;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .09);
}

.experts-position-text {
  opacity: .8;
  font-size: 1.5em;
}

.experts-position-text.less--margin {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.linkedin--wrapper {
  width: 4.5em;
  height: 100%;
  border: 3px solid rgba(87, 156, 189, .15);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  bottom: 52.625px;
  left: 394.562px;
}

.experts--list {
  margin-top: 6.8em;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 3em;
  list-style-type: none;
}

.experts-list-item {
  z-index: 5;
  background-image: url('../images/pointer2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-left: 0;
  padding-left: 4em;
  position: relative;
}

.paragraph-text-light {
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bloguebersicht--wrapper {
  height: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.blog--picture {
  width: 100%;
  height: 24em;
  object-fit: cover;
  border-radius: .5em;
  flex: none;
}

.bloguebersicht--list {
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.bloguebersicht--list.in--uebersicht {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  width: 1100px;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
  position: relative;
}

.container.is--header {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  margin-top: 13.2em;
  padding-top: 0;
  padding-left: 6em;
  padding-right: 6em;
}

.container.is--reference {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em 6em 9.9em;
  position: relative;
}

.container.is--priced {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5.7em 6em;
  display: flex;
}

.container.is--experts {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12.3em 6em 5em;
  display: flex;
  position: relative;
}

.container.in--faq {
  justify-content: space-between;
  align-items: flex-start;
  padding: 6.8em 6em 4.6em;
  display: flex;
}

.container.is--blog {
  flex-wrap: nowrap;
  padding: 0 6em 5.6em;
  display: block;
}

.container.is--reference {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container.is--reference.smaller {
  padding-top: .4em;
}

.container.is--logos {
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.is--footer {
  flex-direction: row;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
}

.container.more--padding {
  align-items: center;
  padding-top: 8.1em;
  padding-bottom: 7.8em;
}

.container.more--padding.more {
  flex-direction: column;
  padding-top: 9.2em;
}

.container.no--padding {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 6.2em 16.9em 0;
}

.container.no--padding.less {
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.container.big--picture {
  margin-top: .6em;
  padding-top: 0;
  padding-bottom: 2em;
}

.container.is--grid {
  column-count: 3;
  display: block;
}

.container.is--absolut {
  z-index: 100;
  height: 20em;
  position: absolute;
  top: -22%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container.is--video {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container.is--lottie {
  margin-top: 0;
  padding-top: 0;
}

.container.is--blogbeitraege {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5em;
}

.container.is--flex {
  flex-direction: column;
  padding-top: 2em;
}

.container.display--block {
  display: block;
}

.container.is--flexbox {
  flex-direction: column;
  align-items: center;
}

.container._100vh {
  height: 100vh;
  align-items: center;
}

.container.slider {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.container.swiper-section {
  width: 100%;
  max-width: 1100px;
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.pricing--div {
  padding-left: 3em;
  padding-right: 2.9em;
}

.pricing--wrapper {
  justify-content: center;
  padding-bottom: 5.2em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-table--wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.blog--content--wrapper {
  width: 90%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 2.9em;
  text-decoration: none;
  display: flex;
}

.kleine--kachel--wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.kleine--kachel--wrapper.sticky {
  position: static;
  top: 0;
}

.kleiner-blog--wrapper {
  color: var(--blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
  padding: 3.7em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: -1px 4px 6px rgba(0, 0, 0, .03);
}

.kleiner-blog--wrapper:hover {
  background-color: var(--steel-white);
  color: var(--blue);
  transform: translate(0, -2px);
}

.kleiner-blog--wrapper.in--blog--detail {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 3.2em;
  padding-right: 3.2em;
}

.alle-beitr-ge {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.2em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.alle-beitr-ge.in--blogdetail {
  background-color: var(--steel-white);
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px 10px 0 0;
  justify-content: flex-start;
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.section2 {
  background-image: url('../images/footer-background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.kontakt--wrapper {
  padding-top: 0;
}

.kontakt--item {
  background-image: url('../images/frame-2.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-bottom: 1.5em;
  padding-left: 4em;
}

.kontakt--item.email {
  background-image: url('../images/frame-1.svg');
  background-position: 0 1px;
}

.kontakt--item.ort {
  background-image: url('../images/vector.svg');
  background-position: 0 5px;
}

.kontakt--item.kontakt {
  background-image: url('../images/frame.svg');
  background-position: 0 0;
}

.field--wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 5px;
  padding: 3.5em 4em;
}

.field-contact--item {
  height: auto;
  opacity: 1;
  color: #fff;
  cursor: text;
  background-color: #334c5a;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 7px;
  margin-bottom: 1em;
  padding: .9em 1em;
  font-size: 1.5em;
  font-weight: 600;
  overflow: auto;
  box-shadow: 0 0 3px -6px rgba(255, 255, 255, .2);
}

.field-contact--item:focus {
  border: 1px solid var(--blue);
  background-color: rgba(255, 255, 255, .1);
}

.field-contact--item::-ms-input-placeholder {
  color: var(--steel-white);
}

.field-contact--item::placeholder {
  color: var(--steel-white);
}

.field-contact--item.is--big {
  min-height: 8em;
  padding-top: .8em;
}

.datenschutz--wrapper {
  flex-direction: column;
  display: flex;
}

.form-checkbox-field {
  margin-bottom: 1.8em;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bereichsfeld {
  opacity: 1;
  color: #579cbd;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(176, 212, 255, .15);
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 1.3em;
  padding: .7em .8em;
  font-weight: 600;
  display: inline-block;
}

.bereichsfeld.has--margin {
  margin-bottom: .7em;
}

.bereichsfeld.is--smaller {
  margin-right: .8em;
  padding-top: .5em;
  padding-bottom: .6em;
}

.bereichsfeld.is--smaller.has-margin {
  letter-spacing: .5px;
  margin-top: 0;
  margin-right: 1.4em;
}

.dotted-line {
  z-index: 1;
  height: 19em;
  display: block;
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: 7.1%;
  right: auto;
  overflow: hidden;
}

.field--block {
  margin-bottom: 0;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2 {
  width: 40%;
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-bottom: 0;
}

.splide.slider-neu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-bottom: 0;
  display: flex;
}

.splide__track {
  width: 100%;
  border-radius: 0;
}

.splide__track.is--over {
  flex: 0 auto;
  overflow: hidden;
}

.splide__list {
  border-radius: 0;
  display: flex;
}

.splide__list.is--block, .splide__list.neu {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.splide__slide {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 3em;
  display: flex;
  position: relative;
}

.splide__slide.bg {
  width: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.splide__slide.neu {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.beschreibungsinhalt {
  z-index: 10;
  width: 95%;
  color: var(--blue);
  flex: 1;
  margin-top: -2em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.splide__arrows {
  z-index: 5;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.splide__arrows.flex {
  margin-top: 1em;
  margin-left: -27.8em;
  top: -1px;
}

.splide__arrows.is--flex {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3.2em;
}

.splide__arrows.is--flex.mid {
  justify-content: center;
  margin-top: -3.2em;
  padding-bottom: 0;
}

.slider-sqaure_photo {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.slider-sqaure_photo.flex {
  width: 9.5em;
  height: 9.5em;
  border-radius: 100%;
  margin-top: .7em;
  margin-bottom: 1em;
  padding-top: 0;
  display: block;
}

.slider-sqaure_photo.is--grid {
  column-count: 3;
  margin-top: 41px;
}

.slider-sqaure_photo.reference {
  height: 100%;
  object-fit: cover;
}

.inhaltsbox {
  z-index: 10;
  height: 100%;
  opacity: 1;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 3em 1.9em 1.9em 2.3em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
}

.inhaltsbox.less-width {
  width: 95%;
  margin-top: -1em;
}

.inhaltsbox.less-width.less {
  margin-top: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.inhaltsbox.less-width.less.in--reference {
  z-index: 4;
  height: auto;
  cursor: pointer;
  margin-top: -3.4em;
  padding-top: 1.5em;
  padding-bottom: .9em;
}

.slider-square {
  height: 15em;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  transition: transform .35s;
  display: flex;
  overflow: hidden;
}

.slider-square.mid {
  width: 100%;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.slider-square.mid.more {
  height: 100%;
  border-style: none;
  justify-content: center;
  padding: 2em 3.1em;
}

.slider-square.is--grid {
  display: block;
}

.slider-square.in--reference {
  height: 15em;
}

.slider-square.bigger {
  z-index: 0;
  height: 25em;
  cursor: pointer;
  position: relative;
}

.slider-square.reference {
  z-index: 3;
  width: 100%;
  height: 30em;
  cursor: pointer;
  position: relative;
}

.html-embed {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 80.2em;
  right: 0%;
}

.html-embed-2 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 64.1em;
  right: 0%;
}

.tag-referenz-div {
  padding-bottom: 1.6em;
  display: flex;
}

.tag-referenz-div.no--padding {
  padding-bottom: 0;
}

.referenz-person-div {
  justify-content: flex-start;
  margin-top: 1.7em;
  display: flex;
}

.referenz--image {
  max-width: none;
  border-radius: 1000%;
  margin-top: .55em;
  margin-right: 2em;
}

.line-small {
  z-index: 1;
  width: 130%;
  height: 1px;
  background-color: rgba(87, 156, 189, .1);
  margin-left: -4em;
  position: relative;
  overflow: hidden;
}

.line-small.has--padding {
  z-index: 0;
  margin-top: .6em;
  margin-bottom: -.1em;
}

.line-small.has--padding.more {
  margin-bottom: 1.7em;
}

.line-small.big {
  margin-top: .4em;
  margin-bottom: .1em;
}

.line-small.z0 {
  z-index: 0;
  margin-left: -4em;
}

.form-checkbox {
  width: 2em;
  height: 2em;
  opacity: .2;
  border-radius: 5px;
  flex: none;
  margin-top: .1em;
  margin-left: 0;
  margin-right: 1em;
}

.sub-pages--wrapper {
  padding-right: 0;
}

.wrapper-buttons {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2em;
  display: grid;
}

.wrapper--experts--area {
  flex-direction: column;
  align-items: center;
  margin-top: .8em;
  padding-top: 0;
  display: flex;
}

.hamburger {
  display: none;
}

.lottie-animation {
  height: 50px;
  display: none;
}

.klein-blog--list.in--blogdetail {
  border-radius: 0;
}

.heading-3 {
  font-weight: 600;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.1;
}

.h2.is-absolute {
  margin-bottom: 1em;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h2.is--mid {
  text-align: center;
}

.h2.is--mid.has--padding {
  padding-bottom: 1em;
}

.h2.has--margin {
  margin-bottom: .4em;
}

.h2.has--margin.more {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.has--margin.padding {
  padding-bottom: 1em;
}

.h2.has--margin.padding--right {
  padding-right: 10.9em;
}

.h2.has--margin.is--lottie {
  margin-bottom: .8em;
}

.h2.is--white {
  color: var(--steel-white);
  margin-bottom: 1em;
}

.h2._1b--padding {
  padding-bottom: 1em;
}

.h2._5b--padding {
  padding-bottom: .5em;
}

.splide__arrow {
  width: 4.6em;
  height: 4.6em;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .13);
}

.splide__arrow.splide__arrow--prev {
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 1em;
  padding-right: 0;
  transform: rotate(180deg);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .1);
}

.splide__arrow.splide__arrow--prev.other {
  background-image: url('../images/ellipse-24.png');
  background-size: 21px;
  padding-left: 0;
}

.splide__arrow.splide__arrow--next {
  cursor: pointer;
  background-image: none;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.splide__arrow.splide__arrow--next.other2 {
  background-image: url('../images/white.png');
  background-size: 21px;
  margin-top: 2.2em;
  padding: 2em 0 5em;
  transform: none;
}

.splide__arrow.splide__arrow--next.other2:active {
  width: 4.2em;
}

.button-wrapper {
  z-index: 4;
  position: relative;
  overflow: hidden;
}

.splide__arrow_2 {
  width: 4.6em;
  height: 4.6em;
  background-color: var(--steel-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .08);
}

.splide__arrow_2.splide__arrow---prev {
  transform: rotate(180deg);
}

.blog-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.splide__pagination {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.splide__pagination__item {
  display: flex;
}

.splide__pagination__page {
  width: 2em;
  height: 2em;
  background-color: #edf2fc;
  border: 3px solid #000;
  border-radius: 100%;
  margin: 2em .5em;
  padding-left: 0;
  display: block;
}

.splide__pagination__page.is-active {
  background-color: #000;
  border-width: 3px;
  transition: background-color .375s;
}

.big-blog {
  height: 100%;
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  padding: 1em 1em 1.6em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .06);
}

.big-blog:hover {
  background-color: var(--steel-white);
  transform: translate(0, -2px);
}

.big-blog.heigh--defined {
  height: auto;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vorschaubild {
  width: 100%;
}

.blog-grid {
  grid-column-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-flow: row;
  position: static;
}

.blog--wrapper.in--blogdetail {
  border-radius: 0;
}

.right-column-inhalte {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2.4em;
}

.fliesstext--column {
  position: static;
}

.blog-item.in--blogdetail {
  border-radius: 0;
}

.alle--beitraege--wrapper {
  width: 100%;
}

.mehrerfahren-wrapper {
  width: 90%;
}

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

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

.flex-div {
  width: 33%;
}

.flex-div.left {
  margin-right: 2em;
}

.flex-div.right {
  margin-left: 2em;
}

.grid--offset {
  width: 33%;
  margin-top: -20px;
}

.cl--reference {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ci--reference {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.6em;
  display: flex;
  position: relative;
}

.pagination {
  display: none;
}

.referentin--bild {
  object-fit: cover;
  border-radius: 100%;
  margin-top: .8em;
  margin-right: 1em;
}

.is--email {
  font-weight: 400;
  text-decoration: none;
}

.form-checkbox-link {
  opacity: 1;
  color: var(--steel-white);
}

.icons--wrapper {
  z-index: 100;
  width: 100%;
  height: 20em;
  margin-top: -93px;
  position: relative;
}

.yt {
  z-index: 10000;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 79.7em;
  position: static;
  top: 41%;
  bottom: auto;
  left: 0;
  right: auto;
}

.like {
  position: fixed;
  top: 36.9em;
  bottom: 36.9em;
  left: 9.8em;
}

.like.is--bigger {
  top: 32.1em;
  left: 6em;
}

.smiley {
  position: fixed;
  top: 26%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.sppechbubble {
  position: fixed;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.star {
  position: fixed;
  top: 15%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.image-2 {
  z-index: 10;
  background-color: var(--steel-white);
  border-radius: 100%;
  position: absolute;
}

.play--button {
  z-index: 10;
  width: 7em;
  height: 7em;
  background-color: var(--steel-white);
  background-image: url('../images/playbutton.svg');
  background-position: 2px 5px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  display: none;
  position: absolute;
}

.video--lightbox {
  width: 100%;
}

.video {
  z-index: 10;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.lottie-animation-2 {
  width: 33em;
  transform: scale3d(1none, 1none, 1none);
  object-fit: contain;
  transform-style: preserve-3d;
  overflow: hidden;
}

.lottie--wrapper {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: scale(1);
}

.lottie-animation-3 {
  width: 100%;
  height: 80%;
  max-height: 800px;
}

.lottie--text--wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading--wrapper {
  padding-bottom: 1.9em;
}

.blog-bersicht--header {
  background-image: url('../images/blog-top-verlauf.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.standard--dropdown.w--open {
  background-color: #fff;
}

.dropdown-toggle {
  z-index: 10;
  height: 2.9em;
  background-color: var(--steel-white);
  border: 1px #000;
  border-radius: .5em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.3em;
  padding-right: 3.1em;
  font-size: 1.5em;
  display: block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .03);
}

.icon {
  z-index: 10;
  border: 10px none var(--blue);
  color: rgba(38, 68, 82, .8);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dropdown--circle {
  width: 2em;
  height: 2em;
  color: rgba(187, 192, 194, .1);
  background-color: rgba(87, 156, 189, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.lottie--grid {
  grid-column-gap: 7.25em;
  grid-template-rows: auto auto auto auto auto auto;
  position: static;
}

.klein-blog--item {
  border-radius: 1em;
}

.kontakt--list {
  margin-bottom: 0;
  padding-left: 0;
}

.dropdown {
  margin-right: 1em;
}

.lightbox-ref {
  z-index: 2;
  position: static;
}

.play__button {
  width: 6em;
  height: 6em;
  background-color: var(--steel-white);
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px .5em rgba(0, 0, 0, .1);
}

.play__button__icon {
  width: 6em;
  height: 6em;
  background-color: var(--steel-white);
  background-image: url('../images/polygon-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  margin-left: 0;
}

.play__button__wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.email--link {
  color: #fff;
  text-decoration: none;
}

.hide {
  display: none;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.filter-block {
  margin-bottom: 0;
  display: flex;
}

.smilie {
  width: 5.5em;
  position: absolute;
  top: 41%;
  left: 8%;
  right: auto;
}

.speech {
  width: 5em;
  position: absolute;
  top: 49%;
  left: auto;
  right: 6%;
}

.icon-like {
  width: 10.4em;
  position: absolute;
  top: auto;
  bottom: -26%;
  left: -3%;
  right: auto;
}

.icon-emoji {
  width: 4em;
  position: absolute;
  bottom: 2%;
  left: auto;
  right: 13%;
}

.icon-play {
  width: 7em;
  position: absolute;
  bottom: -19%;
  left: auto;
  right: 0%;
}

.select-icon {
  width: 2.9em;
  position: absolute;
  top: .7em;
  bottom: 0;
  left: auto;
  right: .8em;
}

.select-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-4 {
  font-size: 1em;
}

.icon-polygon {
  z-index: 20;
  border: 1px #000;
  position: absolute;
  top: -1.5em;
  bottom: auto;
  left: 6%;
  right: auto;
}

.icon-polygon.is--second {
  top: -1.5em;
}

.list-empty {
  width: 100%;
  background-color: var(--steel-white);
  text-align: center;
  border-radius: .6em;
  padding: 1em;
  font-size: 1.2vw;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .07);
}

.overflow--hidden {
  overflow: hidden;
}

.heading--span {
  display: inline-block;
}

.header--wrapper {
  display: inline-block;
  overflow: hidden;
}

.header--span, .p--span {
  display: inline-block;
}

.collection-list-wrapper {
  display: none;
}

.is--bold {
  font-weight: 600;
}

.is--bold.bigger {
  font-size: 1.3em;
}

.rich--text p {
  opacity: .8;
  font-size: 1.68em;
  line-height: 1.45;
}

.rich--text h2 {
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.1;
}

.rich--text h4 {
  font-size: 2.55em;
  font-weight: 600;
  line-height: 1.21;
}

.absolut--linkblock {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

._100---wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._100---wrapper._2em--padding {
  align-items: stretch;
  padding: 2em;
}

.headline--wrapper {
  margin-bottom: 4em;
}

.flexbox--wrapper {
  display: flex;
}

.flexbox--wrapper.is-aligned--center {
  width: 100%;
  align-items: center;
}

._3x1--grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.auto--wrapper.is--flexbox {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.auto--wrapper.is--horizontal {
  justify-content: space-around;
  display: flex;
}

.mittelpunkt {
  display: inline;
}

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

.top-auto {
  width: 100%;
  margin-top: auto;
  padding-top: 0;
}

.section-footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-bottom-nav {
  flex: 1;
  justify-content: space-between;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.footer-divider {
  height: 1px;
  background-color: rgba(153, 153, 153, .2);
}

.footer-top-grid {
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 6em;
  display: grid;
}

.footer-top {
  height: auto;
}

.footer-bot {
  background-color: var(--blue);
  padding-top: 0;
}

.footer-top-background {
  width: 100%;
  background-color: var(--alice-blue);
  object-fit: cover;
}

.form-checkbox-label {
  color: rgba(255, 255, 255, .8);
  font-size: 1.3em;
  font-weight: 400;
}

.section-erklaerblog {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.erklaerblog-top {
  height: auto;
}

.erklaerblog-content {
  background-color: var(--alice-blue);
  padding-top: 2em;
  padding-bottom: 6em;
}

.erklaerblog-top-background {
  width: 100%;
  object-fit: cover;
  background-color: #f8f8fd;
}

.section-anwendung {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5em;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-experts {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 8.1em;
  display: block;
}

.experts-content {
  background-color: var(--alice-blue);
}

.experts-top, .experts-bot {
  height: auto;
}

.experts-top-background, .experts-bot-background {
  width: 100%;
  object-fit: cover;
  background-color: #f8f8fd;
}

.lottie-top {
  height: auto;
}

.lottie-top-background {
  width: 100%;
  object-fit: cover;
  background-color: #f8f8fd;
}

.section-pricing {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.1em;
  padding-bottom: 5em;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pricing-top {
  height: auto;
}

.pricing-content {
  background-image: linear-gradient(to bottom, var(--alice-blue), #f8f8fd);
}

.pricing-top-background {
  width: 100%;
  object-fit: cover;
  background-color: #f8f8fd;
}

.experts-grid {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: flex;
}

.experts-grid-left {
  width: 100%;
  flex: none;
}

.experts-lists-wrapper {
  display: flex;
  position: relative;
}

.expert-list-item {
  display: flex;
}

.expert-list-icon {
  width: 2em;
  height: 2em;
  background-color: var(--steel-white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.expert-list-icon-dot {
  width: .7em;
  height: .7em;
  background-color: #b0d4ff;
  border-radius: 100%;
}

.expert-list-left {
  width: 4em;
  height: 100%;
  position: absolute;
}

.h5-2 {
  opacity: .7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.68em;
  font-weight: 600;
  line-height: 1.45;
}

.dotted-line-2 {
  z-index: 1;
  height: 19em;
  display: none;
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: 7.1%;
  right: auto;
  overflow: hidden;
}

.p-2 {
  opacity: .8;
  color: #264452;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 1.68em;
  line-height: 1.45;
}

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

.expert-content-new {
  background-color: var(--white);
}

.expert-content-grid {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.content-grid-left, .content-grid-right {
  width: 100%;
}

.splide-inner-wrapper {
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.slider-button-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  display: flex;
}

.team-slider_wrapper {
  background-color: var(--steel-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-inner-wrapper {
  height: 100%;
  background-color: var(--steel-white);
  border-radius: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.swiper-bullet {
  width: 2em;
  height: 2em;
  border: 4px solid #264452;
  border-radius: 100%;
}

.swiper-pagination {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.referenzen-bot {
  height: auto;
}

.referenzen-bot-background {
  width: 100%;
  object-fit: cover;
  background-color: #f8f8fd;
  position: relative;
}

.footer-top-white-background {
  width: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
}

.container-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.column-2 {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.container-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-7, .video-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 10px;
}

.column-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.html-embed-3 {
  margin-top: 10px;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "."
                 "."
                 "."
                 / 1fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.container-9 {
  padding-top: 0;
  padding-bottom: 40px;
}

.container-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-8 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}

.column-5, .column-6, .column-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span {
  color: var(--buttonblaudunkel);
}

.columns-2 {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.container-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-8, .column-9 {
  padding: 10px;
}

.heading-9 {
  text-align: center;
}

.div-block-15 {
  text-align: center;
  padding: 10px;
}

.container-12 {
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-10 {
  text-align: center;
}

.column-10, .column-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.container-13 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-11 {
  text-align: center;
}

.column-12, .column-13 {
  padding: 10px;
}

.container-14 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-2 {
  background-color: var(--white);
  margin-top: -20px;
}

.heading-12, .rich-text-block {
  text-align: center;
}

.heading-13 {
  text-align: center;
  margin-bottom: 20px;
}

.section-3 {
  background-color: var(--alice-blue);
}

.section-4 {
  background-color: var(--alice-blue);
  margin-top: -5px;
}

.section-5 {
  background-color: var(--alice-blue);
}

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

.container-15 {
  text-align: center;
}

.columns-4 {
  display: flex;
}

.container-16 {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.heading-14 {
  color: var(--blue);
}

.image-3 {
  width: 100%;
  margin-bottom: -5px;
}

.image-4 {
  width: 983px;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 100%;
  height: 100%;
  margin-top: -5px;
}

.image-6 {
  width: 100%;
  height: 100%;
  max-height: none;
}

.image-7 {
  width: 100%;
  margin-top: -60px;
  margin-bottom: -5px;
}

.image-8 {
  width: 100%;
}

.div-block-18 {
  margin-top: 0;
}

.image-9 {
  width: 100%;
  margin-top: -5px;
}

.columns-5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.columns-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-7 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.image-10 {
  width: 100px;
  display: block;
}

.image-11 {
  width: 100%;
  margin-top: -40px;
}

.columns-8 {
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.column-14, .column-15 {
  align-self: stretch;
  padding: 10px;
}

.div-block-19 {
  height: auto;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--steel-white);
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
}

.div-block-20 {
  height: auto;
  background-color: var(--steel-white);
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.image-12 {
  z-index: -1;
  width: 100%;
  float: none;
  margin-top: -100px;
  position: relative;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.section-8 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .74);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-21 {
  background-color: var(--steel-white);
  padding: 0;
  display: block;
  position: static;
}

.button-2 {
  z-index: 0;
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  padding: 0;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 0;
  bottom: auto;
  left: 100%;
  right: 0;
}

.button-3 {
  float: none;
  clear: none;
  text-align: left;
  background-color: red;
  margin-left: 0;
}

.div-block-22 {
  justify-content: flex-end;
  display: flex;
}

.div-block-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px 40px;
  display: flex;
}

.bold-text {
  display: inline;
}

.body-3 {
  font-size: 1.68em;
}

.html-embed-4 {
  flex: 0 auto;
}

.collection-item-4 {
  border: 1px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 5px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.div-block-25 {
  background-color: var(--white);
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #fff;
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
}

.paragraph-5 {
  font-size: 1.2rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  opacity: .48;
  color: #4353ff;
  background-color: #f5f5f5;
  border-width: 1px;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-size: 1.2vw;
  line-height: 1.2;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.3vw;
  }

  .styles-space {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h1.is-mid {
    margin-top: .7em;
  }

  .h1.is-mid.more {
    margin-top: 1.3em;
  }

  .h3 {
    position: static;
  }

  .h4.is--faq {
    padding-left: 1em;
  }

  .h4.is--smaller {
    font-size: 2em;
  }

  .h5.is--lighter {
    font-size: 1.8em;
  }

  .p.is-in-answer {
    padding-left: 1.2em;
  }

  .p.is--left {
    padding-right: 0;
  }

  .p.is--left.has--padding.more {
    width: 75%;
  }

  .p.left {
    padding-bottom: 0;
  }

  .link-nav.in-blog {
    margin-top: auto;
    margin-bottom: auto;
  }

  .link-nav.in-blog.smaller.absolut {
    margin-bottom: 0;
    padding-left: 0;
  }

  .b {
    background-color: var(--buttonblaudunkel);
    border-radius: 9px;
    padding: 1em 1.2em;
    font-size: 20px;
  }

  .b.is--light {
    border: 1px solid var(--buttonblaudunkel);
    background-color: var(--steel-white);
    color: #000;
  }

  .b.is--light.top {
    color: var(--blue);
    margin-left: auto;
  }

  .b.is--bigger {
    padding-left: 3em;
    padding-right: 3em;
  }

  .b.is--bigger.more.is--light--blue {
    font-size: 1.3em;
  }

  .b.has--margin {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }

  .navbar.is--flex {
    justify-content: space-between;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.is--header {
    margin-bottom: 0;
    padding-bottom: 4em;
  }

  .section.is--header.blog-bersicht {
    background-position: 50% -75px;
  }

  .section.with-margin.with--bg {
    margin-top: .2em;
    padding-top: 0;
  }

  .section.is--lottie {
    padding-bottom: 0;
  }

  .section.is--experts {
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.in--footer {
    align-items: center;
    display: flex;
  }

  .section.reference {
    background-position: 50% 2px;
  }

  .section.agb {
    padding-top: 10em;
  }

  .beispiele-button {
    padding-left: 0;
    padding-right: 0;
  }

  .logo--wrapper.is--reference {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo--list.is--reference {
    margin-top: 3.1em;
    margin-bottom: 5px;
    padding-top: 3.6em;
    padding-bottom: 0;
  }

  .pricing--table {
    font-size: 1.2vw;
  }

  .pricing--table.is--smaller {
    font-size: 1vw;
  }

  .pricing--table.is--smaller.is--bigger {
    z-index: 2;
  }

  .pricing--table.big {
    padding-top: 1.4em;
  }

  .faq--grid {
    grid-template-columns: .75fr 1fr;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .faq-wrap.is-sticky {
    width: 30em;
  }

  .experts-list-container {
    padding-right: 5em;
  }

  .experts--text--wrapper {
    width: 40em;
  }

  .experts-div.blog {
    width: auto;
    height: 100%;
    padding: 1.2em 1.3em 0;
  }

  .blog--picture {
    width: 100%;
    height: 12em;
    object-fit: cover;
    margin-top: -.2em;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--header {
    margin-top: 2.6em;
    padding: 8em 3em 5.8em;
  }

  .container.is--priced {
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--experts {
    margin-bottom: 1.6em;
    padding-top: 13.4em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.in--faq {
    padding: .2em 3em 0;
  }

  .container.is--blog {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 1.6em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--reference.smaller {
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--logos {
    margin-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--footer {
    justify-content: space-between;
  }

  .container.more--padding.more {
    padding-top: 4.9em;
  }

  .container.is--video {
    margin-top: 1.1em;
  }

  .container.is--flexbox {
    padding-top: 0;
  }

  .container.is--center {
    align-items: center;
  }

  .pricing--wrapper {
    padding-bottom: 0;
  }

  .pricing-table--wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 3.5em;
  }

  .blog--content--wrapper {
    width: auto;
    padding-left: 1.3em;
    padding-right: 1em;
  }

  .kleine--kachel--wrapper {
    width: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .kleiner-blog--wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding: 2em;
  }

  .kontakt--wrapper {
    width: 35em;
    padding-right: 1.7em;
  }

  .field--wrapper {
    width: 35em;
  }

  .dotted-line {
    height: 25em;
    top: 18.1em;
    left: 4.5%;
  }

  .splide.slider2 {
    width: 50%;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 3.9em;
  }

  .splide.slider-neu {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 3.9em;
  }

  .splide__arrows {
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    left: -23.3em;
  }

  .splide__arrows.flex {
    margin-left: -25.7em;
    left: -42.2em;
  }

  .splide__arrows.is--flex {
    justify-content: flex-end;
    left: 0;
  }

  .slider-sqaure_photo.flex {
    margin-top: 1em;
  }

  .tag-referenz-div {
    padding-bottom: 0;
  }

  .referenz-person-div {
    align-items: stretch;
    margin-top: auto;
  }

  .referenz--image {
    margin-top: .15em;
  }

  .sub-pages--wrapper {
    margin-right: 0;
  }

  .wrapper-buttons {
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger {
    display: none;
  }

  .div-block-14 {
    width: 100%;
  }

  .klein-blog--list {
    justify-content: space-between;
  }

  .menu-button.w--open {
    color: var(--blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .h2.is-absolute {
    padding-left: 0;
  }

  .h2.has--margin {
    margin-bottom: .6em;
  }

  .h2.has--margin.more {
    width: 120%;
  }

  .h2.has--margin.padding--right {
    padding-right: 6.7em;
  }

  .blog-wrapper {
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: stretch;
  }

  .big-blog {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .lottie--wrapper {
    display: flex;
  }

  .heading--wrapper {
    padding-bottom: 1em;
  }

  .lottie--grid {
    grid-column-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

  .smilie {
    width: 4em;
    top: 25%;
    left: 5%;
  }

  .speech {
    width: 3em;
    top: 28%;
    right: 3%;
  }

  .icon-like {
    width: 7em;
    bottom: -9%;
    left: 0%;
  }

  .icon-emoji {
    width: 2.5em;
    bottom: 21%;
    right: 16%;
  }

  .icon-play {
    width: 4em;
    bottom: 4%;
    right: 3%;
  }

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

  .footer-bot {
    padding-top: 2em;
  }

  .section-experts {
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-content {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .dotted-line-2 {
    height: 25em;
    top: 18.1em;
    left: 4.5%;
  }

  .expert-content-new {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-3 {
    align-content: center;
    align-items: stretch;
    justify-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-3 {
    display: flex;
  }

  .container-14 {
    padding-bottom: 39px;
  }

  .div-block-17 {
    z-index: 1;
    margin-top: 0;
    display: none;
    position: static;
  }

  .section-9 {
    margin-top: -10px;
  }

  .div-block-24 {
    margin-bottom: -4px;
  }

  .section-10 {
    margin-top: -10px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .h1.is-mid.more {
    margin-top: 1.6em;
  }

  .p.is--left {
    padding-right: .8em;
  }

  .link-nav.in--nav {
    font-size: 2em;
  }

  .b {
    font-size: 18px;
  }

  .b.is--light.top {
    margin-left: auto;
  }

  .b.has--margin {
    margin-left: 0;
  }

  .section.is--header.blog-bersicht {
    background-position: 50% -54px;
    padding-top: 12.7em;
  }

  .section.with-margin {
    padding-top: 0;
  }

  .section.with-margin.with--bg {
    background-position: 50%;
    margin-top: -6.7em;
    padding-top: 0;
  }

  .section.is--lottie {
    padding-top: 4em;
  }

  .section.agb {
    padding-top: 13em;
  }

  .faq-wrap.is-sticky {
    top: 11.1em;
  }

  .experts-list-container {
    padding-right: 4.4em;
  }

  .experts--list {
    margin-top: 2.8em;
  }

  .experts-list-item {
    background-size: 25px;
    padding-left: 5.5em;
  }

  .blog--picture {
    height: 15em;
    margin-top: .1em;
  }

  .container {
    padding-bottom: 0;
  }

  .container.is--header, .container.is--priced {
    padding-top: 10em;
  }

  .container.is--lottie {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container.is--center {
    flex-direction: column;
  }

  .pricing--wrapper {
    margin-top: 4.8em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-table--wrapper {
    padding-top: 4.5em;
  }

  .blog--content--wrapper {
    padding-left: 2em;
  }

  .kleiner-blog--wrapper {
    margin-bottom: 2.5em;
  }

  .kontakt--wrapper {
    width: 30em;
    padding-right: .1em;
  }

  .field--wrapper {
    width: 40em;
  }

  .dotted-line {
    top: 16.9em;
    left: 4.2%;
  }

  .splide.slider2, .splide.slider-neu {
    margin-top: 2.7em;
  }

  .form-checkbox {
    border-radius: 0;
    margin-top: 0;
    margin-left: -2em;
  }

  .wrapper-buttons {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .h2.is-absolute {
    padding-left: 0;
  }

  .image {
    width: 2em;
  }

  .big-blog {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .lottie--wrapper {
    display: none;
  }

  .lottie--text--wrapper {
    height: auto;
    margin-bottom: 0;
  }

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

  .footer-top-grid {
    max-width: 400px;
    grid-column-gap: 4em;
    grid-row-gap: 6em;
    flex: 1;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bot {
    padding-top: 4em;
  }

  .dotted-line-2 {
    top: 16.9em;
    left: 4.2%;
  }

  .expert-content-grid {
    grid-template-columns: 1fr;
  }

  .swiper {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2 {
    text-align: center;
    display: block;
  }

  .columns-3 {
    display: block;
  }

  .text-block-4, .rich-text-block {
    font-size: 1.3rem;
  }

  .rich-text-block-2, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.2rem;
  }

  .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6 {
    font-size: 1.3rem;
  }

  .columns-4 {
    display: flex;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.6vw;
  }

  .h1.is-mid {
    margin-top: 2em;
    font-size: 4.5em;
  }

  .h1.is-mid.more {
    margin-top: 1.6em;
    font-size: 5em;
  }

  .h1._2em--margin {
    margin-bottom: 2em;
  }

  .h3 {
    color: var(--blue);
    padding-left: 0;
    font-size: 3em;
  }

  .h3.is-mid {
    font-size: 3em;
  }

  .h3.is-mid.more {
    margin-bottom: 1.3em;
  }

  .h3.less-margin {
    margin-bottom: .2em;
    font-size: 3.2em;
  }

  .h3.less-margin.less {
    padding-top: .3em;
    font-size: 2.5em;
  }

  .h3.has--padding.less {
    font-size: 3.5em;
  }

  .h3.has--margin {
    margin-bottom: 1.1em;
    padding-bottom: .9em;
  }

  .h3.has--margin.less {
    margin-bottom: .8em;
    padding-bottom: 0;
    padding-right: 1em;
  }

  .h3.has--margin.more {
    padding-bottom: 1.4em;
  }

  .h3._5b--padding {
    font-size: 3.2em;
  }

  .h3._5t--padding {
    font-size: 4em;
  }

  .h4.is--faq {
    padding-right: 2.5em;
    font-size: 3em;
  }

  .h4.is--smaller.bigger {
    font-size: 3em;
  }

  .h4.has--margin {
    margin-bottom: 1.6em;
    padding-bottom: .6em;
    font-size: 3.5em;
  }

  .h4.has--margin.is--white.more {
    color: var(--steel-white);
    margin-bottom: 1.3em;
  }

  .h4.has--margin.more {
    margin-bottom: 2.1em;
    font-size: 3.5em;
  }

  .h4.has--margin.less {
    font-size: 2.5em;
  }

  .h4.has--margin.mobile {
    margin-bottom: .9em;
  }

  .h4.has--margin.small--box {
    margin-bottom: 1em;
  }

  .h4.has--padding {
    font-size: 3em;
  }

  .h4.has--padding.less {
    padding-top: .6em;
  }

  .h4.is--bigger {
    font-size: 3em;
  }

  .h4._5b--padding {
    font-size: 3.2em;
  }

  .h4._5t--padding {
    font-size: 4em;
  }

  .h5 {
    font-size: 2.7em;
  }

  .h5.is-crossed {
    font-size: 2.8em;
  }

  .h5.less-margin {
    font-size: 2em;
  }

  .h5.is--lighter.bigger {
    font-size: 2.6em;
  }

  .h5.is--bigger, .h5._7b--padding {
    font-size: 2.8em;
  }

  .h5.is--mid {
    font-size: 3em;
  }

  .h5.is--smaller {
    font-size: 2.7em;
  }

  .h5._5b--padding {
    padding-bottom: .3em;
  }

  .p {
    font-size: 2.5em;
  }

  .p.is-in-answer {
    margin-right: 1.7em;
    font-size: 2.5em;
  }

  .p.is--left {
    margin-top: 0;
    padding-right: 0;
    font-size: 3.5em;
  }

  .p.is--left.has--padding, .p.is--left.has--padding.more {
    width: 100%;
  }

  .p.in-explainerbox {
    width: 100%;
    margin-top: -1.9em;
    padding-bottom: 0;
    font-size: 2.5em;
  }

  .p.left {
    width: 100%;
    margin-top: -2.1em;
    font-size: 3em;
    line-height: 1.45;
  }

  .p._70ch {
    width: 100%;
    padding-bottom: 1.2em;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
  }

  .p.is--light {
    margin-left: 4px;
    font-size: 2.5em;
  }

  .p.has--padding {
    font-size: 2.5em;
  }

  .p.has--padding.mid {
    font-size: 2em;
  }

  .link-nav.in-blog {
    font-size: 2.5em;
  }

  .link-nav.in-blog.smaller {
    padding-bottom: .5em;
    font-size: 3em;
  }

  .link-nav.in-blog.smaller.absolut {
    padding-bottom: 1.1em;
    padding-left: 0;
  }

  .link-nav.in--nav {
    font-size: 2.5em;
  }

  .link-nav.is--white {
    padding-right: 1em;
    font-size: 2.5em;
  }

  .b {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px;
  }

  .b.is--light {
    color: var(--blue);
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.27em;
  }

  .b.is--light.is-maxed {
    color: var(--blue);
  }

  .b.is--light.top {
    margin-left: auto;
    margin-right: 8px;
    font-size: 2.1em;
  }

  .b.is--bigger {
    margin-top: 2em;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.27em;
  }

  .b.is--bigger.more.is--light--blue {
    font-size: 2.27em;
  }

  .b.in-box {
    padding: .4em 1.5em;
  }

  .b.has--margin {
    margin-left: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 2.27em;
  }

  .b.has--margin.w--current {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .b._1b-margin {
    margin-bottom: 1em;
  }

  .content-container {
    position: static;
  }

  .nav-menu {
    background-color: #f3f6fc;
  }

  .navbar.is--flex {
    padding-bottom: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .logo {
    margin-right: 0;
  }

  .section.is--header {
    padding-top: 19.2em;
  }

  .section.is--header.blog-bersicht {
    background-position: 50% -30px;
    margin-top: 0;
    padding-top: 15.6em;
  }

  .section.with-margin {
    padding-top: 0;
  }

  .section.with-margin.with--bg {
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .7em;
    padding-bottom: 0;
  }

  .section.is--lottie {
    padding-top: 0;
  }

  .section.is--experts {
    margin-top: -67px;
    padding-top: 23em;
    padding-bottom: 9.8em;
    overflow: hidden;
  }

  .section.in--footer {
    height: 10em;
  }

  .section.reference {
    margin-top: 4.8em;
  }

  .section.is--offset {
    margin-top: 22.7em;
    padding-top: 2em;
    padding-bottom: 0;
    font-size: 1vw;
  }

  .section.is--erklaerblog {
    padding-bottom: 0;
  }

  .section.is--pricing {
    margin-top: -68px;
    padding-top: 22.3em;
  }

  .section.is--anwedung {
    padding-top: 0;
  }

  .section.is--bot {
    margin-top: -4px;
    padding-top: 20.2em;
    display: block;
  }

  .section.agb {
    padding-top: 20em;
  }

  .logo--wrapper.is--reference {
    margin-top: -13.6em;
  }

  .logo--list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo--list.is--reference {
    margin-top: 0;
    padding-top: 19.6em;
    padding-bottom: 0;
  }

  .logos {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pricing--table {
    width: 100%;
    margin-top: 0;
    padding: 3.5em;
    font-size: 1.6vw;
    position: static;
  }

  .pricing--table.is--smaller {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 15.6em;
    margin-bottom: -12.4em;
    padding-top: 2.2em;
    font-size: 1.8vw;
    display: flex;
  }

  .pricing--table.is--smaller.is--bigger, .pricing--table.is--smaller.corner--right {
    width: 100%;
  }

  .pricing--table.is--smaller.corner--left {
    width: 100%;
    margin-top: 3em;
  }

  .pricing--table.big {
    padding-top: 3.5em;
    transform: none;
  }

  .pricing--table.left--corner {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .pricing--table.right--corner {
    border-style: none;
    border-width: 1px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-bottom: 2.2em;
  }

  .faq--symbol {
    margin: 1.3em 1.6em 0 1em;
    font-size: 2vw;
  }

  .faq--grid {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-items: stretch;
    padding-bottom: 4em;
    font-size: 1.8vw;
    display: block;
  }

  .faq-wrap.is-sticky {
    width: 100%;
    padding-bottom: 4.6em;
    position: static;
  }

  .experts-list-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .experts--text--wrapper {
    width: auto;
  }

  .experts-div.blog {
    padding-left: 3em;
    padding-right: 3em;
  }

  .experts-position-text.less--margin {
    margin-top: -2.3em;
    font-size: 1.8em;
  }

  .linkedin--wrapper {
    width: 10em;
    height: 10em;
  }

  .experts-list-item {
    width: 100%;
    background-position: 0 3px;
    background-size: 22px 22px;
    padding-left: 5.5em;
    font-size: 1.8vw;
  }

  .blog--picture {
    height: 30em;
  }

  .bloguebersicht--list.in--uebersicht {
    grid-template-columns: 1fr;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .container.is--header {
    padding-top: 8.2em;
    padding-bottom: 7.1em;
  }

  .container.is--priced {
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 17.6em;
  }

  .container.is--experts {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-top: 14em;
    display: flex;
  }

  .container.is--reference.smaller {
    margin-bottom: -5.5em;
    padding-top: 1.4em;
    padding-bottom: 0;
  }

  .container.is--logos {
    margin-top: 0;
  }

  .container.is--footer {
    flex-direction: column;
    padding-top: 2.8em;
    padding-bottom: 1.9em;
  }

  .container.more--padding {
    padding-top: 7.7em;
  }

  .container.is--video {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.is--lottie {
    flex-direction: row;
    margin-top: 8.6em;
    display: block;
  }

  .container.is--flex {
    align-items: flex-start;
  }

  .pricing--div {
    width: 100%;
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: 2.6vw;
  }

  .pricing--wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 3em;
    padding-right: 3em;
    position: absolute;
  }

  .pricing-table--wrapper {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 4em;
  }

  .kleiner-blog--wrapper {
    margin-bottom: 2.5em;
    padding: 3.5em 1.6em 3.5em 3.5em;
    font-size: 1.6vw;
  }

  .alle-beitr-ge {
    z-index: 10;
    margin-bottom: 11px;
    position: relative;
  }

  .section2 {
    background-position: 50%;
    background-size: cover;
  }

  .kontakt--wrapper {
    width: 100%;
    padding-top: 3.9em;
    font-size: 2vw;
  }

  .kontakt--item {
    background-position: 0 2px;
    background-size: 13px;
    padding-bottom: 2.5em;
    padding-left: 5.7em;
  }

  .kontakt--item.email {
    background-position: 0 6px;
  }

  .kontakt--item.ort {
    background-position: 0 1px;
  }

  .kontakt--item.kontakt {
    background-position: 0 3px;
  }

  .field--wrapper {
    width: 100%;
    margin-top: 1.5em;
    padding-bottom: 3.1em;
  }

  .field-contact--item {
    font-size: 1.7em;
  }

  .bereichsfeld, .bereichsfeld.has--margin {
    font-size: 3vw;
  }

  .bereichsfeld.is--smaller {
    font-size: 8px;
  }

  .bereichsfeld.is--smaller.has-margin {
    font-size: 12px;
  }

  .dotted-line {
    height: 25%;
    max-width: 25%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 4px;
    top: 31.5em;
    left: 3.7em;
  }

  .splide.slider2 {
    width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .splide.slider-neu {
    width: 100%;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__slide.bg, .splide__slide.neu {
    padding-top: 0;
    padding-bottom: 2.7em;
  }

  .splide__arrows {
    width: 120%;
    left: -32.8em;
  }

  .splide__arrows.flex {
    margin-top: 1.7em;
    margin-left: -20.9em;
  }

  .splide__arrows.is--flex {
    width: 100%;
    padding-bottom: 4.8em;
    top: auto;
  }

  .inhaltsbox {
    padding-left: 2.4em;
    padding-right: 1em;
  }

  .slider-square.reference {
    height: 30em;
  }

  .html-embed {
    left: 81.5em;
  }

  .html-embed-2 {
    left: 85.8em;
  }

  .referenz-person-div {
    align-items: center;
  }

  .line-small {
    width: 150%;
    margin-top: -.1em;
    margin-bottom: .9em;
    margin-left: -7.1em;
  }

  .form-checkbox {
    border-radius: 2px;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 18px;
    padding-top: 0;
    padding-right: 0;
    font-size: 2.5vw;
  }

  .wrapper-buttons {
    grid-template-columns: 1fr;
    font-size: 2.5vw;
  }

  .wrapper--experts--area {
    font-size: 2.5vw;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 2em;
    font-size: 3em;
    line-height: 1.21;
  }

  .heading-3.is--left {
    text-align: left;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 9px;
  }

  .menu-button.w--open {
    background-color: #f3f6fc;
  }

  .h2.is-absolute {
    margin-bottom: .9em;
    top: -3%;
  }

  .h2.is--mid {
    margin-top: .4em;
    font-size: 4.5em;
  }

  .h2.is--mid.has--padding {
    text-align: left;
  }

  .h2.has--margin {
    padding-bottom: 1em;
    font-size: 4.5em;
  }

  .h2.has--margin.more {
    padding-right: 1em;
    font-size: 4.5em;
  }

  .h2.has--margin.less {
    margin-bottom: -.1em;
    font-size: 5em;
  }

  .h2.has--margin.padding {
    padding-bottom: 0;
  }

  .h2.has--margin.padding--right {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .splide__pagination {
    font-size: 2vw;
    list-style-type: none;
    display: flex;
  }

  .splide__pagination__page {
    border-radius: 100%;
    padding-left: 0;
  }

  .big-blog {
    padding-top: 1.3em;
    padding-bottom: 3em;
  }

  .cl--reference {
    grid-template-columns: 1fr;
  }

  .video--lightbox {
    margin-top: 0;
  }

  .video {
    position: relative;
  }

  .lottie--wrapper {
    display: none;
    position: static;
  }

  .lottie-animation-3 {
    overflow: visible;
  }

  .lottie--text--wrapper {
    margin-top: 0;
    margin-bottom: 1.7em;
  }

  .heading--wrapper {
    padding-bottom: 0;
  }

  .dropdown-toggle {
    height: 3.6em;
    font-size: 2.5em;
  }

  .lottie--grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .dropdown, .dropdown-2 {
    font-size: 3vw;
  }

  .dropdown-3 {
    margin-top: 1em;
    font-size: 3vw;
  }

  .smilie, .speech, .icon-like, .icon-emoji, .icon-play {
    display: none;
  }

  .select-icon {
    top: 3.2em;
    right: 1.6em;
  }

  .icon-2 {
    color: var(--blue);
  }

  .heading-5 {
    margin-bottom: 1em;
    font-size: 20px;
  }

  .heading-6 {
    font-size: 20px;
  }

  ._3x2--grid {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  ._3x1--grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .auto--wrapper.is--horizontal {
    flex-direction: row;
    align-items: center;
  }

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

  .section-footer {
    margin-top: -4px;
    padding-top: 20.2em;
    display: block;
  }

  .footer-bottom-nav {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .footer-bot {
    padding-top: 8em;
  }

  .form-checkbox-label {
    font-size: 2em;
  }

  .section-erklaerblog {
    padding-bottom: 0;
  }

  .section-anwendung {
    padding-top: 0;
  }

  .section-experts {
    margin-top: -67px;
    padding-top: 23em;
    padding-bottom: 9.8em;
    overflow: hidden;
  }

  .section-pricing {
    margin-top: -68px;
    padding-top: 22.3em;
  }

  .h5-2 {
    font-size: 2.7em;
  }

  .dotted-line-2 {
    height: 25%;
    max-width: 25%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 4px;
    top: 31.5em;
    left: 3.7em;
  }

  .p-2 {
    font-size: 2.5em;
  }

  .expert-content-grid {
    grid-template-columns: 100%;
  }

  .swiper {
    max-width: none;
  }

  .swiper-slide {
    width: 100%;
    min-width: 100%;
  }

  .columns-4 {
    text-align: center;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }
}

#w-node-baca6a6e-a91f-1de1-f35b-e9fa41c6c1b9-d01e3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a9ba8bd9-9c12-5b3a-dc84-e573a3cd4c17-d01e3a78 {
  align-self: start;
}

#w-node-bdcf6053-e4f2-aacc-32cc-6d3d45b0b892-d01e3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737d5195-0770-49c4-2cfd-9e2259a341e2-d01e3a78 {
  grid-area: span 5 / span 1 / span 5 / span 1;
  align-self: start;
}

#w-node-_4809aff6-3dc7-d758-7ca9-bbb768032061-d01e3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eecacc28-a1f1-aaa9-f0af-3a3365516ee5-d01e3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5a7ff193-eb25-1540-9b26-52a84f2e5625-d01e3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e68059bc-04b0-ed37-e510-f62b9d915463-d01e3a78, #w-node-b3af7f0f-ad4b-acf3-475e-16dc754a3eea-d01e3a78, #w-node-_7b8b392d-dbfa-c43f-0636-b66c2e54fb5b-d01e3a78, #w-node-_43ccdba2-3fd5-fb34-a9ad-903058389bf9-d01e3a78, #w-node-_2db0aab1-f403-1634-65fe-fbecd674577a-d01e3a78, #w-node-b4e57acf-96e7-d074-c381-96c91bd321df-d01e3a78 {
  align-self: start;
}

#w-node-b4ef3b96-84a2-d1df-88b5-e68d45c04703-d01e3a78 {
  align-self: stretch;
}

#w-node-_3b7210c0-1e61-96aa-9901-a1e426060c52-c01e3ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6eaa34d9-0371-af7c-cc42-c86ff1c6a502-d0697c5f, #w-node-_7a2f2403-cd14-2faa-bbdc-58e7242453e6-d0697c5f, #w-node-_3919ad5e-029d-ace2-e60d-7ce710ec635e-d0697c5f, #w-node-_8f22455f-21aa-0a87-992d-4b7ab7dee8f8-d0697c5f, #w-node-a1a2985f-5335-c699-1ee8-0301a69a0efc-d0697c5f, #w-node-_2006ee14-9e67-1228-d575-8dae68ae29b4-d0697c5f, #w-node-fee3ce0e-0990-52e5-2e68-87431cf6ff8c-d0697c5f, #w-node-_3189b420-c889-c784-9864-4863b603a1cd-d0697c5f, #w-node-_0c4ad90d-fccd-727c-2b46-65d393318710-d0697c5f, #w-node-_6019f2df-f0fd-10a2-86fe-49dd86d5d60b-d0697c5f, #w-node-_132538a1-a7d9-1a24-cee8-1cdaec7dc997-d0697c5f, #w-node-_11615f6a-01af-3aa0-8284-8fb8dc51809b-d0697c5f, #w-node-_1a401e38-cf89-ef65-e56d-11989dac6f34-d0697c5f, #w-node-ae8928e9-9c75-340d-f69b-ea957d347a95-d0697c5f, #w-node-_92a3e7b3-246c-4739-7229-b7ade57e9e48-d0697c5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_73b4adb8-aa26-c00c-89d5-750281428915-814288fb, #w-node-_71ad0b30-b68e-8cb8-9fe0-a6003ed1c850-3ed1c836 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_73b4adb8-aa26-c00c-89d5-750281428915-814288fb, #w-node-_71ad0b30-b68e-8cb8-9fe0-a6003ed1c850-3ed1c836 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/sourcesanspro-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}