/*==========================================
  from bootstrap.css to custom.css

==========================================*/

/*========================================== icagenda
*/
.ic-btn, 
.ic-btn-success {
	background: none;
}
.icagenda-form .btn-primary, validate {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	/*border-color: #51a351 #51a351 #387038;*/
	border-radius: 4px; /*CHM: */
}
.icagenda-form .btn-primary:active,
.icagenda-form .btn-primary.active {
	background-color: #408140 \9;
}

.icagenda-form .btn-primary:hover {
	color: #eee !important;
	background-color: #51a351 !important;
	*background-color: #499249;
}

.icagenda-form {
	min-height: 20px;
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}

/*==========================================
*/

/*========================================== Suche, Indexsuche
*/
/* 	Indexsuche: 
	Suchfeld Bezeichnung ausblenden 
*/
.element-invisible {
	display: none;
}
form, fieldset {
	#display: none;
}
/*	Suche: 
	Eingabefeld auf Seite mit Ergebnissen ausblenden 
*/
.search .btn-toolbar {
	display: none;
}
/* Datum */
dl.search-results dd.result-created
{
    font-size: 0.85em;
}
dl.search-results dt.result-title {
    font-size: 18px;
}
/*==========================================
*/

/*========================================== Content Slider Homesite
*/
.jt-inner .jt-title {
	clear: both;
	font-size: 16px;
	line-height: normal;
	display:block;
	margin-bottom:10px;
	color: #d67900;
	font-weight: bold;
	text-transform: uppercase;
	line-height:150%;	
}
.jt-inner .jt-title {
	text-decoration: none;
}
.jt-inner {
	margin: 0;
	position: relative;
	padding: 0;
}
.jt-inner .jt-introtext {
	color: #000000;
}

.jt-cs .owl-dots .active span {
  background: #d67900;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.jt-cs .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #d67900;
  margin: 0 5px;
  margin-bottom: 0px;
}
/*==========================================
*/

/*========================================== category table
*/
table {
	border-collapse:collapse;
}
table.category th a img {
	padding: 2px 10px;
	font-style: normal;
}
table.category {
	font-size: 1em;
	margin: 10px 10px 20px 0px;
	width: 99%;
	line-height: 1.2em;
}
table.category td {
	padding: 7px;
}
table.category th {
	padding: 7px;
	text-align: left;
}
table.category thead a {
	font-weight: bold;
}
/*========================================== modul aktuelles, nav-button
*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #d67900;
}

/*========================================== modul bfForm
*/
.bfQuickMode .btn-primary, .bfQuickMode .bfNextButton {
  border: none;
	background: grey;
}
.bfQuickMode .btn-primary:hover, .bfQuickMode .bfNextButton:hover ,
.bfQuickMode .btn-primary:focus, .bfQuickMode .bfNextButton:focus  {
	background: #398439;
}

/* ##### Frage ##### */
#ff_elem1200 {
  width: 200px;
  height: 40px; 
  background-image: url('/images/backgrounds/bg13.png');
  text-align:center;
  *font-family:Arial, Helvetica, sans-serif;   
  font-size: 13pt;
  font-weight:bolder;
	color: #8E0505;
  border: 0;        
}