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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.title {
  margin-top: 18px;
  margin-bottom: 14px;
  margin-left: -2px;
  color: #111;
  font-size: 78px;
  line-height: 90px;
  font-weight: 700;
}

.body {
  font-family: Inter, sans-serif;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  margin-left: 25px;
  padding: 12px 26px 12px 30px;
  border: 2px solid #3d7dff;
  border-radius: 5px;
  background-color: #3d7dff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.button.button-outlined {
  padding: 14px 20px;
  border: 2px none #999;
  background-color: transparent;
  color: #888;
}

.button.button-outlined.button-margin-no {
  margin-left: 0px;
}

.button.button-shadow {
  box-shadow: 0 5px 20px 0 #ddd;
  -webkit-transition: box-shadow 100ms ease;
  transition: box-shadow 100ms ease;
}

.button.button-shadow:hover {
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 86.7%, 0.4);
}

.button.button-shadow.button-margin-right {
  margin-right: 25px;
  margin-bottom: 8px;
  margin-left: 0px;
}

.button.button-demo {
  margin-left: 0px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.button.button-demo:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.button.no-margin {
  margin-left: 0px;
}

.action-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.action-button-wrapper.action-button-steuerberater {
  margin-top: 88px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f1f3f6;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.padding-no {
  padding-top: 12px;
  padding-bottom: 0px;
}

.section.section-banken-logos {
  padding-top: 40px;
  padding-bottom: 84px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section.section-banken-logos.section-banken-mobil {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-heading {
  padding-top: 48px;
  padding-bottom: 24px;
}

.section.section-integration-logos {
  padding-top: 0px;
  padding-bottom: 60px;
}

.h3 {
  margin-top: 16px;
  margin-bottom: 38px;
  color: #111;
  font-size: 36px;
  line-height: 42px;
}

.small-text {
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: 34px;
  margin-left: 34px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-image {
  max-height: 28px;
  max-width: 11%;
  opacity: 0.85;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.logo-image.logo-large {
  max-height: 25px;
}

.container {
  max-width: 1240px;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.container-margin {
  margin-top: 16px;
  margin-bottom: 16px;
}

.tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: rgba(61, 125, 255, 0.2);
  color: #3d7dff;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.tag.tag-green {
  background-color: rgba(141, 224, 124, 0.27);
  color: #4da73b;
}

.tag.tag-orange {
  background-color: rgba(248, 137, 73, 0.21);
  color: #d3692c;
}

.tag.tag-blue {
  background-color: rgba(61, 125, 255, 0.18);
}

.sub-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.logo-text {
  margin-top: 4px;
  font-family: Catamaran, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.action-button-arrow {
  margin-left: 5px;
}

.browser {
  overflow: hidden;
  min-height: 160px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 12px;
  box-shadow: 0 5px 25px 0 #dbdbdb;
}

.browser.browser-video {
  margin-top: 70px;
  margin-bottom: 60px;
}

.browser.browser-sized {
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}

.statement {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #111;
  font-size: 44px;
  line-height: 58px;
  font-weight: 600;
}

.statement.statement-margin-small {
  margin-bottom: 6px;
}

.statement-highlight {
  color: #3d7dff;
}

.h2 {
  margin-bottom: 16px;
  color: #222;
  font-size: 34px;
  line-height: 46px;
}

.function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.function-image {
  overflow: hidden;
  width: 62%;
  height: 520px;
}

.function-image.gradient-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #4c87ff, rgba(204, 155, 250, 0.8));
}

.function-image.gradient-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: radial-gradient(circle farthest-corner at 100% 0%, #f88949, rgba(252, 205, 118, 0.8));
}

.function-image.gradient-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #8de07c, rgba(214, 241, 116, 0.8));
}

.function-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 55px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.browser-mini {
  z-index: 10;
  border: 1px solid #ddd;
  border-radius: 7px;
  background-color: #fff;
}

.browser-mini.browser-step-a {
  width: 98%;
  height: 82%;
  margin-right: -2%;
}

.browser-mini.browser-step-b {
  width: 84%;
  height: 96%;
  margin-bottom: -2%;
}

.browser-mini.browser-step-c {
  width: 98%;
  height: 82%;
  margin-left: -2%;
}

.browser-mini.browser-step-steuerberater {
  width: 98%;
  height: 80%;
  margin-right: -1%;
  margin-left: 5%;
  background-image: url('../images/Screen-Shot-2021-04-06-at-16.19.44.png');
  background-position: 0px 0px;
  background-size: cover;
}

.label {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

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

.label.label-footer {
  margin-right: 18px;
  text-decoration: none;
}

.label.label-small {
  margin: 4px 10px;
  font-size: 15px;
}

.label.label-demo {
  margin-top: 2px;
  color: #eee;
  font-size: 13px;
}

.image-step-a {
  max-height: 91%;
  margin-top: 3%;
  margin-left: 4%;
}

.function-text {
  margin-top: 2px;
  margin-bottom: 20px;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.text {
  margin-bottom: 0px;
  padding-top: 1px;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}

.text.text-margin-bottom-large {
  margin-bottom: 10px;
}

.text.text-margin-bottom-small {
  margin-bottom: 2px;
}

.image-step-b {
  max-width: 94%;
  margin-top: 4%;
  margin-left: 3%;
}

.h2-span {
  color: #aaa;
}

.image-step-c {
  max-height: 95%;
  margin-top: 1%;
  margin-left: 16%;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.grid-box {
  padding: 16px 48px 32px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

.grid-icon {
  display: none;
  max-width: 40px;
  margin-top: 22px;
  margin-bottom: 12px;
}

.h5 {
  margin-top: 26px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  padding: 16px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0.3;
  -webkit-flex: 0.3 auto;
  -ms-flex: 0.3 auto;
  flex: 0.3 auto;
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  text-decoration: none;
}

.contact-option:hover {
  background-color: #eee;
}

.contact-option.contact-option-center {
  margin-right: 15px;
  margin-left: 15px;
}

.contact-icon {
  height: 40px;
  margin-right: 20px;
}

.contact-icon.icon-phone {
  height: 32px;
}

.contact-icon.icon-mail {
  height: 32px;
}

.contact-icon.icon-whatsapp {
  height: 30px;
}

.quotation-mark {
  margin-bottom: -59px;
  margin-left: -8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #666;
  font-size: 88px;
  line-height: 120px;
  font-style: italic;
}

.testimonial-profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-profile-image {
  width: 80px;
  height: 80px;
  margin-right: 18px;
  border-radius: 100%;
  background-image: url('../images/chef.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.85;
}

.footer-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-header-text {
  width: 39%;
  padding-top: 100px;
  padding-right: 28px;
  padding-bottom: 38px;
}

.split-header-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-header-image.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #4c87ff, #cc9bfa);
}

.h1 {
  margin-bottom: 16px;
  color: #111;
  font-size: 46px;
  line-height: 56px;
}

.integration-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-integration {
  max-height: 70px;
  max-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

.logo-integration-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar {
  width: 1310px;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: transparent;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 13px;
  border-radius: 7px;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #eee;
}

.nav-link.w--current {
  color: #333;
}

.nav-link.nav-login {
  padding: 6px 11px;
  border: 2px solid #3d7dff;
  border-radius: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #3d7dff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.nav-link.nav-login:hover {
  background-color: rgba(61, 125, 255, 0.2);
}

.nav-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  overflow: hidden;
  height: 920px;
  max-height: 78vh;
}

.logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.logo-icon-form {
  width: 48%;
  height: 48%;
  border-bottom-left-radius: 12px;
  background-color: #fff;
}

.demo-layer {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.demo-layer.demo-layer-mobile {
  display: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.demo-video {
  width: 100.2%;
  margin-right: -0.1%;
  margin-left: -0.1%;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  margin-bottom: 25px;
  border-radius: 5px;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.error-message {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .title {
    margin-bottom: 6px;
    font-size: 46px;
    line-height: 58px;
  }

  .button {
    padding: 9px 18px 9px 20px;
    font-size: 13px;
  }

  .button.button-outlined {
    margin-left: 16px;
  }

  .action-button-wrapper {
    margin-top: 34px;
  }

  .action-button-wrapper.action-button-steuerberater {
    margin-top: 42px;
  }

  .background {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.section-banken-logos {
    display: none;
  }

  .section.section-banken-logos.section-banken-mobil {
    display: block;
    padding-top: 24px;
  }

  .section.section-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.section-integration-logos {
    padding-bottom: 50px;
  }

  .h3 {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 30px;
  }

  .logo-wrapper {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .logo-image {
    max-height: 26px;
    max-width: 22%;
  }

  .logo-image.logo-large {
    max-height: 22px;
  }

  .container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container.container-margin-no {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tag {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .sub-title {
    font-size: 17px;
    line-height: 26px;
  }

  .browser.browser-video {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .browser.browser-sized {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .statement {
    font-size: 34px;
    line-height: 46px;
  }

  .h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .function {
    height: auto;
    margin-top: 26px;
    margin-bottom: 42px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .function-image {
    width: 100%;
    height: 70vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .function-text-wrapper {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .label {
    font-size: 14px;
  }

  .label.label-footer {
    font-size: 15px;
  }

  .label.label-small {
    display: none;
    font-size: 14px;
  }

  .label.label-padding-no {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .function-text {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .text {
    font-size: 16px;
  }

  .text.text-margin-bottom-small {
    font-size: 16px;
  }

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

  .grid-box {
    padding: 6px 30px 20px;
  }

  .h5 {
    margin-top: 20px;
    font-size: 22px;
  }

  .footer-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-option {
    height: 58px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .contact-option.contact-option-center {
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-icon.icon-phone {
    height: 27px;
  }

  .contact-icon.icon-mail {
    height: 27px;
  }

  .contact-icon.icon-whatsapp {
    height: 25px;
  }

  .quotation-mark {
    font-size: 62px;
    line-height: 100px;
  }

  .testimonial-profile-wrapper {
    margin-top: 24px;
  }

  .testimonial-profile-image {
    width: 65px;
    height: 65px;
    margin-right: 12px;
  }

  .split-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-header-text {
    width: auto;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .split-header-image.gradient {
    min-height: 70vw;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 52px;
  }

  .logo-integration {
    max-height: 56px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-links-wrapper {
    width: 360px;
  }

  .hide-mobile {
    display: none;
  }

  .html-embed {
    display: none;
  }

  .demo-layer {
    display: none;
  }

  .demo-layer.demo-layer-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: relative;
  }

  .logo-image.logo-large {
    max-height: 20px;
  }

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

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

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-option.contact-option-center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .integration-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-links-wrapper {
    width: auto;
    height: auto;
    padding: 30px 20px;
    background-color: #fff;
  }

  .menu-button {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 7px 6px 5px;
    border: 2px solid #666;
    border-radius: 7px;
    color: #666;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 40%, 0.2);
    color: #666;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding: 0px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
  }

  .button {
    margin-bottom: 6px;
    margin-left: 0px;
    padding: 8px 16px 8px 18px;
    font-size: 12px;
  }

  .button.button-outlined {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .action-button-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .action-button-wrapper.action-button-steuerberater {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .background {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.section-banken-logos.section-banken-mobil {
    padding-bottom: 40px;
  }

  .section.section-heading {
    padding-top: 16px;
    padding-bottom: 0px;
  }

  .section.section-integration-logos {
    padding-bottom: 40px;
  }

  .h3 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 34px;
  }

  .small-text {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    max-height: 15px;
    max-width: 24%;
  }

  .logo-image.logo-large {
    max-height: 14px;
  }

  .tag {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .sub-title {
    font-size: 17px;
    line-height: 24px;
  }

  .browser.browser-sized {
    margin-top: 32px;
  }

  .statement {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 30px;
  }

  .h2 {
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 29px;
  }

  .function-text-wrapper {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .label.label-footer.hide-mobile {
    display: none;
  }

  .label.label-small {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .label.label-padding-no {
    font-size: 13px;
  }

  .text {
    font-size: 15px;
    line-height: 24px;
  }

  .text.text-margin-bottom-small {
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-box {
    padding: 0px 16px 10px;
  }

  .h5 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .quotation-mark {
    margin-bottom: -50px;
    margin-left: -5px;
    font-size: 48px;
    line-height: 90px;
  }

  .testimonial-profile-image {
    width: 46px;
    height: 46px;
  }

  .split-header-text {
    padding-bottom: 18px;
  }

  .h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .logo-integration {
    max-height: 38px;
  }

  .logo-integration-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hide-mobile {
    display: none;
  }
}

