body {
	background-color: #808080;
	font-family: sans-serif;
}

h1, h2 {
	text-align: center;
}

.content {
	max-width: 100%;
	margin: auto;
}

.box {
	color: white;
	text-align: center;
	min-height: 200px;
	border: 1px solid white;
	padding-top: 2rem;
	margin: 1rem;
}


.loewen-box {
	background-image: url("../images/der-kleine-loewe.png");
}

.michael-dietrich-box {
	background-image: url("../images/across_open_seas.jpg");
	background-position: center -220px;
}

.patschwork-box {
	background-image: url("../images/drfisch.jpg");
	background-position: center -220px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.mitchvanpicklock-box {
	background-image: url("../images/mitchvanpicklock.jpg");
	background-position: center -470px;
}


@media only screen and (min-width: 1200px) {

.content {
	max-width: 800px;
	margin-bottom: 1rem;
}

#impressum {
	font-size: 0.7rem;
	position: relative;
	bottom: 0;
	left: 50%;
	padding-bottom: 2rem;
}

}