/*Styling der Helix-Seite "Unser Team"  */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.team-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  text-align: center;
}

.team-card img {
  width: 195px;
  height: 195px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 18px auto;
}

.team-card-large {
  display: flex;
  align-items: center;
  gap: 32px;
  text-align: left;
  margin-bottom: 40px;
}

.team-role {
  color: #5b8c3a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.team-card h3 {
  margin-top: 0;
  font-size: 1.6rem;
}

.team-button {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #5b8c3a;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card-large {
    flex-direction: column;
    text-align: center;
  }
 /* .team-card img {
    display: block;
    margin: 0 auto;
}*/
 
}
/*Bereich Kooperationspartner"  */

.partner-bereich {
  padding: 55px 20px;
  background: #DDE7DD;
  color: #333333;
}

.partner-einleitung {
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
}

.partner-einleitung h2 {
  margin-bottom: 12px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.partner {
  min-height: 175px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e5e8ea;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner:hover,
.partner:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.partner img {
  width: 100%;
  height: 85px;
  object-fit: contain;
}

.partner span {
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .partner-bereich {
    padding: 40px 15px;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner {
    min-height: 145px;
  }

/*QR und Link ISerV*/
/* ==========================================
   IServ-Box im Footer
   ========================================== */

.footer-iserv {
    display: flex;
    align-items: center;
    gap: 24px;

    padding: 20px;
    background: #7F7F7F;
    border-radius: 8px;

    color: #F5F5F5;
}

/* ------------------------------------------
   QR-Code
   ------------------------------------------ */

.footer-iserv__qr {
    flex: 0 0 120px;
}

.footer-iserv__qr img {
    width: 120px;
    height: 120px;

    display: block;

    background: #ffffff;
    padding: 8px;
    border-radius: 8px;

    box-sizing: border-box;
}

/* ------------------------------------------
   Inhalt
   ------------------------------------------ */

.footer-iserv__content {
    flex: 1;
}

.footer-iserv__content h4 {
    margin: 0 0 10px;

    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-iserv__content p {
    margin: 0 0 18px;

    color: #EFEFEF;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* ------------------------------------------
   IServ-Logo
   ------------------------------------------ */

.iserv-logo-link {
    display: inline-block;
    margin-bottom: 16px;
}

.iserv-logo {
    display: block;

    width: 150px;
    height: auto;

    transition: opacity .25s ease;
}

.iserv-logo-link:hover .iserv-logo {
    opacity: .8;
}

/* ------------------------------------------
   Button
   ------------------------------------------ */

.iserv-button {
    display: inline-block;

    padding: 10px 18px;

    background: #DDE7DD;
    color: #1F2A1F;

    text-decoration: none;
    font-weight: 600;

    border-radius: 6px;

    transition: background .25s ease,
                transform .2s ease;
}

.iserv-button:hover {
    background: #C9D9C9;
    transform: translateY(-2px);
}

/* ------------------------------------------
   Responsive
   ------------------------------------------ */

@media (max-width: 768px) {

    .footer-iserv {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .footer-iserv__qr {
        flex: none;
    }

    .footer-iserv__qr img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .iserv-logo {
        width: 130px;
        margin: 0 auto;
    }
}
  /* QR-Code */
.footer-iserv__qr {
    flex: 0 0 100px;
}

.footer-iserv__qr img {
    width: 100px;
    height: 100px;

    display: block;
    padding: 6px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

/* IServ-Logo */
.iserv-logo-link {
    display: inline-block;
    margin-bottom: 12px;
}

.iserv-logo {
    display: block;

    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;

    object-fit: contain;
}
  /*Footer2 Formatierung des Menüs unten*/

  .footer-menu .nav,
.footer-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li + li::before {
    content: "|";
    color: rgba(255,255,255,.7);
    margin: 0 12px;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-menu a:hover {
    color: #ffffff;
    opacity: .75;
}
 
}