
.widget {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FC3;
	clear: both;
	height: 15px;
	width: 350px;
	margin-right: auto;
	margin-left: 0px;
	top: 0px;
	padding-top:0px;
	padding-bottom:0px;
	letter-spacing: 2px;
	text-shadow: 1px 0px 0px black;
	background-color: rgba(58, 58, 52, 0.50);	
}
	
h2{
	margin:15px 0;
	padding:0;
	letter-spacing:-0.04em;
	}
	
h2.leading{
	margin:5px 0 15px 0;
	padding:0 0;
	}
	
h2.heading{
	margin:0px 0 15px 0;
	padding:0;
	letter-spacing:-0.05em !important;
	word-spacing:0.07em;
	}
	
h2.widget{
	padding:0; !important;
	margin:0 0 0 0;/*---- bild Positionieren-----*/
	clear:right;
	padding-bottom:5px;
	text-align:center;
	overflow:hidden;
}

h2.widget i{ margin-right:2px;}
	
h2.widget span{float:left;padding:6px 12px; !important;}

/* @search 
********************************************************************************************
********************************************************************************************/

.searchformhead {
	position: absolute;
	top: 21px;
	right: 0;
	margin: 0;
	margin-right: -20px;
	padding: 0;
	width: 90%;
	overflow: hidden;
	
}
 
.searchform {
	position: relative;
	float: left;
	width:100%;
	margin:1px 1px 30px 1px;
}
 
.searchformhead input.s {
	margin: 0;
	padding:6px 5%;
	width:49%;
	line-height:1;
	font-size:10px !important;
	border:none;
	float:right;
	background-color:transparent;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: rgba(200, 200, 52, 0.70);	
	}
	

.searchformhead input.s:focus {
	width:90%;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
}
 
.searchSubmit {
	position: absolute;
	background-color:transparent;
	color:#fff !important;
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	margin:0;
	overflow:hidden;
	top: 1px;
	right:2px;
	font-size:12px !important;}
	
	
.searchform input.s {
	padding:10px 4%;
	margin:0 0 0 0;
	color:#999;
	text-transform:uppercase;
	font-size:10px !important;
	width:90.3%;
	font-weight:700;
	
	
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  }
 
.searchform .searchSubmit {
	background-image: url(MG_archiv/css_design/search22.png);
	background-repeat: no-repeat;
	height: 24px;
	top: 20%;
	right:5px; }
	
#footer .searchform input.s{ background: none;}

/********************************************************************************************
********************************************************************************************/


