17
Feb
* Container */
.cmplz-cookiebanner {
display: none; /* Anfangs ausgeblendet */
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
color: white;
padding: 10px;
text-align: center;
z-index: 1000;
}
/* Logo */
.cmplz-cookiebanner .cmplz-logo {
/* Stil für das Logo */
}
/* Title */
.cmplz-cookiebanner .cmplz-title {
margin: 10px 0;
}
/* Close icon */
.cmplz-cookiebanner .cmplz-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
cursor: pointer;
}
/* Message */
.cmplz-cookiebanner .cmplz-message {
margin: 10px 0;
}
/* All buttons */
.cmplz-buttons .cmplz-btn {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
margin: 5px;
cursor: pointer;
border-radius: 5px;
}
/* Accept button */
.cmplz-btn.cmplz-accept {
background-color: #4CAF50;
}
/* Deny button */
.cmplz-btn.cmplz-deny {
background-color: #f44336;
}
/* Save preferences button */
.cmplz-btn.cmplz-deny {
background-color: #f44336;
}
/* View preferences button */
.cmplz-btn.cmplz-deny {
background-color: #f44336;
}
/* Document hyperlinks */
.cmplz-links .cmplz-documents {}
/* Categories */
.cmplz-cookiebanner .cmplz-category {}
.cmplz-cookiebanner .cmplz-category-title {}
/* Manage consent tab */
#cmplz-manage-consent .cmplz-manage-consent {}
/* Soft cookie wall */
.cmplz-soft-cookiewall {}
/* Placeholder button - Per category */
.cmplz-blocked-content-container .cmplz-blocked-content-notice {}
/* Placeholder button & message - Per service */
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-blocked-content-notice {}
button.cmplz-accept-service {}
/* Styles for the AMP notice */
#cmplz-consent-ui, #cmplz-post-consent-ui {}
/* Message */
#cmplz-consent-ui .cmplz-consent-message {}
/* Buttons */
#cmplz-consent-ui button, #cmplz-post-consent-ui button {}