/* ═══ zuhause-im-isartal.de Cookie Consent CI (grün, wie nebenkosten-24.de – Technik identisch) ═══ */

/* Primärbutton (Alle akzeptieren) */
.cc-btn.cc-btn--primary,
#cc-main .cm__btn[data-role="all"] {
  background: #5E7150 !important;
  border-color: #5E7150 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}
.cc-btn.cc-btn--primary:hover,
#cc-main .cm__btn[data-role="all"]:hover {
  background: #4A5B3F !important;
}

/* Sekundärbutton (Nur notwendige) */
.cc-btn.cc-btn--secondary,
#cc-main .cm__btn[data-role="necessary"] {
  background: transparent !important;
  border: 2px solid #5E7150 !important;
  color: #5E7150 !important;
  border-radius: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}
.cc-btn.cc-btn--secondary:hover,
#cc-main .cm__btn[data-role="necessary"]:hover {
  background: #F4F3EE !important;
}

/* Einstellungen-Link */
#cc-main .cm__btn[data-role="show"],
.cc-btn.cc-btn--tertiary {
  background: transparent !important;
  color: #5E7150 !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}

/* Modal-Box */
#cc-main .cm,
#cc-main .pm {
  font-family: 'Lato', sans-serif !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(94, 113, 80, 0.14) !important;
}

/* Titel */
#cc-main .cm__title,
#cc-main .pm__title {
  color: #3A3A38 !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 600 !important;
}

/* Text */
#cc-main .cm__desc,
#cc-main .pm__body,
#cc-main .section__desc {
  color: #3A3A38 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* Toggle-Switch aktiv */
#cc-main .section__toggle:checked ~ .toggle__icon {
  background: #5E7150 !important;
}

/* Footer-/Text-Links */
#cc-main .cm__footer a,
#cc-main .cm__desc a,
#cc-main .section__desc a {
  color: #5E7150 !important;
}
#cc-main .cm__footer a:hover {
  color: #4A5B3F !important;
}

/* Speichern-Button in Einstellungen */
#cc-main .pm__btn[data-role="save"] {
  background: #5E7150 !important;
  border-color: #5E7150 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
}
#cc-main .pm__btn[data-role="save"]:hover {
  background: #4A5B3F !important;
}
