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

:root {
  --blue: #222fab;
  --black: #101429;
  --red: #ff5858;
  --white: white;
  --grun: #63b55b;
  --red-fond: #fdf6f6;
  --grey: #a7a7a7;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.utility-page-wrap {
  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;
  display: flex;
}

.sticky-project-wrapper {
  z-index: 5;
  position: relative;
}

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

.sec-projects-sticky {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.stick-project-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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;
  padding: 50px 58px;
  display: flex;
}

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

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

.text-is-biggest {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(2.56rem, 4.95vw, 5.93rem);
  font-weight: 700;
  line-height: 1.1;
}

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

.text-is-biggest.text-ch {
  max-width: 20ch;
  font-size: clamp(2.56rem, 4.95vw, 5.93rem);
}

.text-is-biggest.text-is-red.nocaps {
  text-transform: none;
}

.text-is-biggest.gradient {
  color: var(--red);
  text-align: center;
  max-width: 10ch;
  font-size: 11vw;
  line-height: 1;
}

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

.text-is-biggest.text-is-grun.nocaps {
  text-transform: none;
}

.text-is-biggest.text-is-blue {
  color: #244f8d;
}

.text-is-biggest.text-is-blue.nocaps {
  text-transform: none;
}

.text-is-biggest.text-is-bht-blue {
  color: #086592;
  font-size: clamp(2.56rem, 4.95vw, 5.93rem);
}

.text-is-biggest.text-is-bht-blue.nocaps, .text-is-biggest.text-is-gwg-grun.nocaps {
  text-transform: none;
}

.text-is-biggest.text-is-ia {
  color: #009860;
}

.text-is-biggest.text-is-ia.nocaps {
  text-transform: none;
}

.text-is-biggest.gwg-grun {
  color: #789b2f;
}

.text-is-biggest.gwg-grun.nocaps {
  text-transform: none;
}

.text-is-biggest.text-is-tafel {
  color: #ef7d01;
}

.text-is-biggest.text-is-tafel.nocaps, .text-is-biggest.nocaps {
  text-transform: none;
}

.text-is-biggest.ultrabigi {
  color: var(--white);
  font-size: 42vw;
  line-height: .8;
}

.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: clamp(2rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 1.13;
}

.text-is-big {
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(1.5rem, 2.7vw, 3.3rem);
  font-weight: 700;
  line-height: 1.13;
}

.text-is-big.text-is-white {
  color: var(--white);
  max-width: 24ch;
  font-size: clamp(1.5rem, 2.7vw, 3.3rem);
}

.text-is-big.text-is-team {
  color: var(--white);
  text-align: left;
  max-width: 32ch;
  line-height: 1.3;
}

.text-is-big.ch {
  color: #101429;
  max-width: 20ch;
}

.text-is-big.text-ch {
  max-width: 35ch;
}

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

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

.text-is-para.para-head {
  color: #fff;
  text-align: right;
  text-transform: none;
  max-width: 60ch;
  margin-bottom: 0;
  font-size: 20px;
}

.text-is-para.para-head.para-is-dark {
  color: var(--black);
}

.text-is-para.para-is-position {
  opacity: .61;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 17px;
}

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

.text-is-para.text-is-white.ch {
  text-transform: none;
  max-width: 54ch;
}

.text-is-para.teaser {
  text-transform: uppercase;
  align-self: flex-start;
}

.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-para.bigger {
  font-size: 25px;
}

.text-is-para.nl {
  margin-bottom: 0;
  font-size: 19px;
}

.text-is-bigger {
  text-transform: none;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 1.13;
}

.text-is-bigger.text-ch {
  max-width: 27ch;
  font-size: clamp(2rem, 4vw, 5rem);
}

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

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

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

.headline, .text {
  flex: 0 auto;
}

.p-span {
  background-color: var(--red);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-family: "Poppins V 21 Latin 700", sans-serif;
}

.text-outline {
  color: #ff585800;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.text-outline.red {
  -webkit-text-stroke-color: var(--red);
}

.circle {
  background-color: var(--red);
  opacity: .16;
  border-radius: 50%;
  flex: none;
  width: 1200px;
  height: 1200px;
  position: static;
  top: 0%;
  bottom: 0%;
}

.red-circle-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.con-max-width {
  z-index: 1;
  max-width: 1920px;
  display: block;
  position: relative;
}

.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.flex-center.quotemark {
  background-image: url('../images/quote-mark-white.svg');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: 20%;
}

.con-max-width._1000 {
  max-width: 1000px;
}

.sec-intro {
  background-image: linear-gradient(180deg, #ff4e4d, var(--blue) 48%, var(--black));
  padding: 219px 0 238px;
  position: relative;
}

.div-spezialitaeten {
  z-index: 5;
  position: relative;
}

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

.leistung-box {
  color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  min-height: 540px;
  padding: 33px 23px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text {
  z-index: 5;
  color: #fff;
  flex-flow: wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.text-is-red.text-is-bht-blue {
  color: #086592;
}

.text-is-red.gwg-grun {
  color: #789b2f;
}

.text-is-red.caps {
  text-transform: uppercase;
}

.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 {
  margin-top: 58px;
  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 {
  max-width: 100vw;
  position: absolute;
  inset: auto 0 0;
}

.leistung-arrow {
  width: 41px;
  margin-left: 14px;
}

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

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

.span-heart {
  color: #fff0;
  background-image: url('../images/heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.circle-blue {
  background-color: var(--blue);
  border-radius: 50%;
  flex: none;
  width: 1200px;
  height: 1200px;
  position: static;
  inset: 0% 0% auto;
}

.circle-wrapper {
  z-index: 0;
  opacity: .16;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 6% 0% auto;
  overflow: hidden;
}

.con-max-intro {
  max-width: 1920px;
}

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

.wave-red {
  width: 50%;
}

._30-badge-wrapper {
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  margin-left: 168px;
  display: flex;
  position: relative;
  transform: rotate(-18deg);
}

._30-badge-wrapper.no-margin {
  width: 250px;
  height: 250px;
  margin-left: 0;
}

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

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

.track-horizontal-all {
  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 {
  color: var(--grun);
  width: 76%;
  height: 100%;
}

.badge-font {
  position: absolute;
  inset: 0%;
}

.nav-link-wrapper {
  background-color: var(--black);
  background-image: linear-gradient(62deg, var(--blue), var(--red));
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 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;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 60px;
  height: 60px;
  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 {
  z-index: 998;
  background-color: #0000;
  position: fixed;
  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;
}

.padding {
  padding-left: 58px;
  padding-right: 58px;
}

.badge-text {
  width: 73%;
  height: 100%;
  position: relative;
  inset: 0%;
}

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

.sec-cta.is-white {
  background-color: var(--white);
}

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

.wave-white.absolute {
  position: static;
  inset: 0% 0% -56% auto;
}

.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-flex.top {
  justify-content: flex-start;
}

.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-link.topspace {
  margin-top: 18px;
}

.footer-enders-text {
  color: var(--white);
  margin-top: 26px;
  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: 20px;
  text-decoration: none;
}

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

.dmb-logo {
  width: 288px;
  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);
}

.project-btn-arrow {
  width: 39%;
}

.project-btn {
  border: 4px solid var(--white);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 19px;
  display: none;
  position: absolute;
}

.sec-arbeiten {
  background-color: var(--white);
  flex-flow: column;
  margin-top: -100vh;
  padding: 100px 58px;
  position: relative;
}

.works-flex-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.works-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  backface-visibility: visible;
  perspective: 1009px;
  perspective-origin: 0%;
  transform-origin: 50%;
  color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  width: 56%;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  transform: none;
}

.works-wrapper.is-small {
  width: 39%;
}

.works-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.para-is-work {
  max-width: 69ch;
  margin-bottom: 5px;
  font-size: 20px;
}

.para-is-work.caps {
  text-transform: uppercase;
}

.works-image-wrapper {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 32vw;
  margin-bottom: 14px;
  overflow: hidden;
}

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

.delete {
  z-index: -20;
  background-color: var(--red-fond);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 225px 58px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.scroll-interaction-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
  display: flex;
}

.sticky-absolute {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.bg-circle {
  aspect-ratio: 1;
  background-color: var(--red-fond);
  border-radius: 50%;
  width: 40%;
}

.sticky-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

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

.sec-team {
  background-color: var(--blue);
  padding: 100px 58px 220px;
}

.team-flex-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.team-flex-content {
  flex: 0 auto;
  width: 24%;
}

.team-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  background-color: var(--red);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

.team-name {
  color: var(--white);
  margin-left: 5px;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.trash {
  z-index: -50;
  background-color: var(--blue);
  height: 100vh;
  padding: 100px 58px;
  position: sticky;
  top: 0;
}

.team-spacer {
  height: 250px;
}

.sec-wave {
  background-color: var(--red-fond);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px;
  display: flex;
}

.welle {
  z-index: 20;
  width: 100vw;
  max-width: 100vw;
}

.sec-kunden {
  background-color: var(--red-fond);
  padding: 8vw 58px;
  position: static;
}

.sec-kunden.white {
  background-color: var(--white);
}

.text-is-red-2 {
  color: #ff5858;
  margin-top: 56px;
}

.d-karte-flex-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._30-badge-wrapper-2 {
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  margin-bottom: 97px;
  margin-left: 168px;
  display: flex;
  position: relative;
  transform: rotate(-18deg);
}

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

.d-karte {
  aspect-ratio: auto;
  object-fit: contain;
  width: 80%;
  height: 80%;
}

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

.flex-50 {
  width: 50%;
}

.sec-kunden-slider {
  background-color: var(--red-fond);
  padding-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.sec-leistungen {
  background-color: var(--red-fond);
  padding: 100px 58px;
}

.sec-agentur {
  padding: 100px 58px 140px;
}

.sec-agentur.white {
  background-color: var(--white);
}

.enders-clip {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100vh;
}

.sec-kon-intro {
  padding: 178px 0 0;
  position: relative;
}

.text-spacer {
  height: 30px;
}

.text-spacer._80 {
  height: 80px;
}

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

.kon-l {
  width: 70%;
}

.kon-r {
  align-self: flex-end;
  width: 40%;
  padding-bottom: 47px;
}

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

.marquee-horizontal-large-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 480px;
  margin-top: 95px;
  margin-bottom: 95px;
  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;
}

.con-max-kon {
  max-width: 1200px;
}

.kontakt-wrapper {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 58px;
  text-decoration: none;
  display: flex;
}

.kontakt-wrapper:hover {
  text-decoration: underline;
}

.kon-icon {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  margin-right: 24px;
}

.text-is-adresse {
  max-width: 19ch;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.sec-mail-tel {
  padding: 50px 58px 220px;
  position: relative;
}

.calendry {
  width: 100%;
  margin-top: 59px;
}

.calendry-mobil {
  width: 100%;
  margin-top: 59px;
  display: none;
}

.circle-blue-2 {
  aspect-ratio: 1;
  background-color: var(--blue);
  border-radius: 50%;
  flex: none;
  width: 1400px;
  position: static;
  inset: 0% 0% auto;
}

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

.nav-logo {
  width: 161px;
}

.circle-wrapper-copy {
  z-index: -5;
  opacity: .16;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: -6% 0% auto;
  overflow: hidden;
}

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

.bgvideo-teaser {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-projekt-hero {
  position: relative;
}

.sec-projekt-hero.gwg-bg {
  background-image: url('../images/wohnen-am-delphin-render.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-projekt-hero._100vh {
  height: 100vh;
}

.sec-projekt-hero._100vh.tafel-bg {
  background-image: url('../images/tafel-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-projekt-text {
  padding: 100px 58px 170px;
  position: relative;
}

.sec-projekt-text.lightblue {
  background-color: #f0f9ff;
}

.sec-projekt-text.hellgrun {
  background-color: #eff5ea;
}

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

.sec-projekt-images {
  padding: 100px 58px;
}

.sec-projekt-images.white {
  background-color: #fff;
}

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

.sec-projekt-images.grun {
  background-color: #b6dca8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-projekt-images.bht-hellblau {
  background-color: #e3ecf4;
}

.sec-projekt-images.wg-hellblau {
  background-color: #c3def7;
}

.sec-projekt-images.grey {
  background-color: #dedede;
}

.sec-projekt-images.darkblue {
  background-color: var(--black);
}

.projekt-image-max-width-16zu9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.projekt-image-max-width-16zu9.contain {
  object-fit: contain;
}

.wave {
  min-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.projekt-image-50-width-3zu2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 30px;
  width: 49%;
  height: 100%;
}

.projekt-image-50-width-3zu2.grun {
  background-color: #b6dca8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-split-wrapper {
  grid-row-gap: 27px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-split-wrapper.grun {
  border-radius: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.image-split-wrapper._80vh {
  justify-content: space-around;
  align-items: stretch;
}

.projekt-bg-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.text-image-split-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.projekt-image-50-width-copy {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 30px;
  width: 50%;
  height: 100%;
}

.projekt-image-50-width-copy._4zu5 {
  aspect-ratio: 1;
}

.sec-quote {
  background-color: var(--white);
  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;
}

.text-is-quote {
  text-align: center;
  max-width: 44ch;
  margin-bottom: 28px;
  font-family: "Poppins V 21 Latin 600", sans-serif;
  font-size: clamp(1.375rem, 2.29vw, 2.75rem);
  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;
}

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

.spacer._25 {
  height: 25px;
}

.spacer._50 {
  height: 50px;
}

.spacer._15 {
  height: 15px;
}

.wbg-sm-bg-video {
  z-index: 1;
  aspect-ratio: 7.3 / 12;
  object-fit: contain;
  background-color: #fff;
  border: 9px solid #fffdfd;
  width: 100%;
  height: 100%;
}

.sm-video-wrapper {
  width: 50%;
}

.sm-video-wrapper.wbg-web {
  width: 100%;
  max-width: 550px;
}

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

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

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

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

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

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

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

.sec-padding.hide {
  display: none;
}

.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;
  max-width: 80vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  height: 80vh;
  position: relative;
}

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

.text-is-subhead {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(1.25rem, 1.56vw, 1.56rem);
  font-weight: 700;
  line-height: 1.13;
}

.intro-circle-wrapper {
  z-index: 0;
  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%;
}

.personal-leistung-right.flex-down {
  flex-flow: column;
  display: flex;
}

.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: clamp(1.37rem, 2.1vw, 2.4rem);
  font-weight: 700;
  line-height: 1.13;
}

.bg-red-bottom {
  z-index: -2;
  background-color: var(--red);
  height: 700px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.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-top: 82px;
  padding-bottom: 82px;
  overflow: hidden;
}

.text-outline-marque {
  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.2;
  display: block;
}

.text-outline-marque.filled {
  color: var(--red);
}

.words-1 {
  width: 500vw;
  overflow: hidden;
}

.hero-text-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 35px 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-4 {
  order: 0;
  align-self: auto;
  width: clamp(2.5rem, 6.25vw, 7.5rem);
}

.text-icon-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-lottie-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wave-lottie {
  width: 300px;
}

.logo-hero {
  order: 0;
  align-self: auto;
  width: clamp(4.375rem, 10.416vw, 12.5rem);
  margin-bottom: 12px;
}

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

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

.words-2 {
  width: 500vw;
  overflow: hidden;
}

.hero-bg-icon {
  opacity: .1;
  width: 36vw;
}

.text-is-parasubhead {
  max-width: 70ch;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(1.25rem, 1.35vw, 1.62rem);
}

.leistung-headline {
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(1.9rem, 2.291vw, 2.75rem);
  line-height: 1.1;
}

.text-is-hero {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: clamp(1.125rem, 3.02vw, 3.362rem);
  font-weight: 700;
  line-height: 1.13;
}

.start-hero {
  background-color: #ff4e4d;
  padding-top: 144px;
  padding-left: 58px;
  padding-right: 58px;
}

.div-block-12 {
  aspect-ratio: 1370 / 970;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-full-width {
  width: 100%;
}

.image-full-width.black.mobil {
  display: none;
}

.image-full-width.desktop.swn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-full-width.mobil {
  display: none;
}

.dihag-web-bg-video {
  z-index: 1;
  aspect-ratio: 983 / 858;
  object-fit: contain;
  border: 9px #fffdfd;
  border-radius: 30px;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dihag-messe-bg-video {
  z-index: 1;
  aspect-ratio: 1538 / 1024;
  object-fit: contain;
  border: 9px #fffdfd;
  border-radius: 30px;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-split-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.projekt-image-max-width {
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

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

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

.image-contain._16zu9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-contain._100vh {
  object-fit: cover;
  height: 100vh;
}

.image-contain.cover {
  object-fit: cover;
}

.projekt-image-50-width {
  object-fit: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 100%;
  display: flex;
}

.bg-video-9zu16 {
  z-index: 23;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.projekt-split {
  object-fit: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projekt-split._30 {
  background-color: #b6dca8;
  width: 33%;
  height: 100%;
  padding: 19px;
}

.projekt-split._30.white {
  background-color: var(--white);
  width: 28%;
}

.text-is-blue {
  color: #25508d;
}

.text-is-blue.caps {
  text-transform: uppercase;
}

.bg-video-wrapper {
  aspect-ratio: 9 / 16;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 25vw;
  display: flex;
}

.background-video-6 {
  z-index: 20;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-5 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bht-web-gv-video {
  aspect-ratio: 978 / 858;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 100%;
}

.text-is-bht-blue {
  color: #086592;
}

.text-is-bht-blue.caps {
  text-transform: uppercase;
}

.projekt-image-v {
  border-radius: 20px;
}

.projekt-image-v._30 {
  width: 32%;
  height: 100%;
}

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

.text-is-ia {
  color: #009860;
}

.logo-beratung-ref {
  max-width: 12%;
  max-height: 80px;
}

.logo-flex-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.text-span {
  color: #10142900;
  background-image: url('../images/heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  padding-left: 22px;
  padding-right: 22px;
}

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

.left._40 {
  width: 39%;
}

.right._60 {
  width: 60%;
}

.red-cicle {
  aspect-ratio: 1;
  background-color: var(--red-fond);
  border-radius: 100%;
  flex: none;
  width: 38%;
}

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

.tag-leistung {
  border: 1px solid var(--grey);
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
}

.pojekt-image {
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
}

.pojekt-image._30 {
  width: 32%;
}

.bg-image-wg {
  aspect-ratio: 16 / 9;
  background-image: url('../images/wg-einigkeit-firm-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wg-logo-white {
  width: 60%;
}

.wg-einigkeit-web {
  aspect-ratio: 1962 / 1198;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wg-bg-video {
  aspect-ratio: 16 / 7;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.lottie-flex-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation {
  width: 50%;
}

.work-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gwg-l-web {
  aspect-ratio: 1928 / 1198;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-typo {
  width: 41vw;
}

.image-10 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mieterordner {
  object-fit: contain;
  width: 50%;
}

.background-video-7 {
  aspect-ratio: 1492 / 890;
  width: 80vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

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

.image-14 {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-7-copy {
  aspect-ratio: 1492 / 1154;
  width: 70vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-2 {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-is-tafel {
  color: #ef7d01;
  text-transform: none;
}

.text-is-tafel.caps {
  text-transform: uppercase;
}

.video-9zu16 {
  width: 100%;
  height: 100%;
}

.video-flex-wrapper {
  justify-content: space-around;
  display: flex;
}

.video-9zu16-flex-wrapper {
  aspect-ratio: 8.8 / 16;
  border: 14px solid #000;
  border-radius: 40px;
  flex: none;
  width: 30%;
  overflow: hidden;
}

.relative-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-15 {
  width: 50vw;
  display: none;
}

.section-8 {
  position: relative;
}

.sec-projekt-text-no-slide {
  padding: 100px 58px 170px;
  position: relative;
}

.sec-projekt-text-no-slide.black {
  color: var(--white);
  background-color: #000;
}

.facts-flex-wrapper {
  background-color: var(--red-fond);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  display: flex;
}

.facts-top {
  border: 2px solid var(--red);
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 13px;
  display: flex;
}

.facts-toptext {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 20px;
}

.facts-arrow {
  height: 64px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.facts-time {
  background-color: var(--white);
  border-radius: 90px;
  width: 100%;
  padding: 13px;
}

.facts-equal {
  border-style: solid;
  border-width: 3px 0;
  border-color: var(--red) black;
  width: 30px;
  height: 13px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.facts-result {
  background-color: var(--red);
  color: var(--white);
  border-radius: 90px;
  width: 100%;
  padding: 13px;
  line-height: 1.2;
}

.facts-text {
  text-align: center;
  font-size: 20px;
}

.facts-flex-wrapper-b {
  background-color: var(--red-fond);
  border-radius: 40px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 19%;
  padding: 18px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.flex.gap {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: space-around;
  align-items: center;
}

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

.div-block-21 {
  width: 23%;
}

.div-block-22 {
  width: 77%;
}

.text-is-sub {
  font-size: clamp(1.6rem, 1.875vw, 2.25rem);
}

.sec-projects-sticky-circle {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

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

.image-17 {
  width: 100%;
  height: 100%;
}

.div-block-21-copy {
  flex: none;
  width: 23%;
}

.div-block-22-copy {
  width: 77%;
}

.div-block-23 {
  z-index: -300;
  height: 100vh;
  position: relative;
}

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

.section-9 {
  background-color: #145d36;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

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

.newsletter {
  z-index: 999;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #10142982;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 58px;
  display: none;
  position: fixed;
  inset: 0%;
}

.newsletter-wrapper {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 30px;
  max-width: 850px;
  padding: 10px;
  display: flex;
  position: relative;
}

.ne-flex-50 {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 27px;
  display: flex;
}

.ne-flex-50.gradient {
  background-image: linear-gradient(19deg, var(--blue), var(--red));
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-is-small {
  text-transform: none;
  align-self: flex-start;
  max-width: 70ch;
  font-size: 14px;
  line-height: 1.5;
}

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

.e {
  width: 43%;
}

.nl-btn-wrapper {
  opacity: .42;
  padding: 8px 16px 9px 19px;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nl-btn-wrapper:hover {
  opacity: 1;
}

.image-18 {
  width: 25px;
  height: 25px;
}

.nl-open-button {
  border: 2px solid var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #ff585800;
  border-radius: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  transition: all .2s;
}

.nl-open-button:hover {
  border-color: var(--red);
  background-color: #ff5858;
}

.close-trigger {
  z-index: 1000;
  position: absolute;
  inset: 0%;
}

.bgvideo-embed-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.enders-bg-video {
  aspect-ratio: 1345 / 970;
  height: 100%;
}

.news-btn {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 70px;
  padding: 10px 29px;
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 18px;
}

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

.nl-input {
  border: 2px solid #ff5858;
  border-radius: 10px;
  width: 100%;
  padding: 10px 17px;
  font-size: 18px;
}

.news-check {
  border: 3px solid #ff5858;
  border-radius: 6px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

@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-ch {
    max-width: 30ch;
  }

  .text-is-biggest.gradient {
    font-size: 14vw;
  }

  .text-is-big.text-is-team {
    max-width: 80ch;
  }

  .text-is-big.ch {
    max-width: 31ch;
  }

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

  .text-is-para.para-head {
    text-align: left;
  }

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

  .headline, .text {
    width: 100%;
  }

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

  .con-max-width.flex-center.quotemark {
    background-size: 30%;
  }

  .sec-intro {
    padding-bottom: 127px;
  }

  .div-spezialitaeten {
    margin-top: 0;
  }

  .leistungen-wrapper {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .leistung-box {
    width: 49%;
    min-height: 470px;
  }

  .intro-text {
    flex-flow: column wrap;
    align-content: stretch;
  }

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

  .leistung-arrow {
    width: 32px;
  }

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

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

  .circle-blue {
    width: 800px;
    height: 800px;
  }

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

  .wave-red {
    width: 40%;
  }

  ._30-badge-wrapper {
    background-image: none;
    flex-flow: wrap-reverse;
    flex: none;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 190px;
    height: 190px;
    margin-left: 0;
  }

  .badge-font {
    width: 100%;
    height: 100%;
  }

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

  .container, .padding, .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 {
    font-size: 20px;
  }

  .sec-arbeiten {
    margin-top: -80vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .works-wrapper {
    margin-bottom: 43px;
  }

  .works-headline {
    font-size: 27px;
  }

  .works-image-wrapper {
    height: 349px;
  }

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

  .scroll-interaction-wrapper {
    margin-bottom: 100px;
  }

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

  .team-flex-wrapper {
    place-content: stretch space-between;
    align-items: flex-start;
  }

  .team-flex-content {
    width: 31.5%;
  }

  .trash {
    height: 60vh;
  }

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

  ._30-badge-wrapper-2 {
    background-image: none;
    flex-flow: wrap-reverse;
    flex: none;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 190px;
    height: 190px;
    margin-bottom: 62px;
    margin-left: 0;
  }

  .d-karte {
    width: 62%;
  }

  .flex-split-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
  }

  .flex-50 {
    order: 0;
    width: 100%;
  }

  .flex-50.top {
    order: -1;
  }

  .flex-50.bottomspace {
    margin-bottom: 30px;
  }

  .sec-leistungen, .sec-agentur {
    padding-left: 30px;
    padding-right: 30px;
  }

  .enders-clip {
    height: 50vh;
  }

  .kon-intro-flex-wrapper {
    flex-flow: column;
  }

  .kon-l {
    width: 100%;
  }

  .kon-r {
    width: 100%;
    margin-top: 48px;
  }

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

  .circle-blue-2 {
    width: 800px;
    height: 800px;
  }

  .sec-projekt-hero._100vh {
    height: 50vh;
  }

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

  .sec-projekt-images {
    padding: 80px 31px;
  }

  .sec-projekt-images.grun {
    padding-left: 0;
    padding-right: 0;
  }

  .image-split-wrapper {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-image-split-wrapper {
    flex-flow: column;
  }

  .projekt-image-50-width-copy._4zu5 {
    width: 80%;
  }

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

  .spacer.marquee {
    height: 60px;
  }

  .sm-video-wrapper {
    width: 100%;
  }

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

  .sec-padding.kunden {
    padding-bottom: 60px;
  }

  .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-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .bg-web-wbgs {
    max-width: 100vw;
  }

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

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

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

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

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

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

  .spacer-200 {
    height: 120px;
  }

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

  .text-outline-marque {
    font-size: 11vw;
  }

  .words-1 {
    width: 630vw;
  }

  .hero-text-wrapper {
    padding: 0;
  }

  .words-2 {
    width: 630vw;
  }

  .start-hero {
    padding-top: 146px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-12 {
    aspect-ratio: 1370 / 970;
    width: 100%;
    height: auto;
  }

  .text-split-wrapper {
    flex-flow: column;
  }

  .image-contain._100vh {
    height: 100%;
  }

  .bg-video-wrapper {
    width: 80vw;
    height: auto;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .logo-beratung-ref {
    max-height: 50px;
  }

  .logo-flex-wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .text-span {
    background-size: 50px;
  }

  .palme-flex-wrapper {
    flex-flow: column;
  }

  .left._40 {
    width: 70%;
  }

  .right._60 {
    width: 100%;
  }

  .lottie-animation {
    width: 88%;
  }

  .image-typo {
    width: 70vw;
  }

  .image-10 {
    width: 100%;
  }

  .sec-projekt-text-no-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .facts-flex-wrapper-b {
    width: 48%;
  }

  .div-block-18 {
    grid-row-gap: 26px;
  }

  .flex {
    flex-flow: column;
  }

  .div-block-21-copy {
    width: 40%;
  }

  .div-block-22-copy {
    width: 100%;
  }

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

  .ne-flex-50 {
    width: 70%;
  }

  .ne-flex-50.gradient {
    width: 30%;
  }

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

  .text-is-nl {
    font-size: 48px;
  }
}

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

  .body {
    font-size: 20px;
  }

  .text-is-big.text-is-white {
    max-width: none;
    padding-top: 11px;
  }

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

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

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

  .con-max-width.flex-center.quotemark {
    background-size: 40%;
  }

  .sec-intro {
    padding-top: 55px;
    padding-bottom: 107px;
  }

  .div-spezialitaeten {
    margin-top: 0;
  }

  .leistung-box {
    width: 100%;
  }

  .intro-text {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .btn-text.is-white {
    font-size: 20px;
  }

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

  .circle-blue {
    width: 600px;
    height: 600px;
  }

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

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

  ._30-badge-wrapper {
    background-image: none;
    order: 1;
  }

  .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 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

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

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

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

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

  .works-wrapper, .works-wrapper.is-small {
    width: 100%;
  }

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

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

  .scroll-interaction-wrapper {
    margin-bottom: 0;
  }

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

  .team-flex-wrapper {
    justify-content: space-between;
  }

  .team-flex-content {
    width: 48%;
  }

  .team-image {
    border-radius: 10px;
  }

  .team-name {
    font-size: 24px;
  }

  .trash {
    height: 50vh;
  }

  .team-spacer {
    height: 170px;
  }

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

  .text-is-red-2 {
    margin-top: 41px;
  }

  ._30-badge-wrapper-2 {
    background-image: none;
    order: 1;
  }

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

  .sec-agentur {
    padding: 100px 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;
  }

  .kontakt-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kon-icon {
    aspect-ratio: 1;
    width: 36px;
    height: 36px;
  }

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

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

  .calendry {
    display: none;
  }

  .calendry-mobil {
    display: block;
  }

  .circle-blue-2 {
    width: 600px;
    height: 600px;
  }

  .sec-projekt-text {
    padding: 69px 16px;
  }

  .sec-projekt-images {
    padding: 39px 16px;
  }

  .sec-projekt-images.grun {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .projekt-image-max-width-16zu9 {
    aspect-ratio: 3 / 2;
  }

  .wave {
    inset: auto 0% 0%;
  }

  .projekt-image-50-width-3zu2 {
    width: 100%;
  }

  .image-split-wrapper.grun {
    flex-flow: column;
  }

  .image-split-wrapper._80vh {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-image-split-wrapper {
    flex-flow: column;
  }

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

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

  .spacer {
    height: 80px;
  }

  .spacer.marquee {
    height: 50px;
  }

  .sm-video-wrapper.wbg-web {
    max-width: 400px;
  }

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

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

  .sec-image {
    height: 40vh;
  }

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

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

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

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

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

  .spacer-200 {
    height: 90px;
  }

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

  .hero-text-wrapper {
    justify-content: space-between;
  }

  .start-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    aspect-ratio: 1370 / 970;
  }

  .projekt-split._30.white {
    width: 69%;
  }

  .projekt-image-v._30 {
    width: 49%;
  }

  .logo-beratung-ref {
    max-width: 19%;
    max-height: 80px;
  }

  .tag-leistung {
    margin-right: 13px;
    font-size: 16px;
  }

  .pojekt-image._30 {
    width: 100%;
  }

  .gwg-l-web {
    width: 100%;
    height: 100%;
  }

  .video-9zu16-flex-wrapper {
    border-width: 5px;
    border-radius: 15px;
  }

  .sec-projekt-text-no-slide {
    padding: 69px 16px;
  }

  .facts-top {
    min-height: auto;
  }

  .facts-toptext, .facts-text {
    font-size: 18px;
  }

  .facts-flex-wrapper-b {
    width: 100%;
  }

  .div-block-21-copy {
    width: 70%;
  }

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

  .newsletter-wrapper {
    flex-flow: column;
  }

  .ne-flex-50 {
    width: 100%;
    padding-top: 9px;
  }

  .ne-flex-50.gradient {
    width: 100%;
    padding-top: 27px;
  }

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

  .e {
    width: 13%;
  }

  .nl-btn-wrapper {
    background-color: var(--white);
    opacity: 100;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 20px;
    padding: 16px;
    transition-duration: .2s;
    top: 0%;
  }
}

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

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

  .body {
    font-size: 20px;
  }

  .text-is-big.text-is-white.nospace {
    padding-top: 0;
  }

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

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

  .text-is-bigger.text-ch-hero {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .color-wrapper {
    flex-flow: column;
  }

  .color {
    width: 100%;
  }

  .circle {
    width: 500px;
    height: 500px;
  }

  .red-circle-wrapper {
    overflow: hidden;
  }

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

  .con-max-width.flex-center.quotemark {
    background-size: 50%;
  }

  .sec-intro {
    padding-top: 62px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .div-spezialitaeten {
    margin-top: 0;
  }

  .leistung-box {
    min-height: 440px;
    padding: 32px 16px;
  }

  .intro-text {
    flex-flow: column;
    margin-bottom: 24px;
  }

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

  .button-red {
    margin-top: 33px;
  }

  .button-white {
    margin-top: 9px;
  }

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

  .leistung-arrow {
    width: 21px;
  }

  .circle-blue {
    width: 400px;
    height: 400px;
    margin-top: 101px;
  }

  .circle-wrapper {
    inset: 0%;
  }

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

  ._30-badge-wrapper {
    order: -1;
    width: 55vw;
    height: 55vw;
  }

  ._30-badge-wrapper.no-margin {
    width: 220px;
    height: 210px;
  }

  .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, .social-link-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

  .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 {
    font-size: 18px;
  }

  .footer-data-wrapper, .dmb-logo {
    width: 80vw;
  }

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

  .sec-team {
    padding-bottom: 80px;
  }

  .team-flex-content {
    width: 47%;
  }

  .team-name {
    font-size: 18px;
  }

  ._30-badge-wrapper-2 {
    order: -1;
    width: 40vw;
    height: 40vw;
    margin-bottom: 17px;
  }

  .d-karte {
    width: 89%;
  }

  .flex-50.top {
    flex-flow: column;
    display: flex;
  }

  .enders-clip {
    height: 37vh;
  }

  .sec-kon-intro {
    padding-top: 121px;
  }

  .text-spacer._80 {
    height: 50px;
  }

  .kon-r {
    padding-bottom: 0;
  }

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

  .kontakt-wrapper {
    margin-bottom: 35px;
  }

  .kon-icon {
    margin-right: 14px;
  }

  .text-is-adresse {
    font-size: 19px;
  }

  .circle-blue-2 {
    width: 500px;
    height: 500px;
  }

  .nav-logo {
    width: 110px;
  }

  .circle-wrapper-copy {
    inset: 0%;
  }

  .sec-projekt-hero._100vh.autovh {
    height: auto;
  }

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

  .sec-projekt-images {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .projekt-image-max-width-16zu9 {
    aspect-ratio: 5 / 4;
  }

  .projekt-image-max-width-16zu9.ratio-auto {
    aspect-ratio: auto;
  }

  .image-split-wrapper {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .image-split-wrapper.grun {
    flex-flow: column;
  }

  .projekt-image-50-width-copy._4zu5 {
    width: 100%;
  }

  .text-is-quote-position {
    text-align: center;
  }

  .spacer {
    height: 50px;
  }

  .spacer._50 {
    height: 20px;
  }

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

  .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 {
    height: 40vh;
  }

  .sec-image.coaching {
    height: 46vw;
  }

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

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

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

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

  .text-outline-marque {
    font-size: 16vw;
  }

  .words-1 {
    width: 910vw;
  }

  .image-4 {
    width: clamp(2.3rem, 6.25vw, 7.5rem);
  }

  .wave-lottie {
    width: 160px;
  }

  .logo-hero {
    margin-bottom: 4px;
  }

  .words-2 {
    width: 910vw;
  }

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

  .start-hero {
    padding-top: 85px;
  }

  .div-block-12 {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-full-width.black.mobil {
    display: inline-block;
  }

  .image-full-width.black.desktop, .image-full-width.desktop {
    display: none;
  }

  .image-full-width.mobil {
    display: inline-block;
  }

  .image-contain._100vh {
    height: 50vh;
  }

  .projekt-image-50-width {
    aspect-ratio: 5 / 4;
    width: 100%;
  }

  .projekt-image-50-width.ratio-auto {
    aspect-ratio: auto;
  }

  .projekt-split._30.white {
    width: 88%;
  }

  .logo-beratung-ref {
    max-width: 25%;
    max-height: 70px;
  }

  .lottie-animation, .background-video-7 {
    width: 100%;
  }

  .image-13 {
    width: 100vw;
  }

  .image-14, .background-video-7-copy {
    width: 100%;
  }

  .video-flex-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .video-9zu16-flex-wrapper {
    border-width: 6px;
    border-radius: 29px;
    width: 94%;
  }

  .sec-projekt-text-no-slide {
    padding-top: 69px;
    padding-bottom: 69px;
  }

  .facts-toptext {
    margin-bottom: 9px;
  }

  .facts-arrow {
    height: 56px;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
  }

  .flex.gap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .div-block-21 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 44px;
    display: flex;
  }

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

  .div-block-21-copy {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 44px;
    display: flex;
  }

  .div-block-22-copy {
    order: -9999;
    width: 100%;
  }

  .ne-flex-50 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-is-nl {
    font-size: 34px;
  }

  .e {
    width: 17%;
  }

  .nl-btn-wrapper {
    background-color: var(--white);
    padding: 16px;
  }

  .enders-bg-video {
    aspect-ratio: 1356 / 970;
    width: 100%;
    height: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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