/* Custom CSS */
/* Include your CSS here in order to simplify theme updates */


.menu-item a { background-color: rgba(40, 40, 40, 0.5); }
.menu-unternavigation-container a { background-color: rgba(40, 40, 40, 0); }

.flex-caption a.read-more {
background-color: rgba(40, 40, 40, 0.5); padding:0 15px; margin:0; color:#ffffff;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:	0 -3px rgba(0, 0, 0, 0.1) inset;
	box-shadow:		 0 -3px rgba(0, 0, 0, 0.1) inset;
	clear: both;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	margin-top: 30px;

}

.page-head {
border-bottom: 1px solid #E3E5E7;
clear: both;
margin-bottom: 20px;
overflow: hidden;
padding: 35px 0 0 0;
}

.flex-caption h2{
	background-color: rgba(40, 40, 40, 0.5); padding:0 15px; margin:0; color:#ffffff;

	font-size: 20px;
	line-height: 20px;
}
.flex-caption b{
	font-size: 14px;
	line-height: 8px;
}


.page-head h1.entry-title {
	font-size: 28px;	}


.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  background: #949494;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #585858;
  text-decoration: none;
}



/* ############ rueckruf ############ */
/* ############ rueckruf ############ */
/* ############ rueckruf ############ */

#rueckrufdiv {
	position: absolute; top: 50px; left: 150px; z-index: 1000; 
	 }
.rueckrufdiv {
	border-color:#c0c0c0; border-style:solid; border-width:2px;
	color: black; background:#f8f8f8; 
	text-align:left;
	padding:15px;
	}
.rueckrufdiv td {
	color: black;
	}
.rueckrufdiv reset{
	color: black;
	}



