@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk Vf;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main-color: #3c414d;
  --second-color: #c6c8cc;
  --gray-light: #f1f4ff;
  --gainsboro: black;
  --premium-color: #f7a02b;
  --line-color: #e2e2e2;
  --gray-light-color: #8e9299;
  --green: green;
  --red: red;
  --beige: #f2ede0;
  --blauton: #3c414d;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@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 {
  background-color: var(--white);
  color: var(--main-color);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: var(--main-color);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--second-color);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: .9;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.page-content.no-padding {
  padding-left: 0;
}

.container {
  z-index: 4;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

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

.container.container_anfrage {
  margin-bottom: 50px;
  position: relative;
}

.container.calendly_header {
  justify-content: center;
  align-items: flex-start;
  padding: 24px 3%;
}

.container.container_projekt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section {
  z-index: 1;
  background-color: var(--white);
  padding: 100px 5%;
  position: relative;
}

.section.info {
  background-color: var(--main-color);
  padding-top: 150px;
}

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

.section.color {
  background-color: var(--main-color);
  color: var(--gray-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.color.for-contact {
  padding-top: 200px;
}

.section.gray {
  background-color: #f7f7f7;
}

.section.gray._80px {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 15px;
}

.section.zertifikate {
  padding-top: 0;
}

.text-field {
  color: var(--main-color);
  background-color: #0000;
  border-radius: 10px;
  height: 48px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field:focus {
  border: 1px solid #a1c4e4;
}

.text-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.text-field.discount {
  flex: none;
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  flex: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 600;
}

.checkbox-label {
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  font-size: 15px;
  font-weight: 600;
}

.paypal-name {
  color: var(--main-color);
  letter-spacing: -.5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

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

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.display-1.second {
  font-size: 47px;
}

.display-1.second.white {
  font-weight: 400;
}

.display-1.third {
  font-size: 42px;
}

.display-1.third.erfahrung {
  margin-bottom: 40px;
}

.display-1.fourth {
  font-size: 29px;
}

.display-1.fourth.main-white {
  color: var(--white);
}

.display-1.cta {
  font-size: 54px;
}

.display-1.inner {
  font-size: 60px;
}

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

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.3;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.block-header {
  background-color: #fff;
}

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

.block-content.discount {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

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

.style-guide-grid.less {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  place-items: center;
}

.yellow-background {
  background-color: var(--second-color);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-gray {
  color: var(--gray-light);
}

.color-text {
  font-weight: 500;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--second-color);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.color-block._1 {
  background-color: var(--main-color);
  color: var(--white);
}

.body-link {
  color: var(--gainsboro);
  font-size: 14px;
  font-weight: 600;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 17px;
  font-weight: 600;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  border: 2px solid var(--second-color);
  background-color: var(--second-color);
  color: var(--main-color);
  text-align: center;
  border-radius: 30px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button:hover {
  opacity: .84;
}

.button.discount {
  text-align: center;
  justify-content: center;
  height: 42px;
}

.button.small {
  padding: 10px 29px;
  font-size: 16px;
}

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.main-logo {
  width: 90px;
  min-width: 200px;
}

.blog-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-animation {
  overflow: hidden;
}

.button-circle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dark-link {
  color: var(--gainsboro);
}

.photo-animation-main {
  transition: all .3s;
  position: relative;
}

.photo-a {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.success-message {
  color: var(--second-color);
  background-color: #f1f4ff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

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

.card-container {
  grid-column-gap: 100px;
  text-align: left;
  border: 1px solid #e1e1e1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 60px 66px;
  display: flex;
  position: relative;
}

.feature-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature {
  opacity: 1;
  color: var(--main-color);
  font-size: 15px;
  font-weight: 600;
}

.feature.dark {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-type {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.pricing-title {
  margin-bottom: 16px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.relative-div {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

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

.margin-50px.kontakterfahrung {
  margin-top: 15px;
  margin-bottom: 30px;
}

.margin-50px.projekt {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow-link {
  border: 2px solid var(--second-color);
  color: var(--gray-light);
  text-align: center;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  overflow: hidden;
}

.button-arrow-link.fill {
  border-style: solid;
  border-color: var(--second-color);
  background-color: var(--second-color);
  color: var(--main-color);
}

.button-arrow-link.fill.kontaktbuttonerfahrung {
  border: 1px solid var(--premium-color);
  background-color: var(--premium-color);
  color: var(--white);
  border-radius: 0;
}

.button-arrow-link.fill.kontaktbuttonerfahrung:hover {
  border: 1px solid var(--main-color);
  background-color: var(--white);
  color: var(--main-color);
}

.button-arrow-link.fill.kontaktbuttonerfahrung.cta {
  border-color: var(--main-color);
  background-color: var(--premium-color);
  color: var(--gray-light);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
}

.button-arrow-link.fill.kontaktbuttonerfahrung.cta:hover {
  background-color: var(--white);
  color: var(--main-color);
}

.button-label {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.label-button {
  font-size: 16px;
  font-weight: 600;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.icon-arrow {
  width: 18px;
}

.icon-arrow.invert {
  opacity: .6;
  filter: invert();
}

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

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main-color);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 95vh;
  padding-top: 84px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  background-color: var(--second-color);
  place-items: center;
  min-height: auto;
  padding-top: 187px;
  padding-bottom: 70px;
  display: block;
}

.hero.second {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 185px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-grid.inner {
  display: block;
}

.subhead {
  opacity: 1;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead.fourth {
  max-width: 100%;
  font-family: PT Serif Caption, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.subhead.fifth {
  max-width: 100%;
  font-size: 24px;
  line-height: 29px;
}

.subhead.small.color {
  color: var(--white);
}

.subhead.small.trans {
  opacity: 0;
}

.subhead.for-inner {
  max-width: 100%;
}

.subhead.white {
  opacity: 1;
}

.subhead._80 {
  max-width: 80%;
  font-size: 16px;
  font-weight: 500;
}

.subhead.small {
  color: #3c414d;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.gray-text {
  opacity: .6;
}

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

.grid-3-columns.for-team {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.grid-3-columns.add-space {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #e3e3e3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.add-space.space_funktion {
  border-bottom-style: none;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.button-line {
  color: #2c2c2c;
  white-space: nowrap;
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line:hover {
  color: #b26cf1;
  border-bottom-color: #b26cf1;
  padding-right: 0;
}

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

.margin-100px.bruecke {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.margin-100px.bruecke.loesung {
  grid-template-columns: 1fr 1fr;
}

.max-w-left.left {
  max-width: 100%;
}

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

.footer {
  padding: 20px 5% 30px;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  color: var(--main-color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .6;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer-title {
  color: var(--main-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-main-grid {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
  padding-top: 50px;
}

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

.gray-link {
  color: var(--gainsboro);
  text-decoration: none;
  display: inline;
}

.copyright {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.social-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.divider-line {
  background-color: #ffffff12;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-details-flex {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-details-flex.vertical {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.contact-link {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.form-grid {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input::placeholder {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.contact-form-right-side {
  background-color: var(--gray-light);
  align-items: center;
  padding: 40px 55px;
  display: flex;
}

.contact-form-right-side.second {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex-direction: column;
  align-items: stretch;
}

.text-area {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.team-wrapper-second {
  background-color: var(--white);
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 35px 20px 40px;
}

.team-wrapper-second.no-left {
  border-right-style: none;
}

.legal-wrapper {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.4;
}

.line-item {
  margin-bottom: 5px;
}

.photo-rounded {
  width: 100%;
}

.most-popular-tag {
  color: #f2e7fc;
  border: 1px solid #e4e5e93d;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  inset: 12px 12px auto auto;
}

.hero-w-width {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.icon-outline {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-outline.second {
  margin-bottom: 15px;
  position: relative;
}

.icon-outline.second.add-margin {
  margin-bottom: 30px;
}

.features-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.features-title.blue-big {
  font-size: 20px;
}

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

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.services-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--second-color);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-bottom.with-photo {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/banner_1banner.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #ffffff29;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-wrapper:hover {
  background-color: #31353f;
  padding-left: 20px;
}

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

.margin-25px.add-line-divider {
  border-top: 1px solid #0000001a;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.toggle-main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: var(--white);
  text-transform: uppercase;
  max-width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}

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

.blog-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-image-link {
  width: 100%;
  margin-bottom: 25px;
  transition: all .3s;
  box-shadow: 0 24px 48px -12px #1018284d;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.blog-meta-wrapper {
  color: var(--main-color);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.blog-title-link {
  text-decoration: none;
  display: block;
}

.blog-title-main {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}

.social-icon {
  filter: grayscale();
  width: 27px;
  height: 27px;
}

.social-icon:hover {
  opacity: .61;
}

.option-list-hide {
  display: none;
}

.right-pricing {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.left-pricing {
  width: 50%;
}

.leagl-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 0rem;
  background-color: var(--main-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 95px;
  display: grid;
}

.header-content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 85px;
  padding-right: 85px;
}

.service-image-wrapper {
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  max-height: 45rem;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sidebar {
  margin-top: 20px;
  position: sticky;
  top: 100px;
}

.brochure-card {
  border: 1px solid #e1e1e1;
  padding: 37px 33px;
}

.service-page-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-rich-text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.price-flex {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-flex.left {
  justify-content: flex-start;
}

.price {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif Caption, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.price.compare {
  color: var(--second-color);
  text-decoration: line-through;
}

.text-field-select {
  color: #3f4242;
  background-color: #0000;
  border: 1px solid #b8b6b4;
  border-radius: 30px;
  height: 50px;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 37px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #3f4242;
  font-size: 16px;
  font-weight: 500;
}

.text-field-select.for-size {
  border-width: 1px;
  border-color: var(--main-color);
  color: var(--gainsboro);
  border-radius: 6px;
  align-items: center;
  padding-left: 10px;
  padding-right: 16px;
  display: flex;
}

.cart-quantity {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

.select-field {
  border: 1px none var(--main-color);
  color: var(--main-color);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: var(--main-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.badge-paragraph.kundenfeedback {
  margin-top: 0;
}

.blue-color {
  color: #4353ff;
}

.menu-dropdown {
  z-index: 2;
}

.cart-list {
  padding-left: 24px;
}

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

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-quantity-sidebar {
  color: #131b14;
  background-color: #0000;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  border-right: 1px solid #0000002b;
  padding-right: 20px;
}

.cart-header {
  padding: 13px 24px 13px 25px;
}

.option-list {
  opacity: 1;
  color: var(--main-color);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.svg-icon {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.heading-white-2 {
  font-size: 20px;
  font-weight: 500;
}

.nav-link {
  color: var(--main-color);
  padding: .75rem .7rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: opacity .3s;
}

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

.nav-link.w--current {
  opacity: .8;
  color: var(--main-color);
}

.cart-quantity-main {
  z-index: 2;
  color: var(--main-color);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
}

.button-arrow-link-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border: 2px solid #e1f6ef;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 26px 15px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  filter: invert();
  background-color: #ffffff1c;
  background-image: url('../images/cross_1cross.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.icon-small-left {
  width: 1.3rem;
  height: 1.3rem;
}

.cart-main {
  padding: .75rem 1rem;
}

.cart-main.mobile {
  display: none;
}

.cart-main.desktop {
  z-index: 20;
  padding: .35rem 1.3rem .35rem 12px;
  position: relative;
}

.dropdown-link {
  grid-column-gap: .7rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: .55rem .75rem .55rem 0;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
  padding-left: .75rem;
}

.navbar-drodpdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-drodpdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 14rem;
  padding: 1.25rem;
}

.navbar-drodpdown-list.auto {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-drodpdown-list.auto.w--open {
  background-color: #fff;
  border-color: #f1f1f1;
  border-radius: .4rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.dropdown-content {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-content.block {
  display: block;
}

.no-items-found-2 {
  color: #131b14;
  font-size: 17px;
  font-weight: 500;
}

.remove-button-2 {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.logo-main {
  min-width: 200px;
}

.empty-state {
  flex-direction: column;
}

.item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  opacity: 1;
  color: var(--main-color);
  align-items: center;
  padding: .75rem 2.2rem .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

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

.cart-wrapper {
  z-index: 999;
  background-color: #3c414df2;
}

.flex-nav-button {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.smaller-text-2 {
  opacity: .63;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
}

.item-heading {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
}

.product-price-main {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.product-price-main.in-sidebar {
  font-size: 21px;
  font-weight: 600;
}

.button-remove {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-remove.smaller {
  opacity: .71;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.button-remove.smaller:hover {
  opacity: 1;
}

.cart-container {
  background-color: #fff;
  max-width: 600px;
}

.image-small-product {
  width: 46px;
  margin-right: 10px;
}

.first-element {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border-radius: 50px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #529774;
}

.product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

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

.cart-button-main {
  color: var(--main-color);
  background-color: #0000;
  justify-content: center;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

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

.button-flex.cta {
  justify-content: center;
  align-items: center;
}

.cta-center {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block {
  flex: none;
}

.overlay-all {
  background-image: linear-gradient(#3c414d99, #3c414d99);
  position: absolute;
  inset: 0%;
}

.line-divider {
  background-color: var(--line-color);
  width: 1px;
  height: 100%;
}

.line-divider.white-light {
  background-color: var(--white);
  opacity: .13;
}

.metrics-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-wrapper.no-line {
  border-right-style: none;
}

.number {
  color: var(--main-color);
  text-align: left;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.subhead-fun {
  text-align: left;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead-fun.smaller {
  font-size: 17px;
}

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

.max-w {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.circle-glow-absolute {
  opacity: .37;
  mix-blend-mode: overlay;
  width: 900px;
  position: absolute;
  inset: 329px auto 0% -400px;
}

.circle-glow-absolute.referenzen {
  top: -101px;
}

.what-we-do-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--white);
  box-shadow: 2px 2px 5px 0 var(--main-color);
  color: var(--main-color);
  border: 1px #e1e1e1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px 10px 20px;
  display: flex;
}

.what-we-do-icons.no-line {
  border-right-style: none;
}

.subhead-main {
  opacity: 1;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.smaller {
  font-size: 20px;
}

.circle-button-wrapper {
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-items: center;
  min-height: 66px;
  display: flex;
  position: relative;
}

.circle-button {
  background-color: var(--main-color);
  background-image: url('../images/icons8-right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.circle-button:hover {
  background-color: var(--gray-light-color);
}

.social-icon-2 {
  width: 19px;
}

.social-icon-2.no-invert {
  width: 22px;
}

.social-link-main {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-link-main:hover {
  opacity: .8;
  color: var(--premium-color);
}

.form-single {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.copyright-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-field-gray {
  z-index: 1;
  color: #0f1029;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 66px;
  margin-bottom: 0;
  margin-right: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}

.text-field-gray::placeholder {
  color: #63666d;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-main {
  color: var(--main-color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  color: #0f1029;
}

.subscribe-form {
  width: 100%;
  margin-bottom: 0;
}

.footer-title-2 {
  color: var(--main-color);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.footer-title-2.white {
  color: #fff;
}

.footer-2 {
  z-index: 2;
  padding: 70px 5% 30px;
  position: relative;
}

.container-2 {
  z-index: 10;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-main-grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 3.45fr minmax(auto, 1fr);
  align-items: start;
}

.footer-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.background-hero {
  opacity: .26;
  background-image: url('../images/banner_1banner.avif');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-hero-2-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--main-color);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.15fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.biger-light {
  color: var(--second-color);
  letter-spacing: 1px;
  margin-right: 3px;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  top: 1px;
}

.image {
  opacity: 1;
}

.gray-color {
  color: var(--gray-light-color);
}

.founder-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #e3e3e3;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  padding-top: 25px;
  display: flex;
}

.photo {
  background-image: url('../images/yannick-berthelsen-spiegel_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.ceo-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 26px;
}

.role {
  color: #63666d;
  margin-bottom: 0;
  font-size: 16px;
}

.line-vertical {
  background-color: #e3e3e3;
  width: 1px;
  height: 85px;
  margin-left: 20px;
  margin-right: 25px;
  position: relative;
}

.sign {
  opacity: 1;
}

.circle-overlay-3 {
  background-color: var(--main-color);
  opacity: .2;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  position: absolute;
}

.left-part {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.maw-w-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 442px;
  margin-right: auto;
  display: flex;
}

.maw-w-right.sticky {
  position: sticky;
  top: 60px;
}

.circle-overlay-2 {
  background-color: var(--main-color);
  opacity: .3;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.photo-right {
  z-index: 15;
  background-image: url('../images/photo-6_1photo-6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  display: flex;
  position: relative;
}

.circle-play {
  z-index: 1;
  background-color: var(--main-color);
  background-image: url('../images/icons8-play-filled.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
}

.circle-overlay {
  background-color: var(--main-color);
  opacity: .4;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
}

.servcies-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.servce-number {
  background-color: var(--gray-light);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.circle-main {
  background-color: var(--main-color);
  border: 1px solid #ffffff29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.max-w-center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subhead-testi {
  opacity: 1;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.subhead-testi.small {
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.first-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.brand-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
  margin-bottom: 0;
}

.card-testimonial {
  background-image: linear-gradient(51deg, #fff, #fffffff2);
  border: 1px solid #e9e9e9;
  border-top-color: #e1e1e1;
  margin-top: 0;
  padding: 35px 48px 12px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-testimonial:hover {
  transform: scale(.97);
}

.card-testimonial.five {
  margin-top: 45px;
}

.testimonials-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

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

.gray-color-2 {
  opacity: .6;
}

.overlay-bottom {
  background-image: linear-gradient(#0000, #fff 94%);
  justify-content: center;
  align-items: flex-end;
  min-height: 200px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.image-2 {
  filter: grayscale(0%);
}

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

.paragraph {
  opacity: 1;
  color: var(--main-color);
  margin-top: 20px;
}

.paragraph.projekt {
  text-align: center;
}

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

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.paragraph-2 {
  opacity: 1;
}

.list {
  color: var(--gray-light-color);
  font-size: 14px;
}

.list.schmerz {
  margin-top: 10px;
}

.list-item {
  font-weight: 400;
}

.list-item-2 {
  font-size: 17px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

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

.mehrwert_heading.mehrwert_projekt {
  color: var(--main-color);
  font-size: 24px;
}

.mehrwert_textitem {
  color: var(--line-color);
}

.mehrwert_textitem.ueber_uns {
  color: var(--gray-light);
  font-size: 13px;
}

.mehrwert_image {
  max-width: 3%;
  margin-right: 5px;
}

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

.mehrwert_textitem_bold {
  color: var(--gray-light);
}

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

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--main-color);
}

.image-3 {
  min-width: 200px;
}

.teamviewer {
  color: var(--premium-color);
}

.impressum_paragraph {
  opacity: 1;
  font-size: 14px;
}

.impressum_paragraph.impressum_paragraph_header {
  font-weight: 700;
}

.code-embed {
  flex: 1;
  align-self: auto;
  display: block;
}

.button-3 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border-radius: 50px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button-3:hover {
  color: #fff;
  background-color: #529774;
}

.cart-quantity-main-2 {
  z-index: 2;
  color: #3c414d;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
}

.cart-button-main-2 {
  color: #3c414d;
  background-color: #0000;
  justify-content: center;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.option-list-2 {
  margin-top: 10px;
}

.button-arrow-link-3 {
  color: #f1f4ff;
  text-align: center;
  border: 2px solid #c6c8cc;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  overflow: hidden;
}

.button-arrow-link-3.fill {
  color: #3c414d;
  background-color: #c6c8cc;
  border-color: #c6c8cc;
}

.code-embed-2 {
  clear: none;
  object-fit: fill;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.code-embed-3 {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.calendly_container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.image-4 {
  max-width: 200px;
  display: block;
}

.div_block_projekt {
  padding-left: 100px;
  padding-right: 100px;
}

.section-2 {
  position: relative;
}

.div-block-6 {
  margin-bottom: 14px;
  padding-bottom: 7px;
}

.fa_social_icons {
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.heading-style-h2 {
  font-size: 31px;
  font-weight: 700;
}

.heading-style-h2.cta {
  color: var(--gray-light);
  text-align: center;
  margin-bottom: 40px;
}

.timeline6_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline6_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-6-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

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

.margin-bottom-2.margin-xxlarge {
  z-index: 5;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.margin-bottom-2.margin-small {
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-2.margin-xxsmall, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline6_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.timeline6_progress-line-cover {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline6_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.heading-style-h3 {
  font-size: 24px;
  font-weight: 700;
}

.heading-style-h3.prozesskosten {
  margin-top: 40px;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-4.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.timeline6_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.max-width-large {
  width: 100%;
}

.max-width-large.align-center.z-index-1 {
  background-color: var(--gray-light);
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.z-index-2 {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.timeline6_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline6_item {
  z-index: 2;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  padding: 2rem;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.timeline6_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 2rem;
  height: 100%;
  margin-left: -2rem;
  display: flex;
  position: absolute;
}

.timeline6_progress-line {
  z-index: 0;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.section_timeline6 {
  background-color: #fff;
}

.heading-style-h5 {
  color: var(--green);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-global {
  background-color: var(--gray-light);
  padding-left: 5%;
  padding-right: 5%;
}

.timeline6_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xsmall, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline6_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.timeline2_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline2_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline2_progress-line-cover {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline2_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline2_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 100%;
  margin-left: -8rem;
  display: flex;
  position: absolute;
}

.section_timeline2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.timeline2_progress-line {
  z-index: 0;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline2_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline-2-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  position: relative;
}

.timeline2_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline2_content {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.timeline2_content-left {
  padding-right: 1rem;
  position: sticky;
  top: 5rem;
}

.timeline2_content-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline2_item {
  z-index: 2;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  overflow: hidden;
}

.timeline2_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline-10-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  position: relative;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_empty-space {
  width: 100%;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline10_item {
  z-index: 2;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  overflow: hidden;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.text-align-center {
  background-color: var(--white);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.text-align-center.l-sung {
  max-width: 800px;
  padding-top: 10px;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.section_timeline10 {
  z-index: -3;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.timeline13_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.timeline13_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.timeline-13-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  position: relative;
}

.timeline13_image {
  aspect-ratio: 1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
}

.timeline13_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_progress-line-cover {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline13_progress {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.section_timeline13 {
  z-index: -3;
  background-color: #fff;
}

.timeline13_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-text-color-1\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline13_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--\<unknown\|relume-variable-background-color-1\>));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline13_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline13_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_progress-line {
  z-index: 0;
  background-color: var(--main-color);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline13_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 60px;
  display: grid;
  position: relative;
}

.timeline13_component {
  z-index: 5;
  position: relative;
}

.timeline13_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-background-color-1\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline13_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.timeline13_image-wrapper {
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.z-index-1 {
  background-color: var(--white);
}

.timeline13_progress-line-cover-2 {
  z-index: 0;
  color: var(--gray-light);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.section_timeline13-2 {
  z-index: 5;
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline13_progress-line-2 {
  z-index: 1;
  background-color: var(--main-color);
  width: 3px;
  height: 5vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.padding-global-2 {
  background-color: var(--gray-light);
  padding-left: 5%;
  padding-right: 5%;
}

.timeline13_progress-line-cover-3 {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.section_timeline13-3 {
  z-index: -3;
  background-color: var(--white);
}

.timeline13_progress-line-3 {
  z-index: 1;
  background-color: var(--main-color);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline13_content-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.timeline13_progress-line-cover-4 {
  z-index: 2;
  background-color: var(--main-color);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline13_progress-2 {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.section_timeline13-4 {
  z-index: -3;
  background-color: var(--gray-light);
}

.section_timeline13-4.z-index-1 {
  background-color: var(--white);
  padding-bottom: 100px;
}

.timeline13_progress-line-4 {
  z-index: 0;
  background-color: var(--main-color);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline13_content-3 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-2 {
  font-weight: 500;
}

.imagemargin-20px {
  margin-top: 20px;
}

.listprogramm {
  margin-top: 10px;
  font-weight: 500;
}

.subtext_programm {
  color: var(--green);
  font-weight: 700;
}

.div-block-8 {
  padding-left: 20px;
}

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

.div_right_cost {
  padding: 20px 40px;
}

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

.grid_prozesskosten_hx {
  font-weight: 700;
}

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

.referenzen_grid {
  width: 100%;
}

.div_referenz_karte {
  border: 1px solid var(--main-color);
  background-color: var(--white);
  box-shadow: 2px 2px 5px 0 var(--main-color);
}

.div_referenzen_header {
  text-align: center;
  align-self: auto;
  width: 100%;
}

.referenz_karte_image_wrapper {
  box-sizing: border-box;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.image-6 {
  width: 100%;
  display: block;
}

.span_dibac {
  color: var(--green);
}

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

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

.margin-100px-2 {
  margin-top: 100px;
}

.subhead-testi-2 {
  opacity: 1;
  font-weight: 400;
  line-height: 1.4;
}

.subhead-testi-2.small {
  font-family: Bdogrotesk Vf, sans-serif;
  font-weight: 600;
}

.gray-color-3 {
  color: #8e9299;
}

.gray-color-4 {
  opacity: .6;
}

.brand-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
  margin-bottom: 24px;
}

.testimonials-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.biger-light-2 {
  color: #c6c8cc;
  letter-spacing: 1px;
  margin-right: 3px;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  top: 1px;
}

.display-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif Caption, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.2;
}

.display-4.fourth {
  font-size: 29px;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.cta1_image {
  width: 100%;
  height: 100%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.faq2_answer {
  overflow: hidden;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.faq2_icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq2_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.companylink {
  color: var(--premium-color);
  text-decoration: none;
}

.companylink:hover {
  font-weight: 700;
}

.link {
  color: var(--premium-color);
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-weight: 500;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  font-weight: 400;
}

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

@media screen and (min-width: 1440px) {
  .header-content {
    max-width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    min-height: 70vh;
  }

  .header-content {
    max-width: 500px;
    padding-right: 0;
  }

  .logo-main {
    min-width: 200px;
  }

  .what-we-do-icons {
    text-align: left;
  }

  .image {
    text-align: center;
  }

  .photo {
    background-image: url('../images/yannick-berthelsen-spiegel_1.avif');
    background-position: 50%;
  }

  .photo-right {
    background-image: url('../images/photo-6_1photo-6.avif');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-2 {
    align-self: flex-start;
  }

  .mehrwert_textitem.ueber_uns {
    color: var(--second-color);
  }
}

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

  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

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

  .section.color.for-contact {
    padding-top: 160px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-flow: column;
  }

  .display-1.second {
    font-size: 42px;
  }

  .display-1.cta {
    font-size: 48px;
  }

  .display-1.inner {
    font-size: 49px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.for-fade {
    font-size: 24px;
  }

  .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .blog-wrapper {
    max-width: 90%;
  }

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

  .card-container {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 420px;
  }

  .hero {
    flex-flow: column-reverse;
    min-height: auto;
    display: flex;
  }

  .hero.for-inner {
    padding-top: 150px;
  }

  .hero.second {
    padding-top: 130px;
  }

  .hero-grid {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex;
  }

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

  .grid-3-columns.for-team {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-3-columns.add-space {
    border-top: 1px solid #e3e3e3;
    border-bottom-style: solid;
    border-bottom-color: #e3e3e3;
  }

  .margin-100px.bruecke.loesung {
    grid-template-columns: 1fr;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .contact-details-flex.vertical {
    grid-row-gap: 4px;
  }

  .team-wrapper-second.no-left {
    border-right-style: solid;
  }

  .legal-wrapper {
    width: 100%;
    max-width: 90%;
  }

  .ceo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ceo-grid.reverse {
    flex-flow: column-reverse;
  }

  .services-bottom.with-photo {
    padding-top: 81px;
    padding-bottom: 81px;
  }

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

  .right-pricing {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 100px;
  }

  .header-content {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .page-grid {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .sidebar {
    position: relative;
    top: 0;
  }

  .service-page-wrapper, .pricing-rich-text {
    max-width: 100%;
  }

  .menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .nav-component {
    padding: 16px 10px;
  }

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

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    border-right-style: none;
  }

  .svg-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

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

  .nav-menu {
    background-color: var(--white);
    width: 100%;
  }

  .cart-main.mobile {
    display: flex;
  }

  .cart-main.desktop {
    margin-right: 1.3rem;
    display: none;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-drodpdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-drodpdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
  }

  .dropdown-content {
    grid-template-columns: 1.2fr;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .dropdown-content.block {
    padding-left: 1rem;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 15px;
    display: flex;
  }

  .flex-nav-button {
    opacity: 1;
  }

  .cta-center {
    text-align: center;
    flex-flow: column;
  }

  .line-divider {
    display: none;
  }

  .number {
    font-size: 50px;
  }

  .circle-glow-absolute {
    top: 407px;
    left: -303px;
  }

  .what-we-do-icons.no-line {
    border-right-style: solid;
  }

  .text-field-gray {
    min-width: auto;
  }

  .footer-main-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .home-hero-2-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .maw-w-right {
    max-width: 100%;
  }

  .maw-w-right.sticky {
    position: relative;
    top: 0;
  }

  .servcies-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .first-grid {
    grid-row-gap: 15px;
  }

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

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

  .card-testimonial {
    padding-top: 37px;
  }

  .testimonials-grid-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .second-grid {
    grid-row-gap: 15px;
  }

  .overlay-bottom {
    min-height: 100px;
  }

  .div_block_projekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline6_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .timeline2_circle-wrapper {
    width: 6rem;
    margin-left: -6rem;
  }

  .timeline2_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .timeline2_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline10_item, .timeline13_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline13_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .brand-image-2 {
    margin-bottom: 40px;
  }

  .testimonials-grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .display-4 {
    font-size: 58px;
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 5vw;
  }

  .container.container_projekt {
    grid-template-columns: 1fr;
  }

  .section.color.for-contact {
    padding-top: 140px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    line-height: 1.3;
  }

  .display-1.second, .display-1.third {
    font-size: 38px;
  }

  .display-1.cta {
    font-size: 44px;
  }

  .display-2.for-fade {
    font-size: 27px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .blog-wrapper, .photo-a {
    max-width: 100%;
  }

  .card-container {
    min-width: auto;
    padding-top: 40px;
  }

  .relative-div {
    width: 100%;
  }

  .hero {
    padding-top: 77px;
    overflow: visible;
  }

  .hero.for-inner {
    padding-top: 122px;
    padding-bottom: 38px;
  }

  .hero.second {
    padding-top: 149px;
  }

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

  .grid-3-columns.add-space {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-style: none;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-100px.make-50px {
    margin-top: 50px;
  }

  .margin-100px.bruecke {
    grid-template-columns: 1fr;
  }

  .footer-link:hover {
    color: #667085;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .footer-main-grid {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-form-right-side.second {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .features-title {
    font-size: 1.25rem;
  }

  .services-bottom {
    text-align: center;
  }

  .services-bottom.with-photo {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .label {
    max-width: 95%;
  }

  .blog-image-link {
    margin-bottom: 1.5rem;
  }

  .blog-image-link:hover {
    box-shadow: none;
  }

  .blog-meta-wrapper {
    font-size: .75rem;
  }

  .right-pricing {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-pricing {
    width: 100%;
  }

  .service-grid {
    padding-bottom: 60px;
  }

  .header-content {
    max-width: 1200px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-field-select, .cart-quantity.white-line {
    height: 45px;
  }

  .nav-component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart-main {
    min-height: auto;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
    padding-left: 1.3rem;
  }

  .dropdown-content {
    grid-row-gap: 1.1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .cart-container {
    max-width: 480px;
  }

  .cart-button-main {
    height: auto;
  }

  .hide {
    display: none;
  }

  .metrics-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .number {
    font-size: 50px;
  }

  .subhead-fun {
    font-size: 28px;
  }

  .circle-glow-absolute {
    top: 477px;
  }

  .what-we-do-icons {
    border-bottom: 1px solid #e3e3e3;
    border-right-style: none;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .what-we-do-icons.no-line {
    border-right-style: none;
  }

  .form-single {
    flex-direction: row;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-right: 0;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-main-grid-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .ceo-name {
    font-size: 16px;
  }

  .line-vertical {
    margin-left: 15px;
    margin-right: 15px;
  }

  .circle-overlay-3 {
    width: 280px;
    height: 280px;
  }

  .maw-w-right {
    max-width: 100%;
  }

  .circle-overlay-2 {
    width: 220px;
    height: 220px;
  }

  .photo-right {
    min-height: 450px;
  }

  .circle-play {
    width: 100px;
    height: 100px;
  }

  .circle-overlay {
    width: 160px;
    height: 160px;
  }

  .circle-main {
    width: 70px;
    height: 70px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 31px 32px 20px;
  }

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

  .cart-button-main-2 {
    height: auto;
  }

  .div_block_projekt {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline6_progress {
    left: 0;
  }

  .timeline6_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline6_circle {
    margin-top: 2.25rem;
  }

  .timeline6_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 1rem;
    padding: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .timeline2_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .timeline2_circle {
    margin-top: 2.25rem;
  }

  .timeline2_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline2_content-left {
    z-index: 1;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .timeline2_content-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline2_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 3rem;
    padding: 1.5rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_empty-space {
    display: none;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

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

  .timeline13_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline13_circle {
    margin-top: 1.75rem;
  }

  .timeline13_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline13_circle-wrapper {
    left: 0;
  }

  .timeline13_image-wrapper {
    width: 100%;
  }

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

  .brand-image-2 {
    margin-bottom: 32px;
  }

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

  .display-4 {
    font-size: 40px;
    line-height: 1.3;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

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

  blockquote {
    font-size: 7vw;
  }

  .section.info {
    padding-top: 120px;
  }

  .section.color.for-contact {
    padding-top: 100px;
  }

  .section.pricing-page {
    padding-top: 30px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 22px;
  }

  .display-1.second, .display-1.third, .display-1.cta, .display-1.inner {
    font-size: 30px;
  }

  .display-2 {
    font-size: 25px;
  }

  .display-2.for-fade {
    letter-spacing: 0;
    font-size: 23px;
  }

  .display-3 {
    margin-top: 15px;
    font-size: 24px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .button {
    padding: 11px 28px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing-title {
    font-size: 26px;
  }

  .margin-50px.make-15px {
    margin-top: 15px;
  }

  .button-arrow-link {
    align-self: stretch;
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .hero {
    min-height: 650px;
  }

  .hero.for-inner {
    padding-top: 110px;
    padding-bottom: 24px;
  }

  .hero-grid {
    grid-row-gap: 40px;
  }

  .subhead {
    max-width: 100%;
    font-size: 19px;
  }

  .grid-3-columns.add-space {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-main-grid {
    grid-row-gap: 48px;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .divider-line {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .contact-details-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-link {
    font-size: 16px;
    line-height: 26px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .contact-form-right-side.second {
    padding: 36px 28px 33px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-w-width {
    max-width: 90%;
  }

  .features-title {
    font-size: 1.2rem;
  }

  .ceo-grid {
    max-width: 100%;
  }

  .services-bottom {
    grid-row-gap: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .label {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-title-link {
    padding-right: 20px;
  }

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

  .service-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .text-field-select {
    height: 42px;
    margin-bottom: 10px;
  }

  .cart-quantity.white-line {
    width: 50px;
    height: 42px;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 15px;
  }

  .nav-component {
    padding: 10px 0%;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .6fr 1fr;
    place-items: center stretch;
  }

  .cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-arrow-link-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .menu-button {
    flex: none;
    justify-content: flex-end;
  }

  .cart-main.mobile {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-nav-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .product-price-main.in-sidebar {
    font-size: 17px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .cart-button-main {
    margin-top: 0;
  }

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

  .subhead-fun {
    max-width: 100%;
    font-size: 25px;
  }

  .subhead-main {
    font-size: 22px;
  }

  .subhead-main.smaller {
    font-size: 19px;
  }

  .form-single {
    align-items: center;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-title-2.white {
    color: var(--main-color);
  }

  .footer-2 {
    padding-top: 50px;
  }

  .footer-main-grid-2 {
    grid-row-gap: 48px;
  }

  .footer-grid-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .founder-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .line-vertical {
    display: none;
  }

  .circle-overlay-3 {
    width: 240px;
    height: 240px;
  }

  .left-part {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-grid {
    border-radius: 30px;
  }

  .circle-overlay-2 {
    width: 180px;
    height: 180px;
  }

  .photo-right {
    min-height: 300px;
  }

  .circle-play {
    width: 60px;
    height: 60px;
  }

  .circle-overlay {
    width: 120px;
    height: 120px;
  }

  .subhead-testi {
    max-width: 100%;
    font-size: 21px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 35px 24px 25px;
  }

  .overlay-bottom {
    min-height: 100px;
  }

  .mehrwert_heading.mehrwert_projekt {
    font-size: 24px;
  }

  .cart-button-main-2 {
    margin-top: 0;
  }

  .button-arrow-link-3 {
    align-self: stretch;
    padding-left: 30px;
    padding-right: 25px;
  }

  .div_block_projekt {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 20px;
  }

  .timeline6_content-right {
    grid-row-gap: 2rem;
  }

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

  .heading-style-h3 {
    font-size: 20px;
  }

  .timeline6_row {
    grid-column-gap: 1rem;
  }

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

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

  .timeline2_row {
    grid-column-gap: 1rem;
  }

  .timeline2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline2_content-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline2_item, .timeline10_item, .timeline13_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-5 {
    box-sizing: border-box;
    object-fit: scale-down;
  }

  .paragraph-3 {
    max-width: 300px;
  }

  .div-block-9 {
    max-width: 250px;
  }

  .subhead-testi-2 {
    max-width: 100%;
    font-size: 16px;
  }

  .subhead-testi-2.small {
    font-size: 16px;
  }

  .brand-image-2 {
    margin-bottom: 32px;
  }

  .display-4 {
    font-size: 38px;
  }

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

#w-node-_9c511150-993a-8ab2-3f76-54b808e672cd-80f00b8f, #w-node-fed32406-417b-0a07-2a2d-319377e9dcc7-80f00b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5333eecc-6080-4838-59cf-119fe058a3a3-e058a383 {
  justify-self: end;
}

#w-node-_275df412-a699-9895-79da-a2bfdbd2e920-dbd2e91e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22c6a-16a22c68 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_11dc399c-5341-2b7e-25d1-47801a99666c-16a22c68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fed32406-417b-0a07-2a2d-319377e9dcc1-80f00b8f {
    justify-self: start;
  }

  #w-node-fed32406-417b-0a07-2a2d-319377e9dcc9-80f00b8f {
    order: 9999;
  }

  #w-node-fed32406-417b-0a07-2a2d-319377e9dccb-80f00b8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fed32406-417b-0a07-2a2d-319377e9dcf7-80f00b8f {
    order: 9999;
  }

  #w-node-fed32406-417b-0a07-2a2d-319377e9dcf9-80f00b8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_81e76927-7cb9-914f-fa39-7c05ca3f073a-80f00b8f {
    order: 9999;
  }

  #w-node-_81e76927-7cb9-914f-fa39-7c05ca3f073c-80f00b8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_5c279303-b3a0-baba-a25c-394776050c62-80f00b8f {
    order: 9999;
  }

  #w-node-_5c279303-b3a0-baba-a25c-394776050c64-80f00b8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk Vf';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}