#footer {
	display:none;
	background:url(../uni-freiburg.png) right center #fff no-repeat;
	padding:20px;
	border-top:1px solid #ddd;
	position:relative;
	bottom:0px;
	left:0px;
	right:0px;
/*
    background-color: rgb(0, 74, 153);
    color:                      white;
    height:                     25px;
    line-height:                25px;
    text-align:                 right;
    padding-right:              10px;
	*/
}
#copyright {
/*
    display:                    inline-block;
    color: rgb(178, 180, 179);
    margin-right: 10px;
	*/
}
#footer a.contact {
/*
    color:                      white;
	*/
}

@media screen and (min-width: 768px) {
	#footer {display:none;}
}