@charset "UTF-8";
/**
 * SECTION  - Preference Link Wrapper
 * This section contains the styles for the wrapper and icon of the button to open the Klaro settings.
 * Dieser Abschnitt enthält die Stile für den Wrapper und das Icon des Buttons zum Öffnen der Klaro-Einstellungen.
 **/
.cct-4u-preference-link-wrapper {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}
.cct-4u-preference-link-wrapper .cct-4u-preference-link-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
}
.cct-4u-preference-link-wrapper .cct-4u-preference-link-button.is-hidden {
  display: none !important;
}
.cct-4u-preference-link-wrapper .cct-4u-preference-icon {
  display: block;
  width: 2em;
  height: auto;
}

/**
 * SECTION  - Klaro Cookie Notice
 * This section styles the Klaro cookie notice.
 * Dieser Abschnitt stylt die Klaro-Cookie-Notice.
 **/
#klaro-cookie-notice .cn-body {
  padding: 14px;
}
#klaro-cookie-notice .cn-header {
  padding: 0 14px;
}
#klaro-cookie-notice .cn-header h1 {
  font-size: 25px;
}

/**
 * SECTION  - Hide Klaro-Notice
 * This section hides the Klaro notice when it is displayed as a context notice.
 * Dieser Abschnitt blendet die Klaro-Notice aus, wenn sie als Kontext-Notice angezeigt wird.
 **/
.klaro.cm-as-context-notice,
.klaro.cm-as-context-notice * {
  display: none !important;
}

.cm-powered-by {
  display: none !important;
}/*# sourceMappingURL=cct-4u-frontend.css.map */