:root {
  --ms-blue: #0d6efd;
  --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;
}


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

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

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

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 35px;
  font-family: 'AdihausDIN-Reg', sans-serif;
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'AdihausDIN-CondBold', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em !important;
}

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

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

h5 {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'AdihausDIN-Bold', sans-serif;
  margin: 0;
}

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

.bold {
   font-family: 'AdihausDIN-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: 24px !important;
  }

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

  h4 {
    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: 100vh;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 840px) {
  .logo-sub {
    width: 75vw !important;
    top: 45% !important;
  }
}

.hero-sub video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.logo {
  position: absolute;
  width: 35vh;
  height: auto;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.logo-sub {
  position: absolute;
  width: 40vw;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@media (max-width: 786px) {
  .logo {
    width: 25vh !important;
  }
}

.navbar {
  position: fixed;
  width: 100%;
  top: 30px;
  background-color: transparent;
  z-index: 1040;
  overflow: hidden;
}

.navbar a {
  text-decoration: none;
}

a.lang, a.dsg-link {
  opacity: 0.7;
}

a.lang:hover, a.dsg-link:hover{
  opacity: 1;
  transition: all 0.4s ease;
}

a.lang.active, a.dsg-link.active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a.lang.active:hover,  a.dsg-link.active:hover{
 cursor: not-allowed;
}

.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;
  }
}

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

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

.card-player {
  background-color: #000;
  transition: all 0.4s ease;
}

.card-player a{
  display: inline-block;
   padding: 15px;
}


@media (hover: hover) {
  .card-player:hover .text-player {
    color: #000;
  }

  .card-player:hover {
    background-color: #fff;
  }
}

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

.subline2 {
  font-size: 14px;
}

.zitat {
  padding: 3vh 15vw;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 580px) {
  .zitat {
    font-size: 16px !important;
    text-align: start;
  }
}

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

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

.btn {
  padding: 15px 25px;
  font-size: 18px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  transition-property: background-color !important;
  transition-delay: 0s !important;
}

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

.headline-text h1 {
  text-align: center;
  text-wrap: balance;
  font-size: 32px;
  font-weight: 100;
  line-height: 48px;
  letter-spacing: 2.5px;
  font-family: 'Denton', sans-serif;
}

.headline-text{
  text-align: center;
}
.b-space{
  padding-bottom: 1.5rem;
}
.h-space-big{
  padding: 25vh 0px;
}

.headline-text-sub h1 {
  text-align: left;
  text-wrap: balance;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Denton', sans-serif;
}

.headline-text-sub{
  padding-bottom: 3rem;
}

@media (max-width: 580px) {
  .headline-text-sub h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: 4px !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;
}

@media (max-width: 580px) {
  .headline-text h1 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .h-space-big{
    padding: 10vh 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: 100%;
  height: 100%;
  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;
}
@media (max-width: 580px) {
  .menu-header {
      padding: 20px 20px;
  }
}
.menu-content {
  margin-top: 5vh;
}

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

.nav-link a {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
  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 {
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.7s;
  margin-left: 10px;
}

.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;
}

/* Slider */

.swiper {
  padding: 20px 320px 20px 0px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .swiper {
    padding: 15px 15px;
    padding-bottom: 30px;
  }
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 630px;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .card {
    transition: all 0.3s ease;
  }
}

@media (hover: hover) {

  .card:hover .btn-card {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 50%);
}

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

.btn-card {
  transform: all 0.4s ease;
  font-family: 'AdihausDIN-Med';
  letter-spacing: normal;
}

.card h3 {
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 0%;
  margin: 1rem;
  font-size: 1.2rem;
  color: #fff;
}

.card p {
  position: absolute;
    bottom: 15px;
    z-index: 3;
    left: 30px;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px!important;
    font-family: 'AdihausDIN-CondBold', sans-serif;
}

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

.card h4.title-bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  margin: 0 1rem 1rem;
  color: #fff;
  white-space: pre-line;
  z-index: 3;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(255, 255, 255, 1);
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 0%;
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  background: rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
}

.swiper-button-disabled {
  opacity: 0 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.swiper-slide {
  height: auto;
  cursor: pointer;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #999;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

.swiper-scrollbar {
  background: rgba(80, 74, 74, 0.1);
  height: 6px !important;
  bottom: 0 !important;
  position: relative !important;


}

.swiper-scrollbar-drag {
  background: rgba(192, 172, 172, 0.6);
  border-radius: 4px;

}

/* Image-Show-Animation */
.image-show {
  position: relative;
  width: 100%;
  height: 75vh;
}

.image-show img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  animation: fade 6s infinite;
}

@keyframes fade {
  40% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

.image-show img:nth-child(2) {
  animation-delay: 3s;

}

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

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

/* Product Card */

.product-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;

}

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

.product-card p {
  position: absolute;
  bottom: 5%;
  z-index: 3;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'AdihausDIN-Bold', sans-serif;
  left: 0%;
  margin: 0 1rem 1rem;
  color: #fff;
  white-space: pre-line;
}

/* Video */

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

@media (max-width: 1399px) {
  .video-container {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .video-container {
    aspect-ratio: 9/16 !important;
    
  }
}

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

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  z-index: 10;
}

.video-overlay-button {
  margin-top: 1rem;
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-family: 'AdihausDIN-Bold', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 20;
}

.play-button:hover {
  cursor: pointer;
}

.play-button svg {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #000;
}

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;

  }
}

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

.product-text {
  background-color: #fff;
  color: #000;
  width: auto;
  padding: 6px 5px 4px 5px;
  display: inline-block;
}

.product-text-sub {
  background-color: #fff;
  color: #000;
  width: auto;
  padding: 6px 5px 4px 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.content-policy h4, .content-imprint h4 {
  margin-block-end: 0.1em;
}
.headline-sub.content-policy-headline {
  padding-top:0px;
  padding-bottom:120px;
}

.table {
  width: 100%;
  border: 1px solid white;
}
.table tr:first-child {
  font-weight: bold;
}
.table td {
  /*border: 1px solid white;*/
}