@charset "UTF-8";
/* Complianz Styles */
@font-face {
  font-family: "MyMaterialSymbols";
  src: url("https://deinedomain.de/wp-content/uploads/2026/06/MaterialSymbolsRounded.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cmplz-cookiebanner .cmplz-logo {
  display: none !important;
}
.cmplz-cookiebanner .cmplz-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px !important;
  font-weight: 500 !important;
}
.cmplz-cookiebanner .cmplz-body .cmplz-message {
  width: auto !important;
  max-width: 720px !important;
}
.cmplz-cookiebanner .cmplz-categories {
  width: auto !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border-radius: 6px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 12px 24px !important;
  transition: all 300ms ease 0ms;
  font-family: "Lato", sans-serif !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: #5e7a6a !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
  filter: brightness(0.9) !important;
}
/* Call Button */
.cmplz-btn.cmplz-manage-consent {
  font-size: 0;
  right: unset !important;
  left: 40px !important;
  bottom: 40px !important;
  height: auto !important;
  width: auto !important;
  min-width: unset !important;
  border-radius: 100px !important;
  background-color: #C79A9A !important;
  color: #ffffff !important;
  transition: background-color 0.2s ease;
  animation: unset !important;
}
.cmplz-btn.cmplz-manage-consent:hover {
  background-color: #A47070 !important;
}
.cmplz-btn.cmplz-manage-consent::before {
  content: "\eaac" !important;
  /* Der CSS-Code für das Google Cookie-Icon */
  font-family: "Material Symbols Rounded", "MaterialSymbolsRounded", "Material Symbols Rounded Normal" !important;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  /* Styling für das Icon (optional anpassen) */
  font-size: 20px;
  /* Größe des Cookies */
  margin-right: 8px;
  /* Abstand nach rechts zum Text */
  vertical-align: middle;
  /* Damit es sauber auf Texthöhe sitzt */
}
/*# sourceMappingURL=styles.css.map */