body.skat {
	background-color: #880800;
	background-image: url('graphics/skat/hg_kachel_skat_300x225.png');
	background-size: 300px 225px;
	background-repeat: repeat;
}

div.bg-image {
	background-image: url('graphics/skat/skat-titel.png?2');
}

a {
	color:#89180D;
}

/* Anpassungen für background image */
div.subtitle {
	margin: 10px 0 0 80px;
}

.bg-image {
	top:-80px;
	max-width:calc(1900px * 0.9);
	height:calc(1300px * 0.9);
}
@media (max-width: 940px) {
	.bg-image {
		top:10px;
		max-width:calc(1900px * 0.7);
		height:calc(1300px * 0.7);
	}
}
@media (max-width: 680px) {
	.bg-image {
		top:60px;
		max-width:calc(1900px * 0.6);
		height:calc(1300px * 0.6);
	}
}
@media (max-width: 550px) {
	.bg-image {
		top:100px;
		max-width:calc(1900px * 0.5);
		height:calc(1200px * 0.5);
	}
}
@media (max-width: 370px) {
	.bg-image {
		max-width:calc(1900px * 0.4);
		height:calc(1300px * 0.4);
	}
}
