/*
test
*/


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

#cnContentDiv{
	display: flex;
	justify-content: space-around;
	padding:1vmax;
}
#cnHeadDiv{
	display: flex;
	justify-content: space-around;

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

#cnInfoText{
	display:flex;

	padding:0 38px 30px  38px;
}

#cnNote{
	font-size: 14px;
	line-height: 1.5em;
	width: 80%;
	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{
	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{
	width:20%;
	min-width:100px;
	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;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}