/* =========================================================
   SNAPone Footer Only
   Clean & Safe Version
========================================================= */

footer.snapone-footer {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  border-top: 1px solid #222;
  padding: 18px 20px;
  box-sizing: border-box;
  clear: both;
  position: relative;
  z-index: 50;
}

footer.snapone-footer .snapone-footer-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

footer.snapone-footer .snapone-footer-left {
  font-size: 13px;
  opacity: 0.85;
  white-space: nowrap;
}

footer.snapone-footer .snapone-footer-right {
  display: flex;
  margin-left: auto;
}

footer.snapone-footer .snapone-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

footer.snapone-footer .snapone-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px dashed #ff2a2a;
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

footer.snapone-footer .snapone-footer-links a:hover {
  color: #ff2a2a;
}

footer.snapone-footer .snapone-cookie-settings-btn {
  background: transparent;
  color: #fff;
  border: 1px dashed #666;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

footer.snapone-footer .snapone-cookie-settings-btn:hover {
  border-color: #ff2a2a;
}

@media screen and (max-width: 736px) {
  footer.snapone-footer {
    padding: 16px 14px;
    border-top: 1px solid #2a2a2a;
  }

  footer.snapone-footer .snapone-footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  footer.snapone-footer .snapone-footer-left {
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 2px;
    white-space: normal;
  }

  footer.snapone-footer .snapone-footer-right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  footer.snapone-footer .snapone-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 14px;
    width: 100%;
    white-space: normal;
  }

  footer.snapone-footer .snapone-footer-links a {
    font-size: 12px;
    padding-bottom: 1px;
    position: relative;
  }

  footer.snapone-footer .snapone-footer-links a:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #555;
  }

  footer.snapone-footer .snapone-cookie-settings-btn {
    font-size: 11px;
    padding: 5px 9px;
    border: 1px dashed #555;
  }

  footer.snapone-footer .snapone-cookie-settings-btn:hover {
    border-color: #ff2a2a;
  }
}
/* =========================================
   HOTFIX – Impressum + Footer nach Clean-Setup
   ========================================= */

/* 1) Theme-BG auf der Impressum-Seite killen */
body.impressum-page {
  background-image: none !important;
  background-color: #f5f5f5 !important;
}

body.impressum-page:before,
body.impressum-page:after,
body.impressum-page #wrapper:before,
body.impressum-page #wrapper:after {
  background-image: none !important;
  display: none !important;
  content: none !important;
}

.impressum-page #wrapper {
  background-image: none !important;
}

/* 2) Main-Bereich sauber und lesbar */
.impressum-page #main {
  background: rgba(255,255,255,0.98) !important;
}

/* 3) Footer HARD FIX */
footer.snapone-footer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  background: #000 !important;
  color: #fff !important;
  border-top: 1px solid #222 !important;
  box-sizing: border-box !important;
  clear: both !important;
  position: relative !important;
  z-index: 50 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: left !important;
}

footer.snapone-footer .snapone-footer-inner {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  box-sizing: border-box !important;
}

footer.snapone-footer .snapone-footer-left {
  font-size: 13px !important;
  opacity: 0.85 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

footer.snapone-footer .snapone-footer-right {
  display: flex !important;
  margin-left: auto !important;
  justify-content: flex-end !important;
}

footer.snapone-footer .snapone-footer-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  white-space: nowrap !important;
  width: auto !important;
}

footer.snapone-footer .snapone-footer-links a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  border-bottom: 1px dashed #ff2a2a !important;
  padding-bottom: 2px !important;
}

footer.snapone-footer .snapone-footer-links a:hover {
  color: #ff2a2a !important;
}

footer.snapone-footer .snapone-cookie-settings-btn {
  background: transparent !important;
  color: #fff !important;
  border: 1px dashed #666 !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
  cursor: pointer !important;
}

footer.snapone-footer .snapone-cookie-settings-btn:hover {
  border-color: #ff2a2a !important;
}

/* 4) Mobile */
@media screen and (max-width: 736px) {
  footer.snapone-footer {
    padding: 16px 14px !important;
  }

  footer.snapone-footer .snapone-footer-inner {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px !important;
  }

  footer.snapone-footer .snapone-footer-left {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
  }

  footer.snapone-footer .snapone-footer-right {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: center !important;
  }

  footer.snapone-footer .snapone-footer-links {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    white-space: normal !important;
    gap: 10px 14px !important;
  }

  footer.snapone-footer .snapone-footer-links a {
    font-size: 12px !important;
    padding-bottom: 1px !important;
    position: relative !important;
  }

  footer.snapone-footer .snapone-footer-links a:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #555;
  }

  footer.snapone-footer .snapone-cookie-settings-btn {
    font-size: 11px !important;
    padding: 5px 9px !important;
  }
}
/* =========================================
   GLOBAL FOOTER HARD FIX
   für index.html + alle Unterseiten
   ========================================= */

footer.snapone-footer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  background: #000 !important;
  color: #fff !important;
  border-top: 1px solid #222 !important;
  box-sizing: border-box !important;
  clear: both !important;
  position: relative !important;
  z-index: 50 !important;
  left: 0 !important;
  right: 0 !important;
  text-align: left !important;
}

footer.snapone-footer .snapone-footer-inner {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  box-sizing: border-box !important;
}

footer.snapone-footer .snapone-footer-left {
  font-size: 13px !important;
  opacity: 0.85 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

footer.snapone-footer .snapone-footer-right {
  display: flex !important;
  margin-left: auto !important;
  justify-content: flex-end !important;
}

footer.snapone-footer .snapone-footer-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  white-space: nowrap !important;
  width: auto !important;
}

footer.snapone-footer .snapone-footer-links a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  border-bottom: 1px dashed #ff2a2a !important;
  padding-bottom: 2px !important;
}

footer.snapone-footer .snapone-footer-links a:hover {
  color: #ff2a2a !important;
}

footer.snapone-footer .snapone-cookie-settings-btn {
  background: transparent !important;
  color: #fff !important;
  border: 1px dashed #666 !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
  cursor: pointer !important;
}

footer.snapone-footer .snapone-cookie-settings-btn:hover {
  border-color: #ff2a2a !important;
}

/* Schutz gegen Theme-/BG-Einflüsse */
footer.snapone-footer,
footer.snapone-footer *,
footer.snapone-footer *::before,
footer.snapone-footer *::after {
  box-sizing: border-box !important;
}

/* Mobile */
@media screen and (max-width: 736px) {
  footer.snapone-footer {
    padding: 16px 14px !important;
  }

  footer.snapone-footer .snapone-footer-inner {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px !important;
  }

  footer.snapone-footer .snapone-footer-left {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
  }

  footer.snapone-footer .snapone-footer-right {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: center !important;
  }

  footer.snapone-footer .snapone-footer-links {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    white-space: normal !important;
    gap: 10px 14px !important;
  }

  footer.snapone-footer .snapone-footer-links a {
    font-size: 12px !important;
    padding-bottom: 1px !important;
    position: relative !important;
  }

  footer.snapone-footer .snapone-footer-links a:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #555;
  }

  footer.snapone-footer .snapone-cookie-settings-btn {
    font-size: 11px !important;
    padding: 5px 9px !important;
  }
}
/* =========================================
   Datenschutz H1 Mobile Fix
   ========================================= */

@media screen and (max-width: 736px) {

  body:not(.impressum-page) #main h1 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    word-break: break-word;
    hyphens: auto;
  }

}