.consent_data_protection_overlay {
	position: fixed; 
	z-index: 1000000; 
	color: rgba(255, 255, 255, 1.0); 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	background-color: rgba(0, 0, 0, 0.85); 	
}

.consent_data_protection {
	position: fixed; 
	z-index: 1000001;
	width: 750px; 
	max-width: 95%;
	font-size: 0.75em;
	top: 10%;
	left: 50%;
	margin-left: -375px;
	color: rgba(33, 33, 33, 1.0);
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 0.2em;
	padding: 2em;

	.cookie_banner_checkbox {
		float: left;
		width: 3em;
	}
	
	.cookie_banner_checkbox_info {
		float: right;
		width: 90%;
		width: calc(100% - 3em);
	}
	
	.cookie_banner_title {
		font-weight: bold;
	}
	
	table {
		width: 100%;
		font-size: 0.5em;
		line-height: 110%;
		border-collapse: collapse;

		tr {
			td, th {
				border: 1px solid rgba(0, 0, 0, 0.333);
				padding: 0.5em;
			}
		}
	}
}
