#page-footer {
}

#page-footer .address {
	text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

#page-footer .helmholtz-logo {
    text-align: center;
}

#footer-nav {
    display: inline-flex;
    width: auto;
}

#footer-nav a {
	color: var(--desy-bf-darkgrey);
	border-left: 1px solid #696969;
	font-size: 0.8rem;
	line-height: 0.8rem;	
    padding: 0px 5px;
}

#footer-nav a:focus, #footer-nav a:active, #footer-nav a.active, #footer-nav a:hover {
	color: var(--desy-orange);	
    background-color: white;
} 

#footer-nav li.last a {
    padding-right: 0;
}

#footer-nav li.first a {
	border: none;
}

#page-footer p.copyright {
	clear: right;
	color: var(--desy-bf-darkgrey);
	margin-right: 0;
	font-size: 0.8rem;
	line-height: 1.0rem;	
}
