/*
test
*/


*.CookieNote{
	font-family: 'Noto Sans', sans-serif;
	margin:0;
	font-weight: normal;
	color: #fff;
/*	text-rendering:4d4d4d optimizeLegibility; */
}

#cnContentDiv{
	grid-area: text1;
	display: flex;
	justify-content: flex-start;
	padding:0px 0px 30px 0px;
}
#cnHeadDiv{
	grid-area: headline;
	display: flex;
	justify-content: center;
	padding:10px 10px 15px 10px;
}

#cnHead{
	font-weight:900;
	font-size: 20px;
	line-height: 1.5em;
	
}

#cnInfoText{
	display:flex;

	padding:0 38px 30px  38px;
}

#cnNote{
	font-size: 14px;
	line-height: 1.5em;
	margin-right:10px;
}

#cnAbfrageDiv{
	width:20%;
	float:left;
	padding:5px;
	margin:auto;
}

#cnNavTableDiv{
	width:35%;
	float:left;
	padding:5px;
	margin:auto;
}

ul.CookieNote{
	list-style-type: none;
}

ul.CookieNote > li{
	
}

#cnAbfrageDiv{
	display: flex;
	flex-direction: column;
}

#cookienote{
	grid-template-areas: 
			'headline headline headline headline headline'
			'text1 text1 text1 text1 button';
	grid-gap: 0px;
	box-sizing: border-box;
	padding: 20px 10%;
	display:grid;
	position: fixed;
	bottom:0px;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
	background-color: rgba(3,3,3,.9);
	clear:both;
	left:0;
	z-index:99999;
}


button.CookieNote, input[type=button].CookieNote{
	grid-area: button;
	height: auto;
	width:250px;
	min-width:100px;
	max-width:100%;
	color: #fff;
	background-color: #b21d05;
	border-color: #fff;
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	margin-bottom:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:0px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}