* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

header {
  background-color: #000;
  padding: 40px 0;
}

/* Desktop-Navigation */
.nav-luxus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.nav-luxus a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 10px;
  transition: color 0.3s;
}

.nav-luxus a:hover {
  color: #007bff;
}

/* Logo Style */
.logo img {
  height: 100px;
  width: auto;
  display: block;
  filter: brightness(1.2);
}

/* Mobile Header */
.mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

/* Burger Button */
.menu-toggle {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  background-color: #000;
  z-index: 1000;
}

.mobile-nav.active {
  display: block;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile-nav li {
  border-bottom: 1px solid #444;
}

.mobile-nav a {
  display: block;
  padding: 16px 0;
  font-size: 1.2rem;
  text-decoration: none;
  color: white;
}

/* Media Query für Mobilgeräte */
@media (max-width: 768px) {
  .nav-luxus {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .logo img {
    height: 100px;
  }
}

.bestand-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10vh 8vw;
  gap: 5vw;
  flex-wrap: wrap;
  background-color: #000000;
  color: #ffffff;
}
.bestand-left {
  flex: 1;
  min-width: 250px;
}
.bestand-left h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.bestand-right {
  flex: 2;
  min-width: 300px;
}
.bestand-right p {
  font-size: 1rem;
  line-height: 1.6;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.history-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10vh 8vw;
  gap: 5vw;
  flex-wrap: wrap;
  background-color: #ffffff;
  color: #000000;
}
.history-section h2 {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.history-media {
  width: 100%;
  height: 350px;
  background-color: #d3d3d3;
    background-image: url("SPM\ Banner.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
@media (max-width: 768px) {
  .history-media {
    background-image: url("SPM\ kurz-klein.png"); /* <- hier dein Mobile-Bild einfügen */
  }
}

.path-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10vh 8vw;
  gap: 5vw;
  flex-wrap: wrap;
  background-color: #ffffff;
  color: #000000;
}
.path-left {
  flex: 1;
  min-width: 280px;
}
.top-line {
  width: 70%;
  max-width: 200px;
  height: 3px;
  background-color: #600;
  margin-bottom: 1.5rem;
}
.image-placeholder-one {
  width: 100%;
  height: 500px;
  background-color: #d3d3d3;
      background-image: url("uber1.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.image-placeholder-ira {
  width: 100%;
  height: 300px;
  background-color: #d3d3d3;
      background-image: url("Iraklis\ Vlachos.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.image-placeholder-duc {
  width: 100%;
  height: 300px;
  background-color: #d3d3d3;
      background-image: url("Minh\ Duc\ Nguyen.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}

.path-right {
  flex: 1;
  min-width: 300px;
}
.path-right h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.path-right p {
  font-size: 1rem;
  line-height: 1.6;
}

.founders-section {
  background-color: #0e0e0e;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 10vh 8vw;
  flex-wrap: wrap;
}
.founders-left {
  flex: 1;
  min-width: 280px;
}
.founders-left h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.founders-left p {
  font-size: 1rem;
  line-height: 1.6;
}
.founders-right {
  flex: 1;
  min-width: 300px;
}
.top-line {
  width: 180px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 1rem;
  margin-left: auto;
}
.founder-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.founder-card {
  flex: 1;
  min-width: 100px;
  text-align: left;
}
.image-placeholder {
  width: 100%;
  height: 300px;
  aspect-ratio: 1 / 1.3;
  background-color: #d3d3d3;
  margin-bottom: 0.5rem;
}
.founder-info {
  font-size: 0.75rem;
  line-height: 1.3;
}

.rare-section {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 10vh 8vw;
  flex-wrap: wrap;
}
.rare-left {
  flex: 1;
  min-width: 280px;
}
.rare-image {
  width: 100%;
  height: 260px;
  background-color: #d3d3d3;
  margin-bottom: 1rem;
        background-image: url("uber4.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.bottom-line {
  width: 200px;
  height: 3px;
  background-color: #600;
}
.rare-right {
  flex: 1;
  min-width: 280px;
}
.rare-right h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.rare-right p {
  font-size: 1rem;
  line-height: 1.6;
}

.elements-section {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8vh 8vw;
  gap: 4vw;
  flex-wrap: wrap;
}
.elements-left {
  flex: 1;
  min-width: 250px;
}
.elements-left h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}
.elements-right {
  flex: 2;
  min-width: 280px;
}
.elements-right p {
  font-size: 1rem;
  line-height: 1.6;
}

.visual-section {
  background-color: #fff;
  padding: 6vh 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-placeholder-long {
  width: 100%;
  height: 500px;
  background-color: #d3d3d3;
   background-image: url("uber2.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}

.innovation-section {
  background-color: #fff;
  color: #000;
  padding: 8vh 8vw;
}
.innovation-wrapper {
  max-width: 1000px;
}
.innovation-wrapper h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.innovation-wrapper p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.red-line {
  width: 40px;
  height: 3px;
  background-color: #600; /* dunkles Rot */
}
@media (max-width: 600px) {
  .innovation-wrapper h2 {
    font-size: 2.2rem;
  }
}

.made-germany-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 8vh 8vw;
  background-color: #ffffff;
  color: #000000;
  flex-wrap: wrap;
}
.mg-left {
  flex: 1;
  min-width: 300px;
}
.mg-image-placeholder {
  width: 100%;
  height: 400px;
  background-color: #d3d3d3;
   background-image: url("uber3.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.mg-line {
  width: 200px;
  height: 1px;
  background-color: #fff;
  margin-top: 2rem;
}
.mg-right {
  flex: 1;
  min-width: 280px;
}
.mg-right h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
  background-color: green;
  color: #fff;
  padding: 20px 40px;
}
.mg-right p {
  font-size: 1rem;
  line-height: 1.6;
}

.produktion-section {
  background-color: #fff;
  width: 100%;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  padding: 8vh 8vw;
  align-items: flex-start;
}
.produktion-cards {
  display: flex;
  gap: 2rem;
  flex: 2 1 600px;
  flex-wrap: wrap;
  padding-top: 200px;
    justify-content: space-between;

}
.produktion-card {
  max-width: 300px;
   flex: 1;
  max-width: none;
}
.img-placeholder-o,
.img-placeholder-t,
.img-placeholder-th {
  width: 100%;
  height: 200px;
  background-color: #d3d3d3;
  margin-bottom: 1rem;
}
.img-placeholder-o{
       background-image: url("C.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.img-placeholder-t{
       background-image: url("RhIr.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.img-placeholder-th{
       background-image: url("Ex.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
@media (max-width: 768px) {
  .produktion-section {
    flex-direction: column;
    padding: 8vh 5vw;
    gap: 40px;
  }

  .produktion-cards {
    flex-direction: column;
    padding-top: 80px;
    gap: 40px;
    align-items: center;
  }

  .produktion-card {
    max-width: 100%;
    width: 100%;
  }

  .img-placeholder-o,
  .img-placeholder-t,
  .img-placeholder-th {
    height: 180px;
  }
}


.produktion-card h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.produktion-card p {
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .produktion-left {
    flex: 1 1 500px;
    max-width: 500px;
  }
}

.luxus-section {
  background-color: #0e0e0e;
  color: #fff;
  padding: 5vh 8vw;
  width: 80%;
}
.luxus-text {
  max-width: 900px;
  font-size: 1rem;
  line-height: 1.7;
}
.luxus-heading-section {
  background-color: #ffffff; /* dunkler Hintergrund */
  color: rgb(0, 0, 0);
  padding: 5vh 8vw;
  margin-top: 100px;
}
.luxus-heading-wrapper h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.luxus-heading-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.exklusiv-material-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  padding: 10vh 8vw;
  align-items: start;
  background-color: #fff;
  color: #000;
}
.material-image-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.material-main-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #d3d3d3;
  margin-bottom: 2rem;
     background-image: url("uber5.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */

}
.material-line {
  width: 220px;
  height: 1px;
  background-color: #000;
}
.material-content-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.material-intro {
  font-size: 0.9rem;
  line-height: 1.6;
}
.material-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 1rem 0;
}
.material-feature-box {
  display: flex;
  flex-direction: column;
}
.feature-title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.feature-description {
  font-size: 0.85rem;
  line-height: 1.5;
}
.material-small-image {
  width: 70px;
  height: 100px;
  background-color: #d3d3d3;
  margin-top: 1rem;
       background-image: url("uber5.1.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
@media (max-width: 768px) {
  .exklusiv-material-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 60px 20px;
  }

  .material-image-area,
  .material-content-area,
  .material-intro,
  .material-divider,
  .material-feature-box {
    width: 100%;
    max-width: 100%;
  }

  .material-main-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
  }

  .material-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 20px 0;
  }

  .material-divider {
    height: 1px;
    background-color: #ccc;
    margin: 30px 0;
  }

  .material-small-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
  }

  .feature-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .feature-description,
  .material-intro p {
    font-size: 1rem;
    line-height: 1.7;
  }
}



.rarity-section {
  background-color: #fff;
  color: #000;
  padding: 5vh 8vw;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rarity-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.rarity-label {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  max-width: 60%;
}
.rarity-line {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-left: 2rem;
  min-width: 180px;
}
.rarity-image-placeholder {
  position: relative;
  width: 100%;
  height: 280px;
  background-color: #000;
  overflow: hidden;
}

.rarity-image-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(white 1px, transparent 0),
    radial-gradient(white 1px, transparent 0),
    radial-gradient(white 1px, transparent 0),
    radial-gradient(white 1px, transparent 0),
    radial-gradient(white 1px, transparent 0);
  background-repeat: repeat;
  background-size: 200px 200px;
  animation: starTwinkle 6s linear infinite, starDrift 30s linear infinite;
  opacity: 0.7;
  pointer-events: none;
}

@keyframes starTwinkle {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

@keyframes starDrift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, -50px);
  }
}

@media (max-width: 600px) {
  .rarity-label {
    margin-bottom: 10px;
  }
}

.vision-section {
  background-color: #fff;
  color: #000;
  padding: 8vh 8vw;
}
.vision-container {
  max-width: 800px;
}
.vision-container h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.vision-container p {
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 300;
}

.kontakt-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 8vw;
  margin-top: 100px;
  gap: 5vw;
  flex-wrap: wrap;
}
.kontakt-left {
  flex: 1;
  min-width: 300px;
}
.kontakt-left h2 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .kontakt-left h2 {
    font-size: 2.3rem;
  }
}
.kontakt-left p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 500px;
}
.kontakt-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.kontakt-form label {
  font-size: 0.9rem;
  font-weight: bold;
}
.kontakt-form input,
.kontakt-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #111;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  font-family: inherit;
  background: transparent;
  resize: none;
}
.datenschutz {
  font-size: 0.8rem;
}
.datenschutz a {
  text-decoration: underline;
  color: #111;
  font-weight: bold;
}
.submit-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn-line {
  width: 50px;
  height: 3px;
  background-color: #600;
  transition: width 0.3s ease;
}
.submit-cta:hover .btn-line {
  width: 60px;
}
.submit-button {
  padding: 0.6rem 1.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  border: 1px solid #111;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.submit-button:hover {
  background-color: #111;
  color: #fff;
}
.kontakt-right {
  flex: 1;
  min-width: 300px;
}
.image-placeholder-kontakt {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #d3d3d3;
  background-image: url("Rh2.jpg");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}

.blog-section {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
  padding: 5vh 8vw;
  flex-wrap: wrap;
}
.blog-left {
  flex: 1;
  min-width: 280px;
  margin-top: 50px;
}
.image-placeholder-blog {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #d3d3d3;
  background-image: url("AR.png");
  background-size: cover; /* Bild skalieren, damit es komplett reinpasst */
  background-position: center; /* Bild zentrieren */
  background-repeat: no-repeat; /* Bild nicht wiederholen */
}
.blog-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 50px;
}
.blog-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  opacity: 0.8;
}
.blog-right h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-right p {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 1.5rem;
}
.blog-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-form label {
  font-weight: bold;
}
.blog-form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: white;
  font-family: inherit;
}
.blog-form input::placeholder {
  color: #ccc;
}
.blog-button {
  margin-top: 1rem;
  padding: 0.6rem 1.5rem;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
  transition: background 0.3s ease, color 0.3s ease;
}
.blog-button:hover {
  background-color: white;
  color: #723737;
}

.footer {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5vh 8vw;
  gap: 3rem;
  font-size: 1rem;
}
.footer-service {
  width: 1200px;
  margin-top: 50px;
}
.footer-social {
  margin-top: 50px;
  margin-right: -100px;
}
.footer-col {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-col a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: #dddddd;
}
.footer-service p {
  margin: 0.2rem 0;
  font-size: 0.7rem;
}
.footer-address ul {
  list-style: none;
  margin-left: 1rem;
  padding: 0;
}
.footer-social .icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.footer-social img {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
}
@media (max-width: 1024px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footer-service,
  .footer-social {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }

  .footer-social .icons {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 4vh 5vw;
    font-size: 0.9rem;
  }

  .footer-col a {
    font-size: 0.95rem;
  }

  .footer-social img {
    width: 32px;
    height: 32px;
  }

  .footer-service p {
    font-size: 0.65rem;
    margin-bottom: 10px;
  }
}
