@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --body: #333;
  --title: black;
  --bg: #f3f5fb;
  --white: white;
  --primary: #0b273b;
  --black: black;
  --desktop-space: 60px;
  --tablet-space: 60px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 0px;
  --primary-gradient: #0b273b8c;
  --transparent: #fff0;
  --lines: #7d7d7d33;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
}

a:hover {
  text-decoration: none;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 10px;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.header {
  border-bottom: 1px solid #0003;
}

.header.home {
  border-bottom-style: none;
  border-bottom-color: #fff3;
}

.navbar {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar.home {
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: fixed;
}

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

.nav-menu {
  grid-column-gap: 36px;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

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

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
  display: flex;
}

.nav-link.white {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.nav-link.dark {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.primary-btn {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.submit {
  color: #fff;
  background-color: #000;
  background-image: url('../images/ic-arrow.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 40px;
}

.primary-btn.submit:hover {
  color: #000;
  background-color: #fff;
  background-image: url('../images/ic-arrow-btn.svg');
}

.primary-btn.white {
  color: #fff;
  border-color: #ffffff1a;
  padding: 8px 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.primary-btn.white:hover {
  color: #000;
  background-color: #fff;
}

.primary-btn.dark, .primary-btn.dark.w--current {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.kontakt-header {
  margin-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.page-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.page-info {
  width: 100%;
  max-width: 410px;
  margin-bottom: 0;
  font-size: 14px;
}

.page-data {
  margin-bottom: var(--desktop-space);
}

.page-data.bg-white {
  background-color: var(--white);
}

.page-data.padding-top {
  padding-top: 10vh;
}

.main-title {
  margin-bottom: 0;
}

.sg-font {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
}

.text-heading {
  color: #000;
  font-family: Erode, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.body-font {
  color: #000;
  font-size: 100px;
  font-weight: 300;
  line-height: 100%;
}

.font-title {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.sg-title {
  margin-bottom: var(--desktop-space);
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.table-text {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.body-small {
  color: var(--body);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.body-small.white {
  color: #fff;
}

.body-large {
  color: var(--body);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.font-info {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120px;
  display: flex;
}

.sg-section {
  margin-bottom: var(--desktop-space);
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

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

.color-main.body-color {
  background-color: var(--body);
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

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

.button-wrap.right {
  justify-content: flex-end;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  z-index: 10;
  background-color: var(--primary);
  position: relative;
}

.ft-wrap {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.ft-data {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.ft-left {
  color: #fff;
}

.ft-address {
  width: 100%;
  max-width: 260px;
  margin-top: 8px;
}

.ft-menu-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ft-menu-link:hover {
  color: #ffffff80;
  text-decoration: none;
}

.ft-menu-link.top {
  padding-top: 0;
}

.ft-menu-link.last {
  padding-bottom: 0;
}

.social-wrap {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff14;
}

.social-link:focus {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.ft-right, .ft-menu-wrap {
  grid-column-gap: 100px;
  align-items: flex-start;
  display: flex;
}

.ft-contact {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.ft-text {
  color: #fff;
  padding-bottom: 6px;
  font-size: 18px;
}

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

.ft-contact-link:hover {
  text-decoration: underline;
}

.ft-btm {
  color: #fff;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  display: flex;
}

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

.ft-phone-link:hover {
  text-decoration: underline;
}

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

.ft-btm-link:hover {
  text-decoration: underline;
}

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

.error-data {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.error-text {
  margin-top: 50px;
  margin-bottom: 40px;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 60px 55px;
  display: flex;
}

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

.password-body {
  background-color: #f9f9f9;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.input:focus {
  border-bottom-color: #000;
}

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

.input.newslatter {
  border-bottom-color: #000;
  padding-right: 40px;
}

.field-label {
  text-align: left;
  font-weight: 400;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 150%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover, .plain-link:active, .plain-link:focus {
  text-decoration: underline;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title {
  margin-bottom: 0;
}

.single-text {
  border-top: 1px solid #0000001a;
  margin-bottom: 0;
  padding-top: 30px;
}

.license-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.disclamer-block {
  grid-row-gap: 10px;
  border: 1px solid #0000001a;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.info-inner {
  padding-bottom: 30px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.section-is-kontakt {
  margin-bottom: var(--desktop-space);
}

.kontakt-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: var(--primary);
  color: #fff;
  font-weight: 400;
}

.textarea {
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  width: 100%;
  height: auto;
  min-height: 140px;
  margin-bottom: 0;
  padding: 10px 0;
}

.textarea:focus {
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.kontakt-right {
  width: 100%;
  max-width: 50%;
}

.form-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.error-message {
  text-align: center;
  padding: 20px;
}

.contact-form {
  margin-bottom: 0;
}

.two-field {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.kontakt-left {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.contact-title {
  border-bottom: 1px solid var(--primary-gradient);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-info {
  grid-row-gap: 4px;
  flex-direction: column;
  margin-bottom: 18px;
  display: flex;
}

.contact-link {
  text-decoration: none;
}

.contact-address {
  width: 100%;
  max-width: 250px;
  margin-bottom: 0;
}

.branches {
  margin-bottom: var(--desktop-space);
}

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

.sub-title {
  grid-column-gap: 6px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
}

.title-line {
  background-color: var(--body);
  width: 1px;
  height: 16px;
}

.title {
  margin-bottom: 0;
}

.branches-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.branch-img {
  background-color: var(--bg);
}

.branch-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.branch-data {
  margin-top: 12px;
}

.branch-name {
  margin-bottom: 2px;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.faq-image {
  width: 100%;
}

.faq-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 42%;
  position: relative;
  overflow: hidden;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans.w--open {
  position: relative;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.faq-wrapper {
  width: 100%;
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
}

.ans-text {
  color: #333;
  width: 100%;
  max-width: 95%;
  margin-bottom: 0;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.que-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.ans-box {
  padding-top: 15px;
}

.faq {
  z-index: 1;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 24px;
}

.faq.top {
  padding-top: 0;
}

.faq-title {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

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

.cta-wrap {
  display: flex;
}

.cta-left {
  border-right: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 46%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  display: flex;
}

.cta-right {
  grid-column-gap: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 54%;
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
}

.cta-title {
  margin-bottom: 0;
}

.newslatter {
  position: relative;
}

.cta-data {
  width: 100%;
  max-width: 40%;
  margin-bottom: 80px;
}

.cta-img {
  background-color: #e7edff;
  width: 100%;
  max-width: 60%;
}

.cta-image {
  width: 100%;
}

.cta-name {
  margin-bottom: 2px;
}

.cta-text-data {
  grid-row-gap: 94px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.link-about_me {
  grid-column-gap: 6px;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.link-about_me.white {
  color: #fff;
}

.submit-btn {
  background-color: #0000;
  background-image: url('../images/ic-arrow-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
}

.post-list {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.post-link {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.post-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 60%;
  position: relative;
  overflow: hidden;
}

.post-data {
  width: 100%;
  max-width: 40%;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
}

.post-title {
  margin-bottom: 8px;
}

.post-info {
  margin-bottom: 0;
}

.link-wrap {
  margin-top: 40px;
  display: inline-block;
}

.empty-state {
  background-color: var(--bg);
  text-align: center;
}

.blog-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.blog-main-title {
  width: 100%;
  max-width: 80%;
  margin-bottom: 0;
}

.date-wrap {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.post-main {
  margin-bottom: 60px;
}

.post-main-img {
  background-color: var(--bg);
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  margin-bottom: var(--desktop-space);
}

.post-rich-text {
  width: 100%;
  max-width: 900px;
}

.pagination {
  justify-content: flex-end;
  margin-top: 40px;
}

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

.team-block {
  cursor: pointer;
}

.team-img {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.team-data {
  margin-top: 18px;
}

.member-name {
  margin-bottom: 2px;
  font-size: 18px;
}

.plus-icon {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.team-info {
  margin-top: 20px;
  margin-bottom: 30px;
}

.linkedin {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.tam-detail {
  z-index: 111;
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100vh;
  margin: auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mail {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.close-icon {
  cursor: pointer;
  width: 100%;
  max-width: 6%;
  position: absolute;
  inset: 5px 5px auto auto;
}

.team-role {
  font-size: 14px;
}

.icon-wrap {
  grid-column-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-modal-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 100px 40px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.tm-name {
  margin-top: 0;
  margin-bottom: 2px;
}

.post-date {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  padding: 6px 16px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

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

.case-study-item {
  display: flex;
}

.case-study-link {
  width: 100%;
  text-decoration: none;
}

.cs-img {
  background-color: var(--bg);
  overflow: hidden;
}

.cs-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.cs-data {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  padding: 20px;
}

.cs-ttle {
  margin-bottom: 35px;
  font-weight: 400;
}

.cs-main-title {
  width: 100%;
  max-width: 80%;
}

.case-study-main {
  margin-bottom: 60px;
}

.cs-main-img {
  background-color: var(--bg);
}

.cs-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.case-study-details {
  margin-bottom: var(--desktop-space);
}

.cs-details {
  width: 100%;
  max-width: 900px;
}

.objective {
  margin-bottom: 60px;
}

.cs-detail-title {
  margin-bottom: 15px;
}

.cs-detail-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.solution {
  margin-bottom: 60px;
}

.result-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.result-block {
  grid-row-gap: 132px;
  background-color: #fff;
  border-left: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.result-block.first {
  border-left-width: 0;
  padding-left: 0;
}

.result-tag {
  color: #000;
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 14px;
  display: inline-block;
}

.result-data {
  width: 100%;
}

.result-text {
  color: #000;
  border-bottom: 1px solid #0003;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 100%;
}

.result-text.revenue {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cs-info {
  border: 1px solid #0003;
  width: 100%;
  max-width: 336px;
  padding: 40px;
}

.cs-info-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.cs-info-title {
  margin-bottom: 0;
}

.review {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  height: 100%;
  position: relative;
}

.review-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  min-height: 600px;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.review-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-right {
  width: 100%;
  max-width: 58%;
  height: 100%;
}

.review-slider {
  background-color: #0000;
  margin-bottom: 60px;
}

.d-none {
  display: none;
}

.review-text {
  margin-bottom: 40px;
  font-family: Erode, sans-serif;
  font-size: 34px;
  line-height: 120%;
}

.review-name {
  color: #000;
  margin-bottom: 2px;
}

.left-arrow {
  background-image: url('../images/left-arrow-white_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0003;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  position: absolute;
  inset: auto 50px 0% auto;
}

.left-arrow:hover {
  background-color: #000;
  background-image: url('../images/left-arrow-white.svg');
}

.right-arrow {
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0003;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  position: absolute;
  inset: auto 0 0% auto;
}

.right-arrow:hover {
  background-color: #000;
  background-image: url('../images/right-arrow-white.svg');
}

.service {
  margin-bottom: var(--desktop-space);
}

.service-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link {
  border: 1px solid #0003;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  transition: border-color .3s;
}

.service-link:hover {
  border-color: #000;
}

.service-icon {
  object-fit: cover;
  width: 100%;
  max-width: 120px;
  max-height: 120px;
}

.service-number {
  font-size: 24px;
  font-weight: 200;
  line-height: 100%;
}

.service-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.service-ttle {
  margin-bottom: 8px;
}

.service-main {
  margin-bottom: 60px;
}

.service-main-img {
  background-color: var(--bg);
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-detail {
  margin-bottom: var(--desktop-space);
}

.overview {
  margin-bottom: 60px;
}

.service-info-title {
  margin-bottom: 15px;
}

.service-wrap {
  width: 100%;
  max-width: 900px;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 60%;
}

.about-image {
  width: 100%;
}

.revenue {
  border-bottom: 1px solid #0003;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-data {
  grid-row-gap: 180px;
  flex-direction: column;
  width: 100%;
  max-width: 40%;
  display: flex;
}

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

.check-list-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 30px;
  list-style-type: none;
}

.check-list {
  grid-row-gap: 18px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.vision {
  margin-bottom: var(--desktop-space);
}

.vision-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.vision-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 62%;
}

.vision-image {
  width: 100%;
}

.section-data {
  width: 100%;
  max-width: 38%;
}

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

.sectiono-expertise {
  margin-bottom: var(--desktop-space);
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
}

.service-list-v2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link-v2 {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-title {
  border: 1px solid #0003;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 14px;
  display: inline-block;
}

.service-data-v2 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.service-icon-v2 {
  width: 80px;
  height: 80px;
}

.service-text {
  height: 3em;
  margin-bottom: 25px;
  overflow: hidden;
}

.mission {
  margin-bottom: var(--desktop-space);
}

.mission-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.mission-image {
  width: 100%;
}

.mission-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.mission-data {
  width: 100%;
  max-width: 50%;
}

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

.mission-checklist {
  margin-top: 35px;
}

.facts {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.fact-wrap {
  justify-content: space-between;
  display: flex;
}

.fact-block {
  cursor: pointer;
  margin-bottom: 8px;
}

.fact-block.about {
  border-top: 1px solid #0000001a;
  margin-bottom: 0;
  padding-top: 15px;
}

.fact-title {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.fact-dot {
  border: 1px solid #0003;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.fact-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 200;
  line-height: 120%;
}

.value {
  margin-bottom: var(--desktop-space);
}

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

.value-block {
  grid-row-gap: 120px;
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 35px;
  transition: border-color .3s;
  display: flex;
}

.value-block:hover {
  border-color: #000;
}

.value-data {
  border-top: 1px #0000001a;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.value-text {
  color: #000;
  font-size: 88px;
  font-weight: 300;
  line-height: 100%;
}

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

.blog-item {
  display: flex;
}

.blog-link {
  width: 100%;
  text-decoration: none;
}

.blog-img {
  background-color: var(--bg);
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.blog-data {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  padding: 20px;
}

.blog-title {
  margin-top: 8px;
  margin-bottom: 35px;
  font-weight: 400;
}

.team-title {
  margin-bottom: 0;
}

.cs-title-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-is-about {
  margin-bottom: 60px;
}

.about-top {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-h2 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 200;
}

.about-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 75vh;
  min-height: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.about-left {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.about-btm {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: grid;
}

.section-is-arbeitsweise {
  margin-bottom: var(--desktop-space);
}

.arbeitsweise-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.arbeitsweise-img_wrap {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  height: 100%;
}

.arbeitsweise-img {
  width: 100%;
  height: 100%;
}

.journey-data {
  width: 100%;
  max-width: 50%;
}

.journey-info {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.journey-block {
  border-bottom: 1px solid #0003;
  padding-bottom: 25px;
}

.journey-title {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  margin-bottom: 6px;
  font-size: 18px;
  display: flex;
}

.werte-icon {
  background-color: #000;
  width: 16px;
  height: 16px;
}

.journey-text {
  margin-bottom: 0;
  margin-left: 10px;
}

.secton-is-faq {
  margin-bottom: var(--desktop-space);
}

.cs-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.featured-cs {
  grid-row-gap: 195px;
  background-color: var(--primary);
  color: #fff;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.cs-left {
  width: 100%;
  max-width: 35%;
  height: 100%;
}

.featured-cs-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.featured-cs-title.dark {
  color: #000;
}

.cs-btn {
  border: 1px solid #fff3;
  border-radius: 0;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 170%;
  transition: background-color .3s;
  display: inline-block;
}

.cs-btn:hover {
  background-color: #ffffff1a;
}

.cs-btn.dark {
  color: #000;
  border-color: #0003;
  transition: color .3s, background-color .3s;
}

.cs-btn.dark:hover {
  color: #fff;
  background-color: #000;
}

.cs-right {
  width: 100%;
  max-width: 65%;
}

.cs-link {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cs-featured-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  overflow: hidden;
}

.cs-featured-image {
  object-fit: cover;
  width: 100%;
  min-height: 370px;
  max-height: 370px;
}

.cs-featured-data {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.cs-collection {
  flex-direction: column;
  height: 100%;
}

.team-section {
  margin-bottom: var(--desktop-space);
}

.clients {
  margin-bottom: var(--desktop-space);
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.zertifikate-wrapper {
  grid-column-gap: 120px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-header {
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  display: block;
}

.zertifikate-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand-logo {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 50px;
}

.brand-logo.invert {
  filter: invert();
  object-fit: contain;
  height: 50px;
}

.brand-logo.invert.ebs {
  height: 50px;
}

.brand-logo.invert._75, .brand-logo._75 {
  width: 75%;
}

.client-title {
  margin-bottom: 0;
}

.hero {
  margin-bottom: var(--desktop-space);
  background-image: linear-gradient(#0000001a, #0000), linear-gradient(#0000004d, #0000004d), url('../images/benjamin-child-GWe0dlVD9e0-unsplash_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-content {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.hero-data {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  margin-left: 0;
  display: flex;
}

.hero-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

.hero-text {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.hero-text-data {
  width: 100%;
  max-width: 35%;
  margin-left: auto;
}

.hero-line {
  background-color: #ffffff80;
  width: 120px;
  height: 1px;
  margin-bottom: 12px;
}

.hero-wrap {
  grid-row-gap: 230px;
  flex-direction: column;
  margin-top: 180px;
  margin-bottom: 40px;
  display: flex;
}

.hero-btm {
  justify-content: space-between;
  display: flex;
}

.hero-left {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.hero-small-text {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.hero-tag-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.hero-tag {
  background-color: var(--transparent);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.hero-tag:hover {
  background-color: var(--transparent);
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.purchase-badge:hover {
  box-shadow: 0 1px 4px #0000001a;
}

.about-flex {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-img_wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-img {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  display: block;
  overflow: clip;
}

.text-block {
  font-family: Oswald, sans-serif;
}

.text-block.bigger {
  color: var(--bg);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block.number-big {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block.leistung {
  border: .5px solid var(--black);
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 300;
}

.text-block.werte {
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.text-block.small {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.text-block.small.padding-is-10 {
  margin-left: 0;
  padding-left: 10px;
}

.text-block.cap {
  text-transform: uppercase;
}

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

.text-block-2 {
  font-family: PT Serif, serif;
}

.number-about {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.leistung-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leistung-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--title);
  border: 1px solid #0000001a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 60%;
  padding: 4.5em 1.5em 3em;
  text-decoration: none;
  display: grid;
}

.leistung-card.is-one {
  background-image: linear-gradient(#00000080, #00000080), url('../images/review.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.leistung-card.is-two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.leistung-card.is-three {
  background-image: linear-gradient(#00000080, #00000080), url('../images/faq.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leistung-linkblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.leistung-textwrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.leistung-icon {
  width: 75px;
  height: 75px;
}

.paragraph {
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 200;
}

.paragraph.leistung-text {
  color: var(--title);
  margin-bottom: 0;
}

.paragraph.leistung-text.black {
  color: var(--title);
}

.paragraph.is-about {
  margin-bottom: 20px;
}

.paragraph.white {
  color: var(--bg);
}

.paragraph.white.margin-20 {
  margin-bottom: 40px;
  font-family: Erode, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.paragraph.is-intro_leistung {
  margin-bottom: 35px;
}

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

.button-text {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.icon-arrow {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}

.div-leistung {
  border-top: 1px solid #0000001a;
  padding-top: 20px;
}

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

.section-is-qualifikation {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.zert_wrapper {
  text-align: center;
  border-top: 1px solid #0000001a;
  padding: 15px 15px 10px;
}

.icon_wrapper {
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  width: 100%;
}

.div-block.div-cert {
  justify-content: center;
  align-items: stretch;
}

.div-cert {
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 12em;
  min-height: auto;
  padding: 10px 40px;
  transition: border-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.div-cert:hover {
  border-color: var(--body);
}

.title-cert {
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 1.3;
}

.logo-text {
  filter: invert();
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 26px;
}

.subheading-textblock {
  text-transform: uppercase;
  font-family: PT Serif, serif;
}

.textlink {
  font-family: PT Serif, serif;
  font-weight: 500;
}

.textlink.smaller {
  margin-right: 5px;
  font-size: 14px;
}

.textblock-smaller {
  font-family: PT Serif, serif;
  font-size: 12px;
}

.faq_wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-faq {
  border-bottom: 1px solid #0000001a;
  width: 100%;
}

.togg-faq {
  width: 100%;
}

.toggle-open {
  width: 100%;
  height: auto;
  position: static;
}

.toggle-open.w--open {
  background-color: var(--white);
  padding: 10px 15px 20px;
}

.nav-wrap_black {
  background-color: var(--primary);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10vh;
}

.leistung-hero {
  background-color: var(--primary);
  background-image: linear-gradient(#00000080, #00000080), url('../images/benjamin-child-GWe0dlVD9e0-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.leistung-hero.beratung {
  background-image: linear-gradient(#0006, #0006), url('../images/sebastien-gabriel--IMlv9Jlb24-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leistung-hero.seminare {
  background-image: linear-gradient(#0006, #0006), url('../images/petr-vysohlid-9fqwGqGLUxc-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leistung-hero.coaching {
  background-image: linear-gradient(#0006, #0006), url('../images/frank-mckenna-4V8JxijgZ_c-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leistung-info {
  padding: 10vh 1.5em;
}

.leistung-cta {
  max-width: 1336px;
  padding: 5vh 1.5em;
}

.heading-h1 {
  color: var(--bg);
  margin-bottom: 0;
}

.heading-h1.dark {
  color: var(--title);
  font-family: Erode, sans-serif;
}

.subheading.white {
  color: var(--bg);
}

.subheading.bigger {
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.leistung-info_wrapper {
  width: 100%;
  max-width: 1440px;
  display: flex;
  overflow: clip;
}

.leistung-info_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.leistung-info_right {
  justify-content: flex-end;
  align-items: stretch;
  width: 55%;
  padding-left: 4em;
  display: flex;
}

.cta-wrap {
  background-image: linear-gradient(121deg, var(--transparent), var(--transparent) 65%, var(--primary) 65%), linear-gradient(to bottom, var(--primary-gradient), var(--primary-gradient)), url('../images/samson-ZGjbiukp_-A-unsplash.jpg');
  background-position: 0 0, 0 0, 50% 65%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  position: relative;
}

.cta-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: absolute;
  left: 3.5em;
  right: auto;
}

.heading-h3 {
  color: var(--bg);
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.cta-link {
  background-color: var(--primary);
  border-top-left-radius: 400vw;
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
}

.button {
  background-color: var(--white);
  color: var(--title);
  font-size: 14px;
}

.button.dark {
  background-color: var(--title);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.button.dark.leistungen {
  justify-content: center;
  align-items: center;
  padding: 10px 10px 12px;
  display: flex;
}

.button.on-leistung {
  background-color: var(--title);
  color: var(--white);
  text-align: center;
}

.cta_img {
  z-index: 10;
  background-image: url('../images/A7_04301-Kopie.pdf.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 125%;
  position: absolute;
  right: 0;
}

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

.ablauf-grid.two-rows {
  grid-template-columns: 1fr 1fr;
}

.ablauf-card_is {
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.ablauf-card_is._1, .ablauf-card_is._2 {
  box-shadow: none;
  border: 1px solid #0000001a;
  padding-top: 40px;
  padding-bottom: 25px;
  padding-right: 20px;
}

.ablauf-card_is._3, .ablauf-card_is._4 {
  box-shadow: none;
  border: 1px solid #0000001a;
  padding-top: 40px;
  padding-bottom: 25px;
}

.textblock-big {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

.divider {
  border-bottom: 1px dotted #0000001a;
  width: 100%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-bottom: 4em;
}

.divider-dot {
  background-color: var(--bg);
  border-radius: 20px;
  width: 6px;
  height: 1px;
}

.section-is_leistungen {
  padding-top: 0;
  padding-bottom: 80px;
}

.leistungen-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 2.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.leistunge-heading {
  color: var(--black);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.leistunge-heading.smaller {
  width: 150px;
  font-size: 20px;
}

.leistunge-heading.smaller.werdegang {
  font-family: Oswald, sans-serif;
}

.leistunge-heading.smaller.werdegang.break {
  width: auto;
}

.leistunge-heading.mid {
  white-space: pre-wrap;
  overflow-wrap: normal;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
}

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

.expertise-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #0000001a;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.leistung_image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 70vh;
}

.leistung-ablauf {
  padding-top: 4em;
  padding-bottom: 4em;
}

.div-usp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto 1px auto;
  grid-auto-columns: 1fr;
  width: 75%;
  height: auto;
  display: grid;
}

.divide-vertical {
  background-color: #0000001a;
  width: 1px;
  height: 90%;
}

.ablauf-head {
  justify-content: space-between;
  display: flex;
}

.leistung-container {
  width: 90%;
  display: flex;
}

.leistung-image {
  width: 40%;
}

.leisutng_img {
  object-fit: cover;
  width: auto;
  height: 100%;
  min-height: auto;
}

.pagewrap {
  padding-top: 10vh;
  padding-bottom: 4em;
}

.pagewrap.kontakt {
  padding-top: 10vh;
}

.section {
  background-color: #e1dfd8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.impressum {
  background-color: var(--white);
  padding-top: 140px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

.page-data-2 {
  margin-bottom: 75px;
  padding-top: 10vh;
}

.container-2 {
  flex-flow: column;
  width: 100%;
  max-width: 1336px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo {
  width: 300px;
}

.logo.footer {
  width: 200px;
}

.textblock-footer {
  color: var(--bg);
  font-family: Generalsans, sans-serif;
  font-size: 12px;
}

.textblock-footer.bigger {
  font-size: 16px;
}

.section-is-werdegang {
  padding-top: 60px;
  padding-bottom: 60px;
}

.werdegang-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.werdegang-img_wrapper {
  border-right: 1px solid var(--lines);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 180px;
  padding: 15px 20px;
  display: flex;
}

.img-werdergang {
  width: 150px;
}

.werdegang-text_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: auto;
  padding-left: 40px;
  display: flex;
}

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

.flex.werdegang-wrap {
  border-bottom: 1px solid var(--lines);
  flex-flow: column;
  padding: 20px 0;
}

.werdegang-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 40px 10px 20px;
  display: flex;
}

.werdegang-text.w--open {
  background-color: var(--white);
  padding: 20px;
  position: static;
  top: auto;
}

.form.old {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .about-right {
    height: auto;
  }

  .zertifikate-wrap {
    max-width: 100%;
  }

  .leistung-cta {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .base-container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: none;
    padding-left: 4em;
    padding-right: 4em;
  }

  .about-right {
    height: auto;
    max-height: 100%;
  }

  .about-img {
    max-height: none;
  }

  .leistung-info {
    padding-left: 4em;
    padding-right: 4em;
  }

  .leistung-cta {
    max-width: none;
    padding-left: 4em;
    padding-right: 4em;
  }

  .leistung-info_wrapper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_img {
    height: 100%;
  }

  .pagewrap.home {
    padding-top: 0;
  }

  .section.impressum {
    padding-bottom: 4em;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    max-width: 1600px;
  }

  .logo {
    width: 450px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu.home {
    z-index: 100;
    background-color: var(--primary);
    width: 45%;
    height: 100%;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu-wrap {
    flex-direction: column;
    height: auto;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0;
  }

  .nav-link.white {
    font-size: 16px;
  }

  .primary-btn {
    justify-content: center;
    display: flex;
  }

  .primary-btn.white {
    border-color: #ffffff4d;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .top-line {
    background-color: #000;
    width: 25px;
  }

  .top-line.white {
    background-color: #fff;
  }

  .middle-line {
    background-color: #000;
    width: 25px;
  }

  .middle-line.white {
    background-color: #fff;
  }

  .bottom-line {
    background-color: #000;
    width: 25px;
  }

  .bottom-line.white {
    background-color: #fff;
  }

  .page-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-info {
    max-width: 360px;
  }

  .page-data, .sg-font {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .table-row {
    grid-column-gap: 20px;
  }

  .sg-title {
    margin-bottom: var(--tablet-space);
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .ft-data {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .ft-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .social-wrap {
    padding-top: 0;
  }

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

  .ft-menu-wrap {
    justify-content: space-between;
    width: 100%;
    max-width: 55%;
  }

  .utility-page-content {
    padding: 40px;
  }

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

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .section-is-kontakt {
    margin-bottom: var(--tablet-space);
  }

  .kontakt-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .kontakt-right {
    max-width: 100%;
  }

  .kontakt-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

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

  .contact-data {
    grid-column-gap: 60px;
    align-items: flex-start;
    display: flex;
  }

  .contact-info {
    margin-bottom: 0;
  }

  .branches {
    margin-bottom: var(--tablet-space);
  }

  .branches-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .branch-image {
    min-height: 410px;
    max-height: 410px;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-img, .faq-wrapper {
    max-width: 100%;
  }

  .faq {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .cta-left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .cta-right {
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 30px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-data {
    max-width: 60%;
    margin-bottom: 60px;
  }

  .cta-img {
    max-width: 40%;
  }

  .cta-text-data {
    grid-row-gap: 40px;
  }

  .post-image {
    min-height: 300px;
    max-height: 300px;
  }

  .link-wrap {
    margin-top: 30px;
  }

  .blog-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-main-title {
    font-size: 44px;
  }

  .post-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .post-details {
    margin-bottom: var(--tablet-space);
  }

  .post-rich-text {
    max-width: 100%;
  }

  .team-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .team-image {
    min-height: 270px;
    max-height: 270px;
  }

  .team-modal-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .case-study-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-link {
    flex-direction: column;
    display: flex;
  }

  .cs-image {
    min-height: 260px;
    max-height: 260px;
  }

  .cs-main-title {
    max-width: 100%;
    font-size: 44px;
  }

  .cs-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .case-study-details {
    margin-bottom: var(--tablet-space);
  }

  .cs-details {
    max-width: 100%;
  }

  .objective {
    margin-bottom: 40px;
  }

  .cs-detail-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .solution {
    margin-bottom: 40px;
  }

  .result-block {
    grid-row-gap: 100px;
  }

  .cs-info {
    max-width: 100%;
  }

  .review {
    margin-bottom: var(--tablet-space);
  }

  .review-wrap {
    min-height: 450px;
  }

  .review-slider {
    height: 100%;
    margin-bottom: 40px;
  }

  .review-text {
    font-size: 28px;
  }

  .service {
    margin-bottom: var(--tablet-space);
  }

  .service-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-icon {
    max-width: 100px;
    max-height: 100px;
  }

  .service-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .service-detail {
    margin-bottom: var(--tablet-space);
  }

  .overview {
    margin-bottom: 40px;
  }

  .service-wrap {
    max-width: 100%;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 40px;
    align-items: stretch;
  }

  .about-image {
    object-fit: cover;
    height: 100%;
  }

  .about-data {
    grid-row-gap: 40px;
  }

  .check-list {
    grid-row-gap: 10px;
  }

  .vision {
    margin-bottom: var(--tablet-space);
  }

  .vision-wrap {
    grid-column-gap: 30px;
  }

  .vision-img {
    max-width: 55%;
  }

  .section-data {
    max-width: 45%;
  }

  .sectiono-expertise {
    margin-bottom: var(--tablet-space);
  }

  .service-list-v2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .service-link-v2, .service-data-v2 {
    grid-row-gap: 25px;
  }

  .mission {
    margin-bottom: var(--tablet-space);
  }

  .mission-img {
    max-width: 100%;
  }

  .mission-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mission-data {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fact-wrap {
    grid-column-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .value {
    margin-bottom: var(--tablet-space);
  }

  .value-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image {
    min-height: 260px;
    max-height: 260px;
  }

  .cs-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-is-about {
    margin-bottom: var(--tablet-space);
  }

  .heading-h2 {
    font-size: 40px;
  }

  .about-right {
    max-width: 45%;
    height: 65vh;
  }

  .about-left {
    max-width: 50%;
  }

  .about-btm {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .section-is-arbeitsweise {
    margin-bottom: var(--tablet-space);
  }

  .arbeitsweise-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .arbeitsweise-img_wrap, .journey-data {
    max-width: 100%;
  }

  .secton-is-faq {
    margin-bottom: 0;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    align-items: stretch;
  }

  .featured-cs {
    grid-row-gap: 150px;
    min-height: 100%;
  }

  .cs-left {
    max-width: 40%;
  }

  .featured-cs-title {
    font-size: 18px;
  }

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

  .cs-featured-img {
    max-width: 50%;
  }

  .cs-featured-image {
    min-height: 288px;
    max-height: 288px;
  }

  .cs-featured-data {
    padding: 20px;
  }

  .team-section, .clients {
    margin-bottom: var(--tablet-space);
  }

  .zertifikate-wrapper {
    grid-column-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-header {
    grid-row-gap: 40px;
    max-width: 55%;
  }

  .zertifikate-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    background-image: linear-gradient(to bottom, #0000001a, #0000), linear-gradient(to bottom, null, null), url('../images/hero.jpg');
    background-position: 0 0, 0 0, 0%;
  }

  .hero-content {
    grid-row-gap: 50px;
  }

  .hero-data {
    max-width: 70%;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-text-data {
    max-width: 40%;
  }

  .hero-wrap {
    grid-row-gap: 100px;
    margin-top: 100px;
  }

  .hero-tag-wrap {
    max-width: 45%;
  }

  .section-is-qualifikation {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .faq-frage {
    white-space: pre-wrap;
  }

  .leistung-info {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .leistung-faq, .leistung-cta {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .leistung-info_wrapper {
    flex-flow: column;
  }

  .leistung-info_left {
    width: 100%;
    margin-bottom: 2em;
  }

  .leistung-info_right {
    width: 100%;
    padding-right: 4em;
  }

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

  .divider-dot {
    display: none;
  }

  .leistunge-heading.smaller.werdegang.break {
    white-space: pre-wrap;
    width: auto;
  }

  .leistung-ablauf {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .leisutng_img {
    height: 100%;
  }

  .text-block-4 {
    white-space: pre-wrap;
  }

  .section {
    padding-bottom: 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .page-data-2 {
    margin-bottom: 100px;
  }

  .container-2 {
    flex-flow: column;
    max-width: 100%;
  }

  .werdegang-wrapper {
    width: auto;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  ol {
    padding-left: 25px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .navbar {
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-title-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-info {
    max-width: 100%;
  }

  .page-data, .sg-font {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .sg-title {
    margin-bottom: var(--landscape-mobile-space);
  }

  .table-text {
    font-size: 14px;
  }

  .color-box {
    max-width: 80px;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

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

  .ft-btm {
    flex-direction: column;
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .error-data {
    max-width: 90%;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px 20px;
  }

  .pass-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .cs-title {
    font-size: 56px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

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

  .info-block {
    grid-row-gap: 50px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .section-is-kontakt {
    margin-bottom: var(--landscape-mobile-space);
  }

  .two-field {
    grid-column-gap: 25px;
    grid-template-rows: auto;
  }

  .branches {
    margin-bottom: var(--landscape-mobile-space);
  }

  .sub-title {
    margin-bottom: 2px;
  }

  .branches-wrap {
    grid-column-gap: 20px;
  }

  .branch-image {
    min-height: 300px;
    max-height: 300px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq-img {
    max-width: 100%;
  }

  .que {
    grid-column-gap: 60px;
  }

  .ans-text, .que-title {
    font-size: 16px;
  }

  .ans-box {
    padding-top: 15px;
  }

  .cta-wrap {
    flex-direction: column;
  }

  .cta-left {
    grid-row-gap: 50px;
    border-bottom: 1px solid #0000001a;
    border-right-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

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

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

  .post-list {
    grid-row-gap: 60px;
  }

  .post-link {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .post-img, .post-data {
    max-width: 100%;
  }

  .blog-title-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-main-title {
    max-width: 100%;
    font-size: 40px;
  }

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

  .post-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .post-details {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .team-image {
    min-height: 300px;
    max-height: 300px;
  }

  .team-data {
    margin-top: 10px;
  }

  .plus-icon {
    bottom: 15px;
    right: 15px;
  }

  .tam-detail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-icon {
    max-width: 8%;
  }

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

  .case-study-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .cs-image {
    min-height: 180px;
    max-height: 180px;
  }

  .cs-main-title {
    font-size: 40px;
  }

  .case-study-main {
    margin-bottom: 40px;
  }

  .cs-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .case-study-details {
    margin-bottom: var(--landscape-mobile-space);
  }

  .objective, .solution {
    margin-bottom: 30px;
  }

  .result-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .result-block.last {
    border-left-width: 0;
    border-right: 1px solid #0003;
    padding-left: 0;
  }

  .review {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
  }

  .review-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .review-img {
    max-width: 100%;
    position: static;
    right: 0;
  }

  .review-right {
    max-width: 100%;
  }

  .review-text {
    font-size: 21px;
  }

  .service {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-link {
    padding: 30px;
  }

  .service-icon {
    max-width: 80px;
    max-height: 80px;
  }

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

  .service-main-image {
    min-height: 280px;
    max-height: 280px;
  }

  .service-detail {
    margin-bottom: var(--landscape-mobile-space);
  }

  .overview {
    margin-bottom: 30px;
  }

  .about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-img {
    max-width: 100%;
  }

  .about-data {
    grid-row-gap: 20px;
    max-width: 100%;
  }

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

  .vision {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .vision-img, .section-data {
    max-width: 100%;
  }

  .sectiono-expertise {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-list-v2 {
    grid-column-gap: 50px;
  }

  .mission, .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .value {
    margin-bottom: var(--landscape-mobile-space);
  }

  .value-wrap {
    grid-template-columns: 1fr;
  }

  .blog-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .blog-image {
    min-height: 180px;
    max-height: 180px;
  }

  .cs-title-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-is-about {
    margin-bottom: var(--landscape-mobile-space);
  }

  .about-top {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .about-right, .about-left {
    max-width: 100%;
  }

  .about-btm {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-is-arbeitsweise {
    margin-bottom: var(--landscape-mobile-space);
  }

  .arbeitsweise-wrapper {
    grid-row-gap: 20px;
  }

  .secton-is-faq {
    margin-bottom: 0;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cs-left, .cs-right {
    max-width: 100%;
  }

  .cs-featured-image {
    min-height: 270px;
    max-height: 270px;
  }

  .team-section, .clients {
    margin-bottom: var(--landscape-mobile-space);
  }

  .zertifikate-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-header, .zertifikate-wrap {
    max-width: 100%;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-data {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-text-data {
    max-width: 50%;
    display: none;
  }

  .hero-wrap {
    grid-row-gap: 60px;
    margin-top: 60px;
  }

  .hero-tag-wrap {
    max-width: 55%;
  }

  .hero-tag {
    padding: 10px 20px;
  }

  .leistung-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .section-is-qualifikation {
    margin-bottom: 80px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .page-data-2 {
    margin-bottom: 80px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .nav-menu.home {
    width: 100%;
    padding-top: 10vh;
  }

  .container.hero-mobile {
    height: 100%;
    padding-top: 8em;
  }

  .nav-menu-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-link.white {
    font-size: 18px;
  }

  .humburg-menu.invert {
    filter: invert();
  }

  .page-data, .sg-font {
    margin-bottom: var(--portrait-mobile-space);
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-title {
    margin-bottom: var(--portrait-mobile-space);
  }

  .title-top {
    display: none;
  }

  .body-large.small {
    font-size: 16px;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .color-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .ft-data {
    flex-direction: column-reverse;
  }

  .ft-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-wrap {
    padding-top: 20px;
  }

  .ft-right {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ft-menu-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .ft-contact {
    grid-column-gap: 50px;
    grid-row-gap: 25px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: grid;
  }

  .ft-text {
    font-size: 16px;
  }

  .ft-contact-link {
    font-size: 14px;
  }

  .error-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .version-info {
    align-items: start;
  }

  .disclamer-block {
    padding: 20px;
  }

  .info-block {
    grid-row-gap: 60px;
    flex-wrap: nowrap;
    display: flex;
    overflow: hidden;
  }

  .section-is-kontakt {
    margin-bottom: var(--portrait-mobile-space);
    padding-bottom: 4em;
  }

  .kontakt-wrapper {
    grid-row-gap: 40px;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-title {
    font-size: 20px;
  }

  .contact-data {
    grid-column-gap: 40px;
  }

  .branches {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .section-title.werte {
    margin-bottom: 50px;
  }

  .branches-wrap {
    grid-template-columns: 1fr;
  }

  .branch-image {
    min-height: 390px;
    max-height: 390px;
  }

  .branch-data {
    margin-top: 15px;
  }

  .branch-name {
    font-size: 18px;
  }

  .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .que {
    grid-column-gap: 10px;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .ans-text {
    padding-left: 30px;
  }

  .ans-box {
    padding-top: 14px;
  }

  .faq {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .faq-title {
    grid-column-gap: 15px;
  }

  .cta-title {
    font-size: 20px;
  }

  .cta-data {
    max-width: 100%;
  }

  .cta-img {
    display: none;
  }

  .post-image {
    min-height: 200px;
    max-height: 200px;
  }

  .post-title {
    font-size: 16px;
    font-weight: 500;
  }

  .post-info {
    font-size: 14px;
  }

  .link-wrap {
    margin-top: 25px;
  }

  .blog-main-title {
    font-size: 30px;
  }

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

  .post-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .post-details {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .team-image {
    min-height: 180px;
    max-height: 180px;
  }

  .team-data {
    font-size: 14px;
    line-height: 120%;
  }

  .member-name {
    font-size: 16px;
    line-height: 150%;
  }

  .plus-icon {
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 10px;
  }

  .close-icon {
    max-width: 12%;
  }

  .icon-wrap {
    grid-column-gap: 10px;
  }

  .team-modal-wrap {
    padding: 25px;
  }

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

  .cs-image {
    min-height: 240px;
    max-height: 240px;
  }

  .cs-main-title {
    font-size: 30px;
  }

  .case-study-main {
    margin-bottom: 20px;
  }

  .cs-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .case-study-details {
    margin-bottom: var(--portrait-mobile-space);
  }

  .result-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .result-block {
    grid-row-gap: 16px;
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .result-block.last {
    border-right-width: 0;
  }

  .result-tag {
    padding: 6px 20px;
  }

  .result-text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .cs-info {
    padding: 25px;
  }

  .cs-info-wrap {
    margin-bottom: 30px;
  }

  .review {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 20px;
  }

  .review-wrap {
    grid-row-gap: 15px;
  }

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

  .review-text {
    margin-bottom: 25px;
  }

  .left-arrow {
    width: 35px;
    height: 35px;
    right: 45px;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
  }

  .service {
    margin-bottom: var(--portrait-mobile-space);
  }

  .service-icon {
    max-width: 70px;
    max-height: 70px;
  }

  .service-number {
    font-size: 20px;
  }

  .service-data {
    margin-top: 30px;
  }

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

  .service-main-image {
    min-height: 200px;
    max-height: 200px;
  }

  .service-detail, .about {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .vision {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .sectiono-expertise {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .service-link-v2 {
    grid-row-gap: 15px;
  }

  .service-title {
    padding: 6px 20px;
  }

  .service-data-v2 {
    grid-row-gap: 15px;
  }

  .service-icon-v2 {
    width: 60px;
    height: 60px;
  }

  .service-text {
    height: auto;
  }

  .mission {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .mission-checklist {
    margin-top: 20px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .fact-block.about {
    padding-top: 20px;
  }

  .value {
    margin-bottom: var(--portrait-mobile-space);
  }

  .value-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .value-block {
    grid-row-gap: 60px;
    padding: 25px;
  }

  .value-data {
    padding-top: 15px;
  }

  .value-text {
    font-size: 58px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    min-height: 200px;
    max-height: 200px;
  }

  .team-title {
    font-size: 42px;
  }

  .cs-title-wrap {
    padding-bottom: 15px;
  }

  .service-main-title {
    font-size: 40px;
  }

  .section-is-about {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heading-h2 {
    font-size: 35px;
  }

  .about-btm {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-is-arbeitsweise {
    margin-bottom: var(--portrait-mobile-space);
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .journey-info {
    grid-row-gap: 15px;
  }

  .journey-block {
    padding-bottom: 15px;
  }

  .journey-text {
    font-size: 14px;
  }

  .secton-is-faq {
    margin-bottom: var(--portrait-mobile-space);
    height: auto;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .featured-cs {
    padding-left: 20px;
  }

  .featured-cs-title {
    font-size: 22px;
  }

  .cs-link {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cs-featured-img {
    max-width: 100%;
  }

  .cs-featured-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cs-featured-data {
    grid-row-gap: 10px;
    border-top-width: 0;
    border-right: 1px solid #0000001a;
    max-width: 100%;
    padding: 10px 10px 10px 0;
  }

  .team-section, .clients {
    margin-bottom: var(--portrait-mobile-space);
  }

  .section-header {
    margin-bottom: 0;
  }

  .zertifikate-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brand-logo {
    max-width: 175px;
    height: 75px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
    height: 90vh;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-text-data {
    max-width: 100%;
  }

  .hero-line {
    margin-bottom: 8px;
  }

  .hero-wrap {
    grid-row-gap: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .hero-left {
    flex-flow: column;
    display: flex;
  }

  .hero-tag-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    display: none;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .number-about {
    font-size: 45px;
  }

  .leistung-wrap {
    grid-template-columns: 1fr;
  }

  .leistung-card {
    width: 100%;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .leistung-linkblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-is-qualifikation {
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-cert {
    padding: 5px 30px 5px 39px;
  }

  .textblock-smaller {
    font-size: 14px;
  }

  .faq-frage {
    white-space: pre-wrap;
    word-break: normal;
  }

  .togg-faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .leistung-hero {
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-h1.leistung-page {
    text-align: center;
    font-size: 40px;
  }

  .subheading.white.leistung-page {
    text-align: center;
  }

  .leistung-info_right {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrap {
    min-height: 80vh;
    padding: 1em;
  }

  .cta-content {
    width: 100%;
    position: static;
    top: 1.5em;
    left: 1.5em;
    right: auto;
  }

  .heading-h3 {
    font-size: 40px;
  }

  .cta_img {
    width: 100%;
    height: 45vh;
    position: static;
  }

  .ablauf-grid, .ablauf-grid.two-rows {
    grid-template-columns: 1fr;
  }

  .section-is_leistungen {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .leistung_image {
    overflow: clip;
  }

  .leistung-container {
    flex-flow: column;
    width: 100%;
  }

  .leistung-image, .leisutng_img {
    width: 100%;
  }

  .pagewrap {
    padding-top: 5vh;
  }

  .pagewrap.home {
    padding-top: 0;
  }

  .section {
    padding-bottom: 0;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .page-data-2 {
    margin-bottom: 60px;
  }

  .werdegang-img_wrapper {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .werdegang-text_wrap {
    padding-left: 10px;
  }

  .werdegang-toggle {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-b042ef87-9334-e06f-5a7c-5c22965143b5-65f706cf, #w-node-b042ef87-9334-e06f-5a7c-5c22965143b7-65f706cf, #w-node-b042ef87-9334-e06f-5a7c-5c22965143b6-65f706cf, #w-node-b042ef87-9334-e06f-5a7c-5c22965143b9-65f706cf, #w-node-_5f989e22-d4dd-374f-e8f3-f8b979320ec8-65f706cf, #w-node-b042ef87-9334-e06f-5a7c-5c22965143ba-65f706cf, #w-node-b042ef87-9334-e06f-5a7c-5c22965143bc-65f706cf, #w-node-_9e03793a-99ed-395e-e57d-197f6141cdfa-6141cded, #w-node-b205f23a-da3c-096e-1a96-ab995f4823ba-42ddfa3c, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a27324-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a2732a-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a27330-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a27336-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a27342-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a2734e-a4fe53c4, #w-node-_683974d7-1f77-6bd3-1814-8a70f6a27354-a4fe53c4, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af161-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af167-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af16d-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af173-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af17f-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af18b-2ee56f19, #w-node-_40e0cf58-b378-bbb1-9b43-0d84c06af191-2ee56f19, #w-node-f40265a2-1490-a07e-632f-b115a815e2b4-6026e0b1, #w-node-_9b7e458e-6ac8-bf2e-e613-7eb232d98da5-d9a6e50d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}