@font-face {
  font-family: Icons Marketing Template;
  src: url('../fonts/icons-marketing-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/thicccboi-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/thicccboi-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/thicccboi-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-blackitalic.ttf') format("truetype"), url('../fonts/lato-blackitalic.ttf') format("truetype"), url('../fonts/lato-blackitalic.ttf') format("truetype"), url('../fonts/lato-blackitalic.ttf') format("truetype"), url('../fonts/lato-blackitalic.ttf') format("truetype"), url('../fonts/lato-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-black.ttf') format("truetype"), url('../fonts/lato-black.ttf') format("truetype"), url('../fonts/lato-black.ttf') format("truetype"), url('../fonts/lato-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-thinitalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-regular.ttf') format("truetype"), url('../fonts/lato-regular.ttf') format("truetype"), url('../fonts/lato-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: otal;
  src: url('../fonts/lato-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #8184a3;
  --neutral-800: #14142b;
  --gölitz-blau: #066ab4;
  --neutral-300: #eff0f6;
  --primary-1: #4a3aff;
  --shadow-default-card: #080f3408;
  --secondary-1: #3022cd;
  --secondary-2: #ffd600;
  --secondary-3: #ff6262;
  --secondary-4: #2417ae;
  --neutral-200: #f8f9ff;
  --neutral-100: white;
  --neues-blau: #000078;
  --neutral-400: #dcddeb;
  --grau-main: #ecf1f6;
  --neutral-500: #bcbed1;
  --shadow-style-1-card: #1f255914;
  --shadow-default-button-white: #14142b17;
  --shadow-default-image: #14142b12;
  --shadow-large-image: #14142b24;
  --gelb: #f5f3d6;
  --neutral-700: #605c78;
  --primary-2: #962dff;
}

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

body {
  color: var(--neutral-600);
  font-family: otal, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.13em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--gölitz-blau);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  line-height: 1.6em;
}

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

label {
  color: var(--neutral-800);
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.111em;
  display: block;
}

strong {
  color: var(--neutral-600);
  font-weight: 600;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 11px;
  border-color: var(--neutral-300) var(--neutral-300) var(--neutral-300) var(--primary-1);
  box-shadow: 0 4px 22px 0 var(--shadow-default-card);
  color: var(--neutral-800);
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 66px 86px;
  font-size: 20px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.text-center {
  text-align: center;
  width: auto;
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.bg-secondary-4 {
  background-color: var(--secondary-4);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.container-default {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-default.z-index-1 {
  max-width: 1221px;
  padding-left: 0;
  padding-right: 0;
}

.container-default.max-1400 {
  max-width: 1400px;
}

.button-primary {
  z-index: 0;
  border: 1px solid var(--gölitz-blau);
  background-color: var(--gölitz-blau);
  min-height: 60px;
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 10px 30px;
  font-family: otal, sans-serif;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, background-color .3s;
  display: inline-flex;
  position: relative;
}

.button-primary:hover {
  border-color: var(--secondary-1);
  background-color: var(--neues-blau);
  color: var(--neutral-100);
  transform: translate3d(0, -2px, .01px);
}

.button-primary.small {
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.small.hide {
  display: none;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.protected-page {
  width: 100%;
}

.button-primary.button-white {
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
  color: var(--primary-1);
  transition: color .3s, transform .3s, border-color .3s, background-color .3s;
}

.button-primary.button-white:hover {
  border-color: var(--secondary-3);
  background-color: var(--secondary-3);
  color: var(--neutral-100);
}

.button-primary.newsletter {
  position: absolute;
  right: 8px;
}

.button-primary.white {
  color: var(--gölitz-blau);
  transform-style: preserve-3d;
  background-color: #fff;
  text-decoration: none;
  transform: none;
}

.button-primary.white:hover {
  background-color: var(--neues-blau);
  color: var(--neutral-100);
}

.button-primary.hide {
  display: block;
}

.button-primary.navbar-button {
  min-height: 40px;
  padding: 15px 20px;
  font-size: 17px;
}

.button-primary.padding-top-5px {
  width: auto;
  transform-style: preserve-3d;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transform: none;
}

.button-primary.hero-section {
  border-width: 2.2px;
  border-color: var(--neutral-100);
  min-width: 140px;
  color: var(--neutral-100);
  background-color: #fff0;
  margin-top: 40px;
  padding: 10px 20px;
  position: static;
}

.button-primary.hero-section:hover {
  background-color: var(--neutral-100);
  color: var(--gölitz-blau);
}

.button-primary.margin {
  margin-top: 30px;
}

.button-secondary {
  border: 1px solid var(--gölitz-blau);
  width: 200px;
  height: 50px;
  color: var(--gölitz-blau);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #066ab400;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.button-secondary:hover {
  background-color: var(--gölitz-blau);
  color: var(--neutral-100);
  transform: translate3d(0, -2px, .01px);
}

.button-secondary.button-white {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  transition: border-color .3s, transform .3s, color .3s, background-color .3s;
}

.button-secondary.button-white:hover {
  border-color: var(--secondary-3);
  background-color: var(--secondary-3);
  color: var(--neutral-100);
}

.header {
  border-bottom: 1px solid var(--neutral-300);
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-logo {
  width: 229px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
  line-height: 1.111em;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--primary-1);
}

.footer {
  border-top: 1px solid var(--neutral-400);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: otal, sans-serif;
  display: flex;
  overflow: hidden;
}

.footer-logo-container {
  text-align: center;
  transform-style: preserve-3d;
  margin-bottom: 15px;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-logo-container:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-logo {
  width: 100%;
  max-width: 400px;
}

.page-wrapper {
  min-height: 100vh;
  font-family: otal, sans-serif;
  display: none;
}

.testimonials {
  padding-top: 176px;
  padding-bottom: 176px;
}

.testimonials.bg-neutral-200 {
  padding-bottom: 60px;
  display: block;
}

.testimonials.bg-neutral-200.overflow-hidden {
  background-color: var(--neutral-100);
  width: 100%;
  color: var(--neutral-800);
  padding-top: 140px;
  padding-bottom: 60px;
  font-family: otal, sans-serif;
}

.testimonials.padding-145px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials.overflow-hidden {
  padding-top: 87px;
  padding-bottom: 97px;
}

.testimonials.bg-primary-1.position-relative {
  background-color: var(--gölitz-blau);
  padding-left: 5%;
  padding-right: 5%;
}

.testimonials.padding-200px {
  flex-direction: column;
  align-items: center;
  padding: 100px 5%;
  font-family: otal, sans-serif;
  display: flex;
}

.testimonials.position-relative {
  padding-top: 9px;
}

.testimonials.position-relative.hero-v3 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 5%;
  display: none;
}

.testimonials.bg-secondary-1.utility-hero {
  background-color: var(--neutral-200);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 700px;
  margin-bottom: 70px;
  padding-top: 103px;
  padding-bottom: 176px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.testimonials.bg-secondary-1.utility-hero-copy {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 700px;
  margin-bottom: 70px;
  padding: 103px 5% 176px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials.about-hero {
  padding-top: 90px;
  padding-bottom: 0;
  position: relative;
}

.testimonials.careers-hero {
  flex-direction: column;
  align-items: center;
  padding: 1px 5% 67px;
  font-family: otal, sans-serif;
  display: none;
  overflow: hidden;
}

.testimonials.bg-neutral-200 {
  background-color: var(--grau-main);
  flex-direction: column;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.testimonials.bg-neutral-200-neu {
  background-color: var(--neutral-200);
  padding: 100px 5%;
}

.testimonials.bg-neutral-200-neu.none {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.utility-page-wrap.protected-page {
  padding-top: 158px;
  padding-bottom: 176px;
  overflow: hidden;
}

.utility-page-wrap.bg-secondary-1.not-found {
  background-color: var(--gölitz-blau);
  padding-top: 148px;
  padding-bottom: 158px;
  position: relative;
  overflow: hidden;
}

.input {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  border-radius: 10px;
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.password {
  min-height: 65px;
  margin-bottom: 24px;
}

.input.newsletter {
  min-height: 80px;
  padding-left: 31px;
  padding-right: 185px;
}

.input.newsletter:hover {
  border-color: var(--neutral-500);
}

.input.newsletter:focus {
  border-color: var(--neutral-400);
}

.input.cart-quantity-item {
  min-height: 38px;
  padding-left: 12px;
  padding-right: 6px;
  display: none;
}

.not-found-content {
  max-width: 711px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.not-found-number {
  color: var(--neutral-100);
  margin-bottom: 50px;
  font-size: 164px;
  font-weight: 700;
  line-height: .8em;
}

.paragraph {
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph.margin-bottom-default {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph.margin-bottom-0px {
  font-weight: 400;
}

.paragraph.margin-bottom-0px.center {
  text-align: center;
}

.paragraph.margin-bottom-40px {
  font-weight: 400;
}

.paragraph.margin-bottom-40px.upper-space {
  margin-top: 20px;
  font-family: otal, sans-serif;
}

.paragraph.text-color-neutral-300.margin-bottom-0px {
  color: var(--neutral-800);
}

.paragraph.white {
  color: #fff;
}

.paragraph.card-faq {
  margin-bottom: 0;
}

.paragraph.middle {
  text-align: center;
  letter-spacing: .005em;
  max-width: 800px;
}

.paragraph.features-hero {
  letter-spacing: .005em;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.features-hero.left {
  text-align: left;
}

.paragraph.main-feature {
  letter-spacing: .005em;
  margin-bottom: 17px;
  font-weight: 400;
}

.paragraph.integrations-hero {
  margin-top: 22px;
  margin-bottom: 40px;
  font-weight: 400;
}

.paragraph.card-home-testimonial {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.hero {
  font-family: otal, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5em;
}

.paragraph.hero-text {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.paragraph.home {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph.digital {
  margin-bottom: 0;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 4px 22px 0 var(--shadow-default-card);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.card.style-1 {
  box-shadow: 0 2px 11px 0 var(--shadow-style-1-card);
  padding: 70px 55px;
}

.card.style-1.contact-form-card {
  align-items: center;
  min-height: 753px;
  display: flex;
}

.card.bg-primary-1 {
  background-color: var(--primary-1);
}

.card.bg-primary-1.cta {
  border-width: 0;
  padding: 104px 88px;
  display: flex;
  position: relative;
}

.card.bg-primary-1.newsletter {
  border-width: 0;
  justify-content: space-between;
  align-items: center;
  padding: 100px 74px;
  display: flex;
  position: relative;
}

.card.text-center {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 520px;
  padding: 0 0 30px;
  display: flex;
}

.card.text-center.havelwind {
  padding-top: 50px;
}

.card.style-2 {
  box-shadow: 0 2px 11px 0 var(--shadow-style-1-card);
  padding: 34px 22px;
  overflow: visible;
}

.card.style-2.card-link {
  transition: box-shadow .3s, transform .3s;
}

.card.style-2.card-link:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-style-1-card);
  transform: translate(0, 4px);
}

.card.card-link {
  color: var(--neutral-600);
  text-decoration: none;
  display: block;
}

.card.card-link:hover {
  color: var(--neutral-600);
}

.card.card-link.case-study {
  box-shadow: none;
  transform-style: preserve-3d;
  border-width: 0;
  justify-content: space-between;
  padding: 0;
  transition-property: transform;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.card.card-link.case-study:hover {
  transform: translate3d(0, -8px, .01px);
}

.card.card-link.case-study-v2 {
  padding: 0;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.card-link.case-study-v2:hover {
  box-shadow: 0 8px 44px 0 var(--shadow-default-card);
  transform: translate(0, -6px);
}

.card.card-link.social-media {
  justify-content: center;
  padding-top: 37px;
  padding-bottom: 37px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.card-link.social-media:hover {
  box-shadow: 0 8px 44px 0 var(--shadow-default-card);
  transform: translate(0, -4px);
}

.card.card-link.social-media-v2 {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 42px;
  transition: box-shadow .3s, transform .3s;
}

.card.card-link.social-media-v2:hover {
  box-shadow: 0 8px 44px 0 var(--shadow-default-card);
  transform: translate(0, -6px);
}

.card.style-3 {
  border-radius: 13px;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  overflow: visible;
}

.card.style-3.card-link {
  min-width: 250px;
  box-shadow: 0 6px 12px 0 var(--shadow-default-button-white);
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: transform .3s, box-shadow .3s;
}

.card.style-3.card-link:hover {
  box-shadow: 0 2px 2px 0 var(--shadow-default-button-white);
  transform: translate(0, 4px);
}

.card.cart {
  max-width: 500px;
  padding: 0;
  overflow: auto;
}

.card.no-padding {
  min-height: 100%;
  padding: 0;
}

.card.no-padding.offices {
  display: flex;
}

.card.no-padding.flex-v {
  transform: translate(0);
}

.card.style-8 {
  cursor: pointer;
  padding: 42px 34px 45px;
}

.card.style-9 {
  border-radius: 16px;
  align-items: center;
  padding: 21px 24px;
  display: flex;
}

.card.style-9.card-link {
  transform-style: preserve-3d;
  transition: box-shadow .3s, transform .3s;
  transform: translate3d(0, 0, .01px);
}

.card.style-9.card-link:hover {
  box-shadow: 0 8px 44px 0 var(--shadow-default-card);
  transform: translate3d(0, -6px, .01px);
}

.card.style-14 {
  border-radius: 20px;
  padding: 42px 30px 48px;
}

.card.style-14.card-link {
  transition: box-shadow .3s, transform .3s;
}

.card.style-14.card-link:hover {
  box-shadow: 0 8px 44px 0 var(--shadow-default-card);
  transform: translate(0, -6px);
}

.card.style-19 {
  border-radius: 40px;
  padding: 90px 78px 98px;
}

.card.style-19.z-index-1 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.card.style-1 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  padding: 40px 36px;
}

.card.style2-neu {
  border-radius: 0 0 24px 24px;
}

.title.margin-bottom-0px {
  color: var(--neues-blau);
}

.title.text-color-neutral-100 {
  font-size: 54px;
  line-height: 1.2em;
}

.title.hero {
  font-family: otal, sans-serif;
  font-size: 20px;
}

.title.hero.white {
  font-family: otal, sans-serif;
  font-size: 1.3vw;
}

.title.margin-bottom-10px {
  font-family: otal, sans-serif;
}

.title.protected-page {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 1.316em;
}

.title.white {
  color: #fff;
}

.title.card-faq {
  color: var(--neues-blau);
  margin-bottom: 0;
}

.title.text-color-neutral-100.cta {
  margin-bottom: 28px;
}

.title.middle {
  color: var(--neues-blau);
  text-align: center;
}

.title.middle.white {
  color: var(--grau-main);
}

.title.features-hero {
  color: var(--neues-blau);
  margin-bottom: 18px;
  font-weight: 900;
}

.title.main-feature {
  color: var(--neues-blau);
  margin-bottom: 14px;
  font-size: 30px;
}

.title.main-feature.padding-top-30px {
  margin-top: 30px;
}

.title.integrations-hero {
  color: var(--neues-blau);
  margin-bottom: 12px;
  font-weight: 900;
}

.title.h4-size {
  color: #0b0a33;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.title.h4-size.card-home-testimonial {
  color: var(--neues-blau);
  margin-bottom: 4px;
}

.title.order-item-title {
  color: #14142b;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #4a3aff;
}

.title.text-color-neutral-100.margin-bottom-10px {
  color: var(--neutral-800);
}

.title.h3-size {
  color: #14142b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.title.h3-size.margin-bottom-10px {
  color: var(--neues-blau);
}

.title.text-color-neutral-100 {
  color: #fff;
}

.title.text-color-neutral-100.cta {
  margin-bottom: 28px;
  font-size: 50px;
}

.split-content.header-right {
  flex: 1;
  margin-right: 40px;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.hero-left {
  max-width: 45vw;
  margin-right: 40px;
  padding-right: 0;
}

.split-content.testimonials-left {
  width: 100%;
  max-width: 54%;
  margin-right: 0;
}

.split-content.testimonials-right {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 445px;
  display: flex;
}

.split-content.about-v2-left {
  width: 100%;
  max-width: 587px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.split-content.about-v2-right {
  max-width: 43%;
}

.split-content.perks-v2-left {
  flex: 0 auto;
}

.split-content.perks-v2-right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.split-content.about-hero-left {
  max-width: 520px;
  margin-right: 40px;
}

.split-content.about-hero-right {
  min-width: 468px;
  max-width: 46%;
  margin-top: 45px;
  margin-bottom: auto;
}

.split-content.offices-content-top-left {
  max-width: 490px;
}

.split-content.offices-content-top-right {
  margin-top: auto;
}

.split-content.card-newsletter-title {
  z-index: 1;
  max-width: 338px;
  margin-right: 40px;
  position: relative;
}

.split-content.careers-hero-left {
  max-width: 559px;
  margin-top: 38px;
  margin-bottom: auto;
  margin-right: 40px;
}

.split-content.careers-hero-right {
  flex-direction: column;
  max-width: 573px;
  margin-left: auto;
  display: flex;
}

.split-content.cta-right {
  width: 100%;
  max-width: 529px;
  display: flex;
  position: relative;
}

.split-content.cta-left {
  max-width: 80%;
}

.split-content.reports-v1-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 586px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.split-content.reports-v1-left {
  z-index: 1;
  max-width: 42%;
  margin-right: 40px;
  position: relative;
}

.split-content.integrations-hero-left {
  max-width: 484px;
  margin-right: 30px;
}

.split-content.integrations-hero-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 467px;
  height: 500px;
  display: flex;
  position: relative;
}

.split-content.home-testimonials-content-top-left {
  max-width: 600px;
}

.split-content.home-testimonials-content-top-left.neu {
  width: 100%;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  border: 1px solid var(--neutral-400);
  max-width: 80px;
  transform-style: preserve-3d;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  transition: border-color .3s, transform .3s;
  transform: scale3d(1, 1, 1.01)translate(0);
}

.image-wrapper.home-v3 {
  width: 46%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.card-office {
  max-width: 436px;
}

.image-wrapper.borders-radius-24px {
  border-radius: 24px;
}

.image-wrapper.borders-radius-24px.card-contact {
  background-color: var(--neutral-300);
  background-color: var(--neutral-200);
  width: 83px;
  min-width: 83px;
  min-height: 83px;
  max-height: 83px;
  color: var(--shadow-default-image);
  border-radius: 100%;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.post-featured-v2 {
  border-radius: 42px;
  width: 100%;
  max-width: 79%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.card-home-testimonial {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  padding: 5px;
}

.image-wrapper.card-home-testimonial.hafelwind {
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.image-wrapper.card-testimonial-v2-image {
  background-color: var(--gölitz-blau);
  justify-content: center;
  width: 40%;
  max-width: 421px;
  height: 100%;
  padding: 60px;
}

.image-wrapper.order-item-image {
  max-width: 80px;
  transform-style: preserve-3d;
  border: 1px solid #dcddeb;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  transition: border-color .3s, transform .3s;
  transform: scale3d(1, 1, 1.01)translate(0);
}

.image-wrapper.order-item-image:hover {
  border-color: #4a3aff;
  transform: scale3d(1.05, 1.05, 1.01)translate(0);
}

.image {
  border-radius: 0;
  flex: 0 auto;
  width: auto;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.logo {
  object-fit: contain;
  border-radius: 0;
  width: 10vw;
  margin-right: 0;
}

.image.style-1 {
  object-fit: cover;
  border-radius: 24px;
}

.image.style-1.testimonial {
  object-position: 50% 0%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: none;
}

.image.style-1.about-v2-1 {
  max-width: 71%;
  box-shadow: 0 10px 34px 0 var(--shadow-large-image);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 83px;
  margin-left: auto;
}

.image.style-1.about-v2-2 {
  max-width: 70%;
  box-shadow: 0 10px 34px 0 var(--shadow-large-image);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image.style-1.margin-bottom-40px {
  object-fit: cover;
}

.image.style-1.higher {
  object-fit: cover;
  height: 350px;
}

.image.cover {
  object-fit: cover;
  flex: 0 auto;
  align-self: center;
  width: 80%;
  height: 100%;
}

.image.card-office-flag {
  max-width: 44px;
  margin-bottom: 26px;
}

.image.success-message-icon {
  border-radius: 15px;
  width: 86px;
  min-width: 86px;
  min-height: 86px;
  max-height: 86px;
  margin-bottom: 20px;
}

.image.style-1 {
  border-radius: 24px;
}

.image.cta-1 {
  z-index: 1;
  object-fit: cover;
  border: 1px solid #eff0f6;
  border-radius: 23px;
  max-width: 71%;
  height: 400px;
  margin-left: auto;
  position: relative;
  box-shadow: 0 3px 28px #20248a0f;
}

.image.cta-2 {
  z-index: 2;
  border: 1px solid #eff0f6;
  border-radius: 25px;
  max-width: 45%;
  position: absolute;
  bottom: 24px;
  box-shadow: 0 34px 87px #20248a17;
}

.image.cta-bg-2 {
  max-width: 143px;
  position: absolute;
  bottom: 95.719px;
  right: -42px;
}

.image.cta-bg-1 {
  max-width: 143px;
  position: absolute;
  top: 86px;
  left: -21px;
}

.image.reports-v1-image-1 {
  z-index: 1;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
  width: 100%;
  max-width: 500px;
  height: 330px;
  margin-right: auto;
  position: relative;
  top: 45px;
  box-shadow: 0 12px 60px #20248a0f;
}

.image.reports-v1-image-1._1 {
  object-fit: cover;
  object-position: 50% 15%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 400px;
}

.image.reports-v1-image-1.zoom {
  width: 400px;
  max-width: none;
  height: 400px;
  margin-right: 0;
}

.image.card-home-testimonial {
  object-fit: cover;
  width: 90px;
}

.image.card-home-testimonial.margin {
  margin-bottom: 90px;
}

.image.card-home-testimonial.small {
  width: 60px;
}

.image.cover {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.image.leistung {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.image.leistung.top {
  object-position: 50% 0%;
}

.image.bewerbung {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 232.55px;
}

.image.wide {
  width: 100%;
}

.image.sozial.small {
  max-width: 70%;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price, .order-item-result {
  color: var(--neutral-800);
}

.apple-pay {
  border-radius: 10px;
  height: 56px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-quantity {
  min-width: auto;
  height: auto;
  color: var(--primary-1);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111px;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.text-center {
  margin-bottom: 31px;
  font-family: otal, sans-serif;
  font-size: 1.6vw;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.text-color-neutral-800 {
  color: var(--neues-blau);
  font-weight: 900;
}

.text-200.text-color-primary-1 {
  color: var(--gölitz-blau);
  line-height: 1.2em;
}

.text-200.link.special {
  border-bottom: 3px solid var(--secondary-3);
  color: var(--secondary-3);
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.text-200.link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.text-200.header-link {
  color: #8184a3;
  white-space: nowrap;
  text-decoration: none;
  transition: color .3s;
}

.text-200.header-link:hover {
  color: #4a3aff;
}

.text-200.header-link.cart-link {
  background-color: #0000;
  margin-right: 32px;
  padding: 0;
}

.text-200.dropdown {
  color: #8184a3;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-200.dropdown:hover {
  color: #4a3aff;
}

.text-200.link {
  color: #8184a3;
  white-space: nowrap;
  text-decoration: none;
}

.text-200.link:hover {
  color: #4a3aff;
}

.text-200.link.special {
  color: #ff6262;
  border-bottom: 3px solid #ff6262;
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
}

.text-200.link.special:hover {
  color: #14142b;
  border-bottom-color: #14142b;
}

.link {
  transition: color .3s;
}

.link:hover {
  color: var(--neutral-800);
}

.text-color-primary-1 {
  color: var(--primary-1);
}

.split-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
  width: 100%;
  max-width: 1221px;
}

.split-content-wrapper.mobile-max-width-660px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.split-content-wrapper.justify-center {
  justify-content: center;
}

.split-content-wrapper.justify-center.mobile-max-width-660px {
  width: 100%;
  max-width: 1221px;
}

.split-content-wrapper.sozial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1221px;
  display: grid;
}

.subtitle {
  color: var(--gölitz-blau);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: otal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.subtitle.white {
  color: #fff;
}

.subtitle.center {
  text-align: center;
}

.subtitle.hidden {
  display: none;
}

.subtitle.wihte {
  color: var(--neutral-100);
  margin-bottom: 5px;
}

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

.button-row {
  margin-top: 31px;
  margin-bottom: 0;
  display: flex;
}

.button-row.center {
  justify-content: center;
}

.button-row-last {
  margin-bottom: 24px;
}

.button-row-first {
  margin-bottom: 24px;
  margin-right: 24px;
}

.button-row-first.mobile-vertical-direction-767px {
  margin-bottom: 0;
  margin-right: 0;
}

.container-small-575px {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.margin-bottom-default {
  margin-bottom: 60px;
}

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

.slide-nav {
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider.neu {
  justify-content: flex-start;
  align-items: center;
}

.logos-wrapper {
  justify-content: space-between;
  margin-right: -20px;
  display: flex;
}

.mask.overflow-visible.card-default {
  max-width: 430px;
}

.mask.overflow-visible.offices {
  max-width: 819px;
}

.slide {
  vertical-align: top;
  width: 100%;
}

.slide.home {
  min-height: 520px;
  margin-right: 20px;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.absolute.cta {
  justify-content: center;
  align-items: center;
  width: 34.5%;
  display: flex;
  inset: 0% 0% 0% auto;
}

.absolute.shape {
  overflow: hidden;
}

.absolute.shape.cta-1 {
  width: 50%;
  height: 50%;
  padding-top: 50%;
  top: 0;
  left: 0;
}

.absolute.shape.cta-2 {
  width: 50%;
  padding-top: 50%;
  top: 0;
  right: 0;
}

.absolute.shape.cta-4 {
  width: 50%;
  padding-top: 50%;
  bottom: 0;
}

.absolute.shape.perks-v2 {
  z-index: -1;
  width: 284px;
  padding-top: 284px;
}

.absolute.shape.cta-v2-1 {
  width: 50%;
  min-height: 50%;
  bottom: 0;
  right: -24px;
}

.absolute.shape.cta-v2-2 {
  width: 50%;
  padding-top: 45%;
}

.absolute.shape.cta-v2-3 {
  width: 45%;
  padding-top: 45%;
  top: 0;
  right: 0;
}

.absolute.shape.cta-v2-4 {
  width: 45%;
  padding-top: 45%;
  bottom: 0;
  left: 120px;
}

.absolute.shape.cta-v3-1 {
  width: 22%;
  min-height: 45%;
  top: 0;
  right: 0;
}

.absolute.shape.cta-v3-2 {
  width: 21%;
  padding-top: 21%;
  bottom: 0;
}

.absolute.shape.cta-v3-3 {
  width: 21%;
  padding-top: 21%;
  bottom: 0;
  right: 0;
}

.absolute.shape.cta-v3-4 {
  width: 22%;
  padding-top: 22%;
  top: -157px;
  right: 0;
}

.absolute.shape.cta-v3-5 {
  width: 22%;
  padding-top: 22%;
  bottom: 307px;
}

.absolute.shape.quote-v3-1 {
  width: 552px;
  min-height: 100%;
}

.absolute.shape.quote-v3-2 {
  width: 552px;
  min-height: 100%;
  right: 0;
}

.absolute.shape.quote-v3-3 {
  width: 787px;
  padding-top: 787px;
  bottom: -395px;
  right: -200px;
}

.absolute.shape.about-hero-1 {
  width: 402px;
  padding-top: 402px;
  left: -201px;
}

.absolute.shape.newsletter-1 {
  width: 50%;
  min-height: 50%;
  inset: 0% auto auto 0%;
}

.absolute.shape.newsletter-2 {
  width: 50%;
  min-height: 50%;
  inset: 0% 0% auto auto;
}

.absolute.shape.newsletter-3 {
  width: 50%;
  min-height: 50%;
  bottom: 0;
}

.absolute.shape.newsletter-4 {
  width: 50%;
  min-height: 50%;
  inset: auto 0% 0% auto;
}

.absolute.shape.careers-hero-1 {
  width: 240px;
  padding-top: 240px;
  bottom: 86px;
  left: -70px;
}

.absolute.shape.careers-hero-2 {
  width: 208px;
  padding-top: 208px;
}

.absolute.shape.careers-hero-3 {
  width: 208px;
  padding-top: 208px;
  top: -35px;
  right: -35px;
}

.absolute.shape.not-found-1 {
  width: 21%;
  padding-top: 12%;
  inset: 0% auto auto 0%;
}

.absolute.shape.not-found-2 {
  width: 21%;
  padding-top: 21%;
  inset: 0 auto auto 0%;
}

.absolute.shape.not-found-3 {
  width: 18%;
  padding-top: 18%;
  inset: 0% 0% auto auto;
}

.absolute.shape.not-found-4 {
  width: 21%;
  padding-top: 21%;
  inset: auto auto -14% 0%;
}

.absolute.shape.not-found-5 {
  width: 23%;
  padding-top: 23%;
  inset: auto 0% 0 auto;
}

.absolute.shape.cta-5 {
  background-color: var(--gölitz-blau);
  width: 50%;
  height: 50%;
  padding-top: 50%;
  bottom: 0;
  right: 0;
}

.absolute.shape.about-hero-3 {
  width: 23%;
  padding-top: 23%;
  bottom: 0;
  right: 0;
}

.absolute.shape.about-hero-2 {
  width: 328px;
  padding-top: 328px;
  top: -164px;
  right: -26px;
}

.absolute.cta-v2 {
  width: 51%;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.absolute.full {
  inset: 0%;
}

.absolute.utility-hero-1 {
  width: 170px;
  padding-top: 170px;
  top: 200px;
}

.absolute.utility-hero-2 {
  width: 230px;
  padding-top: 230px;
  inset: 0% -11% auto auto;
}

.absolute.utility-hero-3 {
  background-color: var(--neutral-200);
  color: #0000;
  width: 170px;
  padding-top: 170px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  right: -60px;
}

.absolute.utility-hero-4 {
  z-index: 1;
  width: 230px;
  padding-top: 230px;
  bottom: 127px;
  right: -140px;
}

.absolute.newsletter-shapes-wrapper {
  justify-content: center;
  align-items: center;
  width: 297px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.absolute.about-hero {
  background-color: #3022cd;
  justify-content: center;
  min-height: 91%;
  display: flex;
  inset: 0% 0% auto;
}

.absolute.about-hero.overflow-hidden {
  background-color: var(--gölitz-blau);
  background-color: #066ab4;
}

.absolute.quote-v3-bg {
  background-color: #4a3aff;
  min-height: 720px;
  inset: auto 0% 0%;
}

.absolute.quote-v3-bg.overflow-hidden {
  background-color: #035a9a;
  min-height: 300px;
}

.absolute.utility-hero-1 {
  width: 170px;
  padding-top: 170px;
  inset: auto auto 0% 0%;
}

.absolute.utility-hero-3 {
  z-index: 1;
  width: 170px;
  color: var(--gelb);
  background-color: #0000;
  padding-top: 170px;
  padding-left: 17px;
  padding-right: 25px;
  display: none;
  top: 44px;
  left: auto;
  right: -57px;
}

.position-relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.card-default-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card-default-line-accent {
  background-color: var(--neutral-400);
  width: 100%;
  max-width: 109px;
  min-height: 2px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.card-default-line-accent.bg-secondary-3, .card-default-line-accent.bg-secondary-2 {
  background-color: var(--gölitz-blau);
  display: none;
}

.slider-left-arrow {
  background-color: var(--gölitz-blau);
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  transform-style: preserve-3d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  position: absolute;
  left: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-left-arrow:hover {
  background-color: var(--secondary-1);
  transform: scale3d(.95, .95, 1.01);
}

.slider-right-arrow {
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  transform-style: preserve-3d;
  background-color: #066ab4;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  right: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-right-arrow:hover {
  background-color: var(--neues-blau);
  transform: scale3d(.95, .95, 1.01);
}

.content-top {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-top.max-width-500px.margin-bottom-40px {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.text-neutral-100 {
  color: var(--neutral-100);
}

.card-cta-wrapper {
  max-width: 498px;
}

.card-cta-wrapper.z-index-1 {
  max-width: 670px;
}

.card-cta-wrapper.new {
  width: 100%;
  max-width: 1221px;
}

.margin-bottom-0px {
  margin-bottom: 0;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.style-4.gap-24px-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1221px;
}

.testimonial-wrapper {
  min-height: 940px;
  max-height: 940px;
  display: block;
  position: relative;
}

.margin-top-40px {
  margin-top: 40px;
}

.text-color-neutral-800 {
  color: var(--neutral-800);
}

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

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.input-wrapper {
  max-width: 100%;
}

.text-area {
  border: 1px solid var(--neutral-400);
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 147px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 17px 20px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--primary-1);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--neutral-800);
}

.text-area::placeholder {
  color: var(--neutral-600);
}

.empty-state {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  box-shadow: 0 4px 22px 0 var(--shadow-default-card);
  color: var(--neutral-700);
  text-align: center;
  border-radius: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.empty-state.cart-empty {
  box-shadow: none;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 24px;
}

.success-message {
  color: var(--primary-1);
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
}

.success-message.v2 {
  border: 1px solid var(--neutral-400);
  background-color: var(--neutral-100);
  color: var(--primary-1);
  border-radius: 15px;
  padding: 20px;
}

.content-link-wrapper {
  color: var(--neutral-600);
  text-decoration: none;
  display: block;
}

.content-link-wrapper:hover {
  color: var(--neutral-600);
}

.content-link-wrapper.position-relative.post-item-v2, .content-link-wrapper.post-item-wrapper {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.content-link-wrapper.post-item-sidebar-wrapper {
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.footer-content-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.text-color-neutral-100 {
  color: var(--neutral-100);
}

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

.circle {
  background-color: var(--primary-1);
  border-radius: 1000000000000px;
  position: absolute;
  inset: 0%;
}

.circle.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.circle.bg-secondary-2 {
  background-color: var(--gelb);
}

.square {
  z-index: -1;
  background-color: #066ab4;
  border-radius: 24px;
  position: absolute;
  inset: 15% 0% 0% 6%;
}

.square.bg-secondary-1 {
  background-color: var(--gölitz-blau);
}

.square.opacity-50 {
  background-color: #d0dce8;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  left: -228px;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
  display: flex;
}

.dropdown-nav-main-wrapper {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  width: 100%;
  box-shadow: 0 18px 54px 0 var(--shadow-large-image);
  border-radius: 24px;
  justify-content: space-between;
  padding: 64px 66px;
  display: flex;
}

.dropdown-arrow {
  margin-left: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 7px;
  display: block;
  position: relative;
  top: 2px;
}

.nav-link-dropdown {
  display: block;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.cart-wrapper {
  z-index: 999;
  background-color: #070713d9;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.triangle-top-right {
  background-image: linear-gradient(225deg, var(--primary-1) 50%, transparent 50%);
  position: absolute;
  inset: 0%;
}

.triangle-top-right.gradient-secondary-2 {
  background-image: linear-gradient(225deg, var(--gelb) 50%, transparent 50%);
}

.triangle-top-left {
  background-image: linear-gradient(135deg, var(--primary-1) 50%, transparent 50%);
  position: absolute;
  inset: 0%;
}

.triangle-top-left.gradient-secondary-1 {
  background-image: linear-gradient(135deg, var(--secondary-1) 50%, transparent 50%);
}

.triangle-bottom-right {
  background-image: linear-gradient(315deg, var(--primary-1) 50%, transparent 50%);
  position: absolute;
  inset: 0%;
}

.triangle-bottom-right.gradient-secondary-1 {
  background-image: linear-gradient(315deg, var(--secondary-1) 50%, transparent 50%);
}

.max-width-60 {
  max-width: 60%;
}

.breaking-no-wrap {
  white-space: nowrap;
}

.copyright-text {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.brand:hover {
  transform: scale3d(.98, .98, 1.01);
}

.error-message {
  color: var(--neutral-100);
  text-align: center;
  background-color: #f93d3d;
  border-radius: 15px;
  padding: 20px;
}

.cta-v2-content {
  max-width: 521px;
}

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

.big-numbers {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.034em;
}

.big-numbers.text-color-neutral-800.margin-bottom-20px {
  color: var(--gölitz-blau);
}

.card-content-default {
  padding: 42px 25px 52px;
}

.video-play-button {
  background-color: var(--neutral-100);
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 98px;
  min-width: 98px;
  min-height: 98px;
  max-height: 98px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.space.min-height-28px {
  min-height: 28px;
}

.space.min-height-58px {
  min-height: 58px;
}

.space.card-faq {
  min-height: 8px;
}

.opacity-50 {
  opacity: .5;
}

.triangle-bottom-left {
  background-image: linear-gradient(45deg, var(--primary-1) 50%, transparent 50%);
  position: absolute;
  inset: 0%;
}

.triangle-bottom-left.gradient-secondary-4 {
  background-image: linear-gradient(45deg, var(--secondary-4) 50%, transparent 50%);
}

.semicircle-vertical-right {
  background-image: linear-gradient(270deg, var(--primary-1) 50%, transparent 50%);
  border-radius: 1000000000000px;
  position: absolute;
  inset: 0%;
}

.semicircle-vertical-right.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.semicircle-vertical-right.gradient-secondary-4 {
  background-image: linear-gradient(270deg, var(--secondary-4) 50%, transparent 50%);
}

.semicircle-horizontal-bottom {
  background-image: linear-gradient(to top, var(--primary-1) 50%, transparent 50%);
  border-radius: 1000000000000px;
  position: absolute;
  inset: 0%;
}

.semicircle-horizontal-bottom.gradient-secondary-3 {
  background-image: linear-gradient(to bottom, var(--gelb), var(--gelb));
}

.hero-v3-content {
  justify-content: center;
  max-width: 48%;
  display: flex;
}

.container-medium-648px {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-648px.z-index-1 {
  top: 83px;
}

.grid-4-columns {
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.style-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto auto auto 1fr;
  justify-content: space-between;
  display: flex;
}

.container-small-588px {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-588px.text-center.z-index-1 {
  text-align: left;
  line-height: 50%;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.card-office-content {
  flex: 1;
  max-width: 383px;
  padding: 65px 83px 65px 47px;
}

.nav-link-icon {
  margin-right: 18px;
  font-family: Icons Marketing Template, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.nav-link-icon.icon-15px {
  font-size: 15px;
}

.nav-link-icon.icon-21px {
  font-size: 21px;
}

.text-color-neutral-300 {
  color: var(--neutral-300);
}

.margin-top-offset-negative-default {
  margin-top: -105px;
}

.margin-top-offset-negative-default.mobile-max-width-660px {
  margin-top: -159px;
}

.email-form-block {
  z-index: 1;
  width: 100%;
  max-width: 555px;
  margin-bottom: 0;
  position: relative;
}

.email-form {
  align-items: center;
  display: flex;
  position: relative;
}

.category {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  letter-spacing: .02em;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  box-shadow: 0 4px 4px #0000000d;
}

.category:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.category.w--current {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  box-shadow: 0 4px 4px #0000000d;
}

.post-featured-v1-wrapper {
  color: var(--neutral-600);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.post-featured-v1-wrapper:hover {
  color: var(--neutral-600);
}

.post-featured-v2-wrapper {
  color: var(--neutral-600);
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-featured-v2-wrapper:hover {
  color: var(--neutral-600);
}

.post-featured-v3-wrapper {
  color: var(--neutral-600);
  text-decoration: none;
  display: block;
}

.post-featured-v3-wrapper:hover {
  color: var(--neutral-600);
}

.faq-wrapper {
  border-top: 1px solid var(--neutral-400);
  cursor: pointer;
  padding-top: 45px;
  padding-bottom: 45px;
}

.max-width-500px {
  max-width: 500px;
}

.footer-small-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 20px;
  margin-right: 40px;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-small-logo-container:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-small-copyright-text {
  margin-bottom: 20px;
}

.footer-small {
  border-top: 1px solid var(--neutral-400);
  margin-top: auto;
  padding-top: 64px;
  padding-bottom: 55px;
  overflow: hidden;
}

.footer-small-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.container-medium-674px {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-674px.position-relative.margin-bottom-0px {
  flex: 0 auto;
}

.cart-item-remove-button {
  text-decoration: none;
}

.cart-item {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-line-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
}

.cart-footer {
  padding-top: 20px;
}

.loading-bar-wrapper {
  z-index: 2147483647;
  min-height: 4px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loading-bar {
  background-color: var(--gölitz-blau);
  border-radius: 1000000000000px;
  min-height: 4px;
}

.dropdown-list-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #0721251a;
  border-radius: 5px;
  min-width: 200px;
  display: flex;
  top: auto;
  overflow: hidden;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
}

.desktop-wrapper {
  align-items: center;
  display: flex;
}

.main-container {
  z-index: 10;
  width: 100%;
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brand-2 {
  padding-left: 0;
  display: block;
}

.brand-2.adjacent-to-nav-menu {
  height: 100%;
}

.brand-2.adjacent-to-nav-menu.w--current {
  flex: none;
  width: 100%;
}

.dropdown-arrow-2 {
  margin-left: 5px;
}

.mobile-wrapper {
  display: none;
}

.dropdown-link {
  color: #20394f;
  width: 100%;
  padding: 7px 21px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  color: var(--gölitz-blau);
  background-color: #f2f4f7;
}

.dropdown-link.w--current {
  color: #20394f;
  background-color: #f2f4f7;
}

.menu-button-2 {
  flex: none;
}

.nav-link-2 {
  color: #20394f;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: .65;
  color: var(--gölitz-blau);
}

.nav-link-2.w--current {
  color: #005899;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.nav-link-2.dropdown {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
}

.nav-link-2.dropdown:hover {
  opacity: 1;
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-functions.hide {
  display: none;
}

.navbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.dropdown-toggle {
  color: #20394f;
  align-items: center;
  padding: 0;
  font-weight: 700;
  transition: opacity .2s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .65;
  color: var(--gölitz-blau);
}

.navbar {
  z-index: 99998;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 5px 5vw;
  font-family: otal, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.netzwerk-banner {
  background-color: var(--neutral-100);
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: none;
}

.heading {
  color: var(--neues-blau);
  margin-bottom: 40px;
  font-family: otal, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading._0margin, .heading._0space {
  margin-bottom: 0;
}

.div-block-179 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1221px;
  display: flex;
}

.image-79 {
  max-height: 100px;
  margin-bottom: 20px;
}

.usp {
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: none;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  width: 100%;
  max-width: 1221px;
}

.number-big {
  color: var(--gölitz-blau);
  font-family: otal, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.number-big.first {
  letter-spacing: -.1em;
  background-color: #066ab400;
  font-family: otal, sans-serif;
  font-size: 130px;
}

.div-block-180 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-180.notcut {
  height: 122px;
}

.text-block-75 {
  color: #8183a2;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  display: inline-block;
}

.big-number-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.h2 {
  color: var(--neues-blau);
  font-weight: 900;
}

.h2.no-space {
  color: #000078;
  margin-bottom: 0;
  font-family: otal, sans-serif;
  font-weight: 900;
  line-height: 1.2em;
}

.h2.animation {
  color: #010278;
  height: auto;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 900;
}

.triangle-top-right-2 {
  background-image: linear-gradient(225deg, #4a3aff 50%, #0000 50%);
  position: absolute;
  inset: 0%;
}

.triangle-top-right-2.bg-secondary-4 {
  background-color: #f5f3d61a;
  background-image: linear-gradient(225deg, #f5f3d60d 50%, #0000 50%);
}

.triangle-top-right-2.gradient-secondary-3 {
  background-image: linear-gradient(225deg, #ff6262 50%, #0000 50%);
}

.triangle-top-right-2.gradient-secondary-3.bg-secondary-1 {
  background-color: var(--gölitz-blau);
  background-image: linear-gradient(225deg, var(--gelb) 50%, transparent 50%);
}

.container-default-2 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.z-index-1 {
  padding-left: 0;
  padding-right: 0;
  top: auto;
}

.circle-2 {
  background-color: #4a3aff;
  border-radius: 1000000000000px;
  position: absolute;
  inset: 0%;
}

.circle-2.bg-secondary-2 {
  background-color: #ffffff17;
}

.circle-2.bg-secondary-4 {
  background-color: #f5f3d654;
}

.circle-2.bg-secondary-2 {
  background-color: var(--gelb);
  background-color: #447da8;
  background-color: var(--gölitz-blau);
  background-color: var(--neutral-400);
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.text-color-primary-2 {
  color: var(--gölitz-blau);
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-2.bg-primary-1 {
  background-color: #4a3aff;
}

.card-2.bg-primary-1.cta {
  border-width: 0;
  border-color: var(--gölitz-blau);
  background-color: var(--gölitz-blau);
  background-image: url('../images/02-kanzlei-cta-steuerberatung_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 88px;
  display: flex;
  position: relative;
}

.card-2.style-1 {
  padding: 70px 55px;
  box-shadow: 0 2px 11px #1f255914;
}

.card-2.style-1.card-testimonial {
  z-index: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-2.post-featured-v2 {
  z-index: 1;
  max-width: 53%;
  padding: 70px 54px;
  position: relative;
}

.card-2.no-padding {
  min-height: 100%;
  padding: 0;
}

.card-2.no-padding.height-auto {
  min-height: auto;
}

.card-2.style-3 {
  border-radius: 13px;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  overflow: visible;
}

.card-2.style-3.card-link {
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 6px 12px #14142b17;
}

.card-2.style-3.card-link:hover {
  transform: translate(0, 4px);
  box-shadow: 0 2px 2px #14142b17;
}

.card-2.cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-2.card-link {
  color: #8184a3;
  text-decoration: none;
  display: block;
}

.card-2.card-link:hover {
  color: #8184a3;
}

.card-2.card-link.text-center {
  background-color: var(--neutral-100);
  cursor: pointer;
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-slider-left-arrow-2 {
  background-color: var(--gölitz-blau);
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  max-height: 48px;
  transform-style: preserve-3d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: transform .3s, background-color .3s;
  display: flex;
  inset: auto 15% -5px auto;
  transform: scale3d(1, 1, 1.01);
}

.testimonials-slider-left-arrow-2:hover {
  background-color: var(--secondary-1);
  transform: scale3d(.95, .95, 1.01);
}

.testimonials-slider-right-arrow-2 {
  background-color: var(--gölitz-blau);
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  max-height: 48px;
  transform-style: preserve-3d;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  inset: auto 5% -5px auto;
  transform: scale3d(1, 1, 1.01);
}

.testimonials-slider-right-arrow-2:hover {
  background-color: var(--secondary-1);
  transform: scale3d(.95, .95, 1.01);
}

.team {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 100px 5%;
  font-family: otal, sans-serif;
  display: flex;
}

.vita ul {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.vita p {
  color: var(--neues-blau);
}

.paragraph-2 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.pop-up-wrapper {
  z-index: 99999;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-5 {
  color: var(--neues-blau);
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.25em;
}

.wrapper-team-member {
  z-index: 0;
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.text-block-112 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

.image-80 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 400%;
  min-height: 400px;
  max-height: 400%;
}

.div-block-192 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.div-block-188 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  max-width: 60%;
  height: 100%;
  display: flex;
}

.image-82 {
  filter: invert();
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}

.div-block-187 {
  grid-column-gap: 60px;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  padding: 34px 37px;
  display: flex;
  position: relative;
}

.image-81 {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 9px;
  width: 100%;
  max-width: none;
  height: 300px;
}

.image-81.hoverimage {
  position: absolute;
  inset: 0%;
}

.div-block-186 {
  z-index: 5;
  background-color: #f5f3d600;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.image-83 {
  filter: invert();
  width: 40px;
  height: 40px;
}

.close-button {
  z-index: 10;
  background-color: var(--neues-blau);
  cursor: pointer;
  border-radius: 7px;
  padding: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-184 {
  z-index: 1;
  cursor: pointer;
  background-color: #066ab4;
  background-image: linear-gradient(#fff 22%, #066ab4 39%);
  border-radius: 24px 24px 0 0;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-113 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

.section-wrap {
  width: 100%;
  max-width: 1221px;
}

.section-wrap.relative {
  position: static;
}

.section-2 {
  background-image: url('../images/01-start-cta-steuerberatung-in-potsdam_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 800px;
  padding: 100px 5% 40px;
  font-family: otal, sans-serif;
  display: flex;
  position: static;
}

.div-block-193 {
  background-color: #ffffffed;
  border-radius: 24px 24px 0 0;
  width: 700px;
  height: auto;
  padding: 44px 60px;
  position: static;
  top: 97px;
  bottom: auto;
}

.h2-hero {
  font-size: 50px;
  line-height: 1.2em;
}

.h2-hero.white {
  color: #fff;
  font-family: otal, sans-serif;
  font-size: 4vw;
}

.partnerschaft {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.team-member-wrapper {
  border: 2px none var(--gelb);
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  box-shadow: none;
  cursor: default;
  border-radius: 12px 12px 0 0;
  flex-flow: column;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-wrapper.hide {
  height: 350px;
  max-height: 350px;
  display: none;
}

.team-member-details {
  z-index: 10;
  border-top: 2px none var(--gelb);
  color: #fff;
  background-image: linear-gradient(#066ab4, #066ab4);
  height: auto;
  min-height: auto;
  padding: 10px 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-name {
  font-size: 20px;
  font-weight: 600;
}

.team-member-summary {
  font-size: 14px;
  line-height: 1.5em;
  overflow: hidden;
}

.team-member-photo {
  z-index: 5;
  background-image: url('../images/anne-katrin-bade-fixed_1.avif');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.team-member-photo._3 {
  background-image: url('../images/frau-glitz_1.avif');
  background-position: 66% 0;
}

.team-member-photo._4 {
  background-image: url('../images/stefan-jeenel_1.avif');
}

.team-member-photo._5 {
  background-image: url('../images/birgit-jnicke_1.avif');
}

.team-member-photo._8 {
  background-image: url('../images/j.-Strauss-neu_1.avif');
}

.team-member-photo._9 {
  background-image: url('../images/melanie-schnherr_1.avif');
}

.team-member-photo._10 {
  background-image: url('../images/kerstin-stckert-fixed_1.avif');
}

.team-member-photo._11 {
  background-image: url('../images/carsten-urbanietz_1.avif');
}

.team-member-photo._12 {
  background-image: url('../images/gergana-vehd_1.avif');
}

.team-member-photo._13 {
  background-image: url('../images/vanessa-winkler_1.avif');
}

.team-member-photo._14 {
  background-image: url('../images/website-9_1.avif');
}

.team-member-photo._15 {
  background-image: url('../images/tilli.avif');
  background-position: 50% 20%;
}

.team-member-photo._16 {
  background-image: url('../images/neues_ma_bild_edit_website-1_1.avif');
  background-position: 50% 100%;
}

.team-member-photo.anette {
  background-image: url('../images/anett-moschner_1.avif');
  width: 100%;
  height: 100%;
  position: static;
}

.team-member-photo._2-copy {
  background-image: url('../images/bildschirmfoto-2024-11-12-um-17.42.15_1.avif');
  background-position: 50% 0;
}

.team-member-photo._20 {
  background-image: url('../images/6453b1554006f93d74078449_manuel1_1.avif');
}

.team-member-photo._30 {
  background-image: url('../images/bildschirmfoto-2024-09-04-um-18.18.17_1.avif');
}

.team-member-photo.silhouette {
  background-image: url('../images/website-9_1.avif');
  background-position: 50% 100%;
}

.team-member-photo.jambor {
  background-image: url('../images/1.jpg');
  background-position: 100% 0;
}

.team-member-photo.rother {
  background-image: url('../images/2.jpg');
  background-position: 100% 0;
}

.team-member {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-195 {
  border-top-left-radius: 12px;
  border-top-right-radius: 13px;
  width: 100%;
  overflow: hidden;
}

.div-block-195.hide {
  display: flex;
}

.div-block-37 {
  border: 0 solid #000;
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: auto;
}

.div-block-34 {
  width: 80%;
}

.small-head {
  width: 100%;
  color: var(--gölitz-blau);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0 5px 11px;
  display: flex;
}

.div-block-38._1 {
  justify-content: flex-end;
}

.image-19 {
  z-index: -1;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.horizonal-scroll-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid var(--gölitz-blau);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 650vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: -50px;
  overflow: hidden;
}

.big-green-number {
  color: var(--gölitz-blau);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: otal, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.div-block-35 {
  color: #47524d;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.div-block-39 {
  width: auto;
}

.div-block-41 {
  border-left: 1px solid var(--gölitz-blau);
  flex: 1;
  padding-top: 0;
  padding-bottom: 20px;
}

.main-sections {
  min-height: 778.313px;
}

.main-sections.right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.main-sections.right.horizontal-scroll-section {
  align-items: flex-start;
  min-height: 400vh;
  margin-bottom: -100px;
  padding-top: 0;
  padding-left: 5%;
  font-family: otal, sans-serif;
  position: relative;
}

.cta-section {
  background-color: #0000;
  font-family: otal, sans-serif;
}

.cta-section.career {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.max-700px {
  max-width: 700px;
}

.image-84 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 10%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: auto;
  max-height: 300px;
}

.div-block-196 {
  margin-bottom: 60px;
}

.div-block-197 {
  margin-bottom: 23px;
}

.post-featured-v2-wrapper-2 {
  color: #8184a3;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-featured-v2-wrapper-2:hover {
  color: #8184a3;
}

.card-3 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 44px #14142b0a;
}

.card-3.faq {
  cursor: pointer;
  margin-bottom: 24px;
  padding: 40px 48px;
  transition: box-shadow .3s, transform .3s;
}

.card-3.faq:hover {
  transform: translate(0, -8px);
  box-shadow: 0 48px 44px #14142b14;
}

.card-3.home-testimonial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.card-3.home-testimonial.hide {
  display: none;
}

.card-3.testimonial-v2 {
  background-color: #0000;
  border-radius: 24px 0 0 24px;
  max-width: 972px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.card-faq-content-bottom {
  margin-left: 61px;
}

.card-faq-content-top {
  align-items: center;
  width: 100%;
  display: flex;
}

.card-faq-icon-wrapper {
  background-color: var(--gölitz-blau);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-right: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-faq-icon-1 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 23px;
  min-height: 2px;
  position: absolute;
}

.faqs-grid {
  z-index: 1;
  grid-column-gap: 39px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1221px;
  position: relative;
}

.faqs-wrapper {
  margin-bottom: -24px;
}

.card-faq-icon-2 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 2px;
  min-height: 23px;
  position: absolute;
}

.faq {
  flex-direction: column;
  align-items: center;
  padding: 74px 5% 86px;
  display: flex;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.benefits {
  flex-direction: column;
  align-items: center;
  margin-top: 250px;
  padding: 60px 5%;
  display: flex;
}

.heading-small {
  width: 100%;
  color: var(--neues-blau);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.image-background {
  z-index: 10;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-background-sticky {
  flex-direction: column;
  max-height: 100vh;
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.tab-bottom-wrapper {
  overflow: hidden;
}

.tab-item-padding {
  cursor: pointer;
  padding: 3rem 0;
}

.image-full {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.tab-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f9fafb;
  border-radius: 9px 9px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3rem 2.25rem;
  display: grid;
}

.tab-bottom.tab-bottom-full-width {
  background-color: var(--gölitz-blau);
  background-color: #066ab4;
  justify-content: flex-start;
  display: flex;
}

.story-content {
  letter-spacing: .01em;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 40px;
}

.tab-icon-image {
  width: 1.5rem;
}

.tab-icon {
  border: 1px solid var(--gölitz-blau);
  background-color: var(--grau-main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  display: flex;
}

.tab-item {
  border-top: 1px #e3eef3;
  border-bottom: 1px solid #e3eef3;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1221px;
  display: flex;
}

.tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #f0f4f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  padding: 0 2rem;
  display: grid;
}

.heading-div-top {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 52px;
  display: flex;
}

.div-block-198 {
  margin-top: 20px;
}

.div-block-199 {
  margin-top: 18px;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4457ff;
  border-radius: 1000000000px;
  padding: 22px 42px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-3:hover {
  color: #fff;
  background-color: #0b0a33;
  transform: scale3d(.95, .95, 1.01);
}

.cta-wrapper {
  background-color: var(--gölitz-blau);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1221px;
  min-height: 429px;
  margin-top: 36px;
  padding-bottom: 40px;
  padding-left: 52px;
  padding-right: 79px;
  display: flex;
}

.button-primary-text-wrapper {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block-120 {
  text-decoration: none;
}

.bewerbungsprozess {
  padding: 60px 5%;
}

.offene-stellen {
  background-color: var(--gölitz-blau);
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.panel-body {
  z-index: 1;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body.panel-body-small {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 28px 32px 28px 38px;
  text-decoration: none;
}

.panel-body.panel-body-small.hide {
  display: none;
}

.row {
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.row.row-justify-between.left {
  justify-content: space-between;
  align-items: center;
}

.row.row-justify-between.mehr-erfahren {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.row.row-justify-between {
  width: 100%;
}

.row.row-justify-between.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.no-bottom-space {
  color: var(--neues-blau);
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 24px;
}

.display-inline {
  max-width: none;
  color: var(--neutral-600);
  text-decoration: none;
  display: inline;
}

.div-block-201 {
  flex-direction: column;
  max-width: 55%;
  display: flex;
}

.space-bottom {
  margin-bottom: 24px;
}

.display-heading-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.horizontal-rule {
  border-top: 1px solid #ffffff1a;
  margin-top: 24px;
  margin-bottom: 24px;
}

.horizontal-rule.blog-post-horizontal-rule {
  margin-top: 96px;
  margin-bottom: 96px;
}

.panel {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.panel.job-listing-title {
  position: sticky;
  top: 104px;
}

.job-listing-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 36fr 64fr;
  width: 100%;
  max-width: 1221px;
}

.section-4 {
  background-color: var(--gölitz-blau);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 5%;
  display: flex;
}

.text-lead {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-lead.job-listing-short-description {
  color: #fff;
  margin-bottom: 0;
}

.text-lead.job-listing-short-description h4, .text-lead.job-listing-short-description h5, .text-lead.job-listing-short-description h3 {
  color: #fff;
}

.text-lead.job-listing-short-description strong {
  color: #fff;
  font-size: 26px;
}

.text-lead.job-listing-short-description p, .text-lead.job-listing-short-description li {
  font-size: 18px;
  line-height: 1.5em;
}

.link-block-7 {
  width: 100%;
  max-width: 430px;
  color: var(--gölitz-blau);
  border-top: 0 solid #fff;
  margin-bottom: 12px;
  padding-top: 0;
  text-decoration: none;
  transition: all .3s;
}

.link-block-7:hover {
  transform: scale(1.05);
}

.link-block-7.black {
  color: var(--gölitz-blau);
  border-top-color: #000;
  margin-top: 20px;
  padding-top: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.link-block-7.black:hover {
  transform: scale(1.05);
}

.text {
  color: var(--gölitz-blau);
  font-weight: 700;
  line-height: 1.5em;
}

.text.left {
  width: auto;
}

.mehr-erfahren-arrow {
  object-fit: contain;
  width: 20px;
}

.div-block-202 {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.features-navigation-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.skew-bottom {
  border-top: 100px solid #0000;
  border-right: 100vw solid #fff;
  width: 100%;
  inset: auto 0% 0%;
}

.bg.reports-v1-images {
  z-index: 20;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 85%;
  min-height: 105%;
  display: flex;
  top: 0;
}

.bg.integrations-hero-2 {
  bottom: 26px;
  left: -6px;
}

.bg.integrations-hero-1 {
  top: -8px;
  right: 7px;
}

.bg.integrations-hero-skew {
  background-color: var(--neutral-300);
  border-radius: 21px;
  width: 76%;
  height: 400px;
  min-height: 72%;
  transform: skew(0deg, -6deg);
}

.bg.home-testimonials {
  z-index: 0;
  background-color: #f3f5ff;
  border-radius: 30px;
  width: 69%;
  min-height: 123%;
  transform: skew(0deg, 3deg);
}

.bg.home-testimonials.neu {
  width: 150%;
  height: 110%;
  min-height: auto;
  top: -26px;
}

.bg.skew-bottom {
  border-top: 100px solid #0000;
  border-right: 100vw solid #fff;
  inset: auto 0% 0%;
}

.bg.skew-top {
  background-color: var(--neutral-200);
  border-bottom: 100px solid #0000;
  border-left: 100vw solid #fff;
  height: 100px;
  inset: -1% 0% auto;
}

.container-medium-750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-750px.features-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-medium-750px.features-hero.digital {
  justify-content: center;
  align-items: center;
  width: 48%;
  margin-top: -30px;
}

.container-medium-610px {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-610px.features-hero {
  text-align: center;
  flex-flow: column;
  max-width: 1000px;
  margin-bottom: 85px;
  display: flex;
}

.container-medium-610px.features-hero-copy {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0;
}

.container-medium-610px.features-hero-copy.flex {
  background-color: var(--grau-main);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 10px 10px #0000001a;
}

.features-navigation-button {
  height: 68px;
  color: var(--neutral-600);
  border-radius: 10000000000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1.111em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 5px #0b0a3303, 0 1px 3px #4457ff05, 0 4px 11px #4457ff0f;
}

.features-navigation-button.w--current {
  box-shadow: none;
  color: #fff;
  background-color: #4457ff;
  border-color: #4457ff;
  font-weight: 700;
}

.hero-digital {
  background-color: var(--neutral-200);
  width: 100%;
  margin-bottom: 0;
  padding: 0 3% 160px 5%;
  display: block;
  position: relative;
}

.hero-digital.hidden {
  display: none;
}

.digitale-l-sungen-hero {
  color: var(--neutral-600);
  margin-bottom: 0;
}

.text-block-121 {
  text-align: center;
  margin-bottom: 26px;
  font-size: 22px;
}

.reports-v1-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.reports-v1-wrapper.bottom {
  justify-content: space-between;
  align-items: flex-start;
}

.section-6 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-6.padding-180px {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-6.padding-180px.reports-v1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 5%;
  display: flex;
}

.section-6.padding-180px.reports-v1.padding-unten {
  padding-bottom: 89px;
}

.section-6.padding-180px.reports-v1-copy {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 5%;
  display: flex;
}

.section-6.padding-180px.reports-v1-copy.hide {
  display: none;
}

.section-6.integrations-hero {
  background-color: var(--neutral-200);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding: 100px 5%;
  display: flex;
}

.section-6.home-testimonials {
  padding: 0 5% 131px;
}

.section-6.home-testimonials.hide {
  display: none;
}

.section-6.bg-neutral-200.testimonials-v2 {
  padding: 140px 5% 160px;
  position: relative;
  overflow: hidden;
}

.container-default-3 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.divider {
  background-color: #d9dbe9;
  width: 100%;
  min-height: 1px;
}

.text-401 {
  width: 100%;
  font-weight: 400;
  line-height: 1.5em;
}

.text-401.white {
  width: 100%;
  color: var(--gölitz-blau);
}

.image-86 {
  width: 20px;
  display: none;
}

.integrations-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1221px;
  display: flex;
}

.container-default-4 {
  max-width: 1246px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation {
  width: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lottie-animation-2 {
  height: 150px;
  position: absolute;
  inset: auto 10% 8% auto;
}

.lottie-animation-3 {
  height: 200px;
  position: absolute;
  inset: 31% auto auto 8%;
}

.text-block-122 {
  color: var(--neues-blau);
  margin-right: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3em;
}

.div-block-204 {
  margin-bottom: -10px;
  display: flex;
}

.text-block-123 {
  height: auto;
  color: var(--neues-blau);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3em;
}

.div-block-205 {
  height: 59.37px;
  overflow: hidden;
}

.div-block-206 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card-home-testimonial-content-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.card-home-testimonial-rol {
  color: var(--gölitz-blau);
  font-size: 20px;
  line-height: 1.1em;
}

.home-testimonials-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-testimonials-wrapper.none {
  display: none;
}

.content-top-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-2.home-testimonials {
  z-index: 1;
  margin-bottom: 146px;
  position: relative;
}

.home-testimonials-grid {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-testimonials-grid.none {
  display: none;
}

.testimonials-v2-slide {
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.container-small-597px {
  max-width: 597px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-597px.testimonials-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-small-597px.testimonials-v2.wide {
  max-width: 1000px;
}

.card-testimonial-v2-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.card-testimonial-v2-content {
  background-color: var(--neutral-100);
  flex-direction: column;
  justify-content: center;
  min-width: 447px;
  max-width: 60%;
  height: 100%;
  padding: 0 30px;
  display: flex;
}

.testimonials-v2-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.testimonials-v2-slide-left-arrow {
  color: #4457ff;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  left: 0;
  overflow: hidden;
  box-shadow: 0 5px 5px #0b0a3303, 0 1px 3px #4457ff05, 0 4px 11px #4457ff0f;
}

.testimonials-v2-slide-left-arrow:hover {
  transform: scale(.95);
  box-shadow: 0 1px 1px #0b0a3303, 0 1px 1px #4457ff05, 0 1px 1px #4457ff0f;
}

.testimonials-v2-slide-right-arrow {
  color: #4457ff;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  right: 0;
  overflow: hidden;
  box-shadow: 0 5px 5px #0b0a3303, 0 1px 3px #4457ff05, 0 4px 11px #4457ff0f;
}

.testimonials-v2-slide-right-arrow:hover {
  transform: scale(.95);
  box-shadow: 0 1px 1px #0b0a3303, 0 1px 1px #4457ff05, 0 1px 1px #4457ff0f;
}

.heading-6 {
  color: #fff;
  font-size: 28px;
}

.leistungen-info {
  font-weight: 400;
}

.leistungen-info li {
  margin-bottom: 4px;
}

.image-87 {
  padding-right: 0;
  transform: rotate(180deg);
}

.image-87.right {
  padding-left: 0;
  padding-right: 0;
  transform: none;
}

.paragraph-3 {
  margin-top: 31px;
}

.div-block-207 {
  max-width: 750px;
}

.triangle-bottom-right-2 {
  background-image: linear-gradient(315deg, #4a3aff 50%, #0000 50%);
  position: absolute;
  inset: 0%;
}

.triangle-bottom-right-2.gradient-secondary-1 {
  background-image: linear-gradient(315deg, #3022cd 50%, #0000 50%);
}

.div-block-208 {
  margin-top: 15px;
}

.link-block-9 {
  width: 100%;
  margin-top: 19px;
  text-decoration: none;
  transition: all .2s, color .3s;
}

.link-block-9:hover {
  color: var(--gölitz-blau);
  transform: scale(.98);
}

.hover-line-fill {
  background-color: #6d6f75;
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #e1e4ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.arrow-icon-wrapper {
  min-height: 14px;
  position: relative;
  overflow: hidden;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 150%;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.stacked-description.large {
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1221px;
  display: flex;
}

.subtitle-3 {
  color: #666883;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subtitle-3.large {
  color: var(--gölitz-blau);
  font-size: 12px;
}

.footer-list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neues-blau);
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer-list-item-2:hover {
  color: var(--gölitz-blau);
}

.footer-list-item-2.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.invert-small-2 {
  z-index: 15;
  object-fit: scale-down;
  width: 18px;
  min-width: 14px;
  position: relative;
  overflow: visible;
}

.section-7 {
  background-image: url('../images/02-kanzlei-cta-steuerberatung_1.avif');
  background-position: 0 0;
  background-size: cover;
  margin-top: -80px;
  margin-bottom: 60px;
  padding: 100px 5vw;
  display: block;
}

.div-block-212 {
  z-index: 1111;
  width: 70%;
  max-width: 1221px;
  margin-bottom: 0;
  position: relative;
}

.div-block-213 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-214 {
  z-index: 0;
  background-color: #d0dce8;
  position: absolute;
  inset: 0%;
}

.hero-alternative {
  width: 100%;
  height: 100vh;
  display: none;
}

.background-video-2 {
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-left: 5%;
  display: none;
}

.link-block-10 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2-karriere-hero {
  color: #fff;
  font-size: 54px;
  line-height: 1.2em;
}

.rich-text-block-2 {
  color: #000;
}

.rich-text-block-2 strong, .rich-text-block-2 p {
  color: var(--neues-blau);
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto auto auto;
}

.div-block-216 {
  padding-left: 0;
  padding-right: 64px;
}

.section-8 {
  flex-direction: column;
  align-items: center;
  padding: 65px 5%;
  font-family: otal, sans-serif;
  display: none;
}

.footer-kontakt {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
}

.footer-kontakt p {
  line-height: 1.6em;
}

.footer-kontakt h5 {
  color: #000;
  font-size: 16px;
}

.footer-kontakt strong {
  color: var(--neues-blau);
}

.section-44 {
  background-color: var(--grau-main);
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-257 {
  margin-left: 80px;
  padding: 65px 80px 100px;
}

.heading-109 {
  color: var(--neues-blau);
  margin-bottom: 40px;
  font-size: 55px;
  font-weight: 700;
}

.rich-text-block-7 {
  font-size: 16px;
  line-height: 1.4em;
}

.rich-text-block-7 a {
  color: var(--gölitz-blau);
}

.rich-text-block-7 h3 {
  color: var(--neues-blau);
  text-transform: none;
}

.footer-down-blau {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--gölitz-blau);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 40px 10px 5%;
  display: flex;
}

.footer-link-impressum-datenschutz {
  color: var(--grau-main);
  font-size: 16px;
  font-weight: 400;
}

.footer-link-impressum-datenschutz:hover {
  color: var(--neutral-100);
}

.foote-down-rechts-hell {
  background-color: var(--grau-main);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 600px;
  height: 50px;
  padding: 10px 20px 10px 40px;
  display: flex;
}

.div-block-260 {
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.div-block-261 {
  max-width: 40%;
}

.grid-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1221px;
}

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

.div-block-263 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-4 {
  height: auto;
  min-height: 90px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.digital-heading {
  color: var(--neues-blau);
  font-weight: 900;
  line-height: 1.2em;
}

.heading-116 {
  height: auto;
  color: var(--neues-blau);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  line-height: 1.2em;
  display: flex;
}

.heading-116.left {
  text-align: left;
  margin-bottom: 15px;
}

.paragraph-10 {
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-11 {
  font-weight: 400;
}

.paragraph-12 {
  color: var(--gölitz-blau);
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-127 {
  display: block;
}

.section-45 {
  background-color: var(--grau-main);
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
  padding: 100px 5%;
  font-family: otal, sans-serif;
  display: flex;
}

.div-jubil-um {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-264 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 480px 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1221px;
  display: grid;
}

.kanzleijubil-um-neu {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 100%;
}

.div-block-265 {
  width: auto;
}

.jubil-um-bild {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.jubil-um-bild.up {
  object-position: 50% 2%;
}

.jubil-um-bild.up-a-bit {
  object-position: 50% 25%;
}

.text-block-128 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.mask-2 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.pop-up-wrapper-2 {
  z-index: 99999;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-3 {
  font-family: otal, sans-serif;
  font-weight: 700;
}

.div-block-266 {
  padding-bottom: 24px;
}

.div-block-267 {
  margin-left: 14px;
}

.div-block-268 {
  margin-top: 22px;
}

.image-92, .image-93 {
  width: 20px;
}

.div-block-269 {
  height: 60px;
  overflow: hidden;
}

.div-block-270 {
  width: 100%;
  margin-top: 25px;
}

.pop-up-wrapper-3 {
  z-index: 99999;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-neu {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero-neu.startseite {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0%;
  padding-right: 0%;
}

.section-47 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 5% 40px;
  display: flex;
}

.div-block-271 {
  z-index: 0;
  color: #046bb4;
  background-color: #066ab4d9;
  border-top-right-radius: 40px;
  width: auto;
  max-width: 60%;
  padding: 60px;
  position: relative;
  top: 20px;
}

.heading-120 {
  color: var(--neutral-100);
  font-size: 60px;
  line-height: 1em;
}

.heading-120.smaller {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05em;
}

.heading-120.smaller-copy {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-94 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 220px;
  min-height: 130px;
}

.image-94.havelwind {
  height: 20px;
}

.image-94.blank {
  width: 40%;
  height: 70px;
}

.image-94.new {
  height: 100%;
  min-height: auto;
}

.section-48 {
  color: #8184a3;
  background-color: #ecf1f6;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.section-48.white {
  background-color: var(--neutral-100);
  flex-flow: column;
}

.section-48.neu {
  color: #8184a3;
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-49 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  margin-top: 40px;
  overflow: hidden;
}

.div-block-272 {
  color: #8184a3;
  background-color: #ecf1f6;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.div-block-273 {
  background-color: #d9e3ec;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding: 20px;
  display: flex;
}

.heading-121 {
  color: var(--neues-blau);
  line-height: 1.2em;
}

.div-block-274 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.link-12 {
  color: var(--gölitz-blau);
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}

.section-50 {
  background-image: url('../images/01-start-cta-steuerberatung-in-potsdam_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 850px;
  margin-bottom: 0;
  padding: 60px 5%;
  display: flex;
}

.smaller-heading {
  color: var(--neutral-100);
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}

.smaller-heading.black {
  margin-bottom: 0;
  font-weight: 900;
}

.footer-block {
  color: #046bb4;
  background-color: #066ab4d9;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1221px;
  padding: 60px;
  display: flex;
  position: relative;
  bottom: -105px;
}

.hero-heading-div {
  color: #046bb4;
  background-color: #066ab4d9;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  max-width: 100%;
  padding: 40px 60px;
}

.section-51 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section-51.digital {
  background-color: var(--neutral-200);
  padding-bottom: 20px;
}

.div-block-275 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  max-width: 1221px;
  display: grid;
  position: relative;
  top: 2vh;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-content: start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1221px;
  height: 100%;
}

.image-95 {
  object-fit: cover;
  object-position: 0% 50%;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-95.max {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-95.steuerberatung {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.image-95.unternehmensgruendung {
  object-fit: cover;
  object-position: 50% 27%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.image-95.immobilien {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 0;
}

.image-96 {
  z-index: 5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 1000px;
  max-height: 670px;
  margin-top: 100px;
  position: relative;
}

.div-block-276 {
  background-color: var(--grau-main);
  min-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-52 {
  background-color: var(--grau-main);
  height: auto;
  color: var(--grau-main);
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5%;
  display: flex;
}

.div-block-277 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 1221px;
  color: var(--neutral-600);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.slider-2 {
  background-color: var(--neutral-100);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.slide-nav-2 {
  filter: invert(20%);
  bottom: -43px;
}

.slide-2 {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.div-block-278 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.body-4 {
  font-weight: 700;
}

.div-block-288 {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.div-block-288.digital {
  background-color: var(--neutral-100);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 60px 60px 50px;
  box-shadow: 0 10px 10px #0000001a;
}

.cta-heading {
  color: var(--neutral-100);
  font-size: 50px;
  line-height: 1.3em;
}

.image-98 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

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

.div-block-290 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

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

.paragraph-13 {
  color: var(--neutral-600);
  margin-top: 0;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-13.margin-oben-30px {
  margin-top: 30px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.div-block-293 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.image-99 {
  object-fit: cover;
  height: 100%;
  overflow: clip;
}

.mask-3 {
  height: 100%;
}

.image-100 {
  width: 100%;
}

.div-block-294 {
  justify-content: space-between;
  display: flex;
}

.div-block-296 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-297 {
  width: 70%;
  max-height: 630px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mask-4 {
  width: 100%;
}

.section-51-copy {
  z-index: -5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral-200);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.bg-copy {
  width: 150px;
  height: 150px;
  position: absolute;
}

.div-block-300 {
  background-color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-301 {
  width: 100%;
  display: flex;
}

.heading-122 {
  color: var(--neues-blau);
  margin-bottom: 20px;
}

.div-block-302 {
  background-color: #8fd133;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-302.blue {
  background-color: #0a5cff;
}

.image-102 {
  width: 100px;
}

.section-54 {
  background-image: url('../images/04-karriere-team_1.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 70vh;
  display: flex;
}

.blue-block {
  width: 100%;
  max-width: 1221px;
  color: var(--neutral-100);
  background-color: #046bb4e6;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 60px 60px 40px;
  position: relative;
  bottom: -38px;
}

.heading-120-copy {
  color: var(--neutral-100);
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

.bold-text-2 {
  color: var(--neutral-100);
}

.div-block-303 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 175px;
}

.display-inline-2 {
  color: #8184a3;
  max-width: none;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.offene-stellen-2 {
  background-color: #066ab4;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.grid-7 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1221px;
}

.card-faq-icon-3 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 2px;
  min-height: 23px;
  position: absolute;
}

.card-4 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-4.no-padding {
  min-height: 100%;
  padding: 0;
}

.card-4.no-padding.height-auto {
  border-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-height: auto;
}

.link-block-11 {
  color: #066ab4;
  border-top: 0 solid #fff;
  width: 100%;
  max-width: 430px;
  margin-bottom: 12px;
  padding-top: 0;
  text-decoration: none;
  transition: all .3s;
}

.link-block-11:hover {
  transform: scale(1.05);
}

.link-block-11.black {
  color: #066ab4;
  border-top-color: #000;
  max-width: none;
  margin-top: 20px;
  padding-top: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.link-block-11.black:hover {
  transform: scale(1.05);
}

.subtitle-4 {
  color: #066ab4;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: otal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.125em;
}

.subtitle-4.white {
  color: #fff;
}

.text-block-129 {
  text-decoration: none;
}

.text-403 {
  color: #066ab4;
  width: 100%;
  font-weight: 700;
  line-height: 1.5em;
}

.text-403.left {
  width: auto;
}

.cta-wrapper-2 {
  background-color: #066ab4;
  background-image: url('../images/04-karriere-cta_1.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 429px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-103 {
  width: 20px;
}

.card-faq-icon-4 {
  background-color: #fff;
  border-radius: 1000000px;
  width: 23px;
  min-height: 2px;
  position: absolute;
}

.image-104 {
  border-radius: 0;
  flex: 0 auto;
  width: auto;
}

.image-104.bewerbung {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 232.55px;
}

.image-104.cta-bg-2 {
  max-width: 143px;
  position: absolute;
  bottom: 95.719px;
  right: -42px;
}

.image-104.cta-1 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 23px 23px 0 0;
  height: 400px;
  margin-left: auto;
  position: relative;
  top: -50px;
  box-shadow: 0 3px 28px #20248a0f;
}

.image-104.cta-bg-1 {
  max-width: 143px;
  position: absolute;
  top: 86px;
  left: -21px;
}

.button-primary-4 {
  z-index: 0;
  color: #fff;
  text-align: center;
  min-height: 60px;
  transform-style: preserve-3d;
  background-color: #066ab4;
  border: 1px solid #066ab4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: otal, sans-serif;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, background-color .3s;
  display: inline-flex;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.button-primary-4:hover {
  color: #fff;
  background-color: #000078;
  border-color: #3022cd;
  transform: translate3d(0, -2px, .01px);
}

.button-primary-4.white {
  color: #066ab4;
  background-color: #fff;
  text-decoration: none;
}

.button-primary-4.white:hover {
  color: #fff;
  background-color: #000078;
}

.div-block-309 {
  flex-direction: column;
  max-width: 55%;
  display: flex;
}

.container-default-5 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-310 {
  max-width: 40%;
}

.post-featured-v2-wrapper-3 {
  color: #8184a3;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-featured-v2-wrapper-3:hover {
  color: #8184a3;
}

.paragraph-14 {
  line-height: 1.6em;
}

.paragraph-14.card-faq {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-14.margin-bottom-0px {
  font-weight: 400;
}

.card-faq-icon-wrapper-2 {
  background-color: #066ab4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-right: 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-311 {
  margin-top: 18px;
}

.heading-125 {
  height: 68.0208px;
  color: var(--neues-blau);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-312 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-logo-h1 {
  color: var(--neues-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 900;
}

.div-block-313 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-314 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1221px;
  display: flex;
}

.link-13 {
  color: var(--neues-blau);
}

.paragraph-15 {
  font-weight: 400;
}

.footer-neu {
  border-top: 1px solid var(--neutral-400);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: otal, sans-serif;
  display: flex;
  overflow: hidden;
}

.logo-wrapper {
  width: 100%;
  max-width: 1221px;
}

.div-block-315 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1221px;
  min-height: 429px;
  display: flex;
}

.div-block-316 {
  background-image: url('../images/02-kanzlei-intro_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-316.small {
  max-height: 500px;
}

.div-block-316.steuerberatung {
  background-image: url('../images/644a1680_2.avif');
  background-position: 0 19%;
  background-size: cover;
}

.div-block-317 {
  background-color: var(--grau-main);
}

.div-block-318 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.footer-hero-mobile-copy {
  border-top: 1px solid var(--neutral-400);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  font-family: otal, sans-serif;
  display: none;
  overflow: hidden;
}

.div-block-320 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 610.5px;
  display: flex;
}

.div-block-321 {
  width: 100%;
  max-width: 610.5px;
}

.copyright-text-copy {
  text-align: right;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

.heading-126-copy-copy {
  color: var(--gölitz-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-126-copy {
  color: var(--neues-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 900;
}

.logo-big {
  color: var(--neues-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
}

.bold-text-3 {
  color: var(--neutral-100);
}

.bold-text-4, .body-6 {
  font-weight: 400;
}

.div-block-322 {
  width: 100%;
  height: 80vh;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.nav-logo-h2, .fototer-logo-h2 {
  color: var(--gölitz-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.fopter-logo-h1 {
  color: var(--neues-blau);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 900;
}

.container-default-copy {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-324 {
  justify-content: center;
  align-items: center;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-324.margin {
  margin-top: 50px;
}

.div-block-325 {
  height: 90px;
  min-height: 90px;
}

.hero-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hero-bg.ber-uuns {
  background-image: url('../images/02-kanzlei-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.steuerberatung {
  z-index: -1;
  background-image: url('../images/03-leistungen1-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.unternehmengr-ndung {
  background-image: url('../images/03-leistungen4-header_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg.digital {
  background-image: url('../images/05-digital-datev-unternehmen-online_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.immobilien {
  background-image: url('../images/03-leistungen5-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.umstrukturierung {
  background-image: url('../images/03-leistungen2-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.erben {
  background-image: url('../images/03-leistungen3-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.kontakt {
  background-image: url('../images/07-kontakt-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-bg.karriere {
  background-image: url('../images/04-karriere-header_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-326 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.paragraph-13-copy {
  color: var(--neutral-600);
  margin-top: 0;
  font-weight: 400;
  line-height: 1.6em;
}

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

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

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 550px;
}

.div-block-327 {
  background-color: var(--neutral-100);
  border-radius: 14px;
  height: 150px;
  box-shadow: 0 10px 10px #0000001a;
}

.div-block-328 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--neutral-100);
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 150px;
  padding: 0;
  display: flex;
  box-shadow: 0 10px 10px #0000001a;
}

.div-block-329 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
}

.div-block-330 {
  flex-flow: column;
  display: flex;
}

.paragraph-16 {
  color: #000078;
  margin-bottom: 0;
}

.image-105 {
  width: 90px;
}

.link-block-12 {
  background-color: var(--neutral-300);
  width: 70px;
  height: 70px;
  box-shadow: none;
  border-radius: 100px;
}

.image-106 {
  width: auto;
  padding: 9px;
}

.image-107 {
  padding: 10px;
}

.div-block-331 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--neues-blau);
}

.div-block-332 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-333 {
  height: 90px;
  min-height: 90px;
}

.slider-right-arrow-2 {
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  transform-style: preserve-3d;
  background-color: #066ab4;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  right: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-right-arrow-2:hover {
  background-color: #000078;
  transform: scale3d(.95, .95, 1.01);
}

.slider-right-arrow-2.new {
  right: 250px;
}

.button-secondary-2 {
  color: #066ab4;
  text-align: center;
  width: 200px;
  height: 50px;
  transform-style: preserve-3d;
  background-color: #066ab400;
  border: 1px solid #066ab4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #066ab4;
  transform: translate3d(0, -2px, .01px);
}

.paragraph-17 {
  height: 90px;
  min-height: 90px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.card-default-line-accent-2 {
  background-color: #dcddeb;
  width: 100%;
  max-width: 109px;
  min-height: 2px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.card-default-line-accent-2.bg-secondary-3, .card-default-line-accent-2.bg-secondary-2 {
  background-color: #066ab4;
  display: none;
}

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

.card-5 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-5.text-center {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 520px;
  min-height: 520px;
  padding: 24px 23px;
  display: flex;
}

.card-5.text-center.padding {
  padding: 24px 43px;
}

.image-108 {
  object-fit: cover;
  width: 60%;
  max-width: none;
  height: 50px;
  min-height: 120px;
}

.mask-5.overflow-visible.card-default {
  max-width: 430px;
}

.div-block-335 {
  justify-content: center;
  align-items: center;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
}

.slider-left-arrow-2 {
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  transform-style: preserve-3d;
  background-color: #066ab4;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 23px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  display: flex;
  position: absolute;
  left: -20px;
  transform: scale3d(1, 1, 1.01);
}

.slider-left-arrow-2:hover {
  background-color: #3022cd;
  transform: scale3d(.95, .95, 1.01);
}

.slider-left-arrow-2.new {
  left: 260px;
}

.heading-126 {
  color: #000078;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 0;
  line-height: 1.2em;
  display: flex;
}

.div-block-336 {
  margin-top: 20px;
}

.image-109 {
  width: 40%;
  height: auto;
}

.div-block-337 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1221px;
  margin-bottom: 40px;
  display: grid;
}

.div-block-338 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-339 {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1221px;
  }

  .nav-link-2.dropdown {
    margin-left: 22px;
    margin-right: 18px;
  }

  .div-block-267 {
    margin-left: 40px;
  }

  .image-94.new {
    min-height: auto;
  }

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

  .container-default-copy {
    max-width: none;
  }

  .div-block-326 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .testimonials.bg-neutral-200.overflow-hidden {
    padding-top: 200px;
  }

  .div-block-187 {
    max-width: 850px;
  }

  .team-member-wrapper {
    min-height: 350px;
  }

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

  .div-block-257 {
    max-width: 1200px;
  }

  .rich-text-block-7 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .footer-down-blau {
    padding-left: 10%;
  }

  .div-block-271 {
    max-width: 40%;
  }

  .image-94.new {
    min-height: auto;
  }

  .div-block-326 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .slider-right-arrow-2.new {
    right: -80px;
  }

  .slider-left-arrow-2.new {
    left: -80px;
  }
}

@media screen and (min-width: 1920px) {
  .container-default {
    flex: 1;
  }

  .container-default.z-index-1 {
    max-width: 1400px;
  }

  .testimonials {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .testimonials.padding-145px {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .testimonials.position-relative.hero-v3 {
    padding-top: 280px;
    padding-bottom: 352px;
  }

  .testimonials.bg-secondary-1.utility-hero, .testimonials.bg-secondary-1.utility-hero-copy {
    padding-top: 142px;
    padding-bottom: 196px;
  }

  .testimonials.about-hero {
    padding-top: 113px;
  }

  .testimonials.careers-hero {
    padding-bottom: 82px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 198px;
    padding-bottom: 220px;
  }

  .utility-page-wrap.bg-secondary-1.not-found {
    padding-top: 186px;
    padding-bottom: 198px;
  }

  .title.card-faq {
    color: var(--neues-blau);
  }

  .split-content.hero-left {
    max-width: 40vw;
  }

  .mask.overflow-visible.card-default {
    flex: 1;
  }

  .absolute.shape.cta-v2-3, .absolute.shape.cta-v2-4 {
    width: 334px;
    padding-top: 334px;
  }

  .absolute.shape.cta-v3-1 {
    width: 313px;
    padding-top: 250px;
  }

  .absolute.shape.cta-v3-2, .absolute.shape.cta-v3-3 {
    width: 307px;
    padding-top: 307px;
  }

  .absolute.shape.cta-v3-4, .absolute.shape.cta-v3-5 {
    width: 313px;
    padding-top: 313px;
  }

  .absolute.shape.not-found-1 {
    width: 307px;
    padding-top: 269px;
    left: 0%;
  }

  .absolute.shape.not-found-2 {
    width: 307px;
    padding-top: 298px;
    top: 270px;
    left: 0%;
  }

  .absolute.shape.not-found-3 {
    width: 307px;
    padding-top: 298px;
  }

  .absolute.shape.not-found-4 {
    width: 307px;
    padding-top: 307px;
    bottom: -21%;
  }

  .absolute.shape.not-found-5 {
    width: 332px;
    padding-top: 332px;
    top: 299px;
    bottom: auto;
  }

  .absolute.shape.about-hero-3 {
    width: 334px;
    padding-top: 334px;
  }

  .absolute.cta-v2 {
    width: 797px;
  }

  .absolute.utility-hero-2 {
    width: 264px;
    padding-top: 264px;
  }

  .absolute.utility-hero-3 {
    width: 205px;
    padding-top: 205px;
  }

  .absolute.utility-hero-4 {
    width: 264px;
    padding-top: 264px;
  }

  .absolute.utility-hero-1, .absolute.utility-hero-3 {
    width: 205px;
    padding-top: 205px;
  }

  .grid-3-columns.style-4.gap-24px-mobile {
    max-width: none;
  }

  .margin-top-offset-negative-default {
    margin-top: -131px;
  }

  .nav-link-2.dropdown {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar-grid {
    justify-content: stretch;
  }

  .container-default-2.z-index-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-187 {
    max-width: 900px;
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .row.row-justify-between.mehr-erfahren {
    justify-content: center;
    align-items: center;
  }

  .section-6 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-6.padding-180px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-6.integrations-hero {
    padding-top: 85px;
    padding-bottom: 121px;
  }

  .section-6.home-testimonials {
    padding-top: 200px;
    padding-bottom: 307px;
  }

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

  .footer-list-item-2:hover {
    color: var(--gölitz-blau);
  }

  .section-8 {
    padding-bottom: 104px;
  }

  .section-44 {
    margin-top: 80px;
  }

  .div-block-257 {
    margin-left: 80px;
  }

  .footer-down-blau {
    padding-left: 10%;
  }

  .image-94 {
    height: 220px;
    min-height: 220px;
  }

  .image-94.new {
    min-height: auto;
  }

  .section-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block {
    border-top-left-radius: 40px;
    bottom: -211px;
  }

  .div-block-313 {
    font-size: 24%;
  }

  .div-block-321 {
    width: 100%;
    max-width: 610.5px;
  }

  .slider-right-arrow-2.new {
    right: -80px;
  }

  .mask-5.overflow-visible.card-default {
    flex: 1;
  }

  .slider-left-arrow-2.new {
    left: -80px;
  }

  .div-block-337 {
    place-items: center start;
    max-width: 1221px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  p {
    font-size: 17px;
  }

  li {
    margin-bottom: 5px;
    font-size: 17px;
  }

  blockquote {
    padding: 55px 72px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary {
    white-space: nowrap;
    min-height: 50px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1em;
    transform: none;
  }

  .button-primary.small.header-button {
    margin-right: 32px;
  }

  .button-primary.small.header-button-mobile {
    padding-top: 22px;
    padding-bottom: 22px;
    display: block;
  }

  .button-primary.white {
    margin-top: 20px;
  }

  .button-primary.nav {
    margin-bottom: 100px;
  }

  .button-primary.nav.hide {
    margin-bottom: 0;
    display: flex;
  }

  .button-primary.padding-top-5px, .button-primary.hero-section {
    margin-top: 20px;
  }

  .button-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 60px;
    display: block;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--secondary-3);
  }

  .nav-menu {
    border: 1px solid var(--neutral-300);
    background-color: #fff;
    padding: 36px 24px;
    box-shadow: 0 4px 10px #4a3aff2e;
  }

  .testimonials {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonials.bg-neutral-200 {
    padding-top: 40px;
  }

  .testimonials.bg-neutral-200.overflow-hidden {
    padding-top: 100px;
  }

  .testimonials.padding-145px, .testimonials.padding-200px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials.position-relative {
    padding-top: 0;
    padding-bottom: 137px;
  }

  .testimonials.position-relative.hero-v3 {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 5%;
  }

  .testimonials.bg-secondary-1.utility-hero {
    height: auto;
    padding-top: 30px;
    padding-bottom: 61px;
  }

  .testimonials.bg-secondary-1.utility-hero-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .testimonials.about-hero {
    padding-top: 60px;
  }

  .testimonials.careers-hero {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .testimonials.bg-neutral-200, .testimonials.bg-neutral-200-neu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 126px;
    padding-bottom: 140px;
  }

  .utility-page-wrap.bg-secondary-1.not-found {
    padding-top: 118px;
    padding-bottom: 126px;
  }

  .not-found-number {
    margin-bottom: 40px;
  }

  .paragraph {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .paragraph.margin-bottom-default {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5em;
  }

  .paragraph.margin-bottom-0px {
    text-align: center;
    font-size: 17px;
  }

  .paragraph.margin-bottom-40px {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .paragraph.margin-bottom-40px.upper-space {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
  }

  .paragraph.text-color-neutral-300.margin-bottom-40px {
    margin-bottom: 0;
  }

  .paragraph.card-faq {
    text-align: left;
  }

  .paragraph.features-hero.left {
    text-align: center;
  }

  .paragraph.hero {
    font-size: 17px;
  }

  .paragraph.hero-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .paragraph.home {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .paragraph.digital {
    font-size: 14px;
  }

  .card.style-1 {
    padding: 58px 46px;
  }

  .card.style-1.contact-form-card {
    min-height: 729px;
  }

  .card.bg-primary-1.cta {
    text-align: center;
    justify-content: center;
    padding: 83px 70px 400px;
  }

  .card.bg-primary-1.newsletter {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 70px 60px;
  }

  .card.text-center {
    min-height: 440px;
    padding-bottom: 20px;
  }

  .card.card-link.case-study {
    flex-direction: column;
  }

  .card.card-link.social-media-v2 {
    padding-top: 53px;
    padding-bottom: 78px;
  }

  .card.style-8 {
    flex-direction: column;
  }

  .card.style-19 {
    border-radius: 35px;
    padding: 75px 65px 82px;
  }

  .card.style-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .title.text-neutral-100.mg-bottom-32px {
    font-size: 32px;
  }

  .title.hero {
    max-width: 462px;
  }

  .title.hero.white {
    font-size: 18px;
    line-height: 1.3em;
  }

  .title.margin-bottom-10px {
    text-align: center;
    font-size: 32px;
  }

  .title.card-faq {
    font-size: 22px;
  }

  .title.text-color-neutral-100.cta {
    font-size: 28px;
  }

  .title.middle {
    font-size: 32px;
  }

  .title.middle.white {
    font-size: 32px;
    line-height: 1.2em;
  }

  .title.features-hero {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .title.main-feature {
    max-width: 410px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .title.integrations-hero {
    margin-bottom: 10px;
  }

  .title.h4-size.card-home-testimonial {
    text-align: center;
  }

  .title.h3-size.margin-bottom-10px {
    font-size: 22px;
  }

  .title.margin-bottom-0px {
    text-align: center;
    font-size: 32px;
  }

  .title.text-color-neutral-100.cta {
    text-align: left;
    font-size: 32px;
  }

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

  .split-content.hero-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .split-content.testimonials-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.testimonials-right {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .split-content.about-v2-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.about-v2-right {
    width: 100%;
    max-width: 100%;
  }

  .split-content.perks-v2-left {
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.about-hero-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.about-hero-right {
    min-width: auto;
    max-width: 566px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .split-content.offices-content-top-left {
    text-align: center;
    margin-bottom: 28px;
  }

  .split-content.card-newsletter-title {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.careers-hero-left.z-index-1 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.careers-hero-right.z-index-1 {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    top: -20px;
  }

  .split-content.cta-right {
    margin-top: 0;
  }

  .split-content.cta-left {
    justify-content: center;
    align-items: flex-start;
  }

  .split-content.reports-v1-right {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .split-content.reports-v1-left {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.integrations-hero-left {
    text-align: center;
    max-width: 660px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.integrations-hero-right {
    max-width: 650px;
    height: 300px;
  }

  .split-content.home-testimonials-content-top-left {
    max-width: 430px;
  }

  .image-wrapper {
    height: 320px;
    min-height: 200px;
  }

  .image-wrapper.home-v3 {
    width: 100%;
    height: auto;
    position: static;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    object-fit: contain;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image-wrapper.post-featured-v2 {
    border-radius: 35px;
    max-width: 100%;
    position: static;
  }

  .image-wrapper.card-home-testimonial {
    justify-content: center;
    align-items: center;
    min-height: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-wrapper.card-home-testimonial.hafelwind {
    width: 150px;
    min-width: auto;
  }

  .image-wrapper.card-testimonial-v2-image {
    border-top-left-radius: 25px;
    border-top-right-radius: 24px;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 20px 40px;
  }

  .image.logo {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .image.style-1 {
    width: 100%;
    height: 350px;
    max-height: none;
  }

  .image.style-1.testimonial {
    object-position: 50% 9%;
    height: auto;
  }

  .image.style-1.about-v2-1 {
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image.style-1.about-v2-2 {
    display: none;
    bottom: -235px;
    left: auto;
    right: 0;
  }

  .image.style-1.margin-bottom-40px {
    width: 100%;
    margin-bottom: 20px;
  }

  .image.style-1.about-hero {
    object-fit: cover;
    width: 400px;
    max-height: 400px;
  }

  .image.cta-1 {
    height: 250px;
  }

  .image.cta-2 {
    right: 312.475px;
  }

  .image.reports-v1-image-1 {
    object-fit: cover;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: none;
    height: 350px;
    max-height: 400px;
    margin-right: 0;
  }

  .image.reports-v1-image-1._1 {
    object-position: 50% 25%;
  }

  .image.reports-v1-image-1.zoom {
    width: 350px;
    max-width: 370px;
    height: 350px;
  }

  .image.card-home-testimonial {
    width: 1005px;
  }

  .image.card-home-testimonial.small {
    width: 100px;
  }

  .image.cover {
    width: 100%;
  }

  .image.leistung {
    object-position: 50% 10%;
    border-radius: 24px;
    max-height: 400px;
  }

  .image.leistung.unternehmensgr-ndung {
    object-position: 50% 18%;
    border-radius: 24px;
  }

  .image.steuerberatung {
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 24px;
    width: 100%;
    max-height: 400px;
  }

  .text-400.responsive-resize-default, .text-300.text-center {
    font-size: 18px;
  }

  .text-200, .text-200.bold.text-color-neutral-800 {
    font-size: 17px;
  }

  .text-200.header-link, .text-200.dropdown, .text-200.header-link, .text-200.dropdown {
    font-size: 20px;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse {
    flex-direction: column-reverse;
    align-items: center;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .split-content-wrapper.mobile-max-width-660px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .split-content-wrapper.sozial {
    justify-content: center;
    display: flex;
  }

  .subtitle {
    text-align: center;
    font-size: 15px;
  }

  .button-row, .button-row.mobile-vertical-direction-767px {
    justify-content: center;
  }

  .button-row-first.mobile-vertical-direction-767px {
    margin-bottom: 0;
  }

  .margin-bottom-default {
    margin-bottom: 50px;
  }

  .slider {
    width: 100%;
  }

  .logos-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
    margin-right: 0;
  }

  .slide.home {
    min-height: 440px;
    margin-right: 10px;
  }

  .absolute.cta {
    width: 471px;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    inset: -13% -30% 0% auto;
  }

  .absolute.shape.cta-1 {
    padding-top: 0%;
  }

  .absolute.shape.cta-2, .absolute.shape.cta-4 {
    width: 36%;
    padding-top: 36%;
  }

  .absolute.shape.cta-v2-2 {
    top: -75px;
  }

  .absolute.shape.cta-v3-1 {
    width: 15%;
  }

  .absolute.shape.cta-v3-2 {
    width: 18%;
    padding-top: 18%;
  }

  .absolute.shape.cta-v3-4 {
    width: 18%;
    padding-top: 18%;
    top: -56px;
  }

  .absolute.shape.cta-v3-5 {
    width: 20%;
    padding-top: 20%;
    bottom: auto;
  }

  .absolute.shape.newsletter-1, .absolute.shape.newsletter-2, .absolute.shape.newsletter-3, .absolute.shape.newsletter-4 {
    width: 148px;
    min-height: auto;
    padding-top: 148px;
  }

  .absolute.shape.careers-hero-2 {
    padding-top: 234px;
    top: 573.406px;
  }

  .absolute.shape.careers-hero-3 {
    top: 152px;
  }

  .absolute.shape.not-found-4 {
    bottom: 0%;
  }

  .absolute.shape.cta-5 {
    width: 36%;
    height: auto;
    padding-top: 36%;
    right: 67px;
  }

  .absolute.shape.about-hero-3 {
    width: 334px;
    padding-top: 334px;
  }

  .absolute.utility-hero-1 {
    width: 150px;
    padding-top: 150px;
  }

  .absolute.utility-hero-2 {
    width: 200px;
    padding-top: 200px;
  }

  .absolute.utility-hero-4 {
    width: 200px;
    padding-top: 200px;
  }

  .absolute.newsletter-shapes-wrapper {
    width: 100%;
  }

  .absolute.utility-hero-1 {
    width: 150px;
    padding-top: 150px;
    display: none;
  }

  .absolute.utility-hero-3 {
    width: 150px;
    padding-top: 150px;
  }

  .card-default-content {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-left-arrow {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
  }

  .slider-right-arrow {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    padding: 6px;
  }

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

  .content-top.about-v2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-top.max-width-500px.margin-bottom-40px {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .card-cta-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: start;
    min-height: 0;
    max-height: none;
    padding-right: 0;
    display: flex;
  }

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

  .footer-content-bottom {
    flex-flow: column;
    align-items: stretch;
    margin-top: 29px;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
  }

  .dropdown-arrow {
    font-size: 9px;
    top: 1px;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav-pages-wrapper, .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .copyright-text {
    text-align: center;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.2em;
  }

  .logos-main-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-max-width-660px {
    margin-left: auto;
    margin-right: auto;
  }

  .big-numbers {
    font-size: 48px;
  }

  .big-numbers.text-color-neutral-800.margin-bottom-20px {
    font-size: 32px;
  }

  .card-content-default {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .space.min-height-28px {
    min-height: 16px;
  }

  .space.min-height-58px.perks-v2 {
    min-height: 48px;
  }

  .hero-v3-content {
    max-width: 565px;
    margin-bottom: 20px;
  }

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

  .grid-4-columns.style-2 {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto 1fr;
    grid-auto-columns: 1fr;
  }

  .card-office-content {
    padding-top: 54px;
    padding-bottom: 54px;
    padding-right: 69px;
  }

  .margin-top-offset-negative-default {
    margin-top: -84px;
  }

  .margin-top-offset-negative-default.mobile-max-width-660px {
    max-width: none;
    margin-top: -150px;
  }

  .post-featured-v1-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .post-featured-v2-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-small-logo-container, .footer-small-copyright-text {
    margin-right: 0;
  }

  .footer-small {
    padding-top: 51px;
    padding-bottom: 50px;
  }

  .footer-small-content {
    text-align: center;
    flex-flow: column;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    min-height: 16px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .image-77 {
    width: 25px;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
  }

  .div-block-177 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .text-block-67 {
    color: #0009;
    font-size: 15px;
  }

  .text-block-72 {
    font-size: 17px;
  }

  .text-block-72:hover {
    color: var(--primary-1);
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2.adjacent-to-nav-menu.w--current {
    max-width: 330px;
  }

  .text-block-73 {
    font-size: 17px;
  }

  .text-block-73:hover {
    color: var(--primary-1);
  }

  .nav-menu-2 {
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #0721251a;
    height: 100vh;
    padding: 21px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .link-block-6 {
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    text-decoration: none;
  }

  .link-block-6:hover {
    color: var(--primary-1);
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 50px;
    display: flex;
    overflow: auto;
  }

  .hide-on-mobile {
    display: none;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #0009;
    margin-top: 10px;
    padding-top: 5px;
  }

  .image-78 {
    opacity: .6;
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
  }

  .menu-button-2 {
    z-index: 2147483647;
    padding: 0;
  }

  .menu-button-2.w--open {
    z-index: 1;
    background-color: #0000;
  }

  .nav-link-2 {
    margin: 7px 0;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navbar-functions.hide, .menu-button-image {
    display: block;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .netzwerk-banner {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .usp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .number-big {
    padding-top: 0;
    padding-right: 0;
    font-size: 80px;
  }

  .number-big.first {
    font-size: 80px;
  }

  .div-block-180.notcut {
    height: auto;
  }

  .big-number-block {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .h2, .h2.no-space {
    font-size: 32px;
  }

  .h2.animation {
    height: auto;
    font-size: 32px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-color-primary-2 {
    font-size: 32px;
  }

  .card-2 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-2.bg-primary-1.cta {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5%;
  }

  .card-2.style-1 {
    padding: 58px 46px;
  }

  .card-2.style-1.card-testimonial {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    position: static;
    right: auto;
  }

  .card-2.post-featured-v2 {
    max-width: 754px;
    margin-top: -88px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 27px 26px;
  }

  .card-2.cta {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card-2.card-link.text-center {
    padding: 20px 10px;
    font-size: 16px;
  }

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

  .vita {
    margin-top: 0;
  }

  .vita ul {
    font-size: 15px;
  }

  .vita li {
    font-size: 16px;
  }

  .vita p {
    font-size: 20px;
  }

  .paragraph-2 {
    width: auto;
    max-width: 50%;
    padding-left: 10px;
    font-size: 17px;
  }

  .pop-up-wrapper {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .wrapper-team-member {
    z-index: 100;
    height: 100%;
  }

  .text-block-112 {
    font-size: 26px;
  }

  .image-80 {
    height: 450px;
  }

  .div-block-192 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 21px;
  }

  .div-block-188 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-187 {
    z-index: 9999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    max-width: 90%;
    padding-top: 25px;
    padding-bottom: 18px;
    overflow: auto;
  }

  .image-81 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .div-block-186 {
    bottom: 2%;
    right: 2%;
  }

  .close-button {
    margin-top: 3px;
    margin-right: 3px;
  }

  .div-block-184 {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-113 {
    height: auto;
    line-height: 1.5em;
  }

  .section-wrap.relative {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .section-2 {
    padding-top: 100px;
  }

  .div-block-193 {
    padding: 40px;
  }

  .div-block-194 {
    margin-bottom: 0;
  }

  .h2-hero.white {
    font-size: 36px;
  }

  .partnerschaft {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-bottom: 15px;
    display: grid;
  }

  .team-member-wrapper {
    text-align: center;
  }

  .team-member-name {
    font-size: 18px;
  }

  .team-member-summary {
    font-size: 13px;
    overflow: visible;
  }

  .team-member-photo._15 {
    overflow: hidden;
  }

  .team-member-photo._16, .team-member-photo.silhouette {
    background-position: 50%;
  }

  .team-member {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-195 {
    max-width: none;
    height: 100%;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .small-head {
    text-align: center;
    font-size: 17px;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38._1 {
    align-items: center;
  }

  .horizonal-scroll-content {
    grid-row-gap: 16px;
    border-top-style: none;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .div-block-43 {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .big-green-number {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 28px;
  }

  .div-block-35 {
    padding-bottom: 20px;
  }

  .div-block-41 {
    border-left-width: 0;
    padding-bottom: 0;
  }

  .main-sections.right.horizontal-scroll-section {
    justify-content: center;
    min-height: 90vh;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 5%;
  }

  .cta-section {
    padding-top: 0;
  }

  .image-84 {
    object-position: 50% 10%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    max-width: 500px;
  }

  .image-84.mitte {
    object-position: 50% 14%;
  }

  .image-84.unten_2 {
    object-position: 50% 20%;
  }

  .div-block-196 {
    margin-bottom: 40px;
  }

  .post-featured-v2-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-3.faq {
    align-items: flex-start;
    padding: 23px 25px;
  }

  .card-3.home-testimonial {
    flex-direction: column;
    align-items: center;
    padding: 0 25px 30px;
    display: flex;
  }

  .card-3.testimonial-v2 {
    height: auto;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 10px;
    overflow: visible;
  }

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

  .faq {
    padding-top: 58px;
    padding-bottom: 40px;
  }

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

  .benefits {
    margin-top: 400px;
    padding-top: 40px;
  }

  .heading-small {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-size-regular {
    font-size: 17px;
    line-height: 1.5em;
  }

  .image-background-sticky {
    height: 500px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .tab-item-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-full {
    object-position: 50% 20%;
    max-height: 500px;
    overflow: hidden;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom.tab-bottom-full-width {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .story-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: .8rem;
  }

  .tab-title {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .tab-top {
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .heading-div-top {
    margin-bottom: 40px;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    padding-top: 27px;
    padding-bottom: 40px;
    padding-right: 52px;
  }

  .panel-body {
    padding: 0;
  }

  .panel-body.panel-body-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.row-justify-between {
    flex-direction: row;
    justify-content: center;
  }

  .row.row-justify-between.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .row.row-justify-between.mehr-erfahren {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .row.row-justify-between {
    flex-direction: row;
    justify-content: center;
  }

  .row.row-justify-between.left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .no-bottom-space {
    margin-bottom: 20px;
  }

  .display-inline {
    font-size: 17px;
  }

  .div-block-201 {
    width: 100%;
    max-width: none;
  }

  .space-bottom {
    margin-bottom: 10px;
  }

  .display-heading-4 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.3em;
  }

  .horizontal-rule.blog-post-horizontal-rule {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .panel.job-listing-title {
    background-color: #0000;
  }

  .job-listing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 34px;
    padding-bottom: 46px;
  }

  .text-lead.job-listing-short-description {
    font-size: 17px;
    line-height: 1.67em;
  }

  .text-lead.job-listing-short-description strong {
    font-size: 22px;
  }

  .text-lead.job-listing-short-description p {
    font-size: 17px;
  }

  .text-lead.job-listing-short-description li {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.4em;
  }

  .text {
    width: auto;
    font-size: 17px;
  }

  .features-navigation-buttons-wrapper {
    grid-row-gap: 20px;
  }

  .bg.reports-v1-images {
    min-height: 110%;
    top: -26px;
  }

  .bg.integrations-hero-2 {
    left: 51px;
  }

  .bg.integrations-hero-1 {
    right: 58px;
  }

  .bg.integrations-hero-skew {
    height: 300px;
    min-height: 50%;
  }

  .bg.home-testimonials {
    width: 150%;
    min-height: 110%;
  }

  .bg.home-testimonials.neu {
    width: 130%;
    left: -44px;
  }

  .bg.skew-bottom {
    border-top-width: 83px;
  }

  .bg.skew-top {
    border-bottom-width: 83px;
    height: 60px;
  }

  .container-medium-750px.features-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-medium-750px.features-hero.digital {
    width: 70%;
  }

  .container-medium-610px.features-hero {
    margin-bottom: 60px;
  }

  .container-medium-610px.features-hero-copy.flex {
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-digital {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .digitale-l-sungen-hero {
    font-size: 20px;
  }

  .reports-v1-wrapper {
    flex-direction: column;
    max-width: 720px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-6.padding-180px {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section-6.padding-180px.reports-v1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-6.padding-180px.reports-v1-copy, .section-6.integrations-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-6.home-testimonials {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .section-6.bg-neutral-200.testimonials-v2 {
    padding-top: 80px;
    padding-bottom: 40px;
    top: auto;
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-401.white {
    font-size: 17px;
  }

  .integrations-hero-wrapper {
    flex-direction: column;
  }

  .container-default-4 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation {
    width: 150px;
  }

  .lottie-animation-3 {
    height: 150px;
  }

  .div-block-204 {
    margin-left: 31px;
  }

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

  .card-home-testimonial-content-top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .card-home-testimonial-rol {
    text-align: center;
  }

  .content-top-2.home-testimonials {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
  }

  .home-testimonials-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-testimonial-v2-wrapper {
    flex-direction: column-reverse;
  }

  .card-testimonial-v2-content {
    min-width: auto;
    max-width: 100%;
    padding: 30px 40px 20px;
    box-shadow: 0 24px 44px #14142b0a;
  }

  .testimonials-v2-slide-left-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    left: 5px;
  }

  .testimonials-v2-slide-right-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    right: 5px;
  }

  .heading-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.3em;
  }

  .leistungen-info ul {
    padding-left: 20px;
  }

  .leistungen-info p {
    text-align: left;
    margin-bottom: 6px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .stacked-intro {
    width: 100%;
  }

  .div-block-212 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .background-video-2 {
    justify-content: center;
    align-items: center;
    padding-right: 5%;
  }

  .link-block-10 {
    max-width: 200px;
  }

  .h2-karriere-hero {
    text-align: center;
    font-size: 32px;
  }

  .grid-3 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .div-block-216 {
    order: 1;
    padding-right: 0;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-kontakt p {
    width: 100%;
  }

  .section-44 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-257 {
    margin-left: 0;
    padding: 40px 0 60px;
  }

  .heading-109 {
    font-size: 50px;
  }

  .rich-text-block-7 h3 {
    margin-top: 30px;
    font-size: 22px;
  }

  .footer-down-blau {
    justify-content: center;
    align-items: center;
  }

  .foote-down-rechts-hell {
    justify-content: center;
    align-items: center;
    min-width: 0;
    padding-left: 5%;
  }

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

  .div-block-261 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 34px;
    padding-right: 21px;
    display: flex;
  }

  .div-block-262 {
    flex-direction: row;
    display: flex;
  }

  .div-block-263 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .paragraph-4 {
    height: auto;
    min-height: 0;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .digital-heading {
    text-align: center;
    font-size: 22px;
  }

  .heading-116 {
    height: auto;
    font-size: 22px;
  }

  .paragraph-10 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .paragraph-11 {
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 1.5em;
  }

  .paragraph-12 {
    text-align: left;
    font-size: 17px;
    line-height: 1.5em;
  }

  .text-block-126 {
    text-align: center;
  }

  .text-block-127 {
    text-align: center;
    font-size: 17px;
  }

  .section-45 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-jubil-um {
    align-items: center;
    width: 100%;
  }

  .div-block-264 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    display: flex;
  }

  .kanzleijubil-um-neu {
    overflow: hidden;
  }

  .div-block-265 {
    min-height: 388px;
  }

  .text-block-128 {
    font-size: 32px;
  }

  .left-arrow, .right-arrow {
    border-radius: 11px;
  }

  .pop-up-wrapper-2 {
    display: none;
  }

  .div-block-267 {
    margin-left: 0;
    padding-left: 35%;
  }

  .div-block-268 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-269 {
    height: 52.1042px;
  }

  .div-block-270 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-neu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-neu.startseite {
    flex-flow: column;
    height: auto;
  }

  .hero-neu.kontakt {
    background-color: #d0dce8;
  }

  .div-block-271 {
    max-width: none;
    margin-top: -7%;
    padding: 40px;
    position: static;
    top: 20vh;
  }

  .heading-120 {
    font-size: 50px;
  }

  .heading-120.smaller, .heading-120.smaller-copy {
    text-align: center;
    font-size: 50px;
  }

  .image-94 {
    height: 200px;
    min-height: 200px;
  }

  .image-94.new {
    min-height: auto;
  }

  .section-49 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .heading-121 {
    font-size: 22px;
  }

  .div-block-274 {
    padding-bottom: 30px;
  }

  .section-50 {
    height: 400px;
    margin-bottom: 360px;
  }

  .smaller-heading {
    text-align: center;
    font-size: 50px;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
    padding: 40px;
    bottom: -400px;
  }

  .hero-heading-div {
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .hero-heading-div.karriere {
    padding-bottom: 40px;
  }

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

  .section-51.digital {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-275 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    margin-top: -80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    place-items: stretch stretch;
  }

  .image-95.max {
    object-position: 50% 25%;
    max-height: 450px;
  }

  .image-95.steuerberatung, .image-95.unternehmensgruendung, .image-95.immobilien {
    object-position: 50% 25%;
    max-height: 450px;
    position: static;
  }

  .image-96 {
    margin-top: 40px;
  }

  .section-52 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .div-block-277 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .slider-2 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    height: 300px;
  }

  .div-block-288 {
    padding-top: 0;
  }

  .div-block-288.digital {
    padding: 40px 40px 30px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .div-block-290 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-13 {
    text-align: center;
    margin-top: 0;
    line-height: 1.5em;
  }

  .paragraph-13.margin-oben-30px {
    margin-top: 10px;
  }

  .div-block-296 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .div-block-297 {
    order: -1;
    width: 100%;
    height: 500px;
    max-height: 600px;
    position: static;
    overflow: hidden;
  }

  .section-51-copy {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .image-102 {
    width: 80px;
  }

  .section-54 {
    min-height: 30vh;
  }

  .blue-block {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    top: 200px;
    bottom: 0;
  }

  .heading-120-copy {
    text-align: center;
    font-size: 36px;
  }

  .div-block-303 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .display-inline-2 {
    font-size: 17px;
    line-height: 1.5em;
  }

  .card-4 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .subtitle-4 {
    text-align: center;
    font-size: 15px;
  }

  .text-403 {
    width: auto;
    font-size: 17px;
  }

  .cta-wrapper-2 {
    text-align: center;
    padding-bottom: 0;
  }

  .image-104.bewerbung {
    height: 100%;
  }

  .image-104.cta-1 {
    height: 250px;
    top: 10px;
  }

  .button-primary-4 {
    white-space: nowrap;
    min-height: 50px;
    font-size: 17px;
    line-height: 1em;
  }

  .div-block-309 {
    width: 100%;
    max-width: none;
  }

  .container-default-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-310 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 34px;
    display: flex;
  }

  .post-featured-v2-wrapper-3 {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-14 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .paragraph-14.card-faq {
    text-align: left;
  }

  .paragraph-14.margin-bottom-0px {
    text-align: center;
    font-size: 17px;
  }

  .heading-125 {
    height: auto;
  }

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

  .heading-126-copy {
    color: var(--gölitz-blau);
    font-weight: 400;
  }

  .div-block-314 {
    flex-flow: column;
  }

  .paragraph-15 {
    text-align: center;
    line-height: 1.5em;
  }

  .footer-neu {
    padding-top: 40px;
  }

  .div-block-316 {
    min-height: 400px;
  }

  .footer-hero-mobile-copy {
    padding-top: 40px;
    display: block;
  }

  .copyright-text-copy {
    text-align: left;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5em;
  }

  .bold-text-3 {
    color: var(--neutral-100);
  }

  .div-block-322 {
    height: 30vh;
    position: static;
  }

  .fototer-logo-h2 {
    color: var(--gölitz-blau);
    font-weight: 400;
  }

  .container-default-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-324 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-325 {
    height: 80px;
    min-height: 80px;
  }

  .hero-bg, .hero-bg.ber-uuns {
    width: 100%;
    height: 30vh;
    position: static;
  }

  .hero-bg.umstrukturierung {
    height: 30vh;
    position: static;
  }

  .paragraph-13-copy {
    text-align: center;
    line-height: 1.5em;
  }

  .grid-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    width: 480px;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .div-block-333 {
    height: 80px;
    min-height: 80px;
  }

  .slider-right-arrow-2 {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    padding: 6px;
  }

  .slider-right-arrow-2.new {
    right: -30px;
  }

  .button-secondary-2 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .paragraph-17 {
    height: auto;
    min-height: 0;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .card-5.text-center {
    min-height: 440px;
    padding-bottom: 20px;
  }

  .image-108 {
    height: 200px;
    min-height: 200px;
  }

  .div-block-335 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slider-left-arrow-2 {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
  }

  .slider-left-arrow-2.new {
    left: -30px;
  }

  .heading-126 {
    height: auto;
    font-size: 22px;
  }

  .div-block-337 {
    grid-template-columns: 1fr .25fr;
    place-items: center start;
  }

  .div-block-340 {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    text-align: center;
    font-size: 15px;
  }

  li {
    font-size: 15px;
  }

  blockquote {
    padding: 46px 35px;
  }

  .button-primary {
    font-size: 16px;
  }

  .button-primary.small.header-button, .button-primary.small.header-small-button {
    display: none;
  }

  .button-primary.nav {
    margin-bottom: 50px;
  }

  .button-primary.navbar-button {
    position: static;
  }

  .button-primary.hero-section {
    align-self: center;
  }

  .button-primary.margin {
    margin-top: 20px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

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

  .header-logo {
    width: 200px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 50px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-logo {
    width: 206px;
  }

  .testimonials {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .testimonials.bg-neutral-200 {
    padding-bottom: 40px;
  }

  .testimonials.bg-neutral-200.overflow-hidden {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .testimonials.padding-200px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials.position-relative.hero-v3 {
    padding-top: 50px;
  }

  .testimonials.bg-secondary-1.utility-hero {
    padding-top: 34px;
    padding-bottom: 63px;
  }

  .testimonials.bg-secondary-1.utility-hero-copy {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .testimonials.about-hero {
    padding-top: 76px;
  }

  .testimonials.careers-hero {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .testimonials.bg-neutral-200, .testimonials.bg-neutral-200-neu {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 100px;
    padding-bottom: 112px;
  }

  .utility-page-wrap.bg-secondary-1.not-found {
    padding-top: 94px;
    padding-bottom: 100px;
  }

  .input.newsletter {
    padding-left: 20px;
    padding-right: 160px;
  }

  .not-found-number {
    margin-bottom: 30px;
    font-size: 131px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.margin-bottom-default {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .paragraph.margin-bottom-0px {
    font-size: 15px;
  }

  .paragraph.margin-bottom-40px {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph.margin-bottom-40px.upper-space {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph.text-color-neutral-300.margin-bottom-40px, .paragraph.middle {
    line-height: 1.667em;
  }

  .paragraph.integrations-hero {
    margin-bottom: 35px;
  }

  .paragraph.hero {
    font-size: 15px;
  }

  .paragraph.hero-text, .paragraph.home {
    text-align: center;
    font-size: 20px;
  }

  .card {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .card.style-1 {
    padding: 48px 35px;
  }

  .card.style-1.contact-form-card {
    min-height: 1078px;
  }

  .card.bg-primary-1.cta {
    padding: 60px 25px 350px;
  }

  .card.bg-primary-1.newsletter {
    padding: 60px 35px;
  }

  .card.text-center {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .card.text-center.neu {
    width: 100%;
    min-height: auto;
  }

  .card.style-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .card.card-link.text-center {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .card.card-link.social-media {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.card-link.social-media-v2 {
    padding-top: 44px;
    padding-bottom: 65px;
  }

  .card.no-padding.offices {
    flex-direction: column;
  }

  .card.style-8, .card.style-9 {
    padding-top: 35px;
    padding-bottom: 38px;
  }

  .card.style-9.card-link {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .card.style-14.card-link {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .card.style-19 {
    border-radius: 30px;
    padding: 63px 35px 68px;
  }

  .card.style-1 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 0;
    align-items: center;
    padding: 20px 35px;
  }

  .card.style2-neu {
    border-radius: 24px 24px 0 0;
  }

  .title.text-neutral-100.mg-bottom-32px, .title.margin-bottom-0px {
    font-size: 30px;
  }

  .title.hero {
    max-width: 400px;
  }

  .title.hero.white {
    font-size: 16px;
  }

  .title.margin-bottom-10px {
    font-size: 30px;
  }

  .title.card-faq {
    font-size: 20px;
    line-height: 1.4em;
  }

  .title.text-color-neutral-100.cta {
    font-size: 26px;
  }

  .title.middle, .title.features-hero {
    font-size: 30px;
  }

  .title.main-feature {
    max-width: 350px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .title.integrations-hero {
    font-size: 32px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h3-size, .title.h3-size.margin-bottom-10px {
    font-size: 22px;
  }

  .title.margin-bottom-0px {
    font-size: 30px;
  }

  .title.text-color-neutral-100.cta {
    text-align: center;
    font-size: 30px;
  }

  .split-content.hero-left {
    margin-bottom: 60px;
  }

  .split-content.testimonials-right {
    margin-bottom: 20px;
  }

  .split-content.about-hero-right {
    max-width: 503px;
  }

  .split-content.cta-left {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }

  .split-content.reports-v1-right {
    padding-bottom: 50px;
  }

  .split-content.integrations-hero-left {
    max-width: 514px;
    margin-bottom: 40px;
  }

  .split-content.integrations-hero-right {
    height: 250px;
  }

  .split-content.home-testimonials-content-top-left {
    max-width: 360px;
  }

  .image-wrapper {
    height: 250px;
  }

  .image-wrapper.card-office {
    max-width: 100%;
  }

  .image-wrapper.borders-radius-24px {
    border-radius: 23px;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    border-radius: 100%;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .image-wrapper.post-featured-v2 {
    border-radius: 30px;
  }

  .image-wrapper.card-home-testimonial {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .image-wrapper.card-home-testimonial.hafelwind {
    margin-bottom: 10px;
  }

  .image.logo {
    width: 100px;
    margin-right: 30px;
  }

  .image.style-1 {
    border-radius: 20px;
    height: 300px;
  }

  .image.style-1.testimonial {
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    height: 100%;
  }

  .image.style-1.about-v2-1 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 450px;
    margin-bottom: 0;
  }

  .image.style-1.about-hero {
    max-height: none;
  }

  .image.style-1.higher {
    height: 300px;
  }

  .image.card-office-flag {
    margin-bottom: 20px;
  }

  .image.style-1 {
    border-radius: 20px;
  }

  .image.style-1.about-hero {
    object-position: 50% 20%;
    max-height: 400px;
  }

  .image.cta-1 {
    border-radius: 20px;
  }

  .image.cta-2 {
    border-radius: 20px;
    bottom: 20px;
    right: 236.475px;
  }

  .image.cta-bg-2 {
    max-width: 27%;
  }

  .image.cta-bg-1 {
    max-width: 27%;
    top: 44px;
  }

  .image.reports-v1-image-1 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-width: 90%;
    height: 300px;
  }

  .image.reports-v1-image-1.zoom {
    max-width: none;
  }

  .text-400.responsive-resize-default {
    font-size: 18px;
  }

  .text-200 {
    text-align: left;
    font-size: 16px;
  }

  .text-200.bold.text-color-neutral-800 {
    font-size: 16px;
  }

  .text-200.text-color-primary-1 {
    text-align: center;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px, .split-content-wrapper.mobile-max-width-660px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .button-row {
    justify-content: center;
  }

  .button-row.mobile-vertical-direction-767px {
    flex-direction: column;
    align-self: stretch;
  }

  .button-row-last.mobile-vertical-direction-767px {
    flex-direction: column;
    display: flex;
  }

  .button-row-first.mobile-vertical-direction-767px {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom-default {
    margin-bottom: 40px;
  }

  .slider {
    height: auto;
  }

  .slider.neu {
    width: 100%;
  }

  .mask.overflow-visible.card-default {
    max-width: 100%;
  }

  .slide.home {
    min-height: 425px;
  }

  .slide.home.neu {
    min-height: auto;
  }

  .absolute.cta {
    width: 384px;
    height: 45%;
  }

  .absolute.shape.cta-2, .absolute.shape.cta-4 {
    width: 127px;
    padding-top: 127px;
  }

  .absolute.shape.perks-v2 {
    width: 70%;
    min-height: 90%;
    padding-top: 0%;
    display: none;
  }

  .absolute.shape.cta-v2-1 {
    width: 30%;
    min-height: auto;
    padding-top: 30%;
    right: -72px;
  }

  .absolute.shape.cta-v2-2 {
    width: 35%;
    padding-top: 35%;
    display: none;
    top: -196px;
  }

  .absolute.shape.cta-v2-3 {
    width: 25%;
    padding-top: 25%;
    top: -57px;
    right: -19px;
  }

  .absolute.shape.cta-v2-4 {
    width: 25%;
    padding-top: 25%;
    left: auto;
    right: 68px;
  }

  .absolute.shape.cta-v3-1 {
    display: none;
  }

  .absolute.shape.cta-v3-4 {
    top: -17px;
    right: -23px;
  }

  .absolute.shape.cta-v3-5 {
    top: -21px;
  }

  .absolute.shape.about-hero-1 {
    top: -163px;
    left: auto;
    right: -94px;
  }

  .absolute.shape.newsletter-1 {
    display: none;
    top: auto;
    bottom: 0;
  }

  .absolute.shape.newsletter-2 {
    inset: auto auto 0 -52px;
  }

  .absolute.shape.newsletter-3 {
    bottom: -20px;
    right: 75px;
  }

  .absolute.shape.newsletter-4 {
    bottom: -20px;
  }

  .absolute.shape.careers-hero-1 {
    left: -83px;
  }

  .absolute.shape.careers-hero-2 {
    display: none;
  }

  .absolute.shape.not-found-1 {
    width: 25%;
    padding-top: 15%;
  }

  .absolute.shape.not-found-2 {
    width: 25%;
    padding-top: 25%;
  }

  .absolute.shape.not-found-3 {
    width: 20%;
    padding-top: 20%;
  }

  .absolute.shape.not-found-4 {
    width: 308px;
    padding-top: 308px;
    bottom: -37%;
    left: -19%;
  }

  .absolute.shape.not-found-5 {
    width: 208px;
    padding-top: 208px;
    bottom: -34px;
    right: -4%;
  }

  .absolute.shape.cta-5 {
    width: 50%;
    height: 50%;
    padding-top: 0%;
    right: 0;
  }

  .absolute.shape.about-hero-2 {
    inset: auto auto -35px -80px;
  }

  .absolute.cta-v2 {
    width: 100%;
  }

  .absolute.utility-hero-2 {
    width: 180px;
    padding-top: 180px;
    bottom: -75px;
  }

  .absolute.utility-hero-4 {
    width: 180px;
    padding-top: 180px;
    bottom: -75px;
  }

  .absolute.utility-hero-1 {
    width: 120px;
    padding-top: 120px;
    top: -23px;
  }

  .absolute.utility-hero-3 {
    width: 120px;
    padding-top: 120px;
    top: -64px;
  }

  .card-default-content {
    height: auto;
    margin-bottom: 20px;
  }

  .card-default-line-accent.bg-secondary-3 {
    margin-top: 30px;
  }

  .card-default-line-accent.bg-secondary-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .slider-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 19px;
  }

  .slider-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 19px;
    right: -18px;
  }

  .content-top.about-v2 {
    max-width: 520px;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    grid-auto-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-content-bottom {
    flex-flow: column;
    padding-top: 5px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .big-numbers {
    font-size: 40px;
  }

  .big-numbers.text-color-neutral-800.margin-bottom-20px {
    font-size: 28px;
  }

  .card-content-default {
    padding-top: 35px;
    padding-bottom: 43px;
  }

  .video-play-button {
    width: 21%;
    min-width: 21%;
    min-height: 37%;
    max-height: 37%;
  }

  .space.min-height-58px.perks-v2 {
    min-height: 28px;
    display: none;
  }

  .grid-4-columns {
    grid-row-gap: 40px;
  }

  .grid-4-columns.style-2 {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .about-achievements-wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .card-office-content {
    max-width: 100%;
    padding: 45px 35px;
  }

  .margin-top-offset-negative-default {
    margin-top: -67px;
  }

  .category {
    padding: 13px 20px;
  }

  .category.w--current {
    margin-left: 0;
    margin-right: 20px;
  }

  .faq-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-small-logo-container {
    margin-bottom: 10px;
  }

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

  .image-77 {
    width: 25px;
  }

  .div-block-177 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .text-block-67 {
    color: #0009;
    font-size: 13px;
  }

  .text-block-72 {
    font-size: 16px;
  }

  .desktop-wrapper {
    display: none;
  }

  .main-container {
    padding-left: 31px;
    padding-right: 31px;
  }

  .brand-2.adjacent-to-nav-menu.w--current {
    max-width: 260px;
  }

  .text-block-73 {
    font-size: 16px;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
    padding: 3px;
    font-size: 16px;
    display: flex;
    overflow: auto;
  }

  .mobile-wrapper {
    flex-direction: column;
    display: flex;
    overflow: scroll;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-176.bordertop {
    border-top: 1px solid #00000057;
    margin: 0;
    padding-top: 5px;
  }

  .image-78 {
    opacity: .6;
    width: 15px;
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .heading {
    font-size: 30px;
  }

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

  .image-79 {
    object-fit: contain;
    height: 70px;
    margin-bottom: 10px;
  }

  .usp {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .grid {
    order: 1;
  }

  .number-big, .number-big.first {
    font-size: 45px;
  }

  .div-block-180, .div-block-180.notcut {
    height: auto;
  }

  .text-block-75 {
    font-size: 16px;
  }

  .h2.no-space {
    font-size: 30px;
  }

  .h2.animation {
    height: auto;
    font-size: 30px;
  }

  .text-color-primary-2 {
    font-size: 28px;
  }

  .card-2 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-2.style-1 {
    padding: 48px 35px;
  }

  .card-2.style-1.card-testimonial {
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    right: 0;
  }

  .card-2.post-featured-v2 {
    margin-top: -41px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 22px 27px;
  }

  .card-2.card-link.text-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vita ul {
    padding-left: 20px;
  }

  .vita li {
    font-size: 15px;
  }

  .vita p {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-2 {
    text-align: left;
    max-width: none;
    padding-left: 0;
    font-size: 15px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .wrapper-team-member {
    width: 100%;
    height: auto;
  }

  .text-block-112 {
    font-size: 20px;
  }

  .image-80 {
    height: 300px;
    min-height: 300px;
    max-height: 300%;
  }

  .div-block-192 {
    flex-direction: column;
  }

  .image-81 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: none;
  }

  .div-block-186 {
    bottom: 0%;
    right: 0;
  }

  .div-block-184 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
  }

  .text-block-113 {
    height: auto;
    font-size: 16px;
  }

  .section-wrap {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-193 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: auto;
    padding: 30px;
  }

  .h2-hero.white {
    font-size: 30px;
  }

  .partnerschaft {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .team-member-wrapper {
    max-width: 350px;
    min-height: 300px;
  }

  .team-member-wrapper.hide {
    min-height: 200px;
  }

  .team-member-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member-name {
    font-size: 17px;
  }

  .team-member-summary {
    text-align: center;
  }

  .team-member-photo {
    background-position: 50% 20%;
  }

  .team-member-photo._14 {
    background-position: 50% 5%;
  }

  .team-member {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

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

  .div-block-37 {
    height: auto;
    max-height: 300px;
  }

  .div-block-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-head {
    font-size: 14px;
    line-height: 15px;
  }

  .horizonal-scroll-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .big-green-number {
    font-size: 24px;
  }

  .div-block-35 {
    padding-bottom: 0;
  }

  .main-sections.right.horizontal-scroll-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-84 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .div-block-196 {
    margin-bottom: 0;
  }

  .card-3.faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-3.home-testimonial {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-3.testimonial-v2 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .card-faq-content-bottom {
    margin-left: 57px;
  }

  .card-faq-icon-wrapper {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
  }

  .card-faq-icon-1 {
    width: 20px;
  }

  .card-faq-icon-2 {
    min-height: 20px;
  }

  .benefits {
    margin-top: 350px;
  }

  .text-size-regular {
    font-size: 15px;
  }

  .image-background-sticky {
    height: 400px;
  }

  .tab-item-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-full {
    max-height: 400px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom {
    grid-template-columns: 1fr 3.5rem;
    padding: 2rem;
  }

  .tab-bottom.tab-bottom-full-width {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
  }

  .tab-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-primary-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cta-wrapper {
    border-radius: 42px;
    padding: 27px 35px 50px;
  }

  .offene-stellen {
    padding-top: 43px;
  }

  .row.row-justify-between.stellen {
    flex-direction: column;
    align-items: center;
  }

  .row.row-justify-between.left {
    justify-content: center;
    align-items: center;
  }

  .no-bottom-space {
    text-align: center;
    font-size: 22px;
  }

  .display-inline {
    font-size: 15px;
  }

  .display-heading-4 {
    font-size: 28px;
  }

  .horizontal-rule.blog-post-horizontal-rule {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-4 {
    padding-bottom: 34px;
  }

  .text-lead.job-listing-short-description {
    margin-bottom: 24px;
  }

  .text-lead.job-listing-short-description strong {
    font-size: 20px;
  }

  .text-lead.job-listing-short-description p {
    text-align: left;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .text-lead.job-listing-short-description li {
    font-size: 15px;
  }

  .text-lead.job-listing-short-description ul {
    margin-top: 10px;
  }

  .text {
    font-size: 16px;
  }

  .bg.integrations-hero-2 {
    left: 0;
  }

  .bg.integrations-hero-1 {
    right: 0;
  }

  .bg.home-testimonials {
    border-radius: 20px;
    width: 90%;
    min-height: 105%;
  }

  .bg.home-testimonials.neu {
    width: 100%;
    left: 0;
  }

  .bg.skew-bottom {
    border-top-width: 64px;
  }

  .bg.skew-top {
    border-bottom-width: 64px;
  }

  .container-medium-750px.features-hero.digital {
    width: 90%;
  }

  .container-medium-610px.features-hero, .container-medium-610px.features-hero-copy {
    margin-bottom: 40px;
  }

  .digitale-l-sungen-hero {
    font-size: 18px;
  }

  .reports-v1-wrapper {
    margin-bottom: 0;
  }

  .section-6 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-6.padding-180px {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-6.integrations-hero {
    margin-bottom: 40px;
    padding-bottom: 80px;
  }

  .section-6.home-testimonials {
    width: 100%;
    overflow: hidden;
  }

  .text-401.white {
    font-size: 15px;
  }

  .container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default-4.neu {
    max-width: none;
  }

  .lottie-animation-2 {
    right: 25%;
  }

  .text-block-122 {
    margin-right: 6px;
    font-size: 32px;
  }

  .div-block-204 {
    margin-bottom: -5px;
  }

  .text-block-123 {
    height: auto;
    font-size: 32px;
  }

  .div-block-205 {
    height: 51.5774px;
  }

  .card-home-testimonial-content-top {
    width: 100%;
  }

  .card-home-testimonial-rol {
    font-size: 18px;
  }

  .content-top-2.home-testimonials {
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 52px;
  }

  .content-top-2.home-testimonials.neu {
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
  }

  .home-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-v2-slide {
    height: auto;
  }

  .container-small-597px.testimonials-v2 {
    text-align: left;
    margin-left: 0;
  }

  .card-testimonial-v2-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-v2-slider {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v2-slide-left-arrow {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    inset: 4% auto auto 2%;
  }

  .testimonials-v2-slide-right-arrow {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    inset: 4% 2% auto auto;
  }

  .heading-6 {
    font-size: 20px;
  }

  .leistungen-info li {
    margin-bottom: 0;
  }

  .leistungen-info p {
    text-align: left;
    line-height: 1.5em;
  }

  .paragraph-3 {
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .h2-karriere-hero {
    font-size: 30px;
  }

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

  .footer-kontakt p {
    text-align: left;
  }

  .div-block-257 {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .heading-109 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
  }

  .rich-text-block-7 h3 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-261 {
    margin-bottom: 20px;
  }

  .div-block-263 {
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5em;
  }

  .digital-heading {
    width: 100%;
    font-size: 20px;
  }

  .heading-116 {
    font-size: 20px;
  }

  .paragraph-10 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-11 {
    font-size: 15px;
  }

  .paragraph-12 {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
  }

  .section-45 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-264 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .kanzleijubil-um-neu {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .text-block-128 {
    font-size: 30px;
  }

  .div-block-267 {
    padding-left: 0%;
    display: none;
  }

  .div-block-269 {
    height: 49.4792px;
  }

  .div-block-270 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .hero-neu.startseite {
    flex-flow: column;
    height: auto;
  }

  .section-47 {
    padding-top: 60px;
  }

  .div-block-271 {
    flex-flow: column;
    padding: 30px;
    display: flex;
    position: static;
    top: 0;
  }

  .heading-120 {
    text-align: center;
    font-size: 36px;
  }

  .heading-120.smaller, .heading-120.smaller-copy {
    font-size: 36px;
  }

  .image-94.new {
    min-height: auto;
  }

  .section-48, .section-49 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-273 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 150px;
  }

  .heading-121 {
    font-size: 20px;
  }

  .section-50 {
    height: 300px;
  }

  .smaller-heading, .smaller-heading.black {
    font-size: 40px;
  }

  .footer-block {
    padding: 30px;
    bottom: -350px;
  }

  .hero-heading-div {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 30px;
  }

  .hero-heading-div.karriere {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-95.max, .image-95.steuerberatung, .image-95.unternehmensgruendung, .image-95.immobilien {
    max-height: 400px;
  }

  .image-96 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 20px;
  }

  .section-52 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-277 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-2 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 200px;
  }

  .div-block-288.digital {
    padding: 30px 30px 20px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .div-block-290 {
    flex-flow: column;
  }

  .paragraph-13 {
    line-height: 1.5em;
  }

  .div-block-294 {
    justify-content: space-between;
    align-items: center;
  }

  .mask-4 {
    height: auto;
  }

  .bg-copy {
    width: 100px;
    height: 100px;
  }

  .div-block-301 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-54 {
    min-height: 25vh;
    max-height: 25px;
  }

  .blue-block {
    padding: 30px 30px 10px;
    top: 150px;
  }

  .heading-120-copy {
    text-align: center;
  }

  .display-inline-2 {
    text-align: center;
    font-size: 15px;
  }

  .offene-stellen-2 {
    padding-top: 43px;
  }

  .card-faq-icon-3 {
    min-height: 20px;
  }

  .card-4 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .link-block-11.black {
    width: 70%;
  }

  .subtitle-4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-403 {
    font-size: 16px;
  }

  .cta-wrapper-2 {
    flex-flow: column;
    padding: 27px 35px 50px;
  }

  .card-faq-icon-4 {
    width: 20px;
  }

  .image-104.cta-bg-2 {
    max-width: 27%;
  }

  .image-104.cta-1 {
    object-position: 50% 0%;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: none;
    height: 350px;
    margin-left: 0;
    position: static;
  }

  .image-104.cta-bg-1 {
    max-width: 27%;
    top: 44px;
  }

  .button-primary-4 {
    font-size: 16px;
  }

  .div-block-309 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-310 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .paragraph-14.margin-bottom-0px {
    font-size: 15px;
    line-height: 1.667em;
  }

  .card-faq-icon-wrapper-2 {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
  }

  .div-block-312 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .div-block-315 {
    flex-flow: column;
  }

  .div-block-322 {
    height: 60vh;
    position: static;
  }

  .container-default-copy {
    max-width: 70%;
  }

  .div-block-325 {
    height: auto;
    min-height: 0;
  }

  .paragraph-13-copy {
    line-height: 1.5em;
  }

  .div-block-333 {
    height: auto;
    min-height: 0;
  }

  .slider-right-arrow-2 {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 19px;
    right: -18px;
  }

  .button-secondary-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .paragraph-17 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5em;
  }

  .card-default-line-accent-2.bg-secondary-3 {
    margin-top: 30px;
  }

  .card-default-line-accent-2.bg-secondary-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .card-5, .card-5.text-center {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .card-5.text-center.padding {
    width: auto;
  }

  .mask-5.overflow-visible.card-default {
    max-width: 100%;
  }

  .slider-left-arrow-2 {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 19px;
  }

  .heading-126 {
    font-size: 20px;
  }

  .div-block-337 {
    grid-template-columns: 1fr .5fr;
  }

  .div-block-339 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-340 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-341 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul {
    padding-left: 20px;
  }

  li {
    margin-bottom: 0;
    font-size: 15px;
  }

  blockquote {
    padding: 40px 25px;
    font-size: 18px;
  }

  .container-default {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    font-size: 14px;
  }

  .button-primary.full-width.protected-page, .button-primary.contact-form-button {
    white-space: normal;
  }

  .button-primary.newsletter {
    position: static;
  }

  .button-primary.newsletter:hover {
    border-color: var(--secondary-4);
    background-color: var(--secondary-4);
  }

  .button-primary.newsletter.v2 {
    border-color: var(--secondary-1);
    background-color: var(--secondary-1);
  }

  .button-primary.newsletter.v2:hover {
    border-color: var(--secondary-4);
    background-color: var(--secondary-4);
  }

  .button-primary.white {
    align-self: center;
  }

  .button-primary.hero-section {
    height: auto;
  }

  .button-secondary {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .header-logo {
    width: 180px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 40px;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonials.bg-neutral-200 {
    padding-top: 20px;
  }

  .testimonials.bg-neutral-200.overflow-hidden {
    padding-top: 60px;
  }

  .testimonials.padding-145px {
    padding: 10% 5%;
  }

  .testimonials.position-relative.hero-v3 {
    padding-top: 40px;
  }

  .testimonials.bg-secondary-1.utility-hero {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .testimonials.about-hero {
    padding-top: 60px;
  }

  .testimonials.careers-hero {
    padding-top: 34px;
    padding-bottom: 20px;
  }

  .testimonials.bg-neutral-200 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap.protected-page {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .utility-page-wrap.bg-secondary-1.not-found {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .input.newsletter {
    min-height: 62px;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .not-found-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .not-found-number {
    margin-bottom: 20px;
    font-size: 105px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.margin-bottom-default {
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph.margin-bottom-0px {
    text-align: center;
    font-size: 15px;
  }

  .paragraph.margin-bottom-40px, .paragraph.margin-bottom-40px.upper-space {
    font-size: 15px;
  }

  .paragraph.features-hero {
    max-width: 417px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.integrations-hero {
    margin-top: 6px;
    margin-bottom: 30px;
  }

  .paragraph.hero {
    text-align: center;
    font-size: 15px;
  }

  .paragraph.hero-text {
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph.home {
    font-size: 16px;
  }

  .paragraph.digital {
    font-size: 14px;
  }

  .card {
    border-radius: 12px 12px 0 0;
    padding: 38px 25px;
  }

  .card.style-1.contact-form-card {
    min-height: 1062px;
  }

  .card.bg-primary-1.cta {
    padding-top: 50px;
    padding-bottom: 320px;
  }

  .card.bg-primary-1.newsletter {
    padding: 50px 25px;
  }

  .card.text-center {
    min-height: 450px;
  }

  .card.style-2 {
    padding: 24px 20px;
  }

  .card.style-2.card-link {
    align-items: center;
    display: flex;
  }

  .card.card-link.text-center {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.card-link.social-media {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .card.card-link.social-media-v2 {
    padding-top: 37px;
    padding-bottom: 54px;
  }

  .card.style-3 {
    padding: 33px 25px;
  }

  .card.style-3.card-link {
    flex-direction: column;
    align-items: stretch;
  }

  .card.cart {
    border-radius: 0;
  }

  .card.style-8, .card.style-9 {
    padding: 30px 25px 32px;
  }

  .card.style-9.card-link {
    padding-top: 25px;
    padding-bottom: 27px;
  }

  .card.style-14.card-link {
    padding: 30px 25px 33px;
  }

  .card.style-19 {
    border-radius: 20px;
    padding: 53px 25px 57px;
  }

  .card.style-1 {
    padding: 20px 25px;
  }

  .card.style2-neu {
    border-top-left-radius: 12px;
  }

  .title.text-neutral-100.mg-bottom-32px, .title.margin-bottom-0px {
    font-size: 28px;
    line-height: 1.2em;
  }

  .title.hero.white {
    text-align: center;
    font-size: 14px;
  }

  .title.margin-bottom-10px {
    font-size: 28px;
  }

  .title.h4-size, .title.card-faq {
    font-size: 18px;
  }

  .title.middle {
    font-size: 28px;
  }

  .title.middle.white {
    font-size: 24px;
  }

  .title.features-hero {
    font-size: 28px;
  }

  .title.main-feature {
    max-width: none;
    font-size: 22px;
  }

  .title.integrations-hero {
    font-size: 28px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h3-size, .title.h3-size.margin-bottom-10px {
    font-size: 20px;
  }

  .title.margin-bottom-0px {
    font-size: 28px;
    line-height: 1.2em;
  }

  .title.text-color-neutral-100.cta {
    font-size: 22px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.hero-left {
    text-align: left;
    align-self: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .split-content.testimonials-right {
    margin-bottom: 0;
  }

  .split-content.about-v2-right {
    margin-bottom: 20px;
  }

  .split-content.about-hero-left {
    width: 100%;
  }

  .split-content.offices-content-top-right {
    align-self: stretch;
  }

  .split-content.card-newsletter-title {
    max-width: 238px;
  }

  .split-content.cta-right {
    max-width: 357px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.cta-left {
    margin-bottom: 40px;
  }

  .split-content.reports-v1-right {
    padding-bottom: 40px;
  }

  .split-content.reports-v1-left {
    margin-bottom: 0;
  }

  .split-content.integrations-hero-left {
    max-width: 320px;
    margin-bottom: 0;
  }

  .split-content.integrations-hero-right {
    height: 200px;
  }

  .split-content.home-testimonials-content-top-left {
    margin-right: 0;
  }

  .image-wrapper {
    height: 200px;
  }

  .image-wrapper.borders-radius-24px {
    border-radius: 18px;
  }

  .image-wrapper.borders-radius-24px.card-contact {
    border-radius: 100%;
    width: 58px;
    min-width: 58px;
    min-height: 58px;
    max-height: 58px;
  }

  .image-wrapper.post-featured-v2 {
    border-radius: 20px;
  }

  .image-wrapper.card-home-testimonial {
    width: 80px;
    min-width: 80px;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image.logo {
    width: 90px;
    margin-right: 20px;
  }

  .image.style-1 {
    border-radius: 15px;
    height: auto;
  }

  .image.style-1.testimonial {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 300px;
  }

  .image.style-1.about-v2-1 {
    height: 350px;
    margin-bottom: 0;
  }

  .image.style-1.margin-bottom-40px {
    height: 200px;
  }

  .image.style-1.higher {
    object-position: 0% 50%;
    height: 200px;
  }

  .image.style-1 {
    border-radius: 15px;
  }

  .image.style-1.about-hero {
    width: 100%;
    max-width: none;
    max-height: 300px;
  }

  .image.cta-1 {
    border-radius: 10px;
    max-width: 100%;
    height: 200px;
  }

  .image.cta-2 {
    border-radius: 10px;
    display: none;
    right: 124px;
  }

  .image.cta-bg-2 {
    right: -15px;
  }

  .image.cta-bg-1 {
    left: -13px;
  }

  .image.reports-v1-image-1 {
    max-width: 100%;
    height: 220px;
  }

  .image.reports-v1-image-1.zoom {
    width: 250px;
    height: 250px;
  }

  .image.leistung, .image.steuerberatung {
    max-height: 300px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .text-400.responsive-resize-default {
    font-size: 14px;
  }

  .text-300.text-center {
    font-size: 17px;
  }

  .text-200, .text-200.bold.text-color-neutral-800 {
    text-align: center;
    font-size: 15px;
  }

  .text-200.header-link.cart-link {
    margin-right: 20px;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px, .split-content-wrapper.sozial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .button-row {
    flex-direction: column;
    align-self: stretch;
    margin-top: 10px;
  }

  .button-row-first {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .container-small-575px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logos-wrapper {
    margin-right: -20px;
  }

  .slide.home {
    min-height: 9px;
    margin-right: 20px;
  }

  .absolute.cta {
    width: 90%;
    height: 40%;
    display: none;
  }

  .absolute.shape.cta-2 {
    width: 31%;
    padding-top: 31%;
  }

  .absolute.shape.cta-4 {
    width: 123px;
    padding-top: 123px;
    display: none;
  }

  .absolute.shape.perks-v2 {
    width: 80%;
    min-height: 98%;
  }

  .absolute.shape.cta-v2-1 {
    right: 0;
  }

  .absolute.shape.cta-v2-3 {
    top: -33px;
  }

  .absolute.shape.cta-v3-2 {
    width: 15%;
    padding-top: 15%;
  }

  .absolute.shape.cta-v3-4 {
    width: 25%;
    padding-top: 25%;
    top: -37px;
    right: -12px;
  }

  .absolute.shape.cta-v3-5 {
    top: -24px;
  }

  .absolute.shape.newsletter-3 {
    bottom: 0;
    right: -74px;
  }

  .absolute.shape.newsletter-4 {
    display: none;
  }

  .absolute.shape.careers-hero-1 {
    bottom: -30px;
    left: -107px;
  }

  .absolute.shape.careers-hero-3 {
    top: auto;
  }

  .absolute.shape.not-found-4 {
    width: 25%;
    padding-top: 25%;
    bottom: 0%;
    left: 0%;
  }

  .absolute.shape.not-found-5 {
    width: 25%;
    padding-top: 25%;
    bottom: -6px;
  }

  .absolute.shape.about-hero-3 {
    width: 70%;
    padding-top: 70%;
  }

  .absolute.shape.about-hero-2 {
    width: 68%;
    padding-top: 68%;
  }

  .absolute.cta-v2 {
    width: 100%;
  }

  .absolute.utility-hero-1, .absolute.utility-hero-3 {
    top: -75px;
  }

  .absolute.utility-hero-4 {
    bottom: -100px;
  }

  .absolute.utility-hero-1, .absolute.utility-hero-3 {
    top: -75px;
  }

  .slider-left-arrow {
    width: 50px;
    min-width: auto;
    max-width: 30px;
    min-height: auto;
    max-height: 30px;
    font-size: 16px;
  }

  .slider-right-arrow {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    font-size: 16px;
  }

  .card-cta-wrapper.z-index-1 {
    align-items: stretch;
  }

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

  .grid-3-columns.style-4.gap-24px-mobile {
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    flex-flow: column;
    display: flex;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-link-wrapper.post-item-sidebar-wrapper {
    flex-direction: column;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
  }

  .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-width-60.mobile-portrait-max-width-100 {
    max-width: 100%;
  }

  .copyright-text {
    width: 100%;
  }

  .error-message.cart-error {
    margin-left: 15px;
    margin-right: 15px;
  }

  .big-numbers {
    font-size: 34px;
  }

  .big-numbers.text-color-neutral-800.margin-bottom-20px {
    margin-bottom: 10px;
  }

  .card-content-default {
    text-align: center;
    padding: 20px 15px;
  }

  .container-medium-648px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-648px.z-index-1 {
    top: 33px;
  }

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

  .container-small-588px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-office-content {
    padding: 38px 25px;
  }

  .nav-link-icon {
    margin-right: 15px;
  }

  .margin-top-offset-negative-default {
    margin-top: -45px;
  }

  .margin-top-offset-negative-default.mobile-max-width-660px {
    margin-top: -139px;
  }

  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .category {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .faq-wrapper {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .footer-small-copyright-text {
    font-size: 16px;
  }

  .footer-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-medium-674px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-footer, .cart-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-77 {
    width: 22px;
  }

  .div-block-177 {
    align-items: center;
  }

  .text-block-72 {
    text-align: left;
    font-size: 15px;
  }

  .main-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .brand-2.adjacent-to-nav-menu.w--current {
    max-width: 235px;
  }

  .text-block-73 {
    font-size: 15px;
  }

  .nav-menu-2 {
    width: 100%;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .mobile-wrapper {
    border: 1px #000;
  }

  .div-block-176.bordertop {
    margin-bottom: 0;
  }

  .image-78 {
    height: 15px;
  }

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

  .div-block-178 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-grid {
    min-height: auto;
  }

  .navbar {
    z-index: 9999;
    height: 70px;
  }

  .netzwerk-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading {
    text-align: center;
    font-size: 28px;
  }

  .usp {
    padding-bottom: 10px;
  }

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

  .number-big {
    font-size: 30px;
  }

  .number-big.first {
    font-size: 40px;
  }

  .text-block-75 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .h2.no-space {
    text-align: center;
    font-size: 28px;
  }

  .h2.animation {
    height: auto;
    font-size: 28px;
  }

  .container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default-2.z-index-1.karriere {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-2.bg-primary-1.cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-2.style-1 {
    padding: 40px 25px;
  }

  .card-2.style-1.card-testimonial {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
  }

  .card-2.post-featured-v2 {
    margin-top: -42px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 23px 13px;
  }

  .card-2.style-3 {
    padding: 33px 25px;
  }

  .card-2.style-3.card-link {
    flex-direction: column;
    align-items: stretch;
  }

  .card-2.cta {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .card-2.card-link.text-center {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .testimonials-slider-left-arrow-2 {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    inset: 1% auto auto 2%;
  }

  .testimonials-slider-right-arrow-2 {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    inset: 1% 2% auto auto;
  }

  .vita {
    margin-top: 7px;
    line-height: 1.5em;
  }

  .vita li {
    line-height: 1.5em;
  }

  .vita p {
    font-size: 18px;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4em;
  }

  .pop-up-wrapper {
    border-radius: 0;
    display: none;
    overflow: visible;
  }

  .heading-5 {
    font-size: 28px;
  }

  .wrapper-team-member {
    height: auto;
  }

  .image-80 {
    height: 230px;
    min-height: 230px;
    max-height: 200%;
  }

  .div-block-192 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-188 {
    background-color: #fff;
    height: auto;
  }

  .div-block-187 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: auto;
  }

  .image-81 {
    object-fit: cover;
    height: 300px;
    display: none;
  }

  .image-81.hoverimage {
    object-fit: cover;
    flex: 0 auto;
    height: 300px;
    display: none;
  }

  .div-block-186 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    padding: 11px;
    display: flex;
    bottom: 0%;
    right: 0%;
  }

  .image-83 {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-block-184 {
    height: auto;
  }

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

  .section-wrap.relative {
    justify-content: flex-start;
  }

  .div-block-193 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-hero.white {
    text-align: center;
  }

  .partnerschaft {
    margin-bottom: 10px;
  }

  .team-member-wrapper {
    min-height: 200px;
  }

  .team-member-details {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding: 10px;
  }

  .team-member-name {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .team-member-summary {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .team-member-photo._4 {
    background-position: 50% 9%;
  }

  .team-member {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .main-sections.right.horizontal-scroll-section {
    padding-bottom: 0;
  }

  .card-3.faq {
    padding: 20px 14px;
  }

  .card-3.home-testimonial {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-3.testimonial-v2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .card-faq-content-bottom {
    margin-left: 0;
  }

  .card-faq-icon-wrapper {
    margin-right: 20px;
  }

  .benefits {
    margin-top: 40vh;
  }

  .heading-small {
    font-size: 18px;
  }

  .image-background-sticky {
    height: 300px;
  }

  .image-full {
    max-height: 300px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-bottom {
    padding: 2rem;
    display: flex;
  }

  .tab-bottom.tab-bottom-full-width {
    padding: 1rem;
  }

  .tab-icon-image {
    width: 100%;
  }

  .tab-icon {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    padding: .2rem;
  }

  .tab-item.no-underline {
    border-bottom-style: none;
  }

  .faq-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tab-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 1rem;
  }

  .button-primary-3 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cta-wrapper {
    border-radius: .5rem;
    align-items: stretch;
    padding-bottom: 35px;
  }

  .bewerbungsprozess {
    padding-top: 35px;
  }

  .row.row-justify-between.left {
    justify-content: center;
  }

  .no-bottom-space {
    font-size: 18px;
  }

  .display-heading-4 {
    font-size: 26px;
  }

  .panel {
    border-radius: 6px;
  }

  .section-4 {
    padding-top: 26px;
  }

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

  .link-block-7.black {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .text {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
  }

  .mehr-erfahren-arrow {
    display: block;
  }

  .features-navigation-buttons-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bg.reports-v1-images {
    border-radius: 20px;
    width: 120%;
    top: -14px;
  }

  .bg.integrations-hero-2 {
    width: 25%;
    bottom: 14px;
  }

  .bg.integrations-hero-1 {
    width: 25%;
  }

  .bg.integrations-hero-skew {
    width: 100%;
    height: auto;
  }

  .bg.home-testimonials {
    border-radius: 10px;
    min-height: 103%;
  }

  .bg.home-testimonials.neu {
    width: 140%;
    left: -56px;
  }

  .bg.skew-bottom {
    border-top-width: 53px;
  }

  .bg.skew-top {
    border-bottom-width: 53px;
  }

  .container-medium-750px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-750px.features-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-medium-750px.features-hero.digital {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
  }

  .container-medium-610px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-610px.features-hero, .container-medium-610px.features-hero-copy {
    margin-bottom: 35px;
  }

  .features-navigation-button {
    text-align: center;
    height: 60px;
  }

  .hero-digital {
    padding-right: 5%;
  }

  .digitale-l-sungen-hero {
    font-size: 16px;
  }

  .reports-v1-wrapper {
    margin-bottom: 0;
  }

  .section-6 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-6.padding-180px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section-6.padding-180px.reports-v1 {
    padding-bottom: 0;
  }

  .section-6.padding-180px.reports-v1-copy {
    padding-top: 68px;
    padding-bottom: 0;
  }

  .section-6.integrations-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-6.bg-neutral-200.testimonials-v2 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

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

  .lottie-animation {
    width: 100px;
  }

  .lottie-animation-2 {
    height: 100px;
    right: 50%;
  }

  .lottie-animation-3 {
    height: 100px;
    top: 10%;
    left: 0%;
  }

  .text-block-122 {
    font-size: 28px;
  }

  .div-block-204 {
    max-width: 320px;
  }

  .text-block-123 {
    height: auto;
    font-size: 28px;
  }

  .div-block-205 {
    height: 46.379px;
  }

  .card-home-testimonial-rol {
    font-size: 16px;
  }

  .content-top-2.home-testimonials {
    flex-flow: column;
    margin-bottom: 43px;
  }

  .container-small-597px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v2-slide-left-arrow {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    font-size: 21px;
    top: auto;
    right: auto;
  }

  .testimonials-v2-slide-right-arrow {
    width: 45px;
    min-width: auto;
    height: 45px;
    min-height: auto;
    max-height: none;
    font-size: 21px;
    top: auto;
    left: auto;
  }

  .section-7 {
    padding-bottom: 40px;
  }

  .div-block-212 {
    text-align: center;
  }

  .background-video-2 {
    padding-top: 0;
    padding-right: 5%;
  }

  .h2-karriere-hero {
    font-size: 28px;
  }

  .div-block-257 {
    padding-top: 20px;
  }

  .heading-109 {
    font-size: 32px;
  }

  .rich-text-block-7 h3 {
    font-size: 18px;
  }

  .rich-text-block-7 ul {
    font-size: 15px;
  }

  .footer-down-blau {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-261 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .div-block-263 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-4 {
    font-size: 15px;
  }

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

  .heading-116 {
    font-size: 17px;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 15px;
  }

  .italic-text {
    font-size: 15px;
    line-height: 1.5em;
  }

  .italic-text-2 {
    font-size: 15px;
    line-height: 1.6em;
  }

  .text-block-127 {
    text-align: center;
    font-size: 15px;
  }

  .kanzleijubil-um-neu {
    height: auto;
  }

  .div-block-265 {
    min-height: 162px;
  }

  .text-block-128 {
    font-size: 22px;
  }

  .pop-up-wrapper-2 {
    display: none;
  }

  .body-3 {
    font-weight: 400;
  }

  .div-block-267 {
    display: none;
  }

  .div-block-269 {
    height: 46.8438px;
  }

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

  .div-block-271 {
    margin-top: -10%;
    padding: 20px;
    top: 25vh;
  }

  .heading-120 {
    font-size: 32px;
  }

  .heading-120.smaller, .heading-120.smaller-copy {
    font-size: 24px;
  }

  .image-94.new {
    min-height: auto;
  }

  .section-48 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-50 {
    height: 200px;
    margin-bottom: 400px;
  }

  .smaller-heading {
    text-align: center;
    font-size: 30px;
  }

  .smaller-heading.black {
    text-align: center;
  }

  .footer-block {
    padding: 20px;
    bottom: -400px;
  }

  .hero-heading-div {
    padding: 20px;
  }

  .image-95.max, .image-95.steuerberatung, .image-95.unternehmensgruendung, .image-95.immobilien {
    max-height: 250px;
  }

  .div-block-276 {
    min-height: 100px;
  }

  .div-block-277 {
    flex-flow: column;
    display: flex;
  }

  .slider-2 {
    height: 150px;
  }

  .div-block-278 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .cta-heading {
    font-size: 22px;
  }

  .div-block-297 {
    height: 300px;
  }

  .section-51-copy {
    padding-top: 240px;
  }

  .div-block-300 {
    padding: 10px;
    font-size: 14px;
  }

  .div-block-302 {
    padding: 10px;
  }

  .image-102 {
    width: 60px;
  }

  .section-54 {
    justify-content: center;
    align-items: flex-start;
    min-height: 30vh;
    max-height: 30px;
  }

  .blue-block {
    padding: 20px;
    top: 0;
    bottom: auto;
  }

  .heading-120-copy {
    font-size: 24px;
  }

  .card-4 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .link-block-11.black {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .subtitle-4 {
    margin-bottom: 10px;
  }

  .text-403 {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
  }

  .cta-wrapper-2 {
    padding-bottom: 35px;
  }

  .image-104.cta-bg-2 {
    right: -15px;
  }

  .image-104.cta-1 {
    border-radius: 10px;
    max-width: 100%;
    height: 200px;
  }

  .image-104.cta-bg-1 {
    left: -13px;
  }

  .button-primary-4 {
    flex: 0 auto;
    align-self: center;
    font-size: 14px;
  }

  .container-default-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-310 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .paragraph-14.margin-bottom-0px {
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
  }

  .card-faq-icon-wrapper-2 {
    border-radius: 5px;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 20px;
  }

  .div-block-312 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-logo-h1, .heading-126-copy {
    font-size: 15px;
  }

  .paragraph-15 {
    font-weight: 400;
  }

  .copyright-text-copy {
    font-size: 14px;
  }

  .heading-126-copy-copy, .heading-126-copy, .logo-big {
    font-size: 15px;
  }

  .body-5 {
    font-weight: 400;
  }

  .div-block-322 {
    height: 30vh;
  }

  .nav-logo-h2, .fototer-logo-h2, .fopter-logo-h1 {
    font-size: 15px;
  }

  .container-default-copy {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 320px;
  }

  .div-block-327 {
    height: 100px;
  }

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

  .paragraph-16 {
    width: 100%;
    font-size: 14px;
  }

  .image-105 {
    width: 49px;
  }

  .link-block-12 {
    width: 40px;
    height: 40px;
  }

  .image-107 {
    width: 100%;
    height: 100%;
  }

  .slider-right-arrow-2 {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    font-size: 16px;
  }

  .button-secondary-2 {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .paragraph-17 {
    font-size: 15px;
  }

  .card-5 {
    border-radius: 12px 12px 0 0;
    padding: 38px 25px;
  }

  .card-5.text-center {
    min-height: 450px;
  }

  .slider-left-arrow-2 {
    width: 50px;
    min-width: auto;
    max-width: 30px;
    min-height: auto;
    max-height: 30px;
    font-size: 16px;
  }

  .heading-126 {
    font-size: 17px;
  }

  .div-block-337 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-338 {
    justify-content: flex-end;
    align-items: flex-start;
  }
}

#w-node-_513b4a6c-ee74-daad-73c4-63dd58e82738-1ddef6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_513b4a6c-ee74-daad-73c4-63dd58e82739-1ddef6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_513b4a6c-ee74-daad-73c4-63dd58e82751-1ddef6a0, #w-node-_929dbbdf-436e-778f-0f97-4549943f2741-1ddef6a0, #w-node-_5797d154-551f-6f37-1f82-9b06d999c571-1ddef6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276b2-7ec276a5 {
  align-self: start;
}

#w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276b3-7ec276a5, #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276d0-7ec276a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276d6-7ec276a5, #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec27704-7ec276a5 {
  align-self: start;
}

#w-node-ae43ffc2-ad1f-3a07-837b-7149703f24df-703f24d9, #w-node-ae43ffc2-ad1f-3a07-837b-7149703f251d-703f24d9 {
  justify-self: end;
}

#w-node-_4d48e814-ff26-2362-c41c-51ec4de086b7-cc92441b {
  place-self: start;
}

#w-node-_9b9f4caf-26e0-cd1b-05fe-a0c9f7952d08-cc92441b, #w-node-_85cb9efa-919c-8b5c-de5a-7898d36e37e5-cc92441b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25cc641c-c098-b042-9512-85d1190370a0-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_8b0abca0-06d2-ff37-e93a-85056c175c38-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c52-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c5c-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_2b7c7403-a374-77da-84e6-212e9c68ad04-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c66-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c70-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_7385e0fc-26e9-f81b-6600-ad1357045963-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c7a-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c8e-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_211d3470-00b2-5028-9dac-90e7c2c94c98-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_2fed9b41-03fe-0ebe-82b3-7b36f02ecc37-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-f86bdefd-18ac-94bf-3d5f-0d77287adf34-cc92441b {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_1acfdc37-618f-06b1-1c31-02d7cffd3bcc-cc92441b {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_5e8ddce6-47f9-8215-9e5e-22900c6470e5-cc92441b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1e2cbcf2-ad46-d2ba-f895-d8d5e356e7e2-cc92441b, #w-node-_1e2cbcf2-ad46-d2ba-f895-d8d5e356e7e3-cc92441b, #w-node-d0ea2ad5-ba30-bcb6-44b2-8f615380b939-cc92441b, #w-node-d0ea2ad5-ba30-bcb6-44b2-8f615380b93a-cc92441b, #w-node-_8c0db1aa-3e41-ab9b-aeb7-3500545f7054-cc92441b, #w-node-_8c0db1aa-3e41-ab9b-aeb7-3500545f7055-cc92441b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c4bef6-2036-9cbe-6162-a1c4a3b2e5f9-cc92441b, #w-node-abcb801a-f2bb-f500-eb80-837fddd25ebc-cc92441b, #w-node-fb55da33-7a57-d12b-1c4b-4255ebfbc287-cc92441b, #w-node-b2e99dd7-0743-de2b-7d95-063bbc78fe9a-cc92441b, #w-node-_432c27e9-cf3b-c10f-7951-44fd9609cbba-cc92441b, #w-node-d71ce094-676b-87c0-6c38-3f041174f168-cc92441b, #w-node-_09d84c83-46cb-0866-1654-f4f4b169ccd6-cc92441b, #w-node-_95005e8e-183e-a773-27e1-b28d81823ed7-cc92441b, #w-node-d01df0a2-dcdb-e236-1479-7ab994d574ab-cc92441b, #w-node-_5397dd37-918a-90b2-590e-9830be32b1ad-cc92441b, #w-node-_65631037-b6d5-05d3-77ab-9282b149a56d-cc92441b, #w-node-fdad0af3-57d6-6587-6fb7-355577571a24-cc92441b, #w-node-_0b62d8d2-4d60-15bb-2484-88614b47501b-cc92441b, #w-node-f50ed427-789a-cd5d-b462-6925e6099e14-cc92441b {
  justify-self: center;
}

#w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c39b-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3a1-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3a4-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3a8-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3ae-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3b1-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3b5-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3bb-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3be-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3c2-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3cb-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3ce-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3d2-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3d8-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3db-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3df-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3e5-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3e8-a021c340, #w-node-d4819b6d-5534-8ad3-2e5b-fb03a021c3ec-a021c340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80b4dc7-8a4d-d1c3-0b94-964442568ac0-ae2f46c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76a92b09-c198-6910-34a0-5d2d55c8f94d-ae2f46c5 {
  align-self: start;
}

#w-node-_52aa2b03-a18f-815b-6b7d-62ac585e5333-ae2f46c5, #w-node-_372b2297-a1c7-3a9b-66e8-a3fc5e4779b0-ae2f46c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f80b4dc7-8a4d-d1c3-0b94-964442568b09-ae2f46c5, #w-node-f80b4dc7-8a4d-d1c3-0b94-964442568ae9-ae2f46c5 {
  align-self: start;
}

#w-node-_8909d924-33bb-02ad-3334-8cbcfb6dd0c1-8006a73c {
  place-self: start;
}

#w-node-_4822350c-51dd-4889-3176-82c171441eab-8006a73c {
  place-self: start center;
}

#w-node-_1f90a0dc-c7c9-c875-bdda-018eb8c0a997-4a8d3751, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c0a-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c10-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c13-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c17-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c1d-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c20-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c24-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c2a-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c2d-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c31-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c37-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c3a-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c3e-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c44-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c47-7d9a225d, #w-node-_692b9a08-1d96-7742-7462-e5604ba86c4b-7d9a225d, #w-node-ddb6fa12-66e5-4afe-afbc-c8bc03fcac6e-7d9a225d, #w-node-ddb6fa12-66e5-4afe-afbc-c8bc03fcac71-7d9a225d, #w-node-ddb6fa12-66e5-4afe-afbc-c8bc03fcac75-7d9a225d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3405-440a33f8 {
  align-self: start;
}

#w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3406-440a33f8, #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3423-440a33f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3429-440a33f8, #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3457-440a33f8 {
  align-self: start;
}

#w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abb4-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abba-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abbd-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abc1-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abc7-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abca-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abce-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abd4-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abd7-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abdb-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abe1-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abe4-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abe8-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abee-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abf1-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abf5-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abfb-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2abfe-3bc2ab5c, #w-node-_60b973a7-3d46-44c7-02d6-07cb3bc2ac02-3bc2ab5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4822350c-51dd-4889-3176-82c171441eab-451006bb, #w-node-_4822350c-51dd-4889-3176-82c171441eab-026c5228, #w-node-_4822350c-51dd-4889-3176-82c171441eab-bc46de1c, #w-node-_4822350c-51dd-4889-3176-82c171441eab-d61b3dae {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276ae-7ec276a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276af-7ec276a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276d3-7ec276a5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f78d93fa-46da-42d0-7a86-8c536f22cf9e-cc92441b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4110a64a-8395-572f-bfd9-9e523f304ab9-cc92441b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_85cb9efa-919c-8b5c-de5a-7898d36e37e5-cc92441b {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-e96bc407-7526-9fb2-1fd8-b40cce61d176-cc92441b {
    order: -9999;
  }

  #w-node-_25cc641c-c098-b042-9512-85d1190370a0-cc92441b, #w-node-_8b0abca0-06d2-ff37-e93a-85056c175c38-cc92441b {
    place-self: center;
  }

  #w-node-_211d3470-00b2-5028-9dac-90e7c2c94c52-cc92441b, #w-node-_211d3470-00b2-5028-9dac-90e7c2c94c66-cc92441b, #w-node-f86bdefd-18ac-94bf-3d5f-0d77287adf34-cc92441b {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_1acfdc37-618f-06b1-1c31-02d7cffd3bcc-cc92441b {
    place-self: center;
  }

  #w-node-_65631037-b6d5-05d3-77ab-9282b149a56d-cc92441b {
    align-self: end;
  }

  #w-node-b5a69689-cf2c-382b-9ae7-1da52d554317-ae2f46c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76a92b09-c198-6910-34a0-5d2d55c8f94a-ae2f46c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f80b4dc7-8a4d-d1c3-0b94-964442568b06-ae2f46c5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3401-440a33f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3402-440a33f8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3426-440a33f8 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276ae-7ec276a5, #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276af-7ec276a5, #w-node-_1faa01da-3ce9-610e-d7fb-0e617ec276d3-7ec276a5, #w-node-_60e31770-51c2-8691-ce53-38c79b1f2240-cc92441b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4110a64a-8395-572f-bfd9-9e523f304ab9-cc92441b {
    grid-column: span 1 / span 1;
  }

  #w-node-_85cb9efa-919c-8b5c-de5a-7898d36e37e5-cc92441b, #w-node-b5a69689-cf2c-382b-9ae7-1da52d554317-ae2f46c5, #w-node-_76a92b09-c198-6910-34a0-5d2d55c8f94a-ae2f46c5, #w-node-f80b4dc7-8a4d-d1c3-0b94-964442568b06-ae2f46c5, #w-node-b7648df5-c1ba-7a6a-86df-d49d62f7e658-ac090c08, #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3401-440a33f8, #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3402-440a33f8, #w-node-_36bcf814-0b1d-e0cb-7ec0-6876440a3426-440a33f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_211d3470-00b2-5028-9dac-90e7c2c94c52-cc92441b {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Icons Marketing Template';
  src: url('../fonts/icons-marketing-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-blackitalic.ttf') format('truetype'), url('../fonts/lato-blackitalic.ttf') format('truetype'), url('../fonts/lato-blackitalic.ttf') format('truetype'), url('../fonts/lato-blackitalic.ttf') format('truetype'), url('../fonts/lato-blackitalic.ttf') format('truetype'), url('../fonts/lato-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-black.ttf') format('truetype'), url('../fonts/lato-black.ttf') format('truetype'), url('../fonts/lato-black.ttf') format('truetype'), url('../fonts/lato-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'otal';
  src: url('../fonts/lato-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}