/*
 Theme Name:   OnePress Child
 Template:     onepress
 Version:      1.0
*/

.site-footer {
  background-image: url('https://mv-ettenheimmuenster.de/wp-content/uploads/2025/07/1920-524-max.png'); /* Link zur Grafik */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0px;
  background-color: transparent; /* Oder ganz entfernen */
}
.footer-widgets {
    background: #050505;
    background-color: transparent;

}

.site-footer .btt a {
    background-color: transparent;
}
.site-footer .site-info {
    background-color: transparent;
}

/* Akzeptieren-Button */
.cmplz-btn.cmplz-accept {
  background-color: #3a6b3f;
  color: white;
  border-radius: 6px;
}

/* Ablehnen-Button */
.cmplz-btn.cmplz-deny {
  background-color: #b63355;
  color: white;
  border-radius: 6px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #3a6b3f;
    border: 1px solid #3a6b3f;
    color: var(--cmplz_button_accept_text_color);
}