/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

:root {
	--baermann-blau: #0a3f8d;
}


body #cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show
{
	background-color: var(--baermann-blau);
	color: white;
	font-weight: 600;
	box-shadow: 0px 5px 13px 4px #ffffff;
}

body .dimtarget:target 
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
@media screen and ( max-width: 800px )
{
	body .dimtarget:target { top: -60px; }
}
@media screen and ( min-width: 801px )
{
	body .dimtarget:target { top: -100px; }
}


body form input.dim_big_checkbox
{
	transform: scale(1.5);
	margin: 0 10px 0 5px;
	padding: 0;
	accent-color: #0a3f8d;
}


.clearboth { clear: both; }
