.ecl-footer {
  background: #ffffff;
  color: #324664;
  font-family: Inter, Arial, sans-serif;
  padding: 56px 0 32px;
}

.ecl-footer-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 16px;

}

.ecl-footer-logo-row {
  margin-bottom: 36px;
}

.ecl-footer-logo {
  height: 26px;
  display: block;
}

.ecl-footer-main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.ecl-footer-company {
  border-right: 1px solid #ececec;
  padding-right: 40px;
}

.ecl-footer-company address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 0;
}

.ecl-footer-company a {
  color: #00a3cc;
  text-decoration: none;
}

.ecl-footer-stock {
  margin-top: 48px;
  line-height: 1.6;
}

.ecl-footer-clearstream {
  margin-top: 48px;
  max-width: 180px;
  height: auto;
}

.ecl-footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 56px;
}

.ecl-footer-block h3 {
  margin: 0 0 16px;
  color: #324664;
  font-size: 16px;
  font-weight: 600;
}

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

.ecl-footer-block li {
  margin-bottom: 14px;
}

.ecl-footer-block a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f2f5f !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none !important;
}

.ecl-footer-block a span {
  color: #00a3cc;
  transition: transform .2s ease;
}

.ecl-footer-block a:hover {
  color: #00a3cc !important;
}

.ecl-footer-block a:hover span {
  transform: translateX(2px);
}

.ecl-footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.ecl-footer-logo-wall {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 48px;
  margin-bottom: 36px;
}

.ecl-footer-logo-wall img {
  max-height: 54px;
  max-width: 160px;
  width: auto;
  margin: 0 auto;
  display: block;
  filter: grayscale(1);
  opacity: .8;
}

.ecl-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ecl-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ecl-footer-copyright {
  font-size: 16px;
}

.ecl-footer-meta {
  display: flex;
  align-items: center;
}

.ecl-footer-meta-link {
  color: #324664 !important;
  text-decoration: none !important;
  padding: 0 16px;
  font-size: 16px;
  transition: color .2s ease;
}

.ecl-footer-meta-link:hover {
  color: #00a3cc !important;
}

.ecl-footer-meta-bordered {
  border-left: 1px solid #e5e7eb;
}

@media (max-width: 1023px) {
  .ecl-footer-main {
    grid-template-columns: 1fr;
  }

  .ecl-footer-company {
    border-right: 0;
    padding-right: 0;
  }

  .ecl-footer-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecl-footer-logo-wall {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .ecl-footer {
    padding-top: 40px;
  }

  .ecl-footer-nav-grid {
    grid-template-columns: 1fr;
  }

  .ecl-footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ecl-footer-meta-link:first-child {
    padding-left: 0;
  }
}

.ecl-footer-company {
  border-right: 1px solid #ececec;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.55;
}

.ecl-footer-company address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0;
}

.ecl-footer-company strong {
  font-size: 14px;
  font-weight: 600;
}

.ecl-footer-company a {
  color: #00a3cc;
  font-size: 14px;
  text-decoration: none;
}

.ecl-footer-stock {
  margin-top: 48px;
  font-size: 14px;
  line-height: 1.5;
}

.ecl-footer-logo-link img.ecl-footer-logo {
    height: 26px !important;
    width: auto !important;
    max-width: none;
    display: block;
}

.ecl-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #324664;
}

.ecl-language-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
}

.ecl-language-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  padding: 0;
  background: transparent !important;
  color: #324664 !important;
  cursor: pointer;
  font-size: 14px;
}

.ecl-language-chevron {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
}

.ecl-language-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 28px;
  min-width: 160px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  z-index: 50;
}

.ecl-language-switcher.is-open .ecl-language-menu {
  display: block;
}

.ecl-language-option {
  display: block;
  padding: 8px;
  color: #324664 !important;
  font-size: 14px;
  text-decoration: none !important;
}

.ecl-language-option:hover,
.ecl-language-option.is-active {
  color: #00a3cc !important;
}

.ecl-footer-company img.ecl-footer-clearstream {
  display: block;
  margin-top: 48px;

  height: 48px !important;   /* ggf. 22px oder 26px anpassen */
  width: auto !important;
  max-width: none !important;
}

.ecl-footer-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.ecl-social-link {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #324664;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.ecl-social-link:hover {
    background: rgba(50, 70, 100, .8);
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

.ecl-social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}