html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}


img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

svg {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.base-layout {
  display: grid;
}

:root {
  --color--epa-color-01: #0f0f0e;
  --space--epa-whitespace-04: 3rem;
  --color--epa-color-02: #eeeeea;
  --space--epa-whitespace-01: 1rem;
  --type--epa-font-02: "CG Omega", sans-serif;
  --color--epa-color-03: #969696;
  --font--epa-s-desktop: .75rem;
  --font--epa-s-tablet: .7rem;
  --font--epa-s-mobile: .5rem;
  --font--epa-h-desktop: 2.5rem;
  --letter-spacing--epa-ls-01: .15rem;
  --font--epa-h-tablet: 2rem;
  --font--epa-h-mobile: 1.5rem;
  --space--epa-whitespace-03: 1.5rem;
  --space--epa-whitespace-02: 1.25rem;
  --font--epa-p-desktop: .85rem;
  --type--epa-font-01: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia, serif;
  --space--epa-whitespace-05: 5rem;
  --font--epa-p-tablet: .95rem;
  --font--epa-p-mobile: .9rem;
  --white: white;
  --black: black;
  --letter-spacing--epa-ls-02: .05rem;
}

.layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.cell-layout {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.epa-navbar {
  z-index: 9999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.epa-footer {
  background-color: var(--color--epa-color-01);
  max-width: 100%;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar {
  z-index: 999;
  height: var(--space--epa-whitespace-05);
  background-color: var(--color--epa-color-02);
  padding-right: var(--space--epa-whitespace-05);
  justify-content: right;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--color--epa-color-02);
  max-width: 3840px;
}

.image {
  height: 65%;
}

.epa-footer-cont {
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
}

.epa-footer-text {
  color: var(--color--epa-color-03);
  font-size: var(--font--epa-s-desktop);
  text-decoration: none;
}

.epa-footer-content {
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.epa-line {
  background-color: var(--color--epa-color-03);
  height: 1px;
  display: none;
}

.epa-text-header {
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
  color: var(--color--epa-color-01);
  font-size: var(--font--epa-h-desktop);
  line-height: var(--font--epa-h-desktop);
  letter-spacing: var(--letter-spacing--epa-ls-01);
}

.epa-text-header.v2 {
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
  color: var(--color--epa-color-01);
}

.epa-text-header.main {
  color: var(--color--epa-color-02);
}

.epa-fleet {
  margin-bottom: 52px;
  padding-left: 5%;
  padding-right: 5%;
}

.epa-fleet-content-header {
  padding-top: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
  color: var(--color--epa-color-01);
  font-size: var(--font--epa-h-mobile);
  line-height: var(--font--epa-h-mobile);
}

.epa-fleet-content-header.main {
  color: var(--color--epa-color-02);
}

.epa-cta {
  justify-content: center;
  display: block;
}

.epa-cta.nav {
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cta-car {
  margin-right: var(--space--epa-whitespace-03);
  margin-left: var(--space--epa-whitespace-03);
  padding-top: var(--space--epa-whitespace-01);
  padding-bottom: var(--space--epa-whitespace-01);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--epa-color-01);
  background-color: var(--color--epa-color-01);
  color: var(--color--epa-color-02);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.cta-car:hover {
  background-color: var(--color--epa-color-02);
  color: var(--color--epa-color-01);
}

.cta-car.main {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--space--epa-whitespace-01);
  margin-bottom: var(--space--epa-whitespace-01);
}

.epa-car-btn {
  font-family: var(--type--epa-font-02);
  font-size: var(--space--epa-whitespace-02);
  text-align: center;
  text-decoration: none;
}

.epa-cta-nav {
  z-index: 9999;
  background-color: var(--color--epa-color-02);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.epa-home {
  padding-bottom: var(--space--epa-whitespace-04);
  grid-column-gap: var(--space--epa-whitespace-01);
  grid-row-gap: var(--space--epa-whitespace-01);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.epa-home-header-container {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.epa-heading {
  padding-right: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
  color: var(--color--epa-color-02);
  font-size: var(--font--epa-h-desktop);
  line-height: var(--font--epa-h-desktop);
  margin-top: 0;
  margin-bottom: 0;
}

.italic-text {
  font-family: var(--type--epa-font-01);
}

.epa-cta-scroll {
  padding: var(--space--epa-whitespace-01) var(--space--epa-whitespace-04);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--epa-color-01);
  background-color: var(--color--epa-color-02);
  color: var(--color--epa-color-01);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.epa-car-presentation {
  padding-top: var(--space--epa-whitespace-04);
  padding-bottom: var(--space--epa-whitespace-04);
  display: none;
}

.epa-car-content {
  padding-right: 0;
}

.text-span {
  font-family: var(--type--epa-font-01);
  font-style: italic;
  font-weight: 700;
}

.epa-contact-cta {
  padding: var(--space--epa-whitespace-04) 5% var(--space--epa-whitespace-03);
}

.epa-fleet-content-subheader {
  padding-top: var(--space--epa-whitespace-01);
  font-family: var(--type--epa-font-02);
  color: var(--color--epa-color-03);
  font-size: var(--space--epa-whitespace-01);
  line-height: var(--space--epa-whitespace-01);
}

.epa-fleet-content-subheader.v2 {
  color: var(--color--epa-color-02);
  text-decoration: none;
}

.text-span-2 {
  font-family: var(--type--epa-font-01);
}

.epa-contact-card {
  padding: var(--space--epa-whitespace-04) 0px;
}

.image-5 {
  height: 30vh;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

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

.italic-text-2 {
  font-family: var(--type--epa-font-01);
}

.epa-car-image {
  width: 70%;
}

.epa-car-display {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.epa-car-main {
  margin-top: var(--space--epa-whitespace-05);
  margin-bottom: var(--space--epa-whitespace-05);
  justify-content: flex-end;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  animation: slideB ease-in-out;
  animation-timeline: view();
}

.epa-block-container {
  margin-right: var(--space--epa-whitespace-03);
  margin-left: var(--space--epa-whitespace-03);
  padding: var(--space--epa-whitespace-04) var(--space--epa-whitespace-03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: linear-gradient(225deg, rgba(0, 0, 0, .1) 25%, rgba(0, 0, 0, .3));
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  height: 50%;
  display: flex;
  animation: slide linear;
  animation-timeline: view();
}

.epa-car-main-v {
  margin-top: var(--space--epa-whitespace-05);
  margin-bottom: var(--space--epa-whitespace-05);
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  animation: slideB ease-in-out;
  animation-timeline: view();
}

.epa-block-container-home {
  padding: var(--space--epa-whitespace-04) var(--space--epa-whitespace-03);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 25%, rgba(255, 255, 255, 0));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.epa-scroll-cta-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.epa-car-main-home {
  margin-bottom: var(--space--epa-whitespace-05);
  justify-content: space-between;
  align-items: flex-end;
  height: calc(95vh - 6rem);
  display: flex;
  position: relative;
}

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

.epa-link-visual {
  text-decoration: underline !important;
  text-underline-offset: var(--letter-spacing--epa-ls-01);
}

.svg-icon {
  width: var(--space--epa-whitespace-02);
  height: var(--space--epa-whitespace-02);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
}

.epa-vienna {
  object-position: 33% 45%;
}

.gtc {
  object-position: 60% 60%;
}

.flying-spur {
  object-position: 100% 50%;
}

.gtv8 {
  object-position: 50% 60%;
}

.macan{
  object-position: 40% 50%;
}

.x6m {
  object-position: 40% 50%;
}

.x5xdrive {
  object-position: 70% 60%;
}

.glccoupe {
  object-position: 50% 60%;
}


@media screen and (max-width: 991px) {
  .epa-footer-text {
    font-size: var(--font--epa-s-tablet);
  }

  .epa-text-header {
    padding-top: var(--font--epa-s-mobile);
    padding-bottom: var(--font--epa-s-mobile);
    font-size: var(--font--epa-h-tablet);
    line-height: var(--font--epa-h-tablet);
  }

  .epa-text-header.v2 {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .epa-fleet-content-header {
    padding-top: var(--font--epa-s-mobile);
    font-size: var(--space--epa-whitespace-01);
  }

  .epa-cta.nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-car {
    grid-template-columns: .4fr 2fr .4fr;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-car.main {
    margin-top: var(--space--epa-whitespace-01);
    margin-bottom: var(--space--epa-whitespace-01);
  }

  .epa-home {
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .epa-home-header-container {
    width: 80%;
  }

  .epa-cta-scroll {
    grid-template-columns: .4fr 2fr .4fr;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-5 {
    height: 20vh;
  }

  .cell-3 {
    justify-content: center;
    align-items: stretch;
  }

  .epa-contact-cell-mobile {
    padding-top: var(--space--epa-whitespace-02);
    padding-bottom: var(--space--epa-whitespace-01);
    justify-content: flex-start;
    align-items: stretch;
  }

  .epa-car-image {
    width: 100%;
  }

  .epa-car-main {
    justify-content: space-between;
    align-items: flex-end;
    height: 80vh;
  }

  .epa-block-container {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .epa-car-main-v {
    justify-content: space-between;
    align-items: flex-end;
    height: 80vh;
  }

  .epa-block-container-home {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .epa-car-main-home {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .epa-footer-text {
    font-size: var(--font--epa-s-mobile);
  }

  .epa-text-header {
    font-size: var(--font--epa-h-mobile);
    line-height: var(--font--epa-h-mobile);
  }

  .epa-text-header.v2 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .epa-cta.nav, .epa-home-header-container {
    width: 100%;
  }

  .epa-heading {
    margin-top: var(--font--epa-s-mobile);
    margin-bottom: var(--font--epa-s-mobile);
    font-size: var(--font--epa-h-tablet);
    line-height: var(--font--epa-h-tablet);
  }

  .epa-car-cell {
    padding-left: 0;
  }

  .epa-car-content {
    padding-left: 0;
  }

  .cell-2 {
    padding-left: 0;
  }

  .epa-fleet-content-subheader.v2 {
    padding-top: var(--font--epa-s-mobile);
  }

  .epa-block-container {
    padding-top: var(--space--epa-whitespace-03);
    padding-bottom: var(--space--epa-whitespace-03);
    margin-bottom: -2rem;
  }

  .epa-block-container-home {
    padding-top: var(--space--epa-whitespace-02);
    padding-bottom: var(--space--epa-whitespace-02);
  }
}

@media screen and (max-width: 479px) {
  .epa-cta.nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .epa-car-btn {
    white-space: nowrap;
    word-break: keep-all;
    display: none;
  }

  .epa-car-btn.heading {
    display: flex;
  }

  .epa-car-btn.main {
    display: block;
  }

  .epa-heading {
    padding-right: var(--font--epa-s-mobile);
    font-size: var(--font--epa-h-mobile);
  }

  .image-5 {
    height: 15vh;
  }

  .epa-car-main, .epa-car-main-v {
    height: 85vh;
  }
}

#EPA-Scroll-ID {
  justify-self: center;
}

#EPA-Contact-ID {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#EPA-Image-5-ID {
  grid-row: span 2 / span 2;
}

#Phone-ID, #Mail-ID {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #EPA-Contact-ID {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #EPA-Image-5-ID {
    grid-row: span 2 / span 2;
  }
}

@font-face {
  font-family: 'CG Omega';
  src: url('assets/fonts/CG-Omega-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@keyframes slideB {
  from { transform: translateY(10rem);}
  to { transform: translateY(-10rem);}
}

@keyframes slide {
  from { transform: translateY(8rem);}
  to { transform: translateY(-8rem);}
}
