
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/skatliste/skatliste-titel.png');
}

a {
	color:#89180D;
}

section.headlines {
	text-align:left;
}

div.subtitle {
	margin-left: 0;
}

.bg-image {
	top:-60px;
}

@media (max-width: 940px) {
	.bg-image {
		top:20px;
		max-width:calc(1900px * 0.8);
		height:calc(1300px * 0.8);
	}
}
@media (max-width: 680px) {
	.bg-image {
		top:40px;
		max-width:calc(1900px * 0.65);
		height:calc(1300px * 0.65);
	}
}
@media (max-width: 550px) {
	.bg-image {
		top:100px;
		max-width:calc(1900px * 0.55);
		height:calc(1300px * 0.55);
	}
}
@media (max-width: 370px) {
	.bg-image {
		max-width:calc(1900px * 0.4);
		height:calc(1300px * 0.4);
	}
}

