/*=================================================
 * place custom style at this file bottom
=================================================*/


.centerImage{
	margin-bottom:5px;
}

.centerImage img{
	width:100%;
	height:auto;
	max-width:500px;
	margin-left:auto;
	margin-right: auto;
}

.section-title-span{
	letter-spacing: normal;
	color:#000;
	font-size:18px;
	margin-bottom:-10px;
}

.datenschutz h4{
	margin-top:24px;
}

.map{
	background-color: #fff;
	padding:15px;
	margin-left: auto; 
	margin-right: auto; 
	max-width: 630px;
}

.shaddow{
	-webkit-box-shadow: 0px 0px 18px 1px rgba(184,184,184,1);
-moz-box-shadow: 0px 0px 18px 1px rgba(184,184,184,1);
box-shadow: 0px 0px 18px 1px rgba(184,184,184,1);
}

#countdown{
	color:#fff;
}

#countdown .countdown-period, .section-divider{
	background-color: #000;
}

.kontaktdaten{
	width:100%;
	margin-top:30px;
	z-index: 10000;
	color:#000;
	font-size: 20px;
	line-height: 25px;
	text-align: center;

}

a.link:link, a.link:active, a.link:visited{
	color:#FFF;
}
a.link:hover{
	color:#000;
}