/* Sicher-365 Shop Footer v7 mit schwarzen Line-Icons */

.s365-trust-strip,
.s365-seo-strip,
.s365-contact-strip,
.s365-site-footer{
  font-family:inherit;
  width:100%;
  box-sizing:border-box;
}

.s365-trust-strip *,
.s365-seo-strip *,
.s365-contact-strip *,
.s365-site-footer *{
  box-sizing:border-box;
}

.s365-trust-strip{
  background:#f3f5f7;
  color:#001f44;
  margin-top:32px;
  border-top:1px solid #e2e6ea;
}

.s365-trust-inner{
  max-width:1180px;
  margin:0 auto;
  padding:18px 32px 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  text-align:center;
  align-items:start;
}

.s365-trust-icon{
  width:22px;
  height:22px;
  display:block;
  margin:0 auto 6px;
  fill:none;
  stroke:#111827;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.s365-trust-item{
  color:#001f44;
  font-size:12px;
  line-height:1.25;
}

.s365-trust-item strong{
  display:block;
  color:#001f44;
  font-size:17px;
  line-height:1.05;
  font-weight:800;
  margin-bottom:3px;
}

.s365-trust-item span{
  display:block;
  font-size:11px;
  line-height:1.25;
}

.s365-seo-strip{
  background:#fff;
  color:#7f8b98;
  text-align:center;
  font-size:8px;
  line-height:1.45;
  padding:9px 60px 10px;
  border-top:1px solid #edf0f2;
}

.s365-contact-strip{
  background:#444e51;
  color:#fff;
  margin-top:0;
}

.s365-contact-inner{
  max-width:1180px;
  margin:0 auto;
  padding:24px 32px 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.s365-contact-headline{
  color:#fff;
  font-size:25px;
  line-height:1.2;
  font-weight:400;
  margin:0 0 5px;
}

.s365-contact-data{
  color:#fff;
  font-size:15px;
  line-height:1.4;
}

.s365-contact-data span{
  display:inline-block;
  margin:0 12px;
  color:rgba(255,255,255,.65);
}

.s365-contact-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  padding:14px 28px;
  border-radius:5px;
  background:#C3D629;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.s365-contact-button:hover{
  background:#aebf22;
  color:#fff;
}

.s365-contact-button span{
  margin-left:10px;
  font-size:22px;
  line-height:0;
}

.s365-site-footer{
  background:#000;
  color:#fff;
  margin-top:0;
}

.s365-footer-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:24px 32px 18px;
  display:grid;
  grid-template-columns:1.15fr .65fr .72fr auto;
  gap:64px;
  align-items:flex-start;
}

.s365-footer-brand h3,
.s365-footer-col h3{
  color:#fff;
  font-size:16px;
  line-height:1.2;
  margin:0 0 7px;
  font-weight:700;
}

.s365-footer-brand p{
  color:#fff;
  font-size:13px;
  line-height:1.42;
  margin:0;
  max-width:270px;
}

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

.s365-footer-col li{
  margin:0 0 4px;
  padding:0;
  line-height:1.25;
}

.s365-footer-col a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  line-height:1.25;
}

.s365-footer-col a:hover{
  color:#C3D629;
}

.s365-footer-social{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding-top:1px;
}

.s365-footer-social a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:14px;
}

.s365-footer-social a:hover{
  color:#C3D629;
}

.s365-footer-bottom{
  max-width:1180px;
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.14);
  padding:12px 32px 14px;
  color:#fff;
  font-size:12px;
  line-height:1.35;
  text-align:left;
}

/* Astra Standard-Footer im Shop ausblenden */
.ast-footer-copyright,
.ast-small-footer,
.site-primary-footer-wrap,
.site-below-footer-wrap,
.site-footer-primary-section-1,
.site-footer-primary-section-2,
.site-footer-primary-section-3{
  display:none !important;
}

@media(max-width:921px){
  .s365-trust-inner{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    padding:18px 26px 20px;
  }

  .s365-seo-strip{
    padding:9px 26px 10px;
  }

  .s365-contact-inner{
    padding:22px 26px;
  }

  .s365-contact-headline{
    font-size:22px;
  }

  .s365-footer-wrap{
    grid-template-columns:1fr 1fr;
    gap:26px 42px;
    padding:24px 26px 18px;
  }
}

@media(max-width:640px){
  .s365-trust-strip{
    margin-top:24px;
  }

  .s365-trust-inner{
    grid-template-columns:repeat(2,1fr);
    gap:18px 12px;
    padding:18px 20px 20px;
  }

  .s365-seo-strip{
    font-size:7px;
    padding:8px 18px 9px;
  }

  .s365-contact-inner{
    padding:24px;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }

  .s365-contact-headline{
    font-size:22px;
  }

  .s365-contact-data{
    font-size:14px;
  }

  .s365-contact-data span{
    margin:0 8px;
  }

  .s365-contact-button{
    width:100%;
    min-width:0;
  }

  .s365-footer-wrap{
    grid-template-columns:1fr;
    gap:20px;
    padding:26px 24px 18px;
    text-align:left;
  }

  .s365-footer-brand p{
    max-width:none;
  }

  .s365-footer-social{
    padding-top:0;
  }

  .s365-footer-bottom{
    padding:13px 24px 15px;
    text-align:left;
  }
}
