.tx-evangtermine {
	font-size: 12px;
}
a:hover {
	text-decoration:none;
}
#et_container img {
    height: auto;
    width: 100%;
}
.warning {
	color:red;
	font-weight:bold;
}

/* Gesamtbreite: */
#et_container {
	width:100%;
	max-width:600px;
}
#et_filter_container {
	width:100%;
}
.et_filter_headline {
	font-weight:bold;
}
.et_filter_headline,
.et_filter_subrow {
	background: rgb(201,221,237);
	padding:2px;
}
.et_filter_subrow {
	text-align:center;
}
.et_filter_main {
	background-color:whitesmoke;
}
.et_filter_block div,
.et_filter_block_left div,
.et_filter_block_right div {
	padding:2px;
	white-space:nowrap;
	background-color:whitesmoke;
}

.et_submit {
	font-size:14px;
	width:200px;
}
.et_reset {
	border:0px;
	margin-left:30px;
}
#et_filter_container input[type=text] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #666;
	padding:1px;
}
#ETFilter_highlight,
#ETFilter_eventtype,
#ETFilter_people,
#highlight, #eventtype, #people {
	width:240px;	
}

.et_pager_container {
	padding:4px 0;
}
.et_pager {}

#et_content_container {
	width:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.55);
}
.et_content_row {
	padding:3px;
	clear: both;
}
.odd {
	background-color:whitesmoke;
}
.et_tag {
	font-weight:bold;
}
.et_content_title a.et_link_title {
	font-weight:bold;
	color:#333;
}
.et_content_title a.et_link_title:hover {
	color:#000;
}
.et_personname:before {
	content: " - ";
}

.et_content_user {
	display:block;
	color:#666;
	font-size:10px;
	line-height:11px;
	padding:2px 0;
}
.monthbar {
  background: #e5e5e5;
  background: -moz-linear-gradient(left, #e5e5e5 0%, #878787 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(100%, #878787));
  background: -webkit-linear-gradient(left, #e5e5e5 0%, #878787 100%);
  background: -o-linear-gradient(left, #e5e5e5 0%, #878787 100%);
  background: -ms-linear-gradient(left, #e5e5e5 0%, #878787 100%);
  background: linear-gradient(to right, #e5e5e5 0%, #878787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#878787',GradientType=1 );
  padding: 2px 5px;
  font-weight: bold;
}


/* Detailseite: */
#et_detail_header {
	padding:3px;
	background-position:right;
	background-repeat:no-repeat;
	background-size:1px;
}
#et_detail_title {
	font-size:16px;
	font-weight:bold;
	margin:14px 0 8px 2px;
}
#et_detail_date {
	font-size:13px;
	font-weight:bold;
	margin:6px 0 10px 2px;
}
.et_content_detaillabel {
	font-weight:bold;
	color:#555;
}
#et_container #et_place_image,
#et_container #et_place_image_th {
	width:auto;
}
#et_place_image {
	/* Das groÃŸe Bild wird erst beim Mouseover eingeblendet */
	display:none;
}
.et_user {
	border-top:1px dotted #999;
}
.et_sharefunctions {}
#et_container .et_sharefunctions img {
	width:auto;
}
.et_detail_backlink a {
	padding:2px 4px 2px 25px;
	text-decoration:none;
	background-repeat:no-repeat;
}

.et_event_caption {
	font-size: 10px;
}

/*  Footer */
#footer {
	text-align:center;
	font-size:10px;
	color:#999;
	padding-top:10px;
}
#footer a {
	color:#999;
}

@media all and (min-width: 520px) {
 	/* responsive */
	.et_filter_main:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.et_filter_block_left {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 0;
		margin-right: -50%;
		width:50%;
	}
	.et_filter_block_right {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 50%;
		margin-right: -100%;
		width:50%;
	}
	
	.et_content_row:after
	 {
		content: "";
		display: table;
		clear: both;
	}
	.et_content_date,
	.et_content_detaillabel,
	.et_detail_backlink {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 0;
		margin-right: -30%;
		width:30%;
		padding:2px 0 0 2px;
	}
	.et_content_title,
	.et_content_detailvalue,
	.et_sharefunctions {
		-moz-box-sizing: border-box;
		float: left;
		margin-left: 30%;
		margin-right: -100%;
		width:70%;
		padding:2px 0 0 7px;
	}

	.et_content_detailvalue img {
		width: auto !important;
		display: block;
		margin-bottom: .7rem;
		margin-right: auto;
	}
	
	#et_detail_header {
		background-size:contain;	
	}

	.et_event_image {
		width: 30%;
		float: right;
		margin-top: 14px;
	}

}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0; 
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.light-theme a, .light-theme span {
	float:left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; 
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); 
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); 
}
.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC; 
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default; 
}


.et_pager_container {
	margin: 0 0 1em 0;
}

.et_pager_container a, .et_pager_container .current {
	margin-right: .7em;
}