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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.button-arrow {
  background-color: #101429;
  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%;
}

.text-is-bigger {
  color: var(--dark);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins V 21 Latin 700", sans-serif;
  font-size: 79px;
  font-weight: 700;
  line-height: 1.13;
}

.text-is-bigger.text-is-red {
  margin-top: 0;
}

.text-is-bigger.text-is-red.space-caps {
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.text-is-bigger.text-is-white {
  color: #fff;
}

.text-is-bigger.cta {
  text-align: center;
}

.text-is-bigger.white-caps {
  color: var(--white);
  text-transform: uppercase;
  font-size: 3.5vw;
}

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

.btn-text {
  z-index: 10;
  color: #ff5858;
  padding-left: 60px;
  position: relative;
}

.btn-text.is-white {
  color: #fff;
  text-transform: uppercase;
}

.btn-arrow {
  width: 17px;
}

.text-is-para {
  color: var(--dark);
  max-width: 70ch;
  margin-top: 34px;
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

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

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

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

.text-is-para.p-is-bold.p-is-center {
  text-align: center;
  max-width: 60ch;
}

.text-is-para.bu {
  text-align: center;
  margin-top: -7px;
  padding-left: 68px;
  padding-right: 68px;
  font-size: 18px;
}

.text-is-para.p-is-white {
  color: var(--white);
  margin-top: 24px;
}

.text-is-para.p-is-16pt {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
}

.text-is-para.quote {
  color: var(--white);
  margin-top: 35px;
}

.text-is-para.p-is-card {
  color: var(--white);
  font-size: 18px;
}

.text-is-para.bold-white {
  color: var(--white);
  max-width: 53ch;
  font-family: "Poppins V 21 Latin", sans-serif;
}

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

.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.ch {
  color: var(--dark);
  max-width: 20ch;
}

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

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

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

.text-is-biggest.text-is-white {
  z-index: 23;
  color: var(--white);
  position: relative;
}

.text-is-biggest.text-is-white.ch {
  max-width: 160ch;
}

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

.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-red-fond {
  background-color: #fdf6f6;
}

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

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

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

.sec-hero {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 58px;
  display: flex;
  position: relative;
}

.sec-hero.sec-padding {
  padding: 204px 58px 67px;
}

.hero-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-flex {
  flex-flow: column;
  flex: none;
  width: 42%;
}

.hero-flex.flex-r {
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  width: 57%;
}

.text-is-red {
  color: var(--red);
  margin-top: 56px;
}

.wave-white {
  height: 22px;
  margin-top: 4vh;
  margin-bottom: 0;
  margin-left: -10vh;
}

.hero-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: -114px;
  padding-bottom: 0;
}

.hero-flex-r {
  justify-content: flex-start;
  align-items: flex-start;
  width: 56%;
}

.enders-logo {
  width: 10vw;
  position: absolute;
  inset: 2vw 58px auto auto;
}

.sec-split {
  padding: 8vw 58px;
  position: relative;
}

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

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

.flex-50 {
  width: 47%;
}

.flex-50.sticky {
  position: sticky;
  top: 40px;
}

.flex-50.relativ {
  position: relative;
}

.text-is-outline {
  color: #ff585800;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--red);
}

.girl-image {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.sec-content {
  background-color: var(--rosa);
  padding: 8vw 58px;
  position: relative;
}

.gril-heart {
  object-fit: contain;
  width: 175px;
  position: absolute;
  inset: -3vw 0% auto 4.8vw;
}

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

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

.mz-bg {
  aspect-ratio: 1;
  background-color: var(--red);
  border-radius: 30px;
  width: 100%;
  position: static;
}

.flex-50-box {
  padding: 2vw;
  position: relative;
}

.flex-50-box.sticky {
  padding-left: 73px;
  position: sticky;
  top: 40px;
}

.mz-box-top {
  width: 43%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mz-box-bottom {
  z-index: 2;
  width: 69%;
  position: absolute;
  inset: auto 0% 2% auto;
}

.sticky-wrapper {
  width: 47%;
  position: sticky;
  top: 50px;
}

.mz-box-02-left {
  width: 55%;
  position: absolute;
  inset: auto auto 31% 0%;
}

.mz-box-02-bottom {
  z-index: 2;
  width: 55%;
  position: absolute;
  inset: auto 0% 2% auto;
}

.mz-box-02-top {
  width: 54%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sec-team {
  padding: 8vw 58px;
}

.sec-digital {
  background-color: #ff4544;
  padding: 3vw 58px;
  position: relative;
}

.bg-video-wrapper {
  z-index: 20;
  align-self: auto;
  width: 50%;
  padding-left: 0;
  position: relative;
}

.bg-video-wrapper.absolute {
  z-index: 0;
  flex: none;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.background-video {
  height: 100%;
}

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

.background-video-copy {
  height: 100%;
}

.video-teaser-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 35em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropbox-video-embed-2 {
  z-index: 1;
  aspect-ratio: 1 / 1.214;
  opacity: 1;
  width: 100%;
  height: 100%;
}

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

.enders-team-image-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

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

._30-badge-wrapper {
  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);
}

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

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

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

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

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

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.sec-zitat {
  background-color: var(--blue);
  padding: 8vw 58px;
}

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

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

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

.quote-wrapper {
  z-index: 10;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-mark {
  z-index: 5;
  opacity: .29;
  width: 17vw;
  position: absolute;
  top: 3.4vw;
}

.quote-position-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.enders-team-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.sec-leistungen {
  padding: 0 58px 8vw;
}

.card-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.card {
  background-image: linear-gradient(36deg, var(--blue), var(--red));
  border-radius: 30px;
  width: 25%;
  padding: 3vw 2vw;
}

.text-is-card {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 42px;
  font-size: 44px;
}

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

.button-wave-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-top: 50px;
  display: flex;
}

.text-is-bigger-2 {
  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-2.text-ch {
  max-width: 27ch;
}

.con-max-width-cta {
  max-width: 1640px;
}

.text-is-white {
  color: #fff;
}

.wave-white-2 {
  order: 0;
  align-self: auto;
  width: 100%;
  height: 28px;
  margin-bottom: 20px;
}

.sec-cta {
  background-color: #ff5858;
  padding: 8vw 58px 11vw;
}

.spacer {
  width: 50%;
  height: 20px;
}

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

.paragraph {
  margin-bottom: 0;
}

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

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

.footer-link {
  color: #fff;
  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-flex {
  flex-flow: column;
  justify-content: space-between;
  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);
}

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

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

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

.footer-enders-text {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.footer-data-link {
  opacity: .38;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins V 21 Latin", sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.sec-footer {
  background-color: #101429;
  padding: 100px 58px;
}

.p-is-link {
  color: var(--dark);
  text-decoration: underline;
}

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

.text-calendry-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cta-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-top: 69px;
  display: flex;
}

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

.body {
  overflow: visible;
}

.sec-wave {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px;
  display: flex;
}

.sec-wave.red {
  background-color: #ff4544;
}

.sec-wave.rosa {
  background-color: var(--rosa);
  justify-content: center;
  align-items: flex-end;
}

.site-wrapper {
  overflow: hidden;
}

.preloader {
  z-index: 223;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

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

.sec-logo {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  display: flex;
}

.image-2 {
  width: 200px;
}

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

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

@media screen and (max-width: 991px) {
  .text-is-bigger, .text-is-bigger.white-caps {
    font-size: 54px;
  }

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

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

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

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

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

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

  .sec-hero {
    height: auto;
    padding: 55px 30px 38px;
  }

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

  .hero-flex {
    width: 100%;
  }

  .wave-white {
    height: 13px;
    margin-top: 1vh;
    margin-bottom: 3vh;
  }

  .hero-flex-r {
    width: 100%;
  }

  .enders-logo {
    right: 30px;
  }

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

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

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

  .gril-heart {
    width: 21vw;
  }

  .flex-50-box {
    width: 100%;
  }

  .sticky-wrapper {
    order: 1;
    width: 100%;
  }

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

  .sec-digital {
    padding: 8vw 30px 11vw;
  }

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

  .bg-video-wrapper.absolute {
    height: 100%;
    inset: auto 0% 0%;
  }

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

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

  ._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-bottom: 62px;
    margin-left: 0;
  }

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

  .container {
    max-width: 728px;
  }

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

  .d-karte {
    width: 62%;
  }

  .text-is-quote {
    max-width: none;
    font-size: 36px;
  }

  .quote-mark {
    width: 28vw;
    top: 12.2vw;
  }

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

  .card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .card {
    width: 48%;
    padding: 4vw;
  }

  .card-icon {
    width: 54px;
    height: 54px;
  }

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

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

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

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

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

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

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

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

  .text-is-bigger, .text-is-bigger.white-caps {
    font-size: 40px;
  }

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

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

  .text-is-para.p-is-bold {
    margin-top: 33px;
  }

  .text-is-para.bu {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-is-para.quote {
    margin-top: 18px;
    margin-bottom: 5px;
  }

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

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

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

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

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

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

  .hero-flex {
    width: 100%;
  }

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

  .wave-white {
    margin-bottom: 2vh;
  }

  .hero-flex-r {
    width: 100%;
  }

  .enders-logo {
    width: 11vw;
    right: 16px;
  }

  .sec-split {
    padding-top: 11vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-is-outline {
    -webkit-text-stroke-width: 2px;
  }

  .sec-content {
    padding: 11vw 16px;
  }

  .flex-50-box {
    padding: 25px;
  }

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

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

  .text-is-outline-white {
    -webkit-text-stroke-width: 2px;
  }

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

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

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

  .quote-mark {
    top: 6.9vw;
  }

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

  .card {
    width: 100%;
    padding: 5vw;
  }

  .text-is-card {
    font-size: 35px;
  }

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

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

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

  .paragraph {
    font-size: 16px;
  }

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

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

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

  .footer-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .calendry-mobil {
    display: block;
  }

  .cta-text-wrapper {
    width: 100%;
  }

  .calendry {
    display: none;
  }

  .link-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-is-para.p-is-16pt {
    font-size: 14px;
  }

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

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

  .wave-white {
    height: 10px;
    margin-bottom: 4vh;
    margin-left: -4vh;
  }

  .hero-image {
    margin-bottom: -60px;
  }

  .enders-logo {
    width: 24vw;
    top: 3vw;
  }

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

  .flex-50-box {
    padding: 11px;
  }

  .sec-team, .sec-digital {
    padding-top: 11vw;
  }

  .bg-video-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .sec-zitat {
    padding-top: 11vw;
  }

  .d-karte {
    width: 89%;
  }

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

  .quote-mark {
    top: 22.5vw;
  }

  .card {
    padding: 29px 20px;
  }

  .text-is-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wave-white-2 {
    margin-bottom: 0;
  }

  .sec-cta {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

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

  .paragraph {
    font-size: 17px;
  }

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

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

  .dmb-logo {
    width: 60vw;
  }

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

  .cta-text-wrapper {
    margin-top: 29px;
  }

  .sec-logo {
    padding-top: 26px;
  }

  .image-2 {
    width: 140px;
  }
}


@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';
  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 600 Italic';
  src: url('../fonts/poppins-v21-latin-600italic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}