/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 20:32:07 */
/* ============================================================
   IT24 – Footer V2
   Heller Premium-Footer mit Trust-Leiste, Socials und Zahlungsbadges
   ============================================================ */

.it24-footer {
  width: 100%;
  margin-top: 56px;
  padding-left: 24px;
  padding-right: 24px;
  background: transparent;
  color: #2E3344;
  text-align: left;
}

.it24-footer-inner {
  max-width: 1240px;
  width: calc(100% - 80px);
  margin: 0 auto;
  border: 1px solid #E2E5EA;
  border-top: 0;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(245,196,0,0.10), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,248,250,0.96)),
    linear-gradient(30deg, rgba(139,152,168,0.055) 12%, transparent 12.5%, transparent 87%, rgba(139,152,168,0.055) 87.5%),
    linear-gradient(150deg, rgba(139,152,168,0.055) 12%, transparent 12.5%, transparent 87%, rgba(139,152,168,0.055) 87.5%);
  background-size: auto, auto, 44px 76px, 44px 76px;
  box-shadow: 0 -8px 26px rgba(28,30,38,0.045);
}

/* ============================================================
   Trust-Leiste
   ============================================================ */

.it24-footer-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 4px solid #F5C400;
  border-bottom: 1px solid #E2E5EA;
  background: rgba(255,248,204,0.72);
}

.it24-footer-trust-item {
  padding: 18px 22px;
  text-align: center;
  border-right: 1px solid #E2E5EA;
}

.it24-footer-trust-item:last-child {
  border-right: 0;
}

.it24-footer-trust-item strong {
  display: block;
  color: #1C1E26;
  font-family: var(--it24-font-headline, inherit);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.25;
}

.it24-footer-trust-item span {
  display: block;
  margin-top: 4px;
  color: #5A6272;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* ============================================================
   Hauptbereich
   ============================================================ */

.it24-footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.95fr 0.95fr;
  gap: 46px;
  align-items: start;
  padding: 48px 56px 44px;
  text-align: left;
}

.it24-footer-brand,
.it24-footer-col {
  text-align: left;
}

.it24-footer-brand h2 {
  margin: 0 0 18px;
  color: #1C1E26;
  font-family: var(--it24-font-headline, inherit);
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.it24-footer-brand p {
  max-width: 310px;
  margin: 0 0 22px;
  color: #5A6272;
  font-size: 0.96rem;
  line-height: 1.68;
}

/* ============================================================
   Herstellerlogos
   ============================================================ */

.it24-footer-manufacturer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 18px 0 22px;
}

.it24-footer-manufacturer-logos img {
  display: block;
  width: auto;
  height: 38px;
  max-height: 38px;
  max-width: 130px;
  object-fit: contain;
  padding: 7px 12px;
  border: 1px solid #D6D9E0;
  border-radius: 10px;
  background: #ffffff;
}

.it24-footer-manufacturer-logos img[src*="SAF"],
.it24-footer-manufacturer-logos img[src*="saf"] {
  max-width: 74px;
}

/* ============================================================
   Social Media
   ============================================================ */

.it24-footer-socials {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.it24-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #D6D9E0;
  border-radius: 999px;
  background: #ffffff;
  color: #5A6272;
  font-family: var(--it24-font-headline, inherit);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.it24-footer-socials a:hover {
  border-color: #F5C400;
  background: #FFF8CC;
  color: #1C1E26;
}

/* ============================================================
   Footer-Spalten
   ============================================================ */

.it24-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.it24-footer-col h3 {
  margin: 0 0 18px;
  color: #1C1E26;
  font-family: var(--it24-font-headline, inherit);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.it24-footer-col a {
  display: inline-flex;
  margin: 0 0 12px;
  color: #5A6272;
  font-size: 0.96rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.18s ease;
}

.it24-footer-col a:hover {
  color: #1C1E26;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ============================================================
   Widerruf-Button
   Text muss bleiben: WIDERRUF ERKLÄREN
   Ziel im HTML: /vertrag-widerrufen/
   ============================================================ */

.it24-footer-revocation-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 190px;
  width: auto;
  margin-top: 14px !important;
  padding: 0 20px;
  border: 2px solid #F5C400;
  border-radius: 8px;
  background: #F5C400;
  color: #1C1E26 !important;
  font-family: var(--it24-font-headline, inherit);
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(245,196,0,0.20);
}

.it24-footer-revocation-button:hover {
  background: #DDB000;
  border-color: #DDB000;
  color: #1C1E26 !important;
}

/* ============================================================
   Zahlungsarten
   ============================================================ */

.it24-footer-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 36px;
  border-top: 1px solid #E2E5EA;
  background: rgba(247,248,250,0.92);
}

.it24-footer-payment > span {
  color: #5A6272;
  font-family: var(--it24-font-headline, inherit);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.it24-footer-payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.it24-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #D6D9E0;
  border-radius: 8px;
  background: #ffffff;
  color: #1C1E26;
  font-family: var(--it24-font-headline, inherit);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.015em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(28,30,38,0.035);
}

/* PayPal */
.it24-payment-paypal {
  color: #003087;
}

.it24-payment-icon-paypal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  background: #003087;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

/* Klarna */
.it24-payment-klarna {
  background: #FFE3EC;
  border-color: #F4B7C8;
  color: #1C1E26;
  font-weight: 900;
}

/* Kreditkarte */
.it24-payment-card-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 8px;
  border: 1.8px solid #1C1E26;
  border-radius: 3px;
  box-sizing: border-box;
}

.it24-payment-card-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
  height: 2px;
  background: #1C1E26;
  opacity: 0.85;
}

/* SEPA / Vorkasse */
.it24-payment-bank-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 8px;
  border-bottom: 2px solid currentColor;
  box-sizing: border-box;
}

.it24-payment-bank-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 16px;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid currentColor;
  box-sizing: border-box;
}

.it24-payment-bank-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  box-sizing: border-box;
}

/* Sofort */
.it24-payment-sofort {
  background: #FFF8CC;
  border-color: #F5C400;
  color: #1C1E26;
}

/* Vorkasse */
.it24-payment-vorkasse {
  color: #5A6272;
}

/* easyCredit */
.it24-payment-easycredit {
  color: #1C1E26;
}

.it24-payment-euro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  background: #F5C400;
  color: #1C1E26;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

/* Falls alte Bild-Icon-Regeln noch existieren */
.it24-footer-payment-icons img {
  display: none !important;
}

/* ============================================================
   Footer Bottom
   ============================================================ */

.it24-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 36px;
  border-top: 1px solid #E2E5EA;
  background: #ffffff;
  color: #8B98A8;
  font-size: 0.84rem;
}

/* ============================================================
   Notfall-Verstärkung gegen Theme-/Kadence-Styles
   ============================================================ */

body .it24-footer,
body .it24-footer * {
  box-sizing: border-box;
}

body .it24-footer {
  width: 100% !important;
  margin-top: 56px !important;
  background: transparent !important;
  text-align: left !important;
}

body .it24-footer-inner {
  max-width: 1240px !important;
  width: calc(100% - 80px) !important;
  margin: 0 auto !important;
  border: 1px solid #E2E5EA !important;
  border-top: 0 !important;
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
}

body .it24-footer-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body .it24-footer-main {
  display: grid !important;
  grid-template-columns: 1.25fr 0.85fr 0.95fr 0.95fr !important;
  gap: 46px !important;
  align-items: start !important;
  padding: 48px 56px 44px !important;
  text-align: left !important;
}

body .it24-footer-brand,
body .it24-footer-col {
  text-align: left !important;
}

body .it24-footer-manufacturer-logos {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

body .it24-footer-manufacturer-logos img {
  display: block !important;
  width: auto !important;
  height: 38px !important;
  max-height: 38px !important;
  max-width: 130px !important;
  object-fit: contain !important;
}

body .it24-footer-manufacturer-logos img[src*="SAF"],
body .it24-footer-manufacturer-logos img[src*="saf"] {
  max-width: 74px !important;
}

body .it24-footer-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

body .it24-footer-revocation-button {
  white-space: nowrap !important;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 980px) {
  .it24-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .it24-footer-inner,
  body .it24-footer-inner {
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }

  .it24-footer-main,
  body .it24-footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px !important;
    padding: 42px 32px !important;
  }

  .it24-footer-trust,
  body .it24-footer-trust {
    grid-template-columns: 1fr !important;
  }

  .it24-footer-trust-item {
    border-right: 0;
    border-bottom: 1px solid #E2E5EA;
  }

  .it24-footer-trust-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .it24-footer {
    margin-top: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .it24-footer-inner,
  body .it24-footer-inner {
    max-width: calc(100% - 24px) !important;
    width: calc(100% - 24px) !important;
  }

  .it24-footer-main,
  body .it24-footer-main {
    grid-template-columns: 1fr !important;
    padding: 36px 24px !important;
  }

  .it24-footer-payment {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 24px;
  }

  .it24-footer-payment-badges {
    justify-content: flex-start;
  }

  .it24-payment-badge {
    min-height: 34px;
    font-size: 0.76rem;
    padding: 0 12px;
  }

  .it24-footer-bottom {
    flex-direction: column;
    padding: 18px 24px;
  }

  .it24-footer-brand p {
    max-width: none;
  }

  .it24-footer-revocation-button,
  body .it24-footer-revocation-button {
    min-width: 0 !important;
    width: 100% !important;
  }
}
/* ============================================================
   IT24 – Footer Feinkorrektur: Breite, Zahlungsarten, Logo-Boxen
   ============================================================ */

/* Footer auf Seitenbreite bringen */
body .it24-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body .it24-footer-inner {
  max-width: 1240px !important;
  width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Auf kleineren Screens sauber mit Rand */
@media (max-width: 1280px) {
  body .it24-footer-inner {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }
}

/* Herstellerlogo-Boxen gleich breit */
body .it24-footer-manufacturer-logos {
  gap: 12px !important;
}

body .it24-footer-manufacturer-logos img {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
  height: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  padding: 7px 12px !important;
}

/* SAF nicht mehr extra kleiner machen */
body .it24-footer-manufacturer-logos img[src*="SAF"],
body .it24-footer-manufacturer-logos img[src*="saf"] {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}

/* Zahlungsart "Sofort" neutral statt gelb */
body .it24-payment-sofort {
  background: #ffffff !important;
  border-color: #D6D9E0 !important;
  color: #1C1E26 !important;
}

/* Zahlungsarten optisch etwas einheitlicher */
body .it24-payment-badge {
  min-height: 34px !important;
  border-color: #D6D9E0 !important;
}

/* Klarna darf leicht rosa bleiben, weil Markenfarbe/Erkennung */
body .it24-payment-klarna {
  background: #FFE3EC !important;
  border-color: #F4B7C8 !important;
}

/* easyCredit nicht mit Euro-Kreis zu dominant */
body .it24-payment-euro-icon {
  background: #F5C400 !important;
}

/* Mobile Logo-Boxen kleiner */
@media (max-width: 640px) {
  body .it24-footer-manufacturer-logos img,
  body .it24-footer-manufacturer-logos img[src*="SAF"],
  body .it24-footer-manufacturer-logos img[src*="saf"] {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 40px !important;
  }
}
/* ============================================================
   IT24 – Abstand vor Footer reduzieren
   ============================================================ */

body .it24-footer {
  margin-top: 24px !important;
}

/* Falls der vorherige Inhaltsblock zusätzlich Abstand nach unten hat */
body .site-main,
body .content-area {
  margin-bottom: 0 !important;
}

/* Mobile etwas Luft lassen */
@media (max-width: 640px) {
  body .it24-footer {
    margin-top: 20px !important;
  }
}