/* Auflösung bis mindestens 768px*/

@media screen and (min-width: 768px) {
	
	.home_button {
		margin-right: 245px;
		width: 73px;
		height: 73px;
		background-image: url(../img/navi/1024/home_button.png);
		background-size: 73px 73px;
		position: absolute;
		opacity: 0.8;
	}
	
	.profil_button {
		margin-left: 351px;
		width: 73px;
		height: 73px;
		background-image: url(../img/navi/1024/profil_button.png);
		background-size: 73px 73px;
		position: absolute;
		opacity: 0.8;
	}
		
	.print_button {
		margin-left: 443px;
		width: 73px;
		height: 73px;
		background-image: url(../img/navi/1024/print_button.png);
		background-size: 73px 73px;
		position: absolute;
		opacity: 0.8;
	}
	
	.web_button {
		margin-left: 535px;
		width: 73px;
		height: 73px;
		background-image: url(../img/navi/1024/web_button.png);
		background-size: 73px 73px;
		position: absolute;
		opacity: 0.8;
	}
	
	.video_button {
		margin-left: 627px;
		width: 73px;
		height: 73px;
		background-image: url(../img/navi/1024/video_button.png);
		background-size: 73px 73px;
		position: absolute;
		opacity: 0.8;
	}
	
	.kontakt_button {
		margin-left: 540px;
		width: 56px;
		height: 11px;
		background-image: url(../img/navi/1024/kontakt_button.png);
		background-size: 56px 11px;
		position: absolute;
	}
	
	.impressum_button {
		margin-top: 5px;
		margin-left: 620px;
		margin-bottom: 10px;
		width: 80px;
		height: 11px;
		background-image: url(../img/navi/1024/impressum_button.png);
		background-size: 80px 11px;
		position: relative;
	}
}

/* Auflösung bis mindestens 1024px*/

@media screen and (min-width: 1024px) {
	
	.home_button {
		margin-right: 245px;
		width: 79px;
		height: 79px;
		background-image: url(../img/navi/1024/home_button.png);
		background-size: 79px 79px;
		position: absolute;
	}
	
	.profil_button {
		margin-left: 335px;
		width: 79px;
		height: 79px;
		background-image: url(../img/navi/1024/profil_button.png);
		background-size: 79px 79px;
		position: absolute;
		opacity: 0.8;
	}
	
	.print_button {
		margin-left: 434px;
		width: 79px;
		height: 79px;
		background-image: url(../img/navi/1024/print_button.png);
		background-size: 79px 79px;
		position: absolute;
		opacity: 0.8;
	}	
	
	.web_button {
		margin-left: 532px;
		width: 79px;
		height: 79px;
		background-image: url(../img/navi/1024/web_button.png);
		background-size: 79px 79px;
		position: absolute;
		opacity: 0.8;
	}		
	
	.video_button {
		margin-left: 631px;
		width: 79px;
		height: 79px;
		background-image: url(../img/navi/1024/video_button.png);
		background-size: 79px 79px;
		position: absolute;
		opacity: 0.8;
	}
}