@media (max-width:900px){
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 18px;
  }

  /* Logo links */
  .brand {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .brand-name {
    display: none; /* Text "PS Recycling" ausblenden */
  }

  /* Telefonnummer ausblenden */
  .nav-right {
    display: none;
  }

  /* Menü rechts */
  .menu {
    display: block;
    background: none;
    border: 1px solid var(--border);
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .menu:hover {
    background: rgba(255,255,255,0.08);
  }

  /* Drawer Menü (Mobile Navigation) */
  .drawer {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(11, 15, 13, 0.98);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(8px);
    padding: 20px 30px;
    text-align: center;
    animation: slideDown 0.3s ease forwards;
    z-index: 99;
  }

  .drawer a {
    display: block;
    padding: 16px 0;
    color: #dfe6e4;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .drawer a:hover {
    color: var(--accent);
  }

  .drawer a:last-child {
    border-bottom: none;
  }

  .drawer.show {
    display: block;
  }

  @keyframes slideDown {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
  }
}

/* --- Desktop bleibt gleich --- */
@media (min-width:901px) {
  .drawer {
    display: none !important;
  }

  .menu {
    display: none !important;
  }

  .nav-center {
    display: flex !important;
  }

  .nav-right {
    display: block !important;
  }
}


.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--accent);
  background-image: url("assets/PS-Logo.png"); /* Pfad zu deinem Bild */
  background-size: cover;   /* Bild füllt Kreis komplett aus */
  background-position: center;
  background-repeat: no-repeat;
}


.card .img {
  width: 100%;
  height: 230px; /* Fester Wert für mehr Höhe */
  background: #18201c center center/cover no-repeat;
  border-bottom: 1px solid var(--border);
  transition: transform 0.4s ease;
}

.card:hover .img {
  transform: scale(1.03);
}

.s1 .img {
  background-image: url("/assets/1bild-service.jpg");
}

.s2 .img {
  background-image: url("/assets/muldenservice.png");
}

.s3 .img {
  background-image: url("/assets/2bild-service.jpg");
}

/* Abschnitt Das Recyceln wir */
.materials {
  padding: 80px 0;
  background: #0b0f0d;              /* dunkler Hintergrund */
  color: #f3f7f6;
  border-top: 1px solid #1a2120;
}

.materials h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1fa34a;                  /* Grüner Titel */
}

.materials .lead {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: #9aa6ab;
  font-size: 1.05rem;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.mat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.icon-badge {
  position: relative;                 /* wichtig für das Positionieren der inneren Ebene */
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(31,163,74,0.22), rgba(31,163,74,0.08));
  border: 1px solid #1a3d2a;
  transition: transform 0.25s ease, background 0.25s ease;
}

.icon-badge:hover {
  transform: scale(1.1);
  background: radial-gradient(circle at 50% 40%, rgba(31,163,74,0.35), rgba(31,163,74,0.15));
}






.mat-item span {
  font-size: 1rem;
  font-weight: 500;
}

.icon-badge img {
  width: 45px;      /* oder was du brauchst */
  height: 60px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(600%) hue-rotate(85deg) brightness(95%) contrast(90%);
}

.inner-icon {
  position: absolute;
  font-size: 36px;
  color: white;            /* kontrastreich zur Mitte */
}



/* Abschnitt Recycling-Prozess */
.recycling-process {
  background: #0b0f0d;                 /* Dunkler Hintergrund */
  color: #f3f7f6;
  padding: 80px 20px;
  border-top: 1px solid #1a2120;
}

.recycling-process .container {
  max-width: 1000px;
  margin: 0 auto;
}

.recycling-process h2 {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 18px;
  color: #1fa34a;                      /* PS-Recycling Grün */
}

.recycling-process .intro {
  text-align: center;
  font-size: 1.1rem;
  color: #c6d3cf;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

.process-list{
  list-style:none;
  margin:0;
  padding:0;
  counter-reset: step;
}

/* Nur die direkten Kinder nummerieren + stylen */
.process-list > li{
  position:relative;
  background: rgba(31,163,74,.05);
  border-left:5px solid #1fa34a;
  border-radius:8px;
  padding:25px 25px 25px 40px;
  margin-bottom:30px;
  line-height:1.7;
  box-shadow:0 3px 8px rgba(0,0,0,.15);
  transition:transform .25s ease, background .25s ease;
}

.process-list > li:hover{
  transform:translateY(-4px);
  background: rgba(31,163,74,.10);
}

/* Nummer vor jedem Top-Level-Eintrag */
.process-list > li::before{
  counter-increment: step;
  content: counter(step) ".";
  position:absolute;
  left:10px; top:22px;
  color:#1fa34a;
  font-weight:800;
  font-size:1.5rem;
  line-height:1;
}

/* Überschrift im Top-Level-Eintrag */
.process-list > li h3{
  margin:0 0 10px;
  font-size:1.3rem;
  color:#1fa34a;
}

/* Innere Aufzählungen: echte Bullets, keine Box, kein Counter */
.process-list > li ul{
  list-style:disc;
  margin:8px 0 10px 22px;
  padding:0;
  color:#c6d3cf;
}
.process-list > li ul li{
  margin-bottom:6px;
  background:none;
  border:0;
  padding:0;
  box-shadow:none;
}


/* Abschnitt: Über Recycling */
.about-recycling {
  background: #0b0f0d;                 /* Dunkler Hintergrund, passend zum Design */
  color: #f3f7f6;
  padding: 70px 20px;
}

.about-recycling .container {
  max-width: 900px;
  margin: 0 auto;
}

.about-block {
  margin-bottom: 40px;
  padding: 20px 25px;
  background: rgba(31, 163, 74, 0.05);  /* Leichte grünliche Fläche */
  border-left: 4px solid #1fa34a;        /* Grüner Akzent links */
  border-radius: 6px;
}

.about-block h3 {
  font-size: 1.6rem;
  color: #1fa34a;                       /* Unternehmensgrün */
  font-weight: 700;
  margin-bottom: 12px;
}

.about-block p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #d9e2df;
}

.about-block p strong {
  color: #ffffff;                        /* Stärkere Betonung */
  font-weight: 600;
}


/* Abschnitt: Professionelle Recycling-Services */
.features {
  background: #0b0f0d;                  /* Dunkler Hintergrund für Kontrast */
  color: #f3f7f6;
  padding: 80px 20px;
  text-align: center;
}

.features .container {
  max-width: 900px;
  margin: 0 auto;
}

.features h2 {
  font-size: 2.2rem;
  color: #1fa34a;                       /* Firmen-Grün */
  margin-bottom: 25px;
  font-weight: 700;
}

.features p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #d9e2df;
  margin-bottom: 20px;
}

.features p.intro-text {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.features h3 {
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1fa34a;
  font-weight: 600;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;                     /* Liste linksbündig für bessere Lesbarkeit */
}

.service-list li {
  font-size: 1.05rem;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
}

/* Grüner Bullet-Point */
.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1fa34a;
  font-weight: bold;
}


/* --- Services Section --- */
#services {
  background: #0b0f0d;             /* Dunkler Hintergrund */
  padding: 80px 20px;
  text-align: center;
  color: #f3f7f6;
}

#services .container {
  max-width: 900px;
  margin: 0 auto;
}

#services h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1fa34a;                  /* Grüner Titel */
}

#services p {
  font-size: 1.1rem;
  color: #d9e2df;                   /* Dezentes Hellgrau für Text */
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}




/* --- Footer --- */
footer {
  background-color: #0b0f0d;          /* dunkler Hintergrund */
  border-top: 1px solid #1fa34a;      /* grüne Linie oben */
  padding: 30px 0;
  color: #b5c4c1;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  font-weight: 600;
  color: #e0f1ee;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #b5c4c1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #1fa34a;                     /* Grün beim Hover */
}

@media (max-width: 700px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-links {
    gap: 16px;
  }
}
