.block img {
    width: 150px;
    margin-left: 5%;
}
#tafel {
    width: 60%;
    height: auto;
    background-image: url(../images/Tafel-3.jpg);
    position: absolute;
	top: 100px;
	position: center;
    z-index: 1000;
}
#tafel img {
	display: block;
}
#tafel span {
	width: 55%;
    position: absolute;
    top: 200px;
	left: 24%;
	font-family: 'Source Sans Pro Black', sans-serif;
	font-size: 36px;
	color: rgb(0,102,255);
	font-weight: bold;
	line-height: 28px;

}
#tafel span p {
	text-align: center;
	margin-bottom: 0px;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
@media only screen and (max-width: 1450px) {
#tafel {
	width: 75%;
}
#tafel span {
	top: 180px;
}
}
@media only screen and (max-width: 1100px) {
#tafel {
	width: 80%;
}
#tafel span {
	top: 140px;

}
}
@media only screen and (max-width: 900px) {
#tafel {
	width: 90%;
}
#tafel span {
	font-size: 28px;
	top: 110px;
	line-height: 20px;
}
#tafel span p {
	font-size: 20px;
}
}
@media only screen and (max-width: 640px) {
#tafel span {
	top: 70px;
	font-size: 20px;
	font-weight: normal;
}
#tafel span p {
	font-size: 18px;
}
}