#bfoverlay .table {
	text-align: center;
}

#bfoverlay {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#b71918;
	background-image:url(/fileadmin/template/blackfriday/fussball-hintergrund.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100%;
	z-index:1000;
}
.overlay_close {
	z-index:2000; /* so lassen ! */
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
	cursor:pointer;
}
#overlay_close {
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	margin:20px;
	z-index:2000; /* so lassen ! */
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.overlay_close,
#overlay_close {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.overlay_close:hover,
#overlay_close:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}

#overlay_close i {
	color:#b61918;
}

#bfoverlay_header {
	color:#E84F13;
	font-size: 2.66em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1em;
    font-family: "klavikabold_italic",Open Sans,sans-serif;
    /*max-width: 860px;*/
    margin: 0 auto;
	padding: 0 30px;
}

#bfoverlay_image {
    max-width: 470px;
    margin: 30px auto 0;
}

#bfoverlay .overlay_close {
    position: absolute;
    right: 20px;
    font-size: 3em;
    top: 20px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

@media (max-width: 800px) and (min-width: 551px) {
	#bfoverlay_header {
	    font-size: 5.35vw;
	}

	#bfoverlay_image {
	    max-width: 59vw;
	    margin: 4vw auto 0;
	}
}

@media (max-width: 550px) {
	#bfoverlay_header {
	    font-size: 30px;
	}

	#bfoverlay_image {
	    margin: 4vw auto 0;
	    max-width: 75%;
	}

	#bfoverlay .overlay_close {
	    font-size: 2em;
	}
}