@charset "utf-8";
/* CSS Document */

#page-footer{
	position:relative;	
}
#page-footer h2 {
	font-size: 18px;
	line-height: 37px;
	vertical-align:middle;
	margin-bottom: 20px;	
	color:#dfdfdf;
    background-color: rgba(0,130,218,0.04);
    height: 37px;    
    padding: 0px 15px;    
    border: 1px solid rgba(0,130,218,0.1);
}

#page-footer ul {
	list-style: none;
	padding: 0;
	margin:0px;
}
#page-footer  .organizations {
	text-align: center;	
	padding-top:5px;	
}	

#page-footer > .organizations ul{
	text-align: center;
	
}
#page-footer .organizations ul li {
	display:inline-block;
	margin:15px 10px;
	cursor:pointer;
	width:auto;
}
#page-footer .organizations ul li img
{
	width:80%;
	height:auto;
	margin:0px auto;
}

#page-footer .sitemap {	
	margin-top: 0px;
	width:100%;	
}

#page-footer .sitemap ul {
	padding-left:0px;
	font-size: 16px;
	line-height: 23px;
	color:#dfdfdf;
	margin:0px;
}

#page-footer .sitemap  ul > li > ul
{
	margin-left:15px;
}
#page-footer .sitemap  ul > li > ul > li
{
	display:block;
	width:100%;
}
#page-footer .sitemap a, #page-footer .footernav a{
	color:#dfdfdf;
}

#page-footer .sitemap a:hover, #page-footer .sitemap a:active, #page-footer .footernav a:active , #page-footer .footernav a:hover{
	color: #ffe344;
}
#page-footer .footernav {
	text-align:center;
}
#page-footer .footernav li {
	display:inline;	
	margin:0px 10px;
	font-size: 15px;
}
#page-footer .footernav li > a::after {
	content:'|';
	padding-left:20px;
	display:inline-block;	
}

#data-protection-layer {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;	
	background: rgba(46, 44, 47,0.89);
	color:#fff;	
	padding:15px 15px;
	text-align:left;
	z-index:10000;
}

#data-protection-layer button{	
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    border-width: 1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.66);
    background: -webkit-linear-gradient(#fffdfd, #c3c3c3);
    background: -o-linear-gradient(#fffdfd, #c3c3c3);
    background: -moz-linear-gradient(#fffdfd, #c3c3c3);
    background: linear-gradient(#fffdfd, #c3c3c3); 
}

#data-protection-layer button:hover{	
 	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
	background: -webkit-linear-gradient(#c3c3c3, #fffdfd ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c3c3c3,#fffdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c3c3c3, #fffdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c3c3c3, #fffdfd );
}

#data-protection-layer.hidden  {
	display:none;	
}

#page-footer .footernav #data-protection-layer  a{
	color: #ffe344;		
}
 
#data-protection-layer a{
	color: #ffe344;		
}

@media (min-width: 320px) 
{
	#page-footer .sitemap  ul > li[class*="col-"]{	    
	    margin: 0px 0px 20px 0px;
	}
	#data-protection-layer button{
    	margin-top:10px; 
	}
}
@media (min-width: 768px) 
{
	#data-protection-layer button{
		margin-top:0px;
	}	
}
@media (min-width: 1024px) 
{
	#page-footer .sitemap ul > li[class*="col-"]{	    
	    margin: 0px;
	}
	
}
@media (min-width: 1200px) 
{
	
	
}
@media (max-width: 768px) {
	
	
		
}