@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');


:root {
  --highlight: #b82e2e;
}

* {
  box-sizing: border-box;
}
#home {
  padding-top: 100px;
}






body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
}

body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: #111;
      color: #fff;
    }

    .swiper {
      width: 100%;
      padding: 4rem 0;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      width: 80vw;
      max-width: 500px;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .swiper-slide img:hover {
      transform: scale(1.05);
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: var(--highlight, #b82e2e);
    }

    .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.7;
    }

    .swiper-pagination-bullet-active {
      background: var(--highlight, #b82e2e);
    }

.Logo {
  position: relative;
  top: 75px;
  left: 20px;
  width: 80px;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.nav-list li a {
  text-decoration: none;
  color: inherit;
}

.navbar a:hover {
  color: var(--highlight);
}

.container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
}


.left {
  margin-top: -100px;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.left h1 {
  font-weight: 100;
}

.left h1 {
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
}

.left h1 span {
  color: var(--highlight);
}

.left h2 {
  font-weight: 100;
}

.left p {
  max-width: 400px;
  font-size: 1.2rem;
  color: #ddd;
  margin-top: 1.5rem;
}

.right {
  margin-top: -400px; 
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: calc(33.33% - 0.67rem);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  overflow: visible;
  position: relative;
}

/* langsamere, versetzte Dauer für jede Spalte */
.col-left {
  animation-name: floatDown;
  animation-duration: 35s;
}

.col-center {
  animation-name: floatUp;
  animation-duration: 40s;
}

.col-right {
  animation-name: floatDown;
  animation-duration: 38s;
}



.right img {
  width: 100%;
  max-width: 230px; /* <- hier verkleinerst du die Bilder */
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative; /* <- damit z-index wirkt */
  z-index: 1;
}


.col-left {
  animation-name: floatDown;
}

.col-center {
  animation-name: floatUp;
}

.col-right {
  animation-name: floatDown;
}








.banner-divider {
  width: 100%;
  background-color: var(--highlight);
  overflow: hidden;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
}

.scrolling-text {
  display: flex;
  white-space: nowrap;
  animation: scrollBanner 60s linear infinite;
}

.scrolling-text span {
  padding-right: 5rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  color: #fff;
}

@keyframes scrollBanner {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Sektionen */
.pricing-section,
.about-section,
.services-section {
  padding: 4rem 2rem;
  text-align: center;
}

.pricing-section,
.about-section {
  background-color: #1a1a1a;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-box {
  opacity: 1 !important;
  transform: translateX(0) !important;
}


.services-section {
  background-color: #111;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-section h2,
.about-title,
.services-section h2,
.gallery-section h2,
.contact-section h2  {
  color: var(--highlight);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
}

.pricing-table,
.services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.pricing-card,
.service-box,
.about-box {
  background-color: #2a2a2a;
  padding: 2rem;
  border-radius: 12px;
  width: 250px;
  text-align: left;
  color: #ddd;
}

.gallery-section {
  background-color: #111;
  height: auto;
  padding: 4rem 2rem;
}


.gallery-header h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 2.5rem;
  color: var(--highlight);
  text-transform: uppercase;
  margin-top: 3rem;
}
.gallery-header {
  position: relative;
  padding: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 250px; /* Einheitlich festlegen */
  object-fit: cover;
  border-radius: 8px;
}




.pricing-card .price {
  color: var(--highlight);
  font-size: 1.5rem;
  font-weight: bold;
}

.about-title span {
  font-size: 2rem;
  color: #fff;
  display: block;
  margin-top: 0.5rem;
}

.about-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;

}

.about-highlight {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #ccc;
}

/* Reveal / Animationen */
.about-box,
.service-box,
.pricing-card
 {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.2s ease-out;
}

.reveal {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.fly-in {
  transform: translateX(-100%);
  opacity: 0;
  animation: logoSlideIn 1.5s ease-out forwards;
}

@keyframes logoSlideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .left, .right {
    width: 100%;
    padding: 2rem;
  }

  .right {
    flex-direction: column;
    align-items: center;
  }

  
}

@keyframes floatDown {
  0% { transform: translateY(0); }
  100% { transform: translateY(350px); }
}

@keyframes floatUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-350px); }
}

.contact-section {
  padding: 4rem 2rem;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

.map-disclaimer {
  font-size: 0.85rem;
  color: #aaa;
  max-width: 800px;
  margin: 1rem auto 0;
  text-align: center;
}

.map-disclaimer a {
  color: #ccc;
  text-decoration: underline;
}

.map-disclaimer a:hover {
  color: var(--highlight);
}


.contact-section h2 {
  color: var(--highlight);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info {
  flex: 1 1 300px;
  text-align: left;
}

.contact-info h3 {
  font-size: 1.5rem;
  color: var(--highlight);
  margin-bottom: 1rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  color: #ccc;
  line-height: 1.8;
}

.contact-info li strong {
  color: #fff;
  display: inline-block;
  width: 120px;
}

.contact-map {
  flex: 1 1 400px;
}

/* Logo Intro-Screen */
#logo-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; /* oder was du willst */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeOutScale 2.5s ease-out 1s forwards;
}

#logo-loader img {
  width: 200px;
  height: auto;
  animation: scaleDown 1.5s ease-out 2s forwards;
}

@keyframes fadeOutScale {
  to {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/* Optional: Verhindert Scrollen während der Ladeanimation */
body:not(.loaded) {
  overflow: hidden;
}


.owner-inline-box {
  display: flex;
  gap: 4rem;
  margin: 6rem auto;
  max-width: 1000px;
  align-items: center;
  flex-wrap: wrap;
}

.owner-inline-box img {
  width: 320px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
 
  margin-right: 3rem;


}

.owner-inline-text {
  flex: 1;
  color: #ddd;
  margin-top: -20px;
}

.owner-inline-text h3 {
  color: var(--highlight);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.owner-inline-text .quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 0.8rem;
}

.owner-inline-text span {
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--highlight);
}

@media (max-width: 768px) {
  .owner-inline-box {
    flex-direction: column;
    text-align: center;
  }

  .owner-inline-text {
    text-align: center;
  }
}

.site-footer {
  background: #111;
  text-align: center;
  padding: 2rem 1rem;
  color: #aaa;
  font-size: 0.9rem;
  border-top: 1px solid #222;
  margin-top: 4rem;
}

.social-links {
  margin-top: 1rem;
}

.social-links a {
  color: #aaa;
  margin: 0 0.6rem;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--highlight);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.gallery-title {
  color: var(--highlight);
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  text-align: center;
}


.toggle-grid-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.toggle-grid-btn:hover {
  color: var(--highlight);
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 2rem;
}

.grid-gallery img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
}



.grid-gallery img:hover {
  transform: scale(1.05);
}

/* Galerie-Ansicht weich ein-/ausblenden */
#sliderGallery,
#gridGallery {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.gallery-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.impressum-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10,10,10,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 2rem;
}

.impressum-box {
  max-width: 600px;
  background-color: #111;
  padding: 2rem;
  border-radius: 12px;
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.impressum-box h2 {
  color: var(--highlight);
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.impressum-box strong {
  color: #fff;
}

.close-impressum {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #888;
  cursor: pointer;
}

.close-impressum:hover {
  color: var(--highlight);
}




.reveal-from-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.reveal-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem;
    position: fixed;
    background-color: rgba(0,0,0,0.95); /* sichtbarer Hintergrund */
  }

  .navbar a {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}

@media (max-width: 768px) {
  .right {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 0; /* wichtig */
  }

  .col {
    width: 100%;
    animation: none;
  }

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

@media (max-width: 768px) {
  .about-columns,
  .services-grid,
  .pricing-table {
    flex-direction: column;
    align-items: center;
  }

  .service-box,
  .pricing-card,
  .about-box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .swiper-slide img {
    width: 90vw;
  }

  .swiper-slide img {
  width: 80vw;
  max-width: 500px;
  height: 400px;            /* <--- Wichtig! */
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}


  .grid-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
/* Standard-Navbar (Desktop) */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(8px);
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled a {
  color: #000;
}

.navbar a:hover {
  color: var(--highlight);
}

/* Burger-Button: Standard versteckt */
.burger {
  display: none;
}

/* ============================
   Mobile Ansicht (max 768px)
   ============================ */
@media (max-width: 768px) {
  /* Burger sichtbar machen */
  .burger {
    display: block;
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: white;
    z-index: 1100;
    cursor: pointer;
  }

  /* Navbar off-canvas verstecken */
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    padding-top: 5rem;
    padding-left: 2rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }

  /* Wenn sichtbar (durch JS-Klasse) */
  .navbar.show {
    transform: translateX(0);
  }

  /* Links im mobilen Menü */
  .navbar a {
    display: block;
    padding: 1rem 0;
    font-size: 1.2rem;
    width: 100%;
  }

  /* Kein Scrollen im Hintergrund bei offenem Menü */
  body.menu-open {
    overflow: hidden;
  }
}

/* === Burger-Button (immer noch nötig) === */
.burger {
  display: none;
}

@media (max-width: 768px) {
  .burger {
    display: block;
    position: fixed;
    top: 1.2rem;
    right: 1.2rem;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: white;
    z-index: 1100;
    cursor: pointer;
  }

  /* === Mobile Sidebar-Navigation === */
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 60vw; /* schmaler für sichtbaren Overlay */
    padding-top: 5rem;
    padding-left: 2rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }

  .navbar.show {
    transform: translateX(0);
  }

  .navbar a {
    display: block;
    padding: 1rem 0;
    font-size: 1.2rem;
    width: 100%;
  }

  /* === Overlay hinter dem Menü === */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    pointer-events: all;
  }

  body.menu-open {
    overflow: hidden;
  }
}

.site-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #111;
    padding: 2rem 1rem;
    color: #aaa;
    font-size: 0.9rem;
    border-top: 1px solid #222;
  }

  .footer-left, .footer-center, .footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left {
    align-items: flex-end;
  }

  .footer-right {
    align-items: flex-start;
  }

  .social-links a {
    color: #aaa;
    margin: 0 0.5rem;
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }

  .social-links a:hover {
    color: var(--highlight);
  }

  .footer-links a {
    color: #aaa;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-links a:hover {
    color: var(--highlight);
  }

  /* Bilder im rechten Bereich auf mobilen Geräten ausblenden */
@media (max-width: 1230px) {
  .right img {
    display: none !important;
  }
}

@media (max-width: 523px) {
  .left h1 {
    font-size: clamp(1.3rem, 5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  #home {
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .container {
    flex-direction: column;
    height: auto;
  }
}
#privacyContent a {
  color: white;
  text-decoration: underline;
}

#privacyContent a:hover {
  color: #ccc; /* Optional: etwas helleres Grau beim Hover */
}

/* Nur sichtbar bei kleiner Breite */
.home-slider {
  display: none;
}

@media (max-width: 600px) {
  .home-slider {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 2rem auto;
    height: 350px;
  }

  .home-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .home-slider .swiper-slide img {
    width: 85%;
    border-radius: 12px;
    transition: all 0.3s ease;
  }

  /* Effekt für zentrales Bild */
  .swiper-slide-active img {
    transform: scale(1);
    filter: none;
    opacity: 1;
  }

  /* Effekt für benachbarte Bilder */
  .swiper-slide-prev img,
  .swiper-slide-next img {
    transform: scale(0.9);
    filter: blur(3px);
    opacity: 0.6;
  }

  /* Optional: Desktop-Galerie ausblenden */
  .right {
    display: none;
  }
}

/* Standardmäßig verstecken */
.mobile-headline {
  display: none;
}

/* Nur in mobiler Ansicht anzeigen */
@media (max-width: 600px) {
  .mobile-headline {
    display: block;
    position: absolute;
    top: 80px; /* Abstand von oben, je nach Design */
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    color: #fff; /* Oder passend zu deinem Hintergrund */
    text-align: center;
    z-index: 10;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
  }

  .mobile-headline span {
    color: #c79a3f; /* Optional für Farbeffekt */
  }

  /* Der Container sollte positioniert sein */
  #home {
    position: relative;
  }
}
/* Nur auf Mobilgeräten anzeigen */
@media (max-width: 600px) {
  .mobile-image-fade {
    display: block;
    width: 90%;
    margin: 2rem auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    transition: opacity 1s ease-in-out;
  }
}

/* Standardmäßig ausblenden auf Desktop */
.mobile-image-fade {
  display: none;
}

.mobile-image-fade {
  display: none;
  width: 90%;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  transition: opacity 1s ease-in-out;
}

@media (max-width: 600px) {
  .mobile-image-fade {
    display: block;
  }
}
@media (max-width: 600px) {
  .left h2 {
    margin-top: 1rem; /* oder weniger, z. B. 0.5rem */
    text-align: center;
    padding: 0 1rem;
    font-size: 1.2rem; /* falls du’s kleiner willst */
  }
}

.main-headline {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  letter-spacing: 1px;
}

.main-headline span {
  color: var(--highlight); /* Rotton z. B. #b82e2e */
}

/* Für Mobilgeräte anpassen */
@media (max-width: 600px) {
  .main-headline {
    font-size: 2rem;           /* Kleiner für kleinere Screens */
    margin-top: 1rem;          /* Weniger Abstand nach oben */
    margin-bottom: 1rem;       /* Optional: Abstand zum nächsten Element */
    padding: 0 1rem;
    line-height: 1.4;          /* Etwas enger für bessere Lesbarkeit */
    text-align: center;
  }
}

@media (max-width: 600px) {
  .main-headline {
    font-size: 2.7rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0rem !important;
    padding: 0 1rem !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
}

  @media (max-width: 600px) {
  .mobile-image-fade {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;           /* oder 100%, je nach Wunsch */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transition: opacity 1s ease-in-out;
  }

  
}

.main-headline,
.mobile-headline-overlay {
  font-family: 'PT Serif', serif;
}

.contact-info a {
  color: #fff !important;
  text-decoration: none !important;
}

.contact-info a:hover {
  color: var(--highlight) !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .toggle-grid-btn,
  #gridGallery {
    display: none !important;
  }
}

.services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.service-box {
  background-color: #2a2a2a;
  padding: 2rem;
  border-radius: 12px;
  width: 250px;
  text-align: left;
  color: #ddd;
}

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

.mobile-gallery {
  display: none;
}

/* Nur auf kleinen Geräten (max 768px): Swiper statt Grid */
@media (max-width: 768px) {
  .desktop-gallery {
    display: none;
  }
  .mobile-gallery {
    display: block;
    width: 90%;
    margin: 2rem auto;
  }
  .swiper-slide img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
  }
}
/* Standardmäßig: Navbar verstecken auf Mobile */
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background-color: #111;
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar.show {
    right: 0;
  }

  .nav-list {
    flex-direction: column;
    list-style: none;
    padding: 0;
    gap: 2rem;
    text-align: center;
  }

  .burger {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
  }

  .menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
  }

  body.menu-open .menu-overlay {
    display: block;
  }
}






















