/* pixelschmitt Frontend Build System
 * Footer August 2026 · Post-ID 2238
 */

.ps-footer {
  --ps-blue: #385E72;
  --ps-blue-dark: #2C4D5E;
  --ps-orange: #F5A623;
  --ps-orange-hover: #FFB63F;
  --ps-orange-light: #FFF5E6;
  --ps-white: #FFFFFF;
  --ps-text-light: rgba(255,255,255,.78);
  --ps-text-muted: rgba(255,255,255,.58);
  --ps-border: rgba(255,255,255,.15);
  width: 100%;
  overflow: hidden;
  background: var(--ps-blue);
  color: var(--ps-text-light);
  font-family: Signika, Arial, sans-serif;
}
.ps-footer *,
.ps-footer *::before,
.ps-footer *::after {
  box-sizing: border-box;
}
.ps-footer a {
  color: inherit;
}
.ps-footer ul,
.ps-footer ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ps-footer li {
  margin: 0 !important;
  padding: 0 !important;
}
.ps-footer li::before,
.ps-footer li::after {
  display: none !important;
  content: none !important;
}
.ps-footer-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.ps-footer-main {
  padding: 66px 0 44px;
}
.ps-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 90px;
  align-items: start;
}
/* Marke */
.ps-footer-brand {
  max-width: 590px;
}
.ps-footer-logo {
  display: inline-block;
  margin: 0 0 24px;
  color: var(--ps-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.ps-footer-brand-text {
  max-width: 570px;
  margin: 0 0 27px;
  font-size: 17px;
  line-height: 1.7;
}
.ps-footer-brand-text strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ps-white);
  font-size: 20px;
  line-height: 1.35;
}
/* Social Icons */
.ps-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 34px;
}
.ps-footer-social-link {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--ps-white);
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}
.ps-footer-social-link:hover,
.ps-footer-social-link:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.ps-footer-social-link svg {
  display: block;
  width: 22px;
  height: 22px;
}
/* Hauptnavigation rechts */
.ps-footer-nav {
  display: grid;
  gap: 38px;
}
.ps-footer-nav-group {
  display: grid;
  gap: 14px;
}
.ps-footer-heading {
  position: relative;
  margin: 0;
  padding-top: 16px;
  color: var(--ps-white) !important;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ps-footer-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--ps-orange);
  content: "";
}
.ps-footer-links {
  display: grid;
  gap: 12px;
}
.ps-footer-links a {
  display: inline-block;
  width: fit-content;
  color: rgba(255,255,255,.80);
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color .18s ease,
    transform .18s ease;
}
.ps-footer-links a:hover,
.ps-footer-links a:focus {
  color: var(--ps-white);
  transform: translateX(3px);
}
.ps-footer-links a strong {
  color: var(--ps-white);
}
.ps-footer-small {
  display: block;
  margin-top: 3px;
  color: var(--ps-text-muted);
  font-size: 13px;
  line-height: 1.4;
}
/* Zusatzlinks */
.ps-footer-extra-wrap {
  padding: 0 0 48px;
}
.ps-footer-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding-top: 27px;
  border-top: 1px solid var(--ps-border);
}
.ps-footer-extra-label {
  color: var(--ps-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ps-footer-extra-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.ps-footer-extra-links a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.25);
  text-underline-offset: 4px;
}
.ps-footer-extra-links a:hover,
.ps-footer-extra-links a:focus {
  color: var(--ps-white);
  text-decoration-color: var(--ps-orange);
}
/* Sichtbarkeits-Sprint CTA */
.ps-footer-cta-wrap {
  padding: 0 0 58px;
}
.ps-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: center;
  padding: 40px;
  border: 1px solid rgba(245,166,35,.45);
  border-radius: 18px;
  background: var(--ps-orange-light);
  color: #55595F;
  box-shadow: 0 18px 45px rgba(24,49,63,.13);
}
.ps-footer-cta-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #C47700;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ps-footer-cta h2 {
  margin: 0 0 13px;
  color: var(--ps-blue);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}
.ps-footer-cta p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}
.ps-footer-cta-buttons {
  display: flex;
  min-width: 285px;
  flex-direction: column;
  gap: 11px;
}
.ps-footer-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 9px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}
.ps-footer-button:hover,
.ps-footer-button:focus {
  transform: translateY(-2px);
}
.ps-footer-button-primary {
  background: var(--ps-orange);
  color: #2E3D44 !important;
  box-shadow: 0 10px 22px rgba(245,166,35,.25);
}
.ps-footer-button-primary:hover,
.ps-footer-button-primary:focus {
  background: var(--ps-orange-hover);
  box-shadow: 0 12px 26px rgba(245,166,35,.32);
}
.ps-footer-button-secondary {
  border: 1px solid rgba(56,94,114,.30);
  background: var(--ps-white);
  color: var(--ps-blue) !important;
}
.ps-footer-button-secondary:hover,
.ps-footer-button-secondary:focus {
  border-color: var(--ps-blue);
}
/* Unterer Bereich */
.ps-footer-bottom {
  border-top: 1px solid var(--ps-border);
}
.ps-footer-bottom-inner {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 14px;
}
.ps-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.ps-footer-legal a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
}
.ps-footer-legal a:hover,
.ps-footer-legal a:focus {
  color: var(--ps-white);
  text-decoration: underline;
  text-decoration-color: var(--ps-orange);
  text-underline-offset: 4px;
}
.ps-footer-location {
  color: rgba(255,255,255,.64);
  white-space: nowrap;
}
/* Responsive */
@media (max-width: 900px) {
  .ps-footer-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .ps-footer-brand {
    max-width: none;
  }
  .ps-footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .ps-footer-cta {
    grid-template-columns: 1fr;
  }
  .ps-footer-cta-buttons {
    min-width: 0;
    flex-direction: row;
  }
}
@media (max-width: 680px) {
  .ps-footer-main {
    padding: 52px 0 40px;
  }
  .ps-footer-nav {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ps-footer-extra {
    align-items: flex-start;
    flex-direction: column;
  }
  .ps-footer-cta {
    padding: 29px 23px;
  }
  .ps-footer-cta-buttons {
    flex-direction: column;
  }
  .ps-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .ps-footer-container {
    width: min(100% - 30px, 1180px);
  }
  .ps-footer-button {
    width: 100%;
  }
  .ps-footer-location {
    white-space: normal;
  }
}

.ps-footer {
  --ps-blue: #385E72;
  --ps-blue-dark: #2C4D5E;
  --ps-orange: #F5A623;
  --ps-orange-hover: #FFB63F;
  --ps-orange-light: #FFF5E6;
  --ps-white: #FFFFFF;
  --ps-text-light: rgba(255,255,255,.78);
  --ps-text-muted: rgba(255,255,255,.58);
  --ps-border: rgba(255,255,255,.15);

  width: 100%;
  overflow: hidden;
  background: var(--ps-blue);
  color: var(--ps-text-light);
  font-family: Signika, Arial, sans-serif;
}

.ps-footer *,
.ps-footer *::before,
.ps-footer *::after {
  box-sizing: border-box;
}

.ps-footer a {
  color: inherit;
}

.ps-footer ul,
.ps-footer ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ps-footer li {
  margin: 0 !important;
  padding: 0 !important;
}

.ps-footer li::before,
.ps-footer li::after {
  display: none !important;
  content: none !important;
}

.ps-footer-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ps-footer-main {
  padding: 66px 0 44px;
}

.ps-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 90px;
  align-items: start;
}

/* Marke */

.ps-footer-brand {
  max-width: 590px;
}

.ps-footer-logo {
  display: inline-block;
  margin: 0 0 24px;
  color: var(--ps-white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ps-footer-brand-text {
  max-width: 570px;
  margin: 0 0 27px;
  font-size: 17px;
  line-height: 1.7;
}

.ps-footer-brand-text strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ps-white);
  font-size: 20px;
  line-height: 1.35;
}

/* Social Icons */

.ps-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 34px;
}

.ps-footer-social-link {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--ps-white);
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.ps-footer-social-link:hover,
.ps-footer-social-link:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.ps-footer-social-link svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* Hauptnavigation rechts */

.ps-footer-nav {
  display: grid;
  gap: 38px;
}

.ps-footer-nav-group {
  display: grid;
  gap: 14px;
}

.ps-footer-heading {
  position: relative;
  margin: 0;
  padding-top: 16px;
  color: var(--ps-white) !important;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ps-footer-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--ps-orange);
  content: "";
}

.ps-footer-links {
  display: grid;
  gap: 12px;
}

.ps-footer-links a {
  display: inline-block;
  width: fit-content;
  color: rgba(255,255,255,.80);
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color .18s ease,
    transform .18s ease;
}

.ps-footer-links a:hover,
.ps-footer-links a:focus {
  color: var(--ps-white);
  transform: translateX(3px);
}

.ps-footer-links a strong {
  color: var(--ps-white);
}

.ps-footer-small {
  display: block;
  margin-top: 3px;
  color: var(--ps-text-muted);
  font-size: 13px;
  line-height: 1.4;
}

/* Zusatzlinks */

.ps-footer-extra-wrap {
  padding: 0 0 48px;
}

.ps-footer-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding-top: 27px;
  border-top: 1px solid var(--ps-border);
}

.ps-footer-extra-label {
  color: var(--ps-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ps-footer-extra-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.ps-footer-extra-links a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.25);
  text-underline-offset: 4px;
}

.ps-footer-extra-links a:hover,
.ps-footer-extra-links a:focus {
  color: var(--ps-white);
  text-decoration-color: var(--ps-orange);
}

/* Sichtbarkeits-Sprint CTA */

.ps-footer-cta-wrap {
  padding: 0 0 58px;
}

.ps-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: center;
  padding: 40px;
  border: 1px solid rgba(245,166,35,.45);
  border-radius: 18px;
  background: var(--ps-orange-light);
  color: #55595F;
  box-shadow: 0 18px 45px rgba(24,49,63,.13);
}

.ps-footer-cta-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #C47700;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ps-footer-cta h2 {
  margin: 0 0 13px;
  color: var(--ps-blue);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}

.ps-footer-cta p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}

.ps-footer-cta-buttons {
  display: flex;
  min-width: 285px;
  flex-direction: column;
  gap: 11px;
}

.ps-footer-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 9px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.ps-footer-button:hover,
.ps-footer-button:focus {
  transform: translateY(-2px);
}

.ps-footer-button-primary {
  background: var(--ps-orange);
  color: #2E3D44 !important;
  box-shadow: 0 10px 22px rgba(245,166,35,.25);
}

.ps-footer-button-primary:hover,
.ps-footer-button-primary:focus {
  background: var(--ps-orange-hover);
  box-shadow: 0 12px 26px rgba(245,166,35,.32);
}

.ps-footer-button-secondary {
  border: 1px solid rgba(56,94,114,.30);
  background: var(--ps-white);
  color: var(--ps-blue) !important;
}

.ps-footer-button-secondary:hover,
.ps-footer-button-secondary:focus {
  border-color: var(--ps-blue);
}

/* Unterer Bereich */

.ps-footer-bottom {
  border-top: 1px solid var(--ps-border);
}

.ps-footer-bottom-inner {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 14px;
}

.ps-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ps-footer-legal a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
}

.ps-footer-legal a:hover,
.ps-footer-legal a:focus {
  color: var(--ps-white);
  text-decoration: underline;
  text-decoration-color: var(--ps-orange);
  text-underline-offset: 4px;
}

.ps-footer-location {
  color: rgba(255,255,255,.64);
  white-space: nowrap;
}

/* Responsive */

@media (max-width: 900px) {
  .ps-footer-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ps-footer-brand {
    max-width: none;
  }

  .ps-footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .ps-footer-cta {
    grid-template-columns: 1fr;
  }

  .ps-footer-cta-buttons {
    min-width: 0;
    flex-direction: row;
  }
}

@media (max-width: 680px) {
  .ps-footer-main {
    padding: 52px 0 40px;
  }

  .ps-footer-nav {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ps-footer-extra {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-footer-cta {
    padding: 29px 23px;
  }

  .ps-footer-cta-buttons {
    flex-direction: column;
  }

  .ps-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .ps-footer-container {
    width: min(100% - 30px, 1180px);
  }

  .ps-footer-button {
    width: 100%;
  }

  .ps-footer-location {
    white-space: normal;
  }
}
