/* General */
.event-icon {
	background-image: url('/typo3conf/ext/hsmw_main_template/Resources/Public/Images/icons/icons.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin-right: 5px;
}
.event-timedate {
	background-position: -20px -340px;
}
.event-location {
	background-position: -20px -80px;
}
.event-download {
	background-position: -20px -120px;
}
.clearer {
	clear: both;
}
/* Pagination */
.f3-widget-paginator li {
	float: left;
	background-image: none !important;
}

/* List View */
.event-list-container h2 {
	padding-left: 6px;
}
.event-list-item {
	clear: both;
}

.event-list-date {
	font-style: italic;
}
.event-list-image {
	float: left;
	margin: 5px 0 0 0;
}
.event-list-image img {
	margin: 0 10px 10px 0;
}
.event-list-subject {
	font-weight: bold;
	font-size: 1.2em;
}
.col_3 .event-list-subject {
	font-size: 1.1em;
}
.event-list-text {
	margin: 5px 0 5px 0px;
}
.event-list-item h3,
.event-list-item p,
.event-list-item ul {
	clear: none;
}
#event-list-meta {
	list-style-type: none;
	margin-left: 130px;
}
#event-list-meta li {
	padding: 0;
	background-image: none;
}

.event-list-text-wrapper {
	padding: 10px 10px 10px 6px;
}
.col_3 .event-list-text-wrapper {
	padding: 5px 0;
}
.col_2 .event-list-phase-wrapper1 {
	margin-top: 1px;
	border-right: 15px solid #fff;
}
.col_2 .event-list-phase-wrapper2 {
	border-right: 10px solid #fff;
	margin-right: 1px;
}
.col_2 .event-list-phase-wrapper3 {
	border-right: 10px solid #fff;
	margin-right: 1px;
}
.col_2 .event-phase-dhs {
	border-color: #c8ce4b;
}
.col_2 .event-phase-exam {
	border-color: #999;;
}
.col_2 .event-phase-correction {
	border-color: #cc0000;
}
.col_2 .event-phase-lecture {
	border-color: #ccc;;
}
.col_2 .event-phase-150years {
	border-color: #eec900;
}
.event-linkToTop {
	margin-top: 10px;
	clear: both;
}
.event-style-normal a {
	font-weight: normal;
}
.event-style-bold a {
	font-weight: bold;
}
.event-style-italic a {
	font-style: italic;
	font-weight: normal;
}
.event-style-bold-italic a {
	font-style: italic;
	font-weight: bold;
}

.event-color-black a {
	color: #000 !important;
}
.event-color-grey1 a {
	color: #999 !important;
}
.event-color-grey2 a {
	color: #777 !important;
}
.event-color-red a {
	color: #B6181F !important;
}
.event-color-white a {
	color: #fff !important;
}

.event-highlight-blue {
	background-color: #2a6bb7;
	color: #fff;
	padding-left: 10px;
}

.col_2 .event-highlight-150years {
	border-top: 1px solid #eec900;
	border-bottom: 1px solid #eec900;
	border-left: 1px solid #eec900;
	padding-left: 5px;
	padding-bottom: 20px;
	background-image: url("../Images/version_eec900.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Latest View */
span.event-latest-highlight-blue {}

h3.event-latest-highlight-blue a {}


/* Single View */
.event-single-item p {
	clear: none;
}
.event-single-item .event-single-image {
	float: right;
	margin: 0 0 10px 10px;
}
.event-single-timedate-text {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px;
}
.event-single-meta {
	margin: 10px 0 0 0;
}
.event-single-meta-item {
	font-size: 1.1em;
	margin-top: 10px;
	clear: left;
}
.event-single-meta-label {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
	float: left;
}
.event-single-meta-text {
	margin-left: 150px;
}
#event-single-gmap {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	margin: 20px 0px;
}
.event-single-attachement-list {
	background-image: none;
	list-style-type: none;
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
}
.event-single-attachement-list li {
	margin: 0 0 0 0 !important;
	background-image: none !important;
	padding: 0;
}
.event-single-backlink {

}

/* Cat Menu */
.event-cat-menu {
	border-bottom: 1px solid #ccc;
}
.event-cat-menu .btn {
	float: right;
	margin-left :3px;
}
.event-cat-menu .form-control {
	width: 60% !important; 
	display: inline-block !important;
}