:root {
  --red: #ff5858;
  --black: #101429;
  --white: white;
  --blue: #222fab;
  --red-fond: #fdf6f6;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.13;
}

.utility-page-wrap {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.image {
  color: #fff;
  background-color: #ff6f00;
}

.heading, .text-block {
  color: #fff;
}

.sticky-project-content {
  background-color: #2ab968;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 90vh;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.project-info-wrapper {
  z-index: 20;
  color: #fff;
  text-align: left;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 75px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sec-styleguide {
  min-height: 100vh;
}

.sec-styleguide.sec-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1000vh;
  padding: 50px 58px;
  display: flex;
}

.body {
  color: var(--black);
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.text-is-biggest {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-is-biggest.text-is-white.text-scale {
  font-size: 6vw;
}

.text-is-biggest.green {
  color: #62b55b;
}

.text-is-biggest.blue {
  color: #2056ad;
}

.text-is-biggest.red {
  color: var(--red);
}

.styleguide-label {
  color: #fff;
  background-color: #5194db;
  border-radius: 8px;
  margin-top: 9px;
  margin-bottom: 40px;
  padding: 5px 15px;
  font-size: 14px;
  display: block;
}

.text-is-bigger-caps {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.13;
}

.text-is-big {
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.13;
}

.text-is-big.caps-white {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1vw;
}

.text-is-para {
  align-self: flex-start;
  max-width: 70ch;
  font-size: 22px;
  line-height: 1.6;
}

.text-is-para.is-bold {
  font-family: "Poppins V 21 Latin 700", sans-serif;
}

.text-is-para.max-ch-50 {
  max-width: 50ch;
}

.text-is-para.max-ch-50.subhead {
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 26px;
}

.text-is-para.max-ch-90 {
  max-width: 90ch;
}

.text-is-bigger {
  text-transform: none;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 79px;
  font-weight: 700;
  line-height: 1.13;
}

.text-is-bigger.text-ch {
  max-width: 27ch;
}

.text-is-bigger.text-ch-2 {
  max-width: 32ch;
  font-size: 3.2em;
}

.text-is-bigger.text-ch-2.text-scale {
  font-size: 4.5vw;
}

.color-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 121px;
  display: flex;
}

.color {
  border-radius: 30px;
  width: 20%;
  height: 200px;
}

.color.is-red {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color.is-blue {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color.is-black {
  background-color: var(--black);
}

.color.is-red-fond {
  background-color: var(--red-fond);
}

.head-text-wrapper {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
  display: flex;
  position: relative;
}

.con-max-width {
  max-width: 1920px;
  display: block;
}

.con-max-width._1300 {
  border-radius: 30px;
  max-width: 1340px;
}

.con-max-width._1300.white {
  background-color: var(--white);
  padding: 50px 82px 82px;
}

.con-max-width.text-scale {
  font-size: 1.2vw;
}

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

.leistung-box {
  background-color: var(--red);
  color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  padding: 33px 23px;
  display: flex;
}

.leistung-box.immo {
  background-image: url('../images/immo.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.leistung-box.personal {
  background-image: url('../images/personal.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.leistung-box.agentur {
  background-image: url('../images/agentur.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.leistung-box.beratung {
  background-image: url('../images/beratung.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.text-is-red {
  color: var(--red);
}

.button-arrow {
  background-color: var(--black);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 46px;
  height: 46px;
  padding-left: 13px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-red-wrapper {
  border-radius: 30px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 46px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 10;
  color: var(--red);
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
}

.btn-text.is-white {
  color: var(--white);
  text-transform: uppercase;
}

.btn-arrow {
  width: 17px;
}

.button-red {
  text-decoration: none;
}

.btn-white-wrapper {
  border-radius: 30px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 46px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-white {
  flex: none;
  margin-top: 58px;
  text-decoration: none;
}

.waves-blue {
  width: 100%;
  position: absolute;
  inset: auto 0% 0;
}

.leistung-arrow {
  width: 41px;
}

.leistung-text-arrow {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 97%;
  display: flex;
}

.div-block {
  width: 80px;
  height: 120px;
}

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

.wave-red {
  width: 50%;
}

.marquee-cover-horizontal {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

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

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 72px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon {
  width: 76%;
  height: 100%;
}

.nav-link-wrapper {
  background-image: linear-gradient(90deg, var(--blue), var(--red));
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1.1;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link-wrapper {
  opacity: 1;
  text-align: center;
  background-image: url('../images/nav-e-opacity.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 7vw;
  display: flex;
}

.nav-link {
  z-index: 600;
  opacity: 1;
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s cubic-bezier(.111, .182, 0, 1.024);
}

.nav-link:hover {
  transform: scale(1.1);
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
}

.nav-social-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 14%;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.social-link-wrapper {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  width: 67px;
  height: 67px;
  margin-right: 23px;
  transition: all .2s cubic-bezier(.25, .1, 0, 1.012);
}

.social-link:hover {
  transform: scale(1.1);
}

.paragraph {
  margin-bottom: 0;
}

.blog-link {
  color: #fff;
  background-image: url('../images/btn-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 52px;
  text-decoration: none;
}

.container {
  max-width: 1920px;
  padding: 31px 59px 19px;
}

.navigation {
  background-color: #ddd0;
  position: static;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 60;
  background-color: #0000;
  padding: 0;
}

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

.link-block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 18px 20px;
}

.nav-x {
  width: 36px;
  height: 36px;
}

.brand {
  z-index: 666;
  border-radius: 13px;
  padding-left: 0;
  overflow: hidden;
}

.brand.w--current {
  position: relative;
}

.sec-cta {
  background-color: var(--red);
  padding: 160px 58px 220px;
}

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

.sec-footer {
  background-color: var(--black);
  padding: 100px 58px;
}

.button-wave-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.footer-flex {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .1, .012, 1.036);
}

.footer-link:hover {
  transform: scale(1.1);
}

.footer-enders-text {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.8vh;
}

.footer-data-link {
  opacity: .38;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.footer-data-wrapper {
  justify-content: space-between;
  margin-top: 33px;
  display: flex;
}

.dmb-logo {
  width: 300px;
  transition: all .2s cubic-bezier(.25, .1, .035, 1.001);
}

.dmb-logo:hover {
  transform: scale(1.1);
}

.nav-blog-link {
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.25, .1, .029, .995);
}

.nav-blog-link:hover {
  transform: scale(1.1);
}

.btn-fill {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 61px;
  padding-left: 41px;
  padding-right: 41px;
  text-decoration: none;
  display: flex;
}

.btn-fill-arrow {
  width: 21px;
  height: 21px;
  margin-left: 15px;
}

.max-width-1920 {
  max-width: 1920px;
  position: static;
  inset: 0%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.marquee-horizontal-large-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 60px;
}

.image-con {
  background-color: #d1d1d1;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 380px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.flex-horizontal-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-con-2 {
  background-color: #d1d1d1;
  border-radius: 30px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 480px;
  display: flex;
  overflow: hidden;
}

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

.background-video {
  z-index: 200;
  aspect-ratio: 854 / 600;
  width: 100%;
  height: 100%;
}

.logo {
  width: 210px;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.tr-01 {
  background-color: var(--red);
  width: 20%;
  height: 100%;
}

.transition-trigger {
  display: none;
}

.tr-02 {
  background-color: #ff8282;
  width: 20%;
  height: 100%;
}

.tr-03 {
  background-color: #ffacac;
  width: 20%;
  height: 100%;
}

.tr-04 {
  background-color: #ffd5d5;
  width: 20%;
  height: 100%;
}

.tr-05 {
  background-color: #ffebeb;
  width: 20%;
  height: 100%;
}

.sec-quote {
  background-image: url('../images/quote-mark.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 59px;
  display: flex;
}

.sec-quote.rosa {
  background-color: var(--red-fond);
}

.text-is-quote {
  text-align: center;
  max-width: 44ch;
  margin-bottom: 28px;
  font-family: "Poppins V 21 Latin 600", sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.text-is-quote-name {
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.text-is-quote-position {
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.sec-padding {
  padding: 199px 58px;
}

.sec-padding.relativ {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.sec-padding.is-red {
  background-color: var(--red);
}

.sec-padding.leistungen {
  padding-top: 104px;
  padding-bottom: 0;
  position: relative;
}

.sec-padding.cta {
  background-color: var(--red);
  padding-top: 82px;
}

.sec-padding.kunden {
  padding-top: 123px;
  padding-bottom: 90px;
}

.sec-padding._50 {
  padding-top: 103px;
  padding-bottom: 19px;
}

.grid-content-wbg-s {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  margin-bottom: 0;
}

.grid-div {
  background-color: #aed89f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.grid-div.bg-blue {
  background-color: #dfe9f1;
}

.grid-div.bg-red {
  background-color: #fff3f3;
}

.grid-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bg-social-media-bht {
  z-index: 2;
  aspect-ratio: 1000 / 862;
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.grid-intro {
  grid-row-gap: 61px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-content-bht {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  margin-bottom: 0;
}

.bg-image {
  z-index: 2;
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.bg-web-wbgs {
  z-index: 2;
  aspect-ratio: 1000 / 666;
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.grid-content-ilb {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
}

.bg-social-media-ilb {
  z-index: 2;
  aspect-ratio: 890 / 570;
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.sec-image {
  background-image: url('../images/personal-people.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.sec-image.coaching {
  background-image: url('../images/personal-coaching.webp');
  height: 80vh;
}

.text-is-subhead {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
}

.text-is-subhead.text-is-red {
  font-size: 1.2em;
}

.intro-circle {
  aspect-ratio: 1;
  background-color: var(--red-fond);
  border-radius: 50%;
  width: 40vw;
  display: block;
  position: static;
  inset: 0%;
}

.intro-circle-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto;
  place-items: center;
}

.personal-leistung-flex-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.personal-leistung-left {
  width: 40%;
  position: sticky;
  top: 15px;
}

.personal-leistung-right {
  width: 60%;
}

.lb-box-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  padding: 55px;
}

.lb-icon-headline-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lb-icon {
  width: 100px;
  height: 100px;
  margin-right: 38px;
}

.vorteil-bullet-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vorteil-bullet {
  flex: none;
  width: 57px;
  margin-right: 26px;
  padding-top: 12px;
  padding-right: 0;
}

.text-is-bigi {
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.13;
}

.div-block-2 {
  z-index: -2;
  background-color: var(--red);
  height: 460px;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-horizontal-perso {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  margin-top: 0;
  margin-bottom: 84px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kunden-intro-wrapper-perso {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.sec-uber-uns {
  background-color: var(--red-fond);
  padding: 122px 58px;
}

.big-nr {
  color: var(--red);
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 300px;
}

.spacer-200 {
  height: 200px;
}

.grid-div-bg-video {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.sec-words {
  padding-bottom: 127px;
  overflow: hidden;
}

.text-block-2 {
  color: #10142900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--red);
  text-transform: uppercase;
  vertical-align: baseline;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 9vw;
  line-height: 1.1;
  display: block;
}

.div-block-4 {
  width: 500vw;
  overflow: hidden;
}

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

.link-block-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 20px;
}

.nav-link-2 {
  z-index: 600;
  opacity: 1;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .2s cubic-bezier(.111, .182, 0, 1.024);
}

.nav-link-2:hover {
  transform: scale(1.1);
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link-wrapper-2 {
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #222fab, #ff5858);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  line-height: 1.1;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-5 {
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.section {
  padding: 16px 58px;
}

.div-block-6 {
  background-color: var(--red-fond);
  padding-top: 111px;
  padding-bottom: 111px;
}

.counter-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 53px;
  display: flex;
}

.div-block-7 {
  flex: none;
  width: 52%;
  padding-left: 27px;
}

.image-2 {
  width: 57px;
}

.sec-zahlen {
  padding: 109px 58px;
}

.zahlen-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.zahlen-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  display: flex;
}

.zahlen-text {
  border: 2px solid var(--red);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 28px;
  display: flex;
}

.text-zahlen {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

.text-zahlen.text-is-white.is-bold {
  font-weight: 400;
}

.spacer-15 {
  height: 15px;
}

.arrow {
  width: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.zahlen-ergebnis {
  background-color: var(--red);
  border-radius: 50px;
  width: 100%;
  padding: 13px;
}

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

.contact-icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.contact-flex-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-flex-wrapper:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .project-info-wrapper {
    padding: 41px;
  }

  .sec-styleguide.sec-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-is-biggest, .text-is-biggest.text-is-white.text-scale {
    font-size: 65px;
  }

  .text-is-bigger-caps {
    font-size: 44px;
  }

  .text-is-big {
    font-size: 36px;
  }

  .text-is-big.caps-white {
    font-size: 5vw;
  }

  .text-is-para {
    font-size: 18px;
  }

  .text-is-bigger {
    font-size: 54px;
  }

  .text-is-bigger.text-ch-2, .text-is-bigger.text-ch-2.text-scale {
    font-size: 53px;
  }

  .head-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .con-max-width._1300.white {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .leistung-box {
    width: 48%;
    height: 450px;
    margin-bottom: 20px;
  }

  .waves-blue {
    inset: auto 0% 0;
  }

  .leistung-arrow {
    width: 32px;
  }

  .leistung-text-arrow {
    width: 100%;
  }

  .div-block {
    height: 50px;
  }

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

  .wave-red {
    width: 40%;
  }

  .link-wrapper {
    background-size: 32vw;
    font-size: 11vw;
  }

  .container, .sec-cta, .sec-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-wave-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-data-link {
    margin-right: 24px;
    font-size: 20px;
  }

  .logo {
    width: 170px;
  }

  .sec-quote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-is-quote {
    font-size: 32px;
  }

  .sec-padding {
    padding: 97px 30px;
  }

  .sec-padding.relativ {
    height: auto;
  }

  .sec-padding.kunden {
    padding-bottom: 0;
  }

  .grid-content-wbg-s {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-div {
    height: auto;
    padding: 14px;
  }

  .grid-intro {
    grid-row-gap: 31px;
  }

  .grid-content-bht, .grid-content-ilb {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sec-image.coaching {
    height: 40vh;
  }

  .text-is-subhead {
    font-size: 36px;
  }

  .text-is-subhead.text-is-red {
    font-size: 20px;
  }

  .intro-circle {
    width: 87vw;
  }

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

  .personal-leistung-flex-wrapper {
    flex-flow: column;
  }

  .personal-leistung-left {
    width: 100%;
    position: static;
  }

  .personal-leistung-right {
    width: 100%;
  }

  .vorteil-bullet {
    margin-right: 12px;
  }

  .text-is-bigi {
    font-size: 36px;
  }

  .marquee-horizontal-perso {
    margin-top: 66px;
  }

  .kunden-intro-wrapper-perso {
    margin-top: 0;
  }

  .sec-uber-uns {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .big-nr {
    line-height: 1;
  }

  .spacer-200 {
    height: 120px;
  }

  .grid-div-bg-video {
    height: auto;
  }

  .text-block-2 {
    font-size: 11vw;
  }

  .div-block-4 {
    width: 630vw;
  }

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

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .counter-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .div-block-7 {
    width: 100%;
    padding-left: 0;
  }

  .sec-zahlen {
    padding-left: 30px;
    padding-right: 30px;
  }

  .zahlen-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .zahlen-content {
    flex-flow: column;
    justify-content: space-between;
    width: 47%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .sec-styleguide.sec-padding {
    padding-left: 17px;
    padding-right: 17px;
  }

  .text-is-biggest, .text-is-biggest.text-is-white.text-scale {
    font-size: 36px;
  }

  .text-is-bigger-caps {
    font-size: 25px;
  }

  .text-is-big {
    font-size: 22px;
  }

  .text-is-big.caps-white {
    font-size: 9vw;
  }

  .text-is-para {
    font-size: 18px;
  }

  .text-is-bigger {
    font-size: 30px;
  }

  .text-is-bigger.text-ch-2 {
    font-size: 41px;
  }

  .text-is-bigger.text-ch-2.text-scale {
    font-size: 36px;
  }

  .leistung-box {
    width: 100%;
  }

  .btn-text {
    font-size: 19px;
  }

  .waves-blue {
    inset: auto 0% 0;
  }

  .wave-red {
    width: 100%;
    margin-top: 32px;
  }

  .link-wrapper {
    background-size: 50vw;
    font-size: 6vw;
  }

  .nav-link {
    font-size: 11vw;
  }

  .nav-social-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    height: 17%;
    padding-bottom: 33px;
    display: flex;
  }

  .social-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .social-link {
    width: 43px;
    margin-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .blog-link {
    padding-right: 30px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-cta {
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-flex {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-data-link {
    margin-right: 24px;
    font-size: 18px;
  }

  .footer-data-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 47vw;
    margin-top: 17px;
  }

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

  .spacer-60 {
    height: 40px;
  }

  .marquee-horizontal-large-3 {
    height: 310px;
    margin-top: 46px;
    margin-bottom: 38px;
  }

  .spacer-30._15-xsvp {
    width: 21px;
  }

  .image-con {
    width: 250px;
    height: 230px;
  }

  .image-con-2 {
    width: 250px;
    height: 310px;
  }

  .logo {
    width: 140px;
  }

  .sec-quote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-is-quote {
    font-size: 21px;
  }

  .sec-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-padding.relativ {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .sec-padding.kunden {
    padding-top: 75px;
  }

  .sec-image {
    height: 37vh;
  }

  .text-is-subhead {
    font-size: 22px;
  }

  .lb-icon {
    width: 50px;
    height: 50px;
    margin-right: 21px;
  }

  .vorteil-bullet {
    width: 40px;
    padding-top: 0;
  }

  .text-is-bigi {
    font-size: 22px;
  }

  .marquee-horizontal-perso {
    margin-top: 47px;
  }

  .kunden-intro-wrapper-perso {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sec-uber-uns {
    padding: 71px 16px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .big-nr {
    font-size: 220px;
  }

  .spacer-200 {
    height: 90px;
  }

  .grid-div-bg-video {
    padding: 0;
  }

  .nav-link-2 {
    font-size: 11vw;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6 {
    padding-top: 28px;
    padding-bottom: 96px;
  }

  .image-2 {
    width: 40px;
  }

  .sec-zahlen {
    padding: 69px 16px;
  }

  .zahlen-text {
    height: 181px;
  }

  .text-zahlen {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-project-content {
    height: 70vh;
    margin-top: 40px;
  }

  .project-info-wrapper {
    padding: 20px 20px 39px;
  }

  .text-is-biggest {
    font-size: 41px;
  }

  .text-is-big.caps-white {
    font-size: 32px;
  }

  .text-is-para.max-ch-50.subhead {
    font-size: 20px;
  }

  .text-is-bigger.text-ch-2 {
    margin-top: 0;
    font-size: 26px;
  }

  .con-max-width._1300.white {
    padding-bottom: 28px;
  }

  .leistung-box {
    height: 410px;
  }

  .btn-text {
    font-size: 18px;
  }

  .waves-blue {
    inset: auto 0% 0;
  }

  .icon-container-alt {
    width: 119px;
    height: 60px;
  }

  .link-wrapper {
    background-size: 67vw;
    font-size: 15vw;
    line-height: 1.2;
  }

  .nav-link {
    font-size: 15vw;
  }

  .nav-social-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 11vw;
  }

  .nav-social-wrapper.nav {
    justify-content: flex-start;
    align-items: center;
  }

  .social-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 29px;
  }

  .social-link {
    width: 50px;
    height: 50px;
    margin-right: 22px;
  }

  .paragraph {
    font-size: 17px;
  }

  .blog-link {
    padding-right: 33px;
  }

  .container {
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .link-block {
    border-radius: 17px;
    padding: 8px 15px;
  }

  .nav-x {
    width: 24px;
    height: 24px;
  }

  .sec-cta {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .footer-data-link {
    margin-right: 24px;
    font-size: 18px;
  }

  .footer-data-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
  }

  .dmb-logo {
    width: 58vw;
  }

  .nav-blog-link {
    font-size: 17px;
  }

  .marquee-horizontal-large-3 {
    height: 220px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .image-con {
    width: 200px;
    height: 180px;
  }

  .image-con-2 {
    width: 200px;
    height: 220px;
  }

  .logo {
    width: 110px;
  }

  .sec-quote.rosa {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sec-padding {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .sec-padding.relativ {
    padding-top: 30px;
    padding-bottom: 43px;
  }

  .sec-padding.leistungen {
    padding-top: 47px;
  }

  .sec-padding._50 {
    padding-top: 70px;
  }

  .grid-content-wbg-s {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-div.bg-red {
    padding: 0;
  }

  .grid-content-bht {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .bg-web-wbgs {
    object-fit: contain;
  }

  .grid-content-ilb {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .sec-image.coaching {
    height: 31vh;
  }

  .text-is-subhead.text-is-red {
    font-size: 17px;
  }

  .lb-box-wrapper {
    padding: 21px;
  }

  .lb-icon-headline-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lb-icon {
    margin-bottom: 18px;
  }

  .vorteil-bullet {
    width: 25px;
    margin-right: 6px;
  }

  .marquee-horizontal-perso {
    margin-top: 41px;
    margin-bottom: 23px;
  }

  .kunden-intro-wrapper-perso {
    margin-top: 42px;
  }

  .sec-uber-uns {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .big-nr {
    font-size: 132px;
  }

  .sec-words {
    padding-bottom: 85px;
  }

  .text-block-2 {
    font-size: 16vw;
  }

  .div-block-4 {
    width: 910vw;
  }

  .link-block-2 {
    border-radius: 17px;
    padding: 8px 15px;
  }

  .nav-link-2 {
    font-size: 15vw;
  }

  .div-block-5 {
    padding-top: 30px;
    padding-bottom: 16px;
  }

  .div-block-6 {
    padding-top: 1px;
  }

  .image-2 {
    width: 25px;
  }

  .zahlen-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .zahlen-content {
    width: 48%;
  }

  .zahlen-text {
    height: 189px;
    padding: 14px;
  }

  .text-zahlen {
    font-size: 15px;
  }

  .arrow {
    width: 12px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

#w-node-d4e9e763-28b5-0dcb-dd84-b456bae72d96-040b728a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd635fe7-52ac-e09d-2ab1-511a773bb99e-040b728a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_3466046b-6171-7301-4637-695981d04aa1-040b728a, #w-node-_93cb8ce2-f217-d7de-c240-d4d223c0a854-040b728a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8ee6a444-d580-1961-31a7-c773a52630c3-040b728a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_440caed4-52b4-0dec-b773-3709ef426df9-040b728a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12b8454a-c9cc-f6da-4003-38b32dd3079d-040b728a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff1-040b728a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff3-040b728a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff6-040b728a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff8-040b728a {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffe-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffa-040b728a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_80e276f2-1b04-495f-8a9f-02040b84847b-040b728a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80e276f2-1b04-495f-8a9f-02040b84847d-040b728a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_80e276f2-1b04-495f-8a9f-02040b848482-040b728a {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_80e276f2-1b04-495f-8a9f-02040b848480-040b728a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_80e276f2-1b04-495f-8a9f-02040b848486-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848484-040b728a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-d4e9e763-28b5-0dcb-dd84-b456bae72d96-040b728a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dd635fe7-52ac-e09d-2ab1-511a773bb99e-040b728a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3466046b-6171-7301-4637-695981d04aa1-040b728a, #w-node-_93cb8ce2-f217-d7de-c240-d4d223c0a854-040b728a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8ee6a444-d580-1961-31a7-c773a52630c3-040b728a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_12b8454a-c9cc-f6da-4003-38b32dd3079d-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff1-040b728a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff3-040b728a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff6-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff8-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffe-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffa-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b84847b-040b728a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_80e276f2-1b04-495f-8a9f-02040b84847d-040b728a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_80e276f2-1b04-495f-8a9f-02040b848482-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848480-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848486-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848484-040b728a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3466046b-6171-7301-4637-695981d04aa1-040b728a, #w-node-_93cb8ce2-f217-d7de-c240-d4d223c0a854-040b728a, #w-node-_8ee6a444-d580-1961-31a7-c773a52630c3-040b728a, #w-node-_440caed4-52b4-0dec-b773-3709ef426df9-040b728a, #w-node-_12b8454a-c9cc-f6da-4003-38b32dd3079d-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff6-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ff8-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffe-040b728a, #w-node-_3d6eb84a-99f2-4181-1bbe-b1f85e978ffa-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848482-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848480-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848486-040b728a, #w-node-_80e276f2-1b04-495f-8a9f-02040b848484-040b728a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins V 21 Latin';
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins V 21 Latin 700';
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins V 21 Latin 600';
  src: url('../fonts/poppins-v21-latin-600italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}