:root {
  --subtitle: 24px;
  --border-radius: 7px;
  --orange: #e94d3b;
  --grey: #c2bcb6;
  --schwarz: #000;
  --weiss: #fff;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.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 {
  font-family: Geist, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  text-align: center;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

h5 {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}

.header {
  z-index: 9999;
  background-color: #f0f0f0;
  border-bottom: 1.5px solid #adadad;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.section.max-width.overflow {
  background-image: url('../images/bilderobjektracta.avif');
  background-position: 50% 0;
  background-size: cover;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper.max-width {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper.mobile {
  background-color: #ddd0;
}

.heading {
  font-family: Geist, sans-serif;
  font-weight: 600;
}

.heading1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  font-size: var(--subtitle);
}

.tag-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag {
  border-radius: var(--border-radius);
  background-color: var(--orange);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.tag.secondary {
  z-index: 2;
  background-color: var(--grey);
  position: relative;
}

.tag-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.spacer-small {
  height: 1.5rem;
}

.spacer-medium {
  height: 2rem;
}

.hero {
  color: var(--schwarz);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 71px;
  padding-bottom: 71px;
  display: flex;
}

.spacer-big {
  height: 3rem;
}

.trusted-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: .6;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientlogo-container {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.client-logo {
  width: 100%;
}

.client-logo.big {
  transform: scale(1.1);
}

.muted {
  opacity: .7;
}

.muted.max-width-small {
  max-width: 30rem;
}

.showreel-container {
  border-radius: var(--border-radius);
  width: 100%;
  height: 700px;
  overflow: hidden;
}

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

.orange {
  color: var(--orange);
}

.mission {
  color: var(--schwarz);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 500px;
  padding: 69px 40px;
  display: flex;
}

.icons {
  color: var(--schwarz);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  min-height: 300px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.vorteil-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  display: flex;
}

.icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.nav-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-btn-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-container {
  position: absolute;
}

.link-container {
  color: var(--schwarz);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 23px 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-container:hover {
  background-color: var(--grey);
}

.link-text {
  text-align: center;
  letter-spacing: -.4px;
  font-size: 1.2rem;
  font-weight: 500;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
}

.work-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-container {
  flex-flow: column;
  flex: 0 auto;
  width: 25%;
  height: 40vw;
  display: flex;
}

.work {
  color: var(--schwarz);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 800px;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.body {
  background-color: #f0f0f0;
}

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

.work-heading {
  text-align: left;
}

.work-image-container {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-heading-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.play-pause-button {
  display: none;
}

.work-tag {
  opacity: .5;
  text-align: left;
}

.loop-container {
  background-color: var(--orange);
}

.btn {
  background-color: var(--orange);
  color: var(--schwarz);
  border-radius: 100px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--schwarz);
  color: var(--weiss);
}

.btn.secondary {
  background-color: var(--grey);
}

.box-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 500px;
  padding: 20px;
}

.box {
  border-radius: var(--border-radius);
  background-color: var(--grey);
  color: var(--weiss);
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.max-width-medium {
  max-width: 40rem;
}

.align-left {
  text-align: left;
}

.align-left.muted {
  border-radius: 70px;
}

.align-left.black {
  color: var(--schwarz);
}

.steps-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.steps {
  border-radius: var(--border-radius);
  background-color: var(--weiss);
  color: var(--schwarz);
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.spacer-mini {
  height: 1rem;
}

.step-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.steps-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.rating-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 59px;
  padding-bottom: 59px;
}

.rating-container {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 300px;
  display: flex;
  position: absolute;
}

.rating-container._1 {
  inset: 7% auto auto 19%;
}

.rating-container._2 {
  inset: auto 6% -7% auto;
}

.rating-container._3 {
  inset: auto 0% 7% 1%;
}

.rating-container._4 {
  top: 243.688px;
  left: 379px;
}

.rating-container._5 {
  top: 35.891px;
  left: 629px;
}

.rating-box {
  border-radius: var(--subtitle);
  background-color: var(--orange);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rating-text {
  text-align: left;
  letter-spacing: -.6px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 19px;
  font-weight: 400;
  display: flex;
}

.rating-name {
  color: #000000b3;
  text-align: left;
  margin-left: 20px;
}

.ratings-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.faq {
  border-radius: var(--border-radius);
  background-color: var(--weiss);
  color: var(--schwarz);
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}

.faqs-container {
  width: 100%;
}

.faq-container {
  border-bottom: 1.5px solid var(--grey);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-btn-container {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq-icon {
  font-size: 1.6rem;
}

.faq-text {
  text-align: left;
  font-size: 1.5rem;
}

.faq-text.answer {
  opacity: .7;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 110%;
}

.faq-answer-container {
  overflow: hidden;
}

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

.cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 600px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.btn-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-image {
  height: 400px;
  position: absolute;
  left: auto;
  right: -9%;
}

.cta-image.links {
  left: -9%;
  right: auto;
}

.message-icon {
  width: 20px;
  position: absolute;
  inset: auto auto 0% -8px;
}

.message-icon.right {
  transform-style: preserve-3d;
  left: auto;
  right: -8px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.code-embed {
  height: 0;
  display: none;
}

.steps-line {
  background-color: var(--grey);
  width: 77%;
  height: 2px;
  display: none;
  position: absolute;
  inset: 17px 0% auto;
}

.work-btn-container {
  z-index: 3;
  position: absolute;
}

.s-wrapper {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 100%;
}

.s-brands-orange {
  z-index: -1;
  background-color: #f43e31;
  width: 100%;
  height: 80%;
  position: absolute;
}

.loop-clients-overflow-container {
  border-left: 1px dashed #939393;
  border-right: 1px dashed #939393;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
  overflow: hidden;
}

.s-client-container {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 7px;
  display: flex;
  transform: translate(0);
}

.s-client-container.big {
  padding-left: 27px;
  padding-right: 27px;
  transform: scale(1.5);
}

.s-projects-row {
  border-bottom: 1px dashed #939393;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.s-projects-row.brands {
  position: relative;
}

.loop-clients-animation-container {
  opacity: .6;
  width: 3000px;
  display: flex;
  transform: translate(700px);
}

.loop-clients-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 15px;
  display: flex;
  position: relative;
  right: auto;
}

.s-client-image {
  opacity: .65;
  object-fit: contain;
  width: auto;
  height: 100%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: grid;
}

.rl_footer3_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_link {
  color: var(--relume-library-lite--rl-black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_footer3_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.rl_footer4_link {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_footer4_top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center;
  margin-top: 26px;
  display: flex;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.about {
  color: var(--schwarz);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 500px;
  padding: 69px 40px;
  display: flex;
}

.cta-mobile-image {
  display: none;
}

.max-width-small {
  max-width: 25rem;
}

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

  h2 {
    font-size: 42px;
  }

  .header, .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.max-width, .wrapper.max-width {
    padding-left: 0;
    padding-right: 0;
  }

  .tag-container {
    flex-flow: wrap;
  }

  .trusted-container {
    grid-row-gap: 10px;
    width: 100%;
    max-width: 700px;
    display: none;
  }

  .clientlogo-container {
    width: 120px;
  }

  .mission {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .vorteil-container {
    min-width: 300px;
  }

  .link-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .work-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .work-container {
    flex: 0 auto;
    width: 45%;
    height: 60vw;
  }

  .box-wrapper, .steps-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rating-container._1 {
    left: 5%;
  }

  .rating-container._2 {
    bottom: 2%;
    right: 6%;
  }

  .rating-container._3 {
    bottom: 24%;
    left: 9%;
  }

  .rating-container._4 {
    top: 246.688px;
    left: auto;
    right: 100px;
  }

  .rating-container._5 {
    left: auto;
    right: 21px;
  }

  .ratings-container {
    height: 700px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-image {
    object-fit: cover;
    width: 100%;
    inset: 0% 0% auto;
  }

  .cta-image.links {
    inset: auto 0% 0%;
  }

  .work-btn-container {
    inset: auto auto 10px 10px;
  }

  .s-wrapper {
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .s-brands-orange {
    z-index: 0;
  }

  .loop-clients-overflow-container {
    border-left-style: none;
    border-right-style: none;
    width: 100vw;
    display: flex;
  }

  .loop-clients-animation-container {
    width: 2500px;
  }

  .loop-clients-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 2px 15px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 3px 22px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .icon-2 {
    position: absolute;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .about {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .cta-mobile-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2px;
    font-size: 3rem;
    font-weight: 500;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    flex-flow: column;
  }

  .hero {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .showreel-container {
    height: 450px;
  }

  .nav-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .header-btn-container {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
    position: static;
  }

  .link-container {
    border-bottom: 1px solid var(--grey);
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .link-text {
    letter-spacing: -.7px;
    font-size: 1.2rem;
  }

  .work-heading-container {
    flex-flow: wrap;
  }

  .btn.burger {
    padding: 25px 29px;
  }

  .steps-wrapper {
    height: auto;
  }

  .steps-container {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rating-container._1 {
    top: 25%;
    left: 10%;
  }

  .rating-container._2 {
    bottom: 36px;
  }

  .rating-container._3 {
    top: 587px;
  }

  .rating-container._4 {
    top: 405.688px;
    right: 76px;
  }

  .rating-container._5 {
    right: 10%;
  }

  .ratings-container {
    height: 1000px;
  }

  .cta {
    height: 400px;
  }

  .s-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .loop-clients-overflow-container {
    border-left-style: none;
    border-right-style: none;
  }

  .s-client-container {
    height: 80px;
  }

  .loop-clients-animation-container {
    width: 4500px;
  }

  .loop-clients-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 50%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    background-color: #f0f0f0;
    flex-direction: column;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    right: 0;
  }

  .burger-icon {
    flex: 0 auto;
    width: 25px;
    height: 40px;
  }

  .burger-icon-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-end center;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-mobile-image {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1.5px;
    font-size: 3rem;
    font-weight: 500;
  }

  h4 {
    letter-spacing: -1px;
  }

  .section {
    padding: 10px;
  }

  .wrapper {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .wrapper.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .tag {
    padding: 7px 10px;
  }

  .tag-text {
    font-size: 16px;
  }

  .showreel-container {
    height: 450px;
  }

  .mission {
    padding-left: 0;
    padding-right: 0;
  }

  .header-btn-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-text.menu {
    font-size: 1.5rem;
  }

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

  .work-container {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
  }

  .work {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .work-heading, .work-tag {
    font-size: 1.5rem;
  }

  .btn.burger {
    width: 100%;
  }

  .box {
    padding: 20px;
  }

  .steps {
    padding: 35px 20px;
  }

  .rating-container._1 {
    left: 15px;
  }

  .rating-container._2 {
    right: 12px;
  }

  .rating-container._3 {
    left: 10px;
  }

  .rating-container._4 {
    right: 20px;
  }

  .rating-container._5 {
    right: 12px;
  }

  .faq {
    padding: 35px 20px;
  }

  .cta {
    height: 400px;
    margin-top: 280px;
  }

  .s-wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .s-client-container {
    height: 90px;
  }

  .s-projects-row {
    padding-left: 0;
    padding-right: 0;
  }

  .loop-clients-animation-container {
    width: 4200px;
  }

  .loop-clients-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 10px;
  }

  .container {
    max-width: none;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rl_footer4_top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_footer4_link-list {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: stretch;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-mobile-image {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }
}

#w-node-_45080158-df45-08d6-cc63-0d406cb548e7-4777a998 {
  justify-self: start;
}

#w-node-_45080158-df45-08d6-cc63-0d406cb548f4-4777a998 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_45080158-df45-08d6-cc63-0d406cb548e7-4777a998, #w-node-_45080158-df45-08d6-cc63-0d406cb548f4-4777a998 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45080158-df45-08d6-cc63-0d406cb54903-4777a998 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45080158-df45-08d6-cc63-0d406cb548e7-4777a998 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


