* {
  box-sizing: border-box;
}

nav {
  margin-top: 10px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.brand-name {
  font-size: 2rem;
  font-weight: 700;
}

.main-menu {
  position: relative;
  z-index: 10;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  flex-wrap: wrap;
}

.main-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.main-menu ul li a:hover,
.sidebar a:hover,
.submenu a:hover {
  background-color: #addcf9;
}

.main-menu > ul > li {
  margin: 0 15px;
  position: relative; /* Damit das Dropdown sich korrekt daran orientiert */
}

.main-menu a {
 display: inline-block;
 padding: 12px 16px;
 font-weight: bold;
 color: #000;
 text-decoration: none;
 border-radius: 4px;
 transition: background-color 0.3s ease, color 0.3s ease;
}

.main-menu a:hover {
  background-color: #addcf9;
  color: #000;
}

.main-menu a.active {
  background-color: #addcf9;
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Kufam', sans-serif;
  background-color: #fefefe;
  color: #000000;
}

header {
  padding: 20px;
  background-color: #addcf9;
  text-align: center;
}

.seo-text, 
.seo-links {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20
}

.seo-links p {
  font-size: 0.95rem;
  line-height: 1.7;
 }

.seo-links a {
  color: #A3D9F6;
  text-decoration: none;
  font-weight: 600;
}

.seo-links a:hover {
  text-decoration: underline;
}

.sonder-section, 
.leinen-section, 
.schluessel-section, 
.arm-section{
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Kufam', sans-serif;
  color: #000;
}

.sonder-kategorie,
.halsband-kategorie,
.leinen-kategorie,
.schluessel-kategorie,
.arm-kategorie{
  margin-bottom: 60px;
}

.sonder-section h1,
.halsbaender-section h1, 
.leinen-section h1, 
.schluessel-section h1, 
.arm-section h1,
.datenschutz-section h1,
.agb-section h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.sonder-kategorie h2,
.halsband-kategorie h2,
.leinen-kategorie h2,
.arm-kategorie h2,
.schluessel-kategorie h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #addcf9;
  display: inline-block;
  padding-bottom: 5px;
}

.sonder-galerie,
.halsband-galerie,
.leinen-galerie,
.arm-galerie,
.schluessel-galerie {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sonder-galerie img,
.halsband-galerie img,
.leinen-galerie img,
.arm-galerie img,
.schluessel-galerie img  {
  width: calc(33.333% - 13.33px);
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.info-text,
.leinen-info {
  max-width: 900px;
  margin: 40px auto 20px auto;
  padding: 14px 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  background-color: #f7f7f7;
  border-left: 4px solid #A3D9F6;
  border-radius: 4px;
}

.sonder-hero,
.hals-hero,
.leinen-hero,
.arm-hero,
.schluessel-hero,
.sofort-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.sonder-hero img,
.hals-hero img,
.leinen-hero img,
.arm-hero img,
.schluessel-hero img,
.sofort-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hahero-text,
.lnhero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  font-family:'Kufam', sans-serif;
  max-width: 90%;
}

.sonder-text h1,
.hahero-text h1,
.lnhero-text h1,
.armhero-text h1,
.schhero-text h1,
.soforthero-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.sonder-text p,
.hahero-text p,
.lnhero-text p,
.armhero-text p,
.schhero-text p,
.soforthero-text p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; 
  gap: 20px;
  background-color: #fff;
}

.sidebar li{
  position: relative;
}

.sidebar a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.has-submenu, .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 10px 0;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.has-submenu:hover, .submenu {
  display: block;
}

.submenu li {
  margin: 0;
  padding: 0;
}

.submenu a {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.intro {
  padding: 20px;
  text-align: center;
}

.gallery .images {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery img {
  width: 200px;
  border: 4px solid #fbd6e3;
  border-radius: 8px;
}

.top-header {
  background-color: #fefefe;
  padding: 30px 20px;
}

.header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.logo img {
  max-height: 120px;
  width: auto;
}

.branding {
  font-family: 'Kufam', sans-serif;
}

.branding h1 {
  font-weight: normal;
  font-family: 'Dancing Script', cursive;
  margin-top: 0px;
  font-size: 1.2rem;
  color: #000000; /*Schwarz "paracord-Halsbänder & Leinen - handgemacht mit Liebe"*/
}

.subline {
  font-weight: normal;
  font-family: 'Dancing Script', cursive;
  margin-top: 0px;
  font-size: 1.2rem;
  color: #000000; /*Schwarz "paracord-Halsbänder & Leinen - handgemacht mit Liebe"*/
}

.icons a img {
  height: 30px;
  margin: 0 8px;
  transition: transform 0.2s;
}

.icons a img:hover {
  transform: scale(1.2);
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../images/hundebild.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4); /* Dunkel-transparent */
  padding: 20px 16px;
  text-align: center;
  color: white;
}

.hero-overlay h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero-overlay p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.parallax-section {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  height: 400px;
  background-image: url('../images/Halsbaender.jpg'); /* dein Bild hier */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ❤️ Magic! */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.parallax-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.parallax-content {
  background: rgba(0, 0, 0, 0.4); /* optional dunkler Hintergrund fürs bessere Lesen */
  padding: 40px;
  border-radius: 10px;
}

.parallax-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2); /* halbtransparenter weißer Hintergrund */
  border: 2px solid #fff;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.parallax-button:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
}

.unikate-section {
  background-image: url('../images/Halsbandsof.jpg'); /* dein Bild hier */
  background-attachment: scroll; /* Wichtig: KEIN Parallax-Effekt */
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}

.unikate-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unikate-button {
  padding: 14px 28px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4); /* halbtransparenter schwarzer Hintergrund */
  border: 2px solid #fff;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.unikate-button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}

.farben-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 60px; /* vorher 60px 60px */
  gap: 40px;
  flex-wrap: wrap;
}

.farben-text a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 10px 25px; /* etwas kleiner */
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s;
 }

.farben-text a:hover {
  background-color: #000;
  color: #fff;
}

.farben-bild img {
  max-width: 350px; /* etwas kleiner */
  height: auto;
  border-radius: 10px;
}

.kundenfotos-header {
  text-align: center;
  padding: 60px 20px;
  background-color: #addcf9;
}

.kundenfotos-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.kundenfotos-header p {
  font-size: 1.2rem;
}

.kunden-galerie {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.kunden-galerie img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.kunden-galerie img:hover {
  transform: scale(1.05);
}

.kundenfotos-section {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  height: 500px;
  background-image: url('../images/kundenfoto.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Bild bleibt stehen beim Scrollen */
  display: flex;
  align-items: center;
  justify-content: center;
}

.kundenfotos-section .full-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.kundenfotos-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.kundenfotos-button {
  background-color: rgba(0, 0, 0, 0.3); /* halbtransparent schwarz */
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 30px;
  border: 2px solid white;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
}

.kundenfotos-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

.uebermich-section {
  background-image: url('../images/Delta.jpg'); /* dein Bild hier */
  background-attachment: scroll; /* Wichtig: KEIN Parallax-Effekt */
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}

.uebermich-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uebermich-button {
  padding: 14px 28px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4); /* halbtransparenter schwarzer Hintergrund */
  border: 2px solid #fff;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.uebermich-button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}

.kontakt-section {
  text-align: center;
  padding: 60px 30px;
  background-color: #fff;
  color: #000;
}

.kontakt-section a {
  color: #000;              
  text-decoration: underline;
}

.kontakt-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* wichtig */
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  text-align: center;
}

.dsgvo-hinweis {
  font-size: 0.9rem;
}

.dsgvo-hinweis label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dsgvo-hinweis a {
  color: #000;
  text-decoration: underline;
}

.halsbaender-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family:'Kufam', sans-serif;
  color: #000;
}

footer {
  background-color: #f9f9f9;
  padding: 40px 20px;
  font-family: 'Kufam', sans-serif;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #000;
  text-decoration: underline;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* wichtig */
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  text-align: center;
}

.footer-info a {
  color: #000;
  text-decoration: underline;
}

.footer-info strong {
  font-weight: bold;
  color: #000;
}

/* Desktop: ausblenden */
.mobile-nav {
  display: none;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #addcf9;
  color: black;
  border: none;
  padding: 12px 16px;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #90c7e7;
}

.inspiration-header {
  text-align: center;
  padding: 60px 20px;
  background-color: #addcf9;
  color: #000;
}

.inspiration-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.inspiration-header p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.kategorie-uebersicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
  background-color: #fefefe;
}

.kategorie-card {
  width: 30%; /* Damit max. 3 nebeneinander */
  height: 450px; /* Mehr Platz für größere Bilder */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  padding-bottom: 0; /* Kein zusätzlicher Platz unten */
}

.kategorie-card:hover {
  transform: scale(1.03);
}

.kategorie-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.kategorie-card h3 {
  font-size: 1.3rem;
  color: #000;
  margin: 15px 0 20px 0; /* Kein Abstand nach unten */
  font-weight: bold;
  text-decoration: underline;
}

/* ALLGEMEINER STIL */
.custom-request {
  color: #000;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  font-family: 'Kufam', sans-serif;
  padding: 0 20px;
}

.custom-request h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  position: relative;
}

.custom-request h2 .underline {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 10px auto 0;
}

.custom-request h3 {
  text-align: left;
  margin-top: 30px;
}

.custom-request ul {
  text-align: left;
  margin: 20px auto;
  padding-left: 20px;
}

.custom-request ul li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.center {
  text-align: center;
  margin: 30px 0;
}

/* BUTTON BLAU & WEISS */
.cta-button {
  display: inline-block;
  background-color: #addcf9; /* schönes Blau */
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.cta-button:hover {
  background-color :#6ac3f6; /* dunkleres Blau beim Hover */
}

.cta-button span {
  display: inline-block;
}

.schhero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Kufam', sans-serif;
  max-width: 90%;
}

.sonder-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Kufam', sans-serif;
  max-width: 90%;
}

.soforthero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Kufam', sans-serif;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.produkt-bilder-slider {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.produkt-bilder-slider img {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.produkt-bilder-slider img.active {
  display: block;
}

.slider-buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.slider-buttons button {
  background-color: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 4px;
}

.produkt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}


.produkt-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 1 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  font-family: 'Kufam', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.produkt-card img {
  max-width: 100%;
  border-radius: 8px;
}

.sofort-label {
  display: inline-block;
  background-color: black;
  color: white;
  font-size: 0.8rem;
  padding: 4px 8px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.produkt-card h3 {
  font-size: 1.2rem;
  margin: 10px 0;
}

.produkt-card .groesse {
  font-size: 1rem;
  color: #555;
  margin-bottom: 5px;
}

.produkt-card .preis {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
}

.versandhinweis a {
  font-size: 0.9rem;
  color: #333;
  text-decoration: underline;
}
.datenschutz-section, .agb-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Kufam', sans-serif;
  color: #000;
  line-height: 1.7;
}

.datenschutz-section h2, .agb-section h2 {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #addcf9;
  display: inline-block;
  padding-bottom: 5px;
}

.datenschutz-section p, .agb-section p {
  margin-bottom: 15px;
}

.datenschutz-section ul, .agb-section ul {
  margin: 15px 0 15px 20px;
}

.datenschutz-section ul li, .agb-section ul li {
  margin-bottom: 10px;
}

.datenschutz-section a, .agb-section a {
  color: #000;
  text-decoration: underline;
}

.armhero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  font-family: 'Kufam', sans-serif;
  max-width: 90%;
}

@media (max-width: 1024px) {
 .kategorie-card {
   width: 45%;
   height: auto;
  }

.kategorie-card img {
    height: 250px;
  }
}

@media (max-width: 768px) {

   .armhero-text h1, .lnhero-text h1, .datenschutz-section h1, .kundenfotos-header h1, .soforthero-text h1, .schhero-text h1, .sonder-text h1, .hahero-text h1{
    font-size: 2rem;
  }

  .armhero-text p, .lnhero-text p, .kundenfotos-header p, .soforthero-text p, .schhero-text p, .sodner-text p, .hahero-text p {
    font-size: 1rem;
  }

  .armhero-text, .lnhero-text, .lnhero-text, .soforthero-text, .schhero-text, .sonder-text, .hahero-text, .gallery {
    padding: 20px;
  }

  .leinen-galerie img, .schluessel-galerie img, .sonder-galerie img, .halsband-galerie img, .arm-galerie img, .sonder img {
    width: calc(50% - 10px);
  }

  .datenschutz-section h2 {
    font-size: 1.4rem;
  }

  .kundenfotos-header {
    padding: 40px 15px;
  }

  .kunden-galerie {
    gap: 15px;
  }

  .kunden-galerie img {
    height: 220px;   /* etwas niedriger für Handy */
    border-radius: 10px;
  }

.kategorie-card, .farben-bild img {
    width: 90%;
  }

.kategorie-card img {
    height: auto;
  }

.mobile-nav {
    display: block;
    position: relative; /* wichtig für Positionierung */
  }

.dsgvo-hinweis {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.dsgvo-hinweis label {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.dsgvo-hinweis a {
  word-break: break-word;
  text-decoration: underline;
  color: #000;
}

.kontakt-container {
    flex-direction: column;
    padding: 0 20px;
}

.farben-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .header-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-menu {
    display: none;
  }

  .hamburger {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999; /* ganz oben */
  }

  .mobile-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  z-index: 999;
  padding: 2rem;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: black;
    text-decoration: none;
  }

.main-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

.main-menu ul li {
    margin: 5px 0;
  }
 
.footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

.parallax-section,
.kundenfotos-section,
.unikate-section,
.uebermich-section {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    min-height: 400px;
  }
}

@media (max-width: 480px) {

   .leinen-galerie img {
    width: 100%;
  }

  .kunden-galerie {
    grid-template-columns: 1fr; /* 1 Bild pro Zeile */
  }

  .kunden-galerie img {
    height: 240px;   /* wieder etwas größer für sehr kleine Displays */
  }

 .halsband-galerie img {
    width: 100%;
  }

 .arm-galerie img {
    width: 100%;
  }

 .schluessel-galerie img {
    width: 100%;
  }
 
 .sonder-galerie img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .info-text,
  .seo-links {
    font-size: 0.9rem;
  }
}


