@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #2e2e2e;
  --white-smoke: #eeeded;
  --light-grey: #cccfbe;
  --acc1: #fbbf01;
  --dark-slate-grey: #3a4533;
  --lime: #36fd16;
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.1em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 11em;
  font-weight: 300;
  line-height: 1.11;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  font-weight: 300;
  line-height: 1.11;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
}

a {
  text-decoration: none;
}

.section {
  line-height: 1.6;
}

.section.is--hero {
  z-index: 39;
  position: relative;
}

.section.is--nav {
  z-index: 1000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.section.cta {
  z-index: 41;
  background-image: linear-gradient(#0c0c0ccc, #0c0c0ccc);
  min-height: 50em;
  position: relative;
}

.section.cta.home {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section.black {
  z-index: 40;
  background-color: var(--black);
  position: relative;
}

.section.contact {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.section.bg-over {
  z-index: 32;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(2deg, #000000bd 15%, #fff0 84%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 3em 9rem;
}

.container.is--hero {
  z-index: 33;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 12.8em;
  display: flex;
  position: relative;
}

.container.is--hero.h {
  justify-content: center;
  align-items: flex-end;
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.container.is--navbar {
  background-color: #00000026;
  border: 1px solid #ffffff1f;
  border-radius: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .6em 1.6em .6em 1.3em;
}

.container.centre.home {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.nav {
  padding-top: 0;
  padding-bottom: 0;
}

.container.slides {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container.is--hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 12.8em;
  display: flex;
  position: relative;
}

.container.ih, .container.ih3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid {
  flex-wrap: wrap;
  display: flex;
}

.grid.is--nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid.is--content {
  justify-content: space-between;
  margin-top: 2em;
}

.grid.hero__card-fill.four-boxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 5em;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.grid.centre {
  justify-content: space-between;
  align-items: center;
}

.grid.credits {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
}

.grid.cp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-wrapper {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid_item {
  flex: none;
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--nav-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 0;
}

.grid_item.is--menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav_logo {
  height: 3rem;
}

.menu_link {
  color: var(--acc1);
  align-items: center;
  margin-left: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link.h {
  margin-left: 0;
  padding: .5rem .9rem;
}

.menu_p {
  color: var(--white-smoke);
  letter-spacing: .05rem;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  transition: color .2s;
}

.menu_p:hover {
  color: var(--acc1);
}

.menu_p.h {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.hero__card {
  z-index: 10;
  margin-bottom: 2rem;
  padding: 0;
  position: absolute;
  inset: auto 3em 0% auto;
}

.hero__card-fill {
  z-index: 4;
  background-color: #ffffff17;
  border: 1px solid #ffffff1f;
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 30em;
  padding: .5em 2em;
  display: flex;
  position: relative;
}

.hero__card-fill.h {
  width: auto;
  padding: .1rem;
}

.hero__card-fill.h:hover {
  background-color: #ffffff26;
}

.heading-6 {
  color: var(--white-smoke);
  letter-spacing: .025rem;
  margin-top: 10px;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.h1-hero {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 2em;
  line-height: 1;
  position: static;
}

.h1-hero.notsee {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .1em;
}

.grid-item {
  flex-direction: column;
  width: 30%;
  padding-top: 1em;
  display: flex;
}

.grid-item.is--feature-left {
  width: 40%;
  padding: 1em;
  display: block;
}

.grid-item.is--feature-left.home {
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  padding-right: 0;
  display: flex;
}

.grid-item.is--feature-right {
  width: 50%;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.grid-item.is--feature-right.hero__card-fill.form {
  padding: 1.6em 1.8em 1.5em;
  display: block;
}

.grid-item.is--feature-right.hero__card-fill.form.con {
  width: 55%;
}

.text.white {
  color: var(--white-smoke);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text.white.footer {
  letter-spacing: .4px;
  font-size: 1.45em;
}

.image-2 {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 35em;
  transition: transform .4s;
  position: relative;
}

.heading-2 {
  margin-top: .2em;
  margin-bottom: .1em;
}

.heading-2.white {
  color: var(--white-smoke);
  letter-spacing: 0;
  margin-bottom: .5rem;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.paragraph {
  font-size: 1.1em;
}

.paragraph.white {
  color: var(--white-smoke);
  letter-spacing: .02rem;
  margin-top: 20px;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.paragraph.white.punk {
  font-size: 1.15rem;
  line-height: 1.4rem;
}

.paragraph.large {
  font-size: 1.6em;
}

.paragraph.large.white {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.paragraph.large.white._23 {
  margin-top: 2rem;
  font-style: italic;
  font-weight: 400;
}

.paragraph.large.white._44 {
  font-style: italic;
  font-weight: 400;
}

.button {
  margin-top: 1em;
  padding: 1.1em 1.4em;
  font-size: 1.2em;
}

.button.hero__card-fill.small {
  letter-spacing: .4px;
  width: auto;
  margin-top: 1rem;
  padding: .8rem 1.2rem;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: inline-block;
  position: static;
}

.button.hero__card-fill.small:hover {
  background-color: #fff0;
}

.inner-card {
  text-align: left;
  border-right: 1px solid #ffffff1f;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 2.5em 2.8em 2em;
  transition: background-color .2s;
  display: flex;
}

.icon-img {
  background-color: var(--white-smoke);
  border: 1px solid #5a5a5a1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-bottom: 15px;
  padding: .3em;
  display: flex;
  inset: auto 0% 0%;
}

.card-inner-block {
  flex: 1;
  width: 100%;
}

.footer_logo {
  width: 25em;
}

.footer_logo.w--current {
  width: 25em;
  max-width: none;
}

.container_footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4em 2.5em;
  position: relative;
}

.footer-item {
  grid-row-gap: .14rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  overflow: visible;
}

.footer-grid-item {
  flex-direction: column;
  width: 33.3333%;
  padding-top: 1em;
  padding-left: 1em;
  display: flex;
}

.div-block {
  border-radius: 1em;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.hero-3d {
  z-index: 10;
  perspective: 10000px;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-top: 1em;
  margin-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mercedez-scenic {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 100%;
}

.brand_svg {
  color: var(--white-smoke);
  cursor: pointer;
  height: 100%;
  font-size: 1em;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.h2-animate {
  color: var(--white-smoke);
  letter-spacing: -.02em;
  margin-top: .2em;
  margin-bottom: .1em;
  font-family: Satoshi, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.h2-animate.left {
  text-align: left;
  line-height: 1.5;
}

.h2-animate.left.bott {
  font-size: 5em;
  line-height: 1.2;
}

.h2-animate.two {
  text-align: left;
  letter-spacing: 0;
  font-size: 2.5em;
}

.h2-animate.two.bott {
  margin-top: -.2em;
}

.p-container {
  margin-top: 2em;
}

.background-video {
  z-index: 31;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.h2-hero {
  opacity: 0;
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 7.6rem;
  font-weight: 600;
  line-height: 8rem;
}

.h3-hero {
  opacity: 0;
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.6rem;
  position: static;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.heading-7 {
  letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.div-block-4 {
  grid-column-gap: 8rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

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

.code-ex {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.container-recht {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 7rem 5rem;
}

.overflow-hidden-2 {
  position: relative;
  overflow: hidden;
}

.hero-3d-2 {
  z-index: 10;
  perspective: 10000px;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-top: 1em;
  margin-bottom: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list {
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 10px;
  list-style-type: none;
}

.list-item {
  flex-flow: column;
}

.div-block-9 {
  display: none;
}

.contact-form-2 {
  box-shadow: none;
  border-radius: 12.5px;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.text-block {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .container.is--hero.h {
    padding-bottom: 16rem;
  }

  .menu_link {
    margin-left: 2rem;
  }

  .h2-hero {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .container.is--hero.h {
    padding-bottom: 18rem;
  }

  .container.is--navbar {
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: 1em;
  }

  .container.slides {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.ih {
    padding-bottom: 7rem;
  }

  .menu_link {
    margin-left: 3rem;
  }

  .menu_p {
    font-size: 1.3rem;
  }

  .hero__card {
    margin-bottom: 3rem;
  }

  .hero__card-fill.h {
    border-radius: .8em;
  }

  .heading-6 {
    font-size: 1.6rem;
  }

  .text.white.footer {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .image-2 {
    height: 32em;
  }

  .heading-2.white {
    font-size: 3.2rem;
  }

  .paragraph.white {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .paragraph.white.punk {
    font-size: 1.2rem;
    line-height: 1.45rem;
  }

  .paragraph.large.white {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }

  .paragraph.large.white._23, .paragraph.large.white._44 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .button.hero__card-fill.small {
    margin-top: 2rem;
  }

  .heading-7 {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
}

@media screen and (min-width: 1920px) {
  .section.cta.home {
    height: 50em;
  }

  .container {
    max-width: 1600px;
  }

  .container.is--hero.h {
    padding-bottom: 22rem;
  }

  .container.is--navbar {
    padding-top: .05em;
    padding-bottom: .05em;
    padding-left: .5em;
  }

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

  .container.ih {
    padding-top: 6.5rem;
    padding-bottom: 8rem;
  }

  .container.ih3 {
    padding-bottom: 8rem;
  }

  .grid.hero__card-fill.four-boxes {
    margin-top: 3em;
  }

  .menu_link {
    margin-left: 3.5rem;
  }

  .menu_p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .hero__card-fill.h {
    border-radius: .6em;
  }

  .heading-6 {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }

  .text.white.footer {
    font-size: .9em;
    line-height: 1.3;
  }

  .image-2 {
    height: 25em;
  }

  .heading-2.white {
    font-size: 3.3rem;
  }

  .paragraph.white {
    font-size: 1.4rem;
  }

  .paragraph.white.punk {
    font-size: 1.3rem;
    line-height: 1.55rem;
  }

  .paragraph.large.white {
    font-size: 1.4rem;
  }

  .paragraph.large.white._23, .paragraph.large.white._44 {
    font-size: 1.5rem;
  }

  .icon-img {
    width: 2.5em;
    height: 2.5em;
  }

  .footer_logo, .footer_logo.w--current {
    width: 19em;
  }

  .hero-3d {
    height: 32em;
    margin-bottom: 3em;
  }

  .h2-animate {
    font-size: 4.8em;
  }

  .h2-hero {
    font-size: 10rem;
    line-height: 10rem;
  }

  .h3-hero {
    font-size: 2.8rem;
    line-height: 2.9rem;
  }

  .heading-7 {
    margin-bottom: 5px;
    font-size: 2rem;
  }

  .container-recht {
    max-width: 1600px;
  }

  .hero-3d-2 {
    height: 34em;
    margin-bottom: 2.5em;
  }

  .list-item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .section.is--nav {
    z-index: 900;
    padding-left: 4em;
    padding-right: 4em;
    position: absolute;
  }

  .section.cta.home {
    height: auto;
  }

  .container {
    padding: 10em 5em;
  }

  .container.is--hero.h {
    padding-bottom: 23rem;
  }

  .container.is--navbar {
    width: auto;
    display: inline-flex;
  }

  .container.centre.home {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.nav {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.slides {
    padding-bottom: 3rem;
  }

  .container.is--hero {
    max-width: 100%;
  }

  .container.ih {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid.is--nav {
    justify-content: flex-start;
    display: inline-flex;
  }

  .grid.is--content {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .grid.hero__card-fill.four-boxes {
    grid-template-columns: 1fr;
  }

  .grid.centre {
    justify-content: flex-end;
  }

  .grid_item.is--nav-logo {
    align-self: center;
  }

  .grid_item.is--menu {
    z-index: -1;
    background-color: var(--light-grey);
    border-radius: 1em;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 24px;
    padding-left: 2.04em;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu_link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu_p {
    font-size: 26px;
  }

  .hero__card {
    margin-bottom: 2.5rem;
    margin-right: 3em;
  }

  .heading-6 {
    font-size: 1.8rem;
  }

  .grid-item.is--feature-left {
    width: 30%;
    display: none;
  }

  .grid-item.is--feature-left.home, .grid-item.is--feature-right {
    width: 100%;
  }

  .grid-item.is--feature-right.hero__card-fill.form.con {
    width: 85%;
  }

  .text.white {
    font-size: 1.4em;
  }

  .text.white.footer {
    font-size: 2em;
  }

  .image-2 {
    height: 45em;
  }

  .heading-2.white {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .paragraph.white.punk {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .paragraph.large {
    font-size: 2.5em;
  }

  .paragraph.large.white._23 {
    margin-top: .5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .paragraph.large.white._44 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .button.hero__card-fill.small {
    border-radius: .8em;
    margin-top: 2rem;
    font-size: 1.1rem;
  }

  .inner-card {
    border-bottom: 1px solid #ffffff1f;
    border-right-style: none;
    padding: 5em;
  }

  .inner-card.la {
    border-bottom-style: none;
  }

  .icon-img {
    width: 4.5em;
    height: 4.5em;
  }

  .footer_logo, .footer_logo.w--current {
    width: 30em;
  }

  .container_footer {
    padding: 6em 5em 3em;
  }

  .footer-grid-item {
    width: auto;
  }

  .hero-3d {
    margin-top: 1.5em;
  }

  .h2-animate {
    letter-spacing: 0;
    font-size: 6.4em;
    line-height: 1.5;
  }

  .h2-animate.left.kon {
    margin-bottom: 0;
    font-size: 5em;
    line-height: 1.2;
  }

  .h2-animate.two.kon {
    margin-top: 0;
    font-size: 3em;
  }

  .h2-hero {
    font-size: 6.2rem;
    line-height: 6rem;
  }

  .h3-hero {
    font-size: 2.2rem;
  }

  .div-block-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container-recht {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-3d-2 {
    margin-top: 1.5em;
  }

  .div-block-9 {
    margin-bottom: 10px;
    padding-left: 20px;
    display: block;
  }

  .div-block-10 {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container.is--navbar {
    margin-top: 2.5em;
  }

  .container.slides {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .container.ih, .container.ih3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .grid.is--content {
    grid-row-gap: 2rem;
  }

  .grid.centre {
    justify-content: center;
  }

  .grid.credits {
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-top: 1rem;
  }

  .grid_item.is--nav-logo {
    align-self: center;
  }

  .nav_logo {
    height: 2.5rem;
  }

  .nav_logo.w--current {
    height: 3rem;
  }

  .hero__card-fill {
    width: 50em;
  }

  .heading-6 {
    font-size: 5em;
  }

  .grid-item.is--feature-right, .grid-item.is--feature-right.hero__card-fill.form.con {
    width: 100%;
  }

  .text.white {
    font-size: 2.5em;
  }

  .text.white.footer {
    font-size: 3em;
  }

  .image-2 {
    height: 50em;
  }

  .heading-2.white {
    margin-top: 0;
    font-size: 8em;
    line-height: 2.8rem;
  }

  .paragraph.white {
    margin-top: 10px;
    font-size: 2.8em;
  }

  .button.hero__card-fill.small {
    font-size: 2.5em;
  }

  .icon-img {
    border-color: var(--dark-slate-grey);
    width: 7em;
    height: 7em;
    padding: .25em;
  }

  .footer_logo, .footer_logo.w--current {
    width: 35em;
  }

  .container_footer {
    padding-bottom: 5em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .hero-3d {
    height: 45em;
  }

  .brand_svg {
    font-size: 9px;
  }

  .h2-animate {
    letter-spacing: .03em;
  }

  .h2-hero {
    font-size: 6rem;
    line-height: 5.5rem;
  }

  .h3-hero {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .hero-3d-2 {
    height: 45em;
  }

  .div-block-9 {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .contact-form-2 {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 6em;
    padding-right: 6em;
  }

  .container.is--hero.h {
    height: 95vh;
    max-height: none;
    padding-bottom: 17rem;
  }

  .container.is--navbar {
    margin-top: 4em;
  }

  .container.centre.home {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container.slides {
    padding-top: 2rem;
  }

  .container.is--hero {
    height: 90vh;
    max-height: 90vh;
  }

  .container.ih, .container.ih3 {
    padding-top: 3rem;
  }

  .grid.is--content {
    grid-row-gap: 3rem;
  }

  .grid.hero__card-fill.four-boxes {
    border-radius: 1.2em;
    display: block;
  }

  .grid_item.is--menu {
    border-radius: 1em;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .nav_logo {
    display: block;
  }

  .nav_logo.w--current {
    height: 2.5rem;
  }

  .menu_p {
    color: var(--white-smoke);
    font-size: 23px;
  }

  .menu_p.h {
    font-size: 1rem;
  }

  .hero__card {
    margin-bottom: 5rem;
  }

  .hero__card-fill {
    width: 50em;
  }

  .hero__card-fill.h {
    border-radius: 1.4em;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 6.5em;
  }

  .grid-item.is--feature-right.hero__card-fill.form.con {
    border-radius: 2em;
    padding: 2em 4em 6em;
  }

  .text.white, .text.white.footer {
    font-size: 4em;
  }

  .image-2 {
    height: 55em;
  }

  .heading-2.white {
    font-size: 10em;
    line-height: 2.5rem;
  }

  .paragraph.white {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .paragraph.white.punk {
    margin-top: 10px;
  }

  .paragraph.large.white._23, .paragraph.large.white._44 {
    font-size: 1.5rem;
  }

  .paragraph.large.white.xx {
    font-size: 1.2rem;
  }

  .button.hero__card-fill.small {
    border-radius: .6em;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 4em;
  }

  .inner-card {
    border-bottom: 1px solid #ffffff1f;
    border-right-style: none;
    width: 100%;
    padding: 8em 6em;
  }

  .icon-img {
    width: 10em;
    height: 10em;
  }

  .footer_logo, .footer_logo.w--current {
    width: 55em;
  }

  .container_footer {
    padding-top: 8em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .hero-3d {
    height: 50em;
    margin-top: 3em;
    margin-bottom: 6em;
  }

  .h2-animate {
    padding-bottom: 5px;
    font-size: 8.7em;
    line-height: 1.1;
  }

  .h2-animate.left {
    padding-bottom: 5px;
    line-height: 1.1;
  }

  .h2-animate.left.kon {
    text-align: left;
    font-size: 8em;
    line-height: 1;
  }

  .h2-animate.two.kon {
    font-size: 5.5em;
    line-height: 1.2;
  }

  .h2-hero {
    margin-bottom: 10px;
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .h3-hero {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .heading-7 {
    font-size: 1.8rem;
  }

  .container-recht {
    padding-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-3d-2 {
    margin-top: 3em;
  }

  .div-block-9 {
    padding-left: 0;
  }

  .contact-form-2 {
    align-self: stretch;
    padding: 0;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}