#logo
{
	background: url('../images/goslar-logo.svg') 50% 2px no-repeat;
	background-size: 100px;
	position: relative;
	background-size: 80px;
	height: 75px;
}

.link_logo:link
{
	display: none;
}

@media screen and (min-width : 1024px) {
	#logo
	{
		background: url('../images/goslar-logo.svg') 0px 0px no-repeat;
		background-size: 100px;
		width: 120px;
		height: 90px;
		top: 12px;
		left: 10%;
	}
}

@media screen and (min-width : 1024px) {
	.link_logo:link
	{
		display: block;
		width: 120px;
		height: 90px;
	}
}