.elementor-709 .elementor-element.elementor-element-13189f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-709 .elementor-element.elementor-element-13189f4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-709 .elementor-element.elementor-element-13189f4{--width:1200%;}}/* Start custom CSS for html, class: .elementor-element-3ebcc6c */.jecobac-footer {
  background: #003366;
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 60px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo img {
  max-height: 60px;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 16px;
  color: #d9d9d9;
}

/* Spendenbereich */
.footer-donation {
  text-align: center;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 10px;
}

.footer-donation h4 {
  color: #ffd700;
  font-size: 20px;
  margin-bottom: 10px;
}

.copy-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 6px 0;
}

.copy-btn {
  background-color: #ffd700;
  color: #003366;
  border: none;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s;
}
.copy-btn:hover {
  background-color: #ffea80;
}

/* Spendenmethoden */
.donation-methods {
  margin-top: 25px;
}
.donation-methods h5 {
  color: #ffd700;
  margin-bottom: 10px;
  font-size: 18px;
}
.paypal-btn img {
  height: 45px;
  margin: 10px;
  transition: transform 0.2s;
}
.paypal-btn img:hover {
  transform: scale(1.05);
}

.donate-card-btn {
  display: inline-block;
  background-color: #ffd700;
  color: #003366;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  transition: background-color 0.2s;
}
.donate-card-btn:hover {
  background-color: #ffea80;
}

/* QR-Code */
.donation-qr {
  margin-top: 15px;
}
.donation-qr img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.donation-qr p {
  font-size: 14px;
  color: #d9d9d9;
}

/* Navigation */
.footer-nav {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-col {
  flex: 1;
  min-width: 180px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffd700;
}

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

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #ffd700;
}

/* Footer bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #0055a4;
  padding-top: 20px;
}

.social-icons {
  margin-bottom: 15px;
}
.social-icons a {
  color: #ffffff;
  margin: 0 10px;
  font-size: 20px;
  transition: color 0.2s;
}
.social-icons a:hover {
  color: #ffd700;
}

.footer-bottom p {
  font-size: 14px;
  color: #d9d9d9;
}

/* Responsiv */
@media screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
  .footer-col {
    margin-bottom: 30px;
    text-align: center;
  }
  .copy-line {
    flex-direction: column;
    gap: 5px;
  }
  .donation-qr img {
    width: 100px;
    height: 100px;
  }
}/* End custom CSS */