body {font-family: "Source Sans Pro",sans-serif;}
#et_container a:hover {
	text-decoration:none;
}
#et_container img {
    height: auto;
    width: 100%;
}
.et_link {
}
a.et_link:hover{}

/* Gesamtbreite: */
#et_container {
	width:100%;
	/*max-width:600px;
	font-size: 12px;*/
}
#et_filter_container {
	width:100%;
}
.et_filter_headline {
	font-weight:bold;
	margin-bottom:15px
}
.et_filter_headline,
.et_filter_subrow {
	background:none;
	padding:5px;
	padding-left:0px;
	color:#333;
	text-transform:uppercase
}
.et_filter_subrow {
	text-align:left;
	margin-top:-5px;
	margin-bottom:10px;
}
.et_filter_main {
	background-color:transparent!important;
}
.et_filter_block div,
.et_filter_block_left div,
.et_filter_block_right div {
	padding:2px;
	white-space:nowrap;
	background-color:#fff;
	margin-bottom:10px;
}
:focus {
	outline:none;
}
.et_submit {
	font-size:14px;
	width:200px;
	padding:5px;
	background:#b2c900;
	border:none;
	opacity:0.8;
}
.et_submit:hover, .et_reset:hover  {
	cursor:pointer;
	opacity:1.0;
}
.et_reset {
	border:0px;
	margin-left:10px; padding:5px;
	opacity:0.8;
}
#et_filter_container input[type=text] {
	border: 1px solid #562381;
	outline: none;
	padding: 5px 8px 5px 5px;
	border-radius: 0;
	-webkit-appearance: none;
	background: #f3f3f3;
	color: #464646;
}
#ETFilter_highlight,
#ETFilter_eventtype,
#ETFilter_people,
#highlight, #eventtype, #people {
	width:240px;	
}
#et_filter_container #vid {
	max-width:100%;
} 

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

#et_content_container {
	width:100%;
	-webkit-box-shadow:  none !important;
	-moz-box-shadow:     none !important;
	box-shadow:         none !important;
}
.et_content_row {
	padding:6px;
}
#et_container .even,
#et_content_container .even { }
#et_container .odd,
#et_content_container .odd {
	background-color:#fafafa;
}
.et_tag {
	
}
.et_uhrzeit {}
.et_content_title a.et_link_title {
	font-size: 14px;
	font-weight:bold!important;
	color: #464646;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration:none;
}
.et_content_title a.et_link_title:hover {
	color:#000;
}
.et_description {
	/* Auskommentierten, um die Kurzbeschreibung auszublenden: */
	/*display:none;*/
}
.et_city {
	/* Entfernen, um den Ort einzublenden: */
	display:none;
}
.et_placename {font-size:14px;!important}
.et_personname {font-size:14px;!important}
.et_personname:before {
	content: " - ";
}

.et_content_user {
	display:block;
	color:#666;
	font-size:10px;
	line-height:11px;
	padding:2px 0;
}
.monthbar {
  background:#fff;
  border-bottom:1px solid #562381;
}


/* 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-image:url(/bundles/vket/images/backlinkbg.png );
	background-repeat:no-repeat;
}
/*  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;
	}
	
	
}

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

ul.simple-pagination {
	/* list-style: none; */
}

.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; 
}

a {color:#562381 !important}

.et_detail_backlink a {background:none !important}

.et_content_row {padding:10px !important}
body {line-height:1.4em !important;height:100%!important;overflow:auto!important;}

/* Nur Firefox */

	.detailseite {height:100%;overflow:auto;}
	@supports (-webkit-appearance:none) { .detailseite { height:auto; } }

.et_detail_title {text-transform:uppercase; font-size:32px}
iframe > html {height:100%!important;overflow:hidden;}


/*** ANPASSUNGEN ***/

input, select {
	padding:5px 10px !important;border: 1px solid #562381;
	outline: none;
	padding: 5px 8px 5px 5px;
	border-radius: 0;
	-webkit-appearance: none;
	color: #464646;
	}
#highlight, #eventtype, #people {
	width:60%;
	margin-bottom:8px;
}
#highlight:hover, #eventty:hover , #people:hover {
	cursor:pointer;
}.et_filter_main

.simple-pagination {text-align:right}

