@font-face {
  font-family: Sporting Grotesque;
  src: url('../fonts/sporting_grotesque-bold_web.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sporting Grotesque;
  src: url('../fonts/sporting_grotesque-regular_web.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PlusJakarta Text;
  src: url('../fonts/plusjakartatext-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PlusJakarta Text;
  src: url('../fonts/plusjakartatext-bolditalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PlusJakarta Text;
  src: url('../fonts/plusjakartatext-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PlusJakarta Text;
  src: url('../fonts/plusjakartatext-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #20484f;
  --primary-2: #d57a66;
  --white: white;
  --dark: #072125;
  --primary-1: #b8e4da;
  --primary-3: #f2f7f5;
  --border-dark: #0721251a;
  --danger: #bd3131;
  --success: #24da78;
  --warning: #ff9f1c;
  --border-white: #ffffff26;
}

.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(--text);
  font-family: PlusJakarta Text, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Sporting Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Sporting Grotesque, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
}

h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

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

li {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 7px solid var(--primary-2);
  color: var(--primary-2);
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0 0 0 35px;
  font-family: Sporting Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--primary-2);
  text-align: center;
  margin-top: 21px;
  font-family: Sporting Grotesque, sans-serif;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero {
  background-color: var(--text);
  justify-content: center;
  height: 70vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.load-second {
  padding-top: 10vh;
}

.section {
  margin-left: 0;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section.bg-primary-2 {
  background-color: var(--text);
  flex-direction: column;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.section.image-overlap-grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
  bottom: 0;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.main-container.narrow {
  max-width: 1296px;
}

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

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

.bg-white {
  background-color: #fff;
}

.large-text {
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.large-text.k {
  border-top: 1px solid var(--white);
  color: var(--white);
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.small-text {
  color: var(--text);
  justify-content: flex-start;
  width: 100%;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.no-bottom-margin {
  color: var(--text);
  margin-bottom: 0;
}

.button {
  background-color: var(--text);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 1.3em;
  transition: all .3s, box-shadow .2s;
  box-shadow: inset 0 0 200px #0000;
}

.button:hover {
  transform: scale(.93);
  box-shadow: inset 0 0 200px #00000012;
}

.button.small {
  padding: 7px 21px 8px;
}

.button.adjacent-to-input {
  margin-left: 21px;
}

.button.digitalisierung {
  font-size: 16px;
}

.button.apply {
  background-color: var(--white);
  color: var(--text);
  font-size: 22px;
}

.navbar {
  background-color: #0000;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--text);
  background-color: #0000;
  height: 57px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.form-input:focus {
  border-bottom-color: var(--text);
}

.form-input::placeholder {
  color: var(--text);
  font-family: PlusJakarta Text, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

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

.footer {
  background-color: var(--primary-3);
  padding-top: 112px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.footer.bg-dark {
  color: var(--text);
  background-color: #fff;
  padding: 51px 5% 27px;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--primary-1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.top-bar {
  background-color: var(--text);
  color: #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.top-bar-contents {
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  display: flex;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  background-color: var(--primary-3);
  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: 497px;
  display: flex;
}

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

.search-modal-container {
  width: 100%;
  position: relative;
}

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

.bg-match-text {
  background-color: var(--text);
  color: var(--white);
}

.top-bar-item {
  align-items: center;
  display: flex;
}

.top-bar-item.adjacent-to-item {
  margin-left: 28px;
}

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

.top-bar-item-icon {
  margin-right: 7px;
}

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

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  display: flex;
}

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

.navbar-functions-divider {
  background-color: var(--text);
  opacity: .5;
  flex: none;
  width: 1px;
  height: 18px;
  margin-left: 21px;
  margin-right: 21px;
}

.navbar-functions-link {
  margin-left: 21px;
  transition: opacity .2s;
}

.navbar-functions-link:hover {
  opacity: .65;
}

.search-trigger {
  cursor: pointer;
  flex: none;
  transition: transform .2s;
}

.search-trigger:hover {
  transform: scale(1.15);
}

.nav-link {
  color: var(--text);
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .65;
}

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

.dropdown-toggle {
  color: var(--text);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .65;
}

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

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

.brand.adjacent-to-nav-menu {
  max-width: none;
  max-height: none;
  margin-left: -31px;
  margin-right: 0;
  padding-left: 0;
}

.brand.adjacent-to-nav-menu.w--current {
  flex: none;
  margin-left: -37px;
}

.brand-image {
  display: block;
}

.menu-button {
  flex: none;
}

.nav-menu.left {
  margin-left: -14px;
}

.footer-top-contents {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.social-links {
  align-items: center;
  display: flex;
}

.footer-logo-link {
  margin-bottom: 28px;
}

.social-link-icon {
  display: block;
}

.social-link {
  margin-right: 28px;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 550px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-small.footer-text {
  max-width: none;
  display: block;
  position: static;
}

.footer-menus-grid {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  justify-items: end;
}

.vertical-link-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 0;
}

.vertical-link-grid.left {
  grid-column-gap: 45px;
  grid-template-columns: 1fr .75fr .75fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
}

.hover-link {
  opacity: .5;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.hover-link.text-white {
  opacity: 1;
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
  transition: color .2s, opacity .2s;
}

.hover-link.text-white:hover {
  color: var(--dark);
}

.footer-menu-heading {
  margin-bottom: 28px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.footer-bottom-contents {
  border-top: 1px solid var(--text);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 28px;
  display: flex;
}

.footer-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-large-link {
  font-family: Sporting Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.footer-large-link.hover-link.text-white {
  opacity: 1;
  color: var(--text);
  margin-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-large-link.hover-link.text-white:hover {
  color: var(--text);
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 84px;
  display: grid;
}

.navbar-grid.logo-center {
  grid-template-columns: 1fr .5fr 1fr;
}

.grid-halves {
  z-index: 1;
  grid-column-gap: 41px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  max-width: 1296px;
  position: static;
}

.container {
  direction: ltr;
  width: 100%;
  max-width: none;
}

.container-large {
  direction: ltr;
  object-position: 0% 0%;
  width: 100%;
  max-width: 750px;
  height: 100%;
  position: relative;
}

.container-large.wide {
  max-width: 830px;
}

.full-width-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.large-heading {
  letter-spacing: -.03em;
  margin-bottom: 21px;
  font-family: Sporting Grotesque, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.large-heading.text-primary-2 {
  color: var(--text);
  position: relative;
  left: -14px;
}

.subheading {
  margin-bottom: 28px;
  font-family: PlusJakarta Text, sans-serif;
}

.subheading.text-white {
  font-size: 18px;
  line-height: 1em;
}

.link-underline-container {
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.link-underline {
  background-color: var(--text);
  height: 2px;
}

.underline-link {
  align-self: flex-start;
}

.sans-serif {
  font-family: PlusJakarta Text, sans-serif;
}

.sans-serif.no-bottom-margin {
  color: var(--text);
  font-weight: 700;
}

.sans-serif.no-bottom-margin.k {
  color: var(--white);
}

.icon-with-title {
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.centered-content-box {
  justify-content: center;
  align-items: center;
  min-height: 616px;
  padding: 56px;
  display: flex;
  position: relative;
}

.centered-content-box.align-right {
  justify-content: flex-end;
  padding-right: 0;
}

.vertical-grid {
  grid-row-gap: 7px;
  grid-template-columns: 1fr;
  position: relative;
}

.vertical-grid.medium-gap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title {
  border-radius: 12px;
  margin-bottom: 52px;
  position: relative;
  overflow: hidden;
}

.horizontal-rule {
  border-top: 1px solid var(--text);
  width: 100%;
  margin-top: 28px;
  padding-bottom: 28px;
}

.overlap-section-strip {
  z-index: 0;
  width: 100%;
  height: 112px;
  position: absolute;
}

.overlap-section-strip.bg-primary-3 {
  background-color: var(--text);
}

.overlap-section {
  padding-bottom: 112px;
  position: relative;
}

.small-quote-wrapper {
  justify-content: flex-start;
  margin-top: 33px;
  padding-left: 94px;
  display: flex;
}

.small-avatar {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  width: 100px;
  max-width: none;
  height: 100px;
  max-height: none;
}

.small-avatar.big {
  width: 350px;
  max-width: none;
  height: auto;
  max-height: 200px;
}

.small-quote-text {
  flex-direction: column;
  margin-left: 21px;
  display: flex;
}

.centered-content-box-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.quote-box-subtext {
  margin-top: 35px;
}

.block-quote {
  display: flex;
  position: relative;
  left: -29px;
}

.article-excerpt-section {
  justify-content: flex-end;
  padding-top: 112px;
  padding-bottom: 112px;
  padding-right: 31px;
  display: flex;
}

.grid-thirds {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hide {
  display: block;
}

.horizontal-quote {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.horizontal-quote-icon {
  flex: none;
  margin-right: 56px;
}

.medium-circle {
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.medium-circle.bg-match-text {
  align-items: center;
}

.medium-circle.bg-match-text.process-item-circle {
  margin-left: 28px;
  position: relative;
}

.medium-circle-text {
  margin-bottom: 0;
  padding-top: 7px;
  font-family: Sporting Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.process-item-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 100%;
  height: 346.321px;
  max-height: 430px;
  margin-top: -42px;
}

.process-item-heading {
  height: auto;
  margin-bottom: 14px;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

.process-section-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 51px;
  display: flex;
}

.form-error {
  background-color: var(--danger);
  color: var(--white);
  margin-top: 14px;
  padding: 21px;
}

.horizontal-form {
  display: flex;
}

.horizontal-form.search-form {
  background-color: var(--white);
  margin-bottom: 0;
  padding: 35px;
}

.text-banner {
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Sporting Grotesque, sans-serif;
  font-weight: 700;
  position: absolute;
}

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

.image-overlap-grid-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center stretch;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 112px;
}

.image-overlap-grid-section.bg-dark {
  grid-column-gap: 52px;
  background-color: #0000;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 95%;
  max-width: 1296px;
  height: 100%;
  margin-left: auto;
  padding-top: 0;
  position: static;
}

.image-overlap-grid-section-image {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.overlap-section-image {
  z-index: 3;
  object-fit: cover;
  border-radius: 12px;
  width: 496.991px;
  height: 698.589px;
  position: relative;
}

.overlap-section-content {
  position: relative;
  top: 112px;
}

.accordion-title {
  cursor: pointer;
  margin-bottom: 21px;
  padding-top: 21px;
}

.search-url {
  opacity: .5;
  font-size: 14px;
}

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

.dropdown-list.w--open {
  border: 1px solid var(--border-dark);
  background-color: var(--white);
  border-radius: 5px;
  min-width: 200px;
  overflow: hidden;
}

.dropdown-link {
  color: var(--text);
  padding: 7px 21px;
  font-size: 16px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--primary-3);
}

.dropdown-link.w--current {
  background-color: var(--primary-3);
  color: var(--text);
}

.contact-section {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: static;
}

.contact-section.contact {
  background-color: var(--text);
  align-items: flex-end;
  width: 50vw;
  max-width: 700px;
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 42px;
  padding-right: 29px;
  position: sticky;
  inset: 20% 0% 0% auto;
}

.contact-methods {
  grid-column-gap: 56px;
  grid-row-gap: 22px;
  color: var(--white);
  grid-template-rows: auto;
  margin-top: 20px;
}

.div-block-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 692px;
  height: 75vh;
  position: relative;
  top: 80px;
  overflow: hidden;
}

.brand-image-2 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 70px;
  display: inline;
}

.dropdown-list-2 {
  display: none;
}

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

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

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

.button-text-dark {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
}

.mobile-wrapper {
  display: none;
}

.dropdown-link-2 {
  color: var(--dark);
  padding: 7px 21px;
  font-size: 14px;
  transition: background-color .2s;
  display: block;
}

.dropdown-link-2:hover {
  color: var(--text);
  background-color: #f2f4f7;
}

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

.button-2 {
  color: #20394f;
  text-align: center;
  background-color: #b8d7e4;
  border-radius: 200px;
  padding: 6px 28px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 200px #0000;
}

.button-2:hover {
  box-shadow: inset 0 0 200px #00000012;
}

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

.nav-link-2:hover {
  opacity: .65;
  color: var(--text);
}

.nav-link-2.w--current {
  color: var(--text);
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
}

.nav-link-2.w--current:hover {
  color: var(--text);
}

.nav-link-2.dropdown {
  margin-left: 16px;
  margin-right: 16px;
}

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

.navbar-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

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

.dropdown-toggle-2:hover {
  opacity: .65;
  color: var(--text);
}

.navbar-schulte-und-partner {
  z-index: 9999;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  top: 0;
}

.container-2 {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-2.grid-container {
  padding-left: 0;
  padding-right: 0;
}

.tabs-horizontal {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.panel.bg-white {
  color: #12141d;
}

.panel.bg-white.panel-on-image {
  background-color: #fff;
  max-width: 450px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.panel.tab-panel {
  background-color: var(--text);
  color: #ffffffb3;
  padding: 0;
  transition: all .2s, color .2s, background-color .2s;
}

.panel.tab-panel:hover {
  background-color: var(--text);
  transform: scale(.95);
}

.panel.tab-panel.w--current {
  background-color: var(--primary-1);
  color: #0009;
}

.tabs-content {
  flex: 1;
}

.row {
  display: flex;
}

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

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

.quote-on-image {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.panel-body-small {
  padding: 24px;
}

.leistungen {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 5% 100px;
  display: flex;
}

.tabs-horizontal-menu {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: start;
  width: 100%;
  max-width: 328px;
  margin-right: 12px;
  display: grid;
}

.rounded {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  max-height: 543.975px;
}

.text-lead {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

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

.space-bottom-large {
  margin-bottom: 36px;
}

.circle-small {
  background-color: var(--text);
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.bordered-list-item {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.panel-subheading {
  color: #fff;
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.grid-two-thirds-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
}

.grid-two-thirds-2.reverse {
  direction: rtl;
}

.bordered-list-item-small {
  border-bottom: 1px solid #20484f7a;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.icon-small {
  width: 18px;
}

.space-left-small {
  color: var(--text);
  margin-left: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.undertitle {
  margin-bottom: 5px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.undertitle.white {
  color: #fff;
  margin-bottom: 10px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.h3.white {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-3 {
  color: var(--primary-3);
  font-family: PlusJakarta Text, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.digital {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.text {
  width: 100%;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.text.white {
  color: #fff;
  width: 100%;
  font-family: PlusJakarta Text, sans-serif;
}

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

.warum-wir {
  flex-direction: column;
  align-items: center;
  padding: 100px 5% 60px;
  display: flex;
}

.grid-thirds-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.panel-3.auto {
  height: auto;
}

.panel-3.digitalhero {
  height: 160.169px;
  transition: all .3s;
}

.panel-3.digitalhero:hover {
  transform: scale(.95);
}

.panel-body-2 {
  z-index: 1;
  background-color: var(--text);
  border-radius: 12px;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body-2.panel-body-small {
  background-color: var(--text);
  border-radius: 12px;
  padding: 15px 24px;
}

.panel-body-2.align-content-center {
  background-color: var(--text);
  justify-content: center;
  align-items: center;
}

.grid-2 {
  grid-column-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 65% 35%;
  width: 100%;
  max-width: 1296px;
  height: auto;
  overflow: hidden;
}

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

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

.div-block-180 {
  background-color: var(--text);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 51px;
  display: flex;
}

.link-block-7 {
  border-top: 1px solid #fff;
  width: 100%;
  padding-top: 20px;
  transition: all .3s;
}

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

.link-block-7.black {
  color: #000;
  border-top-color: #000;
  margin-top: 10px;
  padding-top: 5px;
  transition: all .3s;
}

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

.paragraph {
  color: var(--primary-3);
  font-family: PlusJakarta Text, sans-serif;
}

.div-block-181 {
  width: 100%;
  max-width: 1296px;
  margin-bottom: 38px;
}

.image-80 {
  filter: invert();
}

.div-block-182 {
  margin-top: 33px;
}

.lateral-scroll-image {
  background-color: #0000;
  background-image: url('../images/thestandingdesk-johd6ssi_ig-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1430px;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lateral-scroll-image._2 {
  background-image: url('../images/session2-45_11zon.webp');
  background-position: 100%;
  width: 1510px;
  height: 80vh;
}

.top-margin {
  margin-top: 10px;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 0;
}

.career {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.career.align-left {
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.text-box-absolute {
  background-color: #fffffff7;
  max-width: 510px;
  margin-right: 80px;
  padding: 80px 5%;
  position: relative;
  inset: auto 0% 0% auto;
}

.text-box-absolute.left {
  background-color: #fffffff0;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0%;
}

.slider {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1296px;
  height: 500px;
  margin-top: 26px;
  padding: 37px 89px 55px;
}

.icon-2, .icon-3 {
  filter: invert();
}

.div-block-183 {
  width: 100%;
  max-width: 1296px;
}

.text-testimonials-hero {
  color: var(--text);
  padding-left: 69px;
  font-size: 20px;
  line-height: 1.5em;
}

.text-footer {
  flex-direction: column;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.text-footer.bold {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-184 {
  margin-bottom: 10px;
}

.footer-link-text {
  margin-bottom: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.text-span {
  white-space: nowrap;
}

.max-1280-pixels {
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.lateral-scroll-image-2 {
  filter: brightness(120%);
  background-color: #0000;
  background-image: linear-gradient(#00061342, #00061342), url('../images/session-4-34.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-big-2 {
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.content-section {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

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

.content-section.align-right.hide {
  display: none;
}

.text-box-absolute-2 {
  z-index: 9999;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-right: 0;
  padding: 30px 40px 15px;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.typed-text {
  color: var(--text);
  height: 45px;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-74 {
  margin-right: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-187 {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.less-top-margin {
  margin-top: 15px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.hover-image.intro-3 {
  background-image: url('../images/session3-10.webp');
  background-position: 50% 29%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.link-image {
  border-radius: 20px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-bg-2 {
  background-color: #bedbe0;
  display: none;
  position: absolute;
  inset: 0%;
}

.intro-text-box {
  margin-top: 25px;
  padding-left: 3%;
  padding-right: 3%;
}

.hover-image-2 {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-image-2.intro-2 {
  background-image: url('../images/session3-36-beim-mandanten-c.webp');
}

.hover-image-2.intro {
  background-image: url('../images/session2-34_5_11zon.webp');
}

.intro-item {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.intro-item.last {
  margin-right: 0%;
  padding-right: 0;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1250px;
  display: flex;
}

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

.subtitle-box {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-360 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 20px;
}

.div-block-356 {
  z-index: 1;
  background-color: var(--white);
  padding: 20px;
  position: relative;
}

.div-block-354 {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.image-94 {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 460px;
}

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

.heading-box {
  text-align: center;
  max-width: 910px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1250px;
  margin-top: 26px;
  margin-bottom: 60px;
}

.heading-96 {
  text-align: center;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 26px;
  line-height: 1.3em;
}

.text-block-94 {
  color: #3a3b3c;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-94 {
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.h3-big-3 {
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.team {
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.schwerpunkte p, .schwerpunkte h4 {
  font-family: PlusJakarta Text, sans-serif;
}

.schwerpunkte h6 {
  color: #3a3b3c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.schwerpunkte li {
  color: #3a3b3c;
  font-weight: 400;
}

.schwerpunkte ul {
  padding-left: 25px;
}

.div-block-361 {
  background-color: #525252;
  width: 65px;
  height: 1px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.image-96 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 350px;
}

.image-96.zoom {
  object-position: 50% 0%;
  transform: scale(1.15);
}

.grid-14 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1250px;
}

.heading-97 {
  margin-bottom: 5px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
}

.section-5 {
  color: #fff;
  background-color: #23494f;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.content-width-extra-large {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.counter-block {
  flex-direction: column;
  align-items: center;
  width: 200px;
  display: flex;
}

.div-block-99 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1em;
}

.plus {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.counter-support-text {
  color: #c0b5b5;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.scroll-indicator {
  background-color: #22484e;
  border: 2px #ccc;
  border-radius: 100%;
  width: 27px;
  height: 27px;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

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

.wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 5%;
  display: block;
}

.div-block-247 {
  width: 100%;
  max-width: 1250px;
  margin-bottom: 40px;
}

.historie {
  width: 100%;
  padding-top: 40px;
  overflow: visible;
}

.div-block-236 {
  display: none;
}

.c-scroll-track {
  flex: none;
  width: 250vh;
  display: flex;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-4.sticky {
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  display: block;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-8.expand {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 500vh;
  display: block;
  overflow: visible;
}

.c-scrolling-content {
  flex-direction: row;
  display: block;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.scroll-details {
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-16 {
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-16.white {
  color: #fff;
}

.heading-98 {
  color: #363b3f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 700;
}

.heading-98.white {
  color: #fff;
}

.faqs {
  background-color: var(--text);
  padding: 60px 5vw;
}

.faq_text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5em;
}

.faq_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  padding-top: 24px;
  display: flex;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.faq_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq_arrow {
  width: 24px;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq_block {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px;
}

.sld-02-nav {
  background-color: #0000;
  justify-content: flex-end;
  padding-right: 120px;
  display: none;
  inset: auto 0% 3%;
}

.right-arrow {
  display: block;
}

.right-arrow.hide {
  display: none;
}

.slider__c {
  width: 100%;
  display: block;
}

.main {
  width: 100%;
  max-width: 1250px;
  position: relative;
}

.sld-01-img__w {
  position: absolute;
  inset: 0%;
}

.slide {
  height: 100%;
}

.notes {
  max-width: 1440px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.footer-2 {
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
}

.my-slider-mask {
  height: 100%;
  padding-top: 0;
}

.left-arrow {
  display: block;
}

.left-arrow.hide {
  display: none;
}

.sld-02 {
  background-color: #0000;
  border-radius: 24px;
  height: 500px;
  min-height: auto;
  overflow: hidden;
}

.fixed-hero-ueber-uns {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

.leistung {
  background-color: #fafafa;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  margin-top: 66px;
  margin-bottom: 40px;
  padding: 40px;
}

.navigationwrapper {
  background-color: var(--text);
  border-radius: 12px;
  width: 30%;
  min-height: 50px;
  padding: 10px 25px;
  position: sticky;
  top: 13vh;
}

.leistungenwrapper {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-top: 18px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.list-item {
  background-color: #65686fad;
  border-left: 0 solid #0000;
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
}

.rich-text-block-5 {
  margin-bottom: 14px;
}

.rich-text-block-5 li {
  color: var(--text);
}

.rich-text-block-5 p {
  font-family: PlusJakarta Text, sans-serif;
  line-height: 1.6em;
}

.div-block-235 {
  margin-bottom: 30px;
}

.link-block-9 {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-9.w--current {
  border-radius: 12px;
}

.leistungsbereichewrapper {
  width: 70%;
  min-height: 50px;
  padding-left: 60px;
  padding-right: 20px;
}

.leistungen-2 {
  flex-direction: column;
  align-items: center;
  padding: 60px 5% 0;
  display: flex;
}

.digital-hero {
  background-color: var(--primary-3);
  flex-direction: column;
  align-items: center;
  padding: 60px 5% 70px;
  display: flex;
}

.list-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rounded-image-2 {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.rounded-image-2.small {
  height: 350px;
}

.div-block-362 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

.heading-digital {
  margin-bottom: 43px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.section-wrap, .div-block-363 {
  width: 100%;
  max-width: 1280px;
}

.digi-button-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.test {
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.karriere-hero {
  flex-direction: column;
  align-items: center;
  padding: 23px 5% 0;
  display: flex;
}

.quote-box-2 {
  background-color: var(--text);
  color: #fff;
  border-radius: 12px;
  padding: 42px;
  position: relative;
}

.main-container-3 {
  z-index: 1;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container-3.narrow {
  max-width: 1296px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.quote-box-main-text-2 {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  padding-top: 27px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph-11 {
  font-family: PlusJakarta Text, sans-serif;
}

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

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

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

.grid-halves-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.grid-halves-2.space-bottom {
  width: 100%;
  max-width: 1280px;
}

.heading-99 {
  color: #fff;
  text-align: left;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-101 {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}

.text-span-6 {
  text-transform: uppercase;
  white-space: nowrap;
}

.benefits {
  background-color: var(--text);
  padding: 60px 5% 78px;
}

.container-5 {
  perspective: 500px;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-5.justify-content-center {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 60px 5%;
  display: flex;
}

.tabs-vertical-tab {
  color: #ffffff80;
  background-color: #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.tabs-vertical-tab.w--current {
  color: #fff;
  background-color: #ffffff80;
}

.section-title-2 {
  margin-bottom: 58px;
}

.tabs-vertical-menu {
  justify-content: space-between;
  display: flex;
}

.rounded-image-3 {
  border-radius: 12px;
}

.rounded-image-3.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.rounded-image-3.heroleistungen {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.rounded-image-3.heroleistungen.maxheight {
  max-height: 695px;
}

.text-lead-3 {
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.div-block-364 {
  margin-bottom: 9px;
}

.grid-halves-3 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 84px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  place-items: start center;
  height: auto;
  position: relative;
}

.grid-halves-3.align-content-top {
  place-items: start stretch;
}

.container-small-2 {
  direction: ltr;
  width: 100%;
  max-width: 450px;
}

.container-large-2 {
  direction: ltr;
  width: 100%;
  max-width: 608px;
  position: relative;
}

.block-quote-text-2 {
  color: #d57a66;
  margin-bottom: 36px;
  font-size: 22px;
}

.block-quote-text-2.large-text {
  color: var(--text);
  font-family: PlusJakarta Text, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

._3-schritte {
  padding: 60px 5%;
}

.medium-heading-2 {
  letter-spacing: -.02em;
  margin-bottom: 21px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.medium-heading-2.k {
  color: var(--white);
  font-size: 36px;
}

.text-primary-2 {
  color: #ff934f;
}

.offene-stellen {
  background-color: var(--text);
}

.div-block-365 {
  padding-right: 52px;
}

.panel-body-4 {
  z-index: 1;
  background-color: var(--text);
  border-radius: 12px;
  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-4.panel-body-large {
  text-align: left;
  justify-content: center;
  padding: 48px;
}

.panel-body-4.more-padding {
  flex: 0 auto;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  position: static;
}

.text-lead-4 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.image-103 {
  max-width: 300px;
}

.div-block-366 {
  justify-content: space-between;
  display: block;
}

.div-block-367 {
  justify-content: space-between;
  margin-bottom: 56px;
  display: flex;
}

.title-benefits {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.panel-4.panel-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: 440px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 1296px;
  height: 440px;
  display: grid;
}

.panel-4.grid-panel {
  height: 100%;
}

.panel-image-left {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-image-left.down {
  border-radius: 12px;
}

.div-block-368 {
  object-fit: cover;
  height: 100%;
  display: flex;
}

.leistungen-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 5%;
  display: flex;
}

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

.grid-halves-4.space-bottom.heroleistungen {
  grid-template-rows: auto;
  grid-template-columns: 425px 1fr;
}

.grid-halves-4.space-bottom.heroleistungen.fixed-height {
  grid-template-rows: auto;
  height: auto;
}

.grid-halves-4.space-bottom.heroleistungen.steuerberatung {
  grid-template-rows: 454.3px;
  height: auto;
}

.panel-body-5 {
  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: 53px 55px;
  display: flex;
  position: relative;
}

.panel-body-5.align-content-center {
  background-color: var(--text);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-4._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-100 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3em;
}

.h1-leistungen {
  color: #fff;
  margin-bottom: 10px;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.h3-leistungen {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-1-leistungen {
  background-color: var(--text);
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 60px 5% 10px;
  display: flex;
  position: static;
}

.content-width-medium {
  width: 100%;
  max-width: 612px;
}

.mandanten-testimonials {
  background-color: var(--text);
  flex-direction: column;
  align-items: center;
  padding: 112px 5% 80px;
  display: flex;
}

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

.panel-top-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 283.045px;
}

.panel-body-6 {
  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;
}

.mandanten-testimonial-name {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

.text-mandanten-testimonial {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  line-height: 1.5em;
}

.div-block-369 {
  margin-bottom: 43px;
}

.faq-item {
  cursor: pointer;
}

.faq-top {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.faq-bottom {
  overflow: hidden;
}

.faq-icon {
  background-color: var(--text);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.faq-text-2 {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.div-block-370 {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 36px 28px;
  display: flex;
  position: sticky;
  top: 126px;
}

.grid-16 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 500px 1fr;
  width: 100%;
}

.leistungen-punkte p {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  line-height: 1.6em;
}

.h3-komepetenzbereiche {
  margin-bottom: 0;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph-12 {
  color: #fff;
  font-family: PlusJakarta Text, sans-serif;
  line-height: 1.5em;
}

.div-block-371 {
  margin-bottom: 6px;
}

.body-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-372 {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  flex-direction: column;
  padding: 10px 10px 10px 0;
  display: flex;
}

.link {
  color: var(--text);
  font-weight: 400;
}

.link.k {
  color: var(--white);
}

.text-block-102 {
  color: var(--text);
  background-color: #0000;
  border-radius: 15px;
  padding-top: 0;
  padding-left: 0;
}

.text-block-102.k {
  color: var(--white);
}

.div-block-373 {
  color: var(--primary-3);
  background-color: #0000;
  border-radius: 7px;
  padding: 10px 10px 10px 0;
}

.text-block-103 {
  color: var(--primary-3);
}

.section-10 {
  background-color: var(--white);
  color: var(--text);
  background-image: url('../images/session2-18.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 40px 5%;
  display: flex;
  position: relative;
}

.div-block-375 {
  z-index: 1;
  position: sticky;
  top: 1px;
}

.link-2 {
  font-weight: 400;
}

.link-2.k {
  color: var(--white);
}

.grid-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.sld-01-img-2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.sld-01-img-2.top {
  object-position: 50% 0%;
}

.sld-02-nav-2 {
  background-color: #0000;
  justify-content: flex-end;
  padding-right: 120px;
  display: flex;
  inset: auto 0% 3%;
}

.sld-01-slide__c-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.sld-02-2 {
  height: 100vh;
  min-height: auto;
}

.div-block-376 {
  flex-direction: column;
  align-items: center;
  padding: 64px 5% 28px;
  display: flex;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.div-block-377 {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1296px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.small-button-digital {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
}

.div-block-378 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.hero-ber-uns-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-104 {
  object-fit: cover;
  border-radius: 24px;
  width: 50%;
  padding-right: 0;
}

.image-104.left {
  padding-right: 10px;
}

.image-104.right {
  padding-left: 10px;
}

.section-11 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 40px 5%;
  display: flex;
}

.heading-102 {
  width: 100%;
  font-family: PlusJakarta Text, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.impressumrich {
  color: #000;
  font-weight: 400;
}

.impressumrich p {
  font-family: PlusJakarta Text, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.impressumrich h4 {
  font-family: PlusJakarta Text, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.impressumrich h3 {
  font-family: PlusJakarta Text, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.impressumrich h5 {
  font-family: PlusJakarta Text, sans-serif;
  font-size: 20px;
}

.impressumrich li {
  color: var(--dark);
  font-weight: 400;
}

.impressumrich strong {
  font-weight: 400;
}

.impressumrich h2 {
  font-size: 36px;
}

.text-block-112 {
  color: #fff;
  font-weight: 400;
}

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

.impressum {
  font-size: 15px;
  line-height: 1.5em;
}

.div-block-384 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-right: 30px;
  display: flex;
}

.div-block-385 {
  width: 100%;
  max-width: 1250px;
}

.div-block-388 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1250px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .contact-section.contact {
    top: 20%;
  }

  .brand-image-2 {
    width: 100%;
  }

  .button-text-dark {
    font-size: 13px;
  }

  .lateral-scroll-image {
    background-size: cover;
    width: 120%;
  }

  .lateral-scroll-image._2 {
    width: 120%;
  }

  .lateral-scroll-image-2 {
    background-size: cover;
    width: 120%;
  }
}

@media screen and (min-width: 1440px) {
  .button-text-dark {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
  }

  .grid-halves {
    justify-items: stretch;
  }

  .container-large {
    max-width: 750px;
  }

  .panel-body-2.align-content-center {
    justify-content: center;
    align-items: flex-start;
  }

  .content-section.align-right {
    min-height: 750px;
  }

  .typed-text {
    font-size: 50px;
  }

  .sld-01-img-2.top {
    object-position: 50% 0%;
  }
}

@media screen and (max-width: 991px) {
  li {
    font-size: 17px;
  }

  .hero {
    height: 70vh;
    padding-top: 36px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .load-second {
    padding-top: 0;
  }

  .section.bg-primary-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.image-overlap-grid-content {
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
  }

  .main-container.narrow {
    max-width: 658px;
  }

  .large-text.k {
    text-align: center;
    margin-right: 0;
    padding-left: 0;
  }

  .small-text {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .button.digitalisierung {
    white-space: normal;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .navbar {
    height: 100%;
  }

  .footer.bg-dark {
    padding-top: 35px;
    position: static;
  }

  .nav-link {
    margin: 7px 0;
  }

  .brand.adjacent-to-nav-menu {
    height: 100%;
    margin-left: 0;
  }

  .brand.adjacent-to-nav-menu.w--current {
    margin-left: 0;
  }

  .menu-button {
    margin-left: 21px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button-image {
    display: block;
  }

  .nav-menu {
    border: 1px solid var(--border-dark);
    background-color: var(--white);
    padding: 21px;
  }

  .nav-menu.left {
    margin-left: 0;
  }

  .footer-top-contents {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-logo-link.w--current {
    order: -1;
  }

  .container-small {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .container-small.footer-text {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-menus-grid {
    justify-items: stretch;
  }

  .vertical-link-grid.left {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .hover-link.text-white {
    font-family: PlusJakarta Text, sans-serif;
    font-weight: 400;
  }

  .footer-menu-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-bottom-contents {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 15px;
  }

  .footer-pattern {
    object-fit: cover;
    height: 100%;
  }

  .footer-large-link.hover-link.text-white {
    font-family: PlusJakarta Text, sans-serif;
    font-size: 20px;
  }

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .grid-halves {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .full-width-image {
    max-height: 320px;
  }

  .large-heading.text-primary-2 {
    object-position: 50% 50%;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    line-height: 1.1em;
    display: flex;
    top: 21px;
    bottom: 0;
    left: 0;
  }

  .subheading.text-white {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3em;
  }

  .sans-serif.no-bottom-margin.k {
    text-align: center;
    font-size: 17px;
  }

  .icon-with-title {
    margin-bottom: 0;
  }

  .centered-content-box.align-right {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .vertical-grid.medium-gap {
    grid-column-gap: 1px;
    grid-row-gap: 18px;
  }

  .section-title {
    margin-bottom: 35px;
    position: static;
  }

  .horizontal-rule {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .overlap-section-strip {
    display: none;
  }

  .overlap-section {
    padding: 40px 5% 20px;
  }

  .small-quote-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .small-avatar.big {
    width: 100px;
    height: 100px;
  }

  .small-quote-text {
    justify-content: space-around;
  }

  .centered-content-box-background-image {
    position: static;
  }

  .quote-box-subtext {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5em;
  }

  .block-quote {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
  }

  .article-excerpt-section {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-thirds {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .horizontal-quote {
    margin-bottom: 1px;
  }

  .process-image-wrapper {
    margin-top: 20px;
  }

  .process-item-image {
    object-position: 50% 10%;
  }

  .process-item-heading {
    text-align: center;
  }

  .process-section-title {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 608px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-overlap-grid-section {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 112px;
  }

  .image-overlap-grid-section.bg-dark {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .image-overlap-grid-section-image {
    object-position: 50% 10%;
    max-width: none;
  }

  .overlap-section-image {
    object-position: 50% 0%;
    width: 100%;
    height: auto;
    max-height: 350px;
    margin-top: 20px;
  }

  .overlap-section-content {
    top: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
  }

  .contact-section.contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: 550px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .contact-methods {
    grid-column-gap: 56px;
    grid-row-gap: 22px;
    color: var(--primary-3);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-3 {
    max-width: none;
    height: auto;
    top: 22px;
  }

  .brand-image-2 {
    height: 70px;
    max-height: 70px;
  }

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

  .desktop-wrapper {
    display: none;
  }

  .main-container-2 {
    height: 100%;
  }

  .text-block-73 {
    font-family: PlusJakarta Text, sans-serif;
  }

  .nav-menu-2 {
    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: 0;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4em;
    text-decoration: none;
  }

  .link-block-6.w--current {
    padding-top: 0;
    font-size: 17px;
  }

  .button-text-dark {
    font-size: 16px;
  }

  .mobile-wrapper {
    background-color: #fff;
    flex-direction: column;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .hide-on-mobile-2 {
    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;
  }

  .button-2 {
    background-color: var(--text);
    color: #fff;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-2 {
    margin: 7px 0;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navbar-grid-2 {
    justify-content: space-between;
    height: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-schulte-und-partner {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-horizontal {
    flex-direction: column;
  }

  .panel.bg-white.panel-on-image {
    max-width: none;
    position: static;
    inset: 44% 0% 0% auto;
  }

  .panel.tab-panel {
    width: 100%;
  }

  .panel.tab-panel.w--current {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .row.row-align-center {
    font-size: 17px;
  }

  .quote-on-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .panel-body-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .leistungen {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-horizontal-menu {
    grid-column-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-bottom: 12px;
    margin-right: 0;
    display: flex;
  }

  .rounded {
    max-height: 320px;
  }

  .text-lead {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

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

  .bordered-list-item.bordered-list-item-small {
    justify-content: space-between;
    display: flex;
  }

  .panel-subheading {
    text-align: center;
    font-size: 22px;
  }

  .grid-two-thirds-2 {
    grid-template-columns: 1fr;
    max-width: 824px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-two-thirds-2.reverse {
    grid-row-gap: 26px;
    width: 100%;
    min-height: auto;
  }

  .undertitle, .undertitle.white {
    text-align: center;
    font-size: 20px;
  }

  .h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .h3.white {
    text-align: center;
    font-size: 32px;
  }

  .heading-3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .digital {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text, .text.white {
    text-align: center;
    font-size: 17px;
  }

  .warum-wir {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .grid-thirds-2 {
    grid-template-columns: 1fr;
    max-width: 824px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .panel-3.digitalhero {
    height: auto;
  }

  .panel-body-2.panel-body-small {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .panel-body-2.align-content-center {
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .image-79 {
    object-position: 50% 0%;
    max-height: 320px;
  }

  .div-block-179 {
    order: 1;
  }

  .div-block-180 {
    align-items: center;
  }

  .paragraph {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .div-block-181 {
    margin-bottom: 20px;
  }

  .div-block-182 {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .lateral-scroll-image._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .career {
    max-width: 100%;
    padding-top: 70px;
  }

  .career.align-left {
    justify-content: space-around;
    align-items: center;
    padding-top: 120px;
    display: block;
  }

  .text-box-absolute {
    margin-right: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-box-absolute.left {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: static;
    inset: 0% auto auto 0%;
  }

  .slider {
    height: 500px;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-testimonials-hero {
    text-align: center;
    padding-left: 0;
    font-size: 17px;
  }

  .text-footer {
    text-align: center;
    align-items: center;
  }

  .h3-big-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .content-section {
    max-width: 100%;
    padding-top: 70px;
  }

  .content-section.align-right {
    padding-top: 120px;
  }

  .text-box-absolute-2 {
    background-color: #ffffffe3;
    align-self: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .typed-text {
    text-align: center;
    height: auto;
    min-height: 55px;
    margin-top: 0;
    font-size: 35px;
  }

  .text-block-74 {
    font-size: 32px;
  }

  .div-block-187 {
    text-align: center;
    justify-content: center;
  }

  .less-top-margin {
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.3em;
  }

  .hover-image.intro-3 {
    object-position: 100% 50%;
    background-position: 50% 20%;
  }

  .hover-image-2.intro {
    object-fit: cover;
    object-position: 50% 0%;
    background-position: 50% 0;
  }

  .grid-3 {
    flex-direction: column;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-box {
    display: none;
  }

  .div-block-360 {
    margin-bottom: 20px;
  }

  .image-94 {
    object-position: 50% 20%;
    height: 450px;
  }

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

  .heading-box {
    width: 60%;
    margin-bottom: 10px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .heading-96 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 26px;
  }

  .heading-94 {
    font-size: 22px;
  }

  .h3-big-3 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3em;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .schwerpunkte h6 {
    font-size: 15px;
  }

  .schwerpunkte li {
    font-size: 17px;
  }

  .grid-14 {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .heading-97 {
    text-align: center;
    font-size: 22px;
  }

  .section-5 {
    flex-direction: column;
  }

  .content-width-extra-large {
    flex-direction: row;
    max-width: 100%;
  }

  .counter {
    align-items: center;
    height: 43px;
    font-size: 30px;
    display: flex;
  }

  .plus {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .counter-support-text {
    font-size: 17px;
  }

  .scroll-item-header {
    font-size: 1em;
  }

  .wrapper {
    padding: 20px 0;
  }

  .historie {
    padding-top: 0;
  }

  .div-block-236 {
    display: none;
  }

  .div-block-236.kanzleiswiper {
    margin-top: 11px;
    display: flex;
  }

  .text-block-90 {
    margin-left: 17px;
    font-size: 17px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .section-8.expand {
    height: auto;
    overflow: hidden;
  }

  .scroll-details {
    font-size: 17px;
    line-height: 1.5em;
  }

  .heading-16 {
    text-align: center;
    font-size: 32px;
    line-height: 1.3em;
  }

  .image-90 {
    width: 20px;
  }

  .heading-98 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-98.white {
    font-size: 32px;
    line-height: 1.3em;
  }

  .faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq_text {
    font-size: 17px;
  }

  .h4-2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .slider__c {
    flex-direction: column;
    display: flex;
  }

  .main {
    flex-direction: row;
    display: flex;
  }

  .sld-02 {
    height: 400px;
  }

  .fixed-hero-ueber-uns {
    flex-direction: row;
    height: 400px;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .leistung {
    margin-top: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navigationwrapper {
    width: 100%;
    position: static;
  }

  .leistungenwrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 0 0% 20px;
  }

  .rich-text-block-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rich-text-block-5 ul {
    width: 80%;
  }

  .rich-text-block-5 li {
    font-size: 17px;
  }

  .rich-text-block-5 p {
    text-align: center;
    font-size: 17px;
  }

  .div-block-235 {
    margin-bottom: 10px;
  }

  .leistungsbereichewrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungen-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .digital-hero {
    justify-content: center;
    height: 85vh;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .list-grid-large {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rounded-image-2 {
    object-position: 50% 0%;
    width: 100%;
    max-height: 320px;
  }

  .rounded-image-2.small {
    width: 100%;
  }

  .div-block-362 {
    margin-bottom: 10px;
  }

  .heading-digital {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .karriere-hero {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote-box-2 {
    margin-top: -98px;
    position: static;
  }

  .main-container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-container-3.narrow {
    max-width: none;
    position: static;
  }

  .quote-box-main-text-2 {
    text-align: center;
    padding-top: 20px;
    font-size: 32px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

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

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

  .grid-halves-2 {
    grid-template-columns: 1fr;
    max-width: 824px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-2.space-bottom {
    margin-top: 0;
  }

  .heading-99 {
    font-size: 22px;
  }

  .text-block-101 {
    text-align: center;
    font-size: 17px;
  }

  .benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-5.justify-content-center {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0%;
    position: static;
  }

  .tabs-vertical-tab {
    margin-right: 0;
    font-size: 17px;
  }

  .tabs-vertical-tab.w--current {
    margin-right: 0;
  }

  .section-title-2 {
    margin-bottom: 0;
  }

  .tabs-vertical-menu {
    flex-direction: column;
  }

  .rounded-image-3.grid-image {
    object-position: 50% 35%;
    max-height: 350px;
  }

  .rounded-image-3.heroleistungen {
    border-radius: 0;
    height: 35vh;
  }

  .text-lead-3 {
    text-align: center;
    font-size: 17px;
  }

  .panel-body-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-halves-3 {
    grid-template-columns: 1fr;
  }

  .grid-halves-3.align-content-top {
    grid-row-gap: 11px;
  }

  .container-small-2 {
    text-align: center;
    max-width: none;
  }

  .container-large-2.align-center {
    max-width: none;
  }

  .block-quote-text-2.large-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  ._3-schritte {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .medium-heading-2.k {
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
  }

  .offene-stellen {
    height: auto;
  }

  .div-block-365 {
    padding-right: 0;
  }

  .panel-body-4.panel-body-large {
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .panel-body-4.more-padding {
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-lead-4 {
    text-align: center;
    font-size: 17px;
  }

  .image-103 {
    max-width: 400px;
  }

  .div-block-366 {
    flex-direction: column;
    display: flex;
  }

  .div-block-367 {
    margin-bottom: 38px;
  }

  .title-benefits {
    text-align: center;
    font-size: 24px;
  }

  .panel-4 {
    order: 1;
  }

  .panel-4.panel-wide {
    grid-template-columns: 1fr;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .panel-image-left {
    object-position: 50% 0%;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    align-self: flex-end;
    min-height: 450px;
  }

  .div-block-368 {
    height: 100%;
  }

  .leistungen-hero {
    padding: 0 0% 20px;
  }

  .grid-halves-4 {
    grid-template-columns: 1fr;
    max-width: 824px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-4.space-bottom.heroleistungen {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .grid-halves-4.space-bottom.heroleistungen.fixed-height {
    margin-bottom: 20px;
  }

  .grid-halves-4.space-bottom.heroleistungen.steuerberatung {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .panel-body-5.align-content-center {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .heading-100 {
    font-size: 22px;
  }

  .h1-leistungen {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3-leistungen {
    text-align: center;
    font-size: 32px;
  }

  .section-1-leistungen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-width-medium {
    max-width: none;
  }

  .mandanten-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-15 {
    flex-direction: column;
    display: flex;
  }

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

  .mandanten-testimonial-name {
    text-align: center;
    font-size: 22px;
  }

  .text-mandanten-testimonial {
    text-align: center;
    font-size: 17px;
  }

  .div-block-369 {
    margin-bottom: 20px;
  }

  .faq-top {
    padding: .5rem;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .faq-bottom-content {
    padding-bottom: .5rem;
  }

  .grid-16 {
    flex-direction: column;
    display: flex;
  }

  .leistungen-punkte p {
    font-size: 17px;
    line-height: 1.5em;
  }

  .h3-komepetenzbereiche {
    font-size: 22px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 17px;
  }

  .div-block-372 {
    flex-direction: column;
    display: flex;
  }

  .link.k {
    font-size: 17px;
    line-height: 1.5em;
  }

  .text-block-102.k {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .text-block-103 {
    color: var(--primary-3);
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .section-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    height: 80vh;
    padding-top: 40px;
    display: grid;
  }

  .div-block-375 {
    align-self: center;
  }

  .sld-01-slide__c-2 {
    height: 100%;
  }

  .sld-02-2 {
    height: 50vh;
  }

  .div-block-376 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-377 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .small-button-digital {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .div-block-378 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .text-block-104 {
    font-size: 17px;
  }

  .text-block-105 {
    font-size: 17px;
    line-height: 1.4em;
  }

  .text-block-106 {
    font-size: 17px;
  }

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

  .div-block-379 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-2 {
    font-size: 15px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .text-block-107, .text-block-108, .text-block-109 {
    text-align: center;
  }

  .text-block-110 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .div-block-380 {
    align-self: center;
  }

  .text-block-111 {
    text-align: center;
    font-size: 17px;
    line-height: 1.5em;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 22px;
  }

  .div-block-381 {
    text-align: center;
  }

  .div-block-382 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-102 {
    font-size: 32px;
  }

  .impressumrich {
    font-style: normal;
  }

  .impressumrich p {
    font-size: 17px;
  }

  .impressumrich h4, .impressumrich h3 {
    font-size: 22px;
  }

  .impressumrich h5 {
    font-size: 18px;
  }

  .impressumrich strong {
    font-style: normal;
  }

  .bold-text-9 {
    font-size: 18px;
    font-weight: 400;
  }

  .text-span-7 {
    color: var(--primary-3);
  }

  .text-block-112 {
    color: var(--primary-3);
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .text-block-115, .text-block-116 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.image-overlap-grid-content {
    padding-top: 0;
  }

  .large-text.k {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3em;
  }

  .small-text {
    font-size: 15px;
  }

  .form-grid-vertical {
    max-width: 100%;
  }

  .top-bar-contents {
    flex-direction: column;
  }

  .top-bar-items-wrapper {
    margin-top: 14px;
  }

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

  .container-small {
    position: absolute;
    inset: auto 0% -22%;
  }

  .vertical-link-grid.left {
    padding-left: 0;
  }

  .hover-link.text-white {
    font-size: 15px;
  }

  .footer-menu-heading, .footer-large-link.hover-link.text-white {
    font-size: 18px;
  }

  .grid-halves {
    grid-row-gap: 30px;
  }

  .container.align-center {
    margin-top: 20px;
  }

  .large-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .large-heading.text-primary-2 {
    margin-bottom: 0;
    top: 19px;
    left: -7px;
  }

  .subheading.text-white {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .sans-serif.no-bottom-margin.k {
    font-size: 16px;
  }

  .icon-with-title {
    margin-bottom: 0;
  }

  .centered-content-box {
    min-height: auto;
    padding: 28px 21px;
  }

  .centered-content-box.align-right {
    padding-right: 0%;
    position: relative;
  }

  .section-title {
    margin-bottom: 10px;
    overflow: visible;
  }

  .small-quote-wrapper {
    margin-top: 15px;
  }

  .quote-box-subtext {
    font-size: 16px;
    line-height: 1.5em;
  }

  .block-quote {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 6px;
  }

  .horizontal-quote {
    margin-bottom: 35px;
    display: none;
  }

  .horizontal-quote-icon {
    margin-right: 35px;
  }

  .process-section-title {
    margin-bottom: 20px;
  }

  .image-overlap-grid-section.bg-dark {
    width: 100%;
  }

  .image-overlap-grid-section-image {
    height: 355px;
  }

  .div-block-3 {
    position: static;
  }

  .brand-image-2 {
    object-fit: fill;
    width: 194.736px;
  }

  .image-77 {
    width: 25px;
  }

  .div-block-177 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .text-block-67 {
    color: #0009;
    font-size: 13px;
  }

  .desktop-wrapper {
    display: none;
  }

  .nav-menu-2 {
    height: 100vh;
    display: block;
    position: fixed;
    overflow: auto;
  }

  .div-block-175 {
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 1.3em;
    display: flex;
  }

  .link-block-6.w--current {
    font-size: 15px;
  }

  .button-text-dark {
    font-size: 16px;
  }

  .mobile-wrapper {
    flex-direction: column;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .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-bottom: 0;
    padding-top: 11px;
  }

  .image-78 {
    opacity: .6;
    width: 15px;
  }

  .div-block-178 {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 15px;
    display: flex;
  }

  .panel.bg-white.panel-on-image {
    max-width: 100%;
    position: relative;
    top: 0%;
    bottom: 0;
    right: 0;
  }

  .panel.tab-panel {
    justify-content: center;
  }

  .row.row-align-center {
    font-size: 16px;
  }

  .quote-on-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .leistungen {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .tabs-horizontal-menu {
    place-items: stretch stretch;
  }

  .rounded {
    border-radius: 6px;
    max-height: 280px;
  }

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

  .panel-body {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .panel-subheading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .undertitle, .undertitle.white {
    font-size: 18px;
  }

  .h3, .h3.white {
    font-size: 30px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .text, .text.white {
    font-size: 16px;
  }

  .warum-wir {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .panel-3.digitalhero {
    height: auto;
    padding-top: 0;
  }

  .panel-body-2.panel-body-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-79 {
    border-radius: 10px;
  }

  .div-block-180 {
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-7.black {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-181 {
    margin-bottom: 20px;
  }

  .lateral-scroll-image._2 {
    width: 800px;
    height: auto;
  }

  .career {
    padding-top: 50px;
  }

  .career.align-left {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-box-absolute {
    max-width: 450px;
    margin-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-box-absolute.left {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider {
    height: 100%;
    padding: 20px 40px;
  }

  .text-testimonials-hero {
    font-size: 16px;
  }

  .text-footer, .text-footer.bold {
    font-size: 15px;
  }

  .h3-big-2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .content-section {
    padding-top: 50px;
  }

  .text-box-absolute-2 {
    max-width: 450px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-74 {
    font-size: 30px;
  }

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

  .intro-item {
    width: auto;
  }

  .subtitle-box {
    width: 70%;
  }

  .div-block-356 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-354 {
    height: auto;
  }

  .image-94 {
    height: 400px;
  }

  .heading-box {
    width: 80%;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .heading-96 {
    font-size: 22px;
  }

  .heading-94 {
    font-size: 20px;
  }

  .h3-big-3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .schwerpunkte li {
    font-size: 16px;
  }

  .schwerpunkte ul {
    padding-left: 20px;
  }

  .image-96 {
    height: 300px;
  }

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

  .heading-97 {
    font-size: 18px;
  }

  .content-width-extra-large {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .counter {
    font-size: 25px;
  }

  .plus {
    font-size: 32px;
  }

  .counter-support-text {
    font-size: 16px;
    line-height: 20px;
  }

  .historie {
    padding-top: 10px;
  }

  .div-block-236 {
    display: flex;
  }

  .div-block-236.kanzleiswiper {
    margin-top: 10px;
  }

  .c-scrolling-item {
    width: 300px;
    margin-right: 0;
  }

  .text-block-90 {
    margin-left: 10px;
    font-size: 12px;
  }

  .scroll-details {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 30px;
  }

  .image-90 {
    width: 20px;
    height: 20px;
  }

  .heading-98, .heading-98.white {
    font-size: 30px;
  }

  .faqs {
    padding-bottom: 40px;
  }

  .faq_text {
    font-size: 16px;
  }

  .faq_wrapper {
    padding-top: 0;
  }

  .h4-2 {
    font-size: 20px;
  }

  .slider__c {
    flex-direction: column;
  }

  .main {
    flex-direction: row;
  }

  .sld-02 {
    flex-direction: column;
    display: flex;
  }

  .fixed-hero-ueber-uns {
    flex-direction: row;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .leistung {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigationwrapper {
    background-color: #fff;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px;
    position: static;
    top: 70px;
    box-shadow: 1px 1px 15px #00000040;
  }

  .leistungenwrapper {
    padding-bottom: 0;
    display: block;
  }

  .list-item {
    margin-top: 0;
    margin-right: 10px;
  }

  .rich-text-block-5 li, .rich-text-block-5 p {
    font-size: 16px;
  }

  .div-block-235 {
    margin-bottom: 20px;
  }

  .link-block-9 {
    white-space: nowrap;
    background-color: #65686f;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .link-block-9.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungsbereichewrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    margin-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .leistungen-2 {
    padding: 0 0 10px;
  }

  .digital-hero {
    height: auto;
    padding-top: 40px;
  }

  .rounded-image-2 {
    border-radius: 6px;
  }

  .div-block-362 {
    margin-top: 40px;
  }

  .heading-digital {
    font-size: 30px;
  }

  .karriere-hero {
    padding-top: 6px;
  }

  .quote-box-2 {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .quote-box-main-text-2 {
    padding-top: 10px;
    font-size: 30px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .prinzipien {
    padding-top: 100px;
  }

  .grid-halves-2.space-bottom {
    grid-template-columns: 1fr;
  }

  .heading-99 {
    font-size: 20px;
  }

  .text-block-101 {
    font-size: 16px;
  }

  .container-5.justify-content-center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-vertical-tab {
    height: auto;
    font-size: 16px;
    line-height: 1.3em;
  }

  .tabs-vertical-tab.w--current {
    font-size: 16px;
  }

  .section-title-2 {
    margin-bottom: 10px;
  }

  .tabs-vertical-menu {
    flex-wrap: wrap;
  }

  .rounded-image-3 {
    border-radius: 6px;
  }

  .rounded-image-3.heroleistungen {
    height: auto;
  }

  .text-lead-3 {
    font-size: 16px;
  }

  .panel-body-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-halves-3 {
    grid-row-gap: 63px;
  }

  .block-quote-text-2.large-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .medium-heading-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .medium-heading-2.k {
    font-size: 30px;
    line-height: 1.3em;
  }

  .panel-body-4.panel-body-large {
    padding: 36px;
    position: static;
  }

  .panel-body-4.more-padding {
    padding-bottom: 30px;
  }

  .text-lead-4 {
    font-size: 16px;
  }

  .title-benefits {
    font-size: 22px;
  }

  .panel-4.panel-wide {
    grid-template-columns: 1.5fr;
    max-width: none;
    height: auto;
  }

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

  .leistungen-hero {
    padding-bottom: 40px;
  }

  .grid-halves-4.space-bottom {
    grid-template-columns: 1fr;
  }

  .grid-halves-4.space-bottom.heroleistungen.steuerberatung {
    grid-column-gap: 40px;
    margin-bottom: 40px;
  }

  .heading-100 {
    font-size: 20px;
  }

  .h1-leistungen {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .h3-leistungen {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-1-leistungen {
    padding-bottom: 20px;
  }

  .mandanten-testimonial-name {
    font-size: 20px;
  }

  .text-mandanten-testimonial {
    font-size: 16px;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .faq-text-2 {
    padding-left: 1.5rem;
  }

  .div-block-370 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .leistungen-punkte p, .leistungen-punkte li {
    font-size: 16px;
  }

  .h3-komepetenzbereiche {
    font-size: 20px;
  }

  .paragraph-12, .link.k, .text-block-102.k {
    font-size: 16px;
  }

  .section-10 {
    height: auto;
  }

  .link-2.k {
    font-size: 16px;
  }

  .sld-01-slide__c-2 {
    justify-content: flex-start;
    padding-top: 160px;
  }

  .sld-02-2 {
    height: auto;
  }

  .div-block-377 {
    justify-content: center;
  }

  .hero-ber-uns-grid {
    flex-direction: column;
    align-items: center;
  }

  .image-104.left {
    width: auto;
    height: 100%;
  }

  .image-104.right {
    width: auto;
    display: none;
  }

  .text-block-106 {
    font-size: 16px;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    width: 40px;
    display: flex;
  }

  .left-arrow-2 {
    width: 40px;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .text-block-110 {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .text-block-111 {
    text-align: center;
    font-size: 16px;
  }

  .bold-text-6 {
    line-height: 1.3em;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 20px;
  }

  .heading-102 {
    font-size: 30px;
    line-height: 1.3em;
  }

  .impressumrich p {
    font-size: 16px;
  }

  .impressumrich h4 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .impressumrich h3, .impressumrich h5 {
    font-size: 20px;
  }

  .text-block-112 {
    font-size: 16px;
  }

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

  .text-block-115, .text-block-116 {
    font-size: 16px;
  }

  .slide-nav-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h5 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
  }

  ul {
    width: 100%;
    padding-left: 20px;
  }

  strong {
    line-height: 1.4em;
  }

  .hero {
    height: auto;
    padding-top: 88px;
  }

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

  .section.bg-primary-2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.image-overlap-grid-content {
    margin-top: 20px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.k {
    font-size: 17px;
  }

  .small-text {
    color: var(--text);
    text-align: center;
    font-size: 13px;
  }

  .button {
    order: 0;
    font-size: 15px;
  }

  .button.adjacent-to-input {
    margin-top: 21px;
    margin-left: 0;
  }

  .button.digitalisierung {
    font-size: 13px;
  }

  .navbar {
    width: 100%;
  }

  .form-input, .form-input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding-top: 84px;
  }

  .top-bar-contents {
    align-items: stretch;
  }

  .top-bar-item.adjacent-to-item {
    margin-top: 14px;
    margin-left: 0;
  }

  .top-bar-items-wrapper {
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

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

  .brand.adjacent-to-nav-menu {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hide-on-mobile {
    display: none;
  }

  .container-small {
    margin-top: -138px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-small.footer-text {
    margin-top: 0;
  }

  .footer-menus-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .vertical-link-grid.left {
    padding-left: 0;
  }

  .footer-menu-heading {
    margin-bottom: 14px;
  }

  .footer-large-link.hover-link.text-white {
    margin-right: 0;
  }

  .grid-halves {
    grid-row-gap: 20px;
  }

  .container.align-center {
    margin-top: 0;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 38px;
  }

  .large-heading.text-primary-2 {
    display: none;
    top: 3px;
    left: -7px;
  }

  .subheading.text-white {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .sans-serif.no-bottom-margin {
    color: var(--primary-3);
  }

  .sans-serif.no-bottom-margin.k {
    font-size: 15px;
  }

  .centered-content-box {
    flex-direction: column;
    align-items: stretch;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .centered-content-box.align-right {
    max-width: none;
  }

  .overlap-section {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .small-quote-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .small-quote-text {
    margin-top: 14px;
    margin-left: 0;
  }

  .centered-content-box-background-image {
    z-index: -1;
    height: 500px;
    position: relative;
  }

  .quote-box-subtext {
    margin-top: 21px;
    font-size: 15px;
  }

  .block-quote {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    left: 0;
  }

  .grid-thirds {
    grid-row-gap: 10px;
  }

  .horizontal-quote {
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: none;
  }

  .horizontal-quote-icon {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .medium-circle.bg-match-text.process-item-circle {
    width: 56px;
    height: 56px;
    margin-left: 0;
    display: none;
    position: absolute;
    top: 28px;
    left: 28px;
  }

  .process-image-wrapper {
    margin-top: 0;
    position: relative;
  }

  .medium-circle-text {
    font-size: 18px;
    line-height: 28px;
  }

  .process-item-image {
    margin-top: 0;
  }

  .process-section-title {
    margin-bottom: 20px;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .image-overlap-grid-section {
    padding-bottom: 0;
  }

  .image-overlap-grid-section.bg-dark {
    grid-column-gap: 0px;
    width: auto;
  }

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

  .contact-section.contact {
    max-height: none;
  }

  .contact-methods {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-3 {
    top: 17px;
  }

  .brand-image-2 {
    object-fit: scale-down;
    width: 166.914px;
    height: 60px;
    display: block;
  }

  .image-77 {
    width: 22px;
  }

  .div-block-177 {
    align-items: center;
  }

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

  .main-container-2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

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

  .nav-menu-2 {
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .div-block-175 {
    margin-bottom: 10px;
  }

  .link-block-6 {
    font-size: 15px;
  }

  .button-text-dark {
    font-size: 12px;
  }

  .mobile-wrapper {
    border: 1px #000;
  }

  .hide-on-mobile-2 {
    display: none;
  }

  .div-block-176.bordertop {
    margin-bottom: 0;
  }

  .image-78 {
    height: 15px;
  }

  .button-2 {
    padding: 9px 10px;
    font-size: 12px;
  }

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

  .navbar-grid-2 {
    justify-content: space-between;
    width: 100%;
  }

  .navbar-schulte-und-partner {
    width: 100%;
    position: fixed;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .panel {
    border-radius: 6px;
  }

  .row.row-align-center {
    flex-direction: column;
    justify-content: space-between;
  }

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

  .panel-body-small {
    font-size: 15px;
  }

  .leistungen {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .tabs-horizontal-menu {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .panel-body {
    padding: 10px 0;
  }

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

  .circle-small {
    width: 25px;
    height: 25px;
  }

  .panel-subheading {
    font-size: 18px;
  }

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

  .icon-small {
    width: 13px;
  }

  .space-left-small {
    text-align: center;
    font-size: 15px;
  }

  .undertitle, .undertitle.white {
    font-size: 17px;
  }

  .h3 {
    font-size: 28px;
  }

  .h3.white {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.3em;
  }

  .heading-3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em;
  }

  .digital {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text, .text.white {
    font-size: 15px;
  }

  .warum-wir {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .grid-thirds-2 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .panel-3 {
    border-radius: 6px;
  }

  .panel-body-2 {
    padding: 20px 5%;
  }

  .image-79 {
    height: 250px;
  }

  .div-block-180 {
    padding: 26px 10px 32px;
  }

  .link-block-7.black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 15px;
  }

  .div-block-181 {
    margin-bottom: 10px;
  }

  .lateral-scroll-image._2 {
    height: auto;
  }

  .career {
    padding-top: 50px;
  }

  .career.align-left {
    height: auto;
  }

  .text-box-absolute {
    margin-left: 20px;
    margin-right: 30px;
    padding: 50px 3% 50px 7%;
  }

  .text-box-absolute.left {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 3%;
  }

  .slider {
    background-color: #0000;
    height: auto;
    margin-top: 10px;
    padding: 0 10px 20px;
  }

  .icon-2 {
    inset: 0% 0% 0% auto;
  }

  .icon-3 {
    inset: 0% auto 0% 0%;
  }

  .text-testimonials-hero {
    color: #fff;
    font-size: 15px;
  }

  .text-span {
    font-weight: 400;
  }

  .h3-big-2 {
    font-size: 28px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.align-right {
    padding-top: 80px;
  }

  .text-box-absolute-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .typed-text {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.3em;
  }

  .text-block-74 {
    font-size: 28px;
  }

  .less-top-margin {
    margin-top: 10px;
    font-size: 18px;
  }

  .intro-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .intro-item.last {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .subtitle-box {
    display: none;
  }

  .div-block-360 {
    margin-top: 10px;
  }

  .heading-box {
    width: 100%;
  }

  .grid-13 {
    flex-direction: column;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-96 {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-94 {
    font-size: 18px;
  }

  .h3-big-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .team {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .schwerpunkte {
    flex-direction: column;
    display: flex;
  }

  .schwerpunkte li {
    font-size: 15px;
  }

  .schwerpunkte ul {
    white-space: break-spaces;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-left: 20px;
    display: flex;
    overflow: visible;
  }

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

  .image-96 {
    height: 190px;
  }

  .heading-97 {
    font-size: 16px;
  }

  .content-width-extra-large {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .counter-block {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .counter-support-text {
    font-size: 15px;
  }

  .div-block-247 {
    margin-bottom: 20px;
  }

  .historie {
    padding-top: 0;
  }

  .div-block-236.kanzleiswiper {
    justify-content: center;
    margin-top: 20px;
  }

  .c-scrolling-item {
    width: 280px;
  }

  .heading-16 {
    text-align: center;
    font-size: 28px;
  }

  .heading-16.white {
    font-size: 28px;
  }

  .heading-98 {
    font-size: 25px;
  }

  .heading-98.white {
    font-size: 28px;
  }

  .faqs {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .faq_text {
    font-size: 15px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .h4-2 {
    margin-right: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .heading-11 {
    text-align: center;
    font-size: 22px;
    line-height: 1.3em;
  }

  .leistung {
    margin-bottom: 35px;
    padding: 30px 10px;
  }

  .leistungenwrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rich-text-block-5 {
    text-align: left;
  }

  .rich-text-block-5 ul {
    width: auto;
    padding-left: 20px;
    font-size: 15px;
  }

  .rich-text-block-5 li, .rich-text-block-5 p {
    font-size: 15px;
  }

  .leistungen-2 {
    padding-bottom: 0;
  }

  .digital-hero {
    height: auto;
    margin-top: 80px;
  }

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

  .div-block-362 {
    padding-left: 5%;
  }

  .heading-digital {
    font-size: 28px;
  }

  .digi-button-div {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .test {
    padding-top: 88px;
  }

  .karriere-hero {
    padding-top: 80px;
  }

  .quote-box-2 {
    width: 100%;
    padding: 20px 5%;
  }

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

  .quote-box-main-text-2 {
    padding-top: 20px;
    font-size: 28px;
  }

  .paragraph-11 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .prinzipien {
    padding-bottom: 35px;
  }

  .grid-halves-2 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-halves-2.space-bottom {
    margin-bottom: 15px;
  }

  .heading-99 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-101 {
    text-align: center;
    font-size: 15px;
  }

  .benefits {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .container-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-5.grid-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.justify-content-center {
    padding-top: 0;
  }

  .tabs-vertical-tab {
    font-size: 15px;
  }

  .tabs-vertical-tab:hover {
    color: #fff;
    background-color: #ffffff80;
  }

  .section-title-2 {
    margin-bottom: 10px;
  }

  .tabs-vertical-menu {
    margin-top: 20px;
  }

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

  .panel-body-3 {
    padding: 24px 10px;
  }

  .div-block-364 {
    margin-bottom: 0;
  }

  .grid-halves-3 {
    grid-row-gap: 56px;
  }

  .container-small-2.align-center {
    max-width: none;
  }

  .block-quote-text-2.large-text {
    margin-bottom: 0;
    font-size: 18px;
  }

  ._3-schritte {
    padding-top: 30px;
  }

  .medium-heading-2 {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 38px;
  }

  .medium-heading-2.k {
    font-size: 28px;
    line-height: 1.3em;
  }

  .panel-body-4 {
    padding: 24px;
  }

  .panel-body-4.panel-body-large {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 5%;
    position: static;
  }

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

  .div-block-367 {
    flex-direction: column;
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .title-benefits {
    font-size: 20px;
  }

  .panel-4 {
    border-radius: 6px;
  }

  .panel-image-left {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .panel-image-left.down {
    object-position: 50% 50%;
  }

  .leistungen-hero {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .grid-halves-4 {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-halves-4.space-bottom.heroleistungen.steuerberatung {
    margin-bottom: 20px;
  }

  .panel-body-5 {
    padding: 24px;
  }

  .panel-body-5.align-content-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-100 {
    font-size: 15px;
  }

  .h1-leistungen {
    font-size: 17px;
  }

  .h3-leistungen {
    font-size: 28px;
  }

  .section-1-leistungen {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 5%;
  }

  .mandanten-testimonials {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .panel-top-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .panel-body-6 {
    padding: 10px;
  }

  .mandanten-testimonial-name {
    font-size: 18px;
  }

  .text-mandanten-testimonial {
    font-size: 15px;
  }

  .faq-item {
    width: 100%;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: visible;
  }

  .faq-list, .faq-bottom {
    width: 100%;
  }

  .faq-icon {
    align-self: center;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .faq-bottom-content {
    width: 100%;
    padding-bottom: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 15px;
  }

  .faq-component {
    width: 100%;
  }

  .faq-text-2 {
    padding-left: .5rem;
    padding-right: .75rem;
  }

  .div-block-370 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .leistungen-punkte {
    width: 100%;
  }

  .leistungen-punkte p {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .leistungen-punkte li {
    font-size: 15px;
  }

  .h3-komepetenzbereiche {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .link.k {
    text-align: center;
    font-size: 15px;
  }

  .text-block-102.k {
    font-size: 15px;
  }

  .text-block-103 {
    text-align: center;
  }

  .section-10 {
    object-fit: cover;
    background-position: 10%;
    height: auto;
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .link-2.k {
    font-size: 15px;
  }

  .sld-01-img-2 {
    height: auto;
  }

  .sld-02-nav-2 {
    padding-right: 40%;
  }

  .sld-02-2 {
    height: auto;
  }

  .div-block-376 {
    padding-top: 35px;
  }

  .slider-content {
    width: 100%;
  }

  .small-button-digital {
    font-size: 13px;
  }

  .image-104.left {
    padding-right: 0;
  }

  .text-block-104 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-105 {
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
  }

  .text-block-106 {
    text-align: center;
    font-size: 15px;
  }

  .right-arrow-2 {
    filter: invert();
    height: 100px;
    inset: auto 0% 0% auto;
  }

  .slide-2, .mask {
    width: 100%;
  }

  .left-arrow-2 {
    filter: invert();
    height: 100px;
    inset: auto auto 0% 0%;
  }

  .bold-text-2 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 1.3em;
  }

  .bold-text-4 {
    font-size: 28px;
  }

  .text-block-107 {
    font-size: 12px;
  }

  .text-block-110 {
    font-size: 15px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .text-block-111 {
    font-size: 15px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 18px;
  }

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

  .section-11 {
    padding-top: 85px;
  }

  .heading-102 {
    font-size: 28px;
  }

  .impressumrich {
    width: 100%;
  }

  .impressumrich p {
    margin-bottom: 0;
    font-size: 15px;
    overflow: hidden;
  }

  .impressumrich h4 {
    font-size: 18px;
  }

  .impressumrich h3 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .impressumrich h5 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .impressumrich a {
    white-space: break-spaces;
  }

  .text-block-112 {
    font-size: 15px;
  }

  .text-block-113, .text-block-114 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-384 {
    padding-right: 0;
  }

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

  .text-block-115, .text-block-116 {
    font-size: 15px;
  }

  .text-block-117 {
    font-size: 12px;
  }

  .div-block-387 {
    margin-bottom: 20px;
  }

  .text-block-118, .text-block-119 {
    font-size: 15px;
  }

  .text-span-8, .text-span-9 {
    font-weight: 400;
  }
}

#w-node-_90d9c19a-0a17-c491-77a4-9f4a9685ae40-df8737ba {
  align-self: stretch;
}

#w-node-_1a3f1d9b-da7d-6b1a-93ac-99c6033d7fd7-df8737ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d9c19a-0a17-c491-77a4-9f4a9685ae4c-df8737ba {
  justify-self: end;
}

#w-node-ce23fb22-872f-da23-73da-0e829be9f57f-df8737ba, #w-node-_2427c3c7-8b9b-eb62-8ae2-4f392a37977e-df8737ba, #w-node-c949e63d-2aa0-6b14-c4a7-fb7c90b59187-a01db2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7792918-5efa-ab62-a8d0-3040a01db312-a01db2f4 {
  justify-self: stretch;
}

#w-node-af72fe53-52cb-c9ba-3bc3-7fa7d12d1653-a01db2f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb555178-f197-3d4a-ae82-bd7c9b817562-9b81755c {
  justify-self: center;
}

#w-node-cb555178-f197-3d4a-ae82-bd7c9b8175a0-9b81755c {
  justify-self: end;
}

#w-node-_14444597-5849-cd77-4f5b-5a7747e233fb-73873806, #w-node-d0050868-c805-b327-5391-9043bf0cabd9-73873806, #w-node-d0050868-c805-b327-5391-9043bf0cabda-73873806, #w-node-_741731dd-5ecd-77bb-f4fc-131475d09d01-73873806, #w-node-d0050868-c805-b327-5391-9043bf0cabe5-73873806, #w-node-_73b981cb-a348-6a01-54c7-33c5eff20745-73873806, #w-node-d0050868-c805-b327-5391-9043bf0cabf0-73873806, #w-node-_80df85c8-d760-76e6-ddb7-776882a72606-73873806, #w-node-_945a4e8a-4304-6802-c79c-3c25f49e0100-73873806, #w-node-_945a4e8a-4304-6802-c79c-3c25f49e0109-73873806, #w-node-_14444597-5849-cd77-4f5b-5a7747e233fb-6d87386d, #w-node-d0050868-c805-b327-5391-9043bf0cabd9-6d87386d, #w-node-d0050868-c805-b327-5391-9043bf0cabf0-6d87386d, #w-node-_80df85c8-d760-76e6-ddb7-776882a72606-6d87386d, #w-node-_945a4e8a-4304-6802-c79c-3c25f49e0100-6d87386d, #w-node-_945a4e8a-4304-6802-c79c-3c25f49e0109-6d87386d, #w-node-_14444597-5849-cd77-4f5b-5a7747e233fb-d3873874, #w-node-d0050868-c805-b327-5391-9043bf0cabd9-d3873874, #w-node-d0050868-c805-b327-5391-9043bf0cabda-d3873874, #w-node-_741731dd-5ecd-77bb-f4fc-131475d09d01-d3873874, #w-node-d0050868-c805-b327-5391-9043bf0cabe5-d3873874, #w-node-_73b981cb-a348-6a01-54c7-33c5eff20745-d3873874, #w-node-d0050868-c805-b327-5391-9043bf0cabf0-d3873874, #w-node-_80df85c8-d760-76e6-ddb7-776882a72606-d3873874, #w-node-_14444597-5849-cd77-4f5b-5a7747e233fb-6d96ddc1, #w-node-d0050868-c805-b327-5391-9043bf0cabd9-6d96ddc1, #w-node-d0050868-c805-b327-5391-9043bf0cabda-6d96ddc1, #w-node-_741731dd-5ecd-77bb-f4fc-131475d09d01-6d96ddc1, #w-node-d0050868-c805-b327-5391-9043bf0cabe5-6d96ddc1, #w-node-_73b981cb-a348-6a01-54c7-33c5eff20745-6d96ddc1, #w-node-d0050868-c805-b327-5391-9043bf0cabf0-6d96ddc1, #w-node-_80df85c8-d760-76e6-ddb7-776882a72606-6d96ddc1, #w-node-_14444597-5849-cd77-4f5b-5a7747e233fb-fc8cd3bb, #w-node-d0050868-c805-b327-5391-9043bf0cabd9-fc8cd3bb, #w-node-d0050868-c805-b327-5391-9043bf0cabda-fc8cd3bb, #w-node-_049bfe4b-5626-d7b0-fe33-67578a354b47-fc8cd3bb, #w-node-d0050868-c805-b327-5391-9043bf0cabe5-fc8cd3bb, #w-node-_1fba4767-bfe4-a25e-4b34-8d9e59657ed0-fc8cd3bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_821e607f-9c40-6c7e-cd05-34c62d5f6b5c-c82e5016 {
  place-self: start center;
}

#w-node-_821e607f-9c40-6c7e-cd05-34c62d5f6b6c-c82e5016 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_90d9c19a-0a17-c491-77a4-9f4a9685ae4c-df8737ba {
    justify-self: center;
  }

  #w-node-c949e63d-2aa0-6b14-c4a7-fb7c90b59187-a01db2f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7792918-5efa-ab62-a8d0-3040a01db312-a01db2f4 {
    place-self: center;
  }

  #w-node-_8d7c8d3a-451d-98e3-2a75-3c69e0f65c87-85873805 {
    align-self: stretch;
  }

  #w-node-c6720a30-f808-d173-fb23-357a77ade860-1b87383a, #w-node-c6720a30-f808-d173-fb23-357a77ade862-1b87383a {
    align-self: end;
  }

  #w-node-_821e607f-9c40-6c7e-cd05-34c62d5f6b6c-c82e5016 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Sporting Grotesque';
  src: url('../fonts/sporting_grotesque-bold_web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sporting Grotesque';
  src: url('../fonts/sporting_grotesque-regular_web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakarta Text';
  src: url('../fonts/plusjakartatext-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakarta Text';
  src: url('../fonts/plusjakartatext-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakarta Text';
  src: url('../fonts/plusjakartatext-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PlusJakarta Text';
  src: url('../fonts/plusjakartatext-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}