#contentcontainer_cookie {
							position: fixed;
							top: 0px;
							left: 0;
							height: 100vh;
							width: 100vw;
							min-height: 100vh;
							min-width: 100vw;
							overflow: auto;
							z-index: 300;
							border: none;
							display: flex;
							flex-direction: column;
							justify-content: center;
							align-items: center;
							background-color: transparent;
							overflow: hidden;
							background-image: url("/css/images_web/bg/HG_transparent100.png");
							background-position: center;
							background-size: cover;
}
.HG_Cookie{
							background-image: url("/css/images_web/bg/HG_transparent90.png");
							background-position: center;
							background-size: cover;
							border-style: solid;
							border-color:  rgb(122, 122, 122);
							border-width: 0.05em;
							border-style: solid;
							box-shadow: 0px 10px 13px -7px #000000, 1px 5px 20px 6px rgba(148,148,148,0.33);
							border-radius: 9px;
							padding: 1.2em;
}			
@media only screen and (orientation: portrait)  {	
														#content_cookie{
																			z-index: 310;
																			position: relative;
																			width: 90vw;
																			padding: 0.3em;
														}
														.HG_Cookie{															
																			padding: 1.2em;
														}	
														#content_cookie h1{
																			font-size: 0.9em;
																			margin-bottom: 2em;																			
														}
}
@media only screen and (orientation: landscape)  {	
														#content_cookie{
																			z-index: 310;
																			position: relative;
																			width: 66vh;
																			margin-bottom: 2em;
																			padding: 0.75em;
														}
														.HG_Cookie{															
																			padding: 0.6em;
														}
}
