#wrapper.wrapperHeader {
	padding-bottom:0;
}

#headerWidgetBase {
	background:url(../../../../images/layout/basics/headerWidgets/bg_headerwidgets.png) top center no-repeat;
	min-height:110px;
	overflow:auto;
}

.h1--optic {
	color:#fff;
	font-size:26px;
	padding-top:15px;
	margin:0 auto 10px;
	font-weight:700;
}
.h2--optic {
	font-weight:bold;
}

#headerWidgetBase.homeSearch .h1--optic,#headerWidgetBase.classicSearch .h2--optic {
	padding-top:15px;
}

#headerWidgetBase.searchWithLocationRadius .h1--optic {
	padding-top:15px;
	margin-bottom:5px;
}

#headerWidgetBase.classicSearch .h2--optic {
	font-size:20px;
	margin-bottom:5px;
}

#headerWidgetBase button.searchButton {
	background: #2F8807;
	border: 0;
	border-radius: 3px;
	color:#fff;
	float: right;
	font-size: 1.4rem;
	font-weight: 600;
	height: 45px;
	padding: 0 23px 0 22px;
	width: 100%;
}

#headerWidgetBase.homeSearch .headerWidgetContainer ,
#headerWidgetBase.classicSearch .headerWidgetContainer ,
#headerWidgetBase.searchWithLocationRadius .headerWidgetContainer, 
#headerWidgetBase.searchWithLocation .headerWidgetContainer {
	margin: 25px 0 20px;
}

#headerWidgetBase.homeSearch form input,
#headerWidgetBase.classicSearch form input,
#headerWidgetBase.searchWithLocation form input, 
#headerWidgetBase.searchWithLocationRadius form input,
#headerWidgetBase.searchWithLocationRadius form select {
	margin:0 0 15px;
}

#headerWidgetBase form fieldset {
	border:none;
}

#headerWidgetBase form input {
	font-size:1.6rem;
	color:#444;
	border:1px solid #bbb;
	padding:8px 10px 7px;
}

/* HeaderWidget for the type 'classicSearch' */
#headerWidgetBase.homeSearch form,
#headerWidgetBase.classicSearch form {
	/* old styles overwriting starts here */
	border:0;
	background:none;
}
#headerWidgetBase.homeSearch form input,
#headerWidgetBase.classicSearch form input {
	box-sizing: border-box;
	border-radius:3px;
	height:4.5rem;
	margin-right:10px;
	width:100%;
}

/* HeaderWidget for the type 'searchWithLocation' */
#headerWidgetBase.searchWithLocation form {
	/* old styles overwriting starts here */
	border: 0;
	background: none;
}

#headerWidgetBase.searchWithLocation form input {
	box-sizing: border-box;
	border-radius: 3px;
	height: 4.5rem;
	margin-right: 10px;
	width:  100%;
}

/* HeaderWidget for the type 'searchWithLocationRadius' */
#headerWidgetBase.searchWithLocationRadius form input {
	height: 45px;
	border-radius: 3px;
	box-sizing:border-box;
}

#headerWidgetBase.searchWithLocationRadius form input.jobtitle {
	width: 100%;
}

#headerWidgetBase.searchWithLocationRadius form input.location {
	width: 70%;
}

#headerWidgetBase.searchWithLocationRadius form select {
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 1.6rem;
	float: right;
	height: 45px;
	width: 26%;
}

#headerWidgetBase.noSearch .h1--optic,
#headerWidgetBase.classicSearch .h1--optic,
#headerWidgetBase.searchWithLocation .h1--optic {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	margin: 15px 0 15px;
	padding:0;
}

#headerWidgetBase.noSearch h1.h1--optic {
	margin-left: 0;
	margin: 15px 0 5px;
}

#headerWidgetBase.noSearch h2 {
	color:#fff;
	font-size:1.6rem;
	font-weight:normal;
	margin-top:5px;
}

/* Salary */
.salary {
	text-align: center;
}

.o-salary {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
}

.o-salary-changer {
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: underline;
}

.salary--wrapper {
	width:100%;
	display:inline-block;
}

select#calcDropdown,select#calcDropdown option {
	width: auto;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #dddddd;
	padding: 0;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 1px 1px rgba(221, 221, 221, 1);
	-moz-box-shadow: 0 0 1px 1px rgba(221, 221, 221, 1);
	box-shadow: 0 0 1px 1px rgba(221, 221, 221, 1);
}

#headerWidgetBase.homeSearch .headerWidgetContainer form fieldset {
	padding:0;
}

@media (min-width: 768px) {

	#headerWidgetBase {
		background-size:100% , 100%;
	}

	#headerWidgetBase.homeSearch .headerWidgetContainer form fieldset {
		padding:10px 40px 0 40px;
	}
	#headerWidgetBase.classicSearch .h2--optic {
		padding-left:20px;
	}
	
	#headerWidgetBase.homeSearch .h1--optic {
		padding-left:40px;
	}
	#headerWidgetBase.homeSearch form input {
		margin-bottom:25px
	}
	
	#headerWidgetBase.classicSearch form fieldset {
		padding:10px 40px 20px 40px;
	}
	
	#headerWidgetBase.homeSearch .headerWidgetContainer ,
	#headerWidgetBase.classicSearch .headerWidgetContainer ,
	#headerWidgetBase.searchWithLocationRadius .headerWidgetContainer {
		background:#fff;
	}
	
	#headerWidgetBase.homeSearch .headerWidgetContainer {
		margin-top:20px;
		margin-bottom:20px;
	}

	#headerWidgetBase.classicSearch .headerWidgetContainer {
		margin-top:20px;
		margin-bottom:25px;
	}
	
	#headerWidgetBase.searchWithLocation .headerWidgetContainer {
		background:#fff;
		margin: 20px 20px 30px;
	}
	
	#headerWidgetBase form fieldset {
		padding:25px 40px 15px;
	}
	
	#headerWidgetBase.searchWithLocation form fieldset {
		padding-top: 15px;
		padding-bottom:0;
	}
	
	#headerWidgetBase.searchWithLocation .salary--wrapper {
		margin-bottom: 20px;
	}
	
	
	#headerWidgetBase.searchWithLocationRadius form fieldset {
		padding-bottom:10px;
	}
	
	.searchWithLocation .col--one {
		margin-left: 0;
		padding-top: 11px;
		text-align: center;
	}
	
	#headerWidgetBase.searchWithLocation form input:nth-child(1) {
		margin:0;
	}
	
	#headerWidgetBase.searchWithLocation form input {
		float: left;
		width: 35.37%;
	}
	
	#headerWidgetBase.searchWithLocationRadius form input.jobtitle,
	#headerWidgetBase.searchWithLocationRadius form input.location {
		width: 31%;
		margin-right:10px;
	}
	
	#headerWidgetBase.searchWithLocationRadius form select {
		float: none;
		width:10%;
	}
	
	#headerWidgetBase button.searchButton {
		width: 22.897%;
	}
	
	#headerWidgetBase.homeSearch form input,
	#headerWidgetBase.classicSearch form input {
		width:75.21%;
	}
	
	#headerWidgetBase.homeSearch .h1--optic ,#headerWidgetBase.classicSearch .h2--optic {
		color:#2B2A2A;
	}
	
	.salary {
		text-align: left;
	}
	.salary-box--fragebogenLink {
		margin-top:15px;
	}
	.salary-box--fragebogenLink a {color:#232a6e;text-decoration:none;}
	
	.o-salary {
		color: #454444;
		display: block;
		float: left;
		font-size: 3.6rem;
		margin-left: 40px;
	}
	
	.salaryCalcContainer {
		color:#9a9a9a;
		margin-right:40px;
		font-size:1.4rem;
		top:2px;
		margin:0;
		position:relative;
	}
	.salaryCalcContainer a {
		color:#2B3272;
		text-decoration:none;
	}
	
	.salary--wrapper {
		background-color:#fff;
	}
}