.homepage-logos-table
{
	
}

.homepage-logos-table td
{
	border:none;
	padding:20px; /* horizontaler Abstand der Logos zueinander */
	padding-top:10px; /* vertikaler Abstand  der Logos zueinander */
	padding-bottom:10px; /* vertikaler Abstand  der Logos zueinander */
}

.homepage-logos-table tr:first-child td
{
	padding-top:0px;
}

.homepage-logos-table tr:last-child td
{
	padding-bottom:0px;
}

.homepage-logos-table td:first-child
{
	padding-left:0px;
}

.homepage-logos-table td:last-child
{
	padding-right:0px;
}

.homepage-logos-table td.leibniz img
{
	width:55%;
}

.homepage-logos-table td.hhu img
{
	width:60%;
}


@media (max-width: 800px)
{
	.homepage-logos-table
	{
		width:100%;
		/*margin-left:auto;
		margin-right:auto;*/
	}
}