/* Cookie Consent Banner — Abtmeyer-Büchner Bestattungen */
#cc-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2c2c;
  color: #f0ede8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  z-index: 99999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 32px;
  flex-wrap: wrap;
}
#cc-banner.cc-hidden { display: none; }
#cc-banner p {
  margin: 0;
  line-height: 1.5;
  flex: 1;
  min-width: 260px;
}
#cc-banner a {
  color: #b8c9a0;
  text-decoration: underline;
}
#cc-banner a:hover { color: #fff; }
.cc-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.cc-btn {
  padding: 9px 22px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.15s;
  white-space: nowrap;
}
.cc-btn-accept {
  background: #6d8632;
  color: #fff;
}
.cc-btn-accept:hover { background: #5a7028; }
.cc-btn-decline {
  background: transparent;
  color: #ccc;
  border: 1px solid #666;
}
.cc-btn-decline:hover { background: #444; color: #fff; }

/* YouTube / Maps Placeholder */
.cc-placeholder {
  background: #1a1a1a;
  color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #444;
  min-height: 200px;
  gap: 12px;
  box-sizing: border-box;
}
/* YouTube-Placeholder füllt seinen Wrapper vollständig */
.cc-placeholder-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: unset;
}
.cc-placeholder strong { color: #eee; font-size: 15px; }
.cc-placeholder .cc-load-btn {
  padding: 8px 20px;
  background: #6d8632;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.cc-placeholder .cc-load-btn:hover { background: #5a7028; }
