/* ===========================================
 * Weihnachtskalender
 * ======================================== */	
.wk-list {
	position: relative;
	margin: 20px auto 25px;
	background: #ffffff;
}
.wk-list img {
	vertical-align: bottom;
}
.wk-list a {
	color: #ca1723;
	text-decoration: none;
}
	
#wk2016 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}	
#wk2016 li {
	position: absolute;
	padding: 0 !important;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0 !important;
	list-style: none !important;
	width: 25%;
	height: 16.66667%;
}
#wk2016 li a {
	display: block;
	paddingx: 10px;
	width: 100%;
	height: 100%;
}
#wk2016 a:hover, #wk2016 a:focus {
	background: rgba(225, 26, 39, 0.6);
}
#wk2016 span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75em;
	font-size: 1.4em;
	font-weight: 700;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ca1723;
	background: transparent;
	display: inline-block;
}	
#wk2016 a:hover span, #wk2016 a:focus span {
	color: #ffffff;
}

#wk23 {
	top: 0;
	left: 0;
}
#wk16 {
	top: 0;
	left: 25%;
}
#wk10 {
	top: 0;
	left: 50%;
}
#wk13 {
	top: 0;
	left: 75%;
}
#wk3 {
	top: 16.66667%;
	left: 0;
}
#wk8 {
	top: 16.66667%;
	left: 25%;
}
#wk20 {
	top: 16.66667%;
	left: 50%;
}
#wk6 {
	top: 16.66667%;
	left: 75%;
}
#wk12 {
	top: 33.33333%;
	left: 0;
}
#wk17 {
	top: 33.33333%;
	left: 25%;
}
#wk24 {
	top: 33.33333%;
	left: 50%;
}
#wk9 {
	top: 33.33333%;
	left: 75%;
}
#wk21 {
	top: 50%;
	left: 0;
}
#wk1 {
	top: 50%;
	left: 25%;
}
#wk5 {
	top: 50%;
	left: 50%;
}
#wk14 {
	top: 50%;
	left: 75%;
}
#wk7{
	top: 66.66667%;
	left: 0;
}
#wk19 {
	top: 66.66667%;
	left: 25%;
	}
#wk22 {
	top: 66.66667%;
	left: 50%;
}
#wk2 {
	top: 66.66667%;
	left: 75%;
}
#wk15 {
	top: 83.33333%;
	left: 0;
}
#wk11 {
	top: 83.33333%;
	left: 25%;
}
#wk4 {
	top: 83.33333%;
	left: 50%;
}
#wk18 {
	top: 83.33333%; 
	left: 75%;
}
	
#lightbox_content {
	padding: 20px;
	background-color: #ffffff;
}
#lightbox_content p, #lightbox_content h2, #lightbox_content a {
	color: #ca1723;
}
#lightbox_content a:hover {
	color: black;
}
#lightbox_content p {
	font-size: 1.2em;
}
#lightbox_content p.xmas {
	margin-bottom: 0.6em;
	font-size: 1em;
	color: #000000;
}
#lightbox_content h2 {
	font-size: 1.6em;
}
#lightbox_content .button-box {
	padding: 10px 0;
}

@media screen and (max-width: 760px) {
	#sw1 ul li {
		margin-left: 17px;
		padding-top: 6px;
	}
}
