
#termine-sidebar {
	text-align: center;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #ababab;
	border-right-color: #eaeaea;
	border-bottom-color: #ababab;
	border-left-color: #eaeaea;}
#termine-sidebar:hover {
	/*border: 1px solid #f6f6f6;*/
	background-color: #F6F6F6;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.sidebar-title:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#termine-sidebar, .sidebar-title {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
}
 @media (max-width: 768px) {
#termine-sidebar {
	margin-right: 0px;
}
}
#termine-sidebar .termine-image {
	display: none;
}
#termine-sidebar .termine-content {
	padding-left: 0;
	padding-right: 0;
}
#termine-sidebar .termine-ort-termin {
	margin-bottom: 5px;
}
