/* -----------
    TOPBAR
----------- */

#topbar {
	background: #552E07;
	min-height: 33px;
	display: block;
	background: #0178aa;
		
	background: url(../files/gui/bg_.png) repeat-x;
	
}
#topbar-buttons {
	display: none;
}
#topbar .content {
	float: right;
	max-width: 1200px;
}
#topbar .partner, #topbar .login, #topbar .hotline, #topbar .mod_search {
	float: left;
}
#topbar .partner, #topbar .login, #topbar .hotline {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-top: 6px;
	margin-bottom: 0;
}
#topbar p, #topbar a {
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
#topbar a:hover, #topbar a:focus {
	opacity: .7;
}
#topbar .partner:before, #topbar .login:before, #topbar .hotline:before {
	margin-right: 6px;
	font-size: 11px;
	vertical-align: middle;
}
#topbar .login:before {
	font-size: 15px;
	margin-bottom: 3px;
}
#topbar .hotline a:hover, #topbar .hotline a:focus, #topbar .hotline a:active {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: text;
}

/*-- Suche --*/

#topbar .mod_search {
	margin-top:2px;
	margin-bottom:1px;
}
#topbar .mod_search input {
	background:transparent;
	width: 18px;
	padding:3px 25px 3px 3px!important;
	border-width:1px;
	border-color:transparent;
	color:#fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#topbar .mod_search form:hover input, #topbar .mod_search input:focus {
	width:170px;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#topbar .mod_search .submit {
	opacity:1;
	height:25px;
	margin-left:-30px;
	background:transparent;
	color:#fff;
	border-color:rgba(255,255,255,0.4);
}
#topbar .mod_search .text {
	height:20px;
	font-family: 'Maven Pro', 'Calibri', Arial, serif;
}
#topbar .mod_search:before {
	margin-top:1px;
}
#topbar .mod_search input[type="search"] {
	-webkit-appearance:none!important;
	padding-right:0!important;
	border-radius:0!important;
}
#topbar .mod_search .submit:before {
	font-size:16px;
	line-height:1em;
	font-family:'fp-basic';
	font-style:normal;
	font-weight:normal;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right: .2em;
	margin-left: .2em;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	line-height: 1em;
	content:'\e800';
}
#topbar .mod_search .submit {
	height:30px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	opacity:1;
	cursor:pointer;
	opacity: 1;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
#topbar .mod_search .submit:hover {
	opacity: .7;
}

@media (max-width: 1139px) {
	#topbar .mod_search {
		display: none;
	}
	#topbar .hotline {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
}

@media (max-width: 900px) {
	#topbar {
		background: #008bc5;
		width: 100% !important;
		min-height: 0;
		display: none;
	}
	#topbar .content {
		width: 100%;
	}
	#topbar .partner, #topbar .login, #topbar .hotline {
		float: none;
		text-align: center;
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}
	#topbar .hotline {
		margin-bottom: 10px;
	}
	#topbar p, #topbar a {
		font-size: 16px;
	}
}