:root {
  --ms-black: #121212;
  --ms-indigo: #6610f2;
  --ms-purple: #6f42c1;
  --ms-pink: #d63384;
  --ms-red: #dc3545;
  --ms-orange: #fd7e14;
  --ms-yellow: #ffc107;
  --ms-body-font-size: 1rem;
  --ms-body-font-weight: 400;
  --ms-body-line-height: 1.5;
  --ms-body-color: #fff;
  --ms-body-bg: #000;
  --ms-link-color: #0d6efd;
  --ms-link-hover-color: #0a58ca;
  --ms-logo-height: 40px;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--ms-body-bg);
  color: var(--ms-body-color);
  margin: 0;
  font-family: 'Work Sans Light', sans-serif;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 48px;

}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em !important;
}

h3 {
  font-size: 30px;
  line-height: 140%;
  text-wrap: balance;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}

.light {
  font-weight: 300;
  opacity: 0.7;
}

.bold {
  font-family: 'Work Sans Bold', sans-serif;
  color: rgba(255, 255, 255, 1);
}

.has-nowrap {
  white-space: nowrap;
}

@media (max-width: 580px) {
  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
    line-height: 140% !important;
  }

  h4 {
    font-size: 16px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  .gap {
    margin-bottom: 100px !important;
  }

  .gap-2 {
    margin-bottom: 50px !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.gap {
  margin-bottom: 300px;
}

.gap-2 {
  margin-bottom: 150px;
}

.burger {
  width: 45px;
  height: 2px;
  background-color: #fff;
}

.burger-menu {
  cursor: pointer;
}

.hero {
  position: relative;
  width: 100vw;
  height: 90vh;
  height: 90lvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 580px) {
  .hero {
    height: 60vh !important;
  }

  .hero-banner {
    width: 80% !important;
    padding: 15px !important;
  }
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner {
  position: absolute;
  display: inline-block;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  width: 70%;
  border-radius: 10px;
  backdrop-filter: blur(8px) brightness(0.25);
  -webkit-backdrop-filter: blur(8px) brightness(0.25);
}

@media (min-width: 1720px) {
  .hero-banner {
    width: 45% !important;
  }
}

.logo {
  width: auto;
  height: 36px;

}

@media (max-width: 786px) {
  .logo {
    height: 30px !important;
    width: auto;
  }
}

.navbar {
  position: fixed;
  width: 100%;
  padding: 15px 0px;
  z-index: 1010;
  overflow: hidden;
  backdrop-filter: blur(8px) brightness(0.25);
  -webkit-backdrop-filter: blur(8px) brightness(0.25);
}

.navbar a {
  text-decoration: none;
  font-size: 20px;
}

.navbar a.active {
  text-decoration: none;
  font-size: 20px;
  font-family: 'Work Sans Bold';
}

.menu:hover {
  cursor: pointer;
}

.player {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4/6;
  transition: all 0.3s ease
}

@media (max-width: 786px) {
  .player {
    aspect-ratio: 3/4 !important;
  }
}

.card-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.text-player {
  transition: all 0.4s ease;
  text-align: center;
}

.card-player {
  background-color: #303b3c;
  transition: all 0.4s ease;
  padding: 20px 20px 30px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  height: auto;
}

.btn-brand {
  font-size: 14px !important;
}

a .player-title {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.subline2 {
  font-size: 14px;
}

.card_jobs {
  background-color: #303b3c;
  border-radius: 10px !important;
  position: relative;
  align-items: center;
}

img.card_fahrzeug {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 0px !important;
}

img.card_jobs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

@media (max-width: 992px) {
  img.card_jobs {
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
  }

  img.google {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
  }

  img.card_fahrzeug {
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
  }
}

img.google {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;

}

.logo-footer {
  width: 200px;
  height: auto;
}

.fahrzeug_head,
.karriere_head {
  position: relative;
  height: 100%;
  width: 100%;
}

.karriere_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 20px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
  border-radius: 11px;
}

@media (max-width: 580px) {
  .karriere_text {
    padding: 10px 20px !important;
    font-size: 1rem !important;
  }
}

.kontakt_text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
  border-radius: 11px;
}

.cookie {
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 15px 15px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  transition-property: background-color !important;
  transition-delay: 0s !important;
  font-family: 'Work Sans Medium';
  letter-spacing: 2px !important;
}

@media (max-width: 580px) {
  .btn {
    font-size: 14px !important;
  }
}

.btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
}

.headline {
  padding: 15vh 0px;
}

.headline-text h1 {
  text-wrap: balance;
  font-size: 32px;
  font-weight: 100;
  line-height: 48px;
}

.headline-text span {
  font-family: 'Work Sans Medium';
}

@media (max-width: 580px) {
  .headline {
    padding: 8vh 0px;
  }

  .headline-text h1 {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .headline-text-sub p {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-right: 0px !important;
  }
}

.headline-text-sub p {
  text-align: left;
  padding-right: 100px;
  max-width: 1020px;
  line-height: 30px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-family: 'AdihausDIN-Reg', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.headline-sub {
  padding: 100px 0px;
}

/* Animations */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1.0s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active .close,
.fade-leave-active .close {
  transition: all 0.8s ease-in-out;
}

.fade-enter-from .close,
.fade-leave-to .close {
  opacity: 0;
}

.show .nav-link {
  animation: bounce 1s;
}

.show .nav-link:nth-child(1) {
  animation-delay: -0.3s;
}

.show .nav-link:nth-child(2) {
  animation-delay: -0.2s;

}

.show .nav-link:nth-child(3) {
  animation-delay: -0.1s;

}

.show .nav-link:nth-child(4) {
  animation-delay: 0s;

}

.show .social-link {
  animation: bounce 1s;
}

@keyframes bounce {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Modal und Menu */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(15px) brightness(0.25);
  -webkit-backdrop-filter: blur(15px) brightness(0.25);
}

.menu-modal {
  position: fixed;
  z-index: 1055;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: 0;
  backdrop-filter: blur(15px) brightness(0.25);
  -webkit-backdrop-filter: blur(15px) brightness(0.25);
}

.menu-header {
  padding: 8px 15px;
  height: var(--ms-logo-height);
  cursor: pointer;
  display: flex;
}

.menu-content {
  margin-top: 5vh;
}

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

.nav-link a {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-family: 'AdihausDIN-Bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 580px) {
  .nav-link a {
    font-size: 2rem !important;
  }
}

.close {
  height: 40px;
  position: relative;
  transition: all 0.7s;
  margin-right: 1.2rem;
}

.close:after {
  content: '';
  height: 40px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 0;
}

.close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}

.btn-card {
  transform: all 0.4s ease;
  letter-spacing: normal;
  letter-spacing: 2px !important;
}

button.btn {
  background-color: transparent;
  color: #fff;
}

button.btn:hover {
  cursor: pointer;
}

.card_text {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  left: 30px;
  line-height: 1;
  font-size: 32px;
  color: #fff;
  font-family: 'Work Sans Medium';
  text-transform: uppercase;
}

.card_text p {
  font-size: 20px;
  margin: 10px 0;
}

@media (max-width: 580px) {
  .card p {
    font-size: 18px !important;
  }
}

.quote-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.quote-text {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 10%;
  left: 2%;
}

h2.footer {
  margin-bottom: -15px;
}

.img-sub {
  width: 100%;
  height: 600px;
}

.img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-sub2 {
  height: 760px;
}

@media (max-width: 780px) {
  .img-sub {
    height: 300px !important;
  }

  .img-sub2 {
    height: 450px !important;

  }

  .kontakt_text h3 {
    font-size: 18px !important;
  }
}

.img-sub2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.kontakt_text a {
  color: #303b3c !important;
  display: flex;
  align-items: center;
}

.person img {
  clip-path: circle(45% at 50% 50%);
  overflow: hidden;
  object-fit: cover;
  transform: scale(0.9);
}

.person {
  position: relative;
  width: 100%;
  height: 100%;

}

.person h3 {
  font-size: 20px;
  font-family: 'Work Sans Bold';
}

.person h5 {
  font-size: 16px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1055;
  backdrop-filter: blur(15px) brightness(0.25);
  -webkit-backdrop-filter: blur(15px) brightness(0.25);
}

.modal-content {
  min-height: 100vh;
  overflow: scroll;
  margin-top: 5vh !important;
}

.close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: #141414;
  padding: 0.5rem;
  line-height: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.imprint h3 {
  font-size: 24px;
  line-height: 140%;
}

.imprint h2 {
  font-size: 28px;
  line-height: 140%;
}

.logo_mobile {
  width: 250px;
  height: auto;
}