/**
 * Borlabs Cookie - content blocker placeholder, PLANTA styling.
 *
 * The Borlabs default is a black box with green buttons. These placeholders appear
 * both on the dark blue footer and inside white content areas, so the box is styled
 * white with a PLANTA blue border to read correctly on either background.
 * Buttons match the "Speichern" button of the cookie dialog.
 *
 * Colours: #00375b = footer/brand blue, #00b2f5 = brand light blue (hover),
 *          #333333 = site body text colour.
 */
.brlbs-cmpnt-content-blocker {
	--content-blocker-background-color: #ffffff;
	--content-blocker-background: #ffffff;
	--content-blocker-background-opacity: 1;
	--content-blocker-text-color: #333333;
	--content-blocker-button-color: #00375b;
	--content-blocker-button-color-hover: #00b2f5;
	--content-blocker-button-text-color: #ffffff;
	--content-blocker-button-text-color-hover: #ffffff;
	--content-blocker-link-color: #00375b;
	--content-blocker-link-color-hover: #00b2f5;
	--content-blocker-separator-color: #d7e3ea;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a {
	background-color: #ffffff;
	color: #333333;
	border: 2px solid #00375b;
	border-radius: 6px;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a p,
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-description,
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-provider-information {
	color: #333333;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-btn {
	background-color: #00375b;
	color: #ffffff;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-btn:hover,
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-btn:focus {
	background-color: #00b2f5;
	color: #ffffff;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-provider-toggle {
	color: #00375b;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-provider-toggle:hover,
.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-provider-toggle:focus {
	color: #00b2f5;
}
