/* Footer — Werte 1:1 aus 200.css + universal.css (Original-Oxygen) */

/* Oxygen rechnet mit border-box — hier footer-lokal nachziehen */
#footer,
#footer * {
  box-sizing: border-box;
}

/* Section-Wrapper: #footer > .ct-section-inner-wrap */
.footer-section .section-inner {
  width: 100%;
  max-width: 100%;
  padding: 64px 50px 24px 50px;
}

/* Dunkle Karte (#div_block-12-14) */
.footer-card {
  width: 100%;
  background-color: #2f2f2f;
  border-radius: 15px;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 35px;
  margin-bottom: 0;
  z-index: 999;
}

/* Kartenhälften (#div_block-53-200 / #div_block-55-200) */
.footer-card-half {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-card-half-right {
  justify-content: flex-start;
  text-align: justify;
}

/* Spalten (#div_block-13/14/15/16-14) */
.footer-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-col-helpcenter {
  padding-right: 18px;
}

.footer-col-zertifikate {
  display: none;
}

/* "Ihre Daten sind sicher" (#div_block-142-200, Live-Stand Juli 2026) */
.footer-col-datensicher {
  padding-right: 18px;
}

.footer-datensicher-text {
  color: #32b4a2;
  max-width: 338px;
}

.footer-datensicher-img {
  width: 150px;
  height: auto;
  display: block;
}

.footer-datensicher-link {
  font-size: 14px;
  font-style: italic;
  color: #32b4a2;
  margin-top: 3px;
}

.footer-datensicher-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-col-datensicher {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .footer-col-datensicher {
    padding-right: 0;
    text-align: left;
    align-items: center;
  }

  .footer-datensicher-text {
    font-size: 16px;
    text-align: center;
  }
}

/* Überschriften (#headline-17/21/30/32-14) */
.footer-heading {
  font-size: 26px;
  font-weight: 400; /* Original: kein synthetisches Bold auf Semilight */
  line-height: 1.2;
  color: #fdfeff;
  margin: 0 0 5px 0;
}

/* Textblöcke */
.footer-address {
  color: #32b4a2;
}

.footer-help-text {
  color: #32b4a2;
  margin-bottom: 24px;
  max-width: 338px;
}

.footer-cert-text {
  color: #32b4a2;
  margin-bottom: 9px;
  max-width: 300px;
}

/* TeamViewer (#image-27-14 / #text_block-28-14) */
.footer-teamviewer-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-teamviewer-img {
  margin-bottom: 13px;
  width: 197px;
  height: 45px;
}

.footer-download-link {
  margin-top: 3px;
  color: #32b4a2;
  font-size: 14px;
}

.footer-download-link:hover {
  text-decoration: underline;
}

/* Quicklinks (.footer-nav-link, #div_block-36-14 etc.) */
.footer-nav-link {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #32b4a2;
  margin-bottom: 10px;
  transition: .15s;
}

.footer-nav-link:hover {
  gap: 12px;
}

.footer-list-arrow {
  width: 25px;
  height: 25px;
}

/* Zertifikate (#image-60-14 / #image-59-14 / #link-94-200 / #code_block-64-14) */
.footer-cert-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-cert-link-9001 {
  display: none;
}

.footer-cert-img {
  width: 220px;
  height: 72px;
}

.footer-cert-img-9001 {
  margin-bottom: 4px;
}

.footer-copyright {
  margin-right: 0;
  font-size: 14px;
  color: #2f2f2f;
}

/* Untere Leiste (#div_block-61-14) */
.footer-bottom {
  width: 100%;
  margin-top: 27px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  z-index: 999;
  padding-left: 35px;
  padding-right: 35px;
}

/* (#div_block-72-14) */
.footer-bottom-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #2f2f2f;
  justify-content: space-between;
}

/* Logo + Socials (#div_block-88-200) */
.footer-brand {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.footer-logo {
  width: 160px;
  height: 51px;
  display: block;
}

/* (#div_block-66-200) */
.footer-socials {
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  min-height: 42px; /* Live: Icon-Links haben 34px-Zeilenbox, Reihe 42px */
  padding-top: 8px;
  padding-bottom: 0;
}

.footer-social {
  display: flex;
}

.footer-social a {
  display: flex;
}

.footer-social-icon {
  width: 25px;
  height: 25px;
}

.footer-social-icon .st1 {
  fill: var(--dark-primary) !important;
  transition: .15s;
}

.footer-social-icon:hover .st1 {
  fill: var(--tertiary-1000) !important;
}

/* created by (#text_block-73-200 / #span-81-200) */
.footer-credit {
  font-size: 14px;
  margin-left: 30px;
}

.footer-credit-link {
  color: #2f2f2f;
  text-decoration: none;
  transition-duration: .15s;
}

.footer-credit-link:hover {
  color: #1a557e;
}

/* Rechtliches (#div_block-79-14 / #div_block-57-200) */
.footer-legal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.footer-legal-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: justify;
  gap: 20px;
  padding-right: 0;
}

.footer-link {
  font-size: 14px;
  color: #2f2f2f;
  transition-duration: .15s;
}

.footer-link:hover {
  color: #004270;
}

.footer-link-cookie {
  display: none;
}

.footer-legal-divider-hidden {
  display: none;
}

/* Scroll-to-top (#code_block-99-14) */
.footer-scroll-top {
  width: 40px;
  height: 50px; /* Original-Wrapper 40×50, SVG (41px) oben ausgerichtet */
  display: flex;
  align-items: flex-start;
}

.footer-scroll-top a {
  display: flex;
  width: 100%;
}

.footer-scroll-top svg {
  width: 100%;
  height: auto;
}

/* ===== Breakpoints ===== */

@media (max-width: 1399px) {
  .footer-bottom {
    gap: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-bottom-row {
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    flex-direction: column;
  }
  .footer-brand {
    margin-bottom: 7px;
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 6px;
  }
  .footer-credit {
    margin-top: 12px;
    margin-left: 0;
  }
  .footer-legal {
    margin-top: 6px;
    align-items: center;
    text-align: right;
    justify-content: center;
    width: 100%;
    gap: 0;
  }
  .footer-legal-links {
    text-align: left;
    align-items: flex-start;
  }
  .footer-legal-divider {
    display: none;
  }
  .footer-scroll-top {
    position: absolute;
    right: 50px;
  }
}

@media (max-width: 767px) {
  .footer-section .section-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-card {
    flex-direction: column;
  }
  .footer-card-half {
    flex-direction: column;
    gap: 75px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-bottom {
    position: relative;
    flex-direction: column;
  }
  .footer-bottom-row {
    text-align: justify;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .footer-legal {
    text-align: justify;
    justify-content: center;
  }
  .footer-legal-links {
    text-align: right;
    flex-direction: column;
    align-items: center;
  }
  .footer-copyright {
    margin-bottom: 6px;
  }
  .footer-logo {
    width: 140px;
    height: 44.63px;
  }
  .footer-scroll-top {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

@media (max-width: 479px) {
  .footer-card {
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
  }
  .footer-col {
    padding-right: 0;
    text-align: left;
    align-items: center;
  }
  .footer-col-kontakt {
    text-align: left;
    align-items: center;
  }
  .footer-address {
    font-size: 16px;
    text-align: center;
  }
  .footer-help-text {
    font-size: 16px;
    text-align: center;
  }
  .footer-nav-label {
    font-size: 16px;
  }
  .footer-cert-text {
    font-size: 16px;
    text-align: center;
  }
  .footer-link {
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-logo {
    height: auto;
  }
  .footer-scroll-top {
    bottom: 0;
  }
}
