/* HELPER */

body { background-color:#cecece; margin:0px; padding:0px;}


/* CSS */
.DataProt-wrap			{ position:absolute; left: 50%; top:10%;	 }
#DataProt-window			{ display:none; border:1px solid #D3D8DB; width:650px; position:relative; left: -50%; border-radius:8px; background-color:white; display:none;
						  font-family:Segoe UI, Verdana; font-size:15px; box-shadow:0px 0px 50px 0px #023A55; z-index: 10; }
#DataProt-close 		{ background-color:#023A55; width:100%; border-radius:8px 8px 0px 0px; padding:10px; box-sizing:border-box; text-align:right; cursor: pointer; }
#DataProt-close span 	{ background-color:white; border-radius:2px; padding:0px 10px 0px 10px; }
#DataProt-Img 			{ height:220px; background:url(image.jpg) center center; background-size:cover;}
#DataProt-Text			{ padding:20px; }
#DataProt-Text	span		{ font-size:11px }
#DataProt-HeaderText	{ padding:20px; }
#DataProt-HeaderText span	{ font-size:11px }

/* COOKIE NOTICE */

/* .Cookie_Notify { display:none;}	 */
.Cookie_Notify 		{
						width: 100%;
						padding: 7px;
						background-color: #000910;
						position: fixed;
						top: 0px;
						z-index: 10000;
						box-shadow: 0px -6px 15px 0px rgba(0, 0, 0, 0.25);
						border-radius: 5px 5px 0px 0px;
						font-size:12px;
						text-align:center;
						font-family:verdana;
						color: #b5b5b5;
						}
.Cookie_Section div {	display:inline-block; vertical-align:middle; margin-right:20px; }

/*

@media screen and (max-width: 460px) {
	
	#DataProt 				{  }
    
}

@media screen and (min-width: 461px) {
	
	#DataProt-Img 					{ width:49%; display:inline-block; box-sizing: border-box;}
	#DataProt-Img img				{ height:100%; width:100%;}
	#DataProt-HeaderText 			{ width:50%; display:inline-block; box-sizing: border-box; vertical-align:top; font-size:14px;}
}

*/