body {
	font-family: 'Source Sans 3';
}

#cookie-banner {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: #1c774e; 
	font-family: "source sans 3";
	color:#fff;
	z-index: 9999;
	display:none;	
	padding: 20px 1% 20px 1%;
	
}
#cookie-banner > div:nth-child(1) {
    /* stile per la prima div */
    font-size:30px
}
#cookie-banner > div:nth-child(2) {
    /* stile per la second div */
    font-size:20px;
	display: flex; 
	justify-content: space-between;
	align-items: center;
	height:100px;
}
#accept-cookies, #reject-cookies {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 5px 20px 5px 20px;
	border: 1px solid #fff;    
	font-family: "source sans 3" !important;
	font-size:20px  !important;
	
}
#reject-cookies {
	background-color: #1c774e;
	color:#fff;
}



/* banner */
#banner-logo {
	display:block;
	margin-left:5%
}
#banner-thera {
	margin-right:5%
}
#img-banner-thera {
	width:400px
}

@media screen and (max-width: 768px) {
	#banner-logo {
		display:none;		
	}
	#banner-thera {
		margin-right:0
	}
	#img-banner-thera {
		width:350px
	}
}
/* footer*/
#footer-container {
	background-color: #d3d3d3;
	padding: 40px 2% 40px 5%;	
}


#img-footer-pnrr {
	width:1200px
}

#footer-flex {
	display: flex;
	flex-flow: row wrap;
	align-items: top !important;
	-webkit-align-items: top !important; 
	justify-content: space-between !important;
}    
#footer-text, .footer-footer {
	color: #000 !important;
/*	font-family: Helvetica, Arial, sans-serif;*/
	font-family: "source sans 3";
	font-size:18px !important;
	line-height: 30px;
	font-weight:300
}
#footer-text {
	text-align:left !important;
	padding-right: 5%;
}
.footer-footer {
	text-align:center !important;
	margin-left: 5%;
	margin-right: 5%;
	font-size:22px !important;	
}
#div-pnrr {
	flex-basis: 70% !important;
	padding-right: 2%
}
#div-vergata {
	flex-basis: 10% !important;
	margin-top: 5px
}
#div-license {
	flex-basis:14% !important;
	padding-right: 2%
}
a:link.footer-link, a:visited.footer-link {
	color:#555;
	text-decoration:none;
}
a:hover.footer-link {
	color:#000;
	text-decoration:underline
}
@media screen and (max-width: 1000px) {

	#footer-flex {
		justify-content: start !important;
	}  
	#div-pnrr {
		flex-basis: 80% !important;
	}	
	#div-vergata {
		margin-left:3% !important;
		margin-top: 0 !important
	}
	#div-license {
		flex-basis:100% !important;
		margin-top:30px;
	}

}


