:root {
  --black: black;
  --primary-white: #f3f3f3;
  --copy-dark: #535353;
  --primary-bg-black: #383e42;
  --primary-grey: #d9d9d9;
  --primary-grey-bg: #383e42;
  --white: white;
  --primary-orange: #ff6500;
  --primary-yellow: #eed74a;
  --primary-black: #212121;
  --primary-antrazit: #383e42;
}

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

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

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

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

.copy-large {
  color: #333;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 30px;
}

.copy-large.center {
  color: var(--black);
  text-align: center;
}

.copy-large.center.white {
  color: var(--primary-white);
}

.copy-large.hero {
  color: var(--copy-dark);
  font-family: Inter, sans-serif;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.p-xl-end {
  height: auto;
  padding-bottom: 6.5em;
}

.title1 {
  color: #333;
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.1em;
  font-weight: 700;
  line-height: 1.2em;
}

.title1.center {
  text-align: center;
}

.title1.urbach {
  color: var(--primary-bg-black);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2.3em;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-weight: 500;
  position: static;
}

.p-md-start {
  padding-top: 3.5em;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
}

.infotext {
  color: #888;
  font-family: Inter, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.3em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.copy-small {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-small.white {
  color: var(--primary-grey);
}

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

.input-field {
  color: #272727;
  min-height: 54px;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.link {
  color: var(--primary-grey-bg);
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-label {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.styleguide-button {
  padding: 0;
}

.rich-text-custom {
  color: var(--primary-white);
  font-family: Inter, sans-serif;
}

.primary-orange {
  background-color: #ff6500;
}

.p-xs-end {
  padding-bottom: 1em;
  font-family: Inter, sans-serif;
}

.container-w2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 4%;
  display: flex;
  overflow: visible;
}

.p-sm-start {
  padding-top: 2.25em;
}

.title3 {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0%;
  padding-left: 0%;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1em;
}

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

.heading {
  color: #96ffa7;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #eee;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.copy-medium {
  color: var(--black);
  text-align: left;
  word-break: normal;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.copy-medium.cta {
  text-align: center;
}

.copy-medium.white {
  color: var(--white);
}

.distance-big {
  padding-top: 6.5em;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.3em;
}

.title4.white {
  color: var(--primary-white);
}

.background-color-accent {
  background-color: var(--primary-orange);
}

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

.p-xl-start {
  padding-top: 6.5em;
}

.slideup-1 {
  font-family: Inter, sans-serif;
}

.copy-light {
  background-color: #f8f8f8;
}

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

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

.background-color-primary.blue {
  background-color: var(--primary-grey-bg);
}

.button-2 {
  background-color: #fff;
  background-image: linear-gradient(90deg, #f53c03, var(--primary-yellow));
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: .5em;
  padding: 1.5em 3.5em;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  background-color: var(--primary-orange);
  color: #fff;
  background-image: none;
  transform: scale(1);
}

.button-2.small {
  padding: 1.2em 3em;
  font-size: 1em;
}

.button-2.secondary {
  color: #fff;
  background-color: #ffbd59;
  border: 2px #000;
  border-radius: 2em;
  margin-left: 0;
  padding: 1em 1.8em;
  font-size: 1em;
  font-weight: 700;
}

.button-2.secondary:hover {
  opacity: 1;
  border-color: #66451326;
}

.button-2.main {
  font-family: Inter, sans-serif;
  font-size: 1.2em;
}

.title2 {
  color: #333;
  letter-spacing: -1px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.title2.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.3em;
  display: block;
}

.title2.white {
  color: var(--primary-white);
}

.title2.white.center, .title2.center {
  text-align: center;
}

.container-w1 {
  text-align: center;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1550px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xs-start {
  padding-top: 1em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.kfz-hero-section {
  height: auto;
}

.kfz-ablauf-section {
  background-color: var(--primary-grey-bg);
}

.kfz-footer-section {
  border-bottom: 5px none var(--primary-orange);
  background-color: var(--primary-black);
}

.footer-logo {
  width: 200px;
}

.ap-footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-rechts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.nav-link {
  color: #e8e8e8;
  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: #fff;
}

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

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

.nav-link.footer {
  color: #ababab;
  border-top-style: none;
  border-bottom-style: none;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.footer-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ap-urheber-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  background-color: #101010;
  background-image: url('../images/Hero-BG-Image.png');
  background-position: 50%;
  background-size: cover;
}

.section.no {
  z-index: 0;
  border-top: 5px solid var(--primary-orange);
  background-color: var(--primary-black);
  background-image: none;
}

.link-orange {
  color: var(--primary-orange);
  font-weight: 700;
  text-decoration: underline;
}

.faq-item-wrapper {
  width: 100%;
}

.faq-question {
  z-index: 10;
  background-color: #2c2c2c00;
  border-bottom: 1px solid #fbbc04;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2%;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.faq-lottie-icon {
  width: 30px;
  height: auto;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  inset: 20% 2% 20% auto;
}

.faq-answer-wrapper {
  border: 1px solid var(--primary-grey-bg);
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ap-faq-wrapper {
  width: 100%;
}

.faq-answer {
  padding: 1.8em 2em;
}

.faq-answer.slideup-3 {
  background-color: #0000;
}

.rl_navbar1_component {
  background-color: var(--primary-grey-bg);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #fff3;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_link {
  color: #fff;
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: var(--primary-orange);
}

.rl_navbar1_link.w--current {
  color: var(--primary-orange);
  font-weight: 700;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu-button {
  padding: 0;
}

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

.rl_navbar1_logo {
  width: 80px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.kfz-hero-wrapper {
  width: 100%;
  display: flex;
}

.wrap-left {
  width: 50%;
}

.wrap-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.wrap-right.up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.wrap-right.overflow-hidden {
  overflow: hidden;
}

.hero-check-container {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.check {
  width: 50px;
  margin-right: 20px;
}

.zg-problem-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.problem-wrap-container {
  background-color: #ededed;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 8%;
  display: flex;
  box-shadow: 0 7px 15px #0000002e;
}

.problem-img {
  width: 120px;
  margin-bottom: 5%;
}

.orange-divider {
  background-color: var(--primary-orange);
  width: 100%;
  height: 2px;
}

.kfz-vorteile-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#84ff71, #2540a1 51%, #654bf8);
  width: 3px;
  height: 50vh;
  display: none;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_circle {
  background-color: var(--primary-orange);
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress {
  z-index: 0;
  background-color: var(--white);
  width: 3px;
  height: 100%;
  position: absolute;
}

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

.timeline_left {
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
}

.kfz-process-wrapper {
  background-color: var(--primary-white);
  border-radius: 10px;
  padding: 8%;
}

.kfz-vorstellung-wrapper {
  width: 100%;
  display: flex;
}

.google-maps-wrapper {
  background-color: var(--primary-grey-bg);
  width: 100%;
}

.tel-icon {
  color: var(--primary-grey-bg);
  width: 35px;
  margin-right: 10px;
  padding-right: 0;
}

.cta-img {
  width: 20%;
  padding-right: 0%;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.cta-kfz-wrapper {
  background-color: #1a1a1a;
  border-radius: 20px;
  justify-content: flex-end;
  width: 80%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.cta-kfz-wrapper.slideup-1 {
  background-color: var(--primary-white);
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  overflow: visible;
  box-shadow: 0 7px 15px #0003;
}

.cta-kfz-wrapper.bg {
  background-image: linear-gradient(130deg, #f53c03, #eed74a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 8%;
}

.tel-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-cta-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.maps-embed {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.kfz-loesungen-section {
  z-index: 0;
  background-color: var(--primary-grey-bg);
  position: relative;
}

.kfz-problem-wrapper {
  width: 100%;
}

.problem-container {
  z-index: 1;
  background-color: var(--primary-white);
  border-radius: 10px;
  padding: 3% 5%;
  position: static;
}

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

.problem-icon {
  width: 50px;
  margin-right: 20px;
}

.problem-item-wrapper {
  position: relative;
  overflow: visible;
}

.number {
  z-index: -1;
  color: #ff6500cc;
  font-family: Inter, sans-serif;
  font-size: 25em;
  line-height: .8em;
  position: absolute;
  inset: 15% auto auto -8%;
}

.number.rev {
  left: auto;
  right: -6%;
}

.orange {
  color: var(--primary-orange);
  text-decoration: underline;
}

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

.logo-wrapper {
  justify-content: space-around;
  width: 100%;
  height: auto;
  display: flex;
}

.referenz-link-wtapper {
  background-color: var(--primary-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 1%;
  display: flex;
}

.referenz-img {
  border-radius: 10px;
  width: 80%;
  height: auto;
}

.kfz-partner-wrapper {
  background-color: var(--primary-grey-bg);
  border-radius: 10px;
  width: 100%;
  padding: 3%;
}

.bread-image {
  width: 200px;
  margin-bottom: 20px;
}

.c-flip-card {
  border-radius: 10px;
  position: relative;
}

.cloneable-area {
  padding: 20px;
}

._w-card-back {
  background-color: var(--primary-orange);
  background-image: linear-gradient(303deg, var(--primary-orange), var(--primary-yellow));
  perspective: 1000px;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  border-radius: 10px;
  display: flex;
  position: relative;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: none;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-card-btn {
  padding: 20px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  height: 140px;
  padding: 20px 15px;
  transform: translate(0);
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

._w-card-quote {
  position: relative;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-title {
  margin-bottom: 5px;
}

.card-title {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-img {
  height: 120px;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

._w-card-front {
  background-color: var(--primary-grey-bg);
  perspective: 1000px;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

.accident-lottie {
  width: 100%;
  padding-left: 5%;
}

.problem-vertical-wrapper {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.sticky-animation {
  z-index: 2;
  width: 100%;
  position: sticky;
  top: 10%;
}

.contact-sticky-wrapper {
  z-index: 100;
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.contact-item {
  background-image: linear-gradient(93deg, var(--primary-orange), var(--primary-yellow));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.contact-img {
  color: var(--primary-white);
  width: 50px;
  height: 50px;
}

.contact-img.wa {
  width: 70px;
  height: 70px;
}

.ablauf-icon {
  width: 50%;
}

@media screen and (min-width: 1440px) {
  .container-w2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .kfz-hero-section {
    background-position: 29%;
  }
}

@media screen and (max-width: 991px) {
  .copy-large {
    font-size: 1.4em;
  }

  .copy-large.faq {
    width: 80%;
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .title1 {
    text-align: left;
    font-size: 3em;
  }

  .container-w2 {
    flex-direction: column;
    overflow: visible;
  }

  .title3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    font-size: 1.5em;
  }

  .heading {
    margin-left: 0;
    padding-left: 0;
    font-size: 50px;
    line-height: 45px;
  }

  .copy-medium {
    font-size: 1.2em;
  }

  .button-2 {
    width: 230px;
  }

  .button-2:hover {
    opacity: 1;
    transform: scale(1);
  }

  .button-2.secondary {
    color: #f7f7f7;
    border-color: #f7f7f7;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1.3em;
  }

  .button-2.main {
    width: 250px;
    line-height: 1.1;
  }

  .button-2.cta {
    width: 100%;
  }

  .title2 {
    font-size: 2.5em;
  }

  .title2.left {
    font-size: 2.2em;
  }

  .kfz-hero-section {
    background-position: 34%;
  }

  .footer-logo {
    vertical-align: top;
    width: 100px;
    padding-bottom: 5%;
  }

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

  .footer-rechts {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3em;
    line-height: 3em;
  }

  .nav-link.footer {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .faq-question {
    padding-left: 10px;
  }

  .faq-lottie-icon {
    height: 30px;
    top: auto;
    bottom: 36%;
  }

  .rl_navbar1_link {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: var(--primary-black);
    height: 100vh;
    padding-bottom: 15rem;
  }

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

  .hamburger-menu {
    width: 35px;
  }

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

  .wrap-left, .wrap-right {
    width: 100%;
  }

  .wrap-right.up {
    width: 0%;
  }

  .hero-check-container {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .zg-problem-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .problem-wrap-container {
    width: 100%;
  }

  .kfz-vorteile-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .kfz-vorstellung-wrapper {
    flex-flow: column;
  }

  .cta-img {
    width: 30%;
  }

  .cta-kfz-wrapper {
    width: 95%;
  }

  .kfz-loesungen-section {
    z-index: 1;
  }

  .number {
    font-size: 21em;
    left: -5%;
  }

  .number.rev {
    right: -4%;
  }

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

  .logo-wrapper {
    flex-flow: row;
  }

  .referenz-link-wtapper {
    width: 300px;
  }

  .cloneable-area {
    padding: 0;
  }

  .sticky-animation {
    display: none;
  }

  .contact-sticky-wrapper {
    right: 1%;
  }

  .ablauf-icon {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .copy-large {
    font-size: 1.3em;
  }

  .copy-large.faq {
    width: 90%;
  }

  .title1 {
    font-size: 2.8em;
  }

  .title5 {
    font-size: 1.2em;
  }

  .title6 {
    font-size: 1em;
  }

  .title3 {
    text-align: center;
    padding-left: 0%;
    font-size: 1.5em;
  }

  .heading {
    overflow: visible;
  }

  .copy-medium {
    margin-bottom: 0%;
  }

  .copy-medium.cta {
    text-align: center;
  }

  .distance-big {
    padding-top: 6em;
  }

  .button-2 {
    font-size: 1.1em;
  }

  .button-2.main {
    width: 300px;
  }

  .button-2.cta {
    width: 300px;
    line-height: 1.2;
  }

  .title2 {
    font-size: 2em;
  }

  .title2.center {
    text-align: center;
  }

  .styles-grid-colors {
    display: flex;
  }

  .footer-logo {
    width: 200px;
    padding-top: 2%;
  }

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

  .ap-urheber-wrapper {
    flex-flow: column;
  }

  .faq-question {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .kfz-vorteile-wrapper {
    grid-template-columns: 1fr;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

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

  .timeline_left {
    text-align: left;
    margin-bottom: 10px;
  }

  .cta-img {
    width: 40%;
    padding-right: 0%;
    position: static;
    left: -17%;
  }

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

  .cta-kfz-wrapper.slideup-1 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 0%;
    padding-left: 5%;
  }

  .cta-kfz-wrapper.bg.slideup-1 {
    padding-bottom: 5%;
  }

  .tel-wrap {
    justify-content: center;
    align-items: center;
  }

  .info-cta-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .referenz-link-wtapper {
    margin-bottom: 5%;
  }

  .contact-sticky-wrapper {
    z-index: 999;
  }

  .contact-item {
    height: 60px;
  }

  .contact-img {
    width: 30px;
    height: 30px;
  }

  .contact-img.wa {
    width: 50px;
    height: 50px;
  }

  .ablauf-icon {
    width: 50%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .copy-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 21px;
  }

  .copy-large.faq {
    line-height: 1.3em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .title1 {
    font-size: 1.7em;
  }

  .title1.urbach {
    font-size: 1.6em;
  }

  .container-w2 {
    margin-bottom: 0%;
    padding-bottom: 2%;
    overflow: visible;
  }

  .title3 {
    text-align: left;
    padding-left: 0;
    font-size: 1.5em;
  }

  .heading {
    margin-top: 40px;
    font-size: 2.5em;
  }

  .copy-medium {
    text-align: left;
    word-break: normal;
    font-size: 1.1em;
  }

  .copy-medium.cta {
    text-align: center;
  }

  .distance-big {
    padding-top: 5em;
  }

  .p-xl-start {
    padding-top: 4.5em;
  }

  .button-2.cta {
    width: 240px;
  }

  .title2 {
    text-align: center;
    display: block;
  }

  .title2.left {
    font-size: 2.2em;
  }

  .title2.white.left {
    font-size: 2.4em;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-rechts {
    grid-template-columns: 1fr;
    padding-bottom: 8%;
  }

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

  .ap-urheber-wrapper {
    flex-flow: column;
  }

  .faq-question {
    padding: 10px;
  }

  .faq-lottie-icon {
    width: 35px;
  }

  .faq-answer.slideup-3 {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .wrap-right.up {
    width: 100%;
    height: 50vh;
    margin-top: 10%;
  }

  .hero-check-container {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .check {
    margin-right: 6px;
  }

  .zg-problem-wrapper {
    grid-template-columns: 1fr;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .cta-img {
    width: 100%;
    margin-right: -18px;
    display: block;
    position: static;
  }

  .cta-kfz-wrapper {
    flex-flow: wrap-reverse;
  }

  .cta-kfz-wrapper.slideup-1 {
    padding-top: 8%;
    padding-right: 5%;
  }

  .cta-kfz-wrapper.bg.slideup-1 {
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .tel-wrap {
    justify-content: center;
    align-items: center;
  }

  .info-cta-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .problem-icon {
    margin-right: 10px;
  }

  .referenz-link-wtapper {
    width: 200px;
  }

  .kfz-partner-wrapper {
    padding-top: 5%;
  }

  .c-card-back {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .card-title {
    font-size: 1.3em;
  }

  .c-card-front {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .accident-lottie {
    padding-top: 5%;
    padding-left: 0%;
  }

  .problem-vertical-wrapper {
    flex-flow: column;
  }

  .sticky-animation {
    display: block;
  }

  .ablauf-icon {
    width: 80%;
  }
}

#w-node-_65a51671-365d-2231-4705-bd617fc8dd5c-8c3367d9, #w-node-d0356ebb-39e2-6338-ec9e-9254954d43fd-8c3367d9, #w-node-e4f9a05d-77be-32dc-b4c2-9ede2a4e074d-8c3367d9, #w-node-_2d7f5055-4ed5-0a3c-b11f-a0e0e3ce16df-8c3367d9, #w-node-da486852-fecd-e030-a09b-f0fd495ff471-8c3367d9 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaebf-8c3367d9 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaec2-8c3367d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaec4-8c3367d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaed4-8c3367d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaed7-8c3367d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaed9-8c3367d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaee1-8c3367d9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaee4-8c3367d9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede679ad-8574-e98d-c4c8-a69b93beaee6-8c3367d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba87bc2c-2690-d2ed-aba0-025de10fc5c1-e10fc5bc {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}