
.eventbox {
	background-color: #FFF;
	float: left;
	height: 390px;
	min-width: 275px;
	max-width: 275px;
	background-color: rgba(0,0,0,0.1);
	background-image: url(images/default.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 16px;
	box-shadow: 2px 2px 12px #999999;
/*
	border-top-left-radius: 32px;
	border-bottom-right-radius: 32px;
*/
	margin: 10px;
}
.eventinfo {
	color:#999999 !important;
	line-height:22px;
	width:100%;
	padding: 2%;
	height:140px;
	margin-top:250px;
/*	background-color:rgba(140,198,63,0.95); */
	background-color: #fff;
	border-width: 0px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	text-align: left;
}

.eventinfo:hover {
	background-color: #fff !important;
}

.eventheadbox {
	/*height: 200px;*/
	width: 100%;
	background-color:#ffffff;
/*	background-color:#EAEAEA; */
	border-style: solid;
	border-width: 0px;
	border-color: #999999;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
}
.eventinputbox {
	float:left;
	line-height: 30px;
	margin: 10px;
}
.eventinputlabel {
	color:#e3000b;
}
#eventsuche {
	background-color: #e3000b;
}
.eventheadline {
	color:#fff;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
/*	background-color: rgba(0,0,0,0.5); */
/*	background-color: #95B91A; */
	background-color: #e3000b;
/*
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
*/
	text-align:center;
}
.eventsuchsection {
	width: 100%;
	padding: 10px;
}
.monatsbutton {
	float:left;
	width:140px;
	line-height: 20px;
	background-color: #e3000b !important;
	border-color: #ffffff;
	margin-right: 5px;
	margin-top: 5px;
}

/* experimentell */

.eventcontainer {
/*	background-color: #F3F3F3; */
	padding: 20px;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.eventhead {
	width:100%;
	margin-bottom:20px;
}
.headimage {
	with: 100%;
	height: 60%;
	overflow: hidden;
	margin-bottom: 60px;
}
.eventdate {
	float:left;
	margin-right:20px;
	font-size:24px;
	font-weight:normal;
/*	color:#ff176f; */
	color:#e3000b;
	line-height: 24px;
	vertical-align: bottom;
}
.eventtitle {
	float:left;
	font-size:24px;
	font-weight:bold;
/*	color:#22265c; */
	color:#e3000b;
	line-height: 24px;
	vertical-align: bottom;
}
.eventtext {
	float:left;
	margin-bottom:20px;
}
.eventimages {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
}
.eventslideshow {
	min-width:320px;
	max-width:640px;
	min-height:320px;
	max-height: 640px;
	margin-bottom:20px;
	background-color:#fff;
	background-image: url(../images/winterwanderfreuden.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;	
}
.eventssection {
	float:left;
	min-width:320px;
	margin-bottom:20px;
	margin-right:20px;
}
.zusatzbilder {
	background-color: #EBEBEB;
	margin-right:15px;
	margin-top:15px;
	padding:20px;
/*	float: left; */
/*	height: 340px; */
/*	width: 300px; */
	min-width: 260px;
	max-width: 340px;
	border-width:1px;
	border-style:solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-radius:8px;
	text-align: center;
	vertical-align: middle;
}
h4 {
	text-decoration: underline;
}
#mapobj {
/*	background-color:#007EC6; */
	background-color: #5cbe2a;
}
@media screen and (min-width: 980px) {
	.eventslideshow {
		min-width:500px;
		max-width:640px;
		min-height:500px;
		max-height: 640px;
		margin-bottom:20px;
		background-color:#fff;
		background-image: url(../images/winterwanderfreuden.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;	
	}	
}
@media screen and (min-width: 600px) {
	.eventslideshow {
		min-width:420px;
		max-width:640px;
		min-height:420px;
		max-height: 640px;
		margin-bottom:20px;
		background-color:#fff;
		background-image: url(../images/winterwanderfreuden.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;	
	}	
}
@media screen and (min-width: 480px) {
	.eventslideshow {
		min-width:320px;
		max-width:640px;
		min-height:320px;
		max-height: 640px;
		margin-bottom:20px;
		background-color:#fff;
		background-image: url(../images/winterwanderfreuden.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;	
	}	
}
